This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The Grand Trek: move the *.t files from t/ to lib/ and ext/.
[perl5.git] / Changes
... / ...
CommitLineData
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
9[The "CAST AND CREW" list has been moved to AUTHORS.]
10
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
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/
25
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
30--------------
31Version v5.7.1 Development release working toward v5.8
32--------------
33____________________________________________________________________________
34[ 10654] By: jhi on 2001/06/16 23:18:37
35 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
36 From: Abhijit Menon-Sen <ams@wiw.org>
37 Date: Sat, 16 Jun 2001 07:41:19 +0530
38 Message-ID: <20010616074119.A24720@lustre.linux.in>
39 Branch: perl
40 ! hv.c perl.c vms/vmsish.h win32/win32.h
41____________________________________________________________________________
42[ 10653] By: jhi on 2001/06/16 23:15:11
43 Log: Document tests failing when threaded, since we now have more.
44 Branch: perl
45 ! pod/perl572delta.pod
46____________________________________________________________________________
47[ 10652] By: jhi on 2001/06/16 23:12:19
48 Log: -Wall cleanup.
49 Branch: perl
50 ! ext/Thread/Thread.xs
51____________________________________________________________________________
52[ 10651] By: jhi on 2001/06/16 23:06:55
53 Log: pthread_attr_setstacksize() isn't absolutely necessary
54 to call, only iff THREAD_CREATE_NEEDS_STACK.
55 Branch: perl
56 ! ext/Thread/Thread.xs
57____________________________________________________________________________
58[ 10650] By: jhi on 2001/06/16 22:58:48
59 Log: -Wall strays.
60 Branch: perl
61 ! perl.c util.c
62____________________________________________________________________________
63[ 10649] By: jhi on 2001/06/16 22:47:40
64 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
65 (and INT64_MIN) brokenness.
66 Branch: perl
67 ! hints/darwin.sh perl.h
68____________________________________________________________________________
69[ 10648] By: jhi on 2001/06/16 22:27:48
70 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
71 From: Nicholas Clark <nick@ccl4.org>
72 Date: Sun, 17 Jun 2001 00:16:05 +0100
73 Message-ID: <20010617001605.V98663@plum.flirble.org>
74 Branch: perl
75 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
76 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
77 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
78____________________________________________________________________________
79[ 10647] By: jhi on 2001/06/16 22:24:47
80 Log: Add perlnetware to docs; regen toc; supply skeleton
81 docs for some Memoize submodules.
82 Branch: perl
83 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
84 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
85 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
86 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
87 ! win32/Makefile win32/makefile.mk
88____________________________________________________________________________
89[ 10646] By: jhi on 2001/06/16 22:06:52
90 Log: pod cleanup.
91 Branch: perl
92 ! README.netware
93____________________________________________________________________________
94[ 10645] By: jhi on 2001/06/16 21:47:00
95 Log: Integrate Memoize 0.64. Few tweaks were required in
96 the test scripts. Note that the speed and expire*
97 tests take several dozen seconds to run.
98 Branch: perl
99 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
100 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
101 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
102 + lib/Memoize/README lib/Memoize/SDBM_File.pm
103 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
104 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
105 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
106 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
107 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
108 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
109 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
110 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
111 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
112 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
113 ! MANIFEST t/lib/1_compile.t
114____________________________________________________________________________
115[ 10644] By: jhi on 2001/06/16 20:35:49
116 Log: Document the cross-compilation options.
117 Branch: perl
118 ! Cross/README INSTALL
119____________________________________________________________________________
120[ 10643] By: jhi on 2001/06/16 19:46:38
121 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
122 Branch: perl
123 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
124 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
125 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
126 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
127 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
128 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
129 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
130 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
131 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
132 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
133 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
134 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
135 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
136 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
137 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
138 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
139 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
140 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
141 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
142 + lib/ExtUtils/MM_NW5.pm
143 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
144 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
145 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
146 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
147 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
148 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
149 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
150 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
151 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
152 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
153 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
154 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
155 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
156 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
157 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
158 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
159 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
160 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
161 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
162 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
163 ! util.h x2p/a2py.c
164____________________________________________________________________________
165[ 10642] By: jhi on 2001/06/16 19:16:04
166 Log: Resort MANIFEST.
167 Branch: perl
168 ! MANIFEST
169____________________________________________________________________________
170[ 10641] By: jhi on 2001/06/16 18:52:26
171 Log: Integrate perlio.
172 Branch: perl
173 +> win32/win32io.c
174 !> MANIFEST perlio.c perliol.h win32/makefile.mk
175____________________________________________________________________________
176[ 10640] By: nick on 2001/06/16 18:38:31
177 Log: Disable :win32 layer as default till I get it working
178 Branch: perlio
179 ! MANIFEST perlio.c
180____________________________________________________________________________
181[ 10639] By: jhi on 2001/06/16 18:35:46
182 Log: Try the new scheme by moving the Text::Abbrev test
183 to a new place under lib.
184 Branch: perl
185 + lib/Text/Abbrev/t/abbrev.t
186 - t/lib/abbrev.t
187 ! MANIFEST
188____________________________________________________________________________
189[ 10638] By: jhi on 2001/06/16 18:34:30
190 Log: Make the code even more dynamical so that testname
191 suffix length can change.
192 Branch: perl
193 ! lib/Test/Harness.pm t/TEST
194____________________________________________________________________________
195[ 10637] By: jhi on 2001/06/16 18:16:28
196 Log: Allow for deeper t/ and also a single test.pl.
197 Branch: perl
198 ! t/TEST t/harness
199____________________________________________________________________________
200[ 10636] By: jhi on 2001/06/16 18:13:59
201 Log: #define fix from Nicholas Clark.
202 Branch: perl
203 ! ext/POSIX/POSIX.xs
204____________________________________________________________________________
205[ 10635] By: jhi on 2001/06/16 17:50:43
206 Log: Initialization is nice.
207 Branch: perl
208 ! lib/Test/Harness.pm
209____________________________________________________________________________
210[ 10634] By: jhi on 2001/06/16 17:38:53
211 Log: Make t/TEST and t/harness to test also the t/ tests
212 under the main lib/ and ext/ directories. Fix Test::Harness
213 to dynamically change the width of its "foo/bar....ok" output.
214 Branch: perl
215 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
216____________________________________________________________________________
217[ 10633] By: jhi on 2001/06/16 16:58:57
218 Log: Subject: [PATCH] Re: perl@10611
219 From: Nicholas Clark <nick@ccl4.org>
220 Date: Sat, 16 Jun 2001 16:52:47 +0100
221 Message-ID: <20010616165247.O98663@plum.flirble.org>
222
223 The .xs parts, too.
224 Branch: perl
225 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
226 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
227____________________________________________________________________________
228[ 10632] By: nick on 2001/06/16 16:44:35
229 Log: Work-in-progress win32 layer semi-functional, checking
230 for UNIX breakage.
231 Branch: perlio
232 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
233____________________________________________________________________________
234[ 10631] By: jhi on 2001/06/16 16:40:30
235 Log: Subject: [PATCH] Re: perl@10611
236 From: Nicholas Clark <nick@ccl4.org>
237 Date: Sat, 16 Jun 2001 16:52:47 +0100
238 Message-ID: <20010616165247.O98663@plum.flirble.org>
239 Branch: perl
240 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
241 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
242 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
243 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
244 ! lib/ExtUtils/Constant.pm
245____________________________________________________________________________
246[ 10630] By: jhi on 2001/06/16 15:11:38
247 Log: Metaconfig unit change for #10629.
248 Branch: metaconfig
249 ! U/modified/Finish.U
250____________________________________________________________________________
251[ 10629] By: jhi on 2001/06/16 15:11:10
252 Log: The extraction changed directories.
253 Branch: perl
254 ! Configure
255____________________________________________________________________________
256[ 10628] By: jhi on 2001/06/16 14:59:38
257 Log: Math::BigInt 1.35 from Tels.
258 Branch: perl
259 + t/lib/mbimbf.t
260 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
261 ! t/lib/bigfltpm.t t/lib/bigintpm.t
262____________________________________________________________________________
263[ 10627] By: nick on 2001/06/16 14:54:52
264 Log: Work in progress UNIX-side edit of win32 PerLIO layer
265 Branch: perlio
266 + win32/win32io.c
267 ! perlio.c win32/makefile.mk
268____________________________________________________________________________
269[ 10626] By: jhi on 2001/06/16 14:01:50
270 Log: Subject: [PATCH 5.6.1] os2/diff-configure
271 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
272 Date: Fri, 15 Jun 2001 01:19:36 -0400
273 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
274
275 Empty all of it because I think #10624 made even the
276 last patch hunk unnecessary.
277 Branch: perl
278 ! os2/diff.configure
279____________________________________________________________________________
280[ 10625] By: jhi on 2001/06/16 13:58:34
281 Log: Metaconfig unit change for 10624.
282 Branch: metaconfig
283 ! U/modified/libc.U
284 Branch: perl
285 ! config_h.SH
286____________________________________________________________________________
287[ 10624] By: jhi on 2001/06/16 13:58:13
288 Log: Move the initialization of libnames to the beginning so
289 that can one 'seed' it (as OS/2 does.)
290 Branch: perl
291 ! Configure
292____________________________________________________________________________
293[ 10623] By: jhi on 2001/06/16 13:47:54
294 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
295 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
296 Date: Fri, 15 Jun 2001 19:10:57 -0400
297 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
298 Branch: perl
299 ! os2/OS2/REXX/DLL/DLL.pm
300____________________________________________________________________________
301[ 10622] By: jhi on 2001/06/16 13:29:42
302 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
303 From: "Craig A. Berry" <craigberry@mac.com>
304 Date: Fri, 15 Jun 2001 17:00:03 -0500
305 Message-Id: <a05101007b750342599be@[172.16.52.1]>
306 Branch: perl
307 ! vms/descrip_mms.template
308____________________________________________________________________________
309[ 10621] By: jhi on 2001/06/16 13:28:37
310 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
311 From: "Craig A. Berry" <craigberry@mac.com>
312 Date: Fri, 15 Jun 2001 18:39:42 -0500
313 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
314 Branch: perl
315 ! lib/File/Spec/VMS.pm t/lib/extutils.t
316____________________________________________________________________________
317[ 10620] By: jhi on 2001/06/16 13:25:06
318 Log: Integrate perlio.
319 Branch: perl
320 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
321 !> t/io/utf8.t t/lib/io_scalar.t
322____________________________________________________________________________
323[ 10619] By: nick on 2001/06/15 21:05:19
324 Log: Generated files
325 Branch: perlio
326 ! embed.h proto.h
327____________________________________________________________________________
328[ 10618] By: nick on 2001/06/15 20:27:42
329 Log: Fix open.pm to work via XS-implemented method calls rather
330 than *open::layers variables which caused all the HV/AV hassle.
331 Branch: perlio
332 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
333 ! t/lib/io_scalar.t
334____________________________________________________________________________
335[ 10617] By: jhi on 2001/06/15 18:50:53
336 Log: Integrate perlio.
337 Branch: perl
338 !> lib/ExtUtils/Constant.pm
339____________________________________________________________________________
340[ 10616] By: nick on 2001/06/15 18:46:47
341 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
342 Branch: perlio
343 ! lib/ExtUtils/Constant.pm
344____________________________________________________________________________
345[ 10615] By: jhi on 2001/06/15 18:36:43
346 Log: Integrate perlio.
347 Branch: perl
348 !> ext/Socket/Socket.xs
349____________________________________________________________________________
350[ 10614] By: nick on 2001/06/15 18:33:37
351 Log: MULTIPLICITY fix for Socket.xs
352 Branch: perlio
353 ! ext/Socket/Socket.xs
354____________________________________________________________________________
355[ 10613] By: jhi on 2001/06/15 16:34:06
356 Log: Subject: Re: perl@10611
357 From: Doug MacEachern <dougm@covalent.net>
358 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
359 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
360 Branch: perl
361 ! ext/Socket/Socket.xs
362____________________________________________________________________________
363[ 10612] By: nick on 2001/06/15 16:14:38
364 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
365 Branch: perlio
366 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
367 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
368 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
369 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
370 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
371 !> utils/h2ph.PL
372____________________________________________________________________________
373[ 10611] By: jhi on 2001/06/15 14:29:04
374 Log: Update Changes.
375 Branch: perl
376 ! Changes patchlevel.h
377____________________________________________________________________________
378[ 10610] By: jhi on 2001/06/15 14:20:33
379 Log: Upping the test count.
380 Branch: perl
381 ! t/lib/filefind.t
382____________________________________________________________________________
383[ 10609] By: jhi on 2001/06/15 14:13:29
384 Log: Integrate perlio.
385 Branch: perl
386 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
387____________________________________________________________________________
388[ 10608] By: jhi on 2001/06/15 14:12:31
389 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
390 From: andreas.koenig@anima.de (Andreas J. Koenig)
391 Date: 15 Jun 2001 13:30:39 +0200
392 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
393
394 Record the grim history.
395 Branch: perl
396 ! lib/File/Find.pm
397____________________________________________________________________________
398[ 10607] By: jhi on 2001/06/15 14:08:19
399 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
400 From: Brian McCauley <nobull@mail.com>
401 Date: 15 Jun 2001 07:51:26 +0100
402 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
403 Branch: perl
404 ! lib/File/Find.pm t/lib/filefind.t
405____________________________________________________________________________
406[ 10606] By: nick on 2001/06/15 14:00:08
407 Log: regen_config_h for Win32.
408 Branch: perlio
409 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
410____________________________________________________________________________
411[ 10605] By: jhi on 2001/06/15 13:49:55
412 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
413 From: Peter Prymmer <pvhp@forte.com>
414 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
415 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
416 Branch: perl
417 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
418____________________________________________________________________________
419[ 10604] By: jhi on 2001/06/15 13:45:03
420 Log: Some filesystems require writability for rename/unlink.
421 Branch: perl
422 ! opcode.pl
423____________________________________________________________________________
424[ 10603] By: jhi on 2001/06/15 13:41:34
425 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
426 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
427 Date: Fri, 15 Jun 2001 12:08:53 +0200
428 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
429 Branch: perl
430 ! perlio.c
431____________________________________________________________________________
432[ 10602] By: jhi on 2001/06/15 13:27:04
433 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
434 From: Mike Guy <mjtg@cam.ac.uk>
435 Date: Fri, 15 Jun 2001 14:11:49 +0100
436 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
437 Branch: perl
438 ! opcode.pl
439____________________________________________________________________________
440[ 10601] By: jhi on 2001/06/15 13:21:18
441 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
442 From: Nicholas Clark <nick@ccl4.org>
443 Date: Thu, 14 Jun 2001 23:52:56 +0100
444 Message-ID: <20010614235256.G98663@plum.flirble.org>
445 Branch: perl
446 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
447 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
448____________________________________________________________________________
449[ 10600] By: jhi on 2001/06/15 13:16:56
450 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
451 From: Russ Allbery <rra@stanford.edu>
452 Date: 14 Jun 2001 13:24:43 -0700
453 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
454 Branch: perl
455 ! ext/GDBM_File/GDBM_File.pm
456____________________________________________________________________________
457[ 10599] By: jhi on 2001/06/15 13:15:26
458 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
459 From: Nicholas Clark <nick@ccl4.org>
460 Date: Thu, 14 Jun 2001 20:37:47 +0100
461 Message-ID: <20010614203747.F98663@plum.flirble.org>
462 Branch: perl
463 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
464 ! t/lib/gdbm.t
465____________________________________________________________________________
466[ 10598] By: jhi on 2001/06/15 13:13:13
467 Log: Integrate perlio.
468 Branch: perl
469 !> makedef.pl sv.c
470____________________________________________________________________________
471[ 10597] By: nick on 2001/06/15 11:08:13
472 Log: Check that HVs with HvNAME() != NULL are really stashes before
473 treating them as such. Also be more defensive on the GvCV.
474 Win32 fork and dprof now working again.
475 Branch: perlio
476 ! sv.c
477____________________________________________________________________________
478[ 10596] By: nick on 2001/06/15 10:11:20
479 Log: Integrate mainline.
480 Branch: perlio
481 +> Cross/README
482 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
483 !> Porting/config_H config_h.SH configure.com epoc/config.sh
484 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
485 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
486 !> vos/config.ga.h win32/config.bc win32/config.gc
487 !> win32/config.vc win32/config_H.bc win32/config_H.gc
488 !> win32/config_H.vc
489____________________________________________________________________________
490[ 10595] By: nick on 2001/06/15 09:37:17
491 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
492 - Win32 (VC++) now builds but fails:
493 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
494 fork.t - No &___ENV_HV_NAME___::CLONE method ???
495 write.t - open(...,"|-") not implemented on Win32
496 Branch: perlio
497 ! makedef.pl
498____________________________________________________________________________
499[ 10594] By: jhi on 2001/06/15 00:17:16
500 Log: Integrate perlio.
501 Branch: perl
502 !> perlio.c win32/makefile.mk
503____________________________________________________________________________
504[ 10593] By: jhi on 2001/06/15 00:16:44
505 Log: Metaconfig unit changes for #10592.
506 Branch: metaconfig
507 + U/modified/i_varhdr.U U/modified/startsh.U
508 - U/a_dvisory/crosscompile.U U/target/Target.U
509 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
510 ! U/compline/bitpbyte.U U/compline/byteorder.U
511 ! U/compline/ccflags.U U/compline/charsize.U
512 ! U/compline/d_casti32.U U/compline/d_castneg.U
513 ! U/compline/d_closedir.U U/compline/d_fd_set.U
514 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
515 ! U/compline/d_keepsig.U U/compline/d_open3.U
516 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
517 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
518 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
519 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
520 ! U/compline/doublesize.U U/compline/floatsize.U
521 ! U/compline/nblock_io.U U/compline/orderlib.U
522 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
523 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
524 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
525 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
526 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
527 ! U/modified/spitshell.U U/threads/archname.U
528 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
529 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
530 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
531 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
532 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
533 Branch: metaconfig/U/perl
534 + Cross.U
535 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
536 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
537 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
538 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
539 ! stdio_streams.U uselfs.U
540____________________________________________________________________________
541[ 10592] By: jhi on 2001/06/15 00:15:52
542 Log: The first steps towards cross-compilation.
543
544 Abstract execution of compiled test executables with $run,
545 and abstract transfer of files with $to and $from.
546
547 Under cross-compilation the $run, $to, and $from will point
548 to appropriate wrapper scripts, by default ssh and scp,
549 but also rsh, rcp, and cp are supported. If not
550 cross-compiling, they will be set to '', ':', and ':',
551 respectively.
552
553 With these patches I was able to get Configure for
554 iPAQ ARM Linux on an Intel Linux about 95% right
555 (only a few tests failed to execute or they produced
556 incorrect results), and I was able to compile
557 a functional miniperl.
558
559 The symbol crosscompile renamed to be usecrosscompile,
560 the corresponding C symbol from CROSSCOMPILE to
561 USE_CROSS_COMPILE.
562 Branch: perl
563 ! Configure Cross/README Makefile.SH Porting/Glossary
564 ! Porting/config.sh Porting/config_H config_h.SH configure.com
565 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
566 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
567 ! vos/config.ga.def vos/config.ga.h win32/config.bc
568 ! win32/config.gc win32/config.vc win32/config_H.bc
569 ! win32/config_H.gc win32/config_H.vc
570____________________________________________________________________________
571[ 10591] By: nick on 2001/06/14 20:00:12
572 Log: Steps along the road toward Win32 building again.
573 Branch: perlio
574 ! perlio.c win32/makefile.mk
575____________________________________________________________________________
576[ 10590] By: jhi on 2001/06/14 16:11:11
577 Log: Integrate perlio.
578 Branch: perl
579 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
580____________________________________________________________________________
581[ 10589] By: nick on 2001/06/14 13:54:07
582 Log: Routine regen_config_h for Win32
583 Branch: perlio
584 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
585____________________________________________________________________________
586[ 10588] By: jhi on 2001/06/14 12:30:46
587 Log: Integrate perlio.
588 Branch: perl
589 +> perlyline.pl
590 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
591____________________________________________________________________________
592[ 10587] By: jhi on 2001/06/14 12:23:24
593 Log: A placeholder.
594 Branch: perl
595 + Cross/README
596____________________________________________________________________________
597[ 10586] By: nick on 2001/06/14 08:25:07
598 Log: Add new step to run_byacc which:
599 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
600 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
601 Branch: perlio
602 + perlyline.pl
603 ! MANIFEST Makefile.SH perly.c
604____________________________________________________________________________
605[ 10585] By: nick on 2001/06/14 08:22:29
606 Log: Integrate mainline
607 Branch: perlio
608 +> locale.c numeric.c
609 !> Changes cygwin/Makefile.SHs embed.h embed.pl
610 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
611 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
612 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
613 !> x2p/Makefile.SH
614____________________________________________________________________________
615[ 10584] By: nick on 2001/06/14 08:05:53
616 Log: Hack to remove insecure directories from PATH so test will run.
617 Branch: perlio
618 ! t/lib/filefind.t
619____________________________________________________________________________
620[ 10583] By: jhi on 2001/06/14 03:11:16
621 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
622 Branch: perl
623 - t/lib/mbimbf.t
624 ! MANIFEST
625____________________________________________________________________________
626[ 10582] By: jhi on 2001/06/14 03:04:51
627 Log: Detypo.
628 Branch: perl
629 ! x2p/Makefile.SH
630____________________________________________________________________________
631[ 10581] By: jhi on 2001/06/14 03:03:14
632 Log: de-$CONFIG continues.
633 Branch: perl
634 ! cygwin/Makefile.SHs x2p/Makefile.SH
635____________________________________________________________________________
636[ 10580] By: jhi on 2001/06/13 23:56:59
637 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
638 From: Nicholas Clark <nick@ccl4.org>
639 Date: Wed, 13 Jun 2001 21:20:13 +0100
640 Message-ID: <20010613212013.D98663@plum.flirble.org>
641 Branch: perl
642 ! opcode.pl
643____________________________________________________________________________
644[ 10579] By: jhi on 2001/06/13 23:55:29
645 Log: Subject: splitting util.c
646 From: Hugo <hv@crypt.compulink.co.uk>
647 Date: Thu, 14 Jun 2001 00:41:08 +0100
648 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
649 Branch: perl
650 + locale.c numeric.c
651 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
652 ! pod/perlapi.pod proto.h util.c
653____________________________________________________________________________
654[ 10578] By: jhi on 2001/06/13 23:45:11
655 Log: Upgrade to Math::BigInt 1.34 from Tels.
656 Branch: perl
657 + t/lib/mbimbf.t
658 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
659 ! t/lib/bigfltpm.t t/lib/bigintpm.t
660____________________________________________________________________________
661[ 10577] By: nick on 2001/06/13 19:02:48
662 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
663 Branch: perlio
664 !> (integrate 125 files)
665____________________________________________________________________________
666[ 10576] By: jhi on 2001/06/13 18:10:01
667 Log: Update Changes.
668 Branch: perl
669 ! Changes patchlevel.h
670____________________________________________________________________________
671[ 10575] By: jhi on 2001/06/13 18:05:09
672 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
673 From: "Craig A. Berry" <craigberry@mac.com>
674 Date: Wed, 13 Jun 2001 13:24:28 -0500
675 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
676 Branch: perl
677 ! ext/re/Makefile.PL
678____________________________________________________________________________
679[ 10574] By: jhi on 2001/06/13 17:34:36
680 Log: Mc.u.c. for #10573.
681 Branch: metaconfig
682 ! U/threads/usethreads.U
683____________________________________________________________________________
684[ 10573] By: jhi on 2001/06/13 17:34:00
685 Log: It would be also be good if I could type.
686 Branch: perl
687 ! Configure
688____________________________________________________________________________
689[ 10572] By: jhi on 2001/06/13 17:26:29
690 Log: Metaconfig unit change for #10571.
691 Branch: metaconfig
692 ! U/threads/usethreads.U
693____________________________________________________________________________
694[ 10571] By: jhi on 2001/06/13 17:26:05
695 Log: A non-empty default is a good thing.
696 Branch: perl
697 ! Configure
698____________________________________________________________________________
699[ 10570] By: jhi on 2001/06/13 17:15:16
700 Log: Metaconfig unit change for #10569.
701 Branch: metaconfig
702 ! U/threads/usethreads.U
703____________________________________________________________________________
704[ 10569] By: jhi on 2001/06/13 17:14:17
705 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
706 extremely experimental, not even prompted for.
707 Branch: perl
708 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
709 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
710 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
711 ! win32/config.bc win32/config.gc win32/config.vc
712____________________________________________________________________________
713[ 10568] By: jhi on 2001/06/13 16:22:27
714 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
715 Branch: perl
716 ! pod/perlfaq6.pod
717____________________________________________________________________________
718[ 10567] By: jhi on 2001/06/13 16:20:23
719 Log: Integrate perlio; conflicts, accept Nick's versions.
720 Branch: perl
721 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
722 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
723____________________________________________________________________________
724[ 10566] By: jhi on 2001/06/13 16:17:42
725 Log: Subject: Re: ext/ + -Wall
726 From: Doug MacEachern <dougm@covalent.net>
727 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
728 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
729 Branch: perl
730 ! XSUB.h lib/ExtUtils/xsubpp perl.h
731____________________________________________________________________________
732[ 10565] By: jhi on 2001/06/13 16:16:07
733 Log: Similar logic as DB_File.xs, using the modern macros and
734 defines them to older ones for older Perls where PERL_VERSION
735 is not defined, from Doug MacEachern.
736 Branch: perl
737 ! ext/Storable/Storable.xs
738____________________________________________________________________________
739[ 10564] By: nick on 2001/06/13 15:22:01
740 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
741 and using that instead (name lookups are sequential search for now).
742 Branch: perlio
743 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
744 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
745____________________________________________________________________________
746[ 10563] By: jhi on 2001/06/13 14:07:43
747 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
748 From: "Richard Soderberg" <rs@crystalflame.net>
749 Date: Sat, 26 May 2001 06:44:20 -0700
750 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
751 Branch: perl
752 ! sv.c t/op/glob.t
753____________________________________________________________________________
754[ 10562] By: jhi on 2001/06/13 13:55:10
755 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
756 From: "Craig A. Berry" <craigberry@mac.com>
757 Date: Tue, 12 Jun 2001 23:55:26 -0500
758 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
759 Branch: perl
760 ! ext/re/Makefile.PL ext/re/re.xs
761____________________________________________________________________________
762[ 10561] By: jhi on 2001/06/13 13:44:58
763 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
764 suggested by NI-S.
765 Branch: perl
766 ! XSUB.h malloc.c perl.h
767____________________________________________________________________________
768[ 10560] By: jhi on 2001/06/13 13:35:42
769 Log: Regen toc.
770 Branch: perl
771 ! pod/perltoc.pod
772____________________________________________________________________________
773[ 10559] By: jhi on 2001/06/13 12:53:18
774 Log: Subject: [patch] perl.gprof control
775 From: Doug MacEachern <dougm@covalent.net>
776 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
777 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
778 Branch: perl
779 ! miniperlmain.c perl.h
780____________________________________________________________________________
781[ 10558] By: jhi on 2001/06/13 12:51:47
782 Log: Subject: Re: ext/ + -Wall
783 From: Doug MacEachern <dougm@covalent.net>
784 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
785 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
786
787 Document ax and break up dXSARGS.
788 Branch: perl
789 ! XSUB.h pod/perlapi.pod
790____________________________________________________________________________
791[ 10557] By: jhi on 2001/06/13 12:39:55
792 Log: More AIX tweakage from Merijn.
793 Branch: perl
794 ! hints/aix.sh
795____________________________________________________________________________
796[ 10556] By: jhi on 2001/06/13 03:26:58
797 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
798 From: "Craig A. Berry" <craigberry@mac.com>
799 Date: Tue, 12 Jun 2001 22:57:45 -0500
800 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
801 Branch: perl
802 ! vms/descrip_mms.template
803____________________________________________________________________________
804[ 10555] By: jhi on 2001/06/13 02:50:43
805 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
806 From: "Craig A. Berry" <craigberry@mac.com>
807 Date: Tue, 12 Jun 2001 22:21:39 -0500
808 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
809 Branch: perl
810 ! configure.com util.c
811____________________________________________________________________________
812[ 10554] By: jhi on 2001/06/13 02:23:16
813 Log: New AIX dynaloading code from Jens-Uwe Mager.
814 Does break binary compatibility.
815 Branch: perl
816 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
817____________________________________________________________________________
818[ 10553] By: jhi on 2001/06/13 02:10:16
819 Log: VMS DEC C compiler found nits by Peter Prymmer.
820 Branch: perl
821 ! util.c
822____________________________________________________________________________
823[ 10552] By: jhi on 2001/06/13 01:36:12
824 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
825 From: Peter Prymmer <pvhp@forte.com>
826 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
827 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
828 Branch: perl
829 ! t/lib/filecomp.t
830____________________________________________________________________________
831[ 10551] By: jhi on 2001/06/13 01:26:53
832 Log: I wonder how many $CONFIGs still lurk in the shadows.
833 Branch: perl
834 ! pod/Makefile.SH x2p/cflags.SH
835____________________________________________________________________________
836[ 10550] By: jhi on 2001/06/13 01:25:12
837 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
838 Branch: perl
839 ! pod/checkpods.PL
840____________________________________________________________________________
841[ 10549] By: jhi on 2001/06/13 01:05:28
842 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
843 Branch: perl
844 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
845____________________________________________________________________________
846[ 10548] By: jhi on 2001/06/13 00:41:28
847 Log: Subject: [patch] rid local_patches warnings
848 From: Doug MacEachern <dougm@covalent.net>
849 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
850 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
851 Branch: perl
852 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
853____________________________________________________________________________
854[ 10547] By: jhi on 2001/06/13 00:40:29
855 Log: Subject: Re: ext/ + -Wall
856 From: Doug MacEachern <dougm@covalent.net>
857 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
858 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
859 Branch: perl
860 ! ext/attrs/attrs.xs
861____________________________________________________________________________
862[ 10546] By: jhi on 2001/06/13 00:39:06
863 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
864 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
865 Date: Tue, 12 Jun 2001 14:36:20 -0400
866 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
867 Branch: perl
868 ! pod/perlretut.pod
869____________________________________________________________________________
870[ 10545] By: jhi on 2001/06/13 00:38:02
871 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
872 From: Mike Guy <mjtg@cam.ac.uk>
873 Date: Tue, 12 Jun 2001 19:10:31 +0100
874 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
875
876 Subject: Re: [ID 20010612.001] out of memory during regex compilation
877 From: Mike Guy <mjtg@cam.ac.uk>
878 Date: Tue, 12 Jun 2001 19:21:01 +0100
879 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
880 Branch: perl
881 ! pod/perlop.pod
882____________________________________________________________________________
883[ 10544] By: jhi on 2001/06/13 00:34:39
884 Log: AIX tweaks from Merijn H. Brand.
885 Branch: perl
886 ! hints/aix.sh
887____________________________________________________________________________
888[ 10543] By: jhi on 2001/06/13 00:11:42
889 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
890 From: "Brendan O'Dea" <bod@compusol.com.au>
891 Date: Wed, 13 Jun 2001 05:16:47 +1000
892 Message-ID: <20010613051647.A8945@compusol.com.au>
893 Branch: maint-5.6/perl
894 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
895____________________________________________________________________________
896[ 10542] By: jhi on 2001/06/13 00:07:50
897 Log: Subject: Small bcopy cleanup
898 From: Andy Dougherty <doughera@lafayette.edu>
899 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
900 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
901 Branch: perl
902 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
903____________________________________________________________________________
904[ 10541] By: jhi on 2001/06/13 00:05:18
905 Log: Subject: [PATCH] Re: ext/ + -Wall
906 From: Nicholas Clark <nick@ccl4.org>
907 Date: Wed, 13 Jun 2001 00:04:30 +0100
908 Message-ID: <20010613000430.M5901@plum.flirble.org>
909 Branch: perl
910 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
911____________________________________________________________________________
912[ 10540] By: jhi on 2001/06/13 00:02:25
913 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
914 From: Nicholas Clark <nick@ccl4.org>
915 Date: Tue, 12 Jun 2001 23:53:07 +0100
916 Message-ID: <20010612235307.L5901@plum.flirble.org>
917 Branch: perl
918 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
919____________________________________________________________________________
920[ 10539] By: jhi on 2001/06/12 23:59:10
921 Log: MPE/iX tweaks from Mark Bixby.
922 Branch: perl
923 ! hints/mpeix.sh mpeix/mpeixish.h util.c
924____________________________________________________________________________
925[ 10538] By: jhi on 2001/06/12 14:16:15
926 Log: Update Changes.
927 Branch: perl
928 ! Changes patchlevel.h
929____________________________________________________________________________
930[ 10537] By: jhi on 2001/06/12 14:11:26
931 Log: One less -Wall whine (found under DEBUGGING).
932 Branch: perl
933 ! x2p/Makefile.SH x2p/a2p.c
934____________________________________________________________________________
935[ 10536] By: jhi on 2001/06/12 13:32:09
936 Log: s/case-independent/case-insensitive/g
937 Branch: perl
938 ! pod/perldebug.pod
939____________________________________________________________________________
940[ 10535] By: jhi on 2001/06/12 13:27:28
941 Log: As suggested in
942
943 Subject: Re: ext/ + -Wall
944 From: Gurusamy Sarathy <gsar@ActiveState.com>
945 Date: Mon, 11 Jun 2001 23:34:31 -0700
946 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
947 Branch: perl
948 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
949 ! perl.h
950____________________________________________________________________________
951[ 10534] By: jhi on 2001/06/12 13:13:27
952 Log: Subject: ext/ + -Wall
953 From: Doug MacEachern <dougm@covalent.net>
954 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
955 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
956 Branch: perl
957 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
958 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
959 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
960 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
961 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
962 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
963 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
964 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
965 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
966 ! lib/ExtUtils/xsubpp
967____________________________________________________________________________
968[ 10533] By: jhi on 2001/06/12 12:52:57
969 Log: Subject: [PATCH] anonymous stashes
970 From: Abhijit Menon-Sen <ams@wiw.org>
971 Date: Tue, 12 Jun 2001 12:47:04 +0530
972 Message-ID: <20010612124704.A29029@lustre.linux.in>
973 Branch: perl
974 ! dump.c gv.c sv.c xsutils.c
975____________________________________________________________________________
976[ 10532] By: jhi on 2001/06/12 12:37:36
977 Log: One more test for $^S.
978 Branch: perl
979 ! t/op/magic.t
980____________________________________________________________________________
981[ 10531] By: jhi on 2001/06/12 12:35:02
982 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
983 From: Abhijit Menon-Sen <ams@wiw.org>
984 Date: Tue, 12 Jun 2001 17:35:55 +0530
985 Message-ID: <20010612173555.A32426@lustre.linux.in>
986 Branch: perl
987 ! mg.c t/op/magic.t
988____________________________________________________________________________
989[ 10530] By: jhi on 2001/06/12 12:31:11
990 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
991 From: Mike Guy <mjtg@cam.ac.uk>
992 Date: Tue, 12 Jun 2001 13:14:15 +0100
993 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
994 Branch: perl
995 ! pod/perlop.pod
996____________________________________________________________________________
997[ 10529] By: jhi on 2001/06/12 12:21:06
998 Log: AUTHORS updates.
999 Branch: perl
1000 ! AUTHORS
1001____________________________________________________________________________
1002[ 10528] By: jhi on 2001/06/12 12:19:47
1003 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
1004 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
1005 Content-Transfer-Encoding: 7bit
1006 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
1007 Branch: perl
1008 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
1009____________________________________________________________________________
1010[ 10527] By: jhi on 2001/06/12 11:58:53
1011 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
1012 From: "Philip Newton" <Philip.Newton@gmx.net>
1013 Date: Mon, 11 Jun 2001 07:08:03 +0200
1014 Message-Id: <200106120802.LAA08992@taas.iki.fi>
1015 Branch: perl
1016 ! t/base/term.t
1017____________________________________________________________________________
1018[ 10526] By: jhi on 2001/06/12 01:35:34
1019 Log: Cleanup the a2p.c for -Wall.
1020 Branch: perl
1021 ! x2p/Makefile.SH x2p/a2p.c
1022____________________________________________________________________________
1023[ 10525] By: jhi on 2001/06/12 01:10:56
1024 Log: File::Find update for MacOS from Chris Nandor.
1025 Branch: perl
1026 ! lib/File/Find.pm t/lib/filefind.t
1027____________________________________________________________________________
1028[ 10524] By: jhi on 2001/06/12 00:29:20
1029 Log: gcc -Wall nits picked out by a non-UNIX system
1030 (courtesy of Mark Bixby)
1031 Branch: perl
1032 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
1033 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
1034 ! pp_sys.c util.c
1035____________________________________________________________________________
1036[ 10523] By: jhi on 2001/06/11 22:34:03
1037 Log: Metaconfig unit change for #10522. (The d_modfl changes
1038 placate metalint.)
1039 Branch: metaconfig/U/perl
1040 ! d_modfl.U d_u32align.U
1041____________________________________________________________________________
1042[ 10522] By: jhi on 2001/06/11 22:33:00
1043 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
1044 be "./try 2>&1 >/dev/null".
1045 Branch: perl
1046 ! Configure
1047____________________________________________________________________________
1048[ 10521] By: jhi on 2001/06/11 19:49:54
1049 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
1050 From: "Craig A. Berry" <craigberry@mac.com>
1051 Date: Mon, 11 Jun 2001 14:00:32 -0500
1052 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
1053 Branch: perl
1054 ! configure.com
1055____________________________________________________________________________
1056[ 10520] By: jhi on 2001/06/11 17:55:47
1057 Log: Move the full \p\P lists to perlunicode.
1058 Branch: perl
1059 ! pod/perlretut.pod pod/perlunicode.pod
1060____________________________________________________________________________
1061[ 10519] By: jhi on 2001/06/11 17:10:00
1062 Log: VOS build tweak for 5.6.1 from Paul Green.
1063 Branch: maint-5.6/perl
1064 ! vos/build.cm
1065____________________________________________________________________________
1066[ 10518] By: jhi on 2001/06/11 17:07:03
1067 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
1068 From: "Craig A. Berry" <craigberry@mac.com>
1069 Date: Fri, 8 Jun 2001 18:08:18 -0500
1070 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
1071 Branch: perl
1072 ! vms/vms.c
1073____________________________________________________________________________
1074[ 10517] By: jhi on 2001/06/11 14:52:01
1075 Log: Update Changes.
1076 Branch: perl
1077 ! Changes patchlevel.h
1078____________________________________________________________________________
1079[ 10516] By: jhi on 2001/06/11 14:46:33
1080 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
1081 Branch: perl
1082 ! vos/config.alpha.h vos/config.ga.h
1083____________________________________________________________________________
1084[ 10515] By: jhi on 2001/06/11 14:39:05
1085 Log: VOS updates from Paul Green for @10476.
1086 Branch: perl
1087 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
1088 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1089 ! vos/config.ga.h vos/configure_perl.cm
1090____________________________________________________________________________
1091[ 10514] By: jhi on 2001/06/11 12:58:43
1092 Log: Subject: [PATCH] Not many people know this ...
1093 From: Mike Guy <mjtg@cam.ac.uk>
1094 Date: Mon, 11 Jun 2001 14:55:15 +0100
1095 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
1096 Branch: perl
1097 ! pod/perldebug.pod
1098____________________________________________________________________________
1099[ 10513] By: jhi on 2001/06/11 12:30:06
1100 Log: Add final commas to lists as suggested by Philip Newton.
1101 Branch: perl
1102 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1103____________________________________________________________________________
1104[ 10512] By: jhi on 2001/06/11 12:28:49
1105 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
1106 Date: Sun, 10 Jun 2001 23:35:38 -0400
1107 From: Chris Nandor <pudge@pobox.com>
1108 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
1109 Branch: perl
1110 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
1111 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
1112 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
1113 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
1114 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
1115 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
1116 ! t/op/write.t t/pragma/strict.t
1117____________________________________________________________________________
1118[ 10511] By: jhi on 2001/06/11 12:13:31
1119 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
1120 From: Chris Nandor <pudge@pobox.com>
1121 Date: Mon, 11 Jun 2001 08:24:28 -0400
1122 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
1123 Branch: perl
1124 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
1125 ! t/lib/io_dir.t
1126____________________________________________________________________________
1127[ 10510] By: jhi on 2001/06/11 12:03:16
1128 Log: One more run_byacc (a hand-tweaked version had slipped in).
1129 Branch: perl
1130 ! perly.c vms/perly_c.vms
1131____________________________________________________________________________
1132[ 10509] By: nick on 2001/06/11 07:49:15
1133 Log: Integrate mainline
1134 Branch: perlio
1135 !> Makefile.SH embed.h embed.pl global.sym
1136 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
1137 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
1138 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
1139 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
1140____________________________________________________________________________
1141[ 10508] By: jhi on 2001/06/10 22:38:05
1142 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
1143 From: Mike Guy <mjtg@cam.ac.uk>
1144 Reply-To: mjtg@cam.ac.uk
1145 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
1146 Branch: perl
1147 ! lib/ExtUtils/Manifest.pm
1148____________________________________________________________________________
1149[ 10507] By: jhi on 2001/06/10 22:37:16
1150 Log: Subject: [PATCH] ExtUtils::Constant
1151 From: Nicholas Clark <nick@ccl4.org>
1152 Date: Sun, 10 Jun 2001 23:25:41 +0100
1153 Message-ID: <20010610232540.C76396@plum.flirble.org>
1154 Branch: perl
1155 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1156____________________________________________________________________________
1157[ 10506] By: jhi on 2001/06/10 20:57:20
1158 Log: Integrate perlio.
1159 Branch: perl
1160 !> iperlsys.h
1161____________________________________________________________________________
1162[ 10505] By: jhi on 2001/06/10 18:37:57
1163 Log: Move the grok_number and its lieutenant grok_numeric_radix
1164 from sv.c statics to util.c and public.
1165 Branch: perl
1166 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
1167 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
1168____________________________________________________________________________
1169[ 10504] By: nick on 2001/06/10 17:47:06
1170 Log: Fix (valid) -Wall warnings in perlio.c
1171 Branch: perlio
1172 ! iperlsys.h
1173____________________________________________________________________________
1174[ 10503] By: jhi on 2001/06/10 17:38:28
1175 Log: Update perly_c.diff, update perly.fixer to edit away
1176 some of the -Wall noise.
1177 Branch: perl
1178 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
1179____________________________________________________________________________
1180[ 10502] By: jhi on 2001/06/10 17:09:42
1181 Log: Check the version of byacc.
1182 Branch: perl
1183 ! Makefile.SH
1184____________________________________________________________________________
1185[ 10501] By: jhi on 2001/06/10 17:00:08
1186 Log: Subject: [PATCH] perly.y overhaul
1187 From: Simon Cozens <simon@netthink.co.uk>
1188 Date: Sun, 10 Jun 2001 16:56:54 +0100
1189 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
1190
1191 Plus make run_byacc.
1192 Branch: perl
1193 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
1194____________________________________________________________________________
1195[ 10500] By: jhi on 2001/06/10 16:07:28
1196 Log: Integrate perlio.
1197 Branch: perl
1198 !> perlio.c perlsfio.h
1199____________________________________________________________________________
1200[ 10499] By: nick on 2001/06/10 15:01:08
1201 Log: Integrate mainline
1202 Branch: perlio
1203 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
1204 !> t/pragma/locale.t util.c
1205____________________________________________________________________________
1206[ 10498] By: jhi on 2001/06/10 13:49:23
1207 Log: Put some meat on the perl572delta bones. The list of
1208 selected bug fixes needs more work, as does still the
1209 whole document.
1210 Branch: perl
1211 ! pod/perl572delta.pod
1212____________________________________________________________________________
1213[ 10497] By: nick on 2001/06/10 12:27:51
1214 Log: Paper over a crack or two with USE_SFIO
1215 Branch: perlio
1216 ! perlio.c perlsfio.h
1217____________________________________________________________________________
1218[ 10496] By: jhi on 2001/06/10 11:04:22
1219 Log: Update Changes.
1220 Branch: perl
1221 ! Changes patchlevel.h
1222____________________________________________________________________________
1223[ 10495] By: jhi on 2001/06/10 10:55:34
1224 Log: Subject: Re: pragma/locale.t #107
1225 From: Hugo <hv@crypt.compulink.co.uk>
1226 Date: Sun, 10 Jun 2001 11:23:30 +0100
1227 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
1228
1229 Encapsulate the scan of the decimal radix separator.
1230 Branch: perl
1231 ! embed.h embed.pl proto.h sv.c
1232____________________________________________________________________________
1233[ 10494] By: jhi on 2001/06/10 03:00:17
1234 Log: Try to grok numbers both with the locale specific separator
1235 and with the usual "." (if different from the lss); add a test
1236 to locale.t to do also a little bit of math in addition to just
1237 equalness testing; remove extraneous logic as suggested in
1238
1239 Subject: Re: pragma/locale.t #107
1240 From: Nicholas Clark <nick@ccl4.org>
1241 Date: Sat, 9 Jun 2001 22:37:36 +0100
1242 Message-ID: <20010609223735.Y76396@plum.flirble.org>
1243 Branch: perl
1244 ! sv.c t/pragma/locale.t
1245____________________________________________________________________________
1246[ 10493] By: jhi on 2001/06/10 01:25:23
1247 Log: Metaconfig unit change for #10492.
1248 Branch: metaconfig/U/perl
1249 ! Extensions.U
1250____________________________________________________________________________
1251[ 10492] By: jhi on 2001/06/10 01:23:59
1252 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
1253 From: Artur Bergman <artur@contiller.se>
1254 Date: Sat, 09 Jun 2001 21:03:51 +0200
1255 Message-ID: <B7483FB6.1398%artur@contiller.se>
1256 Branch: perl
1257 ! Configure
1258____________________________________________________________________________
1259[ 10491] By: jhi on 2001/06/10 01:15:40
1260 Log: Integrate perlio.
1261 Branch: perl
1262 !> perlsfio.h
1263____________________________________________________________________________
1264[ 10490] By: jhi on 2001/06/10 01:08:26
1265 Log: Do locale specific separator if only in locale.
1266 Branch: perl
1267 ! util.c
1268____________________________________________________________________________
1269[ 10489] By: nick on 2001/06/09 19:13:25
1270 Log: Make XS/Typemap compile (but fail) with sfio
1271 Branch: perlio
1272 ! perlsfio.h
1273____________________________________________________________________________
1274[ 10488] By: nick on 2001/06/09 19:12:51
1275 Log: Re-integrate mainline
1276 Branch: perlio
1277 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
1278 !> proto.h sv.c util.c
1279____________________________________________________________________________
1280[ 10487] By: nick on 2001/06/09 16:26:29
1281 Log: Integrate mainline
1282 Branch: perlio
1283 !> (integrate 31 files)
1284____________________________________________________________________________
1285[ 10486] By: jhi on 2001/06/09 16:11:51
1286 Log: Subject: [PATCH] New attempt to clone callack
1287 From: Artur Bergman <artur@contiller.se>
1288 Date: Thu, 07 Jun 2001 11:52:16 +0200
1289 Message-ID: <B7451B6F.12B7%artur@contiller.se>
1290 Branch: perl
1291 ! embedvar.h intrpvar.h perlapi.h sv.c
1292____________________________________________________________________________
1293[ 10485] By: jhi on 2001/06/09 15:23:52
1294 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
1295 Branch: perl
1296 ! embed.h embed.pl perl.h proto.h sv.c util.c
1297____________________________________________________________________________
1298[ 10484] By: jhi on 2001/06/09 14:47:25
1299 Log: Subject: Re: pragma/locale.t #107
1300 From: Nicholas Clark <nick@ccl4.org>
1301 Date: Sat, 9 Jun 2001 16:26:10 +0100
1302 Message-ID: <20010609162609.V76396@plum.flirble.org>
1303
1304 A missing NVification.
1305 Branch: perl
1306 ! sv.c
1307____________________________________________________________________________
1308[ 10483] By: jhi on 2001/06/08 19:40:32
1309 Log: Redo the #10482, there already was a test script for formats.
1310 Branch: perl
1311 - t/io/format.t
1312 ! MANIFEST t/op/write.t
1313____________________________________________________________________________
1314[ 10482] By: jhi on 2001/06/08 19:34:45
1315 Log: Twisted format testing, from Merijn.
1316 Branch: perl
1317 + t/io/format.t
1318 ! MANIFEST
1319____________________________________________________________________________
1320[ 10481] By: jhi on 2001/06/08 19:21:56
1321 Log: More \p{In...} testing, combined with \N{...}.
1322 Branch: perl
1323 ! lib/utf8_heavy.pl t/op/pat.t
1324____________________________________________________________________________
1325[ 10480] By: jhi on 2001/06/08 14:16:06
1326 Log: Metaconfig changes for #10479.
1327 Branch: metaconfig
1328 ! U/Glossary.patch
1329 Branch: metaconfig/U/perl
1330 ! d_modfl.U
1331____________________________________________________________________________
1332[ 10479] By: jhi on 2001/06/08 14:15:32
1333 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
1334 Branch: perl
1335 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1336 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
1337 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1338 ! win32/config.bc win32/config.gc win32/config.vc
1339____________________________________________________________________________
1340[ 10478] By: jhi on 2001/06/08 12:20:41
1341 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
1342 From: "Craig A. Berry" <craigberry@mac.com>
1343 Date: Thu, 7 Jun 2001 14:27:20 -0500
1344 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
1345 Branch: perl
1346 ! vms/perlvms.pod
1347____________________________________________________________________________
1348[ 10477] By: jhi on 2001/06/08 12:19:00
1349 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
1350 From: Gisle Aas <gisle@ActiveState.com>
1351 Date: 07 Jun 2001 17:04:29 -0700
1352 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
1353 Branch: perl
1354 ! ext/re/re.xs
1355____________________________________________________________________________
1356[ 10476] By: jhi on 2001/06/08 01:35:42
1357 Log: Update Changes.
1358 Branch: perl
1359 ! Changes patchlevel.h
1360____________________________________________________________________________
1361[ 10475] By: jhi on 2001/06/08 00:53:45
1362 Log: Regen Glossary et alia.
1363 Branch: perl
1364 ! Porting/Glossary Porting/config.sh Porting/config_H
1365____________________________________________________________________________
1366[ 10474] By: jhi on 2001/06/07 22:06:38
1367 Log: Metaconfig unit changes for #10473.
1368 Branch: metaconfig/U/perl
1369 ! d_modfl.U
1370____________________________________________________________________________
1371[ 10473] By: jhi on 2001/06/07 22:06:16
1372 Log: Harumph, also AIX will spill its guts (i.e. dump core)
1373 if an executable contains modfl() but it hasn't been
1374 compiled right (in the case of AIX, with cc -qlongdouble).
1375 Branch: perl
1376 ! Configure
1377____________________________________________________________________________
1378[ 10472] By: gsar on 2001/06/07 20:04:28
1379 Log: integrate change#10471 from mainline
1380
1381 in change#10451, check that CvOUTSIDE is a CV before looking in
1382 (it can apparently be SVt_NULL during global destruction)
1383 Branch: maint-5.6/perl
1384 !> op.c
1385____________________________________________________________________________
1386[ 10471] By: gsar on 2001/06/07 20:01:31
1387 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
1388 (it can apparently be SVt_NULL during global destruction)
1389 Branch: perl
1390 ! op.c
1391____________________________________________________________________________
1392[ 10470] By: jhi on 2001/06/07 12:17:51
1393 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
1394 From: Robin Barker <rmb1@cise.npl.co.uk>
1395 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
1396 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
1397 Branch: perl
1398 ! lib/diagnostics.pm pod/perldiag.pod
1399____________________________________________________________________________
1400[ 10469] By: jhi on 2001/06/07 12:16:12
1401 Log: Subject: [PATCH perl@10439] long =item
1402 From: Robin Barker <rmb1@cise.npl.co.uk>
1403 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
1404 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
1405 Branch: perl
1406 ! README.amiga lib/Attribute/Handlers.pm
1407 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1408____________________________________________________________________________
1409[ 10468] By: jhi on 2001/06/07 12:08:56
1410 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
1411 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
1412 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
1413 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
1414 Branch: perl
1415 ! pod/perlguts.pod
1416____________________________________________________________________________
1417[ 10467] By: jhi on 2001/06/07 12:04:26
1418 Log: Integrate perlio.
1419 Branch: perl
1420 !> sv.c
1421____________________________________________________________________________
1422[ 10466] By: nick on 2001/06/07 10:25:40
1423 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
1424 whitespace tweaks.
1425 Still coredumps in pragma/overload.t - what a nice hard fail that is...
1426 Branch: perlio
1427 ! sv.c
1428____________________________________________________________________________
1429[ 10465] By: nick on 2001/06/07 08:41:58
1430 Log: Raw integrate of mainline for S_grok_number debug
1431 (sv.c has MULTIPLICITY issues as well as whatever else ...)
1432 Branch: perlio
1433 - plan9/perlplan9.doc plan9/perlplan9.pod
1434 !> (integrate 46 files)
1435____________________________________________________________________________
1436[ 10464] By: jhi on 2001/06/06 23:33:58
1437 Log: The proper prototyping for #10463.
1438 Branch: perl
1439 ! embed.h embed.pl proto.h sv.c
1440____________________________________________________________________________
1441[ 10463] By: jhi on 2001/06/06 23:15:30
1442 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
1443 From: Nicholas Clark <nick@ccl4.org>
1444 Date: Thu, 7 Jun 2001 00:29:59 +0100
1445 Message-ID: <20010607002959.Z76396@plum.flirble.org>
1446 Branch: perl
1447 ! sv.c
1448____________________________________________________________________________
1449[ 10462] By: jhi on 2001/06/06 23:13:19
1450 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
1451 From: "Craig A. Berry" <craigberry@mac.com>
1452 Date: Wed, 06 Jun 2001 17:54:30 -0500
1453 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
1454 Branch: perl
1455 ! vms/perlvms.pod
1456____________________________________________________________________________
1457[ 10461] By: jhi on 2001/06/06 23:10:00
1458 Log: Podify the remaining README.platform files;
1459 merge README.plan9 and plan9/perlplan9.pod;
1460 delete plan9/perlplan9.* (the perlplan.doc needs to
1461 be regenerated in Plan 9); make the =head1 and =head2
1462 in the README.platform to be a little more verbose
1463 (skipped README.os2 not to anger Ilya) so that they
1464 look better in the toc; regen toc.
1465 Branch: perl
1466 - plan9/perlplan9.doc plan9/perlplan9.pod
1467 ! MANIFEST README.aix README.amiga README.apollo README.beos
1468 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
1469 ! README.hpux README.hurd README.machten README.macos
1470 ! README.micro README.mint README.mpeix README.os390
1471 ! README.plan9 README.qnx README.solaris README.threads
1472 ! README.tru64 README.vmesa README.vms README.vos README.win32
1473 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
1474 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1475____________________________________________________________________________
1476[ 10460] By: jhi on 2001/06/06 20:58:53
1477 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
1478 From: Mike Guy <mjtg@cam.ac.uk>
1479 Reply-To: mjtg@cam.ac.uk
1480 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
1481 Branch: perl
1482 ! pod/perlguts.pod
1483____________________________________________________________________________
1484[ 10459] By: jhi on 2001/06/06 20:58:15
1485 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
1486 From: Mike Guy <mjtg@cam.ac.uk>
1487 Reply-To: mjtg@cam.ac.uk
1488 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
1489 Branch: perl
1490 ! pod/perlsec.pod
1491____________________________________________________________________________
1492[ 10458] By: jhi on 2001/06/06 20:56:04
1493 Log: Disable long doubles from pre-5.0 Tru64s.
1494 Branch: perl
1495 ! README.tru64 hints/dec_osf.sh
1496____________________________________________________________________________
1497[ 10457] By: jhi on 2001/06/06 20:49:23
1498 Log: The #10455 exposed that modfl() is fundamentally busted
1499 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
1500 testing it.
1501 Branch: perl
1502 ! hints/dec_osf.sh
1503____________________________________________________________________________
1504[ 10456] By: jhi on 2001/06/06 20:48:35
1505 Log: Metaconfig unit change for #10455.
1506 Branch: metaconfig/U/perl
1507 ! d_modfl.U
1508____________________________________________________________________________
1509[ 10455] By: jhi on 2001/06/06 20:48:09
1510 Log: Configure check for geborken modfl(), inspired by
1511
1512 Subject: Re: [20010118.017] op/int.t failure
1513 From: Hugo <hv@crypt.compulink.co.uk>
1514 Date: Tue, 05 Jun 2001 13:43:27 +0100
1515 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
1516 Branch: perl
1517 ! Configure
1518____________________________________________________________________________
1519[ 10454] By: jhi on 2001/06/06 11:45:08
1520 Log: Integrate changes #10450 and #10451 from maintperl:
1521
1522 optimize change#10448 slightly (don't repeat search in eval""s lexical
1523 scope, since that has already been searched)
1524
1525 change#9108 needs subtler treatment for case of closures created
1526 within eval""
1527 Branch: perl
1528 !> op.c t/op/misc.t
1529____________________________________________________________________________
1530[ 10453] By: jhi on 2001/06/06 11:42:10
1531 Log: MakeMaker magic to compile (when no dynamic loading)
1532 List/Util.xsc as (ListUtil.c and) ListUtil.o since
1533 POSIX-BC (BS2000) linker has an evil limitation of
1534 being unable to include in the same executable several
1535 object files with the same name - case-insensitively -
1536 because otherwise we conflict with util.c.
1537 Strictly speaking currently required only in POSIX-BC
1538 but probably will do no harm elsewhere where static
1539 linking is required.
1540 Branch: perl
1541 ! ext/List/Util/Makefile.PL
1542____________________________________________________________________________
1543[ 10452] By: nick on 2001/06/06 08:59:51
1544 Log: Integrate mainline.
1545 Branch: perlio
1546 +> lib/Attribute/Handlers/demo/Demo.pm
1547 +> lib/Attribute/Handlers/demo/Descriptions.pm
1548 +> lib/Attribute/Handlers/demo/MyClass.pm
1549 +> lib/Attribute/Handlers/demo/demo.pl
1550 +> lib/Attribute/Handlers/demo/demo2.pl
1551 +> lib/Attribute/Handlers/demo/demo3.pl
1552 +> lib/Attribute/Handlers/demo/demo4.pl
1553 +> lib/Attribute/Handlers/demo/demo_call.pl
1554 +> lib/Attribute/Handlers/demo/demo_chain.pl
1555 +> lib/Attribute/Handlers/demo/demo_cycle.pl
1556 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
1557 +> lib/Attribute/Handlers/demo/demo_phases.pl
1558 +> lib/Attribute/Handlers/demo/demo_range.pl
1559 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
1560 +> uts/strtol_wrap.c
1561 !> (integrate 91 files)
1562____________________________________________________________________________
1563[ 10451] By: gsar on 2001/06/06 07:11:36
1564 Log: change#9108 needs subtler treatment for case of closures created
1565 within eval""
1566 Branch: maint-5.6/perl
1567 ! op.c t/op/misc.t
1568____________________________________________________________________________
1569[ 10450] By: gsar on 2001/06/06 05:47:25
1570 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
1571 scope, since that has already been searched)
1572 Branch: maint-5.6/perl
1573 ! op.c
1574____________________________________________________________________________
1575[ 10449] By: jhi on 2001/06/06 01:33:31
1576 Log: Integrate change #10448 from maintperl; lexicals
1577 outside an eval"" weren't resolved correctly inside a subroutine
1578 definition inside the eval"" if they were not already referenced
1579 in the toplevel of the eval""-ed code
1580 Branch: perl
1581 !> cop.h op.c pp_ctl.c t/op/misc.t
1582____________________________________________________________________________
1583[ 10448] By: gsar on 2001/06/06 01:03:26
1584 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
1585 outside an eval"" weren't resolved correctly inside a subroutine
1586 definition inside the eval"" if they were not already referenced
1587 in the toplevel of the eval""-ed code
1588 Branch: maint-5.6/perl
1589 ! cop.h op.c pp_ctl.c t/op/misc.t
1590____________________________________________________________________________
1591[ 10447] By: jhi on 2001/06/06 00:51:04
1592 Log: Subject: [PATCH] perl570delta.pod
1593 From: Peter Scott <Peter@PSDT.com>
1594 Date: Tue, 05 Jun 2001 18:51:02 -0700
1595 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
1596 Branch: perl
1597 ! pod/perl570delta.pod
1598____________________________________________________________________________
1599[ 10446] By: jhi on 2001/06/05 23:45:05
1600 Log: The fudge factor is no more needed. I hope.
1601 Branch: perl
1602 ! t/lib/posix.t
1603____________________________________________________________________________
1604[ 10445] By: jhi on 2001/06/05 23:19:19
1605 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1606 From: Hugo <hv@crypt.compulink.co.uk>
1607 Date: Tue, 05 Jun 2001 12:58:19 +0100
1608 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
1609 Branch: perl
1610 ! util.c
1611____________________________________________________________________________
1612[ 10444] By: jhi on 2001/06/05 11:09:01
1613 Log: Make up prototypes only for those who have the functions
1614 but not the prototypes.
1615 Branch: perl
1616 ! perl.h
1617____________________________________________________________________________
1618[ 10443] By: jhi on 2001/06/05 11:02:13
1619 Log: Subject: Re: Not OK: perl@10439 on win32
1620 From: Prymmer/Kahn <pvhp@best.com>
1621 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
1622 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
1623 Branch: perl
1624 ! perl.h util.c
1625____________________________________________________________________________
1626[ 10442] By: jhi on 2001/06/05 00:55:46
1627 Log: The metaconfig units changes for #10441.
1628 Branch: metaconfig
1629 ! U/modified/Extract.U U/modified/Extractall.U
1630 ! U/modified/Finish.U
1631____________________________________________________________________________
1632[ 10441] By: jhi on 2001/06/05 00:55:17
1633 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
1634 Branch: perl
1635 ! Configure
1636____________________________________________________________________________
1637[ 10440] By: jhi on 2001/06/05 00:28:27
1638 Log: Unnecessary fuzziness undone, noted by Mike Guy.
1639 Branch: perl
1640 ! t/op/tr.t
1641____________________________________________________________________________
1642[ 10439] By: jhi on 2001/06/04 17:14:31
1643 Log: Update Changes.
1644 Branch: perl
1645 ! Changes patchlevel.h
1646____________________________________________________________________________
1647[ 10438] By: jhi on 2001/06/04 17:10:16
1648 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
1649 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
1650 leakage patch.
1651 Branch: perl
1652 ! t/op/misc.t
1653____________________________________________________________________________
1654[ 10437] By: jhi on 2001/06/04 17:01:06
1655 Log: Test case for #10433/#10424.
1656 Branch: perl
1657 ! t/op/misc.t
1658____________________________________________________________________________
1659[ 10436] By: jhi on 2001/06/04 16:54:21
1660 Log: Subject: One fix for strtoul not setting errno
1661 From: hom00@utsglobal.com (Hal Morris)
1662 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
1663 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
1664 Branch: perl
1665 + uts/strtol_wrap.c
1666 ! MANIFEST hints/uts.sh
1667____________________________________________________________________________
1668[ 10435] By: jhi on 2001/06/04 16:54:01
1669 Log: Metaconfig units changes for #10434.
1670 Branch: metaconfig
1671 ! U/modified/Cppsym.U
1672 Branch: metaconfig/U/perl
1673 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
1674 + d_syscallproto.U d_usleepproto.U
1675 ! longdblfio.U quadfio.U
1676____________________________________________________________________________
1677[ 10434] By: jhi on 2001/06/04 16:48:33
1678 Log: Configure tweaks; add prototype probes, make the cpp symbols
1679 probe to cast, not whine; test for %Ld and %Lf before %lld and
1680 %llf because the L is the ANSI way.
1681 Branch: perl
1682 ! Configure config_h.SH configure.com epoc/config.sh
1683 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
1684 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1685 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
1686____________________________________________________________________________
1687[ 10433] By: jhi on 2001/06/04 16:45:23
1688 Log: Sigh. This is what #10424 was supposed to check in.
1689 Branch: perl
1690 ! op.c sv.c sv.h
1691____________________________________________________________________________
1692[ 10432] By: jhi on 2001/06/04 16:29:40
1693 Log: More verbose failure.
1694 Branch: perl
1695 ! t/op/ver.t
1696____________________________________________________________________________
1697[ 10431] By: jhi on 2001/06/04 16:21:55
1698 Log: The .pm changes to go with #10428.
1699 Branch: perl
1700 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
1701 ! ext/Sys/Syslog/Syslog.pm
1702____________________________________________________________________________
1703[ 10430] By: jhi on 2001/06/04 16:05:20
1704 Log: On second thoughts show to utf8 skippage message only
1705 on failures, it's too confusing otherwise,
1706 Branch: perl
1707 ! t/pragma/locale.t
1708____________________________________________________________________________
1709[ 10429] By: jhi on 2001/06/04 14:47:50
1710 Log: Do not import anything from Encode.
1711 Branch: perl
1712 ! ext/MIME/Base64/QuotedPrint.pm
1713____________________________________________________________________________
1714[ 10428] By: jhi on 2001/06/04 14:45:47
1715 Log: The #10402 didn't take. Weird.
1716 Branch: perl
1717 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
1718 ! ext/Sys/Syslog/Syslog.xs
1719____________________________________________________________________________
1720[ 10427] By: jhi on 2001/06/04 12:55:39
1721 Log: Eradicate traces of 'asciirange' re subpragma.
1722 Branch: perl
1723 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
1724 ! pod/perldiag.pod
1725____________________________________________________________________________
1726[ 10426] By: jhi on 2001/06/04 12:44:05
1727 Log: use is a compile-time thing.
1728 Branch: perl
1729 ! ext/MIME/Base64/QuotedPrint.pm
1730____________________________________________________________________________
1731[ 10425] By: jhi on 2001/06/04 12:39:44
1732 Log: Subject: [PATCH perl@10419] -Wall casting patch
1733 From: Robin Barker <rmb1@cise.npl.co.uk>
1734 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
1735 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
1736 Branch: perl
1737 ! ext/Devel/DProf/DProf.xs mg.c
1738____________________________________________________________________________
1739[ 10424] By: jhi on 2001/06/04 12:23:30
1740 Log: Subject: [PATCH #2] introducing SVpad_TYPED
1741 From: Abhijit Menon-Sen <ams@wiw.org>
1742 Date: Mon, 4 Jun 2001 12:26:02 +0530
1743 Message-ID: <20010604122602.A5775@lustre.linux.in>
1744 Branch: perl
1745 ! op.c sv.c sv.h
1746____________________________________________________________________________
1747[ 10423] By: gsar on 2001/06/04 05:12:18
1748 Log: testsuite for change#10192 (from Gisle Aas)
1749 Branch: perl
1750 + t/op/override.t
1751 ! MANIFEST
1752____________________________________________________________________________
1753[ 10422] By: gsar on 2001/06/04 02:32:03
1754 Log: integrate changes#10414-10416 from mainline
1755
1756 Potential buffer overrun if the radix separator is more than
1757 one byte. Also, under locales, prefer the locale-specific
1758 separator over the old boring ".".
1759
1760 "10.", that is, decimal numbers can have no decimal part at all.
1761
1762 The non-locale places need love, too.
1763 Branch: maint-5.6/perl
1764 !> perl.h sv.c
1765____________________________________________________________________________
1766[ 10421] By: jhi on 2001/06/04 02:25:53
1767 Log: Missed from #10420.
1768 Branch: perl
1769 ! epoc/config.sh
1770____________________________________________________________________________
1771[ 10420] By: jhi on 2001/06/04 02:19:58
1772 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
1773 often this prototype goes with HAS_SETRESUID_PROTO.
1774 Branch: perl
1775 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1776 ! config_h.SH configure.com perl.h uconfig.h
1777____________________________________________________________________________
1778[ 10419] By: jhi on 2001/06/04 00:24:55
1779 Log: Update Changes.
1780 Branch: perl
1781 ! Changes patchlevel.h
1782____________________________________________________________________________
1783[ 10418] By: jhi on 2001/06/03 23:58:04
1784 Log: -Wall "subscript has type `char'" cleanup.
1785 Branch: perl
1786 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
1787____________________________________________________________________________
1788[ 10417] By: jhi on 2001/06/03 23:37:17
1789 Log: Various "cast to pointer from integer of different size"
1790 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
1791 wide but I32 (int) only 32 bits wide).
1792
1793 WARNING: the classnum and tagnum changes in Storable.xs
1794 may not be wise, they may be breaking binary compatibility
1795 (in 64-bit platforms), asked Raphael Manfredi about the changes.
1796 Branch: perl
1797 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
1798 ! mg.c proto.h
1799____________________________________________________________________________
1800[ 10416] By: jhi on 2001/06/03 23:15:24
1801 Log: The non-locale places need love, too.
1802 Branch: perl
1803 ! perl.h
1804____________________________________________________________________________
1805[ 10415] By: jhi on 2001/06/03 23:10:55
1806 Log: "10.", that is, decimal numbers can have no decimal part at all.
1807 Branch: perl
1808 ! perl.h
1809____________________________________________________________________________
1810[ 10414] By: jhi on 2001/06/03 22:49:55
1811 Log: Potential buffer overrun if the radix separator is more than
1812 one byte. Also, under locales, prefer the locale-specific
1813 separator over the old boring ".".
1814 Branch: perl
1815 ! perl.h sv.c
1816____________________________________________________________________________
1817[ 10413] By: jhi on 2001/06/03 22:42:10
1818 Log: Integrate change #10412 from maintperl; locale is now
1819 per-cop, not per-op; plus retweak the locale.t to always
1820 list the skipped utf8 locales.
1821 Branch: perl
1822 ! t/pragma/locale.t
1823 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
1824 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
1825____________________________________________________________________________
1826[ 10412] By: gsar on 2001/06/03 22:23:16
1827 Log: rationalize locale handling to fix the bugs uncovered by change#10394
1828
1829 the major issue was that the runtime was looking at PL_hints rather
1830 than op_private to notice whether locale was enabled
1831
1832 the secondary issue was that many locale-sensitive numeric ops didn't
1833 have HINT_LOCALE propagated into their op_private
1834
1835 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
1836 instead of per-op, just like HINT_BYTE and the hints for lexical
1837 warnings (this makes the hint available to every op via PL_curcop)
1838
1839 pragma/locale.t may need to be reworked with these fixes in mind
1840 (it currently passes its tests)
1841 Branch: maint-5.6/perl
1842 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
1843 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
1844____________________________________________________________________________
1845[ 10411] By: jhi on 2001/06/03 17:50:49
1846 Log: More verbose debugging.
1847 Branch: perl
1848 ! t/pragma/locale.t
1849____________________________________________________________________________
1850[ 10410] By: jhi on 2001/06/03 17:36:40
1851 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
1852 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1853 Date: Sat, 2 Jun 2001 22:53:33 +0100
1854 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
1855 Branch: perl
1856 ! regcomp.c t/pragma/warn/regcomp
1857____________________________________________________________________________
1858[ 10409] By: jhi on 2001/06/03 17:27:13
1859 Log: Mention that lexicalizing $a or $b is a bad idea if one
1860 wants to use sort().
1861 Branch: perl
1862 ! pod/perlvar.pod
1863____________________________________________________________________________
1864[ 10408] By: jhi on 2001/06/03 16:52:41
1865 Log: Tweak the test to be happy if the accuracy is 'good enough'.
1866 Branch: perl
1867 ! t/lib/posix.t
1868____________________________________________________________________________
1869[ 10407] By: jhi on 2001/06/03 16:50:33
1870 Log: Upgrade to Attribute::Handlers 0.70.
1871
1872 NOTE: this unearthed the "too late for CHECK block" bug,
1873 that's why the 1_compile.t change.
1874 Branch: perl
1875 + lib/Attribute/Handlers/demo/Demo.pm
1876 + lib/Attribute/Handlers/demo/Descriptions.pm
1877 + lib/Attribute/Handlers/demo/MyClass.pm
1878 + lib/Attribute/Handlers/demo/demo.pl
1879 + lib/Attribute/Handlers/demo/demo2.pl
1880 + lib/Attribute/Handlers/demo/demo3.pl
1881 + lib/Attribute/Handlers/demo/demo4.pl
1882 + lib/Attribute/Handlers/demo/demo_call.pl
1883 + lib/Attribute/Handlers/demo/demo_chain.pl
1884 + lib/Attribute/Handlers/demo/demo_cycle.pl
1885 + lib/Attribute/Handlers/demo/demo_hashdir.pl
1886 + lib/Attribute/Handlers/demo/demo_phases.pl
1887 + lib/Attribute/Handlers/demo/demo_range.pl
1888 + lib/Attribute/Handlers/demo/demo_rawdata.pl
1889 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
1890 ! t/lib/attrhand.t
1891____________________________________________________________________________
1892[ 10406] By: jhi on 2001/06/03 16:40:03
1893 Log: One less -Wall whine.
1894 Branch: perl
1895 ! regcomp.c
1896____________________________________________________________________________
1897[ 10405] By: jhi on 2001/06/03 16:30:34
1898 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
1899 Branch: perl
1900 !> t/op/eval.t
1901____________________________________________________________________________
1902[ 10404] By: gsar on 2001/06/03 16:23:07
1903 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
1904 aren't "normally" visible inside eval""s contained in subs unless
1905 a cloned reference to them already exists)
1906
1907 strangely enough, t/harness did show this up as a failure (harness
1908 needs fixing?)
1909 Branch: maint-5.6/perl
1910 ! t/op/eval.t
1911____________________________________________________________________________
1912[ 10403] By: jhi on 2001/06/03 16:22:59
1913 Log: Update to Text::Balanced 1.85.
1914 Branch: perl
1915 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
1916____________________________________________________________________________
1917[ 10402] By: jhi on 2001/06/03 16:18:09
1918 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
1919 From: Nicholas Clark <nick@ccl4.org>
1920 Date: Sun, 3 Jun 2001 17:54:36 +0100
1921 Message-ID: <20010603175436.E76396@plum.flirble.org>
1922 Branch: perl
1923 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
1924 ! ext/Sys/Syslog/Syslog.xs
1925____________________________________________________________________________
1926[ 10401] By: jhi on 2001/06/03 16:09:33
1927 Log: Unused variables.
1928 Branch: perl
1929 ! util.c
1930____________________________________________________________________________
1931[ 10400] By: jhi on 2001/06/03 16:04:26
1932 Log: Subject: [PATCH] APIfy op_clear
1933 From: Simon Cozens <simon@netthink.co.uk>
1934 Date: Sun, 3 Jun 2001 13:51:46 +0100
1935 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
1936
1937 (despite the subject line, op_null is APIfied by the patch)
1938 Branch: perl
1939 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1940____________________________________________________________________________
1941[ 10399] By: jhi on 2001/06/03 15:51:35
1942 Log: Subject: [PATCH] t/lib/extutils.t
1943 From: Nicholas Clark <nick@ccl4.org>
1944 Date: Sat, 2 Jun 2001 23:57:05 +0100
1945 Message-ID: <20010602235705.Q12698@plum.flirble.org>
1946 Branch: perl
1947 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1948____________________________________________________________________________
1949[ 10398] By: jhi on 2001/06/03 15:34:11
1950 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
1951 From: Prymmer/Kahn <pvhp@best.com>
1952 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
1953 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
1954 Branch: perl
1955 ! win32/Makefile win32/makefile.mk
1956____________________________________________________________________________
1957[ 10397] By: jhi on 2001/06/03 15:12:13
1958 Log: Subject: Re: 'decimal digits' macro?
1959 From: Hugo <hv@crypt.compulink.co.uk>
1960 Date: Sun, 03 Jun 2001 04:26:36 +0100
1961 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
1962 Branch: perl
1963 ! handy.h t/lib/posix.t t/op/tr.t
1964____________________________________________________________________________
1965[ 10396] By: jhi on 2001/06/03 15:10:49
1966 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1967 From: Hugo <hv@crypt.compulink.co.uk>
1968 Date: Sun, 03 Jun 2001 14:56:30 +0100
1969 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
1970 Branch: perl
1971 ! util.c
1972____________________________________________________________________________
1973[ 10395] By: jhi on 2001/06/03 14:59:41
1974 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
1975 Branch: perl
1976 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
1977 !> vms/perly_c.vms
1978____________________________________________________________________________
1979[ 10394] By: gsar on 2001/06/03 03:05:43
1980 Log: fix leakage of lexicals at file scope into subroutines that were
1981 declared before them; this appears to be a longstanding bug that
1982 meant that lexicals at file scope were never "deintroduced", meaning
1983 their scope range was never properly closed, and their visibility
1984 extended to all subsequent eval""s or requires
1985
1986 added a test case
1987
1988 seems to also fix a case of bogus duplicate warnings
1989 Branch: maint-5.6/perl
1990 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
1991 ! vms/perly_c.vms
1992____________________________________________________________________________
1993[ 10393] By: jhi on 2001/06/02 16:55:03
1994 Log: More VMS tweaks from Craig A. Berry.
1995 Branch: perl
1996 ! configure.com t/lib/extutils.t
1997____________________________________________________________________________
1998[ 10392] By: jhi on 2001/06/02 16:48:26
1999 Log: -Wall cleanup continues.
2000 Branch: perl
2001 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
2002 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
2003 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
2004 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
2005 ! run.c toke.c util.c
2006____________________________________________________________________________
2007[ 10391] By: jhi on 2001/06/02 13:29:47
2008 Log: The metaconfig unit change for #10390.
2009 Branch: metaconfig/U/perl
2010 ! gccvers.U
2011____________________________________________________________________________
2012[ 10390] By: jhi on 2001/06/02 13:29:12
2013 Log: Drop the -ansi from the default gcc flags.
2014
2015 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
2016 that struct cannot be compared with a flat integer, such as STRLEN.
2017 The -ansi will also cause a lot of noise in Solaris because of:
2018 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
2019 Branch: perl
2020 ! Configure
2021____________________________________________________________________________
2022[ 10389] By: jhi on 2001/06/02 13:14:57
2023 Log: Integrate perlio.
2024 Branch: perl
2025 !> pod/perlapi.pod util.c
2026____________________________________________________________________________
2027[ 10388] By: nick on 2001/06/02 08:01:12
2028 Log: Integrate mainline
2029 Branch: perlio
2030 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
2031 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
2032 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
2033 !> t/lib/1_compile.t t/lib/mimeqp.t
2034____________________________________________________________________________
2035[ 10387] By: nick on 2001/06/02 07:39:17
2036 Log: Tweak util.c's atof2 for MULTIPLICITY
2037 Branch: perlio
2038 ! util.c
2039____________________________________________________________________________
2040[ 10386] By: nick on 2001/06/02 07:38:33
2041 Log: Integrate mainline
2042 Branch: perlio
2043 !> (integrate 41 files)
2044____________________________________________________________________________
2045[ 10385] By: jhi on 2001/06/01 22:12:48
2046 Log: Add Attribute::Handlers 0.61 from Damian Conway.
2047 Branch: perl
2048 + lib/Attribute/Handlers.pm t/lib/attrhand.t
2049 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
2050____________________________________________________________________________
2051[ 10384] By: jhi on 2001/06/01 21:53:14
2052 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
2053 From: Peter Prymmer <pvhp@forte.com>
2054 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
2055 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
2056 Branch: perl
2057 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
2058____________________________________________________________________________
2059[ 10383] By: jhi on 2001/06/01 21:36:11
2060 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
2061 From: Jeff Pinyan <jeffp@crusoe.net>
2062 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
2063 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
2064 Branch: perl
2065 ! lib/File/Find.pm
2066____________________________________________________________________________
2067[ 10382] By: jhi on 2001/06/01 21:35:02
2068 Log: Subject: [PATCH perl@10381] configure.com tweaks
2069 From: "Craig A. Berry" <craigberry@mac.com>
2070 Date: Fri, 1 Jun 2001 13:55:43 -0500
2071 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
2072 Branch: perl
2073 ! configure.com
2074____________________________________________________________________________
2075[ 10381] By: jhi on 2001/06/01 16:37:21
2076 Log: Update Changes.
2077 Branch: perl
2078 ! Changes patchlevel.h
2079____________________________________________________________________________
2080[ 10380] By: jhi on 2001/06/01 16:19:18
2081 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
2082 From: Mike Guy <mjtg@cam.ac.uk>
2083 Date: Fri, 01 Jun 2001 18:17:02 +0100
2084 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
2085 Branch: perl
2086 ! lib/perl5db.pl
2087____________________________________________________________________________
2088[ 10379] By: jhi on 2001/06/01 16:13:28
2089 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
2090 From: Hugo <hv@crypt.compulink.co.uk>
2091 Date: Thu, 31 May 2001 20:49:48 +0100
2092 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
2093 Branch: perl
2094 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
2095 ! util.c
2096____________________________________________________________________________
2097[ 10378] By: jhi on 2001/06/01 15:56:35
2098 Log: Zero() is not available in x2p (or, rather, some of its
2099 implementations like memzero() might not be available.)
2100 Branch: perl
2101 ! x2p/hash.c
2102____________________________________________________________________________
2103[ 10377] By: jhi on 2001/06/01 15:44:48
2104 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
2105 From: Michael G Schwern <schwern@pobox.com>
2106 Date: Fri, 1 Jun 2001 12:00:29 +0100
2107 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
2108
2109 (But use Zero() instead of memset.)
2110 Branch: perl
2111 ! x2p/hash.c
2112____________________________________________________________________________
2113[ 10376] By: jhi on 2001/06/01 15:39:52
2114 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2115 From: Jeff Pinyan <jeffp@crusoe.net>
2116 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
2117 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
2118 Branch: perl
2119 ! pod/perldiag.pod regcomp.c t/op/pat.t
2120____________________________________________________________________________
2121[ 10375] By: jhi on 2001/06/01 15:36:35
2122 Log: Retract #10324 and #10333; not needed.
2123 Branch: perl
2124 ! hints/irix_6.sh hints/linux.sh
2125____________________________________________________________________________
2126[ 10374] By: jhi on 2001/06/01 15:35:19
2127 Log: The #10370 wasn't quite right.
2128 Branch: perl
2129 ! ext/XS/Typemap/Typemap.xs
2130____________________________________________________________________________
2131[ 10373] By: jhi on 2001/06/01 15:34:49
2132 Log: The metaconfig units changes for #10372.
2133 Branch: metaconfig/U/perl
2134 + d_realpath.U d_sresgproto.U d_sresuproto.U
2135 ! gccvers.U i_db.U
2136____________________________________________________________________________
2137[ 10372] By: jhi on 2001/06/01 15:34:24
2138 Log: Configure tweaks; record the Berkeley DB version,
2139 probe for realpath(), for setresuid() and setresgid()
2140 prototypes; use realpath() (try to be paranoid enough),
2141 use the setres[ug]id prototypes because glibc has the functions
2142 but not their prototypes; add -Wall -ansi to gcc ccflags;
2143 regen toc.
2144 Branch: perl
2145 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2146 ! config_h.SH configure.com epoc/config.sh
2147 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
2148 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
2149 ! vos/config.ga.def win32/config.bc win32/config.gc
2150 ! win32/config.vc
2151____________________________________________________________________________
2152[ 10371] By: jhi on 2001/06/01 12:50:05
2153 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
2154 From: Michael G Schwern <schwern@pobox.com>
2155 Date: Fri, 1 Jun 2001 11:28:14 +0100
2156 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
2157 Branch: perl
2158 ! lib/attributes.pm xsutils.c
2159____________________________________________________________________________
2160[ 10370] By: jhi on 2001/06/01 12:48:55
2161 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
2162 From: Tim Jenness <t.jenness@jach.hawaii.edu>
2163 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
2164 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
2165 Branch: perl
2166 ! ext/XS/Typemap/Typemap.xs
2167____________________________________________________________________________
2168[ 10369] By: jhi on 2001/06/01 12:47:21
2169 Log: Subject: [patch] Cwd.xs optimizations/abstraction
2170 From: Doug MacEachern <dougm@covalent.net>
2171 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
2172 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
2173 Branch: perl
2174 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
2175 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
2176____________________________________________________________________________
2177[ 10368] By: jhi on 2001/06/01 12:32:00
2178 Log: Subject: Re: Why t/lib/extutils.t is failing (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
2179 From: Nicholas Clark <nick@ccl4.org>
2180 Date: Thu, 31 May 2001 23:56:40 +0100
2181 Message-ID: <20010531235640.F12698@plum.flirble.org>
2182
2183 Make the test work also under only static extensions
2184 (sh Configure -Uusedl fakes this nicely)
2185 Branch: perl
2186 ! t/lib/extutils.t
2187____________________________________________________________________________
2188[ 10367] By: jhi on 2001/06/01 12:27:53
2189 Log: Subject: [PATCH hv.c] Eliminating trigraph
2190 From: Michael G Schwern <schwern@pobox.com>
2191 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
2192 Date: Fri, 1 Jun 2001 11:49:56 +0100
2193 Branch: perl
2194 ! hv.c
2195____________________________________________________________________________
2196[ 10366] By: jhi on 2001/06/01 12:14:57
2197 Log: Subject: Re: [PATCH] Tests for File::Compare
2198 From: "Philip Newton" <Philip.Newton@gmx.net>
2199 Date: Thu, 31 May 2001 19:44:05 +0200
2200 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
2201
2202 Unnecessary "quotation marks".
2203 Branch: perl
2204 ! t/lib/filecomp.t
2205____________________________________________________________________________
2206[ 10365] By: jhi on 2001/06/01 12:13:26
2207 Log: Integrate perlio.
2208 Branch: perl
2209 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
2210____________________________________________________________________________
2211[ 10364] By: nick on 2001/06/01 10:13:31
2212 Log: Cleanup dll.base and dll.exp created by GCC builds.
2213 Branch: perlio
2214 ! lib/ExtUtils/MM_Win32.pm
2215____________________________________________________________________________
2216[ 10363] By: nick on 2001/06/01 10:02:17
2217 Log: Make filecomp test work on CRLF platforms by adding binmode.
2218 Branch: perlio
2219 ! t/lib/filecomp.t
2220____________________________________________________________________________
2221[ 10362] By: nick on 2001/06/01 08:37:17
2222 Log: Integrate mainline
2223 Branch: perlio
2224 !> Changes Configure patchlevel.h perlio.c
2225____________________________________________________________________________
2226[ 10361] By: jhi on 2001/05/31 15:09:34
2227 Log: panic:claustrophobia.
2228 Branch: perl
2229 ! perlio.c
2230____________________________________________________________________________
2231[ 10360] By: jhi on 2001/05/31 13:04:25
2232 Log: Update Changes.
2233 Branch: perl
2234 ! Changes patchlevel.h
2235____________________________________________________________________________
2236[ 10359] By: nick on 2001/05/31 12:35:50
2237 Log: Integrate mainline.
2238 Branch: perlio
2239 +> t/lib/filecomp.t
2240 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
2241 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
2242____________________________________________________________________________
2243[ 10358] By: jhi on 2001/05/31 12:35:05
2244 Log: Integrate perlio.
2245 Branch: perl
2246 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
2247 !> win32/config_H.vc
2248____________________________________________________________________________
2249[ 10357] By: jhi on 2001/05/31 12:34:04
2250 Log: Metaconfig unit change for #10356.
2251 Branch: metaconfig
2252 ! U/installdirs/inc_version_list.U
2253____________________________________________________________________________
2254[ 10356] By: jhi on 2001/05/31 12:33:41
2255 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
2256 (idea from Sarathy; implementation from Andy)
2257 Branch: perl
2258 ! Configure
2259____________________________________________________________________________
2260[ 10355] By: jhi on 2001/05/31 12:18:06
2261 Log: More AUTHORS.
2262 Branch: perl
2263 ! AUTHORS
2264____________________________________________________________________________
2265[ 10354] By: jhi on 2001/05/31 12:16:24
2266 Log: Subject: Re: [PATCH] Tests for File::Compare
2267 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
2268 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
2269 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
2270 Branch: perl
2271 + t/lib/filecomp.t
2272 ! MANIFEST t/lib/1_compile.t
2273____________________________________________________________________________
2274[ 10353] By: jhi on 2001/05/31 12:11:24
2275 Log: Subject: [PATCH] DEBUG_* macro cleanups
2276 From: Abhijit Menon-Sen <ams@wiw.org>
2277 Date: Thu, 31 May 2001 12:16:22 +0530
2278 Message-ID: <20010531121622.B4829@lustre.linux.in>
2279
2280 Subject: Re: [PATCH] DEBUG_* macro cleanups
2281 From: Abhijit Menon-Sen <ams@wiw.org>
2282 Date: Thu, 31 May 2001 13:57:01 +0530
2283 Message-ID: <20010531135701.A21775@lustre.linux.in>
2284
2285 (The DEBUG_ definitions in perl.h changed to use the
2286 STMT_START and STMT_END.)
2287 Branch: perl
2288 ! perl.h pp_ctl.c sv.c toke.c
2289____________________________________________________________________________
2290[ 10352] By: jhi on 2001/05/31 11:53:31
2291 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
2292 From: Abhijit Menon-Sen <ams@wiw.org>
2293 Date: Thu, 31 May 2001 08:27:55 +0530
2294 Message-ID: <20010531082755.A10018@lustre.linux.in>
2295 Branch: perl
2296 ! ext/Storable/Storable.xs gv.c perl.c
2297____________________________________________________________________________
2298[ 10351] By: jhi on 2001/05/31 11:45:16
2299 Log: Subject: [PATCH] AUTHORS
2300 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2301 Date: Thu, 31 May 2001 01:27:59 -0500
2302 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
2303
2304 Subject: Re: [PATCH] AUTHORS
2305 From: "Philip Newton" <Philip.Newton@gmx.net>
2306 Date: Thu, 31 May 2001 10:08:06 +0200
2307 (Message-Id missing?)
2308 Branch: perl
2309 ! AUTHORS
2310____________________________________________________________________________
2311[ 10350] By: nick on 2001/05/31 11:40:43
2312 Log: win32 - dmake regen_config_h
2313 Branch: perlio
2314 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2315____________________________________________________________________________
2316[ 10349] By: jhi on 2001/05/31 11:38:27
2317 Log: Subject: Re: [PATCH util.c] More warning cleanups.
2318 From: "Philip Newton" <Philip.Newton@gmx.net>
2319 Date: Thu, 31 May 2001 07:41:36 +0200
2320 Message-Id: <200105310538.IAA25458@taku.hut.fi>
2321
2322 Undo C++-ism that snekt in.
2323 Branch: perl
2324 ! util.c
2325____________________________________________________________________________
2326[ 10348] By: nick on 2001/05/31 11:36:46
2327 Log: Tolerate Win32 numerics
2328 Branch: perlio
2329 ! t/pragma/warn/toke
2330____________________________________________________________________________
2331[ 10347] By: jhi on 2001/05/31 11:29:40
2332 Log: Integrate perlio.
2333 Branch: perl
2334 !> perlio.c win32/win32.h
2335____________________________________________________________________________
2336[ 10346] By: nick on 2001/05/31 10:54:55
2337 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
2338 perlio.c change 10255.
2339 Branch: perlio
2340 ! perlio.c
2341____________________________________________________________________________
2342[ 10345] By: nick on 2001/05/31 10:01:57
2343 Log: Conditionaly put back some "unused" dTHX which are used
2344 with PERL_IMPLICIT_SYS
2345 Branch: perlio
2346 ! perlio.c
2347____________________________________________________________________________
2348[ 10344] By: nick on 2001/05/31 10:00:59
2349 Log: Fix Win32 for new spelling IN_BYTES
2350 Branch: perlio
2351 ! win32/win32.h
2352____________________________________________________________________________
2353[ 10343] By: nick on 2001/05/31 08:01:32
2354 Log: perlio.c -Wall cleaner under MULTIPLICITY
2355 - still minor noise with linux stdio
2356 Branch: perlio
2357 ! perlio.c
2358____________________________________________________________________________
2359[ 10342] By: nick on 2001/05/31 07:52:23
2360 Log: Integrate mainline.
2361 Branch: perlio
2362 !> (integrate 42 files)
2363____________________________________________________________________________
2364[ 10341] By: jhi on 2001/05/31 01:39:02
2365 Log: AUTHORS updates.
2366 Branch: perl
2367 ! AUTHORS
2368____________________________________________________________________________
2369[ 10340] By: jhi on 2001/05/31 00:19:29
2370 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
2371 From: Peter Prymmer <pvhp@forte.com>
2372 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
2373 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
2374 Branch: perl
2375 ! t/lib/md5-file.t
2376____________________________________________________________________________
2377[ 10339] By: jhi on 2001/05/31 00:16:44
2378 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
2379 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
2380 to match the pragma name; various robustness cleanups.
2381 Branch: perl
2382 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
2383 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
2384____________________________________________________________________________
2385[ 10338] By: jhi on 2001/05/30 23:56:14
2386 Log: More -Wall sweeping.
2387 Branch: perl
2388 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
2389 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
2390 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
2391 ! regcomp.c sv.c toke.c utf8.c
2392____________________________________________________________________________
2393[ 10337] By: jhi on 2001/05/30 23:20:23
2394 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
2395 From: Nicholas Clark <nick@ccl4.org>
2396 Date: Wed, 30 May 2001 22:34:41 +0100
2397 Message-ID: <20010530223441.Y86445@plum.flirble.org>
2398 Branch: perl
2399 ! t/op/cmp.t
2400____________________________________________________________________________
2401[ 10336] By: jhi on 2001/05/30 23:18:48
2402 Log: It's is not, it isn't ain't, and it's it's, not its,
2403 if you mean it is. If you don't, it's its. Then too,
2404 it's hers. It isn't her's. It isn't our's either.
2405 It's ours, and likewise yours and theirs.
2406 -- Oxford University Press, Edpress News
2407 Branch: perl
2408 ! lib/autouse.pm
2409____________________________________________________________________________
2410[ 10335] By: jhi on 2001/05/30 23:12:30
2411 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
2412 Branch: perl
2413 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
2414 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
2415 ! x2p/str.c x2p/walk.c xsutils.c
2416____________________________________________________________________________
2417[ 10334] By: jhi on 2001/05/30 22:52:41
2418 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
2419 From: Michael G Schwern <schwern@pobox.com>
2420 Date: Wed, 30 May 2001 17:10:38 +0100
2421 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
2422
2423 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
2424 From: Abhijit Menon-Sen <ams@wiw.org>
2425 Date: Wed, 30 May 2001 23:16:13 +0530
2426 Message-ID: <20010530231613.A31933@lustre.linux.in>
2427 Branch: perl
2428 ! perl.c t/run/runenv.t
2429____________________________________________________________________________
2430[ 10333] By: jhi on 2001/05/30 22:25:02
2431 Log: (Retracted by #10375.)
2432
2433 IRIX hints patch from Merijn Broeren.
2434
2435 TODO: (this and the earlier Linux hints patch) should be solved
2436 at Configure level. Merijn: -ldb should not be used on any platform
2437 for perl, just when linking DBFile itself. Trying to be helpful here
2438 is counterproductive.
2439 Branch: perl
2440 ! hints/irix_6.sh
2441____________________________________________________________________________
2442[ 10332] By: jhi on 2001/05/30 22:11:13
2443 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
2444 From: Nicholas Clark <nick@ccl4.org>
2445 Date: Wed, 30 May 2001 23:20:58 +0100
2446 Message-ID: <20010530232058.B86445@plum.flirble.org>
2447 Branch: perl
2448 ! doop.c
2449____________________________________________________________________________
2450[ 10331] By: jhi on 2001/05/30 22:09:49
2451 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
2452 From: Michael G Schwern <schwern@pobox.com>
2453 Date: Wed, 30 May 2001 15:24:20 +0100
2454 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
2455 Branch: perl
2456 ! t/pragma/autouse.t
2457____________________________________________________________________________
2458[ 10330] By: jhi on 2001/05/30 22:02:21
2459 Log: The regex trick wasn't a good idea.
2460 Branch: perl
2461 ! pod/perlfaq4.pod
2462____________________________________________________________________________
2463[ 10329] By: nick on 2001/05/30 18:34:35
2464 Log: Integrate mainline
2465 Branch: perlio
2466 !> (integrate 40 files)
2467____________________________________________________________________________
2468[ 10328] By: jhi on 2001/05/30 14:28:39
2469 Log: Update Changes.
2470 Branch: perl
2471 ! Changes patchlevel.h
2472____________________________________________________________________________
2473[ 10327] By: jhi on 2001/05/30 14:07:01
2474 Log: The metaconfig unit change for #10325.
2475 Branch: metaconfig
2476 + U/modified/afs.U
2477____________________________________________________________________________
2478[ 10326] By: jhi on 2001/05/30 14:06:36
2479 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
2480 is now wrong.
2481 Branch: perl
2482 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
2483____________________________________________________________________________
2484[ 10325] By: jhi on 2001/05/30 14:04:28
2485 Log: Introduce $Config{afsroot}.
2486 Branch: perl
2487 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2488 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
2489 ! win32/config.gc win32/config.vc
2490____________________________________________________________________________
2491[ 10324] By: jhi on 2001/05/30 13:49:44
2492 Log: (Retracted by #10375.)
2493
2494 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
2495 Branch: perl
2496 ! hints/linux.sh
2497____________________________________________________________________________
2498[ 10323] By: jhi on 2001/05/30 13:49:29
2499 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
2500 (Also Configure tweaks needed; coming up soon.)
2501 Branch: perl
2502 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
2503____________________________________________________________________________
2504[ 10322] By: jhi on 2001/05/30 13:37:56
2505 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
2506 From: Michael G Schwern <schwern@pobox.com>
2507 Date: Sun, 27 May 2001 10:29:43 +0100
2508 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
2509 Branch: perl
2510 ! lib/perl5db.pl
2511____________________________________________________________________________
2512[ 10321] By: jhi on 2001/05/30 13:36:28
2513 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
2514 and Abhijit Menon-Sen.
2515 Branch: perl
2516 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
2517 ! perl.c pp_sys.c regcomp.c
2518____________________________________________________________________________
2519[ 10320] By: jhi on 2001/05/30 13:35:27
2520 Log: Fix the BOOT section to call myU2time properly.
2521 Branch: perl
2522 ! ext/Time/HiRes/HiRes.xs
2523____________________________________________________________________________
2524[ 10319] By: jhi on 2001/05/30 13:06:09
2525 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
2526 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
2527 Date: Wed, 30 May 2001 09:44:29 -0400
2528 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
2529
2530 Detypo; plus add one more trick.
2531 Branch: perl
2532 ! pod/perlfaq4.pod
2533____________________________________________________________________________
2534[ 10318] By: jhi on 2001/05/30 12:47:11
2535 Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t] (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
2536 From: Michael G Schwern <schwern@pobox.com>
2537 Date: Wed, 30 May 2001 14:39:06 +0100
2538 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
2539 Branch: perl
2540 ! lib/autouse.pm t/pragma/autouse.t
2541____________________________________________________________________________
2542[ 10317] By: jhi on 2001/05/30 12:46:02
2543 Log: Subject: Re: AIX and gcc (moving targets)
2544 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2545 Date: Wed, 30 May 2001 15:25:08 +0200
2546 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
2547 Branch: perl
2548 ! ext/Time/HiRes/HiRes.xs
2549____________________________________________________________________________
2550[ 10316] By: jhi on 2001/05/30 12:40:46
2551 Log: Subject: [PATCH t/TEST] sorting tests
2552 From: Michael G Schwern <schwern@pobox.com>
2553 Date: Wed, 30 May 2001 10:24:02 +0100
2554 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
2555 Branch: perl
2556 ! t/TEST
2557____________________________________________________________________________
2558[ 10315] By: jhi on 2001/05/30 12:37:43
2559 Log: Subject: [ID 20010529.002] typos in man page perlre
2560 From: bart@cg681574-a.adubn1.nj.home.com
2561 Date: Tue, 29 May 2001 13:58:59 -0500
2562 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
2563 Branch: perl
2564 ! pod/perlre.pod
2565____________________________________________________________________________
2566[ 10314] By: jhi on 2001/05/30 12:33:53
2567 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
2568 From: "Craig A. Berry" <craigberry@mac.com>
2569 Date: Tue, 29 May 2001 23:23:45 -0500
2570 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
2571 Branch: perl
2572 ! t/lib/extutils.t t/pragma/autouse.t
2573____________________________________________________________________________
2574[ 10313] By: jhi on 2001/05/30 12:32:17
2575 Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
2576 From: David Dyck <dcd@tc.fluke.com>
2577 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
2578 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
2579 Branch: perl
2580 ! t/lib/filefind.t
2581____________________________________________________________________________
2582[ 10312] By: jhi on 2001/05/30 12:31:02
2583 Log: AIX hints update for gcc from Merijn H. Brand.
2584 Branch: perl
2585 ! hints/aix.sh
2586____________________________________________________________________________
2587[ 10311] By: jhi on 2001/05/30 12:18:20
2588 Log: Retract #10295 and #10296: a more generic solution
2589 is needed (there's something funny with gcc on AIX).
2590 Branch: perl
2591 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
2592____________________________________________________________________________
2593[ 10310] By: jhi on 2001/05/30 12:08:07
2594 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
2595 From: Hugo <hv@crypt.compulink.co.uk>
2596 Date: Wed, 30 May 2001 11:59:19 +0100
2597 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
2598
2599 localizing $@ has unfortunate semantics - if you die past
2600 a local $@, the die message is lost.
2601 Branch: perl
2602 ! lib/utf8_heavy.pl
2603____________________________________________________________________________
2604[ 10309] By: nick on 2001/05/30 08:23:02
2605 Log: Integrate mainline (autouse works again.)
2606 Branch: perlio
2607 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
2608 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
2609 !> pod/perlvar.pod t/op/cmp.t
2610____________________________________________________________________________
2611[ 10308] By: jhi on 2001/05/30 01:55:02
2612 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
2613 From: David Dyck <dcd@tc.fluke.com>
2614 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
2615 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
2616 Branch: perl
2617 ! lib/File/Find.pm
2618____________________________________________________________________________
2619[ 10307] By: jhi on 2001/05/30 01:47:22
2620 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
2621 From: Nicholas Clark <nick@ccl4.org>
2622 Date: Tue, 29 May 2001 23:16:09 +0100
2623 Message-ID: <20010529231609.U86445@plum.flirble.org>
2624
2625 Make the test output slightly clearer by distinguishing
2626 between '' and undef.
2627 Branch: perl
2628 ! t/op/cmp.t
2629____________________________________________________________________________
2630[ 10306] By: jhi on 2001/05/30 01:45:12
2631 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
2632 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2633 Date: Tue, 29 May 2001 19:15:19 -0400
2634 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
2635 Branch: perl
2636 ! hints/os2.sh
2637____________________________________________________________________________
2638[ 10305] By: jhi on 2001/05/30 01:42:36
2639 Log: Subject: perlvar.pod addition
2640 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
2641 Date: Fri, 25 May 2001 20:23:12 +0200
2642 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
2643
2644 Subject: Re: perlvar.pod addition
2645 From: "Abigail" <abigail@foad.org>
2646 Date: Fri, 25 May 2001 22:00:39 +0200
2647 Message-ID: <20010525200039.28029.qmail@foad.org>
2648
2649 Mention $a and $b in perlvar.
2650 Branch: perl
2651 ! pod/perlvar.pod
2652____________________________________________________________________________
2653[ 10304] By: jhi on 2001/05/30 01:36:37
2654 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
2655 From: Jeff Pinyan <jeffp@crusoe.net>
2656 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
2657 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
2658 Branch: perl
2659 ! pod/perlvar.pod
2660____________________________________________________________________________
2661[ 10303] By: jhi on 2001/05/30 01:35:31
2662 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
2663 From: Jeff Pinyan <jeffp@crusoe.net>
2664 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
2665 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
2666 Branch: perl
2667 ! pod/perlfaq6.pod
2668____________________________________________________________________________
2669[ 10302] By: jhi on 2001/05/29 20:18:49
2670 Log: Mention Time::localtime and Time::gmtime.
2671 Branch: perl
2672 ! ext/Time/Piece/Piece.pm
2673____________________________________________________________________________
2674[ 10301] By: jhi on 2001/05/29 20:13:54
2675 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
2676 From: Michael G Schwern <schwern@pobox.com>
2677 Date: Tue, 29 May 2001 18:51:32 +0100
2678 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
2679 Branch: perl
2680 ! pod/perlfaq4.pod
2681____________________________________________________________________________
2682[ 10300] By: jhi on 2001/05/29 20:12:09
2683 Log: Retract #10243.
2684 Branch: perl
2685 ! lib/autouse.pm
2686____________________________________________________________________________
2687[ 10299] By: nick on 2001/05/29 18:41:19
2688 Log: Post weekend integrate mainline (fails one test pragma/autouse).
2689 Branch: perlio
2690 +> (branch 29 files)
2691 !> (integrate 91 files)
2692____________________________________________________________________________
2693[ 10298] By: jhi on 2001/05/29 16:29:19
2694 Log: Update Changes.
2695 Branch: perl
2696 ! Changes patchlevel.h
2697____________________________________________________________________________
2698[ 10297] By: jhi on 2001/05/29 16:25:47
2699 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
2700 before Perl_load_module/Perl_call_method and restore the value
2701 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
2702 Branch: perl
2703 ! utf8.c
2704____________________________________________________________________________
2705[ 10296] By: jhi on 2001/05/29 16:01:53
2706 Log: Subject: Re: AIX and gcc (moving targets)
2707 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2708 Date: Tue, 29 May 2001 17:59:40 +0200
2709 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
2710 Branch: perl
2711 ! ext/Storable/Makefile.PL
2712____________________________________________________________________________
2713[ 10295] By: jhi on 2001/05/29 15:59:05
2714 Log: Subject: Re: AIX and gcc (moving targets)
2715 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2716 Date: Tue, 29 May 2001 12:32:57 +0200
2717 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
2718 Branch: perl
2719 ! ext/POSIX/Makefile.PL
2720____________________________________________________________________________
2721[ 10294] By: jhi on 2001/05/29 15:53:43
2722 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
2723 From: Michael G Schwern <schwern@pobox.com>
2724 Date: Tue, 29 May 2001 09:53:29 +0100
2725 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
2726
2727 (#10280 retracted)
2728 Branch: perl
2729 ! lib/Test/Harness.pm t/lib/test-harness.t
2730____________________________________________________________________________
2731[ 10293] By: jhi on 2001/05/29 15:46:10
2732
2733 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
2734 From: Michael G Schwern <schwern@pobox.com>
2735 Date: Tue, 29 May 2001 09:19:52 +0100
2736 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
2737 Branch: perl
2738 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
2739 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
2740 + t/lib/Test/todo.t
2741 ! MANIFEST lib/Test.pm t/TEST
2742____________________________________________________________________________
2743[ 10292] By: jhi on 2001/05/29 15:34:08
2744 Log: From: Michael G Schwern <schwern@pobox.com>
2745 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
2746 Date: Tue, 29 May 2001 08:26:09 +0100
2747 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
2748 Branch: perl
2749 ! t/TEST
2750____________________________________________________________________________
2751[ 10291] By: jhi on 2001/05/29 15:29:37
2752 Log: Add tests for Time::gmtime and Time::localtime.
2753 Branch: perl
2754 + t/lib/time-gmtime.t t/lib/time-localtime.t
2755 ! MANIFEST t/lib/1_compile.t
2756____________________________________________________________________________
2757[ 10290] By: jhi on 2001/05/29 15:15:44
2758 Log: Add test for File::stat.
2759 Branch: perl
2760 + t/lib/filestat.t
2761 ! MANIFEST t/lib/1_compile.t
2762____________________________________________________________________________
2763[ 10289] By: jhi on 2001/05/29 15:05:38
2764 Log: Add test for Net::servent.
2765 Branch: perl
2766 + t/lib/net-sent.t
2767 ! MANIFEST t/lib/1_compile.t
2768____________________________________________________________________________
2769[ 10288] By: jhi on 2001/05/29 14:57:15
2770 Log: Add test for Net::protoent.
2771 Branch: perl
2772 + t/lib/net-pent.t
2773 ! MANIFEST t/lib/1_compile.t
2774____________________________________________________________________________
2775[ 10287] By: jhi on 2001/05/29 14:53:10
2776 Log: Add test for Net::netent.
2777 Branch: perl
2778 + t/lib/net-nent.t
2779 ! MANIFEST t/lib/1_compile.t
2780____________________________________________________________________________
2781[ 10286] By: jhi on 2001/05/29 14:31:57
2782 Log: Add test for User::grent. Portability doubtful.
2783 Branch: perl
2784 + t/lib/user-grent.t
2785 ! MANIFEST t/lib/1_compile.t
2786____________________________________________________________________________
2787[ 10285] By: jhi on 2001/05/29 14:24:20
2788 Log: Add test for User::pwent.
2789 Probably will fall down somewhere for portability reasons.
2790 Branch: perl
2791 + t/lib/user-pwent.t
2792 ! MANIFEST t/lib/1_compile.t
2793____________________________________________________________________________
2794[ 10284] By: jhi on 2001/05/29 13:26:43
2795 Log: Metaconfig units changes for #10283.
2796 Branch: metaconfig
2797 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
2798 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
2799 ! U/installdirs/sitescript.U U/modified/Signal.U
2800____________________________________________________________________________
2801[ 10283] By: jhi on 2001/05/29 13:26:24
2802 Log: Subject: [PATCH 5.6.1] signal names in Configure
2803 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2804 Date: Tue, 29 May 2001 03:52:25 -0400
2805 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
2806
2807 Subject: [PATCH 5.6.1] older perl in Configure
2808 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2809 Date: Tue, 29 May 2001 03:55:40 -0400
2810 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
2811
2812 Subject: [PATCH 5.6.1] goofs in Configure
2813 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2814 Date: Tue, 29 May 2001 04:13:07 -0400
2815 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
2816
2817 Configure portability tweaks.
2818 Branch: perl
2819 ! Configure
2820____________________________________________________________________________
2821[ 10282] By: jhi on 2001/05/29 12:41:41
2822 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
2823 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2824 Date: Tue, 29 May 2001 04:07:06 -0400
2825 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
2826 Branch: perl
2827 ! os2/os2.c
2828____________________________________________________________________________
2829[ 10281] By: jhi on 2001/05/29 12:40:31
2830 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
2831 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2832 Date: Tue, 29 May 2001 04:01:38 -0400
2833 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
2834 Branch: perl
2835 ! hints/os2.sh os2/Makefile.SHs
2836____________________________________________________________________________
2837[ 10280] By: jhi on 2001/05/29 12:38:48
2838 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
2839 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2840 Date: Tue, 29 May 2001 03:50:18 -0400
2841 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
2842 Branch: perl
2843 ! lib/Test/Harness.pm
2844____________________________________________________________________________
2845[ 10279] By: jhi on 2001/05/29 12:34:53
2846 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
2847 Branch: perl
2848 ! lib/utf8_heavy.pl
2849____________________________________________________________________________
2850[ 10278] By: jhi on 2001/05/29 02:15:24
2851 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
2852 From: Hugo <hv@crypt.compulink.co.uk>
2853 Date: Tue, 29 May 2001 03:03:45 +0100
2854 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
2855
2856 Explanation why the $@ always gets the UTF8 flag when under use utf8--
2857 because we told it to have the flag when under use utf8.
2858 Branch: perl
2859 ! pp_ctl.c
2860____________________________________________________________________________
2861[ 10277] By: jhi on 2001/05/29 00:51:34
2862 Log: At least a partial fix for 20010528.004.
2863 Branch: perl
2864 ! lib/utf8_heavy.pl
2865____________________________________________________________________________
2866[ 10276] By: jhi on 2001/05/29 00:42:59
2867 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
2868 From: Nicholas Clark <nick@ccl4.org>
2869 Date: Mon, 28 May 2001 23:39:38 +0100
2870 Message-ID: <20010528233938.M86445@plum.flirble.org>
2871
2872 More portable non-zero UV.
2873 Branch: perl
2874 ! t/lib/extutils.t
2875____________________________________________________________________________
2876[ 10275] By: jhi on 2001/05/29 00:40:28
2877 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
2878 From: Nicholas Clark <nick@ccl4.org>
2879 Date: Mon, 28 May 2001 22:46:09 +0100
2880 Message-ID: <20010528224608.L86445@plum.flirble.org>
2881
2882 Test also "make clean".
2883 Branch: perl
2884 ! t/lib/extutils.t
2885____________________________________________________________________________
2886[ 10274] By: jhi on 2001/05/29 00:39:18
2887 Log: Subject: Re: Would -Wno-unused -Wall be better?
2888 From: Michael G Schwern <schwern@pobox.com>
2889 Date: Tue, 29 May 2001 00:55:54 +0100
2890 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
2891 Branch: perl
2892 ! pp.h
2893____________________________________________________________________________
2894[ 10273] By: jhi on 2001/05/29 00:36:06
2895 Log: Add a test for 20010528.007, fixed in #10272.
2896 Branch: perl
2897 ! t/op/misc.t toke.c
2898____________________________________________________________________________
2899[ 10272] By: jhi on 2001/05/29 00:21:12
2900 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
2901 From: Hugo <hv@crypt.compulink.co.uk>
2902 Date: Tue, 29 May 2001 00:23:23 +0100
2903 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
2904 Branch: perl
2905 ! toke.c
2906____________________________________________________________________________
2907[ 10271] By: jhi on 2001/05/28 22:52:11
2908 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
2909 From: Michael G Schwern <schwern@pobox.com>
2910 Date: Tue, 29 May 2001 00:42:59 +0100
2911 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
2912 Branch: perl
2913 ! t/pragma/autouse.t
2914____________________________________________________________________________
2915[ 10270] By: jhi on 2001/05/28 21:44:06
2916 Log: Some shells seemingly arrange the signal handlers differently
2917 (bug id 20010521.004).
2918 Branch: perl
2919 ! t/lib/sigaction.t
2920____________________________________________________________________________
2921[ 10269] By: jhi on 2001/05/28 20:34:21
2922 Log: Regen perlmodlib.
2923 Branch: perl
2924 ! pod/perlmodlib.pod
2925____________________________________________________________________________
2926[ 10268] By: jhi on 2001/05/28 19:08:45
2927 Log: Update Changes.
2928 Branch: perl
2929 ! Changes patchlevel.h
2930____________________________________________________________________________
2931[ 10267] By: jhi on 2001/05/28 19:03:54
2932 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
2933 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2934 Date: Mon, 28 May 2001 14:56:35 -0500
2935 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
2936 Branch: perl
2937 ! pod/perlnewmod.pod
2938____________________________________________________________________________
2939[ 10266] By: jhi on 2001/05/28 18:35:03
2940 Log: Regen toc.
2941 Branch: perl
2942 ! pod/perltoc.pod
2943____________________________________________________________________________
2944[ 10265] By: jhi on 2001/05/28 18:33:32
2945 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
2946 From: "Richard Soderberg" <rs@crystalflame.net>
2947 Date: Mon, 28 May 2001 12:31:23 -0700
2948 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
2949 Branch: perl
2950 ! t/op/splice.t
2951____________________________________________________________________________
2952[ 10264] By: jhi on 2001/05/28 17:59:00
2953 Log: The #10260 was too bold: locales and utf8 still do not mix.
2954 Branch: perl
2955 ! t/pragma/locale.t
2956____________________________________________________________________________
2957[ 10263] By: jhi on 2001/05/28 17:52:25
2958 Log: Subject: [PATCH] Pod nitpicks
2959 From: "Richard Soderberg" <rs@crystalflame.net>
2960 Date: Mon, 28 May 2001 10:08:58 -0700
2961 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
2962 Branch: perl
2963 ! pod/perl571delta.pod pod/perlapi.pod sv.h
2964____________________________________________________________________________
2965[ 10262] By: jhi on 2001/05/28 17:50:05
2966 Log: Upgrade to I18N::LangTags 0.22.
2967 Branch: perl
2968 + lib/I18N/LangTags/List.pod
2969 ! MANIFEST lib/I18N/LangTags.pm
2970____________________________________________________________________________
2971[ 10261] By: jhi on 2001/05/28 17:23:40
2972 Log: A slightly more serious bug found by -Mutf8; op/misc and
2973 lib/complex dumped core.
2974 Branch: perl
2975 ! regexec.c
2976____________________________________________________________________________
2977[ 10260] By: jhi on 2001/05/28 16:58:11
2978 Log: Various buglets shaken out by -Mutf8.
2979 Branch: perl
2980 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
2981 ! t/pragma/locale.t
2982____________________________________________________________________________
2983[ 10259] By: jhi on 2001/05/28 15:48:46
2984 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
2985 Branch: perl
2986 ! t/lib/carp.t
2987____________________________________________________________________________
2988[ 10258] By: jhi on 2001/05/28 15:32:41
2989 Log: Subject: [PATCH] todo patch
2990 From: Artur Bergman <artur@contiller.se>
2991 Date: Mon, 28 May 2001 17:03:51 +0200
2992 Message-ID: <B7383577.F34%artur@contiller.se>
2993 Branch: perl
2994 ! pod/perltodo.pod
2995____________________________________________________________________________
2996[ 10257] By: jhi on 2001/05/28 15:31:25
2997 Log: Subject: typo in perlguts.pod
2998 From: "John P. Linderman" <jpl@research.att.com>
2999 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
3000 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
3001 Branch: perl
3002 ! pod/perlguts.pod
3003____________________________________________________________________________
3004[ 10256] By: jhi on 2001/05/28 15:30:42
3005 Log: Subject: AIX and gcc (moving targets)
3006 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3007 Date: Mon, 28 May 2001 12:54:04 +0200
3008 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
3009 Branch: perl
3010 ! hints/aix.sh
3011____________________________________________________________________________
3012[ 10255] By: jhi on 2001/05/28 15:28:55
3013 Log: Subject: Re: perlio + multiple perl_alloc..destruct
3014 From: Doug MacEachern <dougm@covalent.net>
3015 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
3016 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
3017 Branch: perl
3018 ! perlio.c
3019____________________________________________________________________________
3020[ 10254] By: jhi on 2001/05/28 15:27:49
3021 Log: The #10251 wasn't quite up-to-the-code.
3022 Branch: perl
3023 ! t/op/misc.t
3024____________________________________________________________________________
3025[ 10253] By: jhi on 2001/05/28 15:26:39
3026 Log: Test case for bug 20010526.004, fixed in #10252.
3027 Branch: perl
3028 ! t/op/taint.t
3029____________________________________________________________________________
3030[ 10252] By: jhi on 2001/05/28 15:26:14
3031 Log: Subject: Re: [ID 20010526.004] Taint looses value
3032 From: Hugo <hv@crypt.compulink.co.uk>
3033 Date: Sun, 27 May 2001 20:39:32 +0100
3034 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
3035 Branch: perl
3036 ! sv.c
3037____________________________________________________________________________
3038[ 10251] By: jhi on 2001/05/28 15:13:40
3039 Log: Test case for 20010422.005, fixed by #10250.
3040 Branch: perl
3041 ! t/op/misc.t
3042____________________________________________________________________________
3043[ 10250] By: jhi on 2001/05/28 15:11:16
3044 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
3045 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3046 Date: Mon, 28 May 2001 06:39:12 -0400
3047 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
3048 Branch: perl
3049 ! toke.c
3050____________________________________________________________________________
3051[ 10249] By: jhi on 2001/05/28 15:09:24
3052 Log: Linerewrapping.
3053 Branch: perl
3054 ! lib/open.pm
3055____________________________________________________________________________
3056[ 10248] By: jhi on 2001/05/28 15:09:07
3057 Log: Updates on the modules list.
3058 Branch: perl
3059 ! t/lib/1_compile.t
3060____________________________________________________________________________
3061[ 10247] By: jhi on 2001/05/28 15:03:35
3062 Log: Add a test for PerlIO.
3063
3064 (I probably got the crlf/raw thing wrong for clrfy platforms...)
3065 Branch: perl
3066 + t/lib/perlio.t
3067 ! MANIFEST lib/PerlIO.pm
3068____________________________________________________________________________
3069[ 10246] By: jhi on 2001/05/28 14:24:08
3070 Log: Add a test for carp et alia.
3071 Branch: perl
3072 + t/lib/carp.t
3073 ! MANIFEST
3074____________________________________________________________________________
3075[ 10245] By: jhi on 2001/05/28 13:42:55
3076 Log: Adding the new test would be swell.
3077 Branch: perl
3078 + t/pragma/autouse.t
3079____________________________________________________________________________
3080[ 10244] By: jhi on 2001/05/28 13:42:34
3081 Log: Add a test for the autouse pragma.
3082 Branch: perl
3083 ! MANIFEST
3084____________________________________________________________________________
3085[ 10243] By: jhi on 2001/05/28 13:26:25
3086 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
3087 From: dLux <dlux@spam.sch.bme.hu>
3088 Date: Sun, 27 May 2001 16:14:26 +0200
3089 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
3090 Branch: perl
3091 ! lib/autouse.pm
3092____________________________________________________________________________
3093[ 10242] By: jhi on 2001/05/28 13:21:50
3094 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
3095 From: "Richard Soderberg" <rs@crystalflame.net>
3096 Date: Mon, 28 May 2001 03:56:36 -0700
3097 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
3098 Branch: perl
3099 ! utils/dprofpp.PL
3100____________________________________________________________________________
3101[ 10241] By: jhi on 2001/05/28 13:18:56
3102 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
3103 From: "Stephen P. Potter" <spp@spotter.yi.org>
3104 Date: Tue, 22 May 2001 11:40:25 -0400
3105 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
3106
3107 Subject: Re: [ID 20010522.003] Time::Local module bug
3108 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3109 Date: Tue, 22 May 2001 11:50:19 -0400
3110 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
3111 Branch: perl
3112 ! lib/Time/Local.pm
3113____________________________________________________________________________
3114[ 10240] By: jhi on 2001/05/27 22:44:49
3115 Log: The PERL_DL_NONLAZY can have whitespace in front.
3116 Branch: perl
3117 ! t/lib/extutils.t
3118____________________________________________________________________________
3119[ 10239] By: jhi on 2001/05/27 21:23:21
3120 Log: Document strftime() and strptime().
3121 Branch: perl
3122 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
3123____________________________________________________________________________
3124[ 10238] By: jhi on 2001/05/27 20:29:07
3125 Log: Make Time::Piece::strptime() to be a function, not a method.
3126 Branch: perl
3127 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3128____________________________________________________________________________
3129[ 10237] By: jhi on 2001/05/27 20:22:09
3130 Log: Tweak the test to be more portable.
3131 Branch: perl
3132 ! t/lib/extutils.t
3133____________________________________________________________________________
3134[ 10236] By: jhi on 2001/05/27 19:15:54
3135 Log: Subject: PATCH: Re: Re: Attributes that tie
3136 From: Leon Brocard <acme@astray.com>
3137 Date: Sun, 27 May 2001 12:37:29 +0100
3138 Message-ID: <20010527123729.A22663@ns0.astray.com>
3139
3140 Document that variable attributes are not currently usable
3141 for tieing. (An ugly limitation that should be fixed.)
3142 Branch: perl
3143 ! lib/attributes.pm
3144____________________________________________________________________________
3145[ 10235] By: jhi on 2001/05/27 19:03:31
3146 Log: Microperl tweaks.
3147 Branch: perl
3148 ! Makefile.micro uconfig.h uconfig.sh
3149____________________________________________________________________________
3150[ 10234] By: jhi on 2001/05/27 18:22:09
3151 Log: Add make target for microperl (kind of silly, but convenient).
3152 Branch: perl
3153 ! Makefile.SH
3154____________________________________________________________________________
3155[ 10233] By: jhi on 2001/05/27 18:18:56
3156 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
3157 for microperl.)
3158 Branch: perl
3159 ! doio.c
3160____________________________________________________________________________
3161[ 10232] By: jhi on 2001/05/27 17:57:18
3162 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
3163 From: rspier@pobox.com (Robert Spier)
3164 Date: Sat, 26 May 2001 20:05:23 -0400
3165 Message-ID: <15120.17603.148648.12430@rls.cx>
3166
3167 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
3168 From: rspier@pobox.com (Robert Spier)
3169 Date: Sun, 27 May 2001 00:23:12 -0400
3170 Message-ID: <15120.33072.511966.767230@rls.cx>
3171 Branch: perl
3172 ! doio.c pod/perlfunc.pod
3173____________________________________________________________________________
3174[ 10231] By: jhi on 2001/05/27 15:45:20
3175 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
3176 Branch: perl
3177 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3178____________________________________________________________________________
3179[ 10230] By: jhi on 2001/05/27 15:41:06
3180 Log: Add README.tru64.
3181 Branch: perl
3182 + README.tru64
3183____________________________________________________________________________
3184[ 10229] By: jhi on 2001/05/27 13:50:57
3185 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
3186 Branch: perl
3187 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
3188 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
3189 ! MANIFEST
3190____________________________________________________________________________
3191[ 10228] By: jhi on 2001/05/27 13:43:38
3192 Log: Integrate I18N::LangTags from Sean Burke.
3193
3194 TODO: the language list from RFC 3066 needs to be integrated
3195 and made available somehow. The list is included in the
3196 I18N-LangTags 0.21 distribution, but it is undocumented
3197 and unconnected to the module.
3198 Branch: perl
3199 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
3200 ! MANIFEST
3201____________________________________________________________________________
3202[ 10227] By: jhi on 2001/05/27 01:41:33
3203 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
3204 envisioned by Sarathy.
3205 Branch: perl
3206 ! t/op/ver.t toke.c
3207____________________________________________________________________________
3208[ 10226] By: jhi on 2001/05/27 00:28:34
3209 Log: Subject: [ID 20010525.001] Pod typo nits fixed
3210 From: lvirden@cas.org
3211 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
3212 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
3213
3214 minus the perlsolaris decimation plus the
3215
3216 Subject: Re: [ID 20010525.001] Pod typo nits fixed
3217 From: "Philip Newton" <Philip.Newton@gmx.net>
3218 Date: Fri, 25 May 2001 18:05:55 +0200
3219 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
3220 Branch: perl
3221 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
3222 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
3223 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
3224 ! pod/perlutil.pod pod/perlxstut.pod
3225____________________________________________________________________________
3226[ 10225] By: jhi on 2001/05/26 22:38:16
3227 Log: return clauses are nice.
3228 Branch: perl
3229 ! sv.c
3230____________________________________________________________________________
3231[ 10224] By: jhi on 2001/05/26 22:35:31
3232 Log: Subject: change 10199 backwards?
3233 From: Doug MacEachern <dougm@covalent.net>
3234 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
3235 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
3236 Branch: perl
3237 ! sv.c
3238____________________________________________________________________________
3239[ 10223] By: jhi on 2001/05/26 22:31:46
3240 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
3241 From: Hugo <hv@crypt.compulink.co.uk>
3242 Date: Sat, 26 May 2001 17:05:12 +0100
3243 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
3244 Branch: perl
3245 + t/op/gmagic.t
3246 ! MANIFEST doop.c embed.h embed.pl global.sym
3247 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
3248 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
3249____________________________________________________________________________
3250[ 10222] By: jhi on 2001/05/26 22:10:38
3251 Log: Regen headers for #10221.
3252 Branch: perl
3253 ! global.sym objXSUB.h perlapi.c
3254____________________________________________________________________________
3255[ 10221] By: jhi on 2001/05/26 22:06:06
3256 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
3257 From: Juha Laiho <juha.laiho@Elma.Net>
3258 Date: Thu, 3 May 2001 09:51:30 +0300
3259 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
3260 Branch: perl
3261 ! embed.pl
3262____________________________________________________________________________
3263[ 10220] By: jhi on 2001/05/26 22:01:30
3264 Log: Subject: Re: [PATCH] Re: stability of sort()?
3265 From: "John P. Linderman" <jpl@research.att.com>
3266 Date: Sat, 26 May 2001 13:27:19 -0400
3267 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
3268 Branch: perl
3269 ! pod/perlfunc.pod
3270____________________________________________________________________________
3271[ 10219] By: jhi on 2001/05/26 14:02:34
3272 Log: Integrate perlio.
3273 Branch: perl
3274 !> pod/perlguts.pod
3275____________________________________________________________________________
3276[ 10218] By: jhi on 2001/05/26 13:39:52
3277 Log: Subject: [PATCH perl@10210] PerlIO for VMS
3278 From: "Craig A. Berry" <craigberry@mac.com>
3279 Date: Sat, 26 May 2001 09:34:11 -0500
3280 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
3281 Branch: perl
3282 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
3283 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
3284 ! vms/vmsish.h
3285____________________________________________________________________________
3286[ 10217] By: jhi on 2001/05/26 13:19:05
3287 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
3288 From: David Dyck <dcd@tc.fluke.com>
3289 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
3290 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
3291 Branch: perl
3292 ! lib/perl5db.pl
3293____________________________________________________________________________
3294[ 10216] By: jhi on 2001/05/26 13:17:47
3295 Log: Subject: utf8 regexp tests
3296 From: Hugo <hv@crypt.compulink.co.uk>
3297 Date: Fri, 25 May 2001 22:35:01 +0100
3298 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
3299 Branch: perl
3300 ! t/op/regexp.t
3301____________________________________________________________________________
3302[ 10215] By: jhi on 2001/05/26 13:15:40
3303 Log: Subject: [PATCH] Re: stability of sort()?
3304 From: Nicholas Clark <nick@ccl4.org>
3305 Date: Fri, 25 May 2001 22:40:19 +0100
3306 Message-ID: <20010525224019.B86445@plum.flirble.org>
3307 Branch: perl
3308 ! pod/perlfunc.pod
3309____________________________________________________________________________
3310[ 10214] By: jhi on 2001/05/26 13:14:30
3311 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
3312 From: John Peacock <jpeacock@rowman.com>
3313 Date: Thu, 24 May 2001 22:14:01 -0400
3314 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
3315 Branch: perl
3316 ! mg.c scope.c sv.c
3317____________________________________________________________________________
3318[ 10213] By: jhi on 2001/05/26 13:08:56
3319 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
3320 From: Nicholas Clark <nick@ccl4.org>
3321 Date: Sun, 20 May 2001 19:24:13 +0100
3322 Message-ID: <20010520192413.G83222@plum.flirble.org>
3323 Branch: perl
3324 + lib/ExtUtils/Constant.pm t/lib/extutils.t
3325 ! MANIFEST utils/h2xs.PL
3326____________________________________________________________________________
3327[ 10212] By: nick on 2001/05/26 09:49:28
3328 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
3329 add a few more notes there on use of mortals on the stack.
3330 Branch: perlio
3331 ! pod/perlguts.pod
3332____________________________________________________________________________
3333[ 10211] By: nick on 2001/05/26 09:05:36
3334 Log: Integrate mainline
3335 Branch: perlio
3336 +> t/lib/fcntl.t t/pragma/vars.t
3337 !> (integrate 49 files)
3338____________________________________________________________________________
3339[ 10210] By: jhi on 2001/05/25 12:29:16
3340 Log: Update Changes.
3341 Branch: perl
3342 ! Changes patchlevel.h
3343____________________________________________________________________________
3344[ 10209] By: jhi on 2001/05/25 12:24:45
3345 Log: Based on
3346
3347 Subject: [PATCH pp.c] Wrapping pack("C",256)
3348 From: Simon Cozens <simon@netthink.co.uk>
3349 Date: Sat, 12 May 2001 17:58:41 +0100
3350 Message-ID: <20010512175841.A6132@netthink.co.uk>
3351 Branch: perl
3352 ! pod/perldiag.pod pp.c t/pragma/warn/pp
3353____________________________________________________________________________
3354[ 10208] By: jhi on 2001/05/25 01:37:03
3355 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
3356 From: "Brendan O'Dea" <bod@compusol.com.au>
3357 Date: Fri, 25 May 2001 11:18:29 +1000
3358 Message-ID: <20010525111829.A28411@compusol.com.au>
3359
3360 (Slightly modified.)
3361 Branch: perl
3362 ! lib/Term/Cap.pm
3363____________________________________________________________________________
3364[ 10207] By: jhi on 2001/05/25 01:12:14
3365 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
3366 From: Hugo <hv@crypt.compulink.co.uk>
3367 Date: Fri, 25 May 2001 02:13:25 +0100
3368 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
3369 Branch: perl
3370 ! t/op/misc.t
3371____________________________________________________________________________
3372[ 10206] By: jhi on 2001/05/25 01:07:59
3373 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
3374 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
3375 Date: Fri, 25 May 2001 10:25:36 +0900
3376 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
3377 Branch: perl
3378 ! regcomp.c regexec.c
3379____________________________________________________________________________
3380[ 10205] By: jhi on 2001/05/25 01:07:00
3381 Log: Subject: [PATCH #2] stash autovivification and method call error messages
3382 From: Ilmari Karonen <iltzu@sci.fi>
3383 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
3384 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
3385 Branch: perl
3386 ! gv.c pp_hot.c t/op/method.t
3387____________________________________________________________________________
3388[ 10204] By: jhi on 2001/05/25 01:03:50
3389 Log: Add make target and documentation for gprof profiling.
3390 Branch: perl
3391 ! Makefile.SH pod/perlhack.pod
3392____________________________________________________________________________
3393[ 10203] By: jhi on 2001/05/24 21:09:36
3394 Log: Subject: Don't think about UTF8
3395 From: Mike Guy <mjtg@cam.ac.uk>
3396 Date: Tue, 22 May 2001 14:35:39 +0100
3397 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
3398 Branch: perl
3399 ! sv.h
3400____________________________________________________________________________
3401[ 10202] By: jhi on 2001/05/24 21:07:25
3402 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
3403 From: Geraint A Edwards <gedge@serf.org>
3404 Date: Thu, 24 May 2001 22:51:24 +0100
3405 Message-Id: <20010524225124.A34981@cymru.serf.org>
3406 Branch: perl
3407 ! x2p/find2perl.PL
3408____________________________________________________________________________
3409[ 10201] By: jhi on 2001/05/24 21:02:30
3410 Log: DB_File has its own attribute story.
3411 Branch: perl
3412 ! ext/DB_File/DB_File.xs
3413____________________________________________________________________________
3414[ 10200] By: jhi on 2001/05/24 19:54:21
3415 Log: Subject: Re: Making perl with -Wall
3416 From: Andy Dougherty <doughera@lafayette.edu>
3417 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
3418 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
3419 Branch: perl
3420 ! perl.h
3421____________________________________________________________________________
3422[ 10199] By: jhi on 2001/05/24 15:15:03
3423 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
3424 From: "Richard Soderberg" <rs@crystalflame.net>
3425 Date: Thu, 24 May 2001 08:58:16 -0700
3426 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
3427 Branch: perl
3428 ! sv.c
3429____________________________________________________________________________
3430[ 10198] By: jhi on 2001/05/24 15:10:04
3431 Log: IV/UV casting fixes from Nicholas Clark.
3432 Branch: perl
3433 ! perl.h pp_sys.c util.c
3434____________________________________________________________________________
3435[ 10197] By: jhi on 2001/05/24 14:19:44
3436 Log: Subject: Re: Making perl with -Wall
3437 From: Michael G Schwern <schwern@pobox.com>
3438 Date: Thu, 24 May 2001 15:40:28 +0100
3439 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
3440 Branch: perl
3441 ! malloc.c perl.h
3442____________________________________________________________________________
3443[ 10196] By: jhi on 2001/05/24 14:04:41
3444 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
3445 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3446 Date: Tue, 22 May 2001 11:49:37 +0200
3447 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
3448 Branch: metaconfig
3449 ! U/modified/Oldsym.U
3450 Branch: metaconfig/U/perl
3451 ! patchlevel.U
3452 Branch: perl
3453 ! Configure config_h.SH myconfig.SH
3454____________________________________________________________________________
3455[ 10195] By: jhi on 2001/05/24 13:25:04
3456 Log: Under versiononly install also the scripts with the version suffix.
3457 (e.g. .../bin/h2xs5.7.1)
3458 Branch: perl
3459 ! installperl
3460____________________________________________________________________________
3461[ 10194] By: jhi on 2001/05/24 13:02:49
3462 Log: Subject: [PATCH] Stop segfault in mg.c:636
3463 From: "Richard Soderberg" <rs@crystalflame.net>
3464 Date: Thu, 24 May 2001 05:51:52 -0700
3465 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
3466 Branch: perl
3467 ! mg.c
3468____________________________________________________________________________
3469[ 10193] By: jhi on 2001/05/24 12:37:13
3470 Log: Iteration continues; hopefully convergently.
3471 Branch: perl
3472 ! t/lib/b-stash.t
3473____________________________________________________________________________
3474[ 10192] By: jhi on 2001/05/24 12:36:35
3475 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
3476 From: Gisle Aas <gisle@ActiveState.com>
3477 Date: 23 May 2001 16:13:10 -0700
3478 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
3479 Branch: perl
3480 ! op.c toke.c
3481____________________________________________________________________________
3482[ 10191] By: jhi on 2001/05/24 12:25:12
3483 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
3484 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3485 Date: Thu, 24 May 2001 05:05:22 -0500
3486 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
3487 Branch: perl
3488 ! lib/dumpvar.pl lib/perl5db.pl
3489____________________________________________________________________________
3490[ 10190] By: jhi on 2001/05/24 12:24:07
3491 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
3492 From: David Dyck <dcd@tc.fluke.com>
3493 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
3494 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
3495 Branch: perl
3496 ! lib/perl5db.pl
3497____________________________________________________________________________
3498[ 10189] By: jhi on 2001/05/23 22:43:31
3499 Log: Tiny pod nits on READMEs, mostly whitespace issues.
3500 Branch: perl
3501 ! README.amiga README.dos README.macos README.mpeix README.vmesa
3502 ! README.win32
3503____________________________________________________________________________
3504[ 10188] By: jhi on 2001/05/23 22:26:03
3505 Log: The DG/UX part of the 20010521.005.
3506 Branch: perl
3507 ! README.dgux
3508____________________________________________________________________________
3509[ 10187] By: jhi on 2001/05/23 22:04:05
3510 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
3511 From: Hugo <hv@crypt.compulink.co.uk>
3512 Date: Mon, 21 May 2001 16:32:02 +0100
3513 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
3514 Branch: perl
3515 ! regcomp.c t/op/misc.t
3516____________________________________________________________________________
3517[ 10186] By: jhi on 2001/05/23 21:42:15
3518 Log: Subject: [PATCH] Extra UNIVERSAL tests
3519 From: Mike Guy <mjtg@cam.ac.uk>
3520 Date: Wed, 23 May 2001 12:29:20 +0100
3521 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
3522 Branch: perl
3523 ! t/op/universal.t
3524____________________________________________________________________________
3525[ 10185] By: jhi on 2001/05/23 21:38:48
3526 Log: Subject: [PATCH] Remove EQ keyword
3527 From: Mike Guy <mjtg@cam.ac.uk>
3528 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
3529 Date: Wed, 23 May 2001 11:17:29 +0100
3530 Branch: perl
3531 ! keywords.h keywords.pl
3532____________________________________________________________________________
3533[ 10184] By: jhi on 2001/05/23 21:29:41
3534 Log: Subject: [PATCH] lib/perl5db.pl
3535 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3536 Date: Wed, 23 May 2001 02:18:03 -0500
3537 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
3538 Branch: perl
3539 ! lib/perl5db.pl
3540____________________________________________________________________________
3541[ 10183] By: jhi on 2001/05/23 21:27:54
3542 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
3543 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3544 Date: Tue, 22 May 2001 23:34:41 -0500
3545 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
3546 Branch: perl
3547 ! lib/Term/Cap.pm
3548____________________________________________________________________________
3549[ 10182] By: jhi on 2001/05/23 21:24:30
3550 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
3551 From: davem@fdgroup.co.uk
3552 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
3553 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
3554 Branch: perl
3555 ! emacs/e2ctags.pl
3556____________________________________________________________________________
3557[ 10181] By: jhi on 2001/05/23 21:23:29
3558 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
3559 From: Michael G Schwern <schwern@pobox.com>
3560 Date: Tue, 22 May 2001 14:15:09 +0100
3561 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
3562 Branch: perl
3563 ! lib/vars.pm
3564____________________________________________________________________________
3565[ 10180] By: jhi on 2001/05/23 21:22:14
3566 Log: Subject: [PATCH lib/vars.pm] Odd code nit
3567 From: Michael G Schwern <schwern@pobox.com>
3568 Date: Tue, 22 May 2001 14:14:28 +0100
3569 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
3570 Branch: perl
3571 ! lib/vars.pm
3572____________________________________________________________________________
3573[ 10179] By: jhi on 2001/05/23 21:19:51
3574 Log: Use the new use vars feature.
3575 Branch: perl
3576 ! t/lib/b-stash.t
3577____________________________________________________________________________
3578[ 10178] By: jhi on 2001/05/23 21:19:28
3579 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
3580 From: Mike Guy <mjtg@cam.ac.uk>
3581 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3582 Date: Tue, 22 May 2001 13:11:39 +0100
3583 Branch: perl
3584 + t/pragma/vars.t
3585 ! MANIFEST lib/vars.pm t/lib/1_compile.t
3586____________________________________________________________________________
3587[ 10177] By: jhi on 2001/05/23 21:01:48
3588 Log: -qlongdouble considered harmful by Merijn.
3589 Branch: perl
3590 ! hints/aix.sh
3591____________________________________________________________________________
3592[ 10176] By: jhi on 2001/05/21 13:21:21
3593 Log: Update Changes.
3594 Branch: perl
3595 ! Changes patchlevel.h
3596____________________________________________________________________________
3597[ 10175] By: jhi on 2001/05/21 13:17:28
3598 Log: Add a test of its very own for Fcntl. Hopefully portable.
3599 Branch: perl
3600 + t/lib/fcntl.t
3601 ! MANIFEST
3602____________________________________________________________________________
3603[ 10174] By: jhi on 2001/05/21 12:45:41
3604 Log: Must be trickier for 'minitest' not to die.
3605 Branch: perl
3606 ! t/op/taint.t
3607____________________________________________________________________________
3608[ 10173] By: jhi on 2001/05/21 11:24:43
3609 Log: Can't declare other people's variables.
3610 Branch: perl
3611 ! t/lib/b-stash.t
3612____________________________________________________________________________
3613[ 10172] By: jhi on 2001/05/20 20:33:08
3614 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
3615 Branch: perl
3616 ! doio.c t/op/taint.t
3617____________________________________________________________________________
3618[ 10171] By: jhi on 2001/05/20 20:18:45
3619 Log: The OS/2 variable needs to be declared.
3620 Branch: perl
3621 ! t/lib/b-stash.t
3622____________________________________________________________________________
3623[ 10170] By: nick on 2001/05/20 16:48:29
3624 Log: Integrate mainline
3625 Branch: perlio
3626 !> (integrate 41 files)
3627____________________________________________________________________________
3628[ 10169] By: jhi on 2001/05/20 11:50:20
3629 Log: Small perlsec updates: clarify the taintedness of filename
3630 globbing; suggest using Scalar::Util::tainted().
3631 Branch: perl
3632 ! pod/perlsec.pod
3633____________________________________________________________________________
3634[ 10168] By: jhi on 2001/05/20 11:24:11
3635 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
3636 From: Dave Mitchell <davem@fdgroup.co.uk>
3637 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
3638 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
3639 Branch: perl
3640 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
3641 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
3642 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
3643 ! xsutils.c
3644____________________________________________________________________________
3645[ 10167] By: jhi on 2001/05/20 11:12:14
3646 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
3647 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3648 Date: Sat, 19 May 2001 04:08:46 -0400
3649 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
3650 Branch: perl
3651 ! lib/ExtUtils/Mksymlists.pm makedef.pl
3652____________________________________________________________________________
3653[ 10166] By: jhi on 2001/05/20 11:08:27
3654 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
3655 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3656 Date: Sat, 19 May 2001 04:30:45 -0400
3657 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
3658 Branch: perl
3659 ! os2/os2.c
3660____________________________________________________________________________
3661[ 10165] By: jhi on 2001/05/20 11:07:06
3662 Log: Subject: [PATCH 5.6.1] build bugs OS/2
3663 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3664 Date: Sat, 19 May 2001 04:35:28 -0400
3665 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
3666 Branch: perl
3667 ! os2/Makefile.SHs os2/os2.c
3668____________________________________________________________________________
3669[ 10164] By: jhi on 2001/05/20 11:06:01
3670 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
3671 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3672 Date: Sat, 19 May 2001 04:04:23 -0400
3673 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
3674
3675 (In bleadperl patched b-stash.t instead of b.t)
3676 Branch: perl
3677 ! t/lib/b-stash.t t/lib/bigfltpm.t
3678____________________________________________________________________________
3679[ 10163] By: jhi on 2001/05/20 10:59:46
3680 Log: Subject: [PATCH 5.6.1] perl5db
3681 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3682 Date: Sat, 19 May 2001 03:49:09 -0400
3683 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
3684 Branch: perl
3685 ! lib/perl5db.pl
3686____________________________________________________________________________
3687[ 10162] By: jhi on 2001/05/20 10:58:18
3688 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
3689 From: Gisle Aas <gisle@ActiveState.com>
3690 Date: 18 May 2001 14:24:51 -0700
3691 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
3692 Branch: perl
3693 ! pp_ctl.c
3694____________________________________________________________________________
3695[ 10161] By: jhi on 2001/05/20 10:57:00
3696 Log: Subject: [PATCH] Chomp should not always stringify
3697 From: Gisle Aas <gisle@ActiveState.com>
3698 Date: 18 May 2001 07:55:25 -0700
3699 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
3700 Branch: perl
3701 ! doop.c t/op/chop.t
3702____________________________________________________________________________
3703[ 10160] By: jhi on 2001/05/20 10:49:40
3704 Log: Integrate perlio.
3705 Branch: perl
3706 !> pod/perlfunc.pod
3707____________________________________________________________________________
3708[ 10159] By: nick on 2001/05/20 09:39:46
3709 Log: Document some more of open's features.
3710 Branch: perlio
3711 ! pod/perlfunc.pod
3712____________________________________________________________________________
3713[ 10158] By: gsar on 2001/05/18 18:43:38
3714 Log: back out change#10153 (it has compatibility issues such as the
3715 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
3716 benefit for 5.6.x doesn't seem worth the risk)
3717 Branch: maint-5.6/perl
3718 ! toke.c
3719____________________________________________________________________________
3720[ 10157] By: jhi on 2001/05/18 17:05:40
3721 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
3722 Branch: perl
3723 ! x2p/s2p.PL
3724____________________________________________________________________________
3725[ 10156] By: jhi on 2001/05/18 12:06:40
3726 Log: Update Changes.
3727 Branch: perl
3728 ! Changes patchlevel.h
3729____________________________________________________________________________
3730[ 10155] By: jhi on 2001/05/18 11:58:57
3731 Log: Integrate change #10144 from maintperl.
3732
3733 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
3734 Branch: perl
3735 !> win32/config.bc win32/config.gc win32/config.vc
3736 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3737____________________________________________________________________________
3738[ 10154] By: nick on 2001/05/18 07:23:03
3739 Log: Integrate mainline.
3740 Branch: perlio
3741 +> README.dgux t/lib/i18n-collate.t utils.lst
3742 !> (integrate 49 files)
3743____________________________________________________________________________
3744[ 10153] By: jhi on 2001/05/18 00:41:51
3745 Log: Integrate change #7224 from mainline into maintperl.
3746
3747 Allow @+ and @- to be doublequoted, from Simon Cozens.
3748 (Approved by Larry, see Tom's comment in 20000830.005.)
3749 Branch: maint-5.6/perl
3750 !> toke.c
3751____________________________________________________________________________
3752[ 10152] By: jhi on 2001/05/17 23:18:15
3753 Log: Subject: [PATCH bleadperl] small lookbehind fix
3754 From: Hugo <hv@crypt.compulink.co.uk>
3755 Date: Fri, 18 May 2001 00:07:19 +0100
3756 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
3757 Branch: perl
3758 ! regexec.c
3759____________________________________________________________________________
3760[ 10151] By: jhi on 2001/05/17 22:00:06
3761 Log: Detypos.
3762 Branch: perl
3763 ! installman utils.lst
3764____________________________________________________________________________
3765[ 10150] By: jhi on 2001/05/17 20:32:48
3766 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
3767 in 20001222.001.
3768 Branch: perl
3769 ! t/lib/glob-basic.t
3770____________________________________________________________________________
3771[ 10149] By: jhi on 2001/05/17 20:08:58
3772 Log: Subject: [PATCH] Test for bug 20010515.004
3773 From: Benjamin Sugars <bsugars@canoe.ca>
3774 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
3775 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
3776 Branch: perl
3777 ! t/op/misc.t
3778____________________________________________________________________________
3779[ 10148] By: jhi on 2001/05/17 20:06:23
3780 Log: Integrate #10145 from maintperl.
3781
3782 fix for ID 20010515.004 (needs test)
3783 Branch: perl
3784 !> pp_hot.c
3785____________________________________________________________________________
3786[ 10147] By: jhi on 2001/05/17 19:10:46
3787 Log: Thinko noticed by Doug MacEachern.
3788 Branch: perl
3789 ! thread.h
3790____________________________________________________________________________
3791[ 10146] By: jhi on 2001/05/17 17:30:37
3792 Log: Subject: Re: [PATCH] HERE mark in regex
3793 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3794 Date: Thu, 17 May 2001 12:20:33 -0400
3795 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
3796 Branch: perl
3797 ! t/op/re_tests
3798____________________________________________________________________________
3799[ 10145] By: gsar on 2001/05/17 16:59:55
3800 Log: fix for ID 20010515.004 (needs test)
3801 Branch: maint-5.6/perl
3802 ! pp_hot.c
3803____________________________________________________________________________
3804[ 10144] By: gsar on 2001/05/17 16:39:02
3805 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
3806 Branch: maint-5.6/perl
3807 ! win32/config.bc win32/config.gc win32/config.vc
3808 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3809____________________________________________________________________________
3810[ 10143] By: jhi on 2001/05/17 14:21:08
3811 Log: Macrofy the getspecific (and use it also in util.c)
3812 Branch: perl
3813 ! thread.h util.c
3814____________________________________________________________________________
3815[ 10142] By: jhi on 2001/05/17 01:43:50
3816 Log: Use the unchecked thread-specific key fetch also in Tru64.
3817 Branch: perl
3818 ! thread.h
3819____________________________________________________________________________
3820[ 10141] By: jhi on 2001/05/17 01:41:07
3821 Log: Subject: [PATCH 5.6.1]Quick thread speedup
3822 From: Dan Sugalski <dan@sidhe.org>
3823 Date: Wed, 16 May 2001 18:05:19 -0400
3824 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
3825 Branch: perl
3826 ! thread.h util.c
3827____________________________________________________________________________
3828[ 10140] By: jhi on 2001/05/16 19:58:29
3829 Log: I think this is quite enough testing for a deprecated feature.
3830 Branch: perl
3831 + t/lib/i18n-collate.t
3832 ! MANIFEST t/lib/1_compile.t
3833____________________________________________________________________________
3834[ 10139] By: jhi on 2001/05/16 18:47:03
3835 Log: More HP-UX lore from Jeff Okamoto.
3836 Branch: perl
3837 ! README.hpux
3838____________________________________________________________________________
3839[ 10138] By: jhi on 2001/05/16 18:21:04
3840 Log: Sort utils.lst for easier maintenance.
3841 Branch: perl
3842 ! utils.lst
3843____________________________________________________________________________
3844[ 10137] By: jhi on 2001/05/16 18:12:01
3845 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3846 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3847 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
3848 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
3849
3850 Add pod2latex to utils.lst.
3851 Branch: perl
3852 ! MANIFEST utils.lst
3853____________________________________________________________________________
3854[ 10136] By: jhi on 2001/05/16 18:00:00
3855 Log: Subject: Re: [PATCH] HERE mark in regex
3856 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3857 Date: Wed, 16 May 2001 13:04:43 -0400
3858 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
3859 Branch: perl
3860 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
3861 ! t/op/regmesg.t t/pragma/warn/regcomp
3862____________________________________________________________________________
3863[ 10135] By: jhi on 2001/05/16 17:51:50
3864 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3865 From: Simon Cozens <simon@netthink.co.uk>
3866 Date: Wed, 16 May 2001 18:02:08 +0100
3867 Message-ID: <20010516180208.A6458@netthink.co.uk>
3868 Branch: perl
3869 ! installman utils.lst
3870____________________________________________________________________________
3871[ 10134] By: jhi on 2001/05/16 17:47:26
3872 Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
3873 From: "Philip Newton" <pnewton@gmx.de>
3874 Date: Tue, 15 May 2001 15:09:30 +0200
3875 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
3876
3877 Test case for #10128.
3878 Branch: perl
3879 ! t/pragma/warn/pp_hot
3880____________________________________________________________________________
3881[ 10133] By: jhi on 2001/05/16 15:12:52
3882 Log: Update Changes.
3883 Branch: perl
3884 ! Changes patchlevel.h
3885____________________________________________________________________________
3886[ 10132] By: jhi on 2001/05/16 14:50:55
3887 Log: Deprecate pseudo-hashes.
3888 Branch: perl
3889 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
3890____________________________________________________________________________
3891[ 10131] By: jhi on 2001/05/16 14:26:01
3892 Log: HP-UX hints update from Merijn.
3893 Branch: perl
3894 ! hints/hpux.sh
3895____________________________________________________________________________
3896[ 10130] By: jhi on 2001/05/16 14:23:01
3897 Log: README.hpux update from Merijn.
3898 Branch: perl
3899 ! README.hpux
3900____________________________________________________________________________
3901[ 10129] By: jhi on 2001/05/16 14:18:56
3902 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3903 From: Simon Cozens <simon@netthink.co.uk>
3904 Date: Wed, 16 May 2001 15:57:55 +0100
3905 Message-ID: <20010516155755.A4728@netthink.co.uk>
3906 Branch: perl
3907 + utils.lst
3908 ! MANIFEST installman installperl
3909____________________________________________________________________________
3910[ 10128] By: jhi on 2001/05/16 14:15:36
3911 Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
3912 From: "Philip Newton" <pnewton@gmx.de>
3913 Date: Tue, 15 May 2001 16:31:05 +0200
3914 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
3915
3916 Fix PERL_Y2KWARN test to check before rather than after appending.
3917 Branch: perl
3918 ! pp_hot.c
3919____________________________________________________________________________
3920[ 10127] By: jhi on 2001/05/16 14:08:15
3921 Log: Regen Porting stuff.
3922 Branch: perl
3923 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3924 ! config_h.SH
3925____________________________________________________________________________
3926[ 10126] By: jhi on 2001/05/16 13:41:50
3927 Log: Metaconfig unit change for #10125.
3928 Branch: metaconfig
3929 ! U/modified/Oldconfig.U
3930____________________________________________________________________________
3931[ 10125] By: jhi on 2001/05/16 13:41:35
3932 Log: Use OSVERS.
3933 Branch: perl
3934 ! Configure config_h.SH perl.c
3935____________________________________________________________________________
3936[ 10124] By: jhi on 2001/05/16 13:41:09
3937 Log: Regen toc.
3938 Branch: perl
3939 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3940____________________________________________________________________________
3941[ 10123] By: jhi on 2001/05/16 13:25:38
3942 Log: Adding the README.dgux to the MANIFEST would be a good idea.
3943 Branch: perl
3944 ! MANIFEST
3945____________________________________________________________________________
3946[ 10122] By: jhi on 2001/05/16 13:08:33
3947 Log: Move the stack desire definition to thread.h.
3948 Branch: perl
3949 ! ext/Thread/Thread.xs thread.h
3950____________________________________________________________________________
3951[ 10121] By: jhi on 2001/05/16 13:00:12
3952 Log: DG-UX threading patches, including a README.dgux,
3953 from Takis Psarogiannakopoulos.
3954 Branch: perl
3955 + README.dgux
3956 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
3957____________________________________________________________________________
3958[ 10120] By: jhi on 2001/05/16 12:55:33
3959 Log: Subject: [PATCH B::Deparse] More on /x regexes
3960 From: Robin Houston <robin@kitsite.com>
3961 Date: Tue, 15 May 2001 19:09:35 +0100
3962 Message-ID: <20010515190935.A27268@penderel>
3963 Branch: perl
3964 ! ext/B/B/Deparse.pm
3965____________________________________________________________________________
3966[ 10119] By: jhi on 2001/05/16 12:45:29
3967 Log: Document that the core time() may be rounding rather
3968 than truncating, would have saved at least my confusion.
3969 Branch: perl
3970 ! ext/Time/HiRes/HiRes.pm
3971____________________________________________________________________________
3972[ 10118] By: jhi on 2001/05/16 12:37:57
3973 Log: Subject: perl-current/t/time-hires.t
3974 From: John Peacock <jpeacock@rowman.com>
3975 Date: Fri, 11 May 2001 14:09:41 -0400
3976 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
3977 Branch: perl
3978 ! t/lib/time-hires.t
3979____________________________________________________________________________
3980[ 10117] By: jhi on 2001/05/15 13:40:33
3981 Log: Subject: [PATCH dump.c] Op private flags
3982 From: Simon Cozens <simon@netthink.co.uk>
3983 Date: Sun, 13 May 2001 20:20:36 +0100
3984 Message-ID: <20010513202036.A21896@netthink.co.uk>
3985 Branch: perl
3986 ! dump.c
3987____________________________________________________________________________
3988[ 10116] By: jhi on 2001/05/15 13:28:26
3989 Log: Upgrade to Switch 2.03.
3990 Branch: perl
3991 ! lib/Switch.pm
3992____________________________________________________________________________
3993[ 10115] By: jhi on 2001/05/15 13:19:01
3994 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
3995 to PERL_CONFIG_SH and use it consistently.
3996 Branch: maint-5.6/perl
3997 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3998 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
3999 !> myconfig.SH writemain.SH
4000____________________________________________________________________________
4001[ 10114] By: jhi on 2001/05/15 13:13:21
4002 Log: Metaconfig units changes for #10113.
4003 Branch: metaconfig
4004 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
4005____________________________________________________________________________
4006[ 10113] By: jhi on 2001/05/15 13:12:40
4007 Log: The problem described in 20010514.031 still wasn't
4008 fully cured, there were remnants of $CONFIG when
4009 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
4010 to avoid future conflicts.
4011 Branch: perl
4012 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4013 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
4014 ! myconfig.SH writemain.SH
4015____________________________________________________________________________
4016[ 10112] By: jhi on 2001/05/15 11:55:44
4017 Log: Half of #10107 got lost.
4018 Branch: perl
4019 ! ext/B/B/Deparse.pm
4020____________________________________________________________________________
4021[ 10111] By: nick on 2001/05/15 08:39:14
4022 Log: Integrate mainline.
4023 Branch: perlio
4024 +> ext/POSIX/hints/uts.pl
4025 - Todo Todo-5.6 t/camel-III/vstring.t
4026 !> (integrate 48 files)
4027____________________________________________________________________________
4028[ 10110] By: jhi on 2001/05/15 02:04:05
4029 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
4030 From: Robin Houston <robin@kitsite.com>
4031 Date: Mon, 14 May 2001 22:27:08 +0100
4032 Message-ID: <20010514222708.A22963@penderel>
4033 Branch: perl
4034 ! t/TestInit.pm
4035____________________________________________________________________________
4036[ 10109] By: jhi on 2001/05/15 02:03:12
4037 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
4038 From: Robin Houston <robin@kitsite.com>
4039 Date: Mon, 14 May 2001 22:16:43 +0100
4040 Message-ID: <20010514221643.A22437@penderel>
4041 Branch: perl
4042 ! ext/B/B/Deparse.pm
4043____________________________________________________________________________
4044[ 10108] By: jhi on 2001/05/15 02:02:17
4045 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
4046 From: Robin Houston <robin@kitsite.com>
4047 Date: Mon, 14 May 2001 22:03:44 +0100
4048 Message-ID: <20010514220344.A20643@penderel>
4049 Branch: perl
4050 ! ext/B/B/Deparse.pm
4051____________________________________________________________________________
4052[ 10107] By: jhi on 2001/05/15 02:01:24
4053 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
4054 From: Robin Houston <robin@kitsite.com>
4055 Date: Mon, 14 May 2001 22:10:07 +0100
4056 Message-ID: <20010514221007.A21118@penderel>
4057 Branch: perl
4058 ! ext/B/B/Deparse.pm
4059____________________________________________________________________________
4060[ 10106] By: jhi on 2001/05/15 01:41:26
4061 Log: Fix for 20010514.037; substr() didn't invalidate the locale
4062 collation magic.
4063 Branch: perl
4064 ! pp.c
4065____________________________________________________________________________
4066[ 10105] By: jhi on 2001/05/14 18:18:24
4067 Log: Update Changes.
4068 Branch: perl
4069 ! Changes patchlevel.h
4070____________________________________________________________________________
4071[ 10104] By: jhi on 2001/05/14 18:09:07
4072 Log: Retract #10094.
4073 Branch: perl
4074 ! lib/Pod/Text.pm
4075____________________________________________________________________________
4076[ 10103] By: jhi on 2001/05/14 15:20:58
4077 Log: Integrate change #10100 from maintperl.
4078
4079 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
4080 bug ID 20010514.027)
4081 Branch: perl
4082 !> mg.c pp_ctl.c
4083____________________________________________________________________________
4084[ 10102] By: jhi on 2001/05/14 15:19:21
4085 Log: Document the deprecatedness of suidperl.
4086 Branch: perl
4087 ! INSTALL pod/perlfaq1.pod
4088____________________________________________________________________________
4089[ 10101] By: jhi on 2001/05/14 14:54:31
4090 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
4091 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4092 Date: Mon, 14 May 2001 09:38:59 -0400
4093 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
4094 Branch: perl
4095 ! lib/ExtUtils/MM_Unix.pm
4096____________________________________________________________________________
4097[ 10100] By: gsar on 2001/05/14 14:43:50
4098 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
4099 bug ID 20010514.027)
4100
4101 TODO: this needs a testsuite addition
4102 Branch: maint-5.6/perl
4103 ! mg.c pp_ctl.c
4104____________________________________________________________________________
4105[ 10099] By: jhi on 2001/05/14 13:42:38
4106 Log: More DWIMminess for Class::Struct: calling the array or hash
4107 accessors only with one argument, an array or a hash reference,
4108 sets the underlying array or hash. This mirrors nicely also
4109 the usage in the constructor.
4110 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
4111 Branch: perl
4112 ! lib/Class/Struct.pm t/lib/class-struct.t
4113____________________________________________________________________________
4114[ 10098] By: jhi on 2001/05/14 13:10:34
4115 Log: Reference cmp'ing should go through the whole stringification
4116 process shebang, as pointed out by Sarathy in #10091.
4117 Branch: perl
4118 ! pp.c
4119____________________________________________________________________________
4120[ 10097] By: jhi on 2001/05/14 12:54:31
4121 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
4122 From: Simon Cozens <simon@netthink.co.uk>
4123 Date: Sat, 12 May 2001 16:36:27 +0100
4124 Message-ID: <20010512163627.A5522@netthink.co.uk>
4125
4126 with some additions salvaged from Todo and Todo-5.6 before
4127 retiring them.
4128 Branch: perl
4129 - Todo Todo-5.6
4130 ! MANIFEST pod/perltodo.pod
4131____________________________________________________________________________
4132[ 10096] By: jhi on 2001/05/14 12:37:01
4133 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
4134 From: "Golubev I. N." <gin@mo.msk.ru>
4135 Date: Mon, 07 May 2001 14:33:34 (GMT)
4136 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
4137 Branch: perl
4138 ! perl.h
4139____________________________________________________________________________
4140[ 10095] By: jhi on 2001/05/14 12:34:24
4141 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
4142 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4143 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
4144 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
4145 Branch: perl
4146 ! lib/ExtUtils/MM_Unix.pm
4147____________________________________________________________________________
4148[ 10094] By: jhi on 2001/05/14 12:32:44
4149 Log: (Retracted by #10104.)
4150
4151 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
4152 From: barries <barries@slaysys.com>
4153 Date: Sat, 12 May 2001 01:28:10 -0400
4154 Message-ID: <20010512012810.B26358@jester.slaysys.com>
4155 Branch: perl
4156 ! lib/Pod/Text.pm
4157____________________________________________________________________________
4158[ 10093] By: jhi on 2001/05/14 12:30:38
4159 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
4160 From: Mike Guy <mjtg@cam.ac.uk>
4161 Date: Sat, 12 May 2001 19:24:33 +0100
4162 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
4163 Branch: perl
4164 ! lib/AutoSplit.pm
4165____________________________________________________________________________
4166[ 10092] By: jhi on 2001/05/14 12:29:21
4167 Log: Yet another HP-UX hints tweak from Merijn.
4168 Branch: perl
4169 ! hints/hpux.sh
4170____________________________________________________________________________
4171[ 10091] By: gsar on 2001/05/14 04:38:32
4172 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
4173 isn't defined (changes#9366,9368,9370 from mainline without the
4174 pp_scmp() change)
4175 Branch: maint-5.6/perl
4176 ! pp.c pp.h pp_hot.c
4177____________________________________________________________________________
4178[ 10090] By: jhi on 2001/05/12 13:39:43
4179 Log: The sorting seems to happen now automatically.
4180 Branch: perl
4181 ! t/lib/glob-basic.t
4182____________________________________________________________________________
4183[ 10089] By: jhi on 2001/05/12 03:38:15
4184 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
4185 From: Benjamin Sugars <bsugars@canoe.ca>
4186 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
4187 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
4188 Branch: perl
4189 ! pod/perlfunc.pod
4190____________________________________________________________________________
4191[ 10088] By: jhi on 2001/05/12 03:37:00
4192 Log: Subject: Re: undef(&foo) does not work for XS functions
4193 From: Doug MacEachern <dougm@covalent.net>
4194 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
4195 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
4196 Branch: perl
4197 ! op.c
4198____________________________________________________________________________
4199[ 10087] By: jhi on 2001/05/12 03:35:58
4200 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
4201 From: Peter Prymmer <pvhp@forte.com>
4202 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
4203 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
4204 Branch: perl
4205 ! t/op/append.t
4206____________________________________________________________________________
4207[ 10086] By: jhi on 2001/05/11 14:23:08
4208 Log: Update Changes.
4209 Branch: perl
4210 ! Changes patchlevel.h
4211____________________________________________________________________________
4212[ 10085] By: jhi on 2001/05/11 14:08:20
4213 Log: Remove the 'asciir' re subpragma. Should instead implement
4214 the 'physical vs logical' range scheme:
4215
4216 \xAA-\xCC is a native physical range, you want that range of
4217 codepoints in your native encoding. In EBCDIC the codepoints
4218 in the gaps (between i-j and r-s) should be included.
4219
4220 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
4221 codepoints in Unicode.
4222
4223 a-z is a logical range, you want that range of 'logical' codepoints
4224 in your native encoding. In EBCDIC the codepoints in the gaps
4225 (between i-j and r-s) should not be included.
4226
4227 Mixed cases (a-\xAA, etc) should either be errors, or maybe
4228 the 'logical' endpoints should be converted to native/Unicode
4229 codepoints, and the range handled as a physical range.
4230
4231 'Logical endpoints' are to be recognized only in the A-Z, a-z,
4232 and 0-9 ranges. Probably a warning should be given for mixed
4233 cases like A-z or a-9 (since such expressions are encoding
4234 dependent), with a recommendation to use physical ranges.
4235 Branch: perl
4236 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
4237 ! t/op/regexp.t
4238____________________________________________________________________________
4239[ 10084] By: jhi on 2001/05/11 13:56:16
4240 Log: Make the test to cleanup the test directory tree
4241 both before and after the testing so that we always
4242 have a clean slate to work with.
4243 Branch: perl
4244 ! t/lib/filefind.t
4245____________________________________________________________________________
4246[ 10083] By: jhi on 2001/05/11 13:46:30
4247 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
4248 From: Jon Eveland <jweveland@yahoo.com>
4249 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
4250 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
4251 Branch: perl
4252 ! pod/perlfunc.pod
4253____________________________________________________________________________
4254[ 10082] By: jhi on 2001/05/11 13:45:06
4255 Log: Merge the camel-III/vstring.t with op/ver.t.
4256 Branch: perl
4257 - t/camel-III/vstring.t
4258 ! MANIFEST t/TEST t/harness t/op/ver.t
4259____________________________________________________________________________
4260[ 10081] By: jhi on 2001/05/11 13:15:55
4261 Log: Add test.deparse make target.
4262 Branch: perl
4263 ! Makefile.SH
4264____________________________________________________________________________
4265[ 10080] By: jhi on 2001/05/11 12:52:49
4266 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
4267 From: Robin Houston <robin@kitsite.com>
4268 Date: Fri, 11 May 2001 12:02:22 +0100
4269 Message-ID: <20010511120222.A11529@penderel>
4270 Branch: perl
4271 ! ext/B/B/Deparse.pm t/op/method.t
4272____________________________________________________________________________
4273[ 10079] By: jhi on 2001/05/11 01:59:06
4274 Log: A nicely working combination for UTS from Hal Morris.
4275 Branch: perl
4276 + ext/POSIX/hints/uts.pl
4277 ! MANIFEST hints/uts.sh
4278____________________________________________________________________________
4279[ 10078] By: jhi on 2001/05/11 01:15:04
4280 Log: i_ieeefp=undef for UTS.
4281 Branch: perl
4282 ! hints/uts.sh
4283____________________________________________________________________________
4284[ 10077] By: jhi on 2001/05/10 22:42:35
4285 Log: Subject: RE: rand(0) is rand(1)
4286 From: Larry Shatzer <lshatzer@islanddata.com>
4287 Date: Thu, 10 May 2001 11:09:27 -0700
4288 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
4289 Branch: perl
4290 ! pod/perlfunc.pod
4291____________________________________________________________________________
4292[ 10076] By: jhi on 2001/05/10 22:36:50
4293 Log: Subject: [patch] make op_{clear,null} public
4294 From: Doug MacEachern <dougm@covalent.net>
4295 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
4296 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
4297 Branch: perl
4298 ! embed.h embed.pl op.c proto.h
4299____________________________________________________________________________
4300[ 10075] By: jhi on 2001/05/10 22:28:36
4301 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
4302 From: Robin Houston <robin@kitsite.com>
4303 Date: Thu, 10 May 2001 18:54:59 +0100
4304 Message-ID: <20010510185459.A5995@penderel>
4305 Branch: perl
4306 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
4307____________________________________________________________________________
4308[ 10074] By: jhi on 2001/05/10 22:23:41
4309 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
4310 From: Robin Houston <robin@kitsite.com>
4311 Date: Thu, 10 May 2001 12:56:39 +0100
4312 Message-ID: <20010510125639.A2119@penderel>
4313 Branch: perl
4314 ! ext/B/B/Deparse.pm
4315____________________________________________________________________________
4316[ 10073] By: jhi on 2001/05/10 14:26:01
4317 Log: Retract #10070, not ready yet.
4318 Branch: perl
4319 ! ext/B/B/Deparse.pm
4320____________________________________________________________________________
4321[ 10072] By: jhi on 2001/05/10 13:40:24
4322 Log: The metaconfig unit change for #10071.
4323 Branch: metaconfig
4324 ! U/modified/mallocsrc.U
4325____________________________________________________________________________
4326[ 10071] By: jhi on 2001/05/10 13:39:57
4327 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
4328 Branch: perl
4329 ! Configure
4330____________________________________________________________________________
4331[ 10070] By: jhi on 2001/05/10 13:18:42
4332 Log: (Retracted by #10073)
4333
4334 Subject: Re: [PATCH t/TEST] B::Deparse tester
4335 From: Hugo <hv@crypt.compulink.co.uk>
4336 Date: Thu, 10 May 2001 05:48:09 +0100
4337 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
4338 Branch: perl
4339 ! ext/B/B/Deparse.pm
4340____________________________________________________________________________
4341[ 10069] By: jhi on 2001/05/10 12:24:06
4342 Log: Add a for(func()) test.
4343 Branch: perl
4344 ! t/cmd/for.t
4345____________________________________________________________________________
4346[ 10068] By: jhi on 2001/05/10 12:16:00
4347 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
4348 From: Robin Houston <robin@kitsite.com>
4349 Date: Thu, 10 May 2001 13:50:08 +0100
4350 Message-ID: <20010510135008.A2454@penderel>
4351 Branch: perl
4352 ! ext/B/B/Deparse.pm
4353____________________________________________________________________________
4354[ 10067] By: jhi on 2001/05/10 01:45:03
4355 Log: A thinko in #10065.
4356 Branch: perl
4357 ! hv.c
4358____________________________________________________________________________
4359[ 10066] By: jhi on 2001/05/10 01:33:12
4360 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
4361 From: Robin Houston <robin@kitsite.com>
4362 Date: Thu, 10 May 2001 02:10:34 +0100
4363 Message-ID: <20010510021034.A19421@penderel>
4364 Branch: perl
4365 ! ext/B/B.xs ext/B/B/Deparse.pm
4366____________________________________________________________________________
4367[ 10065] By: jhi on 2001/05/10 01:30:43
4368 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
4369 From: Doug MacEachern <dougm@covalent.net>
4370 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
4371 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
4372 Branch: perl
4373 ! hv.c
4374____________________________________________________________________________
4375[ 10064] By: jhi on 2001/05/09 23:13:29
4376 Log: One more workaround for the UTS compiler from Hal Morris.
4377 Branch: perl
4378 ! perl.h
4379____________________________________________________________________________
4380[ 10063] By: jhi on 2001/05/09 23:09:53
4381 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
4382 From: Robin Houston <robin@kitsite.com>
4383 Date: Thu, 10 May 2001 01:02:08 +0100
4384 Message-ID: <20010510010208.A18200@penderel>
4385 Branch: perl
4386 ! ext/B/B/Debug.pm
4387____________________________________________________________________________
4388[ 10062] By: jhi on 2001/05/09 23:06:25
4389 Log: Subject: [PATCH] Simplify deb_curcv() a bit
4390 From: Benjamin Sugars <bsugars@canoe.ca>
4391 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
4392 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
4393 Branch: perl
4394 ! run.c
4395____________________________________________________________________________
4396[ 10061] By: jhi on 2001/05/09 23:05:28
4397 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
4398 From: Benjamin Sugars <bsugars@canoe.ca>
4399 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
4400 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
4401 Branch: perl
4402 ! t/lib/io_scalar.t
4403____________________________________________________________________________
4404[ 10060] By: jhi on 2001/05/09 23:04:38
4405 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
4406 From: Peter Prymmer <pvhp@forte.com>
4407 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
4408 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
4409 Branch: perl
4410 ! t/lib/md5-file.t
4411____________________________________________________________________________
4412[ 10059] By: jhi on 2001/05/09 23:03:52
4413 Log: Subject: [PATCH t/TEST] B::Deparse tester
4414 From: Robin Houston <robin@kitsite.com>
4415 Date: Wed, 9 May 2001 19:17:50 +0100
4416 Message-ID: <20010509191750.A16940@penderel>
4417 Branch: perl
4418 ! ext/B/O.pm t/TEST
4419____________________________________________________________________________
4420[ 10058] By: jhi on 2001/05/09 23:02:56
4421 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
4422 From: Jeff Pinyan <jeffp@crusoe.net>
4423 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
4424 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
4425 Branch: perl
4426 ! lib/Pod/Html.pm
4427____________________________________________________________________________
4428[ 10057] By: nick on 2001/05/09 18:37:56
4429 Log: Integrate mainline.
4430 Branch: perlio
4431 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
4432 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
4433____________________________________________________________________________
4434[ 10056] By: jhi on 2001/05/09 16:44:44
4435 Log: Update Changes.
4436 Branch: perl
4437 ! Changes patchlevel.h
4438____________________________________________________________________________
4439[ 10055] By: jhi on 2001/05/09 16:26:47
4440 Log: Integrate perlio.
4441 Branch: perl
4442 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4443____________________________________________________________________________
4444[ 10054] By: jhi on 2001/05/09 16:25:42
4445 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
4446 From: Benjamin Sugars <bsugars@canoe.ca>
4447 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
4448 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
4449 Branch: perl
4450 ! perlio.c
4451____________________________________________________________________________
4452[ 10053] By: jhi on 2001/05/09 16:24:37
4453 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
4454 From: Benjamin Sugars <bsugars@canoe.ca>
4455 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
4456 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
4457 Branch: perl
4458 ! ext/PerlIO/Scalar/Scalar.xs
4459____________________________________________________________________________
4460[ 10052] By: jhi on 2001/05/09 16:19:04
4461 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
4462 From: Jeff Pinyan <jeffp@crusoe.net>
4463 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
4464 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
4465 Branch: perl
4466 ! lib/Pod/Html.pm
4467____________________________________________________________________________
4468[ 10051] By: jhi on 2001/05/09 15:30:17
4469 Log: EPOC tweak from Olaf Flebbe.
4470 Branch: perl
4471 ! epoc/epocish.h
4472____________________________________________________________________________
4473[ 10050] By: nick on 2001/05/09 14:37:57
4474 Log: win32, regen_config_h
4475 Branch: perlio
4476 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4477____________________________________________________________________________
4478[ 10049] By: jhi on 2001/05/09 12:33:39
4479 Log: Integrate perlio.
4480 Branch: perl
4481 !> pp_sys.c
4482____________________________________________________________________________
4483[ 10048] By: nick on 2001/05/09 11:59:50
4484 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
4485 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
4486 Branch: perlio
4487 ! pp_sys.c
4488____________________________________________________________________________
4489[ 10047] By: jhi on 2001/05/09 10:50:12
4490 Log: Integrate perlio.
4491 Branch: perl
4492 !> run.c
4493____________________________________________________________________________
4494[ 10046] By: jhi on 2001/05/09 10:49:34
4495 Log: Subject: Re: Less warnings during configure
4496 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4497 Date: Wed, 09 May 2001 13:12:49 +0200
4498 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
4499 Branch: perl
4500 ! hints/hpux.sh
4501____________________________________________________________________________
4502[ 10045] By: nick on 2001/05/09 09:56:59
4503 Log: MULTIPLICITY/DEBUGGING build fix.
4504 Branch: perlio
4505 ! run.c
4506____________________________________________________________________________
4507[ 10044] By: nick on 2001/05/09 09:46:37
4508 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
4509 Branch: perlio
4510 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
4511 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
4512 !> (integrate 65 files)
4513____________________________________________________________________________
4514[ 10043] By: jhi on 2001/05/08 22:41:49
4515 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
4516 From: Robin Houston <robin@kitsite.com>
4517 Date: Tue, 8 May 2001 19:38:00 +0100
4518 Message-ID: <20010508193800.A4389@penderel>
4519
4520 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
4521 From: Robin Houston <robin@kitsite.com>
4522 Date: Tue, 8 May 2001 20:03:57 +0100
4523 Message-ID: <20010508200357.A4614@penderel>
4524
4525 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
4526 From: Robin Houston <robin@kitsite.com>
4527 Date: Wed, 9 May 2001 00:12:05 +0100
4528 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
4529 Branch: perl
4530 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
4531____________________________________________________________________________
4532[ 10042] By: jhi on 2001/05/08 22:09:35
4533 Log: Retract #10031.
4534 Branch: perl
4535 ! pod/perlfunc.pod
4536____________________________________________________________________________
4537[ 10041] By: jhi on 2001/05/08 18:27:34
4538 Log: The metaconfig unit changes for #10040.
4539 Branch: metaconfig/U/perl
4540 ! Checkcc.U d_dlsymun.U dlsrc.U
4541____________________________________________________________________________
4542[ 10040] By: jhi on 2001/05/08 18:24:47
4543 Log: The Configure half of
4544
4545 Subject: Less warnings during configure
4546 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4547 Date: Tue, 08 May 2001 08:44:02 +0200
4548 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
4549 Branch: perl
4550 ! Configure
4551____________________________________________________________________________
4552[ 10039] By: jhi on 2001/05/08 16:48:31
4553 Log: Subject: Less warnings during configure
4554 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4555 Date: Tue, 08 May 2001 08:44:02 +0200
4556 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
4557 Branch: perl
4558 ! hints/hpux.sh
4559____________________________________________________________________________
4560[ 10038] By: jhi on 2001/05/08 16:32:07
4561 Log: Don't forget to whine about \d__\d.
4562 Branch: perl
4563 ! t/pragma/warn/toke toke.c
4564____________________________________________________________________________
4565[ 10037] By: jhi on 2001/05/08 16:07:05
4566 Log: Allow underscores also in the exponent part.
4567 Branch: perl
4568 ! t/pragma/warn/toke toke.c
4569____________________________________________________________________________
4570[ 10036] By: jhi on 2001/05/08 13:33:55
4571 Log: CodeMagicCD doesn't look like an *I*DE.
4572 Branch: perl
4573 ! pod/perlfaq3.pod
4574____________________________________________________________________________
4575[ 10035] By: jhi on 2001/05/08 13:27:48
4576 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
4577 to be consistently down).
4578 Branch: perl
4579 ! pod/perlfaq3.pod
4580____________________________________________________________________________
4581[ 10034] By: jhi on 2001/05/08 13:21:07
4582 Log: Upgrade to Text::Balanced 1.84.
4583 Branch: perl
4584 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
4585____________________________________________________________________________
4586[ 10033] By: jhi on 2001/05/08 12:41:53
4587 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
4588 From: Benjamin Sugars <bsugars@canoe.ca>
4589 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
4590 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
4591 Branch: perl
4592 ! run.c
4593____________________________________________________________________________
4594[ 10032] By: jhi on 2001/05/08 12:40:28
4595 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
4596 From: Peter Prymmer <pvhp@forte.com>
4597 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
4598 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
4599 Branch: perl
4600 ! t/pod/plainer.t
4601____________________________________________________________________________
4602[ 10031] By: jhi on 2001/05/08 12:35:25
4603 Log: (Retracted by #10042)
4604
4605 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
4606 From: "Philip Newton" <pnewton@gmx.de>
4607 Date: Tue, 8 May 2001 09:18:10 +0200
4608 Message-ID: <3AF7B9D2.28861.603732@localhost>
4609 Branch: perl
4610 ! pod/perlfunc.pod
4611____________________________________________________________________________
4612[ 10030] By: jhi on 2001/05/08 12:32:23
4613 Log: Subject: [PATCH B::Deparse] Document known bugs
4614 From: Robin Houston <robin@kitsite.com>
4615 Date: Tue, 8 May 2001 01:53:34 +0100
4616 Message-ID: <20010508015334.A32394@penderel>
4617 Branch: perl
4618 ! ext/B/B/Deparse.pm
4619____________________________________________________________________________
4620[ 10029] By: jhi on 2001/05/08 12:28:28
4621 Log: Subject: Re: Perl book, magazine and website updates.
4622 From: "Philip Newton" <pnewton@gmx.de>
4623 Date: Mon, 7 May 2001 17:03:58 +0200
4624 Message-ID: <3AF6D57E.5387.1E29930@localhost>
4625 Branch: perl
4626 ! pod/perlfaq2.pod
4627____________________________________________________________________________
4628[ 10028] By: jhi on 2001/05/07 23:53:30
4629 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
4630 From: Peter Prymmer <pvhp@forte.com>
4631 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
4632 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
4633 Branch: perl
4634 ! t/io/fflush.t
4635____________________________________________________________________________
4636[ 10027] By: jhi on 2001/05/07 23:22:48
4637 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
4638 From: Robin Houston <robin@kitsite.com>
4639 Date: Tue, 8 May 2001 01:14:55 +0100
4640 Message-ID: <20010508011455.A32162@penderel>
4641 Branch: perl
4642 ! ext/B/B/Deparse.pm
4643____________________________________________________________________________
4644[ 10026] By: jhi on 2001/05/07 23:15:05
4645 Log: Typo in #10025.
4646 Branch: perl
4647 ! hints/uts.sh
4648____________________________________________________________________________
4649[ 10025] By: jhi on 2001/05/07 21:15:35
4650 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
4651 Branch: perl
4652 ! hints/uts.sh
4653____________________________________________________________________________
4654[ 10024] By: jhi on 2001/05/07 20:58:40
4655 Log: Subject: Re: [ID 20010506.045] question about hash syntax
4656 From: Peter Scott <Peter@PSDT.com>
4657 Date: Sun, 06 May 2001 13:10:40 -0700
4658 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
4659 Branch: perl
4660 ! pod/perl56delta.pod
4661____________________________________________________________________________
4662[ 10023] By: jhi on 2001/05/07 20:41:26
4663 Log: Configure should figure out the list of dynamic extensions
4664 just fine in UTS-- and in fact it does, as reported by Hal Morris.
4665 Branch: perl
4666 ! hints/uts.sh
4667____________________________________________________________________________
4668[ 10022] By: jhi on 2001/05/07 20:24:11
4669 Log: Update Changes.
4670 Branch: perl
4671 ! Changes patchlevel.h
4672____________________________________________________________________________
4673[ 10021] By: jhi on 2001/05/07 20:11:31
4674 Log: Subject: [PATCH regcomp.c] Insecure regexes
4675 From: Robin Houston <robin@kitsite.com>
4676 Date: Mon, 7 May 2001 21:56:12 +0100
4677 Message-ID: <20010507215612.A31114@penderel>
4678 Branch: perl
4679 ! regcomp.c
4680____________________________________________________________________________
4681[ 10020] By: jhi on 2001/05/07 20:02:30
4682 Log: Drop the foobar.perl.com references for now until Simon
4683 gets them sorted out.
4684 Branch: perl
4685 ! pod/perlfaq2.pod
4686____________________________________________________________________________
4687[ 10019] By: jhi on 2001/05/07 19:54:33
4688 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
4689 From: Prymmer/Kahn <pvhp@best.com>
4690 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
4691 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
4692 Branch: perl
4693 ! lib/Devel/SelfStubber.pm
4694____________________________________________________________________________
4695[ 10018] By: jhi on 2001/05/07 19:53:10
4696 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
4697 From: Prymmer/Kahn <pvhp@best.com>
4698 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
4699 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
4700 Branch: perl
4701 ! win32/Makefile
4702____________________________________________________________________________
4703[ 10017] By: jhi on 2001/05/07 19:35:10
4704 Log: s/WebTechnique's/WebTechniques/
4705 Branch: perl
4706 ! pod/perlfaq2.pod
4707____________________________________________________________________________
4708[ 10016] By: jhi on 2001/05/07 12:26:29
4709 Log: Llama 3 updates from Randal.
4710 Branch: perl
4711 ! pod/perlfaq2.pod
4712____________________________________________________________________________
4713[ 10015] By: jhi on 2001/05/07 01:34:38
4714 Log: Subject: [PATCH] Help -Dt show correct pad variables
4715 From: Benjamin Sugars <ben.sugars@home.com>
4716 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
4717 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
4718 Branch: perl
4719 ! embed.h embed.pl proto.h run.c
4720____________________________________________________________________________
4721[ 10014] By: jhi on 2001/05/07 01:23:56
4722 Log: Subject: [PATCH] Document C<our $foo : shared>
4723 From: Benjamin Sugars <ben.sugars@home.com>
4724 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
4725 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
4726 Branch: perl
4727 ! pod/perlfunc.pod
4728____________________________________________________________________________
4729[ 10013] By: jhi on 2001/05/07 01:22:22
4730 Log: Subject: [PATCH B::Deparse] undefined folded constants
4731 From: Robin Houston <robin@kitsite.com>
4732 Date: Sun, 6 May 2001 17:19:09 +0100
4733 Message-ID: <20010506171909.A7046@penderel>
4734 Branch: perl
4735 ! ext/B/B/Deparse.pm
4736____________________________________________________________________________
4737[ 10012] By: jhi on 2001/05/07 00:57:38
4738 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
4739 From: Robin Houston <robin@kitsite.com>
4740 Message-ID: <20010506164654.A6848@penderel>
4741 Date: Sun, 6 May 2001 16:46:54 +0100
4742 Branch: perl
4743 ! ext/B/B/Deparse.pm
4744____________________________________________________________________________
4745[ 10011] By: jhi on 2001/05/07 00:52:18
4746 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
4747 From: Robin Houston <robin@kitsite.com>
4748 Date: Sun, 6 May 2001 14:47:02 +0100
4749 Message-ID: <20010506144702.A6308@penderel>
4750 Branch: perl
4751 ! t/op/my_stash.t
4752____________________________________________________________________________
4753[ 10010] By: jhi on 2001/05/06 15:07:51
4754 Log: Subject: Perl book, magazine and website updates.
4755 From: Simon Cozens <simon@netthink.co.uk>
4756 Date: Sun, 6 May 2001 16:55:36 +0100
4757 Message-ID: <20010506165536.A1795@netthink.co.uk>
4758 Branch: perl
4759 ! pod/perlbook.pod pod/perlfaq2.pod
4760____________________________________________________________________________
4761[ 10009] By: jhi on 2001/05/06 14:11:40
4762 Log: Tweaks on the Tru64 prof options.
4763 Branch: perl
4764 ! pod/perlhack.pod
4765____________________________________________________________________________
4766[ 10008] By: jhi on 2001/05/06 13:51:49
4767 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
4768 From: Robin Houston <robin@kitsite.com>
4769 Date: Sun, 6 May 2001 14:40:51 +0100
4770 Message-ID: <20010506144051.A6279@penderel>
4771 Branch: perl
4772 ! t/pod/testp2pt.pl
4773____________________________________________________________________________
4774[ 10007] By: jhi on 2001/05/06 13:49:31
4775 Log: Subject: [PATCH B::Deparse] scoping
4776 From: Robin Houston <robin@kitsite.com>
4777 Date: Sun, 6 May 2001 14:36:56 +0100
4778 Message-ID: <20010506143656.A4006@penderel>
4779 Branch: perl
4780 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
4781____________________________________________________________________________
4782[ 10006] By: jhi on 2001/05/06 13:24:12
4783 Log: Document the undefinedness of bitshifting out of range.
4784 Branch: perl
4785 ! pod/perlop.pod
4786____________________________________________________________________________
4787[ 10005] By: jhi on 2001/05/06 13:03:17
4788 Log: Retract #10003 and update the IDE descriptions a bit.
4789 Branch: perl
4790 ! pod/perlfaq3.pod
4791____________________________________________________________________________
4792[ 10004] By: jhi on 2001/05/06 03:02:41
4793 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
4794 From: Prymmer/Kahn <pvhp@best.com>
4795 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
4796 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
4797 Branch: perl
4798 ! win32/Makefile win32/buildext.pl win32/config.bc
4799 ! win32/config.gc win32/config.vc
4800____________________________________________________________________________
4801[ 10003] By: jhi on 2001/05/05 20:24:44
4802 Log: (Retracted by #10005.)
4803 Branch: perl
4804 ! pod/perlfaq3.pod
4805____________________________________________________________________________
4806[ 10002] By: jhi on 2001/05/05 19:23:36
4807 Log: It's "psed", not "sed".
4808 Branch: perl
4809 ! x2p/s2p.PL
4810____________________________________________________________________________
4811[ 10001] By: jhi on 2001/05/05 18:35:38
4812 Log: Update Changes.
4813 Branch: perl
4814 ! Changes patchlevel.h
4815____________________________________________________________________________
4816[ 10000] By: jhi on 2001/05/05 18:32:15
4817 Log: Subject: Re: bleadperl make install fails due to "psed"
4818 From: andreas.koenig@anima.de (Andreas J. Koenig)
4819 Date: 05 May 2001 18:23:28 +0200
4820 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
4821 Branch: perl
4822 ! x2p/Makefile.SH x2p/s2p.PL
4823____________________________________________________________________________
4824[ 9999] By: jhi on 2001/05/05 18:28:09
4825 Log: AUTHORS updates.
4826 Branch: perl
4827 ! AUTHORS
4828____________________________________________________________________________
4829[ 9998] By: jhi on 2001/05/05 18:16:00
4830 Log: Updates on the pods related to the modules included since 5.6.
4831
4832 TODO: perltodo really could use major updating.
4833 Branch: perl
4834 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
4835 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
4836 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
4837 ! pod/perlsyn.pod pod/perltodo.pod
4838____________________________________________________________________________
4839[ 9997] By: jhi on 2001/05/05 17:35:17
4840 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
4841 from Kurt Skauen.
4842 Branch: perl
4843 + hints/atheos.sh
4844 ! MANIFEST
4845____________________________________________________________________________
4846[ 9996] By: jhi on 2001/05/05 17:25:00
4847 Log: Add preemptive #undefs for some of the shorter and more prone
4848 to collision regcomp.h #defines. (Background: the MASK collided
4849 with a system header #define in Rhapsody.)
4850 Branch: perl
4851 ! regcomp.h
4852____________________________________________________________________________
4853[ 9995] By: jhi on 2001/05/05 13:24:21
4854 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
4855 From: Nicholas Clark <nick@ccl4.org>
4856 Date: Sat, 5 May 2001 14:46:39 +0100
4857 Message-ID: <20010505144639.O53513@plum.flirble.org>
4858
4859 Add a test for the constants (if any) being processed correctly.
4860 Branch: perl
4861 ! utils/h2xs.PL
4862____________________________________________________________________________
4863[ 9994] By: jhi on 2001/05/05 02:11:03
4864 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
4865 From: Peter Prymmer <pvhp@forte.com>
4866 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
4867 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
4868 Branch: perl
4869 ! t/lib/b-stash.t
4870____________________________________________________________________________
4871[ 9993] By: jhi on 2001/05/05 02:03:49
4872 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
4873 From: Peter Prymmer <pvhp@forte.com>
4874 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
4875 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
4876 Branch: perl
4877 ! perlio.c vms/vmsish.h
4878____________________________________________________________________________
4879[ 9992] By: jhi on 2001/05/04 17:21:12
4880 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
4881 From: Robin Barker <rmb1@cise.npl.co.uk>
4882 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
4883 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
4884 Branch: perl
4885 + t/pod/plainer.t
4886 ! MANIFEST
4887____________________________________________________________________________
4888[ 9991] By: jhi on 2001/05/04 16:47:45
4889 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
4890 From: Robin Barker <rmb1@cise.npl.co.uk>
4891 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
4892 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
4893 Branch: perl
4894 ! regcomp.c
4895____________________________________________________________________________
4896[ 9990] By: jhi on 2001/05/04 14:37:20
4897 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
4898 From: Prymmer/Kahn <pvhp@best.com>
4899 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
4900 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
4901 Branch: perl
4902 ! t/lib/b-stash.t
4903____________________________________________________________________________
4904[ 9989] By: jhi on 2001/05/04 14:03:58
4905 Log: Introduce perl572delta, update Todo, add the missing
4906 mention about signal safety since 5.7.1 (though this
4907 requires verification and more details.)
4908 Branch: perl
4909 + pod/perl572delta.pod
4910 ! MANIFEST Todo pod/perl571delta.pod
4911____________________________________________________________________________
4912[ 9988] By: jhi on 2001/05/04 12:41:51
4913 Log: Subject: [PATCH perl@9944] long =item
4914 From: Robin Barker <rmb1@cise.npl.co.uk>
4915 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
4916 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
4917 Branch: perl
4918 ! ext/Time/HiRes/HiRes.pm
4919____________________________________________________________________________
4920[ 9987] By: jhi on 2001/05/04 12:39:19
4921 Log: The #9901 had removed one line essential for EBCDIC.
4922 Branch: perl
4923 ! regcomp.c
4924____________________________________________________________________________
4925[ 9986] By: jhi on 2001/05/04 12:30:23
4926 Log: Subject: cygwin/Makefile.SHs INSTALL patch
4927 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
4928 Date: Mon, 08 Jan 2001 04:59:21 +0200
4929 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
4930 Branch: perl
4931 ! cygwin/Makefile.SHs
4932____________________________________________________________________________
4933[ 9985] By: jhi on 2001/05/04 03:51:39
4934 Log: Encode/IO doc tweaks.
4935 Branch: perl
4936 ! ext/Encode/Encode.pm
4937____________________________________________________________________________
4938[ 9984] By: jhi on 2001/05/04 03:29:34
4939 Log: Remove GDBM_File from the dynamic extensions for UTS,
4940 GDBM is not a standard feature.
4941 Branch: perl
4942 ! hints/uts.sh
4943____________________________________________________________________________
4944[ 9983] By: jhi on 2001/05/04 03:22:59
4945 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
4946 Branch: perl
4947 ! pod/perlretut.pod
4948____________________________________________________________________________
4949[ 9982] By: jhi on 2001/05/03 23:21:03
4950 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
4951 From: Benjamin Sugars <bsugars@canoe.ca>
4952 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
4953 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
4954 Branch: perl
4955 ! dump.c
4956____________________________________________________________________________
4957[ 9981] By: jhi on 2001/05/03 23:20:05
4958 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
4959 From: Benjamin Sugars <bsugars@canoe.ca>
4960 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
4961 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
4962 Branch: perl
4963 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4964____________________________________________________________________________
4965[ 9980] By: jhi on 2001/05/03 23:15:29
4966 Log: Integrate perlio.
4967 Branch: perl
4968 !> ext/Encode/Encode.pm
4969____________________________________________________________________________
4970[ 9979] By: jhi on 2001/05/03 16:54:59
4971 Log: Install psed man page.
4972 Branch: perl
4973 ! installman
4974____________________________________________________________________________
4975[ 9978] By: jhi on 2001/05/03 16:45:58
4976 Log: Remove unused files; noted by Sarathy.
4977 Branch: perl
4978 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
4979 ! MANIFEST
4980____________________________________________________________________________
4981[ 9977] By: jhi on 2001/05/03 16:42:30
4982 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
4983 From: Andy Dougherty <doughera@lafayette.edu>
4984 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
4985 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
4986 Branch: perl
4987 ! INSTALL
4988____________________________________________________________________________
4989[ 9976] By: nick on 2001/05/03 16:40:42
4990 Log: Allow $answer = encode($object,$text); like it says in docs.
4991 Branch: perlio
4992 ! ext/Encode/Encode.pm
4993____________________________________________________________________________
4994[ 9975] By: nick on 2001/05/03 16:22:30
4995 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
4996 to be in scope (fair enough), and also a package variable (our) for eval to see it.
4997 Branch: perlio
4998 ! ext/Encode/Encode.pm
4999____________________________________________________________________________
5000[ 9974] By: nick on 2001/05/03 15:48:17
5001 Log: Integrate mainline.
5002 Branch: perlio
5003 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
5004 +> t/lib/filter-simple.t t/lib/next.t
5005 !> (integrate 70 files)
5006____________________________________________________________________________
5007[ 9973] By: jhi on 2001/05/03 13:09:09
5008 Log: Update Changes.
5009 Branch: perl
5010 ! Changes patchlevel.h
5011____________________________________________________________________________
5012[ 9972] By: jhi on 2001/05/03 12:58:33
5013 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
5014 From: Prymmer/Kahn <pvhp@best.com>
5015 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
5016 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
5017 Branch: perl
5018 ! t/io/fflush.t
5019____________________________________________________________________________
5020[ 9971] By: jhi on 2001/05/03 12:57:26
5021 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
5022 From: Prymmer/Kahn <pvhp@best.com>
5023 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
5024 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
5025 Branch: perl
5026 ! win32/FindExt.pm
5027____________________________________________________________________________
5028[ 9970] By: jhi on 2001/05/03 02:42:46
5029 Log: Can't croak sans thread context, from Doug MacEachern.
5030 Branch: perl
5031 ! toke.c
5032____________________________________________________________________________
5033[ 9969] By: jhi on 2001/05/03 01:23:48
5034 Log: Subject: Random input test and Perl
5035 From: Ilya Zakharevich <ilya@math.berkeley.edu>
5036 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
5037 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
5038 Branch: perl
5039 ! toke.c
5040____________________________________________________________________________
5041[ 9968] By: jhi on 2001/05/02 22:17:21
5042 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
5043 From: Peter Prymmer <pvhp@forte.com>
5044 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
5045 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
5046 Branch: perl
5047 ! pod/perlfunc.pod pod/perlport.pod
5048____________________________________________________________________________
5049[ 9967] By: jhi on 2001/05/02 20:12:45
5050 Log: Workaround for UTS compiler casting bug from Hal Morris.
5051 Branch: perl
5052 ! perl.h
5053____________________________________________________________________________
5054[ 9966] By: jhi on 2001/05/02 18:31:37
5055 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
5056 From: Dan Sugalski <dan@sidhe.org>
5057 Date: Wed, 02 May 2001 15:23:22 -0400
5058 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
5059 Branch: perl
5060 ! perl.c vms/vms.c
5061____________________________________________________________________________
5062[ 9965] By: jhi on 2001/05/02 18:21:29
5063 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
5064 Branch: perl
5065 ! pod/perlfunc.pod
5066____________________________________________________________________________
5067[ 9964] By: jhi on 2001/05/02 18:15:01
5068 Log: Document large files in INSTALL, document also the %x
5069 limitation if not use64bitint, closes bug 20010326.007.
5070 Branch: perl
5071 ! INSTALL
5072____________________________________________________________________________
5073[ 9963] By: jhi on 2001/05/02 17:24:47
5074 Log: perlmodlib tweaks; regen pods.
5075 Branch: perl
5076 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
5077 ! pod/perltoc.pod
5078____________________________________________________________________________
5079[ 9962] By: jhi on 2001/05/02 17:14:00
5080 Log: Fix for a segfault, from Marc Lehmann.
5081 Branch: perl
5082 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
5083____________________________________________________________________________
5084[ 9961] By: jhi on 2001/05/02 15:55:53
5085 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
5086 From: "Philip Newton" <pnewton@gmx.de>
5087 Date: Wed, 2 May 2001 18:39:03 +0200
5088 Message-ID: <3AF05447.15525.173B588@localhost>
5089 Branch: perl
5090 ! pod/perlop.pod
5091____________________________________________________________________________
5092[ 9960] By: jhi on 2001/05/02 15:35:37
5093 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
5094 From: Dan Sugalski <dan@sidhe.org>
5095 Date: Wed, 02 May 2001 11:37:27 -0400
5096 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
5097 Branch: perl
5098 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
5099 ! thread.h vms/vms.c vms/vmsish.h
5100____________________________________________________________________________
5101[ 9959] By: jhi on 2001/05/02 15:21:08
5102 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
5103 From: Benjamin Sugars <bsugars@canoe.ca>
5104 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
5105 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
5106 Branch: perl
5107 ! ext/PerlIO/Scalar/Scalar.xs
5108____________________________________________________________________________
5109[ 9958] By: jhi on 2001/05/02 15:15:53
5110 Log: Bug in #9915, spotted by Mike Guy.
5111 Branch: perl
5112 ! installperl
5113____________________________________________________________________________
5114[ 9957] By: jhi on 2001/05/02 13:26:01
5115 Log: Add a test for not griping about references as array
5116 indices if the reference has magic in it (overloaded
5117 methods).
5118 Branch: perl
5119 ! pod/perldiag.pod t/pragma/warn/pp_hot
5120____________________________________________________________________________
5121[ 9956] By: jhi on 2001/05/02 13:07:01
5122 Log: Retracted a bit too much in #9952.
5123 Branch: perl
5124 ! t/pragma/sub_lval.t
5125____________________________________________________________________________
5126[ 9955] By: jhi on 2001/05/02 13:05:38
5127 Log: Test for #9952.
5128 Branch: perl
5129 ! t/op/tie.t
5130____________________________________________________________________________
5131[ 9954] By: jhi on 2001/05/02 11:48:18
5132 Log: Additional note on the encoding example: one cannot
5133 convert string constants in-place.
5134 Branch: perl
5135 ! ext/Encode/Encode.pm
5136____________________________________________________________________________
5137[ 9953] By: jhi on 2001/05/02 11:43:51
5138 Log: Note that if you have recent enough Perl you already
5139 have Filter::Util::Call.
5140 Branch: perl
5141 ! lib/Filter/Simple.pm
5142____________________________________________________________________________
5143[ 9952] By: jhi on 2001/05/02 11:31:53
5144 Log: Retract changes #8254 and #8255, causes coredump in
5145 'tie FH, "main"', reported by Abigail, culprit found by
5146 Benjamin Sugars. Mirrors maintperl change #9950.
5147 Branch: perl
5148 ! op.c t/pragma/sub_lval.t
5149____________________________________________________________________________
5150[ 9951] By: jhi on 2001/05/02 11:14:29
5151 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
5152 Branch: perl
5153 + t/lib/MyFilter.pm
5154____________________________________________________________________________
5155[ 9950] By: gsar on 2001/05/02 03:17:11
5156 Log: revert integration of changes#8254,8255 in change#8620 (causes
5157 a coredump in C<tie FH, 'foo'>; the idea itself may need better
5158 rationalization)
5159 Branch: maint-5.6/perl
5160 ! op.c t/pragma/sub_lval.t
5161____________________________________________________________________________
5162[ 9949] By: gsar on 2001/05/02 02:56:32
5163 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
5164
5165 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5166
5167 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5168 Branch: maint-5.6/perl
5169 !> hints/svr5.sh
5170____________________________________________________________________________
5171[ 9948] By: gsar on 2001/05/02 02:49:15
5172 Log: pod/find.t breaks on VMS (from Craig Berry)
5173 Branch: maint-5.6/perl
5174 ! t/pod/find.t
5175____________________________________________________________________________
5176[ 9947] By: jhi on 2001/05/02 02:43:09
5177 Log: Add an encoding conversion example.
5178 Branch: perl
5179 ! ext/Encode/Encode.pm
5180____________________________________________________________________________
5181[ 9946] By: jhi on 2001/05/02 01:34:22
5182 Log: Another coat of paint but still nowhere finished.
5183 Need to decide on the semantics of strptime(): should
5184 strptime() be a function instead of a method? To do
5185 the week/monthname-strptiming the i18n/l10n bullet needs
5186 to be bitten with gusto.
5187 Branch: perl
5188 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
5189____________________________________________________________________________
5190[ 9945] By: jhi on 2001/05/01 23:40:52
5191 Log: Update Changes.
5192 Branch: perl
5193 ! Changes patchlevel.h
5194____________________________________________________________________________
5195[ 9944] By: jhi on 2001/05/01 23:33:37
5196 Log: Add known-to-be-tested modules to the list-to-be-skipped.
5197 Branch: perl
5198 ! t/lib/1_compile.t
5199____________________________________________________________________________
5200[ 9943] By: jhi on 2001/05/01 23:24:40
5201 Log: Subject: BorlandC++ fix
5202 From: "Vadim Konovalov" <watman@inbox.ru>
5203 Date: Mon, 30 Apr 2001 20:12:26 -0700
5204 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
5205 Branch: perl
5206 ! win32/makefile.mk
5207____________________________________________________________________________
5208[ 9942] By: jhi on 2001/05/01 23:18:02
5209 Log: Update to Filter::Simple 0.60, create a test for it.
5210 Branch: perl
5211 + t/lib/filter-simple.t
5212 ! MANIFEST lib/Filter/Simple.pm
5213____________________________________________________________________________
5214[ 9941] By: jhi on 2001/05/01 19:47:24
5215 Log: Subject: Re: bleadperl: s/// failure with \b and /g
5216 From: Hugo <hv@crypt.compulink.co.uk>
5217 Date: Tue, 01 May 2001 20:12:20 +0100
5218 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
5219 Branch: perl
5220 ! pp_hot.c t/op/re_tests
5221____________________________________________________________________________
5222[ 9940] By: jhi on 2001/05/01 19:42:16
5223 Log: Integrate perlio.
5224 Branch: perl
5225 !> lib/base.pm t/lib/fields.t
5226____________________________________________________________________________
5227[ 9939] By: jhi on 2001/05/01 19:39:51
5228 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
5229 From: Benjamin Sugars <bsugars@canoe.ca>
5230 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
5231 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
5232 Branch: perl
5233 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5234____________________________________________________________________________
5235[ 9938] By: jhi on 2001/05/01 19:34:09
5236 Log: Add NEXT, a pseudo-class for method redispatching.
5237 <Damian>NEXT.pm probably offers more bang-for-buck
5238 than anything else I've ever written.</Damian>
5239 Branch: perl
5240 + lib/NEXT.pm t/lib/next.t
5241 ! MANIFEST
5242____________________________________________________________________________
5243[ 9937] By: jhi on 2001/05/01 19:21:41
5244 Log: Update to Switch 2.02.
5245 Branch: perl
5246 ! lib/Switch.pm t/lib/switch.t
5247____________________________________________________________________________
5248[ 9936] By: nick on 2001/05/01 19:09:21
5249 Log: Fix for base.pm clobbering $VERSION
5250 Branch: perlio
5251 ! lib/base.pm
5252____________________________________________________________________________
5253[ 9935] By: nick on 2001/05/01 18:54:38
5254 Log: Test for base.pm clobbering $VERSION.
5255 Branch: perlio
5256 ! t/lib/fields.t
5257____________________________________________________________________________
5258[ 9934] By: jhi on 2001/05/01 18:39:10
5259 Log: Add information about Scalar::Util::blessed.
5260 Branch: perl
5261 ! pod/perlobj.pod
5262____________________________________________________________________________
5263[ 9933] By: jhi on 2001/05/01 18:33:51
5264 Log: Subject: Extra UNIVERSAL documentation
5265 From: Mike Guy <mjtg@cam.ac.uk>
5266 Date: Tue, 01 May 2001 20:12:11 +0100
5267 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
5268 Branch: perl
5269 ! pod/perlobj.pod
5270____________________________________________________________________________
5271[ 9932] By: jhi on 2001/05/01 18:26:54
5272 Log: Subject: Autoflush in tests as appropriate
5273 From: Mike Guy <mjtg@cam.ac.uk>
5274 Date: Tue, 01 May 2001 20:05:31 +0100
5275 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
5276 Branch: perl
5277 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
5278 ! t/op/taint.t
5279____________________________________________________________________________
5280[ 9931] By: jhi on 2001/05/01 18:02:29
5281 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
5282 From: Benjamin Sugars <bsugars@canoe.ca>
5283 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
5284 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
5285 Branch: perl
5286 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5287____________________________________________________________________________
5288[ 9930] By: jhi on 2001/05/01 15:12:26
5289 Log: Subject: Re: Finally got a round tuit
5290 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5291 Date: Tue, 01 May 2001 14:14:10 +0200
5292 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
5293
5294 The -DP part, slightly modified.
5295 Branch: perl
5296 ! perl.c
5297____________________________________________________________________________
5298[ 9929] By: jhi on 2001/05/01 14:17:15
5299 Log: Subject: Re: Finally got a round tuit
5300 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5301 Date: Tue, 01 May 2001 16:34:06 +0200
5302 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
5303
5304 cpp and optimization tweaks for HP-UX.
5305 Branch: perl
5306 ! hints/hpux.sh
5307____________________________________________________________________________
5308[ 9928] By: jhi on 2001/05/01 13:24:20
5309 Log: Tune the scan_num() comments to reality.
5310 Branch: perl
5311 ! toke.c
5312____________________________________________________________________________
5313[ 9927] By: jhi on 2001/05/01 13:14:01
5314 Log: Subject: [PATCH B::Deparse] optimised sort
5315 From: Robin Houston <robin@kitsite.com>
5316 Date: Tue, 1 May 2001 14:07:12 +0100
5317 Message-ID: <20010501140712.A4266@penderel>
5318 Branch: perl
5319 ! ext/B/B/Deparse.pm
5320____________________________________________________________________________
5321[ 9926] By: jhi on 2001/05/01 13:10:53
5322 Log: Subject: [PATCH t/lib/b-deparse.t]
5323 From: Robin Houston <robin@kitsite.com>
5324 Date: Tue, 1 May 2001 13:37:42 +0100
5325 Message-ID: <20010501133742.A4082@penderel>
5326 Branch: perl
5327 ! t/lib/b-deparse.t
5328____________________________________________________________________________
5329[ 9925] By: jhi on 2001/05/01 13:10:13
5330 Log: Subject: [PATCH B::Deparse] for(;;), sort
5331 From: Robin Houston <robin@kitsite.com>
5332 Date: Tue, 1 May 2001 13:35:00 +0100
5333 Message-ID: <20010501133500.A4061@penderel>
5334 Branch: perl
5335 ! ext/B/B/Deparse.pm
5336____________________________________________________________________________
5337[ 9924] By: jhi on 2001/05/01 13:09:22
5338 Log: Subject: [PATCH B::Deparse] do, warn, use
5339 From: Robin Houston <robin@kitsite.com>
5340 Date: Tue, 1 May 2001 13:31:03 +0100
5341 Message-ID: <20010501133103.A4041@penderel>
5342 Branch: perl
5343 ! ext/B/B/Deparse.pm
5344____________________________________________________________________________
5345[ 9923] By: jhi on 2001/05/01 11:45:36
5346 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
5347 From: Benjamin Sugars <ben.sugars@home.com>
5348 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
5349 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
5350 Branch: perl
5351 + t/io/fflush.t
5352 ! MANIFEST
5353____________________________________________________________________________
5354[ 9922] By: jhi on 2001/05/01 11:35:42
5355 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
5356 From: Peter Prymmer <pvhp@forte.com>
5357 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
5358 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
5359 Branch: perl
5360 ! t/lib/selfstubber.t
5361____________________________________________________________________________
5362[ 9921] By: jhi on 2001/04/30 16:34:33
5363 Log: Subject: [PATCH B::Concise] suppress warning
5364 From: Robin Houston <robin@kitsite.com>
5365 Date: Mon, 30 Apr 2001 16:09:49 +0100
5366 Message-ID: <20010430160949.A25086@penderel>
5367 Branch: perl
5368 ! ext/B/B/Concise.pm
5369____________________________________________________________________________
5370[ 9920] By: jhi on 2001/04/30 13:56:04
5371 Log: Strip the *markers* from #9919.
5372 Branch: perl
5373 ! pod/perlfaq.pod pod/perlfaq5.pod
5374____________________________________________________________________________
5375[ 9919] By: jhi on 2001/04/30 13:54:04
5376 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
5377 From: Gwyn Judd <b.judd@xtra.co.nz>
5378 Date: Sun, 29 Apr 2001 01:47:49 +1200
5379 Message-ID: <20010429014749.A4418@thislove>
5380 Branch: perl
5381 ! pod/perlfaq.pod pod/perlfaq5.pod
5382____________________________________________________________________________
5383[ 9918] By: jhi on 2001/04/30 13:13:54
5384 Log: More_tweakage.
5385 Branch: perl
5386 ! pod/perldata.pod pod/perldiag.pod
5387____________________________________________________________________________
5388[ 9917] By: jhi on 2001/04/30 13:01:27
5389 Log: Update Changes.
5390 Branch: perl
5391 ! Changes patchlevel.h
5392____________________________________________________________________________
5393[ 9916] By: jhi on 2001/04/30 12:57:03
5394 Log: T_w_e_a_k_a_g_e.
5395 Branch: perl
5396 ! pod/perldata.pod pod/perldiag.pod
5397____________________________________________________________________________
5398[ 9915] By: jhi on 2001/04/30 12:39:29
5399 Log: Install s2p also as psed.
5400
5401 TODO: psed documentation?
5402 Branch: perl
5403 ! installperl
5404____________________________________________________________________________
5405[ 9914] By: jhi on 2001/04/30 12:29:21
5406 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
5407 From: Jens Hamisch <jens@Strawberry.COM>
5408 Date: Fri, 27 Apr 2001 17:00:36 +0200
5409 Message-ID: <20010427170036.K1372@Strawberry.COM>
5410
5411 SOCKS5_VERSION_NAME is the right symbol to detect
5412 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
5413 function called socks5_init() is available, and even that is
5414 not universal, most SOCKS5 installations use SOCKSinit()).
5415 Branch: perl
5416 ! perlio.c
5417____________________________________________________________________________
5418[ 9913] By: jhi on 2001/04/30 12:22:15
5419 Log: Allow a zero timeout on IO::Socket accept and connect--
5420 though one really shouldn't do that. Based on
5421
5422 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
5423 From: "John Holdsworth" <coldwave@bigfoot.com>
5424 Date: Sun, 4 Feb 2001 12:48:18 +0100
5425 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
5426 Branch: perl
5427 ! ext/IO/lib/IO/Socket.pm
5428____________________________________________________________________________
5429[ 9912] By: jhi on 2001/04/30 11:27:27
5430 Log: Save the spot of regprev (see #9911) for binary compatibility;
5431 regen API.
5432 Branch: perl
5433 ! embedvar.h perlapi.h thrdvar.h
5434____________________________________________________________________________
5435[ 9911] By: jhi on 2001/04/30 11:22:03
5436 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
5437 From: Hugo <hv@crypt.compulink.co.uk>
5438 Date: Sun, 29 Apr 2001 17:09:30 +0100
5439 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
5440 Branch: perl
5441 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
5442____________________________________________________________________________
5443[ 9910] By: jhi on 2001/04/30 11:15:12
5444 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
5445 a dummy for PL_numeric_radix); no pressing reason to break
5446 binary compatibility; regen API.
5447 Branch: perl
5448 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
5449 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
5450____________________________________________________________________________
5451[ 9909] By: jhi on 2001/04/30 10:56:08
5452 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
5453 From: Walt Mankowski <waltman@netaxs.com>
5454 Date: Sun, 29 Apr 2001 21:53:48 -0400
5455 Message-ID: <20010429215348.A3971@netaxs.com>
5456 Branch: perl
5457 ! pod/perlfunc.pod
5458____________________________________________________________________________
5459[ 9908] By: jhi on 2001/04/30 10:49:40
5460 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
5461 Branch: perl
5462 ! t/lib/selfstubber.t
5463____________________________________________________________________________
5464[ 9907] By: nick on 2001/04/30 09:26:50
5465 Log: Integrate mainline.
5466 Branch: perlio
5467 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
5468____________________________________________________________________________
5469[ 9906] By: jhi on 2001/04/29 23:24:20
5470 Log: Abigail spotted a thinko in #9905.
5471 Branch: perl
5472 ! pod/perldiag.pod
5473____________________________________________________________________________
5474[ 9905] By: jhi on 2001/04/29 15:55:39
5475 Log: Changed the underscore/undebar syntax in numeric constants;
5476 now any grouping will do, as long as the underscores are not
5477 consecutive (so "zero-grouping" is out), and they do not begin
5478 or end the integer or fractional parts.
5479 Branch: perl
5480 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
5481____________________________________________________________________________
5482[ 9904] By: nick on 2001/04/29 15:43:22
5483 Log: Integrate mainline.
5484 Branch: perlio
5485 +> (branch 98 files)
5486 - lib/unicode/Block.pl
5487 - lib/unicode/In/AlphabeticPresentationForms.pl
5488 - lib/unicode/In/Arabic.pl
5489 - lib/unicode/In/ArabicPresentationForms-A.pl
5490 - lib/unicode/In/ArabicPresentationForms-B.pl
5491 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
5492 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
5493 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
5494 - lib/unicode/In/BopomofoExtended.pl
5495 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
5496 - lib/unicode/In/CJKCompatibility.pl
5497 - lib/unicode/In/CJKCompatibilityForms.pl
5498 - lib/unicode/In/CJKCompatibilityIdeographs.pl
5499 - lib/unicode/In/CJKRadicalsSupplement.pl
5500 - lib/unicode/In/CJKSymbolsandPunctuation.pl
5501 - lib/unicode/In/CJKUnifiedIdeographs.pl
5502 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5503 - lib/unicode/In/Cherokee.pl
5504 - lib/unicode/In/CombiningDiacriticalMarks.pl
5505 - lib/unicode/In/CombiningHalfMarks.pl
5506 - lib/unicode/In/CombiningMarksforSymbols.pl
5507 - lib/unicode/In/ControlPictures.pl
5508 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
5509 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
5510 - lib/unicode/In/EnclosedAlphanumerics.pl
5511 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
5512 - lib/unicode/In/Ethiopic.pl
5513 - lib/unicode/In/GeneralPunctuation.pl
5514 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
5515 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
5516 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
5517 - lib/unicode/In/HalfwidthandFullwidthForms.pl
5518 - lib/unicode/In/HangulCompatibilityJamo.pl
5519 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
5520 - lib/unicode/In/Hebrew.pl
5521 - lib/unicode/In/HighPrivateUseSurrogates.pl
5522 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
5523 - lib/unicode/In/IPAExtensions.pl
5524 - lib/unicode/In/IdeographicDescriptionCharacters.pl
5525 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
5526 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
5527 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
5528 - lib/unicode/In/Latin-1Supplement.pl
5529 - lib/unicode/In/LatinExtended-A.pl
5530 - lib/unicode/In/LatinExtended-B.pl
5531 - lib/unicode/In/LatinExtendedAdditional.pl
5532 - lib/unicode/In/LetterlikeSymbols.pl
5533 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
5534 - lib/unicode/In/MathematicalOperators.pl
5535 - lib/unicode/In/MiscellaneousSymbols.pl
5536 - lib/unicode/In/MiscellaneousTechnical.pl
5537 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5538 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
5539 - lib/unicode/In/OpticalCharacterRecognition.pl
5540 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
5541 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
5542 - lib/unicode/In/SmallFormVariants.pl
5543 - lib/unicode/In/SpacingModifierLetters.pl
5544 - lib/unicode/In/Specials.pl
5545 - lib/unicode/In/SuperscriptsandSubscripts.pl
5546 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
5547 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
5548 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
5549 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5550 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5551 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
5552 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
5553 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
5554 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
5555 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
5556 !> utf8.c win32/Makefile
5557____________________________________________________________________________
5558[ 9903] By: jhi on 2001/04/29 14:30:53
5559 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
5560 From: Prymmer/Kahn <pvhp@best.com>
5561 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
5562 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
5563 Branch: perl
5564 ! win32/Makefile
5565____________________________________________________________________________
5566[ 9902] By: jhi on 2001/04/29 02:52:44
5567 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
5568 From: "Abigail" <abigail@foad.org>
5569 Date: Sun, 29 Apr 2001 03:14:25 +0200
5570 Message-ID: <20010429011425.24503.qmail@foad.org>
5571 Branch: perl
5572 ! ext/IO/lib/IO/Seekable.pm
5573____________________________________________________________________________
5574[ 9901] By: jhi on 2001/04/29 02:04:46
5575 Log: In character classes one couldn't have 0x80..0xff characters
5576 at the left hand side if there were 0x100.. characters in the
5577 character class.
5578 Branch: perl
5579 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
5580 ! t/op/pat.t utf8.c
5581____________________________________________________________________________
5582[ 9900] By: jhi on 2001/04/28 22:55:04
5583 Log: Forgot the latest mktables.PL from #9899.
5584 Branch: perl
5585 ! lib/unicode/mktables.PL
5586____________________________________________________________________________
5587[ 9899] By: jhi on 2001/04/28 22:53:28
5588 Log: Explain the \p{} and \P{} error message better and
5589 have prettier prettyprint in In.pl.
5590 Branch: perl
5591 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
5592 ! pod/perldiag.pod
5593____________________________________________________________________________
5594[ 9898] By: jhi on 2001/04/28 21:03:34
5595 Log: Add one possible explanation for the "Invalid [] range" error.
5596 Branch: perl
5597 ! pod/perldiag.pod
5598____________________________________________________________________________
5599[ 9897] By: jhi on 2001/04/28 17:18:26
5600 Log: Add a level of indirection to the implementation of \p{InFoo}
5601 so that we don't have to have long filenames. (Nothing changes
5602 in the user interface.) The indirection is defined in
5603 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
5604 Also rename some the character classes by removing '-' from
5605 the classnames, and finally renamed Block.pl as Blocks.pl.
5606 Branch: perl
5607 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
5608 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
5609 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
5610 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
5611 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
5612 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
5613 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
5614 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
5615 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
5616 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
5617 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
5618 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
5619 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
5620 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
5621 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
5622 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
5623 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
5624 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
5625 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
5626 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
5627 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
5628 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
5629 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
5630 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
5631 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
5632 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
5633 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
5634 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
5635 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
5636 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
5637 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
5638 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
5639 + lib/unicode/In/94.pl lib/unicode/In/95.pl
5640 - lib/unicode/Block.pl
5641 - lib/unicode/In/AlphabeticPresentationForms.pl
5642 - lib/unicode/In/Arabic.pl
5643 - lib/unicode/In/ArabicPresentationForms-A.pl
5644 - lib/unicode/In/ArabicPresentationForms-B.pl
5645 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
5646 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
5647 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
5648 - lib/unicode/In/BopomofoExtended.pl
5649 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
5650 - lib/unicode/In/CJKCompatibility.pl
5651 - lib/unicode/In/CJKCompatibilityForms.pl
5652 - lib/unicode/In/CJKCompatibilityIdeographs.pl
5653 - lib/unicode/In/CJKRadicalsSupplement.pl
5654 - lib/unicode/In/CJKSymbolsandPunctuation.pl
5655 - lib/unicode/In/CJKUnifiedIdeographs.pl
5656 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5657 - lib/unicode/In/Cherokee.pl
5658 - lib/unicode/In/CombiningDiacriticalMarks.pl
5659 - lib/unicode/In/CombiningHalfMarks.pl
5660 - lib/unicode/In/CombiningMarksforSymbols.pl
5661 - lib/unicode/In/ControlPictures.pl
5662 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
5663 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
5664 - lib/unicode/In/EnclosedAlphanumerics.pl
5665 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
5666 - lib/unicode/In/Ethiopic.pl
5667 - lib/unicode/In/GeneralPunctuation.pl
5668 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
5669 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
5670 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
5671 - lib/unicode/In/HalfwidthandFullwidthForms.pl
5672 - lib/unicode/In/HangulCompatibilityJamo.pl
5673 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
5674 - lib/unicode/In/Hebrew.pl
5675 - lib/unicode/In/HighPrivateUseSurrogates.pl
5676 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
5677 - lib/unicode/In/IPAExtensions.pl
5678 - lib/unicode/In/IdeographicDescriptionCharacters.pl
5679 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
5680 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
5681 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
5682 - lib/unicode/In/Latin-1Supplement.pl
5683 - lib/unicode/In/LatinExtended-A.pl
5684 - lib/unicode/In/LatinExtended-B.pl
5685 - lib/unicode/In/LatinExtendedAdditional.pl
5686 - lib/unicode/In/LetterlikeSymbols.pl
5687 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
5688 - lib/unicode/In/MathematicalOperators.pl
5689 - lib/unicode/In/MiscellaneousSymbols.pl
5690 - lib/unicode/In/MiscellaneousTechnical.pl
5691 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5692 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
5693 - lib/unicode/In/OpticalCharacterRecognition.pl
5694 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
5695 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
5696 - lib/unicode/In/SmallFormVariants.pl
5697 - lib/unicode/In/SpacingModifierLetters.pl
5698 - lib/unicode/In/Specials.pl
5699 - lib/unicode/In/SuperscriptsandSubscripts.pl
5700 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
5701 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
5702 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
5703 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5704 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5705 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
5706 ! pod/perlunicode.pod
5707____________________________________________________________________________
5708[ 9896] By: jhi on 2001/04/28 14:33:17
5709 Log: Update the information on shared library path on HP-UX.
5710 Branch: perl
5711 ! INSTALL
5712____________________________________________________________________________
5713[ 9895] By: jhi on 2001/04/28 14:32:30
5714 Log: Because #9894 seems to do the trick, this workaround can be removed.
5715 Branch: perl
5716 ! t/lib/selfstubber.t
5717____________________________________________________________________________
5718[ 9894] By: jhi on 2001/04/28 14:26:13
5719 Log: For PerlIO flush the children's file handles (on fork/exec/system).
5720 Branch: perl
5721 ! perl.h
5722____________________________________________________________________________
5723[ 9893] By: jhi on 2001/04/28 14:23:15
5724 Log: Test tweak for #9891.
5725 Branch: perl
5726 ! t/lib/b-deparse.t
5727____________________________________________________________________________
5728[ 9892] By: jhi on 2001/04/28 14:10:13
5729 Log: New HP-UX hints from Merijn.
5730 Branch: perl
5731 ! hints/hpux.sh
5732____________________________________________________________________________
5733[ 9891] By: jhi on 2001/04/28 14:07:27
5734 Log: Subject: [PATCH B::Deparse] non-block scopes
5735 From: Robin Houston <robin@kitsite.com>
5736 Date: Fri, 27 Apr 2001 19:15:14 +0100
5737 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
5738 Branch: perl
5739 ! ext/B/B/Deparse.pm
5740____________________________________________________________________________
5741[ 9890] By: nick on 2001/04/27 19:41:25
5742 Log: Integrate mainline
5743 Branch: perlio
5744 +> t/lib/selfstubber.t
5745 !> (integrate 50 files)
5746____________________________________________________________________________
5747[ 9889] By: jhi on 2001/04/27 18:23:46
5748 Log: Subject: Re: selfstubber test fail on bleadperl
5749 From: Mike Guy <mjtg@cam.ac.uk>
5750 Date: Fri, 27 Apr 2001 19:31:18 +0100
5751 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
5752 Branch: perl
5753 ! t/lib/selfstubber.t
5754____________________________________________________________________________
5755[ 9888] By: jhi on 2001/04/27 16:20:54
5756 Log: Test tweak for #9886.
5757 Branch: perl
5758 ! t/lib/b-deparse.t
5759____________________________________________________________________________
5760[ 9887] By: jhi on 2001/04/27 16:16:33
5761 Log: Buffering issue at least in Solaris (even with perlio).
5762 Branch: perl
5763 ! t/lib/selfstubber.t
5764____________________________________________________________________________
5765[ 9886] By: jhi on 2001/04/27 14:59:23
5766 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
5767 From: Robin Houston <robin@kitsite.com>
5768 Date: Fri, 27 Apr 2001 16:53:20 +0100
5769 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
5770 Branch: perl
5771 ! ext/B/B/Deparse.pm
5772____________________________________________________________________________
5773[ 9885] By: jhi on 2001/04/27 14:23:51
5774 Log: Update Changes.
5775 Branch: perl
5776 ! Changes patchlevel.h
5777____________________________________________________________________________
5778[ 9884] By: jhi on 2001/04/27 14:14:12
5779 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
5780 From: "Philip Newton" <pnewton@gmx.de>
5781 Date: Fri, 27 Apr 2001 16:40:13 +0200
5782 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
5783 Branch: perl
5784 ! pod/perldata.pod
5785____________________________________________________________________________
5786[ 9883] By: jhi on 2001/04/27 13:28:19
5787 Log: Add LOG_PERROR; prettify the "removed".
5788 Branch: perl
5789 ! ext/Sys/Syslog/Syslog.xs
5790____________________________________________________________________________
5791[ 9882] By: jhi on 2001/04/27 13:13:18
5792 Log: h2xs tweaks: use NV instead of double, "quote" the removed
5793 prefixes for clarity (especially when nothing is removed),
5794 slight pod reformats.
5795 Branch: perl
5796 ! utils/h2xs.PL
5797____________________________________________________________________________
5798[ 9881] By: jhi on 2001/04/27 12:58:48
5799 Log: Don't bother creating existing directories.
5800 Branch: perl
5801 ! utils/h2xs.PL
5802____________________________________________________________________________
5803[ 9880] By: jhi on 2001/04/27 12:45:39
5804 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
5805 From: Mike Schilli <m@perlmeister.com>
5806 Date: Wed, 25 Apr 2001 01:29:21 -0700
5807 Message-id: <3AE68AE1.6A981723@perlmeister.com>
5808 Branch: perl
5809 ! utils/h2xs.PL
5810____________________________________________________________________________
5811[ 9879] By: jhi on 2001/04/27 12:40:55
5812 Log: break is not yet Perl. Added the template license also to README.
5813 Branch: perl
5814 ! utils/h2xs.PL
5815____________________________________________________________________________
5816[ 9878] By: jhi on 2001/04/27 03:08:20
5817 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
5818 From: Tim Jenness <t.jenness@jach.hawaii.edu>
5819 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
5820 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
5821 Branch: perl
5822 ! t/lib/xs-typemap.t
5823____________________________________________________________________________
5824[ 9877] By: jhi on 2001/04/26 23:54:40
5825 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
5826 From: "Abigail" <abigail@foad.org>
5827 Date: Fri, 27 Apr 2001 01:44:28 +0200
5828 Message-ID: <20010426234428.19786.qmail@foad.org>
5829 Branch: perl
5830 ! utils/h2xs.PL
5831____________________________________________________________________________
5832[ 9876] By: jhi on 2001/04/26 23:52:06
5833 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
5834 From: Peter Prymmer <pvhp@forte.com>
5835 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
5836 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
5837 Branch: perl
5838 ! t/lib/selfstubber.t
5839____________________________________________________________________________
5840[ 9875] By: jhi on 2001/04/26 23:48:10
5841 Log: Deparse nits.
5842 Branch: perl
5843 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
5844____________________________________________________________________________
5845[ 9874] By: jhi on 2001/04/26 22:46:05
5846 Log: Document ANYOF_CLASS.
5847 Branch: perl
5848 ! regcomp.h
5849____________________________________________________________________________
5850[ 9873] By: jhi on 2001/04/26 22:35:03
5851 Log: Subject: Re: [PATCH @9846] dumping ANYOF
5852 From: Hugo <hv@crypt.compulink.co.uk>
5853 Date: Thu, 26 Apr 2001 23:33:38 +0100
5854 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
5855 Branch: perl
5856 ! regcomp.c regcomp.h
5857____________________________________________________________________________
5858[ 9872] By: jhi on 2001/04/26 22:34:31
5859 Log: Subject: [PATCH] more for Devel::SelfStubber
5860 From: Nicholas Clark <nick@ccl4.org>
5861 Date: Fri, 27 Apr 2001 00:13:52 +0100
5862 Message-ID: <20010427001351.K88186@plum.flirble.org>
5863 Branch: perl
5864 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
5865____________________________________________________________________________
5866[ 9871] By: jhi on 2001/04/26 21:59:17
5867 Log: Subject: [PATCH B::Deparse] formats must be flush left
5868 From: Robin Houston <robin@kitsite.com>
5869 Date: Thu, 26 Apr 2001 23:54:29 +0100
5870 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
5871 Branch: perl
5872 ! ext/B/B/Deparse.pm
5873____________________________________________________________________________
5874[ 9870] By: jhi on 2001/04/26 21:57:37
5875 Log: If some of the constants are prefixes of others,
5876 the prefixes may never get recognized. (See 20010426.006.)
5877 Branch: perl
5878 ! utils/h2xs.PL
5879____________________________________________________________________________
5880[ 9869] By: jhi on 2001/04/26 21:50:42
5881 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
5882 From: Chris Bongaarts <cab@tc.umn.edu>
5883 Date: Thu, 26 Apr 2001 17:10:31 -0500
5884 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
5885 Branch: perl
5886 ! ext/Sys/Syslog/Syslog.xs
5887____________________________________________________________________________
5888[ 9868] By: jhi on 2001/04/26 21:35:12
5889 Log: Further cuts and more docs from Graham Barr.
5890 Branch: perl
5891 ! ext/List/Util/lib/List/Util.pm
5892 ! ext/List/Util/lib/Scalar/Util.pm
5893____________________________________________________________________________
5894[ 9867] By: jhi on 2001/04/26 21:18:57
5895 Log: Subject: [PATCH 5.7.1] DB_File-1.77
5896 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
5897 Date: Thu, 26 Apr 2001 22:37:53 +0100
5898 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
5899 Branch: perl
5900 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5901 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5902____________________________________________________________________________
5903[ 9866] By: jhi on 2001/04/26 21:12:31
5904 Log: Subject: [PATCH B::Deparse] fix easy bugs
5905 From: Robin Houston <robin@kitsite.com>
5906 Date: Thu, 26 Apr 2001 23:03:33 +0100
5907 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
5908 Branch: perl
5909 ! ext/B/B/Deparse.pm
5910____________________________________________________________________________
5911[ 9865] By: jhi on 2001/04/26 20:26:13
5912 Log: Update Changes.
5913 Branch: perl
5914 ! Changes patchlevel.h
5915____________________________________________________________________________
5916[ 9864] By: jhi on 2001/04/26 19:27:48
5917 Log: Dethinko from Robin Houston.
5918 Branch: perl
5919 ! ext/B/B/Deparse.pm
5920____________________________________________________________________________
5921[ 9863] By: jhi on 2001/04/26 19:10:35
5922 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
5923 From: Robin Houston <robin@kitsite.com>
5924 Date: Thu, 26 Apr 2001 21:08:32 +0100
5925 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
5926 Branch: perl
5927 ! ext/B/B/Deparse.pm
5928____________________________________________________________________________
5929[ 9862] By: jhi on 2001/04/26 19:04:23
5930 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5931 From: Robin Houston <robin@kitsite.com>
5932 Date: Thu, 26 Apr 2001 20:52:50 +0100
5933 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
5934 Branch: perl
5935 ! ext/B/B/Deparse.pm
5936____________________________________________________________________________
5937[ 9861] By: jhi on 2001/04/26 18:56:14
5938 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
5939 From: Mike Guy <mjtg@cam.ac.uk>
5940 Date: Thu, 26 Apr 2001 14:22:40 +0100
5941 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
5942 Branch: perl
5943 ! pod/perlobj.pod
5944____________________________________________________________________________
5945[ 9860] By: jhi on 2001/04/26 18:46:42
5946 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5947 From: Robin Houston <robin@kitsite.com>
5948 Date: Thu, 26 Apr 2001 20:34:29 +0100
5949 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
5950
5951 Hashes do not interpolate.
5952 Branch: perl
5953 ! ext/B/B/Deparse.pm
5954____________________________________________________________________________
5955[ 9859] By: jhi on 2001/04/26 18:43:51
5956 Log: Subject: The Time::Piece conspiracy unmasked!!!
5957 From: Mike Guy <mjtg@cam.ac.uk>
5958 Date: Thu, 26 Apr 2001 19:02:50 +0100
5959 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
5960
5961 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
5962 From: Mike Guy <mjtg@cam.ac.uk>
5963 Date: Thu, 26 Apr 2001 19:08:21 +0100
5964 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
5965
5966 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
5967 From: Graham Barr <gbarr@pobox.com>
5968 Date: Thu, 26 Apr 2001 19:12:03 +0100
5969 Message-ID: <20010426191203.A70835@pobox.com>
5970
5971 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
5972 Branch: perl
5973 ! ext/List/Util/lib/List/Util.pm
5974 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
5975____________________________________________________________________________
5976[ 9858] By: jhi on 2001/04/26 18:17:42
5977 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
5978 From: Robin Houston <robin@kitsite.com>
5979 Date: Thu, 26 Apr 2001 16:09:35 +0100
5980 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
5981 Branch: perl
5982 ! t/comp/proto.t
5983____________________________________________________________________________
5984[ 9857] By: jhi on 2001/04/26 18:04:59
5985 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
5986 From: barries <barries@slaysys.com>
5987 Date: Thu, 26 Apr 2001 12:01:10 -0400
5988 Message-ID: <20010426120110.E29698@jester.slaysys.com>
5989 Branch: perl
5990 ! pod/perldiag.pod
5991____________________________________________________________________________
5992[ 9856] By: jhi on 2001/04/26 18:03:33
5993 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
5994 Date: Thu, 26 Apr 2001 17:13:41 +0100
5995 From: Robin Houston <robin@kitsite.com>
5996 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
5997
5998 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5999 From: Robin Houston <robin@kitsite.com>
6000 Date: Thu, 26 Apr 2001 18:44:29 +0100
6001 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
6002 Branch: perl
6003 ! ext/B/B/Deparse.pm
6004____________________________________________________________________________
6005[ 9855] By: jhi on 2001/04/26 17:56:04
6006 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
6007 From: Robin Houston <robin@kitsite.com>
6008 Date: Thu, 26 Apr 2001 17:04:08 +0100
6009 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
6010 Branch: perl
6011 ! ext/B/B/Deparse.pm
6012____________________________________________________________________________
6013[ 9854] By: jhi on 2001/04/26 17:47:26
6014 Log: Subject: Re: Short test case for undef %stash:: crash
6015 From: Benjamin Sugars <bsugars@canoe.ca>
6016 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
6017 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
6018 Changed and moved the perldiag entry.
6019 Branch: perl
6020 ! gv.c pod/perldiag.pod
6021____________________________________________________________________________
6022[ 9853] By: jhi on 2001/04/26 14:35:16
6023 Log: Beginnings of strptime(). Do not touch the wet paint.
6024 Branch: perl
6025 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
6026____________________________________________________________________________
6027[ 9852] By: jhi on 2001/04/26 13:17:21
6028 Log: Retract #9851, core dumps from pod2man.
6029 Branch: perl
6030 ! regcomp.c
6031____________________________________________________________________________
6032[ 9851] By: jhi on 2001/04/26 11:54:41
6033 Log: (Retracted by #9852.)
6034
6035 Subject: [PATCH @9846] dumping ANYOF
6036 From: Hugo <hv@crypt.compulink.co.uk>
6037 Date: Thu, 26 Apr 2001 05:32:38 +0100
6038 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
6039 Branch: perl
6040 ! regcomp.c
6041____________________________________________________________________________
6042[ 9850] By: jhi on 2001/04/26 02:34:44
6043 Log: If ccflags was empty the _previous_ $* containing all the
6044 environment variables and Configure variables was used,
6045 which lead, among other bad things, into $ccflags being your
6046 uname -a output, which lead into test compile with cc failing,
6047 which lead into gcc being selected, which didn't work that well
6048 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
6049 with large files, et cetera.
6050 Branch: perl
6051 ! hints/hpux.sh
6052____________________________________________________________________________
6053[ 9849] By: jhi on 2001/04/26 01:44:57
6054 Log: Make selfstubber test more portable.
6055 Branch: perl
6056 ! t/lib/selfstubber.t
6057____________________________________________________________________________
6058[ 9848] By: jhi on 2001/04/26 00:50:26
6059 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
6060 From: Benjamin Sugars <ben.sugars@home.com>
6061 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
6062 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
6063 Branch: perl
6064 ! ext/Cwd/Cwd.xs
6065____________________________________________________________________________
6066[ 9847] By: jhi on 2001/04/26 00:46:58
6067 Log: Subject: [PATCH: perl@9841] VMS updates
6068 From: Peter Prymmer <pvhp@forte.com>
6069 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
6070 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
6071 Branch: perl
6072 ! README.vms configure.com vms/descrip_mms.template
6073 ! vms/ext/filespec.t
6074____________________________________________________________________________
6075[ 9846] By: jhi on 2001/04/26 00:11:56
6076 Log: re 'debug' was broken by #9084.
6077 Branch: perl
6078 ! ext/re/re.xs
6079____________________________________________________________________________
6080[ 9845] By: jhi on 2001/04/25 22:33:17
6081 Log: Subject: [PATCH] test for Devel::SelfStubber
6082 From: Nicholas Clark <nick@ccl4.org>
6083 Date: Thu, 26 Apr 2001 00:00:54 +0100
6084 Message-ID: <20010426000054.D89026@plum.flirble.org>
6085 Branch: perl
6086 + t/lib/selfstubber.t
6087 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
6088____________________________________________________________________________
6089[ 9844] By: jhi on 2001/04/25 22:29:32
6090 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
6091 From: Paul Johnson <paul@pjcj.net>
6092 Date: Thu, 26 Apr 2001 00:46:08 +0200
6093 Message-ID: <20010426004608.H2338@pjcj.net>
6094 Branch: perl
6095 ! ext/B/B/Concise.pm
6096____________________________________________________________________________
6097[ 9843] By: jhi on 2001/04/25 22:28:28
6098 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
6099 From: Peter Prymmer <pvhp@forte.com>
6100 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
6101 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
6102 Branch: perl
6103 ! ext/Cwd/Cwd.xs
6104____________________________________________________________________________
6105[ 9842] By: jhi on 2001/04/25 20:58:12
6106 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
6107 From: John Peacock <jpeacock@rowman.com>
6108 Date: Wed, 25 Apr 2001 17:30:26 -0400
6109 Message-ID: <3AE741F2.B3217464@rowman.com>
6110 Branch: perl
6111 ! lib/Math/BigInt.pm t/lib/bigintpm.t
6112____________________________________________________________________________
6113[ 9841] By: jhi on 2001/04/25 20:07:05
6114 Log: Update Changes.
6115 Branch: perl
6116 ! Changes patchlevel.h
6117____________________________________________________________________________
6118[ 9840] By: jhi on 2001/04/25 19:56:51
6119 Log: Yet another HP-UX hints version from Merijn.
6120 Branch: perl
6121 ! hints/hpux.sh
6122____________________________________________________________________________
6123[ 9839] By: jhi on 2001/04/25 19:53:04
6124 Log: abs_path() didn't terminate the filename correctly,
6125 in DIRNAMLENless systems like HP-UX this would fail.
6126 Branch: perl
6127 ! ext/Cwd/Cwd.xs
6128____________________________________________________________________________
6129[ 9838] By: jhi on 2001/04/25 16:37:26
6130 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
6131 From: Mike Guy <mjtg@cam.ac.uk>
6132 Date: Wed, 25 Apr 2001 18:31:47 +0100
6133 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
6134 Branch: perl
6135 ! op.c
6136____________________________________________________________________________
6137[ 9837] By: jhi on 2001/04/25 16:21:53
6138 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
6139 From: Jon Eveland <jweveland@yahoo.com>
6140 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
6141 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
6142 Branch: perl
6143 ! lib/perl5db.pl
6144____________________________________________________________________________
6145[ 9836] By: jhi on 2001/04/25 14:17:50
6146 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
6147 From: "Philip Newton" <pnewton@gmx.de>
6148 Date: Wed, 25 Apr 2001 17:05:58 +0200
6149 Message-ID: <3AE703F6.3234.1833C45@localhost>
6150 Branch: perl
6151 ! Porting/patching.pod
6152____________________________________________________________________________
6153[ 9835] By: jhi on 2001/04/25 13:58:07
6154 Log: It would seem that both ar and full_ar need to be overridden
6155 for HP-UX to avoid the GNU ar.
6156 Branch: perl
6157 ! hints/hpux.sh
6158____________________________________________________________________________
6159[ 9834] By: jhi on 2001/04/25 13:50:40
6160 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
6161 From: "Philip Newton" <pnewton@gmx.de>
6162 Date: Wed, 25 Apr 2001 16:09:23 +0200
6163 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
6164
6165 Detypo.
6166 Branch: perl
6167 ! t/op/misc.t
6168____________________________________________________________________________
6169[ 9833] By: jhi on 2001/04/25 12:36:11
6170 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
6171 Branch: perl
6172 ! hints/hpux.sh
6173____________________________________________________________________________
6174[ 9832] By: jhi on 2001/04/25 12:33:36
6175 Log: New version of HP-UX hints from Merijn.
6176 Branch: perl
6177 ! hints/hpux.sh
6178____________________________________________________________________________
6179[ 9831] By: jhi on 2001/04/25 03:39:45
6180 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
6181 Branch: perl
6182 ! hints/hpux.sh
6183____________________________________________________________________________
6184[ 9830] By: jhi on 2001/04/25 02:53:25
6185 Log: The tzname[] bit is not needed by util.c -- and causes
6186 heartburn in VMS (and it missing was probably the cause of
6187 the Mac OS X trouble). Ouch.
6188 Branch: perl
6189 ! ext/POSIX/POSIX.xs util.c
6190____________________________________________________________________________
6191[ 9829] By: jhi on 2001/04/25 00:10:06
6192 Log: Metaconfig unit change for #9828.
6193 Branch: metaconfig
6194 ! U/compline/ccflags.U
6195____________________________________________________________________________
6196[ 9828] By: jhi on 2001/04/25 00:04:18
6197 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
6198 (which is actually the reason for the change, we need to pass
6199 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
6200 EP/IX, OS/2, and TitanOS, based on the hints files.
6201 Branch: perl
6202 ! Configure config_h.SH
6203____________________________________________________________________________
6204[ 9827] By: jhi on 2001/04/24 23:49:20
6205 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
6206 the $cat must have an absolute path.
6207 Branch: perl
6208 ! makedepend.SH
6209____________________________________________________________________________
6210[ 9826] By: jhi on 2001/04/24 23:40:53
6211 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
6212 Branch: perl
6213 ! README.amiga
6214____________________________________________________________________________
6215[ 9825] By: jhi on 2001/04/24 23:35:35
6216 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
6217 From: "Philip Newton" <pnewton@gmx.de>
6218 Date: Tue, 24 Apr 2001 18:52:49 +0200
6219 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
6220 Branch: perl
6221 ! x2p/find2perl.PL
6222____________________________________________________________________________
6223[ 9824] By: jhi on 2001/04/24 23:33:07
6224 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
6225 Some gcc specifics dropped out due to extensive rewriting;
6226 will be put back later as needed.
6227 Branch: perl
6228 ! hints/hpux.sh
6229____________________________________________________________________________
6230[ 9823] By: jhi on 2001/04/24 23:27:57
6231 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
6232 Branch: perl
6233 ! ext/POSIX/POSIX.xs
6234____________________________________________________________________________
6235[ 9822] By: jhi on 2001/04/24 23:25:21
6236 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
6237 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6238 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
6239 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
6240 Branch: perl
6241 ! ext/XS/Typemap/Typemap.xs
6242____________________________________________________________________________
6243[ 9821] By: jhi on 2001/04/24 23:24:10
6244 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
6245 From: "Abigail" <abigail@foad.org>
6246 Date: Tue, 24 Apr 2001 23:12:03 +0200
6247 Message-ID: <20010424211203.7901.qmail@foad.org>
6248 Branch: perl
6249 ! pod/perlport.pod
6250____________________________________________________________________________
6251[ 9820] By: jhi on 2001/04/24 23:23:15
6252 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
6253 From: Matt Sergeant <matt@sergeant.org>
6254 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
6255 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
6256 Branch: perl
6257 ! pod/perlfaq4.pod
6258____________________________________________________________________________
6259[ 9819] By: nick on 2001/04/24 18:49:43
6260 Log: Integrate mainline.
6261 Branch: perlio
6262 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
6263 !> (integrate 37 files)
6264____________________________________________________________________________
6265[ 9818] By: jhi on 2001/04/24 14:35:23
6266 Log: Update Changes.
6267 Branch: perl
6268 ! Changes patchlevel.h
6269____________________________________________________________________________
6270[ 9817] By: jhi on 2001/04/24 14:09:17
6271 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
6272 From: "Philip Newton" <pnewton@gmx.de>
6273 Date: Tue, 24 Apr 2001 12:58:12 +0200
6274 Message-ID: <3AE57864.8304.B77A0A@localhost>
6275
6276 plus add CPAN to the list of modules that have their own tests.
6277 Branch: perl
6278 ! t/lib/1_compile.t
6279____________________________________________________________________________
6280[ 9816] By: jhi on 2001/04/24 14:07:03
6281 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
6282 From: Michael G Schwern <schwern@pobox.com>
6283 Date: Sat, 21 Apr 2001 22:35:00 +0100
6284 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
6285 Branch: perl
6286 ! t/lib/1_compile.t
6287____________________________________________________________________________
6288[ 9815] By: jhi on 2001/04/24 13:54:32
6289 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
6290 From: Robin Houston <robin@kitsite.com>
6291 Date: Tue, 24 Apr 2001 15:51:18 +0100
6292 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
6293 Branch: perl
6294 ! ext/B/B/Deparse.pm
6295____________________________________________________________________________
6296[ 9814] By: jhi on 2001/04/24 13:17:34
6297 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
6298 From: Bill Glicker <billg@burrelles.com>
6299 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
6300 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
6301 Branch: perl
6302 ! hints/svr5.sh
6303____________________________________________________________________________
6304[ 9813] By: jhi on 2001/04/24 12:54:23
6305 Log: Prevent path disclosure (probing for existence of filenames)
6306 using suidperl; bug id 20010322.218.
6307 Branch: perl
6308 ! perl.c pod/perldiag.pod
6309____________________________________________________________________________
6310[ 9812] By: jhi on 2001/04/24 12:08:36
6311 Log: Retract #9811.
6312 Branch: perl
6313 ! ext/POSIX/POSIX.xs
6314____________________________________________________________________________
6315[ 9811] By: jhi on 2001/04/24 11:57:35
6316 Log: (Retracted by #9812.)
6317 Branch: perl
6318 ! ext/POSIX/POSIX.xs
6319____________________________________________________________________________
6320[ 9810] By: jhi on 2001/04/24 03:32:35
6321 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
6322 Branch: perl
6323 ! util.c
6324____________________________________________________________________________
6325[ 9809] By: jhi on 2001/04/24 03:16:13
6326 Log: The Math::BigFloat::import() was broken.
6327 (Fixes bug id 20010422.002.)
6328 Branch: perl
6329 ! lib/Math/BigFloat.pm
6330____________________________________________________________________________
6331[ 9808] By: jhi on 2001/04/24 01:11:40
6332 Log: Additional dependencies; should help for parallel makes
6333 not to fail on missing lib/lib.pm or lib/re.pm.
6334 Branch: perl
6335 ! Makefile.SH
6336____________________________________________________________________________
6337[ 9807] By: jhi on 2001/04/24 00:57:01
6338 Log: Update the test failure disclaimer.
6339 Branch: perl
6340 ! t/pragma/warn/pp_hot
6341____________________________________________________________________________
6342[ 9806] By: jhi on 2001/04/24 00:54:04
6343 Log: Add make target "install-all" which is alias for "install"
6344 to cater for case-preserving filesystems like HFS+.
6345 Branch: perl
6346 ! INSTALL Makefile.SH
6347____________________________________________________________________________
6348[ 9805] By: jhi on 2001/04/24 00:47:28
6349 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
6350 From: Peter Prymmer <pvhp@forte.com>
6351 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
6352 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
6353
6354 (Ken William's message forwarded from macosx@perl.org)
6355 Branch: perl
6356 ! hints/darwin.sh
6357____________________________________________________________________________
6358[ 9804] By: jhi on 2001/04/23 23:57:35
6359 Log: Cut-and-pasto.
6360 Branch: perl
6361 ! perlio.c
6362____________________________________________________________________________
6363[ 9803] By: jhi on 2001/04/23 23:52:25
6364 Log: More PerlIO robustness.
6365 Branch: perl
6366 ! perlio.c
6367____________________________________________________________________________
6368[ 9802] By: jhi on 2001/04/23 23:43:35
6369 Log: Make the "STD* opened only for ..." errors more consistent.
6370 Branch: perl
6371 ! doio.c
6372____________________________________________________________________________
6373[ 9801] By: jhi on 2001/04/23 23:34:26
6374 Log: Test case for #9800.
6375 Branch: perl
6376 ! t/op/misc.t
6377____________________________________________________________________________
6378[ 9800] By: jhi on 2001/04/23 23:14:43
6379 Log: Avoid coredump on 'close STDERR; die' by making
6380 the PerlIO calls more robust. Also use SETERRNO()
6381 instead of errno = to be more VMS-ready.
6382 Branch: perl
6383 ! perlio.c
6384____________________________________________________________________________
6385[ 9799] By: jhi on 2001/04/23 21:41:10
6386 Log: Subject: test for ID 20010423.002
6387 From: Robin Houston <robin@kitsite.com>
6388 Date: Mon, 23 Apr 2001 16:52:21 +0100
6389 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
6390 Branch: perl
6391 ! t/op/avhv.t
6392____________________________________________________________________________
6393[ 9798] By: jhi on 2001/04/23 21:40:07
6394 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
6395 From: David Dyck <dcd@tc.fluke.com>
6396 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
6397 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
6398 Branch: perl
6399 ! installperl
6400____________________________________________________________________________
6401[ 9797] By: jhi on 2001/04/23 21:37:56
6402 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
6403 From: Benjamin Sugars <bsugars@canoe.ca>
6404 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
6405 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
6406 Branch: perl
6407 ! ext/Cwd/Cwd.xs lib/Cwd.pm
6408____________________________________________________________________________
6409[ 9796] By: jhi on 2001/04/23 21:29:24
6410 Log: Synchronize h2xs and pod2man some more on the documentation
6411 templates they propose.
6412 Branch: perl
6413 ! pod/pod2man.PL utils/h2xs.PL
6414____________________________________________________________________________
6415[ 9795] By: jhi on 2001/04/23 17:30:40
6416 Log: Add one more naughty test for base64; make encoding logic cleaner.
6417 Branch: perl
6418 ! t/lib/mimeb64.t
6419____________________________________________________________________________
6420[ 9794] By: jhi on 2001/04/23 13:51:32
6421 Log: Update Changes.
6422 Branch: perl
6423 ! Changes patchlevel.h
6424____________________________________________________________________________
6425[ 9793] By: jhi on 2001/04/23 13:44:18
6426 Log: Duplicate lines.
6427 Branch: perl
6428 ! MANIFEST
6429____________________________________________________________________________
6430[ 9792] By: jhi on 2001/04/23 13:39:13
6431 Log: Subject: Re: PATCH 5.7.1
6432 From: Mark-Jason Dominus <mjd@plover.com>
6433 Date: Mon, 23 Apr 2001 10:30:21 -0400
6434 Message-ID: <20010423143021.17335.qmail@plover.com>
6435 Branch: perl
6436 ! perl.h sv.c
6437____________________________________________________________________________
6438[ 9791] By: jhi on 2001/04/23 13:32:40
6439 Log: Add the CPAN.pm 1.59_54 tests.
6440 Branch: perl
6441 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
6442 ! MANIFEST
6443____________________________________________________________________________
6444[ 9790] By: jhi on 2001/04/23 13:21:55
6445 Log: Subject: Deparse nit
6446 From: Robin Houston <robin@kitsite.com>
6447 Date: Mon, 23 Apr 2001 12:38:20 +0100
6448 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
6449 Branch: perl
6450 ! ext/B/B/Deparse.pm
6451____________________________________________________________________________
6452[ 9789] By: jhi on 2001/04/23 13:19:07
6453 Log: Subject: [PATCH] bug 20010423.002
6454 From: Robin Houston <robin@kitsite.com>
6455 Date: Mon, 23 Apr 2001 13:12:30 +0100
6456 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
6457 Branch: perl
6458 ! pp.c
6459____________________________________________________________________________
6460[ 9788] By: jhi on 2001/04/23 13:02:49
6461 Log: Subject: PATCH [5.7.1] hv.c unused #define
6462 From: Mark-Jason Dominus <mjd@plover.com>
6463 Date: Sun, 22 Apr 2001 14:17:49 -0400
6464 Message-ID: <20010422181749.26976.qmail@plover.com>
6465 Branch: perl
6466 ! hv.c
6467____________________________________________________________________________
6468[ 9787] By: jhi on 2001/04/23 13:02:02
6469 Log: Subject: PATCH 5.7.1
6470 From: Mark-Jason Dominus <mjd@plover.com>
6471 Date: Sun, 22 Apr 2001 15:12:57 -0400
6472 Message-ID: <20010422191258.6539.qmail@plover.com>
6473
6474 plus Sarathy's STMT_START + STMT_END suggestion.
6475 Branch: perl
6476 ! perl.h
6477____________________________________________________________________________
6478[ 9786] By: jhi on 2001/04/23 12:53:25
6479 Log: Fix for
6480
6481 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
6482 From: dLux <dlux@spam.sch.bme.hu>
6483 Date: Mon, 23 Apr 2001 01:25:26 +0200
6484 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
6485
6486 (SvGROW really does return a char *.)
6487 Branch: perl
6488 ! pod/perlapi.pod sv.h
6489____________________________________________________________________________
6490[ 9785] By: jhi on 2001/04/23 04:34:04
6491 Log: Time::Piece work continues. $t->day removed since
6492 I think it's too confusing. Now has normal and
6493 abbreviated length weekday names and month names,
6494 the names change with _names(), not _list().
6495 Now has strftime() in Perl, _strftime() is
6496 the libc version (to which strftime() falls back
6497 if it doesn't know the format. To do: the reverse
6498 of strftime, strptime(), and the localisation of both.
6499 Branch: perl
6500 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
6501 ! t/lib/time-piece.t
6502____________________________________________________________________________
6503[ 9784] By: jhi on 2001/04/23 02:41:46
6504 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
6505 From: andreas.koenig@anima.de (Andreas J. Koenig)
6506 Date: 23 Apr 2001 05:20:55 +0200
6507 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
6508 Branch: perl
6509 ! t/pragma/overload.t
6510____________________________________________________________________________
6511[ 9783] By: jhi on 2001/04/22 23:32:42
6512 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
6513 From: Robin Houston <robin@kitsite.com>
6514 Date: Mon, 23 Apr 2001 00:38:18 +0100
6515 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
6516 Branch: perl
6517 ! ext/B/B/Deparse.pm
6518____________________________________________________________________________
6519[ 9782] By: jhi on 2001/04/22 20:55:43
6520 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
6521 From: Simon Cozens <simon@netthink.co.uk>
6522 Date: Sun, 22 Apr 2001 18:47:25 +0100
6523 Message-ID: <20010422184725.A14411@netthink.co.uk>
6524 Branch: perl
6525 ! sv.c t/pragma/overload.t
6526____________________________________________________________________________
6527[ 9781] By: jhi on 2001/04/22 20:52:13
6528 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
6529 From: Robin Houston <robin@kitsite.com>
6530 Date: Sun, 22 Apr 2001 22:14:50 +0100
6531 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
6532 Branch: perl
6533 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
6534____________________________________________________________________________
6535[ 9780] By: nick on 2001/04/22 20:40:31
6536 Log: Integrate mainline.
6537 Branch: perlio
6538 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
6539 +> t/lib/b-stash.t
6540 !> (integrate 38 files)
6541____________________________________________________________________________
6542[ 9779] By: jhi on 2001/04/22 15:16:03
6543 Log: Subject: IO::Socket::INET patch
6544 From: andrew deryabin <djsf@technarchy.ru>
6545 Date: Sat, 21 Apr 2001 17:46:52 +0400
6546 Message-ID: <20010421174652.B1426@technarchy>
6547 Branch: perl
6548 ! ext/IO/lib/IO/Socket/INET.pm
6549____________________________________________________________________________
6550[ 9778] By: jhi on 2001/04/22 15:14:33
6551 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
6552 From: Mark-Jason Dominus <mjd@plover.com>
6553 Date: Sat, 21 Apr 2001 21:27:49 -0400
6554 Message-ID: <20010422012749.27024.qmail@plover.com>
6555 Branch: perl
6556 ! regcomp.c
6557____________________________________________________________________________
6558[ 9777] By: jhi on 2001/04/22 15:10:51
6559 Log: Subject: Re: Regex debugger patch
6560 From: Mark-Jason Dominus <mjd@plover.com>
6561 Date: Sat, 21 Apr 2001 21:48:51 -0400
6562 Message-ID: <20010422014851.27165.qmail@plover.com>
6563 Branch: perl
6564 ! pod/perldebguts.pod
6565____________________________________________________________________________
6566[ 9776] By: jhi on 2001/04/22 15:09:48
6567 Log: Subject: Re: Regex debugger patch
6568 From: Mark-Jason Dominus <mjd@plover.com>
6569 Date: Sat, 21 Apr 2001 14:24:39 -0400
6570 Message-ID: <20010421182439.16508.qmail@plover.com>
6571
6572 Regex debugger backend.
6573 Branch: perl
6574 ! regcomp.c regexp.h
6575____________________________________________________________________________
6576[ 9775] By: jhi on 2001/04/21 16:45:40
6577 Log: Subject: [PATCH] Typo in utf8.h
6578 From: Jesús Quiroga <jquiroga@pobox.com>
6579 Date: Sat, 21 Apr 2001 19:25:33 +0200
6580 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
6581 Branch: perl
6582 ! utf8.h
6583____________________________________________________________________________
6584[ 9774] By: jhi on 2001/04/21 16:43:52
6585 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
6586 From: Joe Orton <jorton@redhat.com>
6587 Date: Tue, 17 Apr 2001 15:50:43 +0100
6588 Message-Id: <20010417155043.D19132@eu.c2.net>
6589 Branch: perl
6590 ! hints/svr5.sh
6591____________________________________________________________________________
6592[ 9773] By: jhi on 2001/04/21 15:30:15
6593 Log: Subject: Patch utils/h2xs.PL
6594 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6595 Date: Sat, 21 Apr 2001 10:32:16 -0500
6596 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
6597
6598 Add MAILING list and LICENSE templates.
6599 Branch: perl
6600 ! utils/h2xs.PL
6601____________________________________________________________________________
6602[ 9772] By: jhi on 2001/04/21 15:28:36
6603 Log: Subject: perlfaq2.patch for 5.7.1
6604 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6605 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
6606 Date: Fri, 20 Apr 2001 16:42:19 -0500
6607
6608 rm an extra tab, a blurb about the xx.cpan to clarify
6609 which countries actually have that and dejanews is history
6610 as well as most of that nonsensical entry.
6611 Branch: perl
6612 ! pod/perlfaq2.pod
6613____________________________________________________________________________
6614[ 9771] By: jhi on 2001/04/21 15:27:17
6615 Log: Subject: perlfaq1.patch for 5.7.1
6616 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6617 Date: Fri, 20 Apr 2001 16:57:36 -0500
6618 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
6619
6620 Evil URLs must die. Especially when they are broken.
6621 Branch: perl
6622 ! pod/perlfaq1.pod
6623____________________________________________________________________________
6624[ 9770] By: jhi on 2001/04/21 15:23:38
6625 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
6626 From: Michael G Schwern <schwern@pobox.com>
6627 Date: Sat, 21 Apr 2001 16:11:12 +0100
6628 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
6629 Branch: perl
6630 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
6631 + t/lib/b-stash.t
6632 ! MANIFEST ext/B/B.pm t/lib/b.t
6633____________________________________________________________________________
6634[ 9769] By: jhi on 2001/04/21 15:03:32
6635 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
6636 From: Michael G Schwern <schwern@pobox.com>
6637 Date: Sat, 21 Apr 2001 09:48:00 +0100
6638 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
6639 Branch: perl
6640 ! utils/h2ph.PL
6641____________________________________________________________________________
6642[ 9768] By: jhi on 2001/04/21 14:33:49
6643 Log: PerlIO and Encode doc cleanup and tweaks.
6644 Branch: perl
6645 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
6646 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
6647____________________________________________________________________________
6648[ 9767] By: jhi on 2001/04/21 12:40:16
6649 Log: Integrate perlio.
6650 Branch: perl
6651 !> doio.c
6652____________________________________________________________________________
6653[ 9766] By: nick on 2001/04/20 18:28:35
6654 Log: Avoid core dump on
6655 open(STDOUT,">",\$foo);
6656 Branch: perlio
6657 ! doio.c
6658____________________________________________________________________________
6659[ 9765] By: jhi on 2001/04/20 13:23:43
6660 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
6661 From: Robin Houston <robin@kitsite.com>
6662 Date: Fri, 20 Apr 2001 14:29:22 +0100
6663 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
6664 Branch: perl
6665 ! ext/B/B.pm ext/B/B/Deparse.pm
6666____________________________________________________________________________
6667[ 9764] By: jhi on 2001/04/20 13:19:33
6668 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
6669 From: Peter Prymmer <pvhp@forte.com>
6670 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
6671 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
6672 Branch: perl
6673 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
6674 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
6675 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
6676 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
6677____________________________________________________________________________
6678[ 9763] By: jhi on 2001/04/20 12:36:39
6679 Log: Subject: Re: A new PerlIO coredump
6680 From: Nick Ing-Simmons <nik@tiuk.ti.com>
6681 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
6682 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
6683 Branch: perl
6684 ! doio.c
6685____________________________________________________________________________
6686[ 9762] By: jhi on 2001/04/19 23:02:30
6687 Log: Update Changes.
6688 Branch: perl
6689 ! Changes patchlevel.h
6690____________________________________________________________________________
6691[ 9761] By: jhi on 2001/04/19 22:59:19
6692 Log: More cleanup cleanup.
6693 Branch: perl
6694 ! Makefile.SH win32/Makefile win32/makefile.mk
6695____________________________________________________________________________
6696[ 9760] By: jhi on 2001/04/19 22:50:31
6697 Log: lib/Time is non-empty, let's not rmdir it.
6698 Branch: perl
6699 ! Makefile.SH
6700____________________________________________________________________________
6701[ 9759] By: jhi on 2001/04/19 22:36:51
6702 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
6703 From: Robin Houston <robin@kitsite.com>
6704 Date: Fri, 20 Apr 2001 00:18:53 +0100
6705 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
6706 Branch: perl
6707 ! ext/B/B/Deparse.pm
6708____________________________________________________________________________
6709[ 9758] By: jhi on 2001/04/19 22:36:00
6710 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
6711 From: Peter Prymmer <pvhp@forte.com>
6712 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
6713 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
6714 Branch: perl
6715 ! ext/Cwd/Cwd.xs
6716____________________________________________________________________________
6717[ 9757] By: nick on 2001/04/19 18:53:54
6718 Log: Blind (untested) integrate of mainline.
6719 Branch: perlio
6720 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
6721 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
6722 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
6723 !> (integrate 53 files)
6724____________________________________________________________________________
6725[ 9756] By: jhi on 2001/04/19 16:59:23
6726 Log: Document and test Time::Piece.
6727 Branch: perl
6728 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
6729 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
6730____________________________________________________________________________
6731[ 9755] By: jhi on 2001/04/19 12:13:29
6732 Log: A better fix for the \x{12345678} trouble from NI-S.
6733 Branch: perl
6734 ! utf8.c
6735____________________________________________________________________________
6736[ 9754] By: jhi on 2001/04/19 11:56:07
6737 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
6738 From: Robin Houston <robin@kitsite.com>
6739 Date: Wed, 18 Apr 2001 17:58:33 +0100
6740 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
6741 Branch: perl
6742 ! ext/B/B/Deparse.pm op.c
6743____________________________________________________________________________
6744[ 9753] By: jhi on 2001/04/19 04:21:52
6745 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
6746 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
6747 Date: Thu, 19 Apr 2001 01:11:41 -0400
6748 Message-ID: <20010419011141.A5798@cpan.org>
6749 Branch: perl
6750 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
6751____________________________________________________________________________
6752[ 9752] By: jhi on 2001/04/19 02:41:10
6753 Log: The new time utils need to be thread-aware, too.
6754 Branch: perl
6755 ! util.c
6756____________________________________________________________________________
6757[ 9751] By: jhi on 2001/04/19 02:26:47
6758 Log: Compilation nit noticed by AIX compiler.
6759 Branch: perl
6760 ! perlio.c
6761____________________________________________________________________________
6762[ 9750] By: jhi on 2001/04/19 02:20:06
6763 Log: The new time utils need to be public.
6764 Branch: perl
6765 ! embed.pl
6766____________________________________________________________________________
6767[ 9749] By: jhi on 2001/04/19 01:42:39
6768 Log: Regen toc.
6769 Branch: perl
6770 ! pod/perltoc.pod
6771____________________________________________________________________________
6772[ 9748] By: jhi on 2001/04/19 01:41:10
6773 Log: Add Time::Piece, a slight rewrite of Time::Object,
6774 from Matt Sergeant.
6775 Branch: perl
6776 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
6777 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
6778 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
6779 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
6780 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
6781 ! win32/makefile.mk
6782____________________________________________________________________________
6783[ 9747] By: jhi on 2001/04/19 00:55:35
6784 Log: The new metaconfig unit from strftime.
6785 Branch: metaconfig/U/perl
6786 + d_strftime.U
6787____________________________________________________________________________
6788[ 9746] By: jhi on 2001/04/19 00:54:54
6789 Log: Move the strftime() wrapper from POSIX.xs to util.c
6790 as my_strftime(), requires HAS_STRFTIME.
6791 Branch: perl
6792 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6793 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
6794 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
6795 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6796 ! vos/config.ga.h win32/config.bc win32/config.gc
6797 ! win32/config.vc
6798____________________________________________________________________________
6799[ 9745] By: jhi on 2001/04/18 23:11:03
6800 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
6801 in preparation of Time::Piece.
6802 Branch: perl
6803 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
6804____________________________________________________________________________
6805[ 9744] By: jhi on 2001/04/18 22:33:12
6806 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
6807 From: Peter Prymmer <pvhp@forte.com>
6808 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
6809 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
6810 Branch: perl
6811 ! t/lib/exporter.t
6812____________________________________________________________________________
6813[ 9743] By: jhi on 2001/04/18 22:32:23
6814 Log: Subject: Fwd: pod2html leaves cache files lying around?
6815 From: Rajesh Vaidheeswarran <rv@gnu.org>
6816 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
6817 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
6818 Branch: perl
6819 ! lib/Pod/Html.pm
6820____________________________________________________________________________
6821[ 9742] By: jhi on 2001/04/18 20:31:49
6822 Log: Update Changes.
6823 Branch: perl
6824 ! Changes patchlevel.h
6825____________________________________________________________________________
6826[ 9741] By: jhi on 2001/04/18 20:23:02
6827 Log: Declare hints only if needed.
6828 Branch: perl
6829 ! ext/B/B/Deparse.pm
6830____________________________________________________________________________
6831[ 9740] By: jhi on 2001/04/18 19:06:05
6832 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
6833 bug noticed by Robin Houston; basically the code of detecting
6834 value wraparound was acting differently under different compilers
6835 and platforms. The workaround is to remove the overflow check
6836 for now, a real fix would be to do the overflow (portably) right.
6837 Branch: perl
6838 ! t/op/pat.t utf8.c
6839____________________________________________________________________________
6840[ 9739] By: jhi on 2001/04/18 19:01:23
6841 Log: Subject: [PATCH B::Deparse] some pragma support
6842 From: Robin Houston <robin@kitsite.com>
6843 Date: Wed, 18 Apr 2001 19:32:12 +0100
6844 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
6845 Branch: perl
6846 ! ext/B/B/Deparse.pm
6847____________________________________________________________________________
6848[ 9738] By: jhi on 2001/04/18 15:16:37
6849 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
6850 From: Benjamin Sugars <bsugars@canoe.ca>
6851 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
6852 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
6853 Branch: perl
6854 ! t/op/glob.t
6855____________________________________________________________________________
6856[ 9737] By: jhi on 2001/04/18 13:24:50
6857 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
6858 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6859 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
6860 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
6861 Branch: perl
6862 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
6863 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
6864____________________________________________________________________________
6865[ 9736] By: jhi on 2001/04/18 04:15:14
6866 Log: The #9735 also changes the subtest 12.
6867 Branch: perl
6868 ! t/lib/b.t
6869____________________________________________________________________________
6870[ 9735] By: jhi on 2001/04/18 03:55:17
6871 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
6872 From: David Dyck <dcd@tc.fluke.com>
6873 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
6874 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
6875 Branch: perl
6876 ! ext/B/B/Deparse.pm
6877____________________________________________________________________________
6878[ 9734] By: jhi on 2001/04/18 03:54:11
6879 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
6880 From: Gisle Aas <gisle@ActiveState.com>
6881 Date: 17 Apr 2001 19:06:45 -0700
6882 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
6883 Branch: perl
6884 ! pp_hot.c t/op/misc.t
6885____________________________________________________________________________
6886[ 9733] By: jhi on 2001/04/17 22:25:22
6887 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
6888 From: "Abigail" <abigail@foad.org>
6889 Date: Wed, 18 Apr 2001 01:17:46 +0200
6890 Message-ID: <20010417231746.21657.qmail@foad.org>
6891 Branch: perl
6892 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
6893____________________________________________________________________________
6894[ 9732] By: jhi on 2001/04/17 20:47:56
6895 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
6896 From: Robin Houston <robin@kitsite.com>
6897 Date: Tue, 17 Apr 2001 22:37:42 +0100
6898 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
6899 Branch: perl
6900 ! ext/B/B/Deparse.pm
6901____________________________________________________________________________
6902[ 9731] By: nick on 2001/04/17 20:46:35
6903 Log: Re-sync for t/lib/b.t fix
6904 Branch: perlio
6905 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
6906____________________________________________________________________________
6907[ 9730] By: jhi on 2001/04/17 20:45:29
6908 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
6909 From: Robin Houston <robin@kitsite.com>
6910 Date: Tue, 17 Apr 2001 22:29:36 +0100
6911 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
6912 Branch: perl
6913 ! ext/B/B.xs ext/B/B/Deparse.pm
6914____________________________________________________________________________
6915[ 9729] By: jhi on 2001/04/17 20:43:11
6916 Log: Subject: Deparse - parenthesise args to undeclared subs
6917 From: Robin Houston <robin@kitsite.com>
6918 Date: Tue, 17 Apr 2001 21:31:05 +0100
6919 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
6920 Branch: perl
6921 ! ext/B/B/Deparse.pm
6922____________________________________________________________________________
6923[ 9728] By: jhi on 2001/04/17 18:57:30
6924 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
6925 From: Benjamin Sugars <ben.sugars@home.com>
6926 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
6927 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
6928 Branch: perl
6929 ! t/lib/cwd.t
6930____________________________________________________________________________
6931[ 9727] By: jhi on 2001/04/17 18:20:20
6932 Log: Subject: [PATCH B::Deparse] ambient pragmas
6933 From: Robin Houston <robin@kitsite.com>
6934 Date: Tue, 17 Apr 2001 20:01:59 +0100
6935 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
6936 Branch: perl
6937 ! ext/B/B/Deparse.pm t/lib/b.t
6938____________________________________________________________________________
6939[ 9726] By: nick on 2001/04/17 16:33:51
6940 Log: Integrate mainline (t/lib/b.t fails test 2...)
6941 Branch: perlio
6942 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
6943 +> ext/List/Util/README ext/List/Util/Util.xs
6944 +> ext/List/Util/lib/List/Util.pm
6945 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
6946 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
6947 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
6948 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
6949 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
6950 !> (integrate 31 files)
6951____________________________________________________________________________
6952[ 9725] By: jhi on 2001/04/17 12:14:24
6953 Log: Subject: multiple B::* changes
6954 From: Robin Houston <robin@kitsite.com>
6955 Date: Thu, 12 Apr 2001 20:12:27 +0100
6956 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
6957 Branch: perl
6958 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
6959____________________________________________________________________________
6960[ 9724] By: jhi on 2001/04/17 11:59:05
6961 Log: Thread-awareness from Doug MacEachern.
6962 Branch: perl
6963 ! ext/List/Util/Util.xs
6964____________________________________________________________________________
6965[ 9723] By: jhi on 2001/04/17 11:57:41
6966 Log: Make the test more portable.
6967 Branch: perl
6968 ! t/lib/cwd.t
6969____________________________________________________________________________
6970[ 9722] By: jhi on 2001/04/17 11:53:50
6971 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
6972 From: Benjamin Sugars <ben.sugars@home.com>
6973 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
6974 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
6975 Branch: perl
6976 ! t/lib/cwd.t
6977____________________________________________________________________________
6978[ 9721] By: jhi on 2001/04/17 11:52:17
6979 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
6980 From: Benjamin Sugars <bsugars@canoe.ca>
6981 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
6982 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
6983 Branch: perl
6984 ! op.c
6985____________________________________________________________________________
6986[ 9720] By: jhi on 2001/04/17 11:35:42
6987 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
6988 From: Chris Nandor <pudge@pobox.com>
6989 Date: Tue, 17 Apr 2001 00:30:49 -0400
6990 Message-Id: <p05100207b701768712de@[10.0.1.177]>
6991 Branch: perl
6992 ! ext/File/Glob/bsd_glob.c gv.c
6993____________________________________________________________________________
6994[ 9719] By: jhi on 2001/04/17 11:32:13
6995 Log: Subject: [PATCH] Tweten->West
6996 From: Casey West <casey@geeknest.com>
6997 Date: Mon, 16 Apr 2001 12:11:22 -0400
6998 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
6999 Branch: perl
7000 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
7001 ! pod/perltie.pod
7002____________________________________________________________________________
7003[ 9718] By: jhi on 2001/04/16 03:22:52
7004 Log: Update Changes.
7005 Branch: perl
7006 ! Changes patchlevel.h
7007____________________________________________________________________________
7008[ 9717] By: jhi on 2001/04/16 03:06:28
7009 Log: Regen toc.
7010 Branch: perl
7011 ! pod/perltoc.pod
7012____________________________________________________________________________
7013[ 9716] By: jhi on 2001/04/16 02:58:42
7014 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
7015 From: Prymmer/Kahn <pvhp@best.com>
7016 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
7017 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
7018 Branch: perl
7019 ! utf8.c
7020____________________________________________________________________________
7021[ 9715] By: jhi on 2001/04/15 23:40:35
7022 Log: Subject: Re: Net::Ping patch, adds stream protocol
7023 From: bronson@rinspin.com (Scott Bronson)
7024 Date: Tue, 10 Apr 2001 23:58:33 -0700
7025 Message-ID: <20010410235833.N29719@rinspin.com>
7026 Branch: perl
7027 ! lib/Net/Ping.pm
7028____________________________________________________________________________
7029[ 9714] By: jhi on 2001/04/15 23:31:46
7030 Log: Printing out the ok messages helps successful testing.
7031 Branch: perl
7032 ! t/lib/time-hires.t
7033____________________________________________________________________________
7034[ 9713] By: jhi on 2001/04/15 21:43:24
7035 Log: Update Douglas Wegscheid's email.
7036 Branch: perl
7037 ! AUTHORS
7038____________________________________________________________________________
7039[ 9712] By: jhi on 2001/04/15 21:40:41
7040 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
7041 From: Michael G Schwern <schwern@pobox.com>
7042 Date: Sat, 14 Apr 2001 22:40:50 +0100
7043 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
7044 Branch: perl
7045 + t/lib/exporter.t
7046 ! MANIFEST lib/Exporter/Heavy.pm
7047____________________________________________________________________________
7048[ 9711] By: jhi on 2001/04/15 21:39:21
7049 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
7050 From: Michael G Schwern <schwern@pobox.com>
7051 Date: Sat, 14 Apr 2001 22:13:59 +0100
7052 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
7053 Branch: perl
7054 ! t/op/loopctl.t
7055____________________________________________________________________________
7056[ 9710] By: jhi on 2001/04/15 21:30:19
7057 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
7058 From: Michael G Schwern <schwern@pobox.com>
7059 Date: Sat, 14 Apr 2001 22:05:32 +0100
7060 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
7061 Branch: perl
7062 ! t/pragma/warnings.t
7063____________________________________________________________________________
7064[ 9709] By: jhi on 2001/04/15 19:34:09
7065 Log: Integrate changes #9706,9707 from maintperl into mainline.
7066
7067 change#7210 broke .packlist generation
7068
7069 ExtUtils::Installed doesn't quote regex metacharacters in paths
7070 before using them in match; also make it work for dosish platforms
7071 Branch: perl
7072 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7073____________________________________________________________________________
7074[ 9708] By: jhi on 2001/04/15 19:31:01
7075 Log: Test also the scalar aspect of getitimer().
7076 Branch: perl
7077 ! t/lib/time-hires.t
7078____________________________________________________________________________
7079[ 9707] By: gsar on 2001/04/15 17:24:20
7080 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
7081 before using them in match; also make it work for dosish platforms
7082 Branch: maint-5.6/perl
7083 ! lib/ExtUtils/Installed.pm
7084____________________________________________________________________________
7085[ 9706] By: gsar on 2001/04/15 17:21:59
7086 Log: change#7210 broke .packlist generation (listed only filename
7087 rather than fully qualified path name)
7088 Branch: maint-5.6/perl
7089 ! lib/ExtUtils/Install.pm
7090____________________________________________________________________________
7091[ 9705] By: jhi on 2001/04/15 12:36:33
7092 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
7093 Branch: perl
7094 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
7095 ! t/lib/time-hires.t
7096____________________________________________________________________________
7097[ 9704] By: jhi on 2001/04/15 10:49:08
7098 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
7099 From: Prymmer/Kahn <pvhp@best.com>
7100 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
7101 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
7102 Branch: perl
7103 ! lib/utf8.pm pod/perlebcdic.pod
7104____________________________________________________________________________
7105[ 9703] By: jhi on 2001/04/15 02:26:26
7106 Log: I keep forgetting to sort MANIFEST.
7107 Branch: perl
7108 ! MANIFEST
7109____________________________________________________________________________
7110[ 9702] By: jhi on 2001/04/15 02:07:47
7111 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
7112 Now we have blessed, reftype, tainted, first, reduce, ...
7113 Branch: perl
7114 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
7115 + ext/List/Util/README ext/List/Util/Util.xs
7116 + ext/List/Util/lib/List/Util.pm
7117 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
7118 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
7119 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
7120 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
7121 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
7122 ! MANIFEST
7123____________________________________________________________________________
7124[ 9701] By: jhi on 2001/04/14 15:05:25
7125 Log: Subject: RE: dprofpp.pl updates
7126 From: Carl Eklof <CEklof@endeca.com>
7127 Date: Thu, 12 Apr 2001 18:45:46 -0400
7128 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
7129 Branch: perl
7130 ! utils/dprofpp.PL
7131____________________________________________________________________________
7132[ 9700] By: jhi on 2001/04/14 14:44:55
7133 Log: Do not just blindly add CR.
7134 Branch: perl
7135 ! Porting/makerel
7136____________________________________________________________________________
7137[ 9699] By: jhi on 2001/04/13 13:17:01
7138 Log: Update Changes.
7139 Branch: perl
7140 ! Changes patchlevel.h
7141____________________________________________________________________________
7142[ 9698] By: jhi on 2001/04/13 12:44:48
7143 Log: Integrate perlio.
7144 Branch: perl
7145 !> ext/PerlIO/Scalar/Scalar.xs
7146____________________________________________________________________________
7147[ 9697] By: jhi on 2001/04/13 12:29:15
7148 Log: Add more debug output to the test.
7149 Branch: perl
7150 ! t/lib/cwd.t
7151____________________________________________________________________________
7152[ 9696] By: nick on 2001/04/13 10:14:29
7153 Log: Fix core dump on binmode($fh,'Scalar')
7154 Branch: perlio
7155 ! ext/PerlIO/Scalar/Scalar.xs
7156____________________________________________________________________________
7157[ 9695] By: nick on 2001/04/13 09:05:42
7158 Log: Integrate mainline
7159 Branch: perlio
7160 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7161 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
7162 +> t/lib/time-hires.t
7163 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
7164 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
7165 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
7166 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
7167 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
7168 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
7169 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
7170____________________________________________________________________________
7171[ 9694] By: jhi on 2001/04/12 22:23:35
7172 Log: Integrate change #9693 from maintperl into mainline.
7173
7174 $VERSION and Version() on the same line provokes a warning from
7175 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
7176 Branch: perl
7177 !> lib/Devel/SelfStubber.pm
7178____________________________________________________________________________
7179[ 9693] By: gsar on 2001/04/12 21:55:56
7180 Log: $VERSION and Version() on the same line provokes a warning from
7181 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
7182 Branch: maint-5.6/perl
7183 ! lib/Devel/SelfStubber.pm
7184____________________________________________________________________________
7185[ 9692] By: jhi on 2001/04/12 13:54:00
7186 Log: This is at least 5.005.
7187 Branch: perl
7188 ! ext/Time/HiRes/HiRes.xs
7189____________________________________________________________________________
7190[ 9691] By: jhi on 2001/04/12 13:37:20
7191 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
7192 Branch: perl
7193 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
7194 ! win32/Makefile win32/makefile.mk
7195____________________________________________________________________________
7196[ 9690] By: jhi on 2001/04/12 01:34:46
7197 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
7198 Branch: perl
7199 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7200 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
7201 + t/lib/time-hires.t
7202 ! MANIFEST
7203____________________________________________________________________________
7204[ 9689] By: jhi on 2001/04/12 00:28:39
7205 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
7206 From: Gisle Aas <gisle@ActiveState.com>
7207 Date: 11 Apr 2001 16:36:11 -0700
7208 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
7209 Branch: perl
7210 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
7211____________________________________________________________________________
7212[ 9688] By: jhi on 2001/04/12 00:27:39
7213 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
7214 From: Gisle Aas <gisle@ActiveState.com>
7215 Date: 11 Apr 2001 11:13:24 -0700
7216 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
7217 Branch: perl
7218 ! ext/MIME/Base64/Base64.xs
7219____________________________________________________________________________
7220[ 9687] By: jhi on 2001/04/11 19:51:47
7221 Log: Slight update on the Todo list. (Should integrate to Todo?)
7222 Branch: perl
7223 ! Todo-5.6
7224____________________________________________________________________________
7225[ 9686] By: jhi on 2001/04/11 16:54:25
7226 Log: Subject: [PATCH opcode.pl] Documentation of table format
7227 From: Simon Cozens <simon@netthink.co.uk>
7228 Date: Wed, 11 Apr 2001 12:59:31 +0100
7229 Message-ID: <20010411125931.A25681@netthink.co.uk>
7230 Branch: perl
7231 ! opcode.pl
7232____________________________________________________________________________
7233[ 9685] By: jhi on 2001/04/11 16:53:15
7234 Log: Subject: [PATCH] prototype("CORE::recv")
7235 From: Simon Cozens <simon@netthink.co.uk>
7236 Date: Wed, 11 Apr 2001 13:24:35 +0100
7237 Message-ID: <20010411132435.A26169@netthink.co.uk>
7238 Branch: perl
7239 ! pp.c t/comp/proto.t
7240____________________________________________________________________________
7241[ 9684] By: jhi on 2001/04/11 16:47:13
7242 Log: FAQ (and AUTHORS) update from Dan Carson: the information
7243 was several years obsolete, Term::Readkey has been updated
7244 to have the functionality.
7245 Branch: perl
7246 ! AUTHORS pod/perlfaq5.pod
7247____________________________________________________________________________
7248[ 9683] By: jhi on 2001/04/11 12:15:46
7249 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
7250 From: Calle Dybedahl <calle@lysator.liu.se>
7251 Date: 10 Apr 2001 16:44:16 +0200
7252 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
7253 Branch: perl
7254 ! ext/MIME/Base64/Base64.xs
7255____________________________________________________________________________
7256[ 9682] By: jhi on 2001/04/11 12:12:26
7257 Log: A more minimal fix for 20010410.006 from Hugo.
7258 Branch: perl
7259 ! regexec.c
7260____________________________________________________________________________
7261[ 9681] By: jhi on 2001/04/11 11:34:23
7262 Log: Integrate changes #9678,9679 from maintline into mainperl.
7263
7264 addendum to change#9676
7265
7266 up $File::Glob::VERSION; add a note pointing out the version of
7267 the OpenBSD glob bsd_glob.c resembles
7268 Branch: perl
7269 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7270 !> ext/File/Glob/bsd_glob.h
7271____________________________________________________________________________
7272[ 9680] By: jhi on 2001/04/11 11:30:38
7273 Log: Bad test numbering in integrate in #9677.
7274 Fixes ID 20010411.001.
7275 Branch: perl
7276 ! t/op/pat.t
7277____________________________________________________________________________
7278[ 9679] By: gsar on 2001/04/11 03:38:40
7279 Log: up $File::Glob::VERSION; add a note pointing out the version of
7280 the OpenBSD glob bsd_glob.c resembles
7281 Branch: maint-5.6/perl
7282 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7283 ! ext/File/Glob/bsd_glob.h
7284____________________________________________________________________________
7285[ 9678] By: gsar on 2001/04/11 03:09:48
7286 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
7287 revision 1.8.10.1 found here:
7288
7289 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
7290 Branch: maint-5.6/perl
7291 ! ext/File/Glob/bsd_glob.c
7292____________________________________________________________________________
7293[ 9677] By: jhi on 2001/04/11 02:54:39
7294 Log: Integrate changes #9675,9676 from maintperl into mainline.
7295
7296 fix for bug 20010410.006, undo change#7115
7297
7298 port the OpenBSD glob() security patch
7299 Branch: perl
7300 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
7301 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
7302 !> t/op/pat.t
7303____________________________________________________________________________
7304[ 9676] By: gsar on 2001/04/11 02:19:02
7305 Log: port the glob() security patch found at:
7306
7307 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
7308
7309 CERT advisory for the issue is here:
7310
7311 http://www.cert.org/advisories/CA-2001-07.html
7312
7313 Note that the security scare is only relevant for those who are
7314 foolish enough to build suidperl (which is now officially discouraged)
7315 Branch: maint-5.6/perl
7316 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
7317 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
7318____________________________________________________________________________
7319[ 9675] By: gsar on 2001/04/10 23:52:11
7320 Log: fix for bug 20010410.006
7321
7322 undo change#7115 (came into maint-5.6 as change#8156)
7323
7324 add tests to keep it from coming back
7325 Branch: maint-5.6/perl
7326 ! regexec.c t/op/pat.t
7327____________________________________________________________________________
7328[ 9674] By: nick on 2001/04/10 20:39:31
7329 Log: Integrate mainline
7330 Branch: perlio
7331 +> Porting/testall.atom
7332 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
7333 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
7334 !> t/lib/lc-uk.t t/pod/find.t
7335____________________________________________________________________________
7336[ 9673] By: nick on 2001/04/10 18:46:14
7337 Log: Integrate against change 9670 aka perl-5.7.1
7338 Branch: perlio
7339 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
7340 !> (integrate 53 files)
7341____________________________________________________________________________
7342[ 9672] By: jhi on 2001/04/10 13:45:01
7343 Log: Add a script for doing cumulative profile of the test suite.
7344 (Requires ATOM, that is, Tru64.)
7345 Branch: perl
7346 + Porting/testall.atom
7347 ! MANIFEST
7348____________________________________________________________________________
7349[ 9671] By: jhi on 2001/04/10 12:38:53
7350 Log: Missing std block.
7351 Branch: perl
7352 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
7353 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
7354 ! t/pod/find.t
7355____________________________________________________________________________
7356[ 9670] By: jhi on 2001/04/10 01:25:58
7357 Log: This is 5.7.1.
7358 Branch: perl
7359 ! patchlevel.h
7360____________________________________________________________________________
7361[ 9669] By: jhi on 2001/04/10 01:09:14
7362 Log: Update Changes.
7363 Branch: perl
7364 ! Changes patchlevel.h
7365____________________________________________________________________________
7366[ 9668] By: jhi on 2001/04/10 01:00:38
7367 Log: Regen toc.
7368 Branch: perl
7369 ! pod/perltoc.pod
7370____________________________________________________________________________
7371[ 9667] By: jhi on 2001/04/10 00:52:16
7372 Log: Update perlhist.
7373 Branch: perl
7374 ! pod/perlhist.pod
7375____________________________________________________________________________
7376[ 9666] By: jhi on 2001/04/09 23:38:59
7377 Log: Slight wording tweaks from Damian to #9658.
7378 Branch: perl
7379 ! pod/perlobj.pod
7380____________________________________________________________________________
7381[ 9665] By: jhi on 2001/04/09 19:56:06
7382 Log: Subject: [PATCH perlutil.pod] Nit
7383 From: Simon Cozens <simon@netthink.co.uk>
7384 Date: Mon, 9 Apr 2001 20:29:44 +0100
7385 Message-ID: <20010409202944.A14796@the.earth.li>
7386 Branch: perl
7387 ! pod/perlutil.pod
7388____________________________________________________________________________
7389[ 9664] By: jhi on 2001/04/09 19:54:42
7390 Log: Subject: Re: perl571delta.pod@9631
7391 From: Mike Guy <mjtg@cam.ac.uk>
7392 Date: Mon, 09 Apr 2001 18:09:14 +0100
7393 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
7394 Branch: perl
7395 ! pod/perl571delta.pod
7396____________________________________________________________________________
7397[ 9663] By: jhi on 2001/04/09 13:43:35
7398 Log: Update Changes.
7399 Branch: perl
7400 ! Changes patchlevel.h
7401____________________________________________________________________________
7402[ 9662] By: jhi on 2001/04/09 13:24:46
7403 Log: tweak tweak.
7404 Branch: perl
7405 ! AUTHORS pod/perl571delta.pod
7406____________________________________________________________________________
7407[ 9661] By: jhi on 2001/04/09 13:15:13
7408 Log: Thinko in manual patch applying.
7409 Branch: perl
7410 ! sv.c
7411____________________________________________________________________________
7412[ 9660] By: jhi on 2001/04/09 13:07:53
7413 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
7414 From: Robin Barker <rmb1@cise.npl.co.uk>
7415 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
7416 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
7417
7418 (This corrects the case where the "isn't numeric" string contains \0s
7419 and is longer than the temporary buffer, and contains \0 at the point
7420 the string would be truncated by "...".)
7421 Branch: perl
7422 ! sv.c
7423____________________________________________________________________________
7424[ 9659] By: jhi on 2001/04/09 12:57:41
7425 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
7426 Branch: perl
7427 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
7428 ! t/lib/cgi-function.t t/lib/cgi-html.t
7429____________________________________________________________________________
7430[ 9658] By: jhi on 2001/04/09 12:48:47
7431 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
7432 From: Ilmari Karonen <iltzu@sci.fi>
7433 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
7434 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
7435
7436 Rearrange and rewrite the Method Invocation section
7437 to explain the concepts in nicer order.
7438 Branch: perl
7439 ! pod/perlobj.pod
7440____________________________________________________________________________
7441[ 9657] By: jhi on 2001/04/09 12:35:58
7442 Log: Upgrade to podlators 1.09, from Russ Allbery.
7443 Branch: perl
7444 ! lib/Pod/Man.pm lib/Pod/Text.pm
7445____________________________________________________________________________
7446[ 9656] By: jhi on 2001/04/09 12:31:53
7447 Log: perl571delta.
7448 Branch: perl
7449 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
7450____________________________________________________________________________
7451[ 9655] By: jhi on 2001/04/09 12:20:09
7452 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
7453 From: Prymmer/Kahn <pvhp@best.com>
7454 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
7455 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
7456 Branch: perl
7457 ! lib/utf8.pm pod/perlunicode.pod
7458____________________________________________________________________________
7459[ 9654] By: gsar on 2001/04/09 03:38:33
7460 Log: here lies 5.6.1
7461 Branch: maint-5.6/perl
7462 ! Changes
7463____________________________________________________________________________
7464[ 9653] By: jhi on 2001/04/09 03:25:24
7465 Log: Update perlhist.
7466 Branch: perl
7467 ! pod/perlhist.pod
7468____________________________________________________________________________
7469[ 9652] By: jhi on 2001/04/09 03:18:49
7470 Log: perl571delta tweaking continues.
7471 Branch: perl
7472 ! pod/perl571delta.pod
7473____________________________________________________________________________
7474[ 9651] By: gsar on 2001/04/09 03:11:19
7475 Log: update Changes, patchlevel.h &c.
7476 Branch: maint-5.6/perl
7477 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
7478 ! pod/perltoc.pod
7479____________________________________________________________________________
7480[ 9650] By: jhi on 2001/04/09 02:40:24
7481 Log: Integrate the perlfork half of #9513 from maintperl into mainline
7482 (the perlunicode half is obsolete)
7483 Branch: perl
7484 ! pod/perlfork.pod
7485____________________________________________________________________________
7486[ 9649] By: gsar on 2001/04/09 02:35:43
7487 Log: tweak perldelta as suggested by Jarkko
7488 Branch: maint-5.6/perl
7489 ! pod/perldelta.pod
7490____________________________________________________________________________
7491[ 9648] By: jhi on 2001/04/09 02:13:04
7492 Log: Integrate change #9646 from maintperl into mainline.
7493
7494 add note about ithreads and Thread.pm
7495 Branch: perl
7496 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
7497____________________________________________________________________________
7498[ 9647] By: jhi on 2001/04/09 02:10:18
7499 Log: Bad assumption that shortsize == 2.
7500 Branch: perl
7501 ! t/lib/xs-typemap.t
7502____________________________________________________________________________
7503[ 9646] By: gsar on 2001/04/09 00:48:04
7504 Log: add note about ithreads and Thread.pm (too many people are
7505 confused by the fact that Thread.pm is built and installed
7506 under non-5005threads but doesn't work)
7507 Branch: maint-5.6/perl
7508 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
7509____________________________________________________________________________
7510[ 9645] By: gsar on 2001/04/09 00:19:03
7511 Log: update perldelta.pod for changes in 5.6.1
7512 Branch: maint-5.6/perl
7513 ! Changes pod/perldelta.pod
7514____________________________________________________________________________
7515[ 9644] By: jhi on 2001/04/08 20:37:00
7516 Log: Integrate change #9639 from maintperl into mainline:
7517 on windows, many of the README.* pods were being copied to
7518 the wrong location
7519 Branch: perl
7520 !> win32/Makefile win32/makefile.mk
7521____________________________________________________________________________
7522[ 9643] By: jhi on 2001/04/08 20:07:11
7523 Log: Integrate change #9624 from maintperl into mainline:
7524 the pod tests were not okay. (t/pod/find.t changes ignored)
7525 Branch: perl
7526 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
7527 !> t/pod/include.t t/pod/included.t t/pod/lref.t
7528 !> t/pod/multiline_items.t t/pod/nested_items.t
7529 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7530 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
7531____________________________________________________________________________
7532[ 9642] By: jhi on 2001/04/08 19:57:17
7533 Log: Integrate change #9638 from maintperl into mainline:
7534 update to latest JPL from the anoncvs repository
7535 Branch: perl
7536 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
7537 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7538 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
7539____________________________________________________________________________
7540[ 9641] By: jhi on 2001/04/08 19:53:30
7541 Log: perl571delta updates.
7542 Branch: perl
7543 ! lib/Filter/Simple.pm pod/perl571delta.pod
7544____________________________________________________________________________
7545[ 9640] By: gsar on 2001/04/08 19:20:46
7546 Log: integrate change#9634 from mainline
7547
7548 Fix the perlmodlib generation (didn't understand separate .pod
7549 files; didn't understand -- as the name-thing separator).
7550 Update the CPAN mirrors list.
7551 Branch: maint-5.6/perl
7552 ! pod/perlmodlib.pod
7553 !> pod/perlmodlib.PL
7554____________________________________________________________________________
7555[ 9639] By: gsar on 2001/04/08 18:57:31
7556 Log: on windows, many of the README.* pods were being copied to the wrong
7557 location
7558 Branch: maint-5.6/perl
7559 ! win32/Makefile win32/makefile.mk
7560____________________________________________________________________________
7561[ 9638] By: gsar on 2001/04/08 18:38:25
7562 Log: update to latest JPL from the anoncvs repository
7563 Branch: maint-5.6/perl
7564 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
7565 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7566 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
7567____________________________________________________________________________
7568[ 9637] By: jhi on 2001/04/08 17:53:53
7569 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
7570 Branch: perl
7571 ! pod/perl571delta.pod
7572____________________________________________________________________________
7573[ 9636] By: jhi on 2001/04/08 17:18:32
7574 Log: Regen toc.
7575 Branch: perl
7576 ! pod/perltoc.pod
7577____________________________________________________________________________
7578[ 9635] By: jhi on 2001/04/08 17:16:33
7579 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
7580 From: "Craig A. Berry" <craigberry@mac.com>
7581 Date: Sun, 08 Apr 2001 12:30:16 -0500
7582 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
7583 Branch: perl
7584 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
7585____________________________________________________________________________
7586[ 9634] By: jhi on 2001/04/08 17:09:19
7587 Log: Fix the perlmodlib generation (didn't understand separate .pod
7588 files; didn't understand -- as the name-thing separator).
7589
7590 Update the CPAN mirrors list.
7591 Branch: perl
7592 ! pod/perlmodlib.PL pod/perlmodlib.pod
7593____________________________________________________________________________
7594[ 9633] By: jhi on 2001/04/08 16:49:17
7595 Log: Sort MANIFEST.
7596 Branch: perl
7597 ! MANIFEST
7598____________________________________________________________________________
7599[ 9632] By: gsar on 2001/04/08 16:36:06
7600 Log: add $Tie::RefHash::VERSION
7601 Branch: maint-5.6/perl
7602 ! lib/Tie/RefHash.pm
7603____________________________________________________________________________
7604[ 9631] By: jhi on 2001/04/08 16:10:15
7605 Log: perl571delta updates based on p5p feedback; still needs
7606 lots of examples.
7607 Branch: perl
7608 ! pod/perl571delta.pod
7609____________________________________________________________________________
7610[ 9630] By: jhi on 2001/04/08 15:59:13
7611 Log: Update the list of supported platforms to talk about 5.7.1
7612 (and 5.6.1)
7613 Branch: perl
7614 ! pod/perlport.pod
7615____________________________________________________________________________
7616[ 9629] By: jhi on 2001/04/08 15:55:41
7617 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
7618 from maintperl into mainline: perlport updates.
7619 Branch: perl
7620 ! pod/perlport.pod
7621____________________________________________________________________________
7622[ 9628] By: jhi on 2001/04/08 15:53:17
7623 Log: perlsolaris.pod copied to wrong directory.
7624 Branch: perl
7625 ! win32/makefile.mk
7626____________________________________________________________________________
7627[ 9627] By: jhi on 2001/04/08 14:48:18
7628 Log: Subject: Typos in perl571delta.pod
7629 From: "Stephen P. Potter" <spp@spotter.yi.org>
7630 Date: Sat, 07 Apr 2001 20:37:05 -0400
7631 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
7632 Branch: perl
7633 ! pod/perl571delta.pod
7634____________________________________________________________________________
7635[ 9626] By: jhi on 2001/04/08 14:39:04
7636 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
7637 Branch: perl
7638 ! gv.c
7639____________________________________________________________________________
7640[ 9625] By: nick on 2001/04/08 10:14:23
7641 Log: Integrate mainline
7642 Branch: perlio
7643 +> pod/perl570delta.pod pod/perl571delta.pod
7644 !> (integrate 27 files)
7645____________________________________________________________________________
7646[ 9624] By: gsar on 2001/04/08 06:08:17
7647 Log: test in t/pod/* were busted
7648
7649 these tests are still not enabled in t/{harness,TEST}
7650 Branch: maint-5.6/perl
7651 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
7652 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
7653 ! t/pod/multiline_items.t t/pod/nested_items.t
7654 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7655 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
7656____________________________________________________________________________
7657[ 9623] By: gsar on 2001/04/08 03:37:01
7658 Log: integrate change#9470 from mainline
7659
7660 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
7661 Branch: maint-5.6/perl
7662 !> ext/Socket/Socket.xs
7663____________________________________________________________________________
7664[ 9622] By: jhi on 2001/04/07 22:40:47
7665 Log: Update Changes.
7666 Branch: perl
7667 ! Changes patchlevel.h
7668____________________________________________________________________________
7669[ 9621] By: jhi on 2001/04/07 22:34:16
7670 Log: Update AUTHORS.
7671 Branch: perl
7672 ! AUTHORS
7673____________________________________________________________________________
7674[ 9620] By: jhi on 2001/04/07 22:12:47
7675 Log: Forgot to bump the number of tests in #9164.
7676 Branch: perl
7677 ! t/op/array.t
7678____________________________________________________________________________
7679[ 9619] By: jhi on 2001/04/07 22:09:50
7680 Log: Bump patchlevel to 5.7.1.
7681 Branch: perl
7682 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7683 ! config_h.SH patchlevel.h
7684____________________________________________________________________________
7685[ 9618] By: jhi on 2001/04/07 22:02:41
7686 Log: Populate perl571delta.
7687 Branch: perl
7688 ! pod/perl571delta.pod
7689____________________________________________________________________________
7690[ 9617] By: jhi on 2001/04/07 22:01:23
7691 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
7692 to forget it later; do not change patchlevel.h yet or regenerate
7693 Configure yet.
7694 Branch: perl
7695 ! epoc/config.sh win32/Makefile win32/config_H.bc
7696 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7697____________________________________________________________________________
7698[ 9616] By: jhi on 2001/04/07 17:46:33
7699 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
7700 Branch: perl
7701 ! pod/perl571delta.pod
7702____________________________________________________________________________
7703[ 9615] By: jhi on 2001/04/07 17:33:21
7704 Log: Change the toc configuration.
7705 Branch: perl
7706 ! pod/buildtoc.PL pod/perl.pod
7707____________________________________________________________________________
7708[ 9614] By: jhi on 2001/04/07 17:29:47
7709 Log: Subject: PATCH: $[
7710 From: Robin Houston <robin@kitsite.com>
7711 Date: Fri, 6 Apr 2001 18:10:14 +0100
7712 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
7713 Branch: perl
7714 ! op.c t/op/array.t
7715____________________________________________________________________________
7716[ 9613] By: jhi on 2001/04/07 17:28:26
7717 Log: Subject: [PATCH perl@9424] isn't numeric warning
7718 From: Robin Barker <rmb1@cise.npl.co.uk>
7719 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
7720 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
7721 Branch: perl
7722 ! sv.c t/pragma/warn/sv
7723____________________________________________________________________________
7724[ 9612] By: jhi on 2001/04/07 17:26:45
7725 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
7726 From: Mike Guy <mjtg@cam.ac.uk>
7727 Date: Fri, 06 Apr 2001 12:47:06 +0100
7728 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
7729 Branch: perl
7730 ! dump.c t/lib/peek.t
7731____________________________________________________________________________
7732[ 9611] By: jhi on 2001/04/07 17:21:35
7733 Log: Create perl571delta and seed it off with the perldelta changes
7734 since 5.7.0; remove those changes from perldelta and rename it
7735 as perl570delta; recreate perldelta but leave it almost empty.
7736 Branch: perl
7737 + pod/perl570delta.pod pod/perl571delta.pod
7738 ! MANIFEST pod/perldelta.pod
7739____________________________________________________________________________
7740[ 9610] By: jhi on 2001/04/07 16:56:32
7741 Log: Denit.
7742 Branch: perl
7743 ! pod/perldelta.pod
7744____________________________________________________________________________
7745[ 9609] By: jhi on 2001/04/07 16:38:32
7746 Log: Retract #9523: needs more thought.
7747 Branch: perl
7748 ! Makefile.SH
7749____________________________________________________________________________
7750[ 9608] By: jhi on 2001/04/07 14:59:20
7751 Log: atmark() code cleanaup.
7752 Branch: perl
7753 ! ext/IO/IO.xs
7754____________________________________________________________________________
7755[ 9607] By: jhi on 2001/04/07 14:48:14
7756 Log: Integrate change #9605 from maintperl into mainline.
7757
7758 can't optimize away scope entry if tr/// is present
7759 Branch: perl
7760 !> op.c t/op/tr.t
7761____________________________________________________________________________
7762[ 9606] By: jhi on 2001/04/07 14:43:59
7763 Log: Integrate perlio.
7764 Branch: perl
7765 +> win32/FindExt.pm
7766 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
7767 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
7768____________________________________________________________________________
7769[ 9605] By: gsar on 2001/04/07 11:52:40
7770 Log: can't optimize away scope entry if tr/// is present
7771 Branch: maint-5.6/perl
7772 ! op.c t/op/tr.t
7773____________________________________________________________________________
7774[ 9604] By: nick on 2001/04/07 11:39:45
7775 Log: Split out extension finding code from buildext.pl into FindExt.pm
7776 Use it to get Config.pm's idea of available extensions in line
7777 with what is built.
7778 Branch: perlio
7779 + win32/FindExt.pm
7780 ! MANIFEST win32/buildext.pl win32/config_sh.PL
7781 ! win32/makefile.mk
7782____________________________________________________________________________
7783[ 9603] By: nick on 2001/04/07 09:11:38
7784 Log: Cleanup correction for failed :Via() layer, also set an error code.
7785 Branch: perlio
7786 ! ext/PerlIO/Via/Via.xs
7787____________________________________________________________________________
7788[ 9602] By: nick on 2001/04/07 08:38:04
7789 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
7790 style. So don't use binmode() on the handles so that Win32 etc. see
7791 same sequence and produce same digests.
7792 Branch: perlio
7793 ! t/lib/md5-file.t
7794____________________________________________________________________________
7795[ 9601] By: nick on 2001/04/07 08:36:26
7796 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
7797 Else it complains and so crlf layer (say) does not get pushed.
7798 Branch: perlio
7799 ! perlio.c
7800____________________________________________________________________________
7801[ 9600] By: jhi on 2001/04/06 23:00:09
7802 Log: Integrate change #9599 from perlio into mainline.
7803 Branch: perl
7804 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
7805 !> win32/config_H.vc
7806____________________________________________________________________________
7807[ 9599] By: nick on 2001/04/06 21:42:43
7808 Log: Quote $VERSION in Encode.pm.
7809 regen_config_h as requested.
7810 Branch: perlio
7811 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
7812 ! win32/config_H.vc
7813____________________________________________________________________________
7814[ 9598] By: nick on 2001/04/06 20:34:59
7815 Log: Integrate mainline
7816 Branch: perlio
7817 +> README.macos
7818 !> (integrate 39 files)
7819____________________________________________________________________________
7820[ 9597] By: gsar on 2001/04/06 18:06:35
7821 Log: integrate change#9464 from mainline (addendum to change#8313)
7822
7823 Subject: [PATCH @9452] Better peep()ing for foreach() loops
7824 Branch: maint-5.6/perl
7825 !> op.c
7826____________________________________________________________________________
7827[ 9596] By: jhi on 2001/04/06 17:26:03
7828 Log: The d_casti32=undef is good for you even when not use64bitall.
7829 Branch: perl
7830 ! hints/hpux.sh
7831____________________________________________________________________________
7832[ 9595] By: gsar on 2001/04/06 14:57:17
7833 Log: add a low-impact fix to accomodate darwin-ism
7834 Branch: maint-5.6/perl
7835 ! ext/Errno/Errno_pm.PL
7836____________________________________________________________________________
7837[ 9594] By: jhi on 2001/04/06 14:55:14
7838 Log: Integrate changes #9528,9593 from mainline into maintperl;
7839 tweaking the editor/IDE/shell list.
7840 Branch: maint-5.6/perl
7841 !> pod/perlfaq3.pod
7842____________________________________________________________________________
7843[ 9593] By: jhi on 2001/04/06 14:51:39
7844 Log: Make the editor/IDE/shell list a little bit airier.
7845 Branch: perl
7846 ! pod/perlfaq3.pod
7847____________________________________________________________________________
7848[ 9592] By: gsar on 2001/04/06 14:45:18
7849 Log: integrate change#9477 from mainline (base.pm doc tweak)
7850
7851 missing doc entry for fmod()
7852 Branch: maint-5.6/perl
7853 ! lib/Math/BigFloat.pm
7854 !> lib/base.pm
7855____________________________________________________________________________
7856[ 9591] By: jhi on 2001/04/06 13:55:48
7857 Log: Regen toc.
7858 Branch: perl
7859 ! pod/perltoc.pod
7860____________________________________________________________________________
7861[ 9590] By: jhi on 2001/04/06 13:54:52
7862 Log: Math::BigFloat patches from John Peacock. The equivalent
7863 of #9586 from maintperl but reworked by John to work with
7864 the bleadperl.
7865 Branch: perl
7866 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
7867____________________________________________________________________________
7868[ 9589] By: jhi on 2001/04/06 13:42:23
7869 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
7870 Branch: perl
7871 ! ext/Digest/MD5/Makefile.PL
7872____________________________________________________________________________
7873[ 9588] By: jhi on 2001/04/06 13:31:45
7874 Log: Integrate changes #9584,9587 from maintperl into mainline.
7875
7876 keep eval"" CVs alive until the end of the statement in which
7877 they're called
7878
7879 add README.macos (from Chris Nandor)
7880
7881 tyop in change#9555
7882 Branch: perl
7883 +> README.macos
7884 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
7885 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
7886 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
7887 !> win32/makefile.mk
7888____________________________________________________________________________
7889[ 9587] By: gsar on 2001/04/06 07:31:30
7890 Log: add README.macos (from Chris Nandor)
7891
7892 tyop in change#9555
7893 Branch: maint-5.6/perl
7894 + README.macos
7895 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
7896 ! win32/Makefile win32/makefile.mk
7897____________________________________________________________________________
7898[ 9586] By: gsar on 2001/04/06 07:08:54
7899 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
7900 Branch: maint-5.6/perl
7901 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
7902____________________________________________________________________________
7903[ 9585] By: gsar on 2001/04/06 06:58:44
7904 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
7905 from mainline
7906
7907 Subject: [PATCH] Base64 update to perlfaq9.pod
7908
7909 Subject: [PATCH AUTHORS] Housekeeping
7910
7911 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
7912 Mac OS X (Darwin) has extra pwent fields.
7913
7914 Subject: [PATCH B::*] print control-character vars readably
7915 Needs EBCDICification.
7916
7917 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
7918
7919 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
7920
7921 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
7922
7923 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
7924
7925 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
7926
7927 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
7928
7929 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
7930
7931 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
7932
7933 FreeBSD hints tweak from Anton Berezin.
7934
7935 Subject: [PATCH foolperl & bleadperl] README.vms update
7936
7937 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
7938 Branch: maint-5.6/perl
7939 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
7940 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
7941 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
7942____________________________________________________________________________
7943[ 9584] By: gsar on 2001/04/06 04:09:00
7944 Log: keep eval"" CVs alive until the end of the statement in which
7945 they're called; this avoids a coredump ensuing from search for
7946 lexicals in code such as:
7947
7948 sub bug {
7949 my $s = @_;
7950 eval q[sub { eval 'sub { &$s }' }];
7951 }
7952 bug("x")->()->();
7953
7954 this code still doesn't work as intended (as it has remained
7955 since time immemorial), but it doesn't provoke a coredump anymore
7956 Branch: maint-5.6/perl
7957 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7958 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
7959____________________________________________________________________________
7960[ 9583] By: jhi on 2001/04/05 23:52:51
7961 Log: Update Changes.
7962 Branch: perl
7963 ! Changes patchlevel.h
7964____________________________________________________________________________
7965[ 9582] By: jhi on 2001/04/05 23:11:23
7966 Log: Slight doc tweak.
7967 Branch: perl
7968 ! pod/perlunicode.pod
7969____________________________________________________________________________
7970[ 9581] By: jhi on 2001/04/05 23:04:11
7971 Log: Integrate perlio.
7972 Branch: perl
7973 !> pod/perlunicode.pod
7974____________________________________________________________________________
7975[ 9580] By: jhi on 2001/04/05 23:03:29
7976 Log: Test for #9579.
7977 Branch: perl
7978 ! t/op/do.t
7979____________________________________________________________________________
7980[ 9579] By: jhi on 2001/04/05 22:54:17
7981 Log: Subject: [PATCH] Propagate calling context for do '...'
7982 From: Gisle Aas <gisle@ActiveState.com>
7983 Date: 04 Apr 2001 20:17:29 -0700
7984 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
7985 Branch: perl
7986 ! pod/perlfunc.pod pp_ctl.c
7987____________________________________________________________________________
7988[ 9578] By: jhi on 2001/04/05 22:52:51
7989 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
7990 From: Peter Prymmer <pvhp@forte.com>
7991 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
7992 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
7993 Branch: perl
7994 ! README.vms
7995____________________________________________________________________________
7996[ 9577] By: jhi on 2001/04/05 22:48:22
7997 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
7998 From: "Craig A. Berry" <craigberry@mac.com>
7999 Date: Thu, 5 Apr 2001 13:43:28 -0500
8000 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
8001 Branch: perl
8002 ! README.vms
8003____________________________________________________________________________
8004[ 9576] By: jhi on 2001/04/05 22:31:38
8005 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
8006 From: Michael G Schwern <schwern@pobox.com>
8007 Date: Thu, 5 Apr 2001 21:53:21 +0100
8008 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
8009 Branch: perl
8010 ! lib/base.pm t/lib/fields.t
8011____________________________________________________________________________
8012[ 9575] By: jhi on 2001/04/05 22:26:10
8013 Log: FreeBSD hints tweak from Anton Berezin.
8014 Branch: perl
8015 ! hints/freebsd.sh
8016____________________________________________________________________________
8017[ 9574] By: jhi on 2001/04/05 22:24:03
8018 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
8019 From: David Dyck <dcd@tc.fluke.com>
8020 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
8021 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
8022 Branch: perl
8023 ! t/op/oct.t
8024____________________________________________________________________________
8025[ 9573] By: jhi on 2001/04/05 22:23:06
8026 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
8027 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
8028 From: David Dyck <dcd@tc.fluke.com>
8029 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
8030 Branch: perl
8031 ! pp.c
8032____________________________________________________________________________
8033[ 9572] By: jhi on 2001/04/05 22:14:47
8034 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
8035 From: Robin Houston <robin@kitsite.com>
8036 Date: Thu, 5 Apr 2001 20:56:48 +0100
8037 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
8038 Branch: perl
8039 ! ext/B/B/Deparse.pm
8040____________________________________________________________________________
8041[ 9571] By: jhi on 2001/04/05 22:12:53
8042 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
8043 From: Robin Houston <robin@kitsite.com>
8044 Date: Thu, 5 Apr 2001 19:55:51 +0100
8045 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
8046 Branch: perl
8047 ! ext/B/B/Deparse.pm
8048____________________________________________________________________________
8049[ 9570] By: jhi on 2001/04/05 22:11:06
8050 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
8051 From: Robin Houston <robin@kitsite.com>
8052 Date: Thu, 5 Apr 2001 20:16:29 +0100
8053 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
8054 Branch: perl
8055 ! ext/B/B/Deparse.pm
8056____________________________________________________________________________
8057[ 9569] By: nick on 2001/04/05 21:32:26
8058 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
8059 Branch: perlio
8060 ! pod/perlunicode.pod
8061____________________________________________________________________________
8062[ 9568] By: nick on 2001/04/05 19:38:09
8063 Log: Integrate mainline
8064 Branch: perlio
8065 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
8066 !> (integrate 35 files)
8067____________________________________________________________________________
8068[ 9567] By: jhi on 2001/04/05 18:31:45
8069 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
8070 From: Robin Houston <robin@kitsite.com>
8071 Date: Thu, 5 Apr 2001 18:03:23 +0100
8072 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
8073 Branch: perl
8074 ! ext/B/B/Deparse.pm
8075____________________________________________________________________________
8076[ 9566] By: jhi on 2001/04/05 18:29:35
8077 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
8078 From: Robin Houston <robin@kitsite.com>
8079 Date: Thu, 5 Apr 2001 16:45:18 +0100
8080 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
8081 Branch: perl
8082 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
8083____________________________________________________________________________
8084[ 9565] By: jhi on 2001/04/05 18:24:23
8085 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
8086 From: Robin Houston <robin@kitsite.com>
8087 Date: Thu, 5 Apr 2001 14:50:09 +0100
8088 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
8089 Branch: perl
8090 ! ext/B/B/Deparse.pm
8091____________________________________________________________________________
8092[ 9564] By: jhi on 2001/04/05 18:23:03
8093 Log: Subject: [PATCH B::*] print control-character vars readably
8094 From: Robin Houston <robin@kitsite.com>
8095 Date: Thu, 5 Apr 2001 14:27:38 +0100
8096 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
8097
8098 Needs EBCDICification.
8099 Branch: perl
8100 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
8101 ! ext/B/B/Terse.pm
8102____________________________________________________________________________
8103[ 9563] By: jhi on 2001/04/05 18:20:32
8104 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
8105 Date: Thu, 5 Apr 2001 13:21:42 -0400
8106 From: Paul Schinder <schinder@pobox.com>
8107 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
8108
8109 Mac OS X (Darwin) has extra pwent fields.
8110 Branch: perl
8111 ! t/op/pwent.t
8112____________________________________________________________________________
8113[ 9562] By: jhi on 2001/04/05 17:57:51
8114 Log: Regen toc.
8115 Branch: perl
8116 ! pod/perltoc.pod
8117____________________________________________________________________________
8118[ 9561] By: jhi on 2001/04/05 17:47:33
8119 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
8120 Branch: metaconfig
8121 ! U/Glossary.patch
8122 Branch: metaconfig/U/perl
8123 + d_u32align.U
8124 ! d_cmsghdr_s.U d_msghdr_s.U
8125____________________________________________________________________________
8126[ 9560] By: jhi on 2001/04/05 17:47:01
8127 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
8128 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
8129 Introduce probes for struct msghdr, struct cmsghdr,
8130 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
8131 ualarm, usleep, for possible later extension work.
8132 Branch: perl
8133 + t/lib/md5-align.t
8134 ! Configure MANIFEST Porting/Glossary Porting/config.sh
8135 ! Porting/config_H config_h.SH configure.com epoc/config.sh
8136 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
8137 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8138 ! vos/config.ga.h win32/config.bc win32/config.gc
8139 ! win32/config.vc
8140____________________________________________________________________________
8141[ 9559] By: jhi on 2001/04/05 13:03:04
8142 Log: Be traditional in your cpp (for the Errno extension).
8143 Branch: perl
8144 ! hints/darwin.sh
8145____________________________________________________________________________
8146[ 9558] By: jhi on 2001/04/05 13:00:05
8147 Log: Add $Config{cppflags} to the gcc incantation.
8148 Branch: perl
8149 ! ext/Errno/Errno_pm.PL
8150____________________________________________________________________________
8151[ 9557] By: jhi on 2001/04/05 04:22:39
8152 Log: Introduce Sean Burke's Class::ISA 0.32.
8153 Branch: perl
8154 + lib/Class/ISA.pm t/lib/class-isa.t
8155 ! MANIFEST
8156____________________________________________________________________________
8157[ 9556] By: jhi on 2001/04/05 04:09:50
8158 Log: Subject: [PATCH AUTHORS] Housekeeping
8159 From: Paul Johnson <paul@pjcj.net>
8160 Date: Wed, 4 Apr 2001 22:45:47 +0200
8161 Message-ID: <20010404224547.D9548@pjcj.net>
8162 Branch: perl
8163 ! AUTHORS
8164____________________________________________________________________________
8165[ 9555] By: jhi on 2001/04/05 04:06:33
8166 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
8167 From: Gisle Aas <gisle@ActiveState.com>
8168 Date: 04 Apr 2001 14:23:04 -0700
8169 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
8170 Branch: perl
8171 ! pod/perlfaq9.pod
8172____________________________________________________________________________
8173[ 9554] By: jhi on 2001/04/05 04:05:49
8174 Log: Downgrade also the "Wide character" diagnostic.
8175 Branch: perl
8176 ! pod/perldiag.pod
8177____________________________________________________________________________
8178[ 9553] By: jhi on 2001/04/05 04:00:33
8179 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
8180 maintperl into mainline.
8181
8182 "double" should be "NV"; standard typemap is missing entry
8183 for NV
8184
8185 s/djSP/dSP/
8186
8187 Downgrade "Wide character in print" to a warning.
8188
8189 B::Deparse fix for ${^FOO} and documentation for PVX() method
8190 (from Robin Houston)
8191
8192 tr/// doesn't null-terminate the result in some situations
8193 (from Gisle Aas)
8194 Branch: perl
8195 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
8196 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
8197 !> t/io/utf8.t t/op/tr.t
8198____________________________________________________________________________
8199[ 9552] By: jhi on 2001/04/05 03:52:50
8200 Log: Retract changes #9542 and #9538 (from maintperl, integrated
8201 at #9540), shouldn't be needed because of the perlio changes.
8202 Branch: perl
8203 ! util.c
8204____________________________________________________________________________
8205[ 9551] By: gsar on 2001/04/05 00:18:34
8206 Log: tr/// doesn't null-terminate the result in some situations
8207 (from Gisle Aas)
8208 Branch: maint-5.6/perl
8209 ! doop.c t/op/tr.t
8210____________________________________________________________________________
8211[ 9550] By: gsar on 2001/04/04 20:04:17
8212 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
8213 (from Robin Houston)
8214 Branch: maint-5.6/perl
8215 ! ext/B/B.pm ext/B/B/Deparse.pm
8216____________________________________________________________________________
8217[ 9549] By: nick on 2001/04/04 18:56:15
8218 Log: Downgrade "Wide character in print" to a warning.
8219 Branch: perlio
8220 ! doio.c t/io/utf8.t
8221____________________________________________________________________________
8222[ 9548] By: gsar on 2001/04/04 18:51:49
8223 Log: integrate changes#9460,9462,9482,9521,9522
8224
8225 Subject: PATCH: B::Debug should show LOOP-specific fields
8226
8227 Subject: B::Deparse precedence bug. (Patch included.)
8228
8229 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
8230
8231 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
8232
8233 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
8234 Branch: maint-5.6/perl
8235 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
8236 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
8237____________________________________________________________________________
8238[ 9547] By: gsar on 2001/04/04 18:49:16
8239 Log: s/djSP/dSP/
8240 Branch: maint-5.6/perl
8241 ! ext/Thread/Thread.xs
8242____________________________________________________________________________
8243[ 9546] By: nick on 2001/04/04 18:44:00
8244 Log: Integrate mainline.
8245 Branch: perlio
8246 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
8247 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
8248____________________________________________________________________________
8249[ 9545] By: gsar on 2001/04/04 18:38:52
8250 Log: integrate change#8837 from mainline
8251
8252 Subject: [patch] -Wall cleanup round 2
8253 Branch: maint-5.6/perl
8254 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8255 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
8256 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
8257 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8258 !> ext/SDBM_File/SDBM_File.xs
8259____________________________________________________________________________
8260[ 9544] By: gsar on 2001/04/04 17:49:57
8261 Log: "double" should be "NV"; standard typemap is missing entry
8262 for NV
8263 Branch: maint-5.6/perl
8264 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
8265____________________________________________________________________________
8266[ 9543] By: jhi on 2001/04/04 14:13:18
8267 Log: Thou shalt not (just) match for English error messages.
8268 Branch: perl
8269 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
8270 ! os2/OS2/Process/Process.pm
8271____________________________________________________________________________
8272[ 9542] By: jhi on 2001/04/04 13:20:39
8273 Log: Make the stdio tricks of fflush_all() to exist only if
8274 stdio is being used.
8275 Branch: perl
8276 ! util.c
8277____________________________________________________________________________
8278[ 9541] By: jhi on 2001/04/04 04:20:24
8279 Log: Subject: Re: [PATCH] Lighten up glob
8280 From: Benjamin Sugars <bsugars@canoe.ca>
8281 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
8282 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
8283 Branch: perl
8284 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
8285 ! util.c
8286____________________________________________________________________________
8287[ 9540] By: jhi on 2001/04/04 04:03:57
8288 Log: Integrate changes #9538,9539 from maintperl into mainline.
8289
8290 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
8291 for use with _fwalk() (fix for change#7705)
8292
8293 another tweak needed for SunOS 4.1.x build (from Mike Guy)
8294 (cp -f is not portable)
8295 Branch: perl
8296 !> Makefile.SH util.c
8297____________________________________________________________________________
8298[ 9539] By: gsar on 2001/04/04 03:01:14
8299 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
8300 Branch: maint-5.6/perl
8301 ! Makefile.SH
8302____________________________________________________________________________
8303[ 9538] By: gsar on 2001/04/04 01:00:38
8304 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
8305 for use with _fwalk() (fix for change#7705)
8306 Branch: maint-5.6/perl
8307 ! util.c
8308____________________________________________________________________________
8309[ 9537] By: nick on 2001/04/03 19:24:55
8310 Log: Integrate mainline
8311 Branch: perlio
8312 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
8313 +> lib/unicode/PropList.html
8314 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
8315 !> (integrate 69 files)
8316____________________________________________________________________________
8317[ 9536] By: jhi on 2001/04/03 18:02:31
8318 Log: Integrate change #9533 from maintperl into mainline.
8319
8320 better fix for change#9517 to accomodate UNC paths like
8321 \\server\share\foo, and paths with trailing backslash
8322 like c:\this\
8323 Branch: perl
8324 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
8325____________________________________________________________________________
8326[ 9535] By: jhi on 2001/04/03 17:58:07
8327 Log: Change the push/unshift warning to be of class syntax, not misc.
8328 Branch: perl
8329 ! op.c pod/perldiag.pod t/pragma/warn/op
8330____________________________________________________________________________
8331[ 9534] By: jhi on 2001/04/03 15:03:46
8332 Log: Change the push/unshift warning (#9532) to talk about "no values"
8333 instead of "no arguments".
8334 Branch: perl
8335 ! op.c pod/perldiag.pod t/pragma/warn/op
8336____________________________________________________________________________
8337[ 9533] By: gsar on 2001/04/03 14:30:07
8338 Log: better fix for change#9517 to accomodate UNC paths like
8339 \\server\share\foo, and paths with trailing backslash
8340 like c:\this\
8341 Branch: maint-5.6/perl
8342 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
8343____________________________________________________________________________
8344[ 9532] By: jhi on 2001/04/03 13:11:46
8345 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
8346 From: Robin Houston <robin@kitsite.com>
8347 Date: Mon, 2 Apr 2001 15:03:29 +0100
8348 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
8349 Branch: perl
8350 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
8351____________________________________________________________________________
8352[ 9531] By: jhi on 2001/04/03 13:06:34
8353 Log: Integrate change #9530 from maintperl into mainline.
8354
8355 accomodate VMS "mailbox overflow" quirk in testsuite (from
8356 Craig Berry)
8357 Branch: perl
8358 !> t/lib/socket.t
8359____________________________________________________________________________
8360[ 9530] By: gsar on 2001/04/03 04:56:41
8361 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
8362 Craig Berry)
8363 Branch: maint-5.6/perl
8364 ! t/lib/socket.t
8365____________________________________________________________________________
8366[ 9529] By: jhi on 2001/04/03 02:34:34
8367 Log: Update Changes.
8368 Branch: perl
8369 ! Changes patchlevel.h
8370____________________________________________________________________________
8371[ 9528] By: jhi on 2001/04/03 01:27:57
8372 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
8373 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
8374 To: perl5-porters@perl.org
8375 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
8376 Branch: perl
8377 ! pod/perlfaq3.pod
8378____________________________________________________________________________
8379[ 9527] By: jhi on 2001/04/03 01:22:09
8380 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
8381 From: Peter Prymmer <pvhp@forte.com>
8382 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
8383 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
8384 Branch: perl
8385 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
8386____________________________________________________________________________
8387[ 9526] By: jhi on 2001/04/03 01:18:25
8388 Log: The metaconfig unit changes for #9525.
8389 Branch: metaconfig
8390 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
8391 Branch: metaconfig/U/perl
8392 ! use64bits.U
8393____________________________________________________________________________
8394[ 9525] By: jhi on 2001/04/03 01:17:30
8395 Log: Configure sanity checks:
8396 * if use64bitall is attempted but pointers are only 32-bit,
8397 'downgrade' to use64bitint
8398 * if use64bitint is attempted but there's no quad type,
8399 forget about use64bitint (well, the default for it is 'n',
8400 the user can still override this)
8401 * if pointers are 64 bits, do not try to use Perl's malloc
8402 Branch: perl
8403 ! Configure
8404____________________________________________________________________________
8405[ 9524] By: gsar on 2001/04/03 01:09:12
8406 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
8407 Branch: maint-5.6/perl
8408 ! pp_sys.c
8409____________________________________________________________________________
8410[ 9523] By: jhi on 2001/04/03 00:02:31
8411 Log: (Retracted by #9609)
8412
8413 Make it harder for parallel makes to enter 'test' before
8414 Dynaloader and File::Glob are happy. (In principle 'make_ext'
8415 should be unhappy enough, but sometimes parallel makes seem
8416 to sneak past both in Tru64 and AIX.)
8417 Branch: perl
8418 ! Makefile.SH
8419____________________________________________________________________________
8420[ 9522] By: jhi on 2001/04/02 22:35:31
8421 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
8422 Date: Mon, 2 Apr 2001 22:54:10 +0100
8423 From: Robin Houston <robin@kitsite.com>
8424 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
8425 Branch: perl
8426 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
8427____________________________________________________________________________
8428[ 9521] By: jhi on 2001/04/02 22:32:23
8429 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
8430 From: Robin Houston <robin@kitsite.com>
8431 Date: Mon, 2 Apr 2001 20:24:03 +0100
8432 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
8433 Branch: perl
8434 ! ext/B/B/Concise.pm
8435____________________________________________________________________________
8436[ 9520] By: jhi on 2001/04/02 22:30:43
8437 Log: Subject: [PATCH] REALLY pedantic hv.h nit
8438 From: Simon Cozens <simon@netthink.co.uk>
8439 Date: Mon, 2 Apr 2001 15:43:06 +0100
8440 Message-ID: <20010402154306.A21711@netthink.co.uk>
8441 Branch: perl
8442 ! hv.h
8443____________________________________________________________________________
8444[ 9519] By: jhi on 2001/04/02 22:28:04
8445 Log: Based on
8446
8447 Subject: [foolperl] EPOC fix
8448 From: Olaf Flebbe <O.Flebbe@science-computing.de>
8449 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
8450 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
8451 Branch: perl
8452 ! pp_sys.c
8453____________________________________________________________________________
8454[ 9518] By: jhi on 2001/04/02 22:22:34
8455 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
8456
8457 README.win32 tweaks; add a note about alternative location for
8458 getting a gcc-2.95.2 that will build perl properly on windows
8459
8460 add some notes about gutsy threading matters
8461
8462 many of the utilities interpolate literal paths within doublequotes
8463 (fails on dosish platforms where path contains backslashes)
8464 Branch: perl
8465 !> README.win32 pod/perlguts.pod utils/perldoc.PL
8466 !> x2p/find2perl.PL x2p/s2p.PL
8467____________________________________________________________________________
8468[ 9517] By: gsar on 2001/04/02 19:52:21
8469 Log: many of the utilities interpolate literal paths within doublequotes
8470 (fails on dosish platforms where path contains backslashes)
8471 Branch: maint-5.6/perl
8472 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
8473____________________________________________________________________________
8474[ 9516] By: gsar on 2001/04/02 05:49:37
8475 Log: a foolish release
8476 Branch: maint-5.6/perl
8477 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
8478 ! pod/perltoc.pod
8479____________________________________________________________________________
8480[ 9515] By: gsar on 2001/04/02 05:04:29
8481 Log: add missing changelog summaries
8482 Branch: maint-5.6/perl
8483 ! Changes
8484____________________________________________________________________________
8485[ 9514] By: gsar on 2001/04/02 04:07:13
8486 Log: add some notes about gutsy threading matters
8487 Branch: maint-5.6/perl
8488 ! pod/perlguts.pod
8489____________________________________________________________________________
8490[ 9513] By: gsar on 2001/04/02 03:25:21
8491 Log: add more prominent caveat notices about experimental features
8492 Branch: maint-5.6/perl
8493 ! pod/perlfork.pod pod/perlunicode.pod
8494____________________________________________________________________________
8495[ 9512] By: gsar on 2001/04/02 02:54:33
8496 Log: integrate changes#9479,9509 from mainline
8497
8498 [PATCH] File::Glob stuff for Mac OS
8499
8500 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
8501 Branch: maint-5.6/perl
8502 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8503 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
8504 !> t/lib/glob-taint.t
8505____________________________________________________________________________
8506[ 9511] By: gsar on 2001/04/02 02:38:24
8507 Log: README.win32 tweaks; add a note about alternative location for
8508 getting a gcc-2.95.2 that will build perl properly on windows
8509 Branch: maint-5.6/perl
8510 ! README.win32
8511____________________________________________________________________________
8512[ 9510] By: jhi on 2001/04/01 20:45:10
8513 Log: An ambiguosity warning.
8514 Branch: perl
8515 ! t/lib/trig.t
8516____________________________________________________________________________
8517[ 9509] By: jhi on 2001/04/01 19:53:47
8518 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
8519 From: Jonathan Stowe <gellyfish@gellyfish.com>
8520 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
8521 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
8522 Branch: perl
8523 ! ext/File/Glob/bsd_glob.c
8524____________________________________________________________________________
8525[ 9508] By: jhi on 2001/04/01 19:35:03
8526 Log: Update Changes.
8527 Branch: perl
8528 ! Changes patchlevel.h
8529____________________________________________________________________________
8530[ 9507] By: jhi on 2001/04/01 19:24:01
8531 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
8532 from mainline to maintperl: pod tweaks.
8533 Branch: maint-5.6/perl
8534 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
8535 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
8536 !> pod/perlvar.pod
8537____________________________________________________________________________
8538[ 9506] By: jhi on 2001/04/01 19:11:53
8539 Log: Commit Sarathy to April release of 5.6.1 :-)
8540 Branch: perl
8541 ! pod/perlfaq1.pod
8542____________________________________________________________________________
8543[ 9505] By: jhi on 2001/04/01 19:03:15
8544 Log: Subject: PATCH 5.6.0 (perldebug.pod)
8545 From: Mark-Jason Dominus <mjd@plover.com>
8546 Date: Sun, 01 Apr 2001 14:25:11 -0400
8547 Message-ID: <20010401182511.9247.qmail@plover.com>
8548 Branch: perl
8549 ! pod/perldebug.pod
8550____________________________________________________________________________
8551[ 9504] By: jhi on 2001/04/01 18:43:09
8552 Log: Add great_circle_direction().
8553 Branch: perl
8554 ! lib/Math/Trig.pm t/lib/trig.t
8555____________________________________________________________________________
8556[ 9503] By: jhi on 2001/04/01 17:29:12
8557 Log: Unicode ReadMe update for Unicode 3.1.
8558 Branch: perl
8559 ! lib/unicode/ReadMe.txt
8560____________________________________________________________________________
8561[ 9502] By: jhi on 2001/04/01 17:18:40
8562 Log: Integrate change #9501 from maintperl into mainline.
8563
8564 fix the perlembed notes on multiple interpreters
8565
8566 fix ExtUtils::Embed to work passably on Windows
8567 Branch: perl
8568 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
8569____________________________________________________________________________
8570[ 9501] By: gsar on 2001/04/01 07:21:57
8571 Log: fix the perlembed notes on multiple interpreters
8572
8573 fix ExtUtils::Embed to work passably on Windows
8574 Branch: maint-5.6/perl
8575 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
8576____________________________________________________________________________
8577[ 9500] By: jhi on 2001/04/01 05:58:23
8578 Log: Test for #9499.
8579 Branch: perl
8580 ! t/op/tr.t
8581____________________________________________________________________________
8582[ 9499] By: jhi on 2001/04/01 05:55:46
8583 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
8584 Branch: perl
8585 ! embed.h embed.pl op.c proto.h
8586____________________________________________________________________________
8587[ 9498] By: jhi on 2001/04/01 05:44:34
8588 Log: Protect the workaround hunk more.
8589 Branch: perl
8590 ! toke.c
8591____________________________________________________________________________
8592[ 9497] By: jhi on 2001/04/01 00:24:25
8593 Log: Integrate changes #9493,9494,9495,9496 from maintperl
8594 into mainline.
8595
8596 fix a broken workaround for Borland compiler in change#4739
8597 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
8598
8599 nits spotted by Borland compiler
8600
8601 avoid redefinition warnings under Borland 5.02
8602
8603 various nits identified by the Borland 5.5 compiler; remove suppression
8604 of a few warnings
8605 Branch: perl
8606 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
8607 !> win32/win32.h
8608____________________________________________________________________________
8609[ 9496] By: gsar on 2001/03/31 23:22:28
8610 Log: various nits identified by the Borland 5.5 compiler; remove suppression
8611 of a few warnings
8612 Branch: maint-5.6/perl
8613 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
8614____________________________________________________________________________
8615[ 9495] By: gsar on 2001/03/31 21:03:08
8616 Log: avoid redefinition warnings under Borland 5.02
8617 Branch: maint-5.6/perl
8618 ! win32/makefile.mk
8619____________________________________________________________________________
8620[ 9494] By: gsar on 2001/03/31 20:18:59
8621 Log: nits spotted by Borland compiler
8622 Branch: maint-5.6/perl
8623 ! utf8.h win32/win32.h
8624____________________________________________________________________________
8625[ 9493] By: gsar on 2001/03/31 20:18:05
8626 Log: fix a broken workaround for Borland compiler in change#4739
8627 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
8628 Branch: maint-5.6/perl
8629 ! toke.c
8630____________________________________________________________________________
8631[ 9492] By: jhi on 2001/03/31 18:36:24
8632 Log: Integrate change #9491 from maintperl into mainline.
8633
8634 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
8635 directory is relative (need to fetch the full path name *before*
8636 the chdir!)
8637 Branch: perl
8638 !> lib/Cwd.pm
8639____________________________________________________________________________
8640[ 9491] By: gsar on 2001/03/31 17:01:56
8641 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
8642 directory is relative (need to fetch the full path name *before*
8643 the chdir!)
8644
8645 this is a followup patch for change#6749
8646 Branch: maint-5.6/perl
8647 ! lib/Cwd.pm
8648____________________________________________________________________________
8649[ 9490] By: jhi on 2001/03/31 15:50:18
8650 Log: Subject: Re: [PATCH] av.h cosmetics
8651 From: Simon Cozens <simon@netthink.co.uk>
8652 Date: Sat, 31 Mar 2001 13:09:59 +0100
8653 Message-ID: <20010331130959.A22000@netthink.co.uk>
8654
8655 Document AvALLOC.
8656 Branch: perl
8657 ! pod/perlguts.pod
8658____________________________________________________________________________
8659[ 9489] By: jhi on 2001/03/31 15:48:44
8660 Log: Subject: [PATCH] Re: Math::Big* v1.21
8661 From: Tels <perl_dummy@bloodgate.com>
8662 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
8663 Message-Id: <200103311125.GAA377738@www08.hway.net>
8664 Branch: perl
8665 ! pod/perlop.pod
8666____________________________________________________________________________
8667[ 9488] By: jhi on 2001/03/31 03:39:51
8668 Log: Debug output tweak.
8669 Branch: perl
8670 ! t/lib/cwd.t
8671____________________________________________________________________________
8672[ 9487] By: jhi on 2001/03/31 03:33:02
8673 Log: OverVMSification.
8674 Branch: perl
8675 ! t/lib/cwd.t
8676____________________________________________________________________________
8677[ 9486] By: jhi on 2001/03/31 03:01:40
8678 Log: Missed MANIFESTations in #9483.
8679 Branch: perl
8680 ! MANIFEST
8681____________________________________________________________________________
8682[ 9485] By: jhi on 2001/03/31 02:58:17
8683 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
8684 From: Peter Prymmer <pvhp@forte.com>
8685 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
8686 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
8687 Branch: perl
8688 ! regexec.c t/lib/cwd.t
8689____________________________________________________________________________
8690[ 9484] By: jhi on 2001/03/31 01:04:41
8691 Log: Obsolete file (see #3938)
8692 Branch: perl
8693 - lib/unicode/README.Ethiopic
8694 ! MANIFEST
8695____________________________________________________________________________
8696[ 9483] By: jhi on 2001/03/31 00:52:42
8697 Log: Update to Unicode 3.1.
8698 (Rename Names.txt to NamesList.txt.)
8699 Branch: perl
8700 + lib/unicode/NamesList.txt lib/unicode/PropList.html
8701 - lib/unicode/Names.txt
8702 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8703 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
8704 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
8705 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
8706 ! lib/unicode/UCD.html lib/unicode/Unicode.html
8707 ! lib/unicode/rename lib/unicode/version
8708____________________________________________________________________________
8709[ 9482] By: jhi on 2001/03/30 23:33:44
8710 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
8711 From: Robin Houston <robin@kitsite.com>
8712 Date: Fri, 30 Mar 2001 20:07:22 +0100
8713 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
8714 Branch: perl
8715 ! ext/B/B/Deparse.pm
8716____________________________________________________________________________
8717[ 9481] By: jhi on 2001/03/30 23:20:25
8718 Log: Subject: Re: [PATCH] CwdXS, Take 2
8719 From: Benjamin Sugars <bsugars@canoe.ca>
8720 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
8721 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
8722 Branch: perl
8723 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
8724 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
8725____________________________________________________________________________
8726[ 9480] By: jhi on 2001/03/30 22:52:38
8727 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
8728 From: David Dyck <dcd@tc.fluke.com>
8729 Date: Fri, 30 Mar 2001 14:44:13 -0800
8730 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
8731
8732 The t/rantests flags file creation was accidentally
8733 removed by #9217.
8734 Branch: perl
8735 ! Makefile.SH
8736____________________________________________________________________________
8737[ 9479] By: jhi on 2001/03/30 22:45:45
8738 Log: Subject: [PATCH] File::Glob stuff for Mac OS
8739 From: Chris Nandor <pudge@pobox.com>
8740 Date: Fri, 30 Mar 2001 16:51:00 -0500
8741 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
8742 Branch: perl
8743 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8744 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
8745 ! t/lib/glob-taint.t
8746____________________________________________________________________________
8747[ 9478] By: jhi on 2001/03/30 22:43:12
8748 Log: Subject: fix for win32/buildext.pl
8749 From: "Vadim Konovalov" <watman@inbox.ru>
8750 Date: Sat, 31 Mar 2001 00:50:36 +0400
8751 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
8752 Branch: perl
8753 ! win32/buildext.pl
8754____________________________________________________________________________
8755[ 9477] By: jhi on 2001/03/30 22:41:16
8756 Log: Subject: small base.pm doc patch
8757 From: Leon Brocard <acme@astray.com>
8758 Date: Fri, 30 Mar 2001 21:49:57 +0100
8759 Message-ID: <20010330214957.B8733@ns0.astray.com>
8760 Branch: perl
8761 ! lib/base.pm
8762____________________________________________________________________________
8763[ 9476] By: jhi on 2001/03/30 18:16:57
8764 Log: Subject: [PATCH] av.h cosmetics
8765 From: Simon Cozens <simon@netthink.co.uk>
8766 Date: Fri, 30 Mar 2001 18:12:28 +0100
8767 Message-ID: <20010330181228.A9319@netthink.co.uk>
8768 Branch: perl
8769 ! av.h
8770____________________________________________________________________________
8771[ 9475] By: jhi on 2001/03/30 18:15:50
8772 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
8773 From: "Philip Newton" <pnewton@gmx.de>
8774 Date: Fri, 30 Mar 2001 19:06:57 +0200
8775 Message-ID: <3AC4D951.14815.1AC7068@localhost>
8776 Branch: perl
8777 ! pod/perlhack.pod
8778____________________________________________________________________________
8779[ 9474] By: jhi on 2001/03/30 18:14:02
8780 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
8781 From: Benjamin Sugars <bsugars@canoe.ca>
8782 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
8783 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
8784 Branch: perl
8785 ! t/lib/glob-basic.t
8786____________________________________________________________________________
8787[ 9473] By: jhi on 2001/03/30 16:09:24
8788 Log: Update Changes.
8789 Branch: perl
8790 ! Changes patchlevel.h
8791____________________________________________________________________________
8792[ 9472] By: jhi on 2001/03/30 15:16:08
8793 Log: Integrate perlio.
8794 Branch: perl
8795 !> t/lib/cwd.t t/lib/glob-basic.t
8796____________________________________________________________________________
8797[ 9471] By: nick on 2001/03/30 14:47:10
8798 Log: Should be (^O eq 'MSWin32') not 'Win32'
8799 Fail #12 seems real - chdir is in wrong dir.
8800 Branch: perlio
8801 ! t/lib/cwd.t
8802____________________________________________________________________________
8803[ 9470] By: jhi on 2001/03/30 14:41:11
8804 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
8805 From: Radu Greab <radu@netsoft.ro>
8806 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
8807 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
8808
8809 Replace #9352.
8810 Branch: perl
8811 ! ext/Socket/Socket.xs pp_sys.c
8812____________________________________________________________________________
8813[ 9469] By: jhi on 2001/03/30 14:37:51
8814 Log: Subject: PATCH pod/perldiag.pod
8815 From: Robin Houston <robin@kitsite.com>
8816 Date: Fri, 30 Mar 2001 14:10:36 +0100
8817 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
8818 Branch: perl
8819 ! pod/perldiag.pod t/lib/glob-basic.t
8820____________________________________________________________________________
8821[ 9468] By: jhi on 2001/03/30 14:36:36
8822 Log: Subject: Better diagnostic in io/fs.t
8823 From: andreas.koenig@anima.de (Andreas J. Koenig)
8824 Date: 30 Mar 2001 10:11:43 +0200
8825 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
8826 Branch: perl
8827 ! t/io/fs.t
8828____________________________________________________________________________
8829[ 9467] By: nick on 2001/03/30 14:25:43
8830 Log: Skip order test of glob if case-ignoring system cannot
8831 create a.test and A.test
8832 Branch: perlio
8833 ! t/lib/glob-basic.t
8834____________________________________________________________________________
8835[ 9466] By: nick on 2001/03/30 13:03:12
8836 Log: Integrate mainline.
8837 Branch: perlio
8838 - ext/re/hints/aix.pl
8839 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
8840 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
8841 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
8842 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
8843____________________________________________________________________________
8844[ 9465] By: jhi on 2001/03/30 03:53:37
8845 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
8846 the tests sometimes hang, sometimes not.)
8847 Branch: perl
8848 ! t/lib/io_multihomed.t t/lib/io_sock.t
8849____________________________________________________________________________
8850[ 9464] By: jhi on 2001/03/30 02:56:04
8851 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
8852 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8853 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
8854 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
8855 Branch: perl
8856 ! op.c
8857____________________________________________________________________________
8858[ 9463] By: jhi on 2001/03/30 02:34:48
8859 Log: Test for #9462.
8860 Branch: perl
8861 ! t/lib/b.t
8862____________________________________________________________________________
8863[ 9462] By: jhi on 2001/03/30 02:29:37
8864 Log: Subject: B::Deparse precedence bug. (Patch included.)
8865 From: Jeremy Madea <jmadea@inktomi.com>
8866 Date: Thu, 29 Mar 2001 12:05:02 -0800
8867 Message-ID: <20010329120502.A24881@dr.inktomi.com>
8868 Branch: perl
8869 ! ext/B/B/Deparse.pm
8870____________________________________________________________________________
8871[ 9461] By: jhi on 2001/03/30 02:18:41
8872 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
8873 From: Peter Prymmer <pvhp@forte.com>
8874 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
8875 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
8876 Branch: perl
8877 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
8878 ! t/lib/md5-file.t
8879____________________________________________________________________________
8880[ 9460] By: jhi on 2001/03/30 02:17:07
8881 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
8882 From: Robin Houston <robin@kitsite.com>
8883 Date: Thu, 29 Mar 2001 20:47:56 +0100
8884 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
8885 Branch: perl
8886 ! ext/B/B/Debug.pm
8887____________________________________________________________________________
8888[ 9459] By: jhi on 2001/03/30 02:16:05
8889 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
8890 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8891 Date: Wed, 28 Mar 2001 18:02:20 -0600
8892 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
8893 Branch: perl
8894 ! lib/ExtUtils/MM_VMS.pm
8895____________________________________________________________________________
8896[ 9458] By: jhi on 2001/03/30 02:07:58
8897 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
8898 From: "Joshua E. Rodd" <jrodd@pbs.org>
8899 Date: Wed, 28 Mar 2001 17:29:12 -0500
8900 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
8901 Branch: perl
8902 ! pod/perlop.pod
8903____________________________________________________________________________
8904[ 9457] By: jhi on 2001/03/30 02:04:33
8905 Log: Subject: ext/re/aix.pl can go
8906 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8907 Date: Thu, 29 Mar 2001 12:03:28 +0200
8908 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
8909 Branch: perl
8910 - ext/re/hints/aix.pl
8911 ! MANIFEST
8912____________________________________________________________________________
8913[ 9456] By: jhi on 2001/03/30 02:03:32
8914 Log: Integrate perlio.
8915 Branch: perl
8916 !> ext/Encode/Encode.xs installperl
8917____________________________________________________________________________
8918[ 9455] By: nick on 2001/03/29 21:11:46
8919 Log: DLL name has changed so installperl needs to know
8920 (Why isn't it working it out or passed it?)
8921 Branch: perlio
8922 ! installperl
8923____________________________________________________________________________
8924[ 9454] By: nick on 2001/03/29 20:56:12
8925 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
8926 and we don't get undef warnings.
8927 Branch: perlio
8928 ! ext/Encode/Encode.xs
8929____________________________________________________________________________
8930[ 9453] By: nick on 2001/03/29 17:58:48
8931 Log: Integrate mainline
8932 Branch: perlio
8933 !> Changes patchlevel.h
8934____________________________________________________________________________
8935[ 9452] By: jhi on 2001/03/29 16:44:55
8936 Log: Update Changes.
8937 Branch: perl
8938 ! Changes patchlevel.h
8939____________________________________________________________________________
8940[ 9451] By: nick on 2001/03/29 16:31:38
8941 Log: Integrate mainline
8942 Branch: perlio
8943 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
8944 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
8945 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
8946 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
8947 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
8948____________________________________________________________________________
8949[ 9450] By: jhi on 2001/03/29 16:29:17
8950 Log: Integrate perlio.
8951 Branch: perl
8952 !> win32/buildext.pl
8953____________________________________________________________________________
8954[ 9449] By: jhi on 2001/03/29 15:50:01
8955 Log: Update Changes.
8956 Branch: perl
8957 ! Changes patchlevel.h
8958____________________________________________________________________________
8959[ 9448] By: nick on 2001/03/29 15:47:15
8960 Log: Make sure buildext.pl finds Errno.pm
8961 Branch: perlio
8962 ! win32/buildext.pl
8963____________________________________________________________________________
8964[ 9447] By: jhi on 2001/03/29 15:39:34
8965 Log: Integrate perlio.
8966 Branch: perl
8967 !> win32/makefile.mk
8968____________________________________________________________________________
8969[ 9446] By: nick on 2001/03/29 15:30:03
8970 Log: Integrate win32/makefile.mk with mainline.
8971 Branch: perlio
8972 !> win32/makefile.mk
8973____________________________________________________________________________
8974[ 9445] By: nick on 2001/03/29 15:27:32
8975 Log: Fix breakage ...
8976 Branch: perlio
8977 ! win32/makefile.mk
8978____________________________________________________________________________
8979[ 9444] By: jhi on 2001/03/29 15:03:08
8980 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
8981 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8982 Date: Thu, 29 Mar 2001 10:32:59 +0400
8983 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
8984 Branch: perl
8985 ! win32/makefile.mk
8986____________________________________________________________________________
8987[ 9443] By: jhi on 2001/03/29 15:02:12
8988 Log: Integrate perlio.
8989 Branch: perl
8990 +> win32/buildext.pl
8991 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
8992 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
8993____________________________________________________________________________
8994[ 9442] By: nick on 2001/03/29 14:59:11
8995 Log: Work in progress - determine win32 extensions to build via script.
8996 Branch: perlio
8997 + win32/buildext.pl
8998 ! MANIFEST win32/makefile.mk
8999____________________________________________________________________________
9000[ 9441] By: jhi on 2001/03/29 14:51:47
9001 Log: Reintroduce the use of external pwd.
9002 Branch: perl
9003 ! t/lib/cwd.t
9004____________________________________________________________________________
9005[ 9440] By: jhi on 2001/03/29 14:42:58
9006 Log: use warnings instead of -w.
9007 Branch: perl
9008 ! utils/h2xs.PL
9009____________________________________________________________________________
9010[ 9439] By: jhi on 2001/03/29 14:41:52
9011 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
9012 From: Jonathan Stowe <gellyfish@gellyfish.com>
9013 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
9014 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
9015 Branch: perl
9016 ! utils/h2xs.PL
9017____________________________________________________________________________
9018[ 9438] By: jhi on 2001/03/29 14:39:38
9019 Log: Subject: [PATCH perl@9424] minor pod nits
9020 From: Robin Barker <rmb1@cise.npl.co.uk>
9021 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
9022 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
9023 Branch: perl
9024 ! pod/perlhack.pod pod/perliol.pod
9025____________________________________________________________________________
9026[ 9437] By: jhi on 2001/03/29 14:29:16
9027 Log: Subject: [PATCH perl@9424] typemap cast warning
9028 From: Robin Barker <rmb1@cise.npl.co.uk>
9029 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
9030 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
9031 Branch: perl
9032 ! lib/ExtUtils/typemap
9033____________________________________________________________________________
9034[ 9436] By: jhi on 2001/03/29 14:26:03
9035 Log: Subject: [PATCH perl@9424] printf warning
9036 From: Robin Barker <rmb1@cise.npl.co.uk>
9037 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
9038 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
9039 Branch: perl
9040 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
9041 ! ext/Storable/Storable.xs toke.c
9042____________________________________________________________________________
9043[ 9435] By: nick on 2001/03/29 14:23:31
9044 Log: Win32 has name conflict with ERROR
9045 Branch: perlio
9046 ! ext/PerlIO/Via/Via.xs
9047____________________________________________________________________________
9048[ 9434] By: jhi on 2001/03/29 14:17:48
9049 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
9050 From: Peter Prymmer <pvhp@forte.com>
9051 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
9052 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
9053 Branch: perl
9054 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
9055____________________________________________________________________________
9056[ 9433] By: jhi on 2001/03/29 13:52:44
9057 Log: test-prep target was missing.
9058 Branch: perl
9059 ! Makefile.SH
9060____________________________________________________________________________
9061[ 9432] By: nick on 2001/03/29 12:40:03
9062 Log: Make as-shipped compiler default to MSVC6
9063 Branch: perlio
9064 ! win32/makefile.mk
9065____________________________________________________________________________
9066[ 9431] By: nick on 2001/03/29 12:12:16
9067 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
9068 akin to PerlIO::Scalar.
9069 Branch: perlio
9070 ! perlio.c perlio.h
9071____________________________________________________________________________
9072[ 9430] By: nick on 2001/03/29 10:56:35
9073 Log: Integrate mainline.
9074 Branch: perlio
9075 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
9076 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
9077 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
9078 !> win32/makefile.mk win32/win32sck.c
9079____________________________________________________________________________
9080[ 9429] By: nick on 2001/03/29 09:03:43
9081 Log: Noticed that two tests were skipped as perlio:: package
9082 isn't there any more. Changed the skip condition.
9083 Avoid core-dump if sv_utf8_upgrade() called on something
9084 that does not become SvPOK after SvPV() (e.g. a ref).
9085 Branch: perlio
9086 ! sv.c t/io/utf8.t t/lib/io_scalar.t
9087____________________________________________________________________________
9088[ 9428] By: jhi on 2001/03/29 01:31:47
9089 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
9090 From: Benjamin Sugars <bsugars@canoe.ca>
9091 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
9092 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
9093 Branch: perl
9094 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
9095 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
9096 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
9097____________________________________________________________________________
9098[ 9427] By: jhi on 2001/03/29 00:49:30
9099 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
9100 From: "Vadim Konovalov" <watman@inbox.ru>
9101 Date: Thu, 29 Mar 2001 01:50:12 +0400
9102 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
9103 Branch: perl
9104 ! win32/makefile.mk win32/win32sck.c
9105____________________________________________________________________________
9106[ 9426] By: gsar on 2001/03/29 00:28:04
9107 Log: dmake can only handle == and != in comparisons; support building
9108 with Borland's VCL libraries (from Vadim Konovalov)
9109 Branch: maint-5.6/perl
9110 ! win32/makefile.mk
9111____________________________________________________________________________
9112[ 9425] By: nick on 2001/03/28 19:29:56
9113 Log: Integrate (@snapshot)
9114 Branch: perlio
9115 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
9116____________________________________________________________________________
9117[ 9424] By: jhi on 2001/03/28 19:03:16
9118 Log: Update Changes.
9119 Branch: perl
9120 ! Changes patchlevel.h
9121____________________________________________________________________________
9122[ 9423] By: jhi on 2001/03/28 18:52:09
9123 Log: Rmdir lib/XS on cleanup.
9124 Branch: perl
9125 ! Makefile.SH
9126____________________________________________________________________________
9127[ 9422] By: jhi on 2001/03/28 18:49:34
9128 Log: Integrate perlio.
9129 Branch: perl
9130 !> t/op/utf8decode.t
9131____________________________________________________________________________
9132[ 9421] By: nick on 2001/03/28 18:46:44
9133 Log: Loose duplicate chunk.
9134 Branch: perlio
9135 ! t/op/utf8decode.t
9136____________________________________________________________________________
9137[ 9420] By: nick on 2001/03/28 18:44:11
9138 Log: Integrate mainline.
9139 Branch: perlio
9140 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
9141 !> vms/vmsish.h
9142____________________________________________________________________________
9143[ 9419] By: jhi on 2001/03/28 18:42:05
9144 Log: Can't trust external pwds
9145 (either shell builtins or external programs)
9146 Branch: perl
9147 ! t/lib/cwd.t
9148____________________________________________________________________________
9149[ 9418] By: jhi on 2001/03/28 18:34:05
9150 Log: Integrate perlio.
9151 Branch: perl
9152 - lib/perlio.pm
9153 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
9154 !> t/op/utf8decode.t
9155____________________________________________________________________________
9156[ 9417] By: nick on 2001/03/28 18:24:02
9157 Log: PerlIO.pm / perlio.pm conflict.
9158 Update some pods.
9159 Make t/op/utf8decode.t a text file.
9160 Branch: perlio
9161 - lib/perlio.pm
9162 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
9163 ! t/op/utf8decode.t
9164____________________________________________________________________________
9165[ 9416] By: jhi on 2001/03/28 18:06:07
9166 Log: Integrate change #9409 from mainline to maintperl.
9167
9168 Yet another tweak on AIX dynaloading.
9169 Branch: maint-5.6/perl
9170 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9171____________________________________________________________________________
9172[ 9415] By: gsar on 2001/03/28 17:13:01
9173 Log: integrate changes#9377,9385,9401 from mainline
9174
9175 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
9176
9177 If directory entries compare equal case-insensitively,
9178 retry case-sensitively.
9179
9180 Subject: [PATCH] B::Terse and warnings
9181 Branch: maint-5.6/perl
9182 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
9183 !> t/pragma/warn/perl
9184____________________________________________________________________________
9185[ 9414] By: jhi on 2001/03/28 17:11:12
9186 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
9187 From: "Craig A. Berry" <craigberry@mac.com>
9188 Date: Wed, 28 Mar 2001 10:55:20 -0600
9189 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
9190 Branch: perl
9191 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
9192____________________________________________________________________________
9193[ 9413] By: jhi on 2001/03/28 17:03:12
9194 Log: Dup hunk.
9195 Branch: perl
9196 ! t/op/utf8decode.t
9197____________________________________________________________________________
9198[ 9412] By: jhi on 2001/03/28 17:02:36
9199 Log: Forced integrate from perlio.
9200 Branch: perl
9201 !> t/op/utf8decode.t
9202____________________________________________________________________________
9203[ 9411] By: nick on 2001/03/28 16:50:03
9204 Log: Integrate mainline.
9205 Branch: perlio
9206 +> t/lib/cwd.t
9207 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9208 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
9209 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
9210 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
9211 !> t/pragma/warn/perl
9212____________________________________________________________________________
9213[ 9410] By: jhi on 2001/03/28 16:44:23
9214 Log: Subject: Re: [PATCH] 9403 cannot be tested
9215 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9216 Date: Wed, 28 Mar 2001 18:33:56 +0200
9217 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
9218 Branch: perl
9219 ! makedef.pl
9220____________________________________________________________________________
9221[ 9409] By: jhi on 2001/03/28 16:12:45
9222 Log: Yet another tweak on AIX dynaloading.
9223 Branch: perl
9224 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9225____________________________________________________________________________
9226[ 9408] By: jhi on 2001/03/28 15:52:55
9227 Log: Subject: [PATCH] 9403 cannot be tested
9228 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9229 Date: Wed, 28 Mar 2001 17:23:00 +0200
9230 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
9231
9232 A missing symbol.
9233 Branch: perl
9234 ! makedef.pl
9235____________________________________________________________________________
9236[ 9407] By: jhi on 2001/03/28 15:47:43
9237 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
9238 Branch: perl
9239 ! t/op/utf8decode.t
9240 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
9241 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
9242____________________________________________________________________________
9243[ 9406] By: jhi on 2001/03/28 15:37:08
9244 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
9245 From: Benjamin Sugars <bsugars@canoe.ca>
9246 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
9247 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
9248 Branch: perl
9249 + t/lib/cwd.t
9250 ! MANIFEST
9251____________________________________________________________________________
9252[ 9405] By: jhi on 2001/03/28 15:13:18
9253 Log: pp_ne() needs a CORRECT boolean.
9254 Branch: perl
9255 ! pp.c
9256____________________________________________________________________________
9257[ 9404] By: jhi on 2001/03/28 15:09:23
9258 Log: pp_ne() needs a boolean, not an integer.
9259 Branch: perl
9260 ! pp.c
9261____________________________________________________________________________
9262[ 9403] By: jhi on 2001/03/28 14:47:43
9263 Log: (Retracted by #9404.)
9264 Branch: perl
9265 ! pp.c
9266____________________________________________________________________________
9267[ 9402] By: jhi on 2001/03/28 14:43:59
9268 Log: Subject: Re: [PATCH] Typemap testing
9269 From: Tim Jenness <t.jenness@jach.hawaii.edu>
9270 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
9271 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
9272 Branch: perl
9273 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
9274 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
9275____________________________________________________________________________
9276[ 9401] By: jhi on 2001/03/28 14:42:14
9277 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
9278 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9279 Date: Sun, 25 Mar 2001 21:59:15 +0100
9280 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
9281
9282 A variable will be checked for the "use once" warnings if:
9283
9284 1. It is in the scope of a use warnings 'once'
9285 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
9286
9287 Otherwise it won't be checked at all.
9288
9289 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
9290
9291 The enclosed patch partially fixes this issue. What I didn't
9292 get to work was the case where the "used once" warning is enabled
9293 in any file other than the main file.
9294 Branch: perl
9295 ! gv.c t/pragma/warn/perl
9296____________________________________________________________________________
9297[ 9400] By: nick on 2001/03/28 14:38:24
9298 Log: More EBCDIC tweaks:
9299 - one more swash issue &~(0xA0-1) did not do the right thing,
9300 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
9301 - add "use re 'asciirange'" to make [!-~] etc. work
9302 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
9303 - Choose a key for t/op/each.t test which gets encoded.
9304 - Skip utf8decode if this is UTF-EBCDIC.
9305 Branch: perlio
9306 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
9307 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
9308____________________________________________________________________________
9309[ 9399] By: jhi on 2001/03/28 14:21:00
9310 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
9311 Andreas Schwab.
9312 Branch: perl
9313 ! pp.c
9314____________________________________________________________________________
9315[ 9398] By: jhi on 2001/03/28 00:55:56
9316 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
9317 From: David Dyck <dcd@tc.fluke.com>
9318 Date: Tue, 27 Mar 2001 15:16:24 -0800
9319 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
9320 Branch: perl
9321 ! ext/IO/lib/IO/Socket.pm
9322____________________________________________________________________________
9323[ 9397] By: jhi on 2001/03/27 21:52:49
9324 Log: Integrate perlio.
9325 Branch: perl
9326 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
9327 +> ext/PerlIO/Via/Via.xs
9328 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
9329____________________________________________________________________________
9330[ 9396] By: nick on 2001/03/27 21:45:13
9331 Log: Integrate mainline.
9332 Branch: perlio
9333 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
9334 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
9335____________________________________________________________________________
9336[ 9395] By: nick on 2001/03/27 21:18:58
9337 Log: Outline docs for PerlIO and PerlIO::Scalar
9338 Branch: perlio
9339 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
9340____________________________________________________________________________
9341[ 9394] By: nick on 2001/03/27 20:50:13
9342 Log: PerlIO::Via layer (alpha-ish).
9343 Branch: perlio
9344 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
9345 + ext/PerlIO/Via/Via.xs
9346 ! MANIFEST
9347____________________________________________________________________________
9348[ 9393] By: jhi on 2001/03/27 20:49:55
9349 Log: Retract #9329 now that 9390 should take care of the matter.
9350 Branch: perl
9351 ! utils/h2xs.PL
9352____________________________________________________________________________
9353[ 9390] By: jhi on 2001/03/27 20:47:50
9354 Log: Subject: Autoloading Errno.pm when %! is encountered
9355 From: Robin Houston <robin@kitsite.com>
9356 Date: Tue, 27 Mar 2001 20:57:11 +0100
9357 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
9358 Branch: perl
9359 ! embed.h embed.pl gv.c proto.h t/op/magic.t
9360____________________________________________________________________________
9361[ 9389] By: jhi on 2001/03/27 20:24:31
9362 Log: Integrate perlio.
9363 Branch: perl
9364 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
9365 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
9366 !> utf8.c
9367____________________________________________________________________________
9368[ 9388] By: jhi on 2001/03/27 20:21:38
9369 Log: Better have a three-element array if one is going to assign
9370 to the third element of that array. (from Tim Jenness)
9371 Branch: perl
9372 ! ext/XS/Typemap/Typemap.xs
9373____________________________________________________________________________
9374[ 9387] By: nick on 2001/03/27 20:15:43
9375 Log: Integrate mainline.
9376 Branch: perlio
9377 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
9378 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
9379 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
9380 +> t/lib/xs-typemap.t
9381 !> (integrate 34 files)
9382____________________________________________________________________________
9383[ 9386] By: jhi on 2001/03/27 20:04:18
9384 Log: Subject: Re: perl@9359 breaks HTML::Parser
9385 From: Gisle Aas <gisle@ActiveState.com>
9386 Date: 27 Mar 2001 11:30:24 -0800
9387 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
9388
9389 Clarify the UTF-8 issues of the API docs.
9390 (Slightly reworded and expanded.)
9391 Branch: perl
9392 ! pod/perlapi.pod sv.c sv.h
9393____________________________________________________________________________
9394[ 9385] By: jhi on 2001/03/27 19:44:25
9395 Log: If directory entries compare equal case-insensitively,
9396 retry case-sensitively.
9397 Branch: perl
9398 ! ext/File/Glob/bsd_glob.c
9399____________________________________________________________________________
9400[ 9384] By: nick on 2001/03/27 19:38:50
9401 Log: Various EBCDIC fixes:
9402 - major revelation that swash code is encoding aware,
9403 (or thought it was) - now it is ;-)
9404 - With that out of the way fix a slab of tr/// cases.
9405 - Fix Encode 'Unicode' to be true Unicode so tests pass.
9406 - As anticipated Base64.xs needed tweaks.
9407 - Until tr/// works right avoid old_encode64 in MIME tests.
9408 Branch: perlio
9409 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
9410 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
9411____________________________________________________________________________
9412[ 9383] By: jhi on 2001/03/27 18:34:41
9413 Log: Add the std test suite BEGIN block.
9414 Branch: perl
9415 ! t/lib/xs-typemap.t
9416____________________________________________________________________________
9417[ 9382] By: jhi on 2001/03/27 15:16:07
9418 Log: Add debugging output to the test.
9419 Branch: perl
9420 ! t/lib/glob-basic.t
9421____________________________________________________________________________
9422[ 9381] By: jhi on 2001/03/27 15:08:10
9423 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
9424 Branch: perl
9425 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
9426 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
9427 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
9428 + t/lib/xs-typemap.t
9429 ! MANIFEST
9430____________________________________________________________________________
9431[ 9380] By: jhi on 2001/03/27 14:48:34
9432 Log: Subject: [PATCH] Typemap testing
9433 From: Tim Jenness <t.jenness@jach.hawaii.edu>
9434 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
9435 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
9436
9437 (The first part of the patch.)
9438 Branch: perl
9439 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9440____________________________________________________________________________
9441[ 9379] By: jhi on 2001/03/27 14:44:56
9442 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
9443 From: Benjamin Sugars <bsugars@canoe.ca>
9444 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
9445 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
9446 Branch: perl
9447 ! t/lib/glob-basic.t
9448____________________________________________________________________________
9449[ 9378] By: jhi on 2001/03/27 14:42:30
9450 Log: Subject: [PATCH] perlvar nit
9451 From: Simon Cozens <simon@netthink.co.uk>
9452 Date: Tue, 27 Mar 2001 01:12:01 +0100
9453 Message-ID: <20010327011201.A19179@netthink.co.uk>
9454 Branch: perl
9455 ! pod/perlvar.pod
9456____________________________________________________________________________
9457[ 9377] By: jhi on 2001/03/27 14:36:26
9458 Log: Subject: [PATCH] B::Terse and warnings
9459 From: Benjamin Sugars <ben.sugars@home.com>
9460 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
9461 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
9462 Branch: perl
9463 ! ext/B/B.pm ext/B/B/Terse.pm
9464____________________________________________________________________________
9465[ 9376] By: jhi on 2001/03/27 14:31:31
9466 Log: Document sockatmark() some.
9467 Branch: perl
9468 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
9469 ! pod/perltoc.pod
9470____________________________________________________________________________
9471[ 9375] By: jhi on 2001/03/27 14:00:24
9472 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
9473 noted by Gisle and fixed by NI-S.
9474 Branch: perl
9475 ! sv.c
9476____________________________________________________________________________
9477[ 9374] By: jhi on 2001/03/27 05:50:01
9478 Log: Regen toc.
9479 Branch: perl
9480 ! pod/perltoc.pod
9481____________________________________________________________________________
9482[ 9373] By: jhi on 2001/03/27 05:43:51
9483 Log: Pixie documenting.
9484 Branch: perl
9485 ! Makefile.SH pod/perlhack.pod
9486____________________________________________________________________________
9487[ 9372] By: jhi on 2001/03/27 05:29:34
9488 Log: Metaconfig unit changes for #9371.
9489 Branch: metaconfig
9490 ! U/modified/myhostname.U
9491 Branch: metaconfig/U/perl
9492 + d_sockatmark.U
9493 ! gccvers.U
9494____________________________________________________________________________
9495[ 9371] By: jhi on 2001/03/27 05:29:07
9496 Log: Add sockatmark() probing.
9497 Branch: perl
9498 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9499 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
9500 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9501 ! vos/config.ga.h win32/config.bc win32/config.gc
9502 ! win32/config.vc
9503____________________________________________________________________________
9504[ 9370] By: jhi on 2001/03/26 22:01:18
9505 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
9506 Really need to benchmark this.
9507 Branch: perl
9508 ! pp.c
9509____________________________________________________________________________
9510[ 9369] By: nick on 2001/03/26 21:59:30
9511 Log: Integrate mainline.
9512 Branch: perlio
9513 ! ext/MIME/Base64/QuotedPrint.pm
9514 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
9515 !> patchlevel.h pod/perlhack.pod pp_sys.c
9516____________________________________________________________________________
9517[ 9368] By: jhi on 2001/03/26 21:47:03
9518 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
9519
9520 TODO1: perlbench.
9521 TODO2: le, lt, ge, gt? Yech.
9522 Branch: perl
9523 ! pp.c
9524____________________________________________________________________________
9525[ 9367] By: jhi on 2001/03/26 21:34:57
9526 Log: Too much cut-and-paste in #9363.
9527 Branch: perl
9528 ! pp_sys.c
9529____________________________________________________________________________
9530[ 9366] By: jhi on 2001/03/26 21:20:53
9531 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
9532 From: Andreas Schwab <schwab@suse.de>
9533 Date: 26 Mar 2001 17:29:04 +0200
9534 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
9535
9536 (The patch for 5.6.0 or so, this is a guess for bleadperl)
9537 Branch: perl
9538 ! pp_hot.c
9539____________________________________________________________________________
9540[ 9365] By: jhi on 2001/03/26 21:07:54
9541 Log: Integrate perlio.
9542 Branch: perl
9543 !> perlio.c
9544____________________________________________________________________________
9545[ 9364] By: nick on 2001/03/26 20:30:48
9546 Log: REFCNT botch in layer name cache hash.
9547 Branch: perlio
9548 ! perlio.c
9549____________________________________________________________________________
9550[ 9363] By: jhi on 2001/03/26 18:44:32
9551 Log: Subject: [PATCH] socket() leaks file descriptors
9552 From: Benjamin Sugars <bsugars@canoe.ca>
9553 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
9554 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
9555
9556 Also sockpair() fixed similarly.
9557 Branch: perl
9558 ! pp_sys.c
9559____________________________________________________________________________
9560[ 9362] By: jhi on 2001/03/26 18:37:52
9561 Log: Integrate perlio.
9562 Branch: perl
9563 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
9564____________________________________________________________________________
9565[ 9361] By: nick on 2001/03/26 17:32:06
9566 Log: Implement flush of linebuffered streams on read of a tty.
9567 Branch: perlio
9568 ! perlio.c perliol.h
9569____________________________________________________________________________
9570[ 9360] By: nick on 2001/03/26 17:12:32
9571 Log: Memory tweaks and notes for OEMVS.
9572 Branch: perlio
9573 ! README.os390 miniperlmain.c t/op/pat.t
9574____________________________________________________________________________
9575[ 9359] By: jhi on 2001/03/26 02:12:54
9576 Log: Update Changes.
9577 Branch: perl
9578 ! Changes patchlevel.h
9579____________________________________________________________________________
9580[ 9358] By: jhi on 2001/03/26 02:05:32
9581 Log: Document the most common pixie options.
9582 Branch: perl
9583 ! pod/perlhack.pod
9584____________________________________________________________________________
9585[ 9357] By: jhi on 2001/03/26 01:25:28
9586 Log: For perl.pixie check *before* compiling that optimize is -g,
9587 as for perl.third.
9588 Branch: perl
9589 ! Makefile.SH
9590____________________________________________________________________________
9591[ 9356] By: jhi on 2001/03/26 01:13:41
9592 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
9593 Branch: perl
9594 ! Makefile.SH
9595____________________________________________________________________________
9596[ 9355] By: jhi on 2001/03/26 01:11:19
9597 Log: Remove t/perl.third.
9598 Branch: perl
9599 ! Makefile.SH
9600____________________________________________________________________________
9601[ 9354] By: jhi on 2001/03/26 00:23:38
9602 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
9603 IO::Sockatmark().
9604 Branch: perl
9605 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
9606____________________________________________________________________________
9607[ 9353] By: jhi on 2001/03/25 22:25:04
9608 Log: Integrate perlio.
9609 Branch: perl
9610 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9611 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
9612 !> pp_hot.c win32/makefile.mk
9613____________________________________________________________________________
9614[ 9352] By: jhi on 2001/03/25 22:21:41
9615 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
9616 From: Radu Greab <radu@netsoft.ro>
9617 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
9618 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
9619 Branch: perl
9620 ! pp_sys.c
9621____________________________________________________________________________
9622[ 9351] By: nick on 2001/03/25 22:15:02
9623 Log: Fix readline in list mode to tell rest of world that it has
9624 things on the stack. Otherwise if perl code gets invoked
9625 underneath it it scribbles over results-so-far.
9626 (Why TIEHANDLE has not tripped on this is a mystery.)
9627 Branch: perlio
9628 ! pp_hot.c
9629____________________________________________________________________________
9630[ 9350] By: nick on 2001/03/25 22:10:13
9631 Log: win32/makefile.mk typos
9632 Branch: perlio
9633 ! win32/makefile.mk
9634____________________________________________________________________________
9635[ 9349] By: nick on 2001/03/25 21:31:14
9636 Log: Integrate now-non-binary file.
9637 Branch: perlio
9638 !> t/lib/mimeqp.t
9639____________________________________________________________________________
9640[ 9348] By: nick on 2001/03/25 21:27:24
9641 Log: Make it text
9642 Branch: perlio
9643 ! t/lib/mimeqp.t
9644____________________________________________________________________________
9645[ 9347] By: nick on 2001/03/25 21:25:37
9646 Log: Integrate mainline.
9647 Branch: perlio
9648 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
9649 !> lib/Term/ReadLine.pm t/lib/md5-file.t
9650____________________________________________________________________________
9651[ 9346] By: nick on 2001/03/25 20:58:15
9652 Log: Add destruct time hook to PerlIO (for work-in-process implementing
9653 layers in perl code. In such cases layers need to be popped before
9654 we loose the ability to run perl code.)
9655 Also back-out "PerlIO::object" hook - it isn't going to work like that...
9656 Branch: perlio
9657 ! perl.c perlio.c perlio.h perliol.h
9658____________________________________________________________________________
9659[ 9345] By: nick on 2001/03/25 20:49:11
9660 Log: Avoid at leasy one of undefined warnings in Encode.
9661 Branch: perlio
9662 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9663____________________________________________________________________________
9664[ 9344] By: jhi on 2001/03/25 20:37:43
9665 Log: A workaround for using Term::ReadLine in emacs minibuffer
9666 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
9667 additional tweaks from Ilya Zakharevich.
9668 Branch: perl
9669 ! lib/Term/ReadLine.pm
9670____________________________________________________________________________
9671[ 9343] By: nick on 2001/03/25 20:21:14
9672 Log: Missing return value.
9673 Branch: perlio
9674 ! ext/PerlIO/Scalar/Scalar.xs
9675____________________________________________________________________________
9676[ 9342] By: jhi on 2001/03/25 16:21:00
9677 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
9678 to equal the CPAN versions since no code changes have been made.
9679 Branch: perl
9680 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
9681 ! t/lib/md5-file.t
9682____________________________________________________________________________
9683[ 9341] By: jhi on 2001/03/25 16:01:48
9684 Log: Escape 8-bit characters.
9685 Branch: perl
9686 ! t/lib/mimeqp.t
9687____________________________________________________________________________
9688[ 9340] By: gsar on 2001/03/25 15:50:53
9689 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
9690 chars)
9691 Branch: perl
9692 + t/lib/mimeqp.t
9693____________________________________________________________________________
9694[ 9339] By: gsar on 2001/03/25 15:48:50
9695 Log: delete mimeqp.t for later with text mode set
9696 Branch: perl
9697 - t/lib/mimeqp.t
9698____________________________________________________________________________
9699[ 9338] By: nick on 2001/03/25 09:01:57
9700 Log: Integrate mainline.
9701 Branch: perlio
9702 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
9703 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
9704 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
9705 +> t/lib/mimeb64u.t t/lib/mimeqp.t
9706 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
9707 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
9708 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
9709____________________________________________________________________________
9710[ 9337] By: jhi on 2001/03/25 04:23:24
9711 Log: Add MIME::Base64 here and there. Again, a lot of
9712 optimism is in the air.
9713 Branch: perl
9714 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
9715 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
9716____________________________________________________________________________
9717[ 9336] By: jhi on 2001/03/25 04:12:43
9718 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
9719 this by ear as I do not do Win32 programming.)
9720 Branch: perl
9721 ! win32/Makefile win32/makefile.mk
9722____________________________________________________________________________
9723[ 9335] By: jhi on 2001/03/25 04:03:50
9724 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
9725 Branch: perl
9726 ! t/lib/md5-file.t
9727____________________________________________________________________________
9728[ 9334] By: jhi on 2001/03/25 03:58:53
9729 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
9730 Branch: perl
9731 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
9732 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
9733 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
9734 + t/lib/mimeb64u.t t/lib/mimeqp.t
9735 ! MANIFEST
9736____________________________________________________________________________
9737[ 9333] By: jhi on 2001/03/24 20:14:37
9738 Log: Integrate perlio.
9739 Branch: perl
9740 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
9741____________________________________________________________________________
9742[ 9332] By: nick on 2001/03/24 19:40:34
9743 Log: Fix un-init variable leading to spurious "Out of Memory!"
9744 Branch: perlio
9745 ! doio.c
9746____________________________________________________________________________
9747[ 9331] By: nick on 2001/03/24 19:09:59
9748 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
9749 and update layers internals doc.
9750 Branch: perlio
9751 ! pod/perlfunc.pod pod/perliol.pod
9752____________________________________________________________________________
9753[ 9330] By: jhi on 2001/03/24 18:42:11
9754 Log: The length might be uninitialized garbage if the *svp is the undef.
9755 Branch: perl
9756 ! doio.c
9757____________________________________________________________________________
9758[ 9329] By: jhi on 2001/03/24 18:26:57
9759 Log: (Retracted by #9393)
9760
9761 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
9762 From: Simon Cozens <simon@netthink.co.uk>
9763 Date: Sat, 24 Mar 2001 17:13:17 +0000
9764 Message-ID: <20010324171317.A13406@netthink.co.uk>
9765 Branch: perl
9766 ! utils/h2xs.PL
9767____________________________________________________________________________
9768[ 9328] By: nick on 2001/03/24 17:22:02
9769 Log: Integrate mainline.
9770 Branch: perlio
9771 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
9772 !> lib/unicode/version
9773____________________________________________________________________________
9774[ 9327] By: nick on 2001/03/24 17:16:02
9775 Log: Integrate mainline.
9776 Branch: perlio
9777 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9778 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
9779 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
9780 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
9781 +> t/lib/md5-file.t
9782 !> MANIFEST Makefile.SH configure.com djgpp/config.over
9783 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
9784 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
9785 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
9786 !> win32/makefile.mk
9787____________________________________________________________________________
9788[ 9326] By: jhi on 2001/03/24 17:00:42
9789 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
9790 Branch: perl
9791 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
9792 ! lib/unicode/version
9793____________________________________________________________________________
9794[ 9325] By: jhi on 2001/03/24 16:22:33
9795 Log: Subject: Re: B::Deparse bug (5.6.0)
9796 From: Robin Houston <robin@kitsite.com>
9797 Date: Sat, 24 Mar 2001 14:33:09 +0000
9798 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
9799 Branch: perl
9800 ! op.c pp.c t/lib/b.t t/op/repeat.t
9801____________________________________________________________________________
9802[ 9324] By: jhi on 2001/03/24 16:21:56
9803 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
9804 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
9805 these additions may be too optimistic.
9806 Branch: perl
9807 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
9808 ! hints/uwin.sh hints/vmesa.sh
9809____________________________________________________________________________
9810[ 9323] By: jhi on 2001/03/24 16:06:01
9811 Log: Integrate perlio.
9812 Branch: perl
9813 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
9814 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9815 ! Makefile.SH
9816 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
9817 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
9818 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
9819 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9820 !> win32/makefile.mk win32/perlhost.h win32/win32.c
9821 !> win32/win32iop.h
9822____________________________________________________________________________
9823[ 9322] By: nick on 2001/03/24 14:39:12
9824 Log: Routine Win32 regen_config_h - no real changes.
9825 Branch: perlio
9826 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9827____________________________________________________________________________
9828[ 9321] By: nick on 2001/03/24 14:31:49
9829 Log: PerlIO fixups for Win32:
9830 - provide win33_popenlist() - non-functional as yet.
9831 - avoid need for aTHX in PerlIO_debug calls - even if not
9832 enabled args are still evaluated so Win32 has trouble during fork().
9833 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
9834 - Fixup makedef.pl for latest set of symbols.
9835 Branch: perlio
9836 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
9837 ! win32/perlhost.h win32/win32.c win32/win32iop.h
9838____________________________________________________________________________
9839[ 9320] By: nick on 2001/03/24 14:26:58
9840 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
9841 was gibberish - broke it on WIn32 at least.
9842 Branch: perlio
9843 ! ext/POSIX/POSIX.xs
9844____________________________________________________________________________
9845[ 9319] By: nick on 2001/03/24 11:29:41
9846 Log: Generated files.
9847 Branch: perlio
9848 ! embed.h global.sym objXSUB.h perlapi.c proto.h
9849____________________________________________________________________________
9850[ 9318] By: nick on 2001/03/24 10:29:37
9851 Log: Implement:
9852 1. open($fh,"+<",undef); # add test to t/io/open.t
9853 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
9854 Branch: perlio
9855 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
9856 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9857 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
9858 ! t/io/open.t t/io/utf8.t
9859____________________________________________________________________________
9860[ 9317] By: jhi on 2001/03/23 23:41:25
9861 Log: AIX does seems to have optimization problems with its C compilers.
9862 Branch: perl
9863 ! hints/aix.sh
9864____________________________________________________________________________
9865[ 9316] By: jhi on 2001/03/23 23:40:46
9866 Log: Integrate perlio.
9867 Branch: perl
9868 +> lib/PerlIO.pm
9869 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
9870 !> perliol.h
9871____________________________________________________________________________
9872[ 9315] By: jhi on 2001/03/23 22:16:30
9873 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
9874 Branch: perl
9875 ! t/lib/md5-file.t
9876____________________________________________________________________________
9877[ 9314] By: nick on 2001/03/23 20:49:02
9878 Log: Perlio internals re-organized.
9879 - open process creates AV of layer/arg pairs
9880 (appends layers from open() or open.pm to default list).
9881 - push arg is now an SV.
9882 - layer ->Open get passed the AV
9883 - open is no longer mandatory method.
9884 - topmost layer that has ->Open method does the open
9885 - any layers above are pushed once that returns.
9886 - vtable re-ordered so dummy layers need only provide push/pop methods.
9887 Branch: perlio
9888 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
9889____________________________________________________________________________
9890[ 9313] By: nick on 2001/03/23 16:27:41
9891 Log: Check in a stable (working) version before next round of tweaks.
9892 Changes include:
9893 - Move default layers code out of doio.c and into perlio.c
9894 - Single routine for parsing layer specification strings.
9895 - Skeleton support for demand loading of layers
9896 - Core-dump avoidance if PERLIO environment specifies loadable layer
9897 (does not _work_ as need IO to load and need load to do IO ...)
9898 Branch: perlio
9899 + lib/PerlIO.pm
9900 ! MANIFEST doio.c perlio.c
9901____________________________________________________________________________
9902[ 9312] By: gsar on 2001/03/23 16:25:25
9903 Log: add execute bit to files with shebang lines in the repository;
9904 avoid clobbering execute bit in Porting/makerel
9905 Branch: maint-5.6/perl
9906 ! (edit 144 files)
9907____________________________________________________________________________
9908[ 9311] By: jhi on 2001/03/23 14:25:35
9909 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
9910 Branch: perl
9911 ! MANIFEST
9912____________________________________________________________________________
9913[ 9310] By: jhi on 2001/03/23 13:45:04
9914 Log: Subject: [PATCH] Net::Ping
9915 From: Colin McMillen <mcmi0037@tc.umn.edu>
9916 Date: Thu, 22 Mar 2001 19:30:31 -0600
9917 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
9918 Branch: perl
9919 ! lib/Net/Ping.pm
9920____________________________________________________________________________
9921[ 9309] By: jhi on 2001/03/23 13:39:13
9922 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
9923 Branch: perl
9924 ! t/lib/md5-aaa.t t/lib/md5-file.t
9925____________________________________________________________________________
9926[ 9308] By: jhi on 2001/03/23 13:20:34
9927 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
9928 - bump the version to 2.14
9929 - drop the base64 tests since they require MIME::Base64
9930 - drop the rfc1321.txt
9931 - drop the hints/dec_osf.pl since it's only needed for
9932 pre-5.005_03 Perls
9933 Todo:
9934 - the U32 alignment testing is now removed; it needs to
9935 be reintroduced as as a Config variable (meaning also
9936 as a Configure test)
9937 - get the new EBCDIC md5sum for MD5.pm
9938 - test in Win32 to see how badly I botched the makefiles
9939 Branch: perl
9940 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9941 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
9942 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
9943 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
9944 + t/lib/md5-file.t
9945 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
9946 ! win32/Makefile win32/makefile.mk
9947____________________________________________________________________________
9948[ 9307] By: jhi on 2001/03/23 12:56:14
9949 Log: Integrate change #9306 from maintperl into mainline,
9950 AIX dynaloader for AIXes without <load.h>.
9951 Branch: perl
9952 !> ext/DynaLoader/hints/aix.pl
9953____________________________________________________________________________
9954[ 9306] By: jhi on 2001/03/23 12:51:36
9955 Log: There are AIXes without /usr/include/load.h,
9956 patch from H.Merijn Brand.
9957 Branch: maint-5.6/perl
9958 ! ext/DynaLoader/hints/aix.pl
9959____________________________________________________________________________
9960[ 9305] By: nick on 2001/03/23 11:00:42
9961 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
9962 Branch: perlio
9963 ! ext/Encode/Encode.xs perlio.c perlio.h
9964____________________________________________________________________________
9965[ 9304] By: nick on 2001/03/23 10:20:46
9966 Log: Render -Duseperlio functional again.
9967 - this is "quick fix" which calls PerlIO_apply_layers after opening,
9968 which is what old scheme did. New scheme needs to change that
9969 to make open(...,\$scalar) etc. work but this will do for now.
9970 Branch: perlio
9971 ! perlio.c
9972____________________________________________________________________________
9973[ 9303] By: nick on 2001/03/23 09:53:20
9974 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
9975 -Uuseperlio now works again.
9976 -Duseperlio is still poorly. Don't merge yet...
9977 Branch: perlio
9978 ! doio.c perlio.h
9979____________________________________________________________________________
9980[ 9302] By: nick on 2001/03/22 22:26:51
9981 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
9982 type code.
9983 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
9984 is its main caller. In particular now has access to "extra" args, and
9985 can tell when an open handle is "reopened" (or duped?).
9986 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
9987 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
9988 PerlIO_open() et. al. (i.e. other way round).
9989 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
9990 with args close to PerlIO_openn().
9991 Branch: perlio
9992 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
9993____________________________________________________________________________
9994[ 9301] By: jhi on 2001/03/22 20:58:04
9995 Log: Integrate perlio.
9996 Branch: perl
9997 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
9998 !> t/io/open.t util.c
9999____________________________________________________________________________
10000[ 9300] By: nick on 2001/03/22 17:36:32
10001 Log: Don't include $@ in not ok message.
10002 Branch: perlio
10003 ! t/io/open.t
10004____________________________________________________________________________
10005[ 9299] By: gsar on 2001/03/22 16:53:45
10006 Log: back out changes#7532,7521 for now (appears to have problems
10007 on IRIX)
10008 Branch: maint-5.6/perl
10009 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10010 ! ext/POSIX/typemap pod/perlvar.pod
10011____________________________________________________________________________
10012[ 9298] By: nick on 2001/03/22 14:35:46
10013 Log: Give a meaning to '&' in n-arg open case:
10014 open($fh,"<&",$scalar);
10015 $scalar can be:
10016 - an integer which does "fdopen"
10017 open($fh,"<&",2); # like open($fh,"<&2")
10018 - something that will yield a file handle via sv_2io()
10019 useful for dup'ing anonymous handles.
10020 e.g.:
10021 open(my $fh,"<&",\*STDIN);
10022 open(my $dup,"<&",$fh);
10023 Branch: perlio
10024 ! doio.c t/io/open.t
10025____________________________________________________________________________
10026[ 9297] By: nick on 2001/03/22 13:34:35
10027 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
10028 Branch: perlio
10029 ! util.c
10030____________________________________________________________________________
10031[ 9296] By: nick on 2001/03/22 12:51:20
10032 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
10033 Branch: perlio
10034 ! perl.c
10035____________________________________________________________________________
10036[ 9295] By: nick on 2001/03/22 11:59:44
10037 Log: If stdin, stdout or stderr get opened in unexpected read/write state
10038 then warn at time of open not at time of use.
10039 Branch: perlio
10040 ! doio.c pp_hot.c pp_sys.c
10041____________________________________________________________________________
10042[ 9294] By: nick on 2001/03/22 10:54:35
10043 Log: Die on n-arg open(...,"",xxx,yyy,...)
10044 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
10045 - die on read/write cases so we can decide what it means later.
10046 Branch: perlio
10047 ! doio.c embed.pl iperlsys.h util.c
10048____________________________________________________________________________
10049[ 9293] By: nick on 2001/03/22 09:02:45
10050 Log: perlio tweaks (reported by Nick Clark)
10051 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
10052 error check in Pendinf_read().
10053 Branch: perlio
10054 ! perlio.c
10055____________________________________________________________________________
10056[ 9292] By: gsar on 2001/03/22 07:12:00
10057 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
10058 fixes)
10059 Branch: maint-5.6/perl
10060 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
10061____________________________________________________________________________
10062[ 9291] By: jhi on 2001/03/22 06:06:44
10063 Log: Regex tests from Chicheng Zhang. (Already fixed.)
10064 Branch: perl
10065 ! t/op/re_tests
10066____________________________________________________________________________
10067[ 9290] By: jhi on 2001/03/22 05:57:01
10068 Log: Move MacOS Classic higher in the list of supported platforms.
10069 Branch: maint-5.6/perl
10070 ! pod/perlport.pod
10071____________________________________________________________________________
10072[ 9289] By: gsar on 2001/03/22 05:35:04
10073 Log: revert part of change#6438 for compatibility (av_reify()
10074 appears to be needed to implement av_splice()ish things
10075 in XS)
10076 Branch: maint-5.6/perl
10077 ! embed.pl global.sym objXSUB.h perlapi.c
10078____________________________________________________________________________
10079[ 9288] By: gsar on 2001/03/22 03:09:19
10080 Log: update copyright year
10081 Branch: maint-5.6/perl
10082 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10083 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
10084 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
10085 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
10086 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
10087 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
10088 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
10089 ! x2p/walk.c
10090____________________________________________________________________________
10091[ 9287] By: jhi on 2001/03/21 20:30:54
10092 Log: Integrate perlio.
10093 Branch: perl
10094 !> ext/Data/Dumper/Dumper.xs
10095____________________________________________________________________________
10096[ 9286] By: gsar on 2001/03/21 19:49:54
10097 Log: makefile.mk tweak
10098 Branch: maint-5.6/perl
10099 ! win32/Makefile win32/makefile.mk
10100____________________________________________________________________________
10101[ 9285] By: nick on 2001/03/21 19:07:13
10102 Log: Multiplicity fix for Dumper.
10103 Branch: perlio
10104 ! ext/Data/Dumper/Dumper.xs
10105____________________________________________________________________________
10106[ 9284] By: nick on 2001/03/21 19:01:07
10107 Log: Integrate mainline - (does not build xTHX issue in Dumper).
10108 Branch: perlio
10109 !> (integrate 27 files)
10110____________________________________________________________________________
10111[ 9283] By: jhi on 2001/03/21 17:17:35
10112 Log: Integrate change #9282 from mainline into maintperl,
10113 4-arg UTF-8 substr().
10114 Branch: maint-5.6/perl
10115 !> pp.c
10116____________________________________________________________________________
10117[ 9282] By: jhi on 2001/03/21 17:15:43
10118 Log: The #9270 would have leaked a scalar if pp_substr()
10119 returned early.
10120 Branch: perl
10121 ! pp.c
10122____________________________________________________________________________
10123[ 9281] By: gsar on 2001/03/21 17:03:14
10124 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
10125 Branch: maint-5.6/perl
10126 ! win32/makefile.mk
10127____________________________________________________________________________
10128[ 9280] By: gsar on 2001/03/21 17:01:20
10129 Log: some tweaks to change#9278 (fork() emulation should be enabled
10130 by setting BUILD_FLAVOR instead of changing the defaults)
10131 Branch: maint-5.6/perl
10132 ! win32/makefile.mk
10133____________________________________________________________________________
10134[ 9279] By: gsar on 2001/03/21 16:47:19
10135 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
10136 Branch: maint-5.6/perl
10137 ! ext/File/Glob/Glob.pm
10138 !> lib/Cwd.pm
10139____________________________________________________________________________
10140[ 9278] By: jhi on 2001/03/21 14:35:10
10141 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
10142 From: "Vadim Konovalov" <watman@inbox.ru>
10143 Date: Wed, 21 Mar 2001 01:53:51 +0300
10144 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
10145 Branch: maint-5.6/perl
10146 ! win32/makefile.mk win32/win32sck.c
10147____________________________________________________________________________
10148[ 9277] By: jhi on 2001/03/21 13:58:28
10149 Log: Integrate change #9270 from mainline to maintperl:
10150 continued 4-arg UTF-8 substr() fixing.
10151 Branch: maint-5.6/perl
10152 !> pp.c t/op/substr.t
10153____________________________________________________________________________
10154[ 9276] By: jhi on 2001/03/21 13:33:00
10155 Log: More pixie cleaning.
10156 Branch: perl
10157 ! Makefile.SH
10158____________________________________________________________________________
10159[ 9275] By: jhi on 2001/03/21 03:54:17
10160 Log: Update Changes.
10161 Branch: perl
10162 ! Changes patchlevel.h
10163____________________________________________________________________________
10164[ 9274] By: jhi on 2001/03/21 03:48:24
10165 Log: First stab at making Data::Dumper to grok Unicode.
10166
10167 TODO: tests, EBCDICify.
10168 Branch: perl
10169 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10170____________________________________________________________________________
10171[ 9273] By: jhi on 2001/03/21 02:23:00
10172 Log: Fix for
10173
10174 Subject: Memory leak in unquoted print
10175 From: Benjamin Sugars <bsugars@canoe.ca>
10176 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
10177 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
10178 Branch: perl
10179 ! perlio.c
10180____________________________________________________________________________
10181[ 9272] By: jhi on 2001/03/21 01:33:17
10182 Log: Subject: Re: [PATCH] POSIX::getcwd()
10183 From: Benjamin Sugars <bsugars@canoe.ca>
10184 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
10185 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
10186 Branch: perl
10187 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10188____________________________________________________________________________
10189[ 9271] By: jhi on 2001/03/21 01:22:52
10190 Log: Subject: [PATCH] Cwd.pm docs
10191 From: Benjamin Sugars <bsugars@canoe.ca>
10192 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
10193 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
10194 Branch: perl
10195 ! lib/Cwd.pm
10196____________________________________________________________________________
10197[ 9270] By: jhi on 2001/03/21 01:16:29
10198 Log: Continue 4-arg substr() UTF-8 fixage.
10199 Branch: perl
10200 ! pp.c t/op/substr.t
10201____________________________________________________________________________
10202[ 9269] By: jhi on 2001/03/21 00:46:14
10203 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
10204
10205 revert the leak fix in change#9142 (problem needs a more experimental
10206 fix unsuitable for 5.6.1)
10207
10208 do alphabetical sorting by default (for csh compatibility)
10209
10210 cut-n-paste goof in change#9264
10211
10212 VMS piping fixes (from Charles Lane)
10213 Branch: perl
10214 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
10215 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
10216 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
10217____________________________________________________________________________
10218[ 9268] By: jhi on 2001/03/21 00:37:04
10219 Log: Integrate perlio.
10220 Branch: perl
10221 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
10222 !> utf8.c utf8.h utfebcdic.h
10223____________________________________________________________________________
10224[ 9267] By: nick on 2001/03/20 20:04:39
10225 Log: More EBCDIC stuff:
10226 - Loose the extra level of function on ASCII.
10227 - spotted a chr(0) issue in sv.c
10228 - re-work of UTF-X tr/// ranges to work in Unicode
10229 space. Still issues with the "0xff is illegal UTF-8" hack.
10230 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
10231 (why do it once when you can do it all over the place :-(
10232 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
10233 need utf8.pm for swashes.
10234 - Simplified and commented scan_const() in toke.c
10235 Still something wrong regexp and tr (swashes?).
10236 Branch: perlio
10237 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
10238 ! utf8.c utf8.h utfebcdic.h
10239____________________________________________________________________________
10240[ 9266] By: gsar on 2001/03/20 19:16:43
10241 Log: VMS piping fixes (from Charles Lane)
10242 Branch: maint-5.6/perl
10243 ! vms/vms.c vms/vmspipe.com
10244____________________________________________________________________________
10245[ 9265] By: gsar on 2001/03/20 17:53:52
10246 Log: cut-n-paste goof in change#9264
10247 Branch: maint-5.6/perl
10248 ! ext/File/Glob/Glob.xs
10249____________________________________________________________________________
10250[ 9264] By: gsar on 2001/03/20 17:43:47
10251 Log: do alphabetical sorting by default (for csh compatibility);
10252 bsd_glob() does ASCII sort by default as usual, unless
10253 GLOB_ALPHASORT was specified
10254 Branch: maint-5.6/perl
10255 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
10256 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
10257 ! ext/File/Glob/bsd_glob.h
10258____________________________________________________________________________
10259[ 9263] By: gsar on 2001/03/20 16:40:08
10260 Log: integrate change#9255 from mainline (unicode fix)
10261
10262 substr($bytestr, i, n, $charstr)
10263 Branch: maint-5.6/perl
10264 !> Todo-5.6 pp.c t/op/substr.t
10265____________________________________________________________________________
10266[ 9262] By: gsar on 2001/03/20 15:57:41
10267 Log: revert the leak fix in change#9142 (problem needs a more experimental
10268 fix unsuitable for 5.6.1)
10269 Branch: maint-5.6/perl
10270 ! scope.c
10271____________________________________________________________________________
10272[ 9261] By: jhi on 2001/03/20 14:26:25
10273 Log: Integrate changes #9259,9260 from maintperl into mainline.
10274
10275 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
10276
10277 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
10278 Branch: perl
10279 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
10280____________________________________________________________________________
10281[ 9260] By: jhi on 2001/03/20 14:05:46
10282 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
10283 From: Robin Barker <rmb1@cise.npl.co.uk>
10284 Date: Tue, 20 Mar 2001 10:12:04 GMT
10285 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
10286 Branch: maint-5.6/perl
10287 ! run.c
10288____________________________________________________________________________
10289[ 9259] By: jhi on 2001/03/20 14:04:39
10290 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
10291 From: Chris Nandor <pudge@pobox.com>
10292 Date: Tue, 20 Mar 2001 00:40:56 -0500
10293 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
10294 Branch: maint-5.6/perl
10295 ! ext/POSIX/POSIX.xs lib/File/Path.pm
10296____________________________________________________________________________
10297[ 9258] By: jhi on 2001/03/20 05:09:34
10298 Log: Update Changes.
10299 Branch: perl
10300 ! Changes patchlevel.h
10301____________________________________________________________________________
10302[ 9257] By: jhi on 2001/03/20 05:04:25
10303 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
10304 Branch: perl
10305 ! t/op/tr.t
10306____________________________________________________________________________
10307[ 9256] By: jhi on 2001/03/20 04:43:12
10308 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
10309 From: Peter Prymmer <pvhp@forte.com>
10310 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
10311 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
10312 Branch: maint-5.6/perl
10313 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
10314____________________________________________________________________________
10315[ 9255] By: jhi on 2001/03/19 23:17:17
10316 Log: substr($bytestr, i, n, $charstr)
10317
10318 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
10319 Branch: perl
10320 ! Todo-5.6 pp.c t/op/substr.t
10321____________________________________________________________________________
10322[ 9254] By: jhi on 2001/03/19 22:25:09
10323 Log: Rearrange the make test target prerequisites so that
10324 in a parallel make 'all' is finished before 'test'.
10325 Branch: perl
10326 ! Makefile.SH
10327____________________________________________________________________________
10328[ 9253] By: jhi on 2001/03/19 21:48:07
10329 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
10330 From: Robin Houston <robin@kitsite.com>
10331 Date: Mon, 19 Mar 2001 15:48:41 +0000
10332 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
10333 Branch: perl
10334 ! pp_ctl.c
10335____________________________________________________________________________
10336[ 9252] By: jhi on 2001/03/19 21:42:27
10337 Log: Integrate perlio.
10338 Branch: perl
10339 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
10340 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
10341 !> utfebcdic.h vms/perly_c.vms
10342____________________________________________________________________________
10343[ 9251] By: jhi on 2001/03/19 21:31:28
10344 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
10345
10346 Dynaloading in 64-bit AIX with vac.
10347 Branch: perl
10348 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
10349 !> hints/aix.sh
10350____________________________________________________________________________
10351[ 9250] By: jhi on 2001/03/19 21:18:00
10352 Log: A more robust solution for the 64bitall AIX dynaloading
10353 problem, from Jens-Uwe Mager.
10354 Branch: maint-5.6/perl
10355 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
10356____________________________________________________________________________
10357[ 9249] By: nick on 2001/03/19 20:59:37
10358 Log: Integrate mainline.
10359 Branch: perlio
10360 !> (integrate 42 files)
10361____________________________________________________________________________
10362[ 9248] By: nick on 2001/03/19 20:22:07
10363 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
10364 (Building on OS390 uses native YACC and YYDEBUG has other
10365 side effects.)
10366 Branch: perlio
10367 ! perly.c perly.y vms/perly_c.vms
10368____________________________________________________________________________
10369[ 9247] By: jhi on 2001/03/19 19:59:53
10370 Log: 64-bit AIX dynaloading problem (see #9244) idea
10371 from Jens-Uwe Mager.
10372 Branch: maint-5.6/perl
10373 ! ext/DynaLoader/dl_aix.xs
10374____________________________________________________________________________
10375[ 9246] By: nick on 2001/03/19 19:27:57
10376 Log: More EBCDIC fixes.
10377 Branch: perlio
10378 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
10379 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
10380____________________________________________________________________________
10381[ 9245] By: jhi on 2001/03/19 19:05:19
10382 Log: Integrate change #9243 from mainline into maintperl.
10383
10384 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
10385 Branch: maint-5.6/perl
10386 !> README.vmesa
10387____________________________________________________________________________
10388[ 9244] By: jhi on 2001/03/19 19:03:15
10389 Log: Get 64bitall AIX building, but still does not test okay:
10390 dynaloading anything fails, for example for op/defins:
10391 Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
10392 (update: fixed by #9247,9250)
10393 Branch: maint-5.6/perl
10394 ! hints/aix.sh
10395____________________________________________________________________________
10396[ 9243] By: jhi on 2001/03/19 19:00:16
10397 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
10398 From: Robin Barker <rmb1@cise.npl.co.uk>
10399 Date: Mon, 19 Mar 2001 18:01:57 GMT
10400 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
10401 Branch: perl
10402 ! README.vmesa
10403____________________________________________________________________________
10404[ 9242] By: jhi on 2001/03/19 18:58:43
10405 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
10406
10407 TODO: tests.
10408 Branch: perl
10409 ! doop.c op.c
10410____________________________________________________________________________
10411[ 9241] By: gsar on 2001/03/19 17:34:46
10412 Log: VMSify tests (from Charles Lane)
10413 Branch: maint-5.6/perl
10414 ! t/lib/filehand.t t/lib/texttabs.t
10415____________________________________________________________________________
10416[ 9240] By: jhi on 2001/03/19 14:24:26
10417 Log: Integrate change #9233 from maintperl into mainline.
10418
10419 some refcounts were incorrect in perl_clone()
10420 Branch: perl
10421 !> sv.c
10422____________________________________________________________________________
10423[ 9239] By: gsar on 2001/03/19 09:23:17
10424 Log: this is 5.6.1-trial3
10425 Branch: maint-5.6/perl
10426 ! Changes
10427____________________________________________________________________________
10428[ 9238] By: gsar on 2001/03/19 08:47:04
10429 Log: some new symbols are only available under ithreads
10430 Branch: maint-5.6/perl
10431 ! makedef.pl
10432____________________________________________________________________________
10433[ 9237] By: gsar on 2001/03/19 08:42:28
10434 Log: update patchlevel.h, Changes, &c.
10435 Branch: maint-5.6/perl
10436 ! Changes patchlevel.h pod/perlhist.pod
10437 !> AUTHORS
10438____________________________________________________________________________
10439[ 9236] By: gsar on 2001/03/19 08:17:49
10440 Log: integrate changes#8068,8717 from mainline
10441
10442 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
10443
10444 [PATCH CPAN 1.59_51] warning message (not!)
10445 Branch: maint-5.6/perl
10446 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
10447 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
10448 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
10449 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
10450 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
10451____________________________________________________________________________
10452[ 9235] By: gsar on 2001/03/19 08:07:09
10453 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
10454
10455 [PATCH] Add missing CV flags to dump.c
10456
10457 Re: [patch] Re: PL_ptr_table
10458
10459 Fixup non-ithread build after 8713
10460
10461 Generated files form 8713 etc.
10462
10463 Correct the correction :-(
10464
10465 Documenting coderef @INC (Re: CPAN "make this script work" feature)
10466
10467 Subject: Re: sync sync sync: have I missed any patches?
10468 Replace djSP with dSP.
10469 Branch: maint-5.6/perl
10470 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
10471 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
10472 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
10473 !> sv.c sv.h win32/perlhost.h
10474____________________________________________________________________________
10475[ 9234] By: gsar on 2001/03/19 07:22:05
10476 Log: revert the change#9090 integrate for now (change looks somewhat
10477 incomplete in that [ha]v_exists() need something similar; lacks
10478 tests; &c.)
10479 Branch: maint-5.6/perl
10480 ! hv.c
10481____________________________________________________________________________
10482[ 9233] By: gsar on 2001/03/19 07:10:01
10483 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
10484 destruction when there are unreferenced scalars (SvREFCNT==0)
10485 Branch: maint-5.6/perl
10486 ! sv.c
10487____________________________________________________________________________
10488[ 9232] By: jhi on 2001/03/19 05:11:02
10489 Log: Regen api and toc.
10490 Branch: maint-5.6/perl
10491 ! pod/perlapi.pod pod/perltoc.pod
10492____________________________________________________________________________
10493[ 9231] By: jhi on 2001/03/19 04:06:03
10494 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
10495 add a lost line in pp.c:pp_chop(), update to new op/chop.
10496
10497 Clarify the description differentiating for and while; inspired by
10498
10499 Subject: [ID 20010306.004] || != named unary operator
10500
10501 The $Is_MacOS needs to be declared.
10502 Branch: maint-5.6/perl
10503 ! pp.c t/op/chop.t
10504 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
10505____________________________________________________________________________
10506[ 9230] By: jhi on 2001/03/19 03:48:16
10507 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
10508 9079,9083,9089,9090,9091 from mainline to maintperl.
10509
10510 Quieten some noise in Win32 builds
10511
10512 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
10513
10514 The perlretut was still talking about the old \p and \P
10515 definitions.
10516
10517 More tweakage on the Unicode character class descriptions.
10518
10519 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
10520
10521 Subject: 'no *POSIX' Patch speeding up make on BS2000
10522
10523 Subject: [PATCH] perldata.pod here-doc docs
10524
10525 Add /sbin and /usr/sbin to the list of directories scanned
10526 for setuid programs. Takes care of bug id 20010309.003.
10527
10528 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
10529
10530 In op/stat #35 better to scan all the potential directories
10531 for setuids, not just the first one.
10532 Branch: maint-5.6/perl
10533 ! Makefile.SH
10534 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
10535 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
10536 !> t/op/stat.t toke.c win32/win32.h
10537____________________________________________________________________________
10538[ 9229] By: jhi on 2001/03/19 02:31:50
10539 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
10540 From: Chris Nandor <pudge@pobox.com>
10541 Date: Sat, 10 Mar 2001 14:22:19 -0500
10542 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
10543 Branch: maint-5.6/perl
10544 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10545 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
10546 ! t/lib/b.t t/lib/errno.t
10547____________________________________________________________________________
10548[ 9228] By: jhi on 2001/03/19 02:29:59
10549 Log: Integrate changes #9113,9122 from mainline into maintperl.
10550
10551 Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
10552 Branch: maint-5.6/perl
10553 !> Configure README.os390 hints/os390.sh
10554____________________________________________________________________________
10555[ 9227] By: jhi on 2001/03/19 02:22:35
10556 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
10557 into maintperl.
10558
10559 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
10560
10561 Forgot to check-in the larger part of #9120, duh.
10562
10563 Subject: Another patch for integer.pm POD
10564
10565 h2ph strictness and cleanliness from Kurt Starsinic.
10566
10567 Borland filename case problem.
10568
10569 h2ph strictness and cleanliness from Kurt Starsinic.
10570
10571 Subject: [PATCH] the uncontroversial doc patches
10572 Branch: maint-5.6/perl
10573 +> win32/sncfnmcs.pl
10574 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
10575 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
10576 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
10577 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
10578 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
10579 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
10580 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
10581____________________________________________________________________________
10582[ 9226] By: jhi on 2001/03/19 02:10:21
10583 Log: Integrate changes #9207,9214 from mainline into maintperl.
10584
10585 podchecker relaxations: =over has an *optional* number after it,
10586 and whitespace in L<> is okay.
10587 Branch: maint-5.6/perl
10588 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
10589 !> t/pod/poderrs.xr
10590____________________________________________________________________________
10591[ 9225] By: jhi on 2001/03/19 02:07:38
10592 Log: Integrate change #9219 from maintperl into mainline.
10593
10594 remove duplicated tests
10595 Branch: perl
10596 !> t/op/re_tests
10597____________________________________________________________________________
10598[ 9224] By: jhi on 2001/03/19 02:06:11
10599 Log: Integrate change #9223 from mainline to maintperl.
10600
10601 Document -Dmksymlinks.
10602 Branch: maint-5.6/perl
10603 !> INSTALL
10604____________________________________________________________________________
10605[ 9223] By: jhi on 2001/03/19 02:01:25
10606 Log: Document -Dmksymlinks.
10607 Branch: perl
10608 ! INSTALL
10609____________________________________________________________________________
10610[ 9222] By: jhi on 2001/03/19 01:15:35
10611 Log: The -Dmksymlinks wasn't working for maintperl.
10612 Branch: maint-5.6/perl
10613 ! Configure
10614____________________________________________________________________________
10615[ 9221] By: jhi on 2001/03/19 00:49:43
10616 Log: Cleanup pixie residue.
10617 Branch: perl
10618 ! Makefile.SH
10619____________________________________________________________________________
10620[ 9220] By: jhi on 2001/03/19 00:44:47
10621 Log: Document the use of pixie/prof; create make targets for it.
10622
10623 TODO: make t/TEST pixie-aware.
10624 Branch: perl
10625 ! Makefile.SH pod/perlhack.pod
10626____________________________________________________________________________
10627[ 9219] By: gsar on 2001/03/19 00:16:55
10628 Log: remove duplicated tests
10629 Branch: maint-5.6/perl
10630 ! t/op/re_tests
10631____________________________________________________________________________
10632[ 9218] By: jhi on 2001/03/18 23:59:31
10633 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
10634 Branch: perl
10635 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
10636____________________________________________________________________________
10637[ 9217] By: jhi on 2001/03/18 23:25:20
10638 Log: Rewrite the tests section of Makefile to be less redundant
10639 and to allow for more flexible test targets, many recursive
10640 make calls introduced.
10641 Branch: perl
10642 ! Makefile.SH
10643____________________________________________________________________________
10644[ 9216] By: jhi on 2001/03/18 22:30:04
10645 Log: Document the use of Third Degree (sparsely).
10646 Branch: perl
10647 ! pod/perlhack.pod t/TEST
10648____________________________________________________________________________
10649[ 9215] By: jhi on 2001/03/18 22:10:30
10650 Log: Make targets for testing with Third Degree.
10651 Branch: perl
10652 ! Makefile.SH
10653____________________________________________________________________________
10654[ 9214] By: jhi on 2001/03/18 21:08:53
10655 Log: The podchecker relaxations need to mirrored also at the tests.
10656 Branch: perl
10657 ! t/pod/poderrs.xr
10658____________________________________________________________________________
10659[ 9213] By: jhi on 2001/03/18 20:56:21
10660 Log: Update Changes.
10661 Branch: perl
10662 ! Changes patchlevel.h
10663____________________________________________________________________________
10664[ 9212] By: jhi on 2001/03/18 20:36:59
10665 Log: Looking for config.sh in parent directories isn't
10666 very useful for the toplevel Makefile.
10667 Branch: perl
10668 ! Makefile.SH
10669____________________________________________________________________________
10670[ 9211] By: jhi on 2001/03/18 20:33:37
10671 Log: On "make clean" take care of Third Degree droppings.
10672 Branch: perl
10673 ! Makefile.SH
10674____________________________________________________________________________
10675[ 9210] By: jhi on 2001/03/18 20:21:34
10676 Log: Add a hook for running the tests under the Third Degree
10677 debugging tool (set $ENV{PERL_3LOG} to non-zero)
10678
10679 TODO: Document the use of Third Degree.
10680 Branch: perl
10681 ! t/TEST
10682____________________________________________________________________________
10683[ 9209] By: jhi on 2001/03/18 20:19:07
10684 Log: Regen toc and api pods.
10685 Branch: perl
10686 ! pod/perlapi.pod pod/perltoc.pod
10687____________________________________________________________________________
10688[ 9208] By: jhi on 2001/03/18 20:12:12
10689 Log: Integrate changes #8128,9132 from mainline into maintperl,
10690 Tie::SubstrHash fixes.
10691 Branch: maint-5.6/perl
10692 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
10693____________________________________________________________________________
10694[ 9207] By: jhi on 2001/03/18 20:07:43
10695 Log: podchecker relaxations from Michael Stevens.
10696 Branch: perl
10697 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
10698____________________________________________________________________________
10699[ 9206] By: jhi on 2001/03/18 20:04:24
10700 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
10701 Branch: perl
10702 ! lib/Locale/Constants.pm lib/Locale/Country.pm
10703 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
10704 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
10705____________________________________________________________________________
10706[ 9205] By: jhi on 2001/03/18 19:54:45
10707 Log: Integrate changes #9161,9162 from maintperl to mainline.
10708
10709 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
10710 results
10711 Branch: perl
10712 !> t/op/magic.t
10713____________________________________________________________________________
10714[ 9204] By: jhi on 2001/03/18 19:37:46
10715 Log: Make perl.third checks more understandable to the builder.
10716 Branch: perl
10717 ! Makefile.SH
10718____________________________________________________________________________
10719[ 9203] By: jhi on 2001/03/18 19:20:54
10720 Log: Re-integrate #9138 from maintperl to mainline,
10721 the squelching of the unneeded "Scalars leaked" messages.
10722 Branch: perl
10723 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
10724 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
10725 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
10726____________________________________________________________________________
10727[ 9202] By: jhi on 2001/03/18 18:48:36
10728 Log: More robust and more paranoid perl.third target.
10729 Branch: perl
10730 ! Makefile.SH
10731____________________________________________________________________________
10732[ 9201] By: jhi on 2001/03/18 18:39:21
10733 Log: Integrate change #9197 from maintperl to mainline.
10734
10735 more thorough cleaning of arenas.
10736 Branch: perl
10737 !> embed.pl perl.c proto.h sv.c t/op/sort.t
10738____________________________________________________________________________
10739[ 9200] By: jhi on 2001/03/18 18:25:17
10740 Log: Integrate perlio.
10741 Branch: perl
10742 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
10743 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
10744 !> t/lib/encode.t toke.c universal.c utf8.c
10745____________________________________________________________________________
10746[ 9199] By: nick on 2001/03/18 15:23:51
10747 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
10748 is the sense of the test being done. Avoid some magical 127 and 128 values
10749 by using macros.
10750 Branch: perlio
10751 ! doop.c pp_ctl.c sv.c toke.c
10752____________________________________________________________________________
10753[ 9198] By: nick on 2001/03/18 14:18:12
10754 Log: UTF-X encoding invariance for Encode:
10755 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
10756 - move the XS code for those to universal.c (so in miniperl)
10757 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
10758 - change ext/Encode/compile to use above.
10759 - Fix t/lib/encode.t for above
10760 - Teach t/lib/b.t to expect -uutf8
10761 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
10762 utf8.pm is needed.
10763 Branch: perlio
10764 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
10765 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
10766____________________________________________________________________________
10767[ 9197] By: gsar on 2001/03/18 12:15:57
10768 Log: more thorough cleaning of arenas--keep going until no more
10769 SvREFCNT_dec()s occur (this fixes the problem that causes the
10770 pesky "Scalars leaked" warnings)
10771 Branch: maint-5.6/perl
10772 ! embed.pl perl.c proto.h sv.c t/op/sort.t
10773____________________________________________________________________________
10774[ 9196] By: nick on 2001/03/18 10:57:29
10775 Log: Fix pragma/utf8.t # 15
10776 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
10777 are SvUTF8 as well.
10778 Branch: perlio
10779 ! toke.c
10780____________________________________________________________________________
10781[ 9195] By: nick on 2001/03/18 09:27:06
10782 Log: Integrate mainline
10783 Branch: perlio
10784 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
10785 !> t/op/pat.t
10786____________________________________________________________________________
10787[ 9194] By: jhi on 2001/03/18 05:29:59
10788 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
10789 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
10790 Branch: perl
10791 ! op.c op.h t/op/misc.t t/op/pat.t
10792____________________________________________________________________________
10793[ 9193] By: jhi on 2001/03/18 05:15:06
10794 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
10795 Branch: perl
10796 ! mg.c t/op/pat.t
10797____________________________________________________________________________
10798[ 9192] By: jhi on 2001/03/18 04:22:43
10799 Log: tr/// UTF-8 patches from Inaba Hiroto.
10800 Branch: perl
10801 ! doop.c op.c
10802____________________________________________________________________________
10803[ 9191] By: jhi on 2001/03/18 04:21:17
10804 Log: Integrate perlio.
10805 Branch: perl
10806 !> utf8.c utfebcdic.h
10807____________________________________________________________________________
10808[ 9190] By: nick on 2001/03/17 20:32:01
10809 Log: Correct #if EBCDIC side typos.
10810 Builds and passes many tests on OS390.
10811 Branch: perlio
10812 ! utf8.c utfebcdic.h
10813____________________________________________________________________________
10814[ 9189] By: jhi on 2001/03/17 18:55:49
10815 Log: Add prerequisites for the perl.third target.
10816 Branch: perl
10817 ! Makefile.SH
10818____________________________________________________________________________
10819[ 9188] By: jhi on 2001/03/17 18:46:00
10820 Log: Integrate perlio.
10821 Branch: perl
10822 +> utfebcdic.h
10823 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
10824____________________________________________________________________________
10825[ 9187] By: jhi on 2001/03/17 18:38:47
10826 Log: Add a make rule for perl.third (the Third Degree memory debugging
10827 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
10828 Branch: perl
10829 ! Makefile.SH
10830____________________________________________________________________________
10831[ 9186] By: nick on 2001/03/17 18:34:48
10832 Log: MANIFEST addition :-(
10833 Branch: perlio
10834 ! MANIFEST
10835____________________________________________________________________________
10836[ 9185] By: nick on 2001/03/17 18:29:50
10837 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
10838 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
10839 a superset of ASCII are invariant under the encoding. This is EBCDIC
10840 friendly as an encoded string can be looked at as being EBCDIC by lexer
10841 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
10842 ASCII on ASCII machines.
10843
10844 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
10845 seperate.
10846 - Add some more macros to comprehend different shift amounts and
10847 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
10848 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
10849 and conditionaly #include it.
10850
10851 EBCDIC build as yet untested. ASCII still fails the one test.
10852 Branch: perlio
10853 + utfebcdic.h
10854 ! utf8.c utf8.h
10855____________________________________________________________________________
10856[ 9184] By: nick on 2001/03/17 17:44:16
10857 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
10858 Branch: perlio
10859 ! doop.c perl.h pp.c utf8.h
10860____________________________________________________________________________
10861[ 9183] By: jhi on 2001/03/17 15:55:42
10862 Log: Integrate perlio.
10863 Branch: perl
10864 ! MANIFEST
10865 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
10866____________________________________________________________________________
10867[ 9182] By: nick on 2001/03/17 09:16:06
10868 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
10869 Branch: perlio
10870 ! t/op/pat.t
10871____________________________________________________________________________
10872[ 9181] By: nick on 2001/03/17 09:15:11
10873 Log: Integrate mainline.
10874 Branch: perlio
10875 +> lib/Locale/Constants.pm lib/Locale/Country.pm
10876 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
10877 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
10878 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
10879 !> (integrate 83 files)
10880____________________________________________________________________________
10881[ 9180] By: nick on 2001/03/16 17:23:21
10882 Log: EBCDIC Fixes.
10883 Branch: perlio
10884 ! perl.h sv.c toke.c utf8.c utf8.h
10885____________________________________________________________________________
10886[ 9179] By: jhi on 2001/03/16 14:10:12
10887 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
10888 a change needed to work around an AIX compiler bug.
10889 Branch: perl
10890 ! ext/Storable/Storable.xs
10891____________________________________________________________________________
10892[ 9178] By: jhi on 2001/03/16 03:19:59
10893 Log: With Damian's approval synchronize damian's modules'
10894 licensing with Perl's standard module licensing.
10895 Branch: perl
10896 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
10897____________________________________________________________________________
10898[ 9177] By: jhi on 2001/03/16 03:15:34
10899 Log: Make the Filter::Util:Call files have their own copies
10900 of the Perl standard module licensing, from Paul Marquess.
10901 Branch: perl
10902 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10903____________________________________________________________________________
10904[ 9176] By: jhi on 2001/03/16 02:56:04
10905 Log: Subject: [PATCH] more pod patches
10906 From: Michael Stevens <michael@etla.org>
10907 Date: Thu, 15 Mar 2001 21:25:18 +0000
10908 Message-ID: <20010315212518.A18870@firedrake.org>
10909 Branch: perl
10910 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
10911 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
10912 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
10913 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
10914 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
10915 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
10916 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
10917 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
10918 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
10919 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
10920 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
10921 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
10922 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
10923 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
10924 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
10925 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
10926 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
10927 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
10928 ! lib/Locale/Country.pm lib/Locale/Language.pm
10929 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
10930 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
10931 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
10932 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
10933 ! os2/OS2/Process/Process.pm
10934____________________________________________________________________________
10935[ 9175] By: jhi on 2001/03/16 02:53:32
10936 Log: Subject: [PATCH] the uncontroversial doc patches
10937 From: Michael Stevens <michael@etla.org>
10938 Date: Thu, 15 Mar 2001 20:01:12 +0000
10939 Message-ID: <20010315200112.A7636@firedrake.org>
10940 Branch: perl
10941 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
10942 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
10943 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
10944 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
10945 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
10946____________________________________________________________________________
10947[ 9174] By: jhi on 2001/03/16 02:50:49
10948 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
10949 From: Paul Lindner <lindner@inuus.com>
10950 Date: Fri, 16 Mar 2001 11:28:03 -0800
10951 Message-ID: <20010316112803.A7577@inuus.com>
10952 Branch: perl
10953 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10954____________________________________________________________________________
10955[ 9173] By: nick on 2001/03/15 20:21:03
10956 Log: 1st day's EBCDIC fixes:
10957 - toke.c's parsing of strings needed attention
10958 needed to conditionally e2a if string was already UTF-8
10959 - e2a/a2e tables where wrong way round.
10960 - new macros in utf8.h
10961 Branch: perlio
10962 ! perl.h toke.c utf8.h
10963____________________________________________________________________________
10964[ 9172] By: jhi on 2001/03/15 15:17:17
10965 Log: Update Changes.
10966 Branch: perl
10967 ! Changes patchlevel.h
10968____________________________________________________________________________
10969[ 9171] By: jhi on 2001/03/15 15:09:32
10970 Log: Subject: Re: Another Borland C++ problem.
10971 From: "Vadim Konovalov" <watman@inbox.ru>
10972 Date: Sat, 10 Mar 2001 19:26:07 +0300
10973 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
10974
10975 Borland filename case problem.
10976 Branch: perl
10977 + win32/sncfnmcs.pl
10978 ! MANIFEST README.win32
10979____________________________________________________________________________
10980[ 9170] By: jhi on 2001/03/15 14:54:23
10981 Log: Add Locale::Codes 1.06, from Neil Bowers.
10982 Branch: perl
10983 + lib/Locale/Constants.pm lib/Locale/Country.pm
10984 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
10985 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
10986 + t/lib/lc-language.t t/lib/lc-uk.t
10987 ! MANIFEST
10988____________________________________________________________________________
10989[ 9169] By: jhi on 2001/03/15 14:19:01
10990 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
10991 Branch: perl
10992 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10993 ! ext/Storable/Storable.xs
10994____________________________________________________________________________
10995[ 9168] By: jhi on 2001/03/15 14:13:22
10996 Log: Integrate changes #9120,9167 from mainline to maintperl.
10997
10998 Subject: [PATCH 5.6.1] OS/2 docs
10999
11000 Subject: [PATCH 5.6.1] perldoc
11001 Branch: maint-5.6/perl
11002 !> os2/Changes utils/perldoc.PL
11003____________________________________________________________________________
11004[ 9167] By: jhi on 2001/03/15 14:07:42
11005 Log: Subject: [PATCH 5.6.1] perldoc
11006 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11007 Date: Wed, 14 Mar 2001 23:46:52 -0500
11008 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
11009 Branch: perl
11010 ! utils/perldoc.PL
11011____________________________________________________________________________
11012[ 9166] By: jhi on 2001/03/15 13:53:15
11013 Log: sigaction test condition tweakage.
11014 Branch: perl
11015 ! t/lib/sigaction.t
11016____________________________________________________________________________
11017[ 9165] By: alanbur on 2001/03/15 03:49:17
11018 Log: Resynchronised with parent
11019 Branch: maint-5.6/pureperl
11020 +> os2/os2add.sym t/op/anonsub.t
11021 !> (integrate 72 files)
11022____________________________________________________________________________
11023[ 9164] By: jhi on 2001/03/15 01:05:01
11024 Log: Avoid stomping off the beginning of an array in tr///.
11025 Branch: perl
11026 ! op.c
11027____________________________________________________________________________
11028[ 9163] By: jhi on 2001/03/15 00:58:57
11029 Log: h2ph strictness and cleanliness from Kurt Starsinic.
11030 Branch: perl
11031 ! utils/h2ph.PL
11032____________________________________________________________________________
11033[ 9162] By: gsar on 2001/03/15 00:56:53
11034 Log: avoid warnings
11035 Branch: maint-5.6/perl
11036 ! t/op/magic.t
11037____________________________________________________________________________
11038[ 9161] By: gsar on 2001/03/15 00:52:09
11039 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
11040 results
11041 Branch: maint-5.6/perl
11042 ! t/op/magic.t
11043____________________________________________________________________________
11044[ 9160] By: jhi on 2001/03/14 22:02:10
11045 Log: Do not use the Perl malloc in IRIX, suggested by
11046 Helmus Jarausch.
11047 Branch: perl
11048 ! hints/irix_6.sh
11049____________________________________________________________________________
11050[ 9159] By: nick on 2001/03/14 21:45:59
11051 Log: Integrate mainline
11052 Branch: perlio
11053 +> t/op/loopctl.t
11054 !> (integrate 41 files)
11055____________________________________________________________________________
11056[ 9158] By: jhi on 2001/03/14 21:10:09
11057 Log: The Day of the Retractions continues: the #9138
11058 (integrated in #9144) doesn't work well in mainline.
11059 Branch: perl
11060 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
11061 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
11062 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
11063____________________________________________________________________________
11064[ 9157] By: jhi on 2001/03/14 20:58:12
11065 Log: The #9145 CANNOT be enabled: the clear_pmop code still
11066 dumps core all over in Tru64.
11067 Branch: perl
11068 ! op.c op.h t/op/pat.t
11069____________________________________________________________________________
11070[ 9156] By: jhi on 2001/03/14 20:48:06
11071 Log: Integrate change #9154 from maintperl to mainline.
11072
11073 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
11074 (caused Storable 1.0.10 to break on windows)
11075 Branch: perl
11076 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
11077 !> perlapi.c proto.h
11078____________________________________________________________________________
11079[ 9155] By: jhi on 2001/03/14 20:23:53
11080 Log: Retract #9136: breaks threading (and binary compatibility).
11081 Branch: perl
11082 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11083____________________________________________________________________________
11084[ 9154] By: gsar on 2001/03/14 17:48:18
11085 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
11086 (caused Storable 1.0.10 to break on windows)
11087 Branch: maint-5.6/perl
11088 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
11089 ! perlapi.c proto.h
11090____________________________________________________________________________
11091[ 9153] By: jhi on 2001/03/14 13:35:21
11092 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
11093 Branch: perl
11094 ! t/lib/sigaction.t
11095____________________________________________________________________________
11096[ 9152] By: gsar on 2001/03/14 07:29:40
11097 Log: back out changes#9012,9010,9009 and parts of change#9016
11098 (causes ABRs under purify, and some prerequisites don't
11099 seem to be there in 5.6.x)
11100 Branch: maint-5.6/perl
11101 ! doop.c op.c t/op/tr.t toke.c
11102____________________________________________________________________________
11103[ 9151] By: gsar on 2001/03/14 07:01:29
11104 Log: reenable change#9145 (the test was busted due to a missing
11105 C<print "ok 27\n">)
11106 Branch: perl
11107 ! op.c op.h t/op/pat.t
11108____________________________________________________________________________
11109[ 9150] By: jhi on 2001/03/14 06:38:36
11110 Log: Retract #9145.
11111 Branch: perl
11112 ! op.c op.h t/op/pat.t
11113____________________________________________________________________________
11114[ 9149] By: jhi on 2001/03/14 06:14:56
11115 Log: Retract #9143.
11116 Branch: perl
11117 ! op.c
11118____________________________________________________________________________
11119[ 9148] By: gsar on 2001/03/14 06:13:02
11120 Log: Uninitialized Memory Read in regexec.c
11121 Branch: perl
11122 ! regexec.c
11123____________________________________________________________________________
11124[ 9147] By: jhi on 2001/03/14 04:59:54
11125 Log: Subject: PATCH: make goto work in nested eval ""
11126 From: Robin Houston <robin@kitsite.com>
11127 Date: Wed, 14 Mar 2001 04:16:10 +0000
11128 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
11129 Branch: perl
11130 ! pp_ctl.c t/op/goto.t
11131____________________________________________________________________________
11132[ 9146] By: jhi on 2001/03/14 04:42:54
11133 Log: Preserve the #ifdef PERL_CORE in perly.h.
11134 Branch: perl
11135 ! perly.fixer
11136____________________________________________________________________________
11137[ 9145] By: jhi on 2001/03/14 03:57:41
11138 Log: (Retracted by #9150.)
11139 Branch: perl
11140 ! op.c op.h t/op/pat.t
11141____________________________________________________________________________
11142[ 9144] By: jhi on 2001/03/14 03:50:38
11143 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
11144
11145 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
11146
11147 remove squelch controls for "Scalars leaked" messages in most places
11148 (these are now cured)
11149
11150 fix another memory leak reported by purify (tie callbacks that
11151 croak can leak when wiping out magic)
11152 Branch: perl
11153 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
11154 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
11155 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
11156 !> t/pragma/warnings.t
11157____________________________________________________________________________
11158[ 9143] By: jhi on 2001/03/14 03:37:53
11159 Log: (Retracted by #9149.)
11160 Branch: perl
11161 ! op.c
11162____________________________________________________________________________
11163[ 9142] By: gsar on 2001/03/14 03:20:48
11164 Log: fix another memory leak reported by purify (tie callbacks that
11165 croak can leak when wiping out magic)
11166 Branch: maint-5.6/perl
11167 ! scope.c
11168____________________________________________________________________________
11169[ 9141] By: jhi on 2001/03/14 02:55:00
11170 Log: Subject: PATCH for [ID 20010305.003]
11171 From: Robin Houston <robin@kitsite.com>
11172 Date: Wed, 14 Mar 2001 02:45:51 +0000
11173 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
11174 Branch: perl
11175 ! pp_ctl.c t/op/eval.t
11176____________________________________________________________________________
11177[ 9140] By: jhi on 2001/03/14 02:41:54
11178 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
11179 Date: Wed, 14 Mar 2001 01:52:51 +0000
11180 From: Robin Houston <robin@kitsite.com>
11181 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
11182
11183 Fix for 2000313.004.
11184 Branch: perl
11185 ! pp_ctl.c t/op/goto.t
11186____________________________________________________________________________
11187[ 9139] By: jhi on 2001/03/14 02:40:50
11188 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
11189 From: Robin Houston <robin@kitsite.com>
11190 Date: Wed, 14 Mar 2001 00:43:45 +0000
11191 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
11192 Branch: perl
11193 + t/op/loopctl.t
11194 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
11195 ! vms/perly_c.vms
11196____________________________________________________________________________
11197[ 9138] By: gsar on 2001/03/14 01:18:00
11198 Log: remove squelch controls for "Scalars leaked" messages in most places
11199 (these are now cured)
11200 Branch: maint-5.6/perl
11201 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
11202 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
11203 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
11204____________________________________________________________________________
11205[ 9137] By: gsar on 2001/03/14 00:57:04
11206 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
11207 Branch: maint-5.6/perl
11208 ! regcomp.c
11209____________________________________________________________________________
11210[ 9136] By: jhi on 2001/03/13 23:12:24
11211 Log: (Retracted by #9155)
11212
11213 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
11214 From: Jens-Uwe Mager <jum@helios.de>
11215 Date: Wed, 21 Feb 2001 21:32:04 +0100
11216 Message-ID: <20010221213203.A18340@ans.helios.de>
11217 Branch: perl
11218 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11219____________________________________________________________________________
11220[ 9135] By: jhi on 2001/03/13 22:50:05
11221 Log: Integrate perlio.
11222 Branch: perl
11223 !> pp.c
11224____________________________________________________________________________
11225[ 9134] By: jhi on 2001/03/13 22:49:05
11226 Log: Integrate change #9131 from maintperl into mainline.
11227
11228 make the error text look more consistent in hints/hpux.sh
11229 Branch: perl
11230 !> hints/hpux.sh
11231____________________________________________________________________________
11232[ 9133] By: gsar on 2001/03/13 22:46:20
11233 Log: integrate change#9067 from mainline
11234
11235 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
11236 Branch: maint-5.6/perl
11237 !> lib/ExtUtils/MM_Unix.pm
11238____________________________________________________________________________
11239[ 9132] By: jhi on 2001/03/13 22:41:21
11240 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
11241 From: "John P. Linderman" <jpl@research.att.com>
11242 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
11243 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
11244
11245 A more correct prime finder.
11246 Branch: perl
11247 ! lib/Tie/SubstrHash.pm
11248____________________________________________________________________________
11249[ 9131] By: gsar on 2001/03/13 22:30:42
11250 Log: make the error text look more consistent in hints/hpux.sh
11251 Branch: maint-5.6/perl
11252 ! hints/hpux.sh
11253____________________________________________________________________________
11254[ 9130] By: jhi on 2001/03/13 22:23:44
11255 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
11256 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11257 Date: Tue, 13 Mar 2001 18:41:26 +0100
11258 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
11259
11260 If the test is run non-interactively the default handler
11261 is different.
11262 Branch: perl
11263 ! t/lib/sigaction.t
11264____________________________________________________________________________
11265[ 9129] By: jhi on 2001/03/13 22:20:21
11266 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
11267 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11268 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
11269 Date: Tue, 13 Mar 2001 16:44:32 EST
11270 Branch: perl
11271 ! t/lib/1_compile.t
11272____________________________________________________________________________
11273[ 9128] By: jhi on 2001/03/13 22:18:34
11274 Log: Subject: Another patch for integer.pm POD
11275 From: "John L. Allen" <allen@grumman.com>
11276 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
11277 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
11278 Branch: perl
11279 ! lib/integer.pm
11280____________________________________________________________________________
11281[ 9127] By: nick on 2001/03/13 21:26:30
11282 Log: Integrate mainline.
11283 Branch: perlio
11284 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
11285 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
11286 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
11287 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
11288 !> Changes Configure MANIFEST README.os2 README.os390
11289 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
11290 !> os2/Changes patchlevel.h win32/perlhost.h
11291____________________________________________________________________________
11292[ 9126] By: nick on 2001/03/13 20:39:51
11293 Log: #ifdef'ed out code to make packed side of pack/unpack
11294 octets. (i.e. pack('U') => encode_utf8).
11295 Branch: perlio
11296 ! pp.c
11297____________________________________________________________________________
11298[ 9125] By: jhi on 2001/03/13 15:07:16
11299 Log: Update Changes.
11300 Branch: perl
11301 ! Changes patchlevel.h
11302____________________________________________________________________________
11303[ 9124] By: jhi on 2001/03/13 14:22:45
11304 Log: Workaround for the buggy ("internal compiler error")
11305 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
11306 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
11307 of Andreas König.
11308 Branch: perl
11309 ! ext/re/Makefile.PL hints/aix.sh
11310____________________________________________________________________________
11311[ 9123] By: jhi on 2001/03/13 03:24:34
11312 Log: Typo in #9114.
11313 Branch: metaconfig
11314 ! U/modified/myhostname.U
11315____________________________________________________________________________
11316[ 9122] By: jhi on 2001/03/13 03:24:06
11317 Log: Typo in #9113.
11318 Branch: perl
11319 ! Configure
11320____________________________________________________________________________
11321[ 9121] By: jhi on 2001/03/13 01:53:05
11322 Log: Forgot to check-in the larger part of #9120, duh.
11323 Branch: perl
11324 ! README.os2
11325____________________________________________________________________________
11326[ 9120] By: jhi on 2001/03/13 01:51:31
11327 Log: Subject: [PATCH 5.6.1] OS/2 docs
11328 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11329 Date: Mon, 12 Mar 2001 03:27:32 -0500
11330 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
11331 Branch: perl
11332 ! os2/Changes
11333____________________________________________________________________________
11334[ 9119] By: jhi on 2001/03/13 01:49:41
11335 Log: Integrate change #9116 from maintperl into mainline.
11336
11337 Win32::GetCwd() returns C: instead of C:\ in the root directory
11338 under ithreads
11339 Branch: perl
11340 !> win32/perlhost.h
11341____________________________________________________________________________
11342[ 9118] By: jhi on 2001/03/13 01:13:39
11343 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
11344 Branch: perl
11345 + lib/Switch.pm t/lib/switch.t
11346 ! MANIFEST
11347____________________________________________________________________________
11348[ 9117] By: jhi on 2001/03/13 01:03:17
11349 Log: Add Text::Balanced 1.83.
11350 Branch: perl
11351 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
11352 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
11353 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
11354 + t/lib/tb-xvari.t
11355 ! MANIFEST
11356____________________________________________________________________________
11357[ 9116] By: gsar on 2001/03/13 00:55:53
11358 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
11359 under ithreads
11360 Branch: maint-5.6/perl
11361 ! win32/perlhost.h
11362____________________________________________________________________________
11363[ 9115] By: jhi on 2001/03/13 00:54:09
11364 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
11365 From: "John L. Allen" <allen@grumman.com>
11366 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
11367 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
11368
11369 use integer document clarification.
11370 Branch: perl
11371 ! lib/integer.pm
11372____________________________________________________________________________
11373[ 9114] By: jhi on 2001/03/13 00:38:54
11374 Log: Metaconfig unit change for #9113.
11375 Branch: metaconfig
11376 ! U/modified/myhostname.U
11377____________________________________________________________________________
11378[ 9113] By: jhi on 2001/03/13 00:38:35
11379 Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
11380 From: Peter Prymmer <pvhp@forte.com>
11381 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
11382 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
11383 Branch: perl
11384 ! Configure README.os390 hints/os390.sh
11385____________________________________________________________________________
11386[ 9112] By: jhi on 2001/03/13 00:29:00
11387 Log: Integrate perlio.
11388 Branch: perl
11389 !> sv.c utf8.h
11390____________________________________________________________________________
11391[ 9111] By: nick on 2001/03/12 21:16:33
11392 Log: Integrate mainline.
11393 Branch: perlio
11394 +> t/op/anonsub.t
11395 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
11396 !> proto.h sv.c
11397____________________________________________________________________________
11398[ 9110] By: nick on 2001/03/12 21:00:13
11399 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
11400 Branch: perlio
11401 ! sv.c utf8.h
11402____________________________________________________________________________
11403[ 9109] By: jhi on 2001/03/12 16:04:47
11404 Log: Integrate change #9108 from maintperl to mainline.
11405
11406 fix memory leak in C<sub X { sub {} }> arising from a refcount
11407 loop between the outer sub and the inner prototype anonsub
11408
11409 this also enables closures returned by subroutines that
11410 subsequently get redefined to work without generating coredumps :)
11411
11412 completely removed the free_closures() hack--it shouldn't be
11413 needed anymore
11414 Branch: perl
11415 +> t/op/anonsub.t
11416 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
11417 !> proto.h sv.c
11418____________________________________________________________________________
11419[ 9108] By: gsar on 2001/03/12 10:21:31
11420 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
11421 loop between the outer sub and the inner prototype anonsub
11422
11423 this also enables closures returned by subroutines that
11424 subsequently get redefined to work without generating coredumps :)
11425
11426 completely removed the free_closures() hack--it shouldn't be
11427 needed anymore
11428 Branch: maint-5.6/perl
11429 + t/op/anonsub.t
11430 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
11431 ! proto.h sv.c
11432____________________________________________________________________________
11433[ 9107] By: jhi on 2001/03/12 05:15:31
11434 Log: Integrate perlio.
11435 Branch: perl
11436 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
11437____________________________________________________________________________
11438[ 9106] By: nick on 2001/03/11 20:10:12
11439 Log: regcomp.c is working in native space, not Unicode space (if different)
11440 as it is doing compare against 'W' in \W etc.
11441 Branch: perlio
11442 ! regcomp.c
11443____________________________________________________________________________
11444[ 9105] By: nick on 2001/03/11 19:39:34
11445 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
11446 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
11447 Branch: perlio
11448 ! regcomp.c toke.c utf8.c
11449____________________________________________________________________________
11450[ 9104] By: nick on 2001/03/11 18:15:44
11451 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
11452 Branch: perlio
11453 ! sv.c
11454____________________________________________________________________________
11455[ 9103] By: nick on 2001/03/11 18:03:28
11456 Log: Integrate mainline (for regexp stuff).
11457 Branch: perlio
11458 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
11459 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
11460 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
11461 !> t/lib/errno.t t/op/pat.t
11462____________________________________________________________________________
11463[ 9102] By: nick on 2001/03/11 17:44:20
11464 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
11465 - exclude layer syms in makedef.pl for sfio
11466 - also inhibit Encode from trying to build ":encode()" layer.
11467 Branch: perlio
11468 ! ext/Encode/Encode.xs makedef.pl
11469____________________________________________________________________________
11470[ 9101] By: jhi on 2001/03/10 22:38:13
11471 Log: The $Is_MacOS needs to be declared.
11472 Branch: perl
11473 ! lib/ExtUtils/Manifest.pm
11474____________________________________________________________________________
11475[ 9100] By: jhi on 2001/03/10 22:14:29
11476 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
11477 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
11478 pollute the symbolspace if using sfio.
11479 Branch: perl
11480 ! ext/Encode/Encode.xs
11481____________________________________________________________________________
11482[ 9099] By: jhi on 2001/03/10 21:58:48
11483 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
11484 Date: Sat, 10 Mar 2001 14:23:55 -0500
11485 From: Chris Nandor <pudge@pobox.com>
11486 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
11487 Branch: perl
11488 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
11489 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
11490 ! t/lib/errno.t
11491____________________________________________________________________________
11492[ 9098] By: jhi on 2001/03/10 21:38:30
11493 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
11494 Branch: perl
11495 ! regcomp.c regexec.c t/op/pat.t
11496____________________________________________________________________________
11497[ 9097] By: jhi on 2001/03/10 14:38:07
11498 Log: Integrate perlio.
11499 Branch: perl
11500 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
11501 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
11502 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
11503____________________________________________________________________________
11504[ 9096] By: nick on 2001/03/10 11:55:43
11505 Log: EBCDIC sanity - phase I
11506 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
11507 - use utf8n_xxxx (c.f. pvn) for forms which take length.
11508 - back out vN.N and $^V exceptions to e2a/a2e
11509 - make "locale" isxxx macros be uvchr (may be redundant?)
11510
11511 Not clear yet that toUPPER_uni et. al. return being handled correctly.
11512 The tr// and rexexp stuff still needs an audit, assumption is they are working
11513 in Unicode space.
11514
11515 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
11516 Branch: perlio
11517 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
11518 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
11519 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
11520____________________________________________________________________________
11521[ 9095] By: jhi on 2001/03/09 22:10:01
11522 Log: Integrate perlio.
11523 Branch: perl
11524 !> dump.c
11525____________________________________________________________________________
11526[ 9094] By: nick on 2001/03/09 17:36:38
11527 Log: Builds an passes all tests after integrate and this tweak.
11528 Branch: perlio
11529 ! dump.c
11530____________________________________________________________________________
11531[ 9093] By: nick on 2001/03/09 17:16:03
11532 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
11533 Branch: perlio
11534 +> lib/unicode/Scripts.txt t/lib/sigaction.t
11535 !> (integrate 79 files)
11536____________________________________________________________________________
11537[ 9092] By: jhi on 2001/03/09 15:28:26
11538 Log: Update Changes.
11539 Branch: perl
11540 ! Changes patchlevel.h
11541____________________________________________________________________________
11542[ 9091] By: jhi on 2001/03/09 15:25:05
11543 Log: In op/stat #35 better to scan all the potential directories
11544 for setuids, not just the first one.
11545 Branch: perl
11546 ! t/op/stat.t
11547____________________________________________________________________________
11548[ 9090] By: jhi on 2001/03/09 15:01:27
11549 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
11550 From: rspier@pobox.com (Robert Spier)
11551 Date: Fri, 9 Mar 2001 03:30:20 -0500
11552 Message-ID: <15016.38044.381174.160189@rls.cx>
11553
11554 EXISTS() returning undef mistakenly triggered a FETCH().
11555 Branch: perl
11556 ! hv.c
11557____________________________________________________________________________
11558[ 9089] By: jhi on 2001/03/09 14:59:02
11559 Log: Add /sbin and /usr/sbin to the list of directories scanned
11560 for setuid programs. Takes care of bug id 20010309.003.
11561 Branch: perl
11562 ! t/op/stat.t
11563____________________________________________________________________________
11564[ 9088] By: jhi on 2001/03/09 14:48:32
11565 Log: Regen perlapi, perltoc.
11566 Branch: perl
11567 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
11568____________________________________________________________________________
11569[ 9087] By: jhi on 2001/03/09 14:38:56
11570 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
11571 From: David Mitchell <davem@fdgroup.co.uk>
11572 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
11573 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
11574 Branch: perl
11575 ! dump.c perl.c perl.h pod/perlrun.pod
11576____________________________________________________________________________
11577[ 9086] By: jhi on 2001/03/09 01:47:16
11578 Log: A modified version of
11579
11580 Subject: [ID 20010307.005] POSIX::sigaction has various problems
11581 From: anders@broadcom.com
11582 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
11583 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
11584
11585 Currently the sigaction.t test #6 fails (and is fudged to look
11586 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
11587 This may well be a genuine bug in Linux sigaction() (since at
11588 least Tru64, Solaris, and HP-UX disagree with Linux).
11589 Anyone with POSIX / SUSv2 tome handy? The problem is that
11590 the flags of the oldaction don't match with the flags in
11591 the previously installed disposition.
11592 Branch: perl
11593 + t/lib/sigaction.t
11594 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11595____________________________________________________________________________
11596[ 9085] By: jhi on 2001/03/09 01:30:13
11597 Log: Subject: Re: mission impossible for the day
11598 From: Alex Gough <alex@rcon.org>
11599 Date: Thu, 08 Mar 2001 17:18:19 +0000
11600 Message-ID: <3AA7BEDB.8070409@rcon.org>
11601
11602 If references (are overloaded) and can be directly stringified,
11603 show that instead of "stringified".
11604
11605 (The problem, infinite mutual recursion caused by overloaded bool
11606 in Switch.pm, tracked by David Mitchell)
11607 Branch: perl
11608 ! lib/Carp/Heavy.pm
11609____________________________________________________________________________
11610[ 9084] By: jhi on 2001/03/09 01:20:39
11611 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
11612 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
11613 From: David Mitchell <davem@fdgroup.co.uk>
11614 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
11615 Branch: perl
11616 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
11617 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
11618____________________________________________________________________________
11619[ 9083] By: jhi on 2001/03/09 01:16:51
11620 Log: Subject: [PATCH] perldata.pod here-doc docs
11621 From: Jeff Pinyan <jeffp@crusoe.net>
11622 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
11623 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
11624 Branch: perl
11625 ! pod/perldata.pod
11626____________________________________________________________________________
11627[ 9082] By: jhi on 2001/03/09 01:01:27
11628 Log: Subject: Re: Unicode/EBCDIC
11629 From: Peter Prymmer <pvhp@forte.com>
11630 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
11631 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
11632 Branch: perl
11633 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
11634____________________________________________________________________________
11635[ 9081] By: jhi on 2001/03/08 13:41:30
11636 Log: Subject: Ooops, wrong 'no *POSIX' Patch
11637 From: Dorner Thomas <Thomas.Dorner@start.de>
11638 Date: Thu, 8 Mar 2001 08:43:28 +0100
11639 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
11640 Branch: perl
11641 ! hints/posix-bc.sh
11642____________________________________________________________________________
11643[ 9080] By: jhi on 2001/03/08 13:11:42
11644 Log: It's Scripts.txt, not Script.txt.
11645 Branch: perl
11646 ! MANIFEST
11647____________________________________________________________________________
11648[ 9079] By: jhi on 2001/03/08 12:59:05
11649 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
11650 From: Dorner Thomas <Thomas.Dorner@start.de>
11651 Date: Wed, 7 Mar 2001 14:13:31 +0100
11652 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
11653 Branch: perl
11654 ! makedepend.SH
11655____________________________________________________________________________
11656[ 9078] By: jhi on 2001/03/08 12:57:43
11657 Log: Retract #9069, wrong patch.
11658 Branch: perl
11659 ! Makefile.SH
11660____________________________________________________________________________
11661[ 9077] By: jhi on 2001/03/08 01:06:13
11662 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
11663 Branch: perl
11664 + lib/unicode/Scripts.txt
11665 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
11666 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
11667 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
11668 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
11669 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
11670 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
11671 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
11672 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
11673 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
11674 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
11675 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
11676 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
11677 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
11678 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
11679 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
11680 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
11681 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
11682 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
11683 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
11684 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
11685 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
11686 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
11687 ! lib/unicode/version
11688____________________________________________________________________________
11689[ 9076] By: jhi on 2001/03/07 22:59:39
11690 Log: Integrate change #7784 from mainline into maintperl.
11691
11692 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
11693 Branch: maint-5.6/perl
11694 !> pp_ctl.c t/op/pat.t
11695____________________________________________________________________________
11696[ 9075] By: jhi on 2001/03/07 22:05:11
11697 Log: More UTF-8 test tweaks.
11698 Branch: perl
11699 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
11700____________________________________________________________________________
11701[ 9074] By: nick on 2001/03/07 21:39:29
11702 Log: Integrate mainline.
11703 Branch: perlio
11704 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
11705 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
11706 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
11707 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
11708 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
11709____________________________________________________________________________
11710[ 9073] By: jhi on 2001/03/07 16:37:09
11711 Log: Update Changes.
11712 Branch: perl
11713 ! Changes patchlevel.h
11714____________________________________________________________________________
11715[ 9072] By: jhi on 2001/03/07 16:32:30
11716 Log: Subject: [ID 20010306.004] || != named unary operator
11717 From: abela@geneanet.org
11718 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
11719 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
11720 Branch: perl
11721 ! pod/perlop.pod
11722____________________________________________________________________________
11723[ 9071] By: jhi on 2001/03/07 15:14:11
11724 Log: Subject: downgrading to bytes for common functions
11725 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
11726 Date: Wed, 7 Mar 2001 02:36:55 -0500
11727 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
11728 Branch: perl
11729 ! pp_sys.c
11730____________________________________________________________________________
11731[ 9070] By: jhi on 2001/03/07 15:04:58
11732 Log: Clarify the description differentiating for and while; inspired by
11733
11734 Subject: [ID 20010306.002] for/while difference in for definition
11735 From: abela@geneanet.org
11736 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
11737 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
11738 Branch: perl
11739 ! pod/perlsyn.pod
11740____________________________________________________________________________
11741[ 9069] By: jhi on 2001/03/07 14:55:30
11742 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
11743 From: Dorner Thomas <Thomas.Dorner@start.de>
11744 Date: Wed, 7 Mar 2001 14:13:31 +0100
11745 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
11746 Branch: perl
11747 ! Makefile.SH
11748____________________________________________________________________________
11749[ 9068] By: jhi on 2001/03/07 14:51:17
11750 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
11751 From: Radu Greab <radu@netsoft.ro>
11752 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
11753 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
11754 Branch: perl
11755 ! pp.c t/op/chop.t
11756____________________________________________________________________________
11757[ 9067] By: jhi on 2001/03/07 14:48:57
11758 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
11759 From: Simon Cozens <simon@netthink.co.uk>
11760 Date: Wed, 7 Mar 2001 13:59:28 +0000
11761 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
11762
11763 In order to allow MakeMaker to build correct Makefiles,
11764 you need to change the order of the arguments in MM_Unix.pm
11765 as well. (Unless you have C89_CCMODE set, but we're trying
11766 to be POSIXly correct)
11767
11768 Thanks to Merijn Broeren for tracking this down.
11769 Branch: perl
11770 ! lib/ExtUtils/MM_Unix.pm
11771____________________________________________________________________________
11772[ 9066] By: jhi on 2001/03/07 14:30:02
11773 Log: Floating point too messy.
11774 Branch: perl
11775 ! t/camel-III/vstring.t
11776____________________________________________________________________________
11777[ 9065] By: jhi on 2001/03/07 14:17:44
11778 Log: Integrate change #9064 from maintperl into mainline.
11779
11780 fix memory leak in pack("Bb",...)
11781 Branch: perl
11782 !> perl.c
11783____________________________________________________________________________
11784[ 9064] By: gsar on 2001/03/07 06:29:24
11785 Log: fix memory leak in pack("Bb",...)
11786 Branch: maint-5.6/perl
11787 ! perl.c
11788____________________________________________________________________________
11789[ 9063] By: jhi on 2001/03/07 00:55:04
11790 Log: Major utf8 test reorganisation and rewrite.
11791 Hopefully no tests were lost in the shuffle.
11792 (The beginning of pragma/utf8 was lost intentionally,
11793 the tests were rather bogus and incomplete.)
11794 Branch: perl
11795 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
11796 ! t/pragma/utf8.t
11797____________________________________________________________________________
11798[ 9062] By: jhi on 2001/03/07 00:41:16
11799 Log: More tweakage on the Unicode character class descriptions.
11800 Branch: perl
11801 ! lib/unicode/mktables.PL pod/perlretut.pod
11802____________________________________________________________________________
11803[ 9061] By: jhi on 2001/03/06 23:12:38
11804 Log: The perlretut was still talking about the old \p and \P
11805 definitions.
11806 Branch: perl
11807 ! pod/perlretut.pod
11808____________________________________________________________________________
11809[ 9060] By: nick on 2001/03/06 20:52:37
11810 Log: Integrate mainline (make test works again now).
11811 Branch: perlio
11812 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
11813____________________________________________________________________________
11814[ 9059] By: jhi on 2001/03/06 15:36:14
11815 Log: 0.999... does equal 1.0, doesn't it?
11816 Branch: perl
11817 ! t/camel-III/vstring.t
11818____________________________________________________________________________
11819[ 9058] By: jhi on 2001/03/06 15:34:00
11820 Log: Make /x{abcd}/ to work without use utf8.
11821 Branch: perl
11822 ! regcomp.c
11823____________________________________________________________________________
11824[ 9057] By: jhi on 2001/03/06 03:02:36
11825 Log: Easier to outcomment all the three reset() tests for now.
11826 Branch: perl
11827 ! t/op/pat.t
11828____________________________________________________________________________
11829[ 9056] By: jhi on 2001/03/06 02:30:02
11830 Log: Comment out the deadly reset; until the 20010301.005
11831 is finally fixed.
11832 Branch: perl
11833 ! t/op/pat.t
11834____________________________________________________________________________
11835[ 9055] By: jhi on 2001/03/06 02:21:26
11836 Log: Integrate the change #9054 from mainline:
11837 retract the PMOP cleanup patch pending further investigation.
11838 Branch: maint-5.6/perl
11839 !> op.c op.h
11840____________________________________________________________________________
11841[ 9054] By: jhi on 2001/03/06 02:19:57
11842 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
11843 with oddly familiar stack traces.
11844 Branch: perl
11845 ! op.c op.h
11846____________________________________________________________________________
11847[ 9053] By: jhi on 2001/03/05 23:20:28
11848 Log: Integrate perlio.
11849 Branch: perl
11850 +> ext/Encode/Encode/koi8-r.ucm
11851 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
11852 !> makedef.pl
11853____________________________________________________________________________
11854[ 9052] By: nick on 2001/03/05 23:08:17
11855 Log: skipping USE_PERLIO symbols correction.
11856 Branch: perlio
11857 ! makedef.pl
11858____________________________________________________________________________
11859[ 9051] By: nick on 2001/03/05 22:35:07
11860 Log: More Encode alias tidying.
11861 Branch: perlio
11862 + ext/Encode/Encode/koi8-r.ucm
11863 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
11864____________________________________________________________________________
11865[ 9050] By: jhi on 2001/03/05 21:44:29
11866 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
11867 Sarathy's fix for ID 20010301.005.
11868 Branch: maint-5.6/perl
11869 !> op.c op.h
11870____________________________________________________________________________
11871[ 9049] By: nick on 2001/03/05 19:54:04
11872 Log: Integrate Jarkko's Encode.pm tweak.
11873 Branch: perlio
11874 !> ext/Encode/Encode.pm
11875____________________________________________________________________________
11876[ 9048] By: nick on 2001/03/05 19:47:57
11877 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
11878 Branch: perlio
11879 +> os2/os2add.sym
11880 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
11881 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
11882 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
11883 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
11884 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
11885____________________________________________________________________________
11886[ 9047] By: jhi on 2001/03/05 19:25:26
11887 Log: Regen perlapi.
11888 Branch: perl
11889 ! pod/perlapi.pod
11890____________________________________________________________________________
11891[ 9046] By: jhi on 2001/03/05 19:12:14
11892 Log: Integrate perlio.
11893 Branch: perl
11894 +> t/camel-III/vstring.t
11895 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
11896____________________________________________________________________________
11897[ 9045] By: jhi on 2001/03/05 19:10:36
11898 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
11899 Branch: perl
11900 ! ext/Encode/Encode.pm
11901____________________________________________________________________________
11902[ 9044] By: jhi on 2001/03/05 18:49:12
11903 Log: Forgot the other half of the PMOP patch (#9033).
11904 Branch: perl
11905 ! op.h
11906____________________________________________________________________________
11907[ 9043] By: nick on 2001/03/05 18:14:47
11908 Log: Update MANIFEST for new test.
11909 Branch: perlio
11910 ! MANIFEST
11911____________________________________________________________________________
11912[ 9042] By: nick on 2001/03/05 18:12:41
11913 Log: Some tests for Camel 3rd edition features.
11914 Make gethostbyaddr() test in above work.
11915 Branch: perlio
11916 + t/camel-III/vstring.t
11917 ! pp.h pp_sys.c t/TEST t/harness
11918____________________________________________________________________________
11919[ 9041] By: jhi on 2001/03/05 17:41:48
11920 Log: Add more ISO 8859 encoding aliases.
11921 Branch: perl
11922 ! ext/Encode/Encode.pm
11923____________________________________________________________________________
11924[ 9040] By: jhi on 2001/03/05 17:30:43
11925 Log: Integrate perlio.
11926 Branch: perl
11927 !> MANIFEST sv.c
11928____________________________________________________________________________
11929[ 9039] By: nick on 2001/03/05 17:11:36
11930 Log: Missed added file.
11931 Branch: perlio
11932 ! MANIFEST
11933____________________________________________________________________________
11934[ 9038] By: jhi on 2001/03/05 15:58:01
11935 Log: Add tr tests for EBCDIC, from Karsten Sperling.
11936 Branch: perl
11937 ! t/op/tr.t
11938____________________________________________________________________________
11939[ 9037] By: nick on 2001/03/05 15:56:35
11940 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
11941 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
11942
11943 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
11944 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
11945 - uses SvPV() rather than sv_2pv() in case it isn't a string.
11946 Branch: perlio
11947 ! sv.c
11948____________________________________________________________________________
11949[ 9036] By: jhi on 2001/03/05 15:49:15
11950 Log: Add matching tests currently failing in EBCDIC,
11951 suggested by Karsten Sperling.
11952 Branch: perl
11953 ! t/op/pat.t
11954____________________________________________________________________________
11955[ 9035] By: jhi on 2001/03/05 15:36:55
11956 Log: The #9034 needs a MANIFESTation.
11957 Branch: perl
11958 ! MANIFEST
11959____________________________________________________________________________
11960[ 9034] By: jhi on 2001/03/05 15:35:14
11961 Log: Integrate perlio.
11962 Branch: perl
11963 +> ext/Encode/Encode/Tcl.pm
11964 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11965 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
11966 !> ext/Encode/Encode/iso8859-1.ucm
11967 !> ext/Encode/Encode/iso8859-10.ucm
11968 !> ext/Encode/Encode/iso8859-13.ucm
11969 !> ext/Encode/Encode/iso8859-14.ucm
11970 !> ext/Encode/Encode/iso8859-15.ucm
11971 !> ext/Encode/Encode/iso8859-16.ucm
11972 !> ext/Encode/Encode/iso8859-2.ucm
11973 !> ext/Encode/Encode/iso8859-3.ucm
11974 !> ext/Encode/Encode/iso8859-4.ucm
11975 !> ext/Encode/Encode/iso8859-5.ucm
11976 !> ext/Encode/Encode/iso8859-6.ucm
11977 !> ext/Encode/Encode/iso8859-7.ucm
11978 !> ext/Encode/Encode/iso8859-8.ucm
11979 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
11980 !> t/lib/encode.t
11981____________________________________________________________________________
11982[ 9033] By: jhi on 2001/03/05 15:33:18
11983 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
11984 From: Gurusamy Sarathy <gsar@ActiveState.com>
11985 Date: Sun, 04 Mar 2001 22:33:15 -0800
11986 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
11987
11988 PMOPs need to remember their own stash so that they can
11989 gracefully remove themselves from their linked list.
11990 Branch: perl
11991 ! op.c
11992____________________________________________________________________________
11993[ 9032] By: nick on 2001/03/05 14:51:50
11994 Log: Encode implementation "completion"
11995 Implement and document define_encoding()
11996 Implement and document encoding aliases including define_alias()
11997 Make Encode::XS use define_encoding() rather than back-door.
11998 Move run-time *.enc to separate Encode::Tcl module.
11999 Make 'compile' honour <codeset_name>
12000 Change canonical names of to iso-8859-* and US-ascii.
12001 Branch: perlio
12002 + ext/Encode/Encode/Tcl.pm
12003 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12004 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
12005 ! ext/Encode/Encode/iso8859-1.ucm
12006 ! ext/Encode/Encode/iso8859-10.ucm
12007 ! ext/Encode/Encode/iso8859-13.ucm
12008 ! ext/Encode/Encode/iso8859-14.ucm
12009 ! ext/Encode/Encode/iso8859-15.ucm
12010 ! ext/Encode/Encode/iso8859-16.ucm
12011 ! ext/Encode/Encode/iso8859-2.ucm
12012 ! ext/Encode/Encode/iso8859-3.ucm
12013 ! ext/Encode/Encode/iso8859-4.ucm
12014 ! ext/Encode/Encode/iso8859-5.ucm
12015 ! ext/Encode/Encode/iso8859-6.ucm
12016 ! ext/Encode/Encode/iso8859-7.ucm
12017 ! ext/Encode/Encode/iso8859-8.ucm
12018 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
12019 ! t/lib/encode.t
12020____________________________________________________________________________
12021[ 9031] By: jhi on 2001/03/05 13:51:17
12022 Log: Integrate change #9030 from maintperl into mainline.
12023
12024 Subject: [PATCH 5.6.1] OS/2 cleanup
12025 Branch: perl
12026 +> os2/os2add.sym
12027 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12028 !> makedef.pl os2/Changes os2/Makefile.SHs
12029 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12030 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
12031 !> os2/os2.sym os2/os2ish.h
12032____________________________________________________________________________
12033[ 9030] By: jhi on 2001/03/05 13:46:49
12034 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
12035 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12036 Date: Mon, 5 Mar 2001 02:29:44 -0500
12037 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
12038 Branch: maint-5.6/perl
12039 + os2/os2add.sym
12040 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12041 ! makedef.pl os2/Changes os2/Makefile.SHs
12042 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12043 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
12044 ! os2/os2.sym os2/os2ish.h
12045____________________________________________________________________________
12046[ 9029] By: jhi on 2001/03/05 13:40:35
12047 Log: Integrate change #9028 from maintperl into mainline.
12048
12049 various nits in MM_Unix.pm found by disabling SelfLoader
12050 Branch: perl
12051 !> lib/ExtUtils/MM_Unix.pm
12052____________________________________________________________________________
12053[ 9028] By: gsar on 2001/03/05 09:58:38
12054 Log: various nits in MM_Unix.pm found by disabling SelfLoader
12055 Branch: maint-5.6/perl
12056 ! lib/ExtUtils/MM_Unix.pm
12057____________________________________________________________________________
12058[ 9027] By: nick on 2001/03/05 08:35:22
12059 Log: Integrate mainline
12060 Branch: perlio
12061 !> (integrate 28 files)
12062____________________________________________________________________________
12063[ 9026] By: jhi on 2001/03/05 02:14:59
12064 Log: Integrate change #9025 from mainline to maintperl,
12065 retract \N{U+HHHH}.
12066 Branch: maint-5.6/perl
12067 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12068 !> t/lib/charnames.t toke.c
12069____________________________________________________________________________
12070[ 9025] By: jhi on 2001/03/05 02:13:09
12071 Log: Retracting \N{U+HHHH}.
12072 Branch: perl
12073 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12074 ! t/lib/charnames.t toke.c
12075____________________________________________________________________________
12076[ 9024] By: jhi on 2001/03/04 20:51:07
12077 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
12078 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12079 Date: Fri, 02 Mar 2001 18:25:26 +0100
12080 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
12081
12082 Casting problem.
12083 Branch: perl
12084 ! ext/Storable/Storable.xs
12085____________________________________________________________________________
12086[ 9023] By: jhi on 2001/03/04 19:46:45
12087 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
12088 From: nick@talking.bollo.cx
12089 Date: Sat, 03 Mar 2001 21:41:33 +0000
12090 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
12091
12092 Revert the workaround.
12093 Branch: perl
12094 ! perlio.c
12095____________________________________________________________________________
12096[ 9022] By: jhi on 2001/03/04 19:36:28
12097 Log: Update Changes.
12098 Branch: perl
12099 ! Changes patchlevel.h
12100____________________________________________________________________________
12101[ 9021] By: jhi on 2001/03/04 18:41:00
12102 Log: makedef.pl updates suggested by Chris Nandor; double-checking
12103 the changes in AIX, OS/2 Win32 would be nice.
12104 Branch: perl
12105 ! makedef.pl
12106____________________________________________________________________________
12107[ 9020] By: jhi on 2001/03/04 18:23:58
12108 Log: Integrate change #9012 from maintperl into mainline,
12109 quench a compiler warning.
12110 Branch: perl
12111 !> toke.c
12112____________________________________________________________________________
12113[ 9019] By: jhi on 2001/03/04 18:18:43
12114 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
12115
12116 \N{U+HHHH} fix.
12117
12118 pattern in G_ARRAY context
12119 Branch: maint-5.6/perl
12120 !> pp_hot.c t/op/pat.t toke.c
12121____________________________________________________________________________
12122[ 9018] By: jhi on 2001/03/04 18:07:48
12123 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
12124 From: Jeff Pinyan <jeffp@crusoe.net>
12125 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
12126 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
12127 Branch: perl
12128 ! pp_hot.c t/op/pat.t
12129____________________________________________________________________________
12130[ 9017] By: jhi on 2001/03/04 18:06:21
12131 Log: I thought I tested the #9014.
12132 Branch: perl
12133 ! toke.c
12134____________________________________________________________________________
12135[ 9016] By: jhi on 2001/03/04 17:41:22
12136 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
12137
12138 Tweak the get*ent() OS/2 prototypes.
12139
12140 Add the \N{U+HHHH} syntax.
12141
12142 More tr/// UTF-8 fixes from Inaba Hiroto.
12143 Branch: maint-5.6/perl
12144 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
12145 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
12146____________________________________________________________________________
12147[ 9015] By: jhi on 2001/03/04 17:36:04
12148 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
12149 Branch: perl
12150 ! doop.c t/op/tr.t
12151____________________________________________________________________________
12152[ 9014] By: jhi on 2001/03/04 17:24:49
12153 Log: Add the \N{U+HHHH} syntax.
12154 Branch: perl
12155 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12156 ! t/lib/charnames.t toke.c
12157____________________________________________________________________________
12158[ 9013] By: jhi on 2001/03/04 17:20:45
12159 Log: Tweak the get*ent() OS/2 prototypes.
12160 Branch: perl
12161 ! os2/os2.c
12162____________________________________________________________________________
12163[ 9012] By: gsar on 2001/03/04 06:26:14
12164 Log: avoid warning (nit in change#9009)
12165 Branch: maint-5.6/perl
12166 ! toke.c
12167____________________________________________________________________________
12168[ 9011] By: gsar on 2001/03/04 06:15:24
12169 Log: lib/charnames.t fails in 5.6.x because of older Unicode
12170 data
12171
12172 TODO: need to revisit this after updating lib/unicode/...
12173 Branch: maint-5.6/perl
12174 ! t/lib/charnames.t
12175____________________________________________________________________________
12176[ 9010] By: gsar on 2001/03/04 06:08:36
12177 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
12178 Branch: maint-5.6/perl
12179 ! toke.c
12180____________________________________________________________________________
12181[ 9009] By: jhi on 2001/03/03 19:27:20
12182 Log: Integrate change #9008 from mainline to maintperl,
12183 UTF-8 tr/// fixes from Inaba Hiroto.
12184 Branch: maint-5.6/perl
12185 !> doop.c op.c t/op/tr.t toke.c
12186____________________________________________________________________________
12187[ 9008] By: jhi on 2001/03/03 19:19:42
12188 Log: UTF8 tr/// fixes from Inaba Hiroto.
12189 Branch: perl
12190 ! doop.c op.c t/op/tr.t toke.c
12191____________________________________________________________________________
12192[ 9007] By: jhi on 2001/03/03 19:00:30
12193 Log: Integrate change #9006 from maintperl to mainline,
12194 more robust quest for the infinite.
12195 Branch: perl
12196 !> lib/Math/Complex.pm
12197____________________________________________________________________________
12198[ 9006] By: jhi on 2001/03/03 18:58:06
12199 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
12200 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12201 Date: Sat, 3 Mar 2001 12:51:50 -0500
12202 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
12203
12204 Be more robust in our quest for the infinite.
12205 Branch: maint-5.6/perl
12206 ! lib/Math/Complex.pm
12207____________________________________________________________________________
12208[ 9005] By: jhi on 2001/03/03 17:55:50
12209 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
12210 Branch: maint-5.6/perl
12211 ! doio.c
12212____________________________________________________________________________
12213[ 9004] By: jhi on 2001/03/03 17:40:14
12214 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
12215 so that picky compilers like IRIX won't get huffy about
12216 "statements without effect" (like 1;).
12217 Branch: perl
12218 ! toke.c
12219____________________________________________________________________________
12220[ 9003] By: jhi on 2001/03/03 17:15:52
12221 Log: Integrate change #9002 from mainline to maintperl.
12222
12223 Subject: [perl-5.6.x, perl-current] accept for EPOC
12224 Branch: maint-5.6/perl
12225 !> pp_sys.c
12226____________________________________________________________________________
12227[ 9002] By: jhi on 2001/03/03 17:14:30
12228 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
12229 From: Olaf Flebbe <O.Flebbe@science-computing.de>
12230 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
12231 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
12232 Branch: perl
12233 ! pp_sys.c
12234____________________________________________________________________________
12235[ 9001] By: jhi on 2001/03/03 17:13:13
12236 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
12237 From: "Craig A. Berry" <craigberry@mac.com>
12238 Date: Fri, 02 Mar 2001 17:44:40 -0600
12239 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
12240 Branch: perl
12241 ! t/pod/find.t
12242____________________________________________________________________________
12243[ 9000] By: jhi on 2001/03/03 17:11:55
12244 Log: Integrate changes #8997,8999 from maintperl.
12245
12246 Subject: [PATCH 5.6.1] compiling on OS/2
12247 (Better error message from hints/os2.sh)
12248
12249 Subject: [PATCH 5.6.1] syslog.t
12250 Branch: perl
12251 !> hints/os2.sh t/lib/syslog.t
12252____________________________________________________________________________
12253[ 8999] By: jhi on 2001/03/03 17:09:28
12254 Log: Subject: [PATCH 5.6.1] syslog.t
12255 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12256 Date: Sat, 3 Mar 2001 02:11:17 -0500
12257 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
12258 Branch: maint-5.6/perl
12259 ! t/lib/syslog.t
12260____________________________________________________________________________
12261[ 8998] By: jhi on 2001/03/03 17:07:50
12262 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
12263 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12264 Date: Sat, 3 Mar 2001 01:53:52 -0500
12265 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
12266 Branch: maint-5.6/perl
12267 ! opcode.pl os2/os2.c
12268____________________________________________________________________________
12269[ 8997] By: jhi on 2001/03/03 17:03:30
12270 Log: Subject: [PATCH 5.6.1] compiling on OS/2
12271 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12272 Date: Sat, 3 Mar 2001 01:59:59 -0500
12273 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
12274 Branch: maint-5.6/perl
12275 ! hints/os2.sh
12276____________________________________________________________________________
12277[ 8996] By: jhi on 2001/03/03 00:55:58
12278 Log: Regen files for mainline.
12279 Branch: perl
12280 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12281 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
12282____________________________________________________________________________
12283[ 8995] By: jhi on 2001/03/03 00:35:22
12284 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
12285 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
12286 to maintperl.
12287
12288 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
12289
12290 Add Configure option -Dmksymlinks which will create a symlink
12291 forest if the current/build differs from the source directory.
12292 (8218,8220,8221,8317,8318,8971)
12293
12294 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
12295 (Document APPLLIB_EXP in INSTALL.)
12296
12297 If running byacc write-enable also perly.h.
12298
12299 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
12300
12301 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
12302
12303 Sanity check for conflicting thread flavours.
12304
12305 Fix the sys/fcntl.h problem reported by Peter Prymmer.
12306
12307 Add few CPUs/architectures to the Cppsym scan,
12308 add -perlio to archname if so selected (modified 8890)
12309
12310 Be more helpful for devel builders, suggested by John L. Allen.
12311 (admittedly pointless change for maintperl, but the usedevel
12312 code is there already)
12313 Branch: maint-5.6/perl
12314 !> Configure INSTALL Makefile.SH Porting/Glossary
12315 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
12316 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
12317 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
12318 !> win32/config.bc win32/config.gc win32/config.vc
12319____________________________________________________________________________
12320[ 8994] By: jhi on 2001/03/02 23:31:41
12321 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
12322 Branch: metaconfig/U/perl
12323 ! gccvers.U
12324____________________________________________________________________________
12325[ 8993] By: jhi on 2001/03/02 23:22:12
12326 Log: Regenerate various files for maint.
12327 Branch: maint-5.6/perl
12328 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
12329 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
12330____________________________________________________________________________
12331[ 8992] By: alanbur on 2001/03/02 22:48:34
12332 Log: Resync wuth parent
12333 Branch: maint-5.6/pureperl
12334 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
12335 !> (integrate 60 files)
12336____________________________________________________________________________
12337[ 8991] By: jhi on 2001/03/02 21:00:08
12338 Log: Retract the #8742 part of #8986, backward compat.
12339 Branch: maint-5.6/perl
12340 ! embed.pl
12341____________________________________________________________________________
12342[ 8990] By: jhi on 2001/03/02 20:40:07
12343 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
12344 Branch: maint-5.6/perl
12345 ! hv.c
12346____________________________________________________________________________
12347[ 8989] By: jhi on 2001/03/02 19:59:56
12348 Log: Update Changes.
12349 Branch: perl
12350 ! Changes patchlevel.h
12351____________________________________________________________________________
12352[ 8988] By: jhi on 2001/03/02 19:57:08
12353 Log: Integrate perlio.
12354 Branch: perl
12355 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12356 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12357 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12358 !> ext/Encode/Encode/iso8859-10.ucm
12359 !> ext/Encode/Encode/iso8859-13.ucm
12360 !> ext/Encode/Encode/iso8859-14.ucm
12361 !> ext/Encode/Encode/iso8859-15.ucm
12362 !> ext/Encode/Encode/iso8859-16.ucm
12363 !> ext/Encode/Encode/iso8859-2.ucm
12364 !> ext/Encode/Encode/iso8859-3.ucm
12365 !> ext/Encode/Encode/iso8859-4.ucm
12366 !> ext/Encode/Encode/iso8859-5.ucm
12367 !> ext/Encode/Encode/iso8859-6.ucm
12368 !> ext/Encode/Encode/iso8859-7.ucm
12369 !> ext/Encode/Encode/iso8859-8.ucm
12370 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12371 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
12372____________________________________________________________________________
12373[ 8987] By: jhi on 2001/03/02 19:43:40
12374 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
12375 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
12376 8950,8952,8955 from mainline to maintperl.
12377
12378 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
12379
12380 Put to rest the 20010205.001, the email address checking (not) regex.
12381
12382 fork() not everywhere, cleanup temp files.
12383
12384 The #8843 wasn't quite right: %Config needs to imported.
12385
12386 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
12387 (#8849: the glob-basic hunk needed massaging as it depended
12388 on Schwern's large-scale (unintegrated) patches)
12389
12390 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
12391
12392 Upgrade to CGI.pm 2.752, from Lincoln Stein.
12393 (Note: there were some conflicts due to EBCDIC and EPOC
12394 patches, in general I preferred the repository code.)
12395 (When 2.753 comes out, we need to synchronize.)
12396
12397 Subject: [PATCH] fix for charnames above FFFF
12398
12399 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
12400
12401 If no sfio, no -lsfio.
12402
12403 Run run/*.t also in minitest.
12404
12405 Subject: [PATCH perl 5.7.0] malloc message address offset
12406
12407 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
12408
12409 Subject: fix for parameter -Dm (for perl@8867)
12410
12411 Subject: [PATCH: perl@8892] was Re: hashing order difference?
12412 (make the test more portable)
12413
12414 Subject: Re: [PATCH] fix for charnames above FFFF
12415
12416 Subject: Re: I'm losing the war...
12417 (hv_store() not working correctly in ENV_IS_CASELESS case.)
12418
12419 Subject: Modified README.bs2000
12420
12421 Subject: [PATCH: perl@8935] -Dt padsv($var)
12422
12423 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
12424
12425 Subject: PATCH: extra tests to check on negative float to unsigned cast
12426
12427 Subject: [PATCH] XPUSH[insp] was Re: progress
12428
12429 Subject: Re: Compile with perlcc..
12430 Branch: maint-5.6/perl
12431 !> (integrate 36 files)
12432____________________________________________________________________________
12433[ 8986] By: jhi on 2001/03/02 18:51:25
12434 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
12435 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
12436 to maintperl.
12437
12438 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
12439
12440 Subject: [DOC PATCH] overload.pm nits
12441
12442 Add header for LIB$ prototypes (C. Berry)
12443
12444 Convert fwrite()s to sockets to write()s, since some socket stacks
12445 don't take kindly to stdio.
12446 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
12447 (for often optional LNMs)
12448 Correct a few typos
12449 (C. Bailey)
12450
12451 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
12452
12453 De-cut-and-pasto.
12454
12455 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
12456
12457 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
12458
12459 Upgrade to CPAN 1.59_54, from Andreas König.
12460
12461 Bogus shebang.
12462
12463 Subject: [PATCH] Document makepatch in Porting/patching
12464
12465 UTF-8 documentation.
12466
12467 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
12468
12469 Sort the MANIFEST.
12470
12471 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
12472
12473 Subject: [PATCH @8807] toke.c cleanup: scan_str()
12474
12475 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
12476
12477 Add run/*.t to testables.
12478
12479 TODO: integrate #8784.
12480 Branch: maint-5.6/perl
12481 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
12482 !> (integrate 28 files)
12483____________________________________________________________________________
12484[ 8985] By: nick on 2001/03/02 18:15:45
12485 Log: Integrate mainline
12486 Branch: perlio
12487 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
12488 !> vms/vms.c
12489____________________________________________________________________________
12490[ 8984] By: jhi on 2001/03/02 16:00:17
12491 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
12492
12493 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
12494 5.004_05, and mention the suidperl August 2000 security problem.
12495 (#8978,#8981)
12496
12497 Subject: [ID 20010301.004] Technically speaking in perldata
12498
12499 Subject: [PATCH] File::Copy for bleadperl, maintperl
12500
12501 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
12502
12503 (The #8982, fix for 20010221.005 and 20010221.008,
12504 would be nice too but it didn't integrate cleanly.)
12505 Branch: maint-5.6/perl
12506 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
12507____________________________________________________________________________
12508[ 8983] By: jhi on 2001/03/02 15:51:16
12509 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
12510 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12511 Date: Thu, 1 Mar 2001 15:54:09 EST
12512 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
12513 Branch: perl
12514 ! vms/vms.c
12515____________________________________________________________________________
12516[ 8982] By: jhi on 2001/03/02 15:43:31
12517 Log: Subject: Re: sync sync sync: have I missed any patches?
12518 From: Radu Greab <radu@netsoft.ro>
12519 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
12520 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
12521
12522 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
12523 was checking argv[0] regardless of whether a different pathname
12524 will actually be executed." Test case not supplied because
12525 drafting that, ironically enough, revealed another bug
12526 (or a feature).
12527 Branch: perl
12528 ! doio.c
12529____________________________________________________________________________
12530[ 8981] By: jhi on 2001/03/02 15:28:03
12531 Log: Misdate in #8978.
12532 Branch: perl
12533 ! pod/perlfaq1.pod
12534____________________________________________________________________________
12535[ 8980] By: jhi on 2001/03/02 15:24:20
12536 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
12537 From: Chris Nandor <pudge@pobox.com>
12538 Date: Wed, 28 Feb 2001 22:10:15 -0500
12539 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
12540 Branch: perl
12541 ! lib/File/Copy.pm
12542____________________________________________________________________________
12543[ 8979] By: jhi on 2001/03/02 15:17:16
12544 Log: Subject: [ID 20010301.004] Technically speaking in perldata
12545 From: abela@geneanet.org
12546 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
12547 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
12548 Branch: perl
12549 ! pod/perldata.pod
12550____________________________________________________________________________
12551[ 8978] By: jhi on 2001/03/02 15:15:27
12552 Log: Subject: [ID 20010301.003] ref to 5.004
12553 From: abela@geneanet.org
12554 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
12555 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
12556
12557 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
12558 and mention the suidperl August 2000 security problem.
12559 Branch: perl
12560 ! pod/perlfaq1.pod
12561____________________________________________________________________________
12562[ 8977] By: alanbur on 2001/03/02 14:17:45
12563 Log: Resynchronised with parent
12564 Branch: maint-5.6/pureperl
12565 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
12566 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
12567 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
12568 !> vms/descrip_mms.template win32/win32.c win32/win32.h
12569 !> win32/win32iop.h
12570____________________________________________________________________________
12571[ 8976] By: nick on 2001/03/01 23:25:30
12572 Log: Integrate mainline.
12573 Branch: perlio
12574 - t/op/qu.t
12575 !> (integrate 55 files)
12576____________________________________________________________________________
12577[ 8975] By: jhi on 2001/03/01 16:51:34
12578 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
12579 Branch: perl
12580 !> toke.c
12581____________________________________________________________________________
12582[ 8974] By: gsar on 2001/03/01 16:28:21
12583 Log: fix for bugid 20010226.008
12584
12585 the problem was that some of the pointers (PL_last_lop and
12586 PL_last_uni specifically) into the lex buffers weren't correctly
12587 being invalidated when the buffer changed; this would leave the
12588 pointers pointing at an arbitrary location in the buffer if
12589 the buffer didn't need to be reallocated, or point into freed
12590 memory if the buffer had to be realloced
12591
12592 TODO item for bugdb maintainers: check other seemingly random
12593 parser-related bugs--they might be cured by this
12594 Branch: maint-5.6/perl
12595 ! toke.c
12596____________________________________________________________________________
12597[ 8973] By: jhi on 2001/03/01 02:23:25
12598 Log: Retract #8970 because of a completely mysterious core dump:
12599 adding the tests 241..244 causes op/pat dump core at test #25.
12600 The test needs a lot of whittling down before the bug can be solved.
12601 Branch: perl
12602 ! t/op/pat.t
12603____________________________________________________________________________
12604[ 8972] By: jhi on 2001/03/01 01:58:38
12605 Log: Regen perlapi.
12606 Branch: perl
12607 ! pod/perlapi.pod
12608____________________________________________________________________________
12609[ 8971] By: jhi on 2001/03/01 01:34:09
12610 Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
12611 From: Nicholas Clark <nick@ccl4.org>
12612 Date: Wed, 28 Feb 2001 23:28:49 +0000
12613 Message-ID: <20010228232849.A55187@plum.flirble.org>
12614
12615 Allow a completely write protected source code tree
12616 when using the Configure -Dmksymlinks.
12617 Branch: perl
12618 ! embed.pl warnings.pl
12619____________________________________________________________________________
12620[ 8970] By: jhi on 2001/03/01 01:32:04
12621 Log: Add back the EBCDIC character range tests (for matching).
12622 Branch: perl
12623 ! t/op/pat.t
12624____________________________________________________________________________
12625[ 8969] By: nick on 2001/02/28 18:18:01
12626 Log: Add charname comments to .ucm files writen by 'compile',
12627 also order charmaps in those files by source encoding.
12628 regenerate distrubuted .ucm files
12629 Branch: perlio
12630 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12631 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12632 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12633 ! ext/Encode/Encode/iso8859-10.ucm
12634 ! ext/Encode/Encode/iso8859-13.ucm
12635 ! ext/Encode/Encode/iso8859-14.ucm
12636 ! ext/Encode/Encode/iso8859-15.ucm
12637 ! ext/Encode/Encode/iso8859-16.ucm
12638 ! ext/Encode/Encode/iso8859-2.ucm
12639 ! ext/Encode/Encode/iso8859-3.ucm
12640 ! ext/Encode/Encode/iso8859-4.ucm
12641 ! ext/Encode/Encode/iso8859-5.ucm
12642 ! ext/Encode/Encode/iso8859-6.ucm
12643 ! ext/Encode/Encode/iso8859-7.ucm
12644 ! ext/Encode/Encode/iso8859-8.ucm
12645 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12646 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
12647____________________________________________________________________________
12648[ 8968] By: jhi on 2001/02/28 16:26:37
12649 Log: Expand usemorebits early if d_casti32 needs to be undefined.
12650 Branch: perl
12651 ! hints/hpux.sh hints/irix_6.sh
12652____________________________________________________________________________
12653[ 8967] By: jhi on 2001/02/28 16:22:26
12654 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
12655 retract toke.c/qu parts of #8583, retract #8485, retract
12656 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
12657 op/length.t, and MANIFEST, and delete t/op/qu.t.
12658 Branch: perl
12659 - t/op/qu.t
12660 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
12661 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
12662 ! t/op/length.t toke.c
12663____________________________________________________________________________
12664[ 8966] By: jhi on 2001/02/28 15:00:27
12665 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
12666 by not changing from pre-Unicode days into being Unicode-aware.
12667 Sniff.
12668 Branch: perl
12669 ! pp.c t/op/pack.t t/op/qu.t
12670____________________________________________________________________________
12671[ 8965] By: jhi on 2001/02/28 14:37:55
12672 Log: Subject: Re: Errors in core PODs
12673 From: Michael Stevens <michael@etla.org>
12674 Date: Fri, 23 Feb 2001 15:47:56 +0000
12675 Message-ID: <20010223154756.A7723@firedrake.org>
12676 Branch: perl
12677 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
12678 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
12679 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
12680 ! x2p/a2p.pod
12681____________________________________________________________________________
12682[ 8964] By: jhi on 2001/02/28 14:35:35
12683 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
12684 (The #8961 was too bold.)
12685 Branch: perl
12686 ! hints/hpux.sh hints/irix_6.sh
12687____________________________________________________________________________
12688[ 8963] By: jhi on 2001/02/28 14:33:39
12689 Log: Subject: Re: sync sync sync: have I missed any patches?
12690 From: Tim Jenness <t.jenness@jach.hawaii.edu>
12691 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
12692 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
12693 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
12694
12695 Replace djSP with dSP.
12696 Branch: perl
12697 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
12698 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
12699 ! win32/perlhost.h
12700____________________________________________________________________________
12701[ 8962] By: jhi on 2001/02/27 23:21:14
12702 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
12703 Branch: perl
12704 ! lib/Filter/Simple.pm
12705____________________________________________________________________________
12706[ 8961] By: jhi on 2001/02/27 22:55:26
12707 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
12708 and this would be it.
12709 Branch: perl
12710 ! hints/hpux.sh hints/irix_6.sh
12711____________________________________________________________________________
12712[ 8960] By: jhi on 2001/02/27 22:51:33
12713 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
12714 From: "Craig A. Berry" <craigberry@mac.com>
12715 Date: Tue, 27 Feb 2001 16:11:44 -0600
12716 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
12717 Branch: maint-5.6/perl
12718 ! configure.com vms/descrip_mms.template
12719____________________________________________________________________________
12720[ 8959] By: jhi on 2001/02/27 22:47:23
12721 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
12722 From: "Craig A. Berry" <craigberry@mac.com>
12723 Date: Tue, 27 Feb 2001 16:11:44 -0600
12724 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
12725 Branch: perl
12726 ! configure.com vms/descrip_mms.template
12727____________________________________________________________________________
12728[ 8958] By: jhi on 2001/02/27 15:16:42
12729 Log: Update Changes.
12730 Branch: perl
12731 ! Changes patchlevel.h
12732____________________________________________________________________________
12733[ 8957] By: jhi on 2001/02/27 06:15:07
12734 Log: Subject: [5.6.x] EPOC additions
12735 From: Olaf Flebbe <O.Flebbe@science-computing.de>
12736 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
12737 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
12738 Branch: maint-5.6/perl
12739 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
12740____________________________________________________________________________
12741[ 8956] By: jhi on 2001/02/27 06:12:11
12742 Log: Subject: [perl-current] EPOC
12743 From: Olaf Flebbe <O.Flebbe@science-computing.de>
12744 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
12745 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
12746 Branch: perl
12747 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
12748 ! epoc/epocish.c epoc/epocish.h pp_sys.c
12749____________________________________________________________________________
12750[ 8955] By: jhi on 2001/02/27 05:59:50
12751 Log: Subject: Re: Compile with perlcc..
12752 From: Edward Peschko <edwardp@excitehome.net>
12753 Date: Mon, 26 Feb 2001 18:51:58 -0800
12754 Message-ID: <20010226185158.A9871@excitehome.net>
12755
12756 plus add a simple usage message if no arguments given.
12757 Branch: perl
12758 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
12759 ! utils/Makefile utils/perlcc.PL win32/pod.mak
12760____________________________________________________________________________
12761[ 8954] By: nick on 2001/02/26 21:02:59
12762 Log: Integrate mainline
12763 Branch: perlio
12764 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
12765 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
12766 !> t/op/sprintf.t
12767____________________________________________________________________________
12768[ 8953] By: jhi on 2001/02/26 14:43:54
12769 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
12770 From: Nicholas Clark <nick@ccl4.org>
12771 Date: Mon, 26 Feb 2001 00:42:07 +0000
12772 Message-ID: <20010226004207.F23333@plum.flirble.org>
12773 Branch: perl
12774 ! pp_ctl.c
12775____________________________________________________________________________
12776[ 8952] By: jhi on 2001/02/26 14:42:13
12777 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
12778 From: Simon Cozens <simon@netthink.co.uk>
12779 Date: Mon, 26 Feb 2001 12:23:48 +0000
12780 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
12781 Branch: perl
12782 ! pod/perlguts.pod
12783____________________________________________________________________________
12784[ 8951] By: jhi on 2001/02/26 14:39:15
12785 Log: Subject: [PATCH] perlio - unknown layer
12786 From: Nicholas Clark <nick@ccl4.org>
12787 Date: Mon, 26 Feb 2001 00:27:19 +0000
12788 Message-ID: <20010226002719.E23333@plum.flirble.org>
12789 Branch: perl
12790 ! perlio.c
12791____________________________________________________________________________
12792[ 8950] By: jhi on 2001/02/26 14:38:04
12793 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
12794 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
12795 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
12796 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
12797 Branch: perl
12798 ! t/op/bop.t
12799____________________________________________________________________________
12800[ 8949] By: jhi on 2001/02/26 14:37:07
12801 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
12802 From: Peter Prymmer <pvhp@forte.com>
12803 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
12804 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
12805 Branch: perl
12806 ! lib/Test.pm
12807____________________________________________________________________________
12808[ 8948] By: jhi on 2001/02/26 14:35:53
12809 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
12810 From: Radu Greab <radu@netsoft.ro>
12811 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
12812 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
12813 Branch: perl
12814 ! pod/perlop.pod
12815____________________________________________________________________________
12816[ 8947] By: jhi on 2001/02/26 14:34:46
12817 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
12818 From: David Mitchell <davem@fdgroup.co.uk>
12819 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
12820 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
12821 Branch: perl
12822 ! run.c
12823____________________________________________________________________________
12824[ 8946] By: jhi on 2001/02/26 14:32:37
12825 Log: Subject: Modified README.bs2000
12826 From: Dorner Thomas <Thomas.Dorner@start.de>
12827 Date: Mon, 26 Feb 2001 09:22:17 +0100
12828 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
12829 Branch: perl
12830 ! README.bs2000
12831____________________________________________________________________________
12832[ 8945] By: jhi on 2001/02/26 14:19:53
12833 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
12834 to maintperl, listing the known failures on the tests 129 and 130.
12835 Branch: maint-5.6/perl
12836 !> t/op/sprintf.t
12837____________________________________________________________________________
12838[ 8944] By: jhi on 2001/02/26 14:14:15
12839 Log: Add more known sprintf failures.
12840 Branch: perl
12841 ! t/op/sprintf.t
12842____________________________________________________________________________
12843[ 8943] By: jhi on 2001/02/26 13:56:22
12844 Log: perlglob.exe needs to be found in Win32, patch from
12845 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
12846 which needs external glob at mini-perl time."
12847 Branch: perl
12848 ! ext/Encode/compile
12849____________________________________________________________________________
12850[ 8942] By: jhi on 2001/02/26 13:52:19
12851 Log: A missing dTHX from Vadim Konovalov.
12852 Branch: perl
12853 ! perlio.c
12854____________________________________________________________________________
12855[ 8941] By: jhi on 2001/02/26 13:37:05
12856 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
12857 Branch: perl
12858 ! op.c
12859____________________________________________________________________________
12860[ 8940] By: jhi on 2001/02/26 13:35:40
12861 Log: Integrate perlio.
12862 Branch: perl
12863 !> ext/Encode/Encode.pm
12864____________________________________________________________________________
12865[ 8939] By: nick on 2001/02/25 23:47:09
12866 Log: Integrate mainline.
12867 Branch: perlio
12868 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
12869 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
12870____________________________________________________________________________
12871[ 8938] By: nick on 2001/02/25 19:36:28
12872 Log: Encode implementations docs.
12873 Branch: perlio
12874 ! ext/Encode/Encode.pm
12875____________________________________________________________________________
12876[ 8937] By: jhi on 2001/02/25 19:26:16
12877 Log: Script wasn't aligned with reality.
12878 Branch: perl
12879 ! t/pod/find.t
12880____________________________________________________________________________
12881[ 8936] By: jhi on 2001/02/25 18:54:55
12882 Log: Update Changes.
12883 Branch: perl
12884 ! Changes patchlevel.h
12885____________________________________________________________________________
12886[ 8935] By: jhi on 2001/02/25 18:46:36
12887 Log: Retract #8929,8930,8932,8933 for now.
12888 Branch: perl
12889 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
12890____________________________________________________________________________
12891[ 8934] By: jhi on 2001/02/25 17:34:35
12892 Log: Integrate perlio.
12893 Branch: perl
12894 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
12895 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
12896 !> t/lib/encode.t
12897____________________________________________________________________________
12898[ 8933] By: jhi on 2001/02/25 17:33:12
12899 Log: (Retracted by #8395.)
12900
12901 Slight tweaks in scan_const(), not fixes yet, it seems like
12902 lots of work remains to be done...
12903 Branch: perl
12904 ! toke.c
12905____________________________________________________________________________
12906[ 8932] By: jhi on 2001/02/25 17:27:11
12907 Log: (Retracted by #8395.)
12908
12909 Missing from #8930.
12910 Branch: perl
12911 ! perl.h
12912____________________________________________________________________________
12913[ 8931] By: jhi on 2001/02/25 17:26:19
12914 Log: A comment tweak.
12915 Branch: perl
12916 ! utf8.c
12917____________________________________________________________________________
12918[ 8930] By: jhi on 2001/02/25 17:25:47
12919 Log: (Retracted by #8395.)
12920
12921 Attempt to fix the EBCDIC character range problwm with //.
12922 Branch: perl
12923 ! regcomp.c
12924____________________________________________________________________________
12925[ 8929] By: jhi on 2001/02/25 17:23:45
12926 Log: (Retracted by #8395.)
12927
12928 Expand the EBCDIC character range tests, and add few nasty
12929 tr tests from Karsten Sperling.
12930 Branch: perl
12931 ! t/op/pat.t t/op/tr.t
12932____________________________________________________________________________
12933[ 8928] By: jhi on 2001/02/25 17:18:49
12934 Log: Missing check-in.
12935 Branch: perl
12936 ! lib/Pod/Find.pm
12937____________________________________________________________________________
12938[ 8927] By: nick on 2001/02/25 11:30:22
12939 Log: Change method names in Encode implementation classes to something
12940 less confusing (preparing to "go public").
12941 Branch: perlio
12942 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12943____________________________________________________________________________
12944[ 8926] By: nick on 2001/02/25 10:53:24
12945 Log: GCC __atribute__ / printf fix
12946 Branch: perlio
12947 ! perl.h
12948____________________________________________________________________________
12949[ 8925] By: nick on 2001/02/25 10:52:25
12950 Log: Checked in the wrong one ...
12951 Branch: perlio
12952 ! ext/Encode/Encode.pm
12953____________________________________________________________________________
12954[ 8924] By: nick on 2001/02/24 18:46:51
12955 Log: Integrate mainline - to see what Jarkko has in ...
12956 Branch: perlio
12957 +> t/pod/testpods/lib/Pod/Stuff.pm
12958 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
12959____________________________________________________________________________
12960[ 8923] By: nick on 2001/02/24 17:05:23
12961 Log: Encode API documentation nd tidy up.
12962 Minor additions to test.
12963 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
12964 Adds STRLEN to standard typemap.
12965 Branch: perlio
12966 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
12967 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
12968____________________________________________________________________________
12969[ 8922] By: jhi on 2001/02/24 16:38:12
12970 Log: Add a test for the "character range should match in EBCDIC
12971 if specified using explicit numerics" bug found by Karsten
12972 Sperling.
12973 Branch: perl
12974 ! t/op/pat.t
12975____________________________________________________________________________
12976[ 8921] By: jhi on 2001/02/24 16:30:16
12977 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
12978 From: schwern@pobox.com
12979 Date: Fri, 23 Feb 2001 03:21:37 -0500
12980 Message-ID: <20010223032137.A26022@magnonel.guild.net>
12981
12982 plus Charles Lane's fixes, plus tweaks.
12983 Branch: perl
12984 + t/pod/testpods/lib/Pod/Stuff.pm
12985 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
12986____________________________________________________________________________
12987[ 8920] By: nick on 2001/02/24 10:30:11
12988 Log: Integrate mainline
12989 Branch: perlio
12990 !> (integrate 33 files)
12991____________________________________________________________________________
12992[ 8919] By: jhi on 2001/02/24 00:23:35
12993 Log: Subject: Re: I'm losing the war...
12994 From: "Vadim Konovalov" <watman@inbox.ru>
12995 Date: Sat, 24 Feb 2001 00:10:14 +0300
12996 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
12997
12998 hv_store() not working correctly in ENV_IS_CASELESS case.
12999 Branch: perl
13000 ! hv.c
13001____________________________________________________________________________
13002[ 8918] By: jhi on 2001/02/24 00:20:09
13003 Log: Subject: Re: [PATCH] fix for charnames above FFFF
13004 From: andreas.koenig@anima.de (Andreas J. Koenig)
13005 Date: 23 Feb 2001 02:39:03 +0100
13006 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
13007
13008 A further efficiency tweak.
13009 Branch: perl
13010 ! lib/charnames.pm
13011____________________________________________________________________________
13012[ 8917] By: jhi on 2001/02/23 20:27:51
13013 Log: Integrate change #8916 from mainline,
13014 do away with USE_WIN32_RTL_ENV.
13015 Branch: maint-5.6/perl
13016 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
13017____________________________________________________________________________
13018[ 8916] By: jhi on 2001/02/23 20:02:25
13019 Log: Abolish USE_WIN32_RTL_ENV.
13020 Branch: perl
13021 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
13022____________________________________________________________________________
13023[ 8915] By: jhi on 2001/02/23 19:36:00
13024 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
13025 later protected by some #define.
13026 Branch: perl
13027 ! gv.c
13028____________________________________________________________________________
13029[ 8914] By: jhi on 2001/02/23 19:31:38
13030 Log: Retract #8902 for now, requested by Charles Lane, the correct
13031 fix will be something else.
13032 Branch: perl
13033 ! op.c
13034____________________________________________________________________________
13035[ 8913] By: jhi on 2001/02/23 19:11:36
13036 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
13037 From: Peter Prymmer <pvhp@forte.com>
13038 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
13039 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
13040 Branch: perl
13041 ! t/op/lex_assign.t
13042____________________________________________________________________________
13043[ 8912] By: jhi on 2001/02/23 18:38:20
13044 Log: Subject: [patch] perlio + useithreads
13045 From: Doug MacEachern <dougm@covalent.net>
13046 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
13047 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
13048
13049 Gets things running but not complete.
13050 Branch: perl
13051 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
13052____________________________________________________________________________
13053[ 8911] By: jhi on 2001/02/23 04:20:02
13054 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
13055
13056 Duplicated environment freeing, File::Temp 0.12,
13057 op/append portability (EBCDIC) tweak.
13058 Branch: maint-5.6/perl
13059 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
13060 !> t/op/append.t
13061____________________________________________________________________________
13062[ 8910] By: jhi on 2001/02/23 02:07:33
13063 Log: Integrate change #8909 from mainline, a better Borland
13064 putenv() workaround.
13065 Branch: maint-5.6/perl
13066 !> perl.c
13067____________________________________________________________________________
13068[ 8909] By: jhi on 2001/02/23 02:05:46
13069 Log: A better workaround for Borland putenv() brokenness from Sarathy.
13070 Branch: perl
13071 ! perl.c
13072____________________________________________________________________________
13073[ 8908] By: jhi on 2001/02/23 02:04:14
13074 Log: Subject: fix for parameter -Dm (for perl@8867)
13075 From: "Vadim Konovalov" <watman@inbox.ru>
13076 Date: Thu, 22 Feb 2001 17:30:12 +0300
13077 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
13078 Branch: perl
13079 ! perl.h
13080____________________________________________________________________________
13081[ 8907] By: jhi on 2001/02/23 01:58:20
13082 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
13083 From: Peter Prymmer <pvhp@forte.com>
13084 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
13085 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
13086 Branch: perl
13087 ! t/op/append.t
13088____________________________________________________________________________
13089[ 8906] By: jhi on 2001/02/23 01:48:34
13090 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
13091 Branch: perl
13092 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
13093____________________________________________________________________________
13094[ 8905] By: jhi on 2001/02/23 01:43:30
13095 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
13096 From: Peter Prymmer <pvhp@forte.com>
13097 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
13098 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
13099 Branch: perl
13100 ! t/lib/st-06compat.t
13101____________________________________________________________________________
13102[ 8904] By: jhi on 2001/02/23 01:42:39
13103 Log: Metaconfig unit change for #8903.
13104 Branch: metaconfig/U/perl
13105 ! Devel.U
13106____________________________________________________________________________
13107[ 8903] By: jhi on 2001/02/23 01:42:12
13108 Log: Be more helpful for devel builders, suggested by John L. Allen.
13109 Branch: perl
13110 ! Configure
13111____________________________________________________________________________
13112[ 8902] By: jhi on 2001/02/23 01:37:41
13113 Log: (Retracted by #8914)
13114 (Wrongly, reinstated by #8941)
13115
13116 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
13117 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13118 Date: Thu, 22 Feb 2001 09:43:57 EST
13119 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
13120 Branch: perl
13121 ! op.c
13122____________________________________________________________________________
13123[ 8901] By: jhi on 2001/02/23 01:20:32
13124 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
13125 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13126 Date: Thu, 22 Feb 2001 08:01:35 EST
13127 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
13128 Branch: perl
13129 ! malloc.c
13130____________________________________________________________________________
13131[ 8900] By: jhi on 2001/02/23 01:18:02
13132 Log: Integrate changes #8898,8899 from mainline, environ handling.
13133 Branch: maint-5.6/perl
13134 !> perl.c
13135____________________________________________________________________________
13136[ 8899] By: jhi on 2001/02/23 01:16:25
13137 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
13138 putenv() is not to be relied on, they are either broken or leaky
13139 or both.)
13140 Branch: perl
13141 ! perl.c
13142____________________________________________________________________________
13143[ 8898] By: jhi on 2001/02/22 23:36:59
13144 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
13145 and safesysfree() must be used.
13146 Branch: perl
13147 ! perl.c
13148____________________________________________________________________________
13149[ 8897] By: jhi on 2001/02/22 23:25:45
13150 Log: With environ one must use safesysmalloc()/safesysfree().
13151 Branch: perl
13152 ! perl.c
13153____________________________________________________________________________
13154[ 8896] By: jhi on 2001/02/22 22:13:18
13155 Log: If we have a duplicated environment free it
13156 if PERL_DESTRUCT_LEVEL.
13157 Branch: perl
13158 ! perl.c
13159____________________________________________________________________________
13160[ 8895] By: alanbur on 2001/02/22 19:31:57
13161 Log: Synchronised with parent
13162 Branch: maint-5.6/pureperl
13163 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
13164____________________________________________________________________________
13165[ 8894] By: gsar on 2001/02/22 19:06:18
13166 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
13167
13168 fix memory leak in method call optimization (change#3768);
13169 made C<eval "$x->foo()"> leak
13170
13171 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
13172 Branch: maint-5.6/perl
13173 !> op.c
13174____________________________________________________________________________
13175[ 8893] By: jhi on 2001/02/22 18:35:27
13176 Log: (Retracted by #8915.)
13177
13178 Third Degree finding:
13179 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
13180 Branch: perl
13181 ! gv.c
13182____________________________________________________________________________
13183[ 8892] By: jhi on 2001/02/22 14:28:32
13184 Log: Update Changes.
13185 Branch: perl
13186 ! Changes patchlevel.h
13187____________________________________________________________________________
13188[ 8891] By: jhi on 2001/02/22 13:22:45
13189 Log: Metaconfig unit changes for #8890.
13190 Branch: metaconfig
13191 ! U/modified/Cppsym.U U/threads/archname.U
13192____________________________________________________________________________
13193[ 8890] By: jhi on 2001/02/22 13:22:12
13194 Log: Add -stdio to the archname if no perlio selected,
13195 no -perlio added since that is now the default.
13196
13197 Add few CPUs/architectures to the Cppsym scan.
13198 Branch: perl
13199 ! Configure config_h.SH
13200____________________________________________________________________________
13201[ 8889] By: jhi on 2001/02/22 13:05:59
13202 Log: Metaconfig unit change for #8888.
13203 Branch: metaconfig/U/perl
13204 ! useperlio.U
13205____________________________________________________________________________
13206[ 8888] By: jhi on 2001/02/22 13:05:28
13207 Log: *drum roll* Make perlio the default.
13208 Branch: perl
13209 ! Configure config_h.SH
13210____________________________________________________________________________
13211[ 8887] By: jhi on 2001/02/22 12:50:52
13212 Log: Integrate change #8665 from maintperl to mainline,
13213 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
13214 Branch: perl
13215 !> ext/POSIX/POSIX.xs
13216____________________________________________________________________________
13217[ 8886] By: jhi on 2001/02/22 12:49:24
13218 Log: Integrate changes #8883,8884 from mainline to maintperl.
13219
13220 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
13221 Subject: Re: File::Temp::_gettemp warning
13222 Branch: maint-5.6/perl
13223 !> embed.h embed.pl lib/File/Temp.pm
13224____________________________________________________________________________
13225[ 8885] By: jhi on 2001/02/22 12:43:59
13226 Log: Based on
13227
13228 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
13229 From: schwab@suse.de
13230 Date: Thu, 22 Feb 2001 13:08:09 +0100
13231 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
13232
13233 but the fix done slightly differently because the other
13234 half was already done in #8664.
13235 Branch: maint-5.6/perl
13236 ! ext/POSIX/POSIX.xs
13237____________________________________________________________________________
13238[ 8884] By: jhi on 2001/02/22 12:37:15
13239 Log: Subject: Re: File::Temp::_gettemp warning
13240 From: Tim Jenness <t.jenness@jach.hawaii.edu>
13241 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
13242 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
13243
13244 This patch to File::Temp does two things:
13245
13246 1. Fixes the problem with CGI::Carp when determining
13247 the Fcntl constants
13248
13249 2. Removes most of the carps and consolidates them so that all the
13250 reasons are included in a single die that is caught by the test. This
13251 means that the correct skipping behaviour is displayed by the test.
13252 Branch: perl
13253 ! lib/File/Temp.pm
13254____________________________________________________________________________
13255[ 8883] By: jhi on 2001/02/22 12:29:19
13256 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
13257 From: Peter Prymmer <pvhp@forte.com>
13258 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
13259 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
13260 Branch: perl
13261 ! embed.h embed.pl
13262____________________________________________________________________________
13263[ 8882] By: jhi on 2001/02/21 19:41:33
13264 Log: Integrate change #8881 from mainlin to maintperl.
13265
13266 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
13267 Branch: maint-5.6/perl
13268 !> op.c
13269____________________________________________________________________________
13270[ 8881] By: jhi on 2001/02/21 19:38:57
13271 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
13272 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13273 Date: Wed, 21 Feb 2001 13:08:03 EST
13274 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
13275 Branch: perl
13276 ! op.c
13277____________________________________________________________________________
13278[ 8880] By: jhi on 2001/02/21 19:34:34
13279 Log: Retract #8875, cannot let go of the old semantics of unpack U
13280 without rethinking utf8decode.t.
13281 Branch: perl
13282 ! pp.c t/op/pack.t
13283____________________________________________________________________________
13284[ 8879] By: jhi on 2001/02/21 19:08:02
13285 Log: Run run/*.t also in minitest.
13286 Branch: perl
13287 ! Makefile.SH
13288____________________________________________________________________________
13289[ 8878] By: nick on 2001/02/21 18:55:37
13290 Log: Integrate mainline
13291 Branch: perlio
13292 !> (integrate 76 files)
13293____________________________________________________________________________
13294[ 8877] By: jhi on 2001/02/21 15:09:33
13295 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
13296 Branch: metaconfig
13297 ! U/compline/nblock_io.U
13298 Branch: perl
13299 ! Configure config_h.SH
13300____________________________________________________________________________
13301[ 8876] By: jhi on 2001/02/21 14:54:45
13302 Log: If no sfio, no -lsfio.
13303 Branch: metaconfig/U/perl
13304 ! d_sfio.U
13305 Branch: perl
13306 ! Configure config_h.SH
13307____________________________________________________________________________
13308[ 8875] By: jhi on 2001/02/21 14:54:00
13309 Log: Make unpack C and unpack C truly equivalent.
13310 Branch: perl
13311 ! pp.c t/op/pack.t
13312____________________________________________________________________________
13313[ 8874] By: jhi on 2001/02/21 14:26:02
13314 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
13315 From: Peter Prymmer <pvhp@forte.com>
13316 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
13317 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
13318 Branch: perl
13319 ! pod/perlport.pod
13320____________________________________________________________________________
13321[ 8873] By: jhi on 2001/02/21 14:24:31
13322 Log: Subject: [PATCH] fix for charnames above FFFF
13323 From: andreas.koenig@anima.de (Andreas J. Koenig)
13324 Date: 21 Feb 2001 07:05:45 +0100
13325 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
13326 Branch: perl
13327 ! lib/charnames.pm t/lib/charnames.t
13328____________________________________________________________________________
13329[ 8872] By: jhi on 2001/02/21 14:15:25
13330 Log: Integrate change #8868 from pureperl to mainline.
13331
13332 Fixed reference count loop caused by sv_magic.
13333 Branch: perl
13334 !> sv.c
13335____________________________________________________________________________
13336[ 8871] By: jhi on 2001/02/21 14:07:29
13337 Log: Integrate change #8868 from pureperl to maintperl.
13338
13339 Fixed reference count loop caused by sv_magic.
13340 Branch: maint-5.6/perl
13341 !> sv.c
13342____________________________________________________________________________
13343[ 8870] By: jhi on 2001/02/21 14:04:41
13344 Log: Put back the #8840, it was innocent.
13345 Branch: perl
13346 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13347 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
13348____________________________________________________________________________
13349[ 8869] By: jhi on 2001/02/21 14:00:03
13350 Log: unpack("C", ...) was left slightly unfinished by #8865.
13351 Branch: perl
13352 ! pp.c t/op/pack.t
13353____________________________________________________________________________
13354[ 8868] By: alanbur on 2001/02/21 01:33:45
13355 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
13356 from gv_fetchpv to create single-character magic variables (e.g. $!),
13357 and it is passed a sv and the gv that contains the sv as the mg_obj
13358 value. When sv_magic stores the mg_obj pointer it increments the gv
13359 refcount, thus causing a sv-gv pair that can't be freed. There is
13360 already a check for sv == obj which is used to prevent such reference
13361 loops. This change extends the check to cover the case described above.
13362 Branch: maint-5.6/pureperl
13363 ! sv.c
13364____________________________________________________________________________
13365[ 8867] By: jhi on 2001/02/21 00:52:39
13366 Log: Update Changes.
13367 Branch: perl
13368 ! Changes patchlevel.h
13369____________________________________________________________________________
13370[ 8866] By: jhi on 2001/02/21 00:34:20
13371 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
13372 (Note: there were some conflicts due to EBCDIC and EPOC
13373 patches, in general I preferred the repository code.)
13374 (When 2.753 comes out, we need to synchronize.)
13375 Branch: perl
13376 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
13377 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
13378 ! t/lib/cgi-html.t
13379____________________________________________________________________________
13380[ 8865] By: jhi on 2001/02/21 00:24:22
13381 Log: Make pack("C", 0x100) to create Unicode, unless under the
13382 evil influence of 'use bytes'. Similarly, unpack("C", ...)
13383 will understand Unicode, unless you under know what.
13384 Branch: perl
13385 ! pp.c t/op/pack.t t/op/qu.t
13386____________________________________________________________________________
13387[ 8864] By: alanbur on 2001/02/20 22:35:34
13388 Log: Resynchronised with parent
13389 Branch: maint-5.6/pureperl
13390 !> README.win32 ext/GDBM_File/GDBM_File.pm
13391 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
13392 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
13393 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
13394 !> t/lib/sdbm.t util.c
13395____________________________________________________________________________
13396[ 8863] By: jhi on 2001/02/20 20:55:11
13397 Log: Integrate change #8860,8861 from mainline into maintperl.
13398
13399 "pseudo-literal j"
13400
13401 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
13402 Branch: maint-5.6/perl
13403 !> lib/Test.pm pod/perlop.pod
13404____________________________________________________________________________
13405[ 8862] By: jhi on 2001/02/20 20:30:07
13406 Log: Don't do casting between pointers pointing to differently sized
13407 integers.
13408 Branch: perl
13409 ! hv.c sv.c
13410____________________________________________________________________________
13411[ 8861] By: jhi on 2001/02/20 19:53:44
13412 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
13413 From: Peter Prymmer <pvhp@forte.com>
13414 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
13415 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
13416 Branch: perl
13417 ! lib/Test.pm
13418____________________________________________________________________________
13419[ 8860] By: jhi on 2001/02/20 19:48:02
13420 Log: "pseudo-literal j", a documentation glitch reported to Debian.
13421 The text recovered from Perl 5.005_03, and pseudo-literal replaced
13422 by "backtick string".
13423 Branch: perl
13424 ! pod/perlop.pod
13425____________________________________________________________________________
13426[ 8859] By: jhi on 2001/02/20 19:15:46
13427 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
13428 from Chris Nandor.
13429 Branch: perl
13430 ! makedef.pl
13431____________________________________________________________________________
13432[ 8858] By: jhi on 2001/02/20 17:36:53
13433 Log: Integrate pureperl changes #8844,8845,8850 to mainline
13434 (via maintperl #8855).
13435
13436 Fixed %^H scoping bug
13437
13438 Removed GV <-> CV refcount loop
13439
13440 Removed %ENV refcount loop
13441 Branch: perl
13442 !> gv.c op.c perl.c pp.c scope.c
13443____________________________________________________________________________
13444[ 8857] By: jhi on 2001/02/20 17:34:32
13445 Log: Integrate changes #8853,8854 from maintperl to mainline.
13446
13447 EBDIC fixes, README.win32 Borland update.
13448 Branch: perl
13449 !> README.win32 handy.h util.c
13450____________________________________________________________________________
13451[ 8856] By: jhi on 2001/02/20 17:33:16
13452 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
13453 Branch: maint-5.6/perl
13454 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
13455 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
13456 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
13457____________________________________________________________________________
13458[ 8855] By: jhi on 2001/02/20 17:32:13
13459 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
13460
13461 Fixed %^H scoping bug
13462
13463 Removed GV <-> CV refcount loop
13464
13465 Removed %ENV refcount loop
13466 Branch: maint-5.6/perl
13467 !> gv.c op.c perl.c pp.c scope.c
13468____________________________________________________________________________
13469[ 8854] By: jhi on 2001/02/20 17:25:06
13470 Log: Subject: Addition to readme.win32 for Borland C++ compilers
13471 Date: Tue, 20 Feb 2001 02:15:25 +0300
13472 From: "Vadim Konovalov" <watman@inbox.ru>
13473 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
13474
13475 Document Borland compiler misbehaviour.
13476 Branch: maint-5.6/perl
13477 ! README.win32
13478____________________________________________________________________________
13479[ 8853] By: jhi on 2001/02/20 17:22:25
13480 Log: The assimilation of ebcdic.c didn't quite work at the first try,
13481 patches from Thomas Dorner.
13482 Branch: maint-5.6/perl
13483 ! handy.h util.c
13484____________________________________________________________________________
13485[ 8852] By: jhi on 2001/02/20 17:20:15
13486 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
13487 From: Chris Nandor <pudge@pobox.com>
13488 Date: Tue, 20 Feb 2001 08:32:45 -0500
13489 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
13490 Branch: maint-5.6/perl
13491 ! makedef.pl mg.c
13492____________________________________________________________________________
13493[ 8851] By: jhi on 2001/02/20 17:15:52
13494 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
13495 Branch: perl
13496 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
13497 ! t/lib/filter-util.t
13498____________________________________________________________________________
13499[ 8850] By: alanbur on 2001/02/20 17:12:40
13500 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
13501 and the magic pointer points back to the GV that contains the
13502 %ENV hash. This creates a refcount loop that prevents members
13503 of %ENV from being freed correctly. This change removes the
13504 refcount loop - the magic pointer was never used anyway, the
13505 only use of the magic was to check the type ('E') so that the
13506 appropriate environment manipulation code is called when %ENV
13507 is modified.
13508 Branch: maint-5.6/pureperl
13509 ! perl.c
13510____________________________________________________________________________
13511[ 8849] By: jhi on 2001/02/20 17:12:20
13512 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
13513 From: "Craig A. Berry" <craigberry@mac.com>
13514 Date: Mon, 19 Feb 2001 23:36:12 -0600
13515 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
13516
13517 Case-forgiving systems match TestInit.pm with TES*.
13518 Branch: perl
13519 ! t/lib/glob-basic.t
13520____________________________________________________________________________
13521[ 8848] By: jhi on 2001/02/20 17:10:02
13522 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
13523 Branch: perl
13524 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
13525 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
13526 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
13527____________________________________________________________________________
13528[ 8847] By: jhi on 2001/02/20 15:34:41
13529 Log: The #8843 wasn't quite right: %Config needs to imported.
13530 Branch: perl
13531 ! t/run/runenv.t
13532____________________________________________________________________________
13533[ 8846] By: jhi on 2001/02/20 15:31:50
13534 Log: Retract the #8838 and #8840 for now because of
13535 the DB_File tie problem.
13536 Branch: perl
13537 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
13538 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
13539 ! proto.h sv.c
13540____________________________________________________________________________
13541[ 8845] By: alanbur on 2001/02/20 14:25:41
13542 Log: Removed GV <-> CV refcount loop
13543 CvGV(mycv) points to the parent GV of the CV, and was previously
13544 refcounted. The pointer remains, but the refcounting has been removed
13545 as it causes a refcount loop between the CV and GV that means the CV
13546 can't ever be deleted.
13547 Branch: maint-5.6/pureperl
13548 ! gv.c op.c pp.c
13549____________________________________________________________________________
13550[ 8844] By: alanbur on 2001/02/20 14:23:13
13551 Log: Fixed %^H scoping bug
13552 Branch: maint-5.6/pureperl
13553 ! scope.c
13554____________________________________________________________________________
13555[ 8843] By: jhi on 2001/02/19 13:38:08
13556 Log: fork() not everywhere, cleanup temp files.
13557 Branch: perl
13558 ! t/run/runenv.t
13559____________________________________________________________________________
13560[ 8842] By: alanbur on 2001/02/19 12:42:07
13561 Log: Resynchronised with parent
13562 Branch: maint-5.6/pureperl
13563 !> pod/perlfaq4.pod sv.c utf8.c
13564____________________________________________________________________________
13565[ 8841] By: jhi on 2001/02/19 03:35:51
13566 Log: Update Changes.
13567 Branch: perl
13568 ! Changes patchlevel.h
13569____________________________________________________________________________
13570[ 8840] By: jhi on 2001/02/19 00:23:41
13571 Log: Subject: [patch] add sv_setref_uv
13572 From: Doug MacEachern <dougm@covalent.net>
13573 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
13574 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
13575 Branch: perl
13576 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13577 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
13578____________________________________________________________________________
13579[ 8839] By: jhi on 2001/02/19 00:01:38
13580 Log: Put to rest the 20010205.001, the email address checking (not) regex.
13581 Branch: perl
13582 ! pod/perlfaq9.pod
13583____________________________________________________________________________
13584[ 8838] By: jhi on 2001/02/18 22:17:54
13585 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
13586 From: Doug MacEachern <dougm@covalent.net>
13587 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
13588 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
13589 Branch: perl
13590 ! lib/ExtUtils/xsubpp
13591____________________________________________________________________________
13592[ 8837] By: jhi on 2001/02/18 22:16:50
13593 Log: Subject: [patch] -Wall cleanup round 2
13594 From: Doug MacEachern <dougm@covalent.net>
13595 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
13596 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
13597 Branch: perl
13598 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
13599 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
13600 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
13601 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
13602 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13603 ! ext/SDBM_File/SDBM_File.xs
13604____________________________________________________________________________
13605[ 8836] By: jhi on 2001/02/18 22:11:20
13606 Log: Misapplied regex optimizations when \C is present.
13607 Fixes 20001230.002.
13608
13609 What still remains broken is that the submatches that
13610 have \C in them get their UTF8 flag on because their
13611 parent SV has it on. This will result in malformed
13612 UTF8 if a \C happened to match a non-ASCII byte.
13613 Branch: perl
13614 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
13615 ! t/pragma/utf8.t
13616____________________________________________________________________________
13617[ 8835] By: jhi on 2001/02/18 20:12:02
13618 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
13619
13620 The hash key got wrongly UTF8fied.
13621 Branch: perl
13622 ! pod/perlapi.pod toke.c utf8.c
13623____________________________________________________________________________
13624[ 8834] By: jhi on 2001/02/18 19:44:25
13625 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
13626 don't warn on magical or overloaded things.
13627 Branch: perl
13628 ! pp_hot.c
13629____________________________________________________________________________
13630[ 8833] By: nick on 2001/02/18 19:31:22
13631 Log: Integrate mainline
13632 Branch: perlio
13633 +> t/TestInit.pm t/run/runenv.t
13634 - t/UTEST
13635 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
13636 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
13637 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
13638 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
13639 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
13640 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
13641 !> utf8.c
13642____________________________________________________________________________
13643[ 8832] By: jhi on 2001/02/18 19:21:18
13644 Log: Integrate perlio.
13645 Branch: perl
13646 !> perlio.c pod/perldiag.pod
13647____________________________________________________________________________
13648[ 8831] By: jhi on 2001/02/18 19:14:20
13649 Log: Integrate change #8827 from mainline.
13650
13651 UTF8 tweaks.
13652 Branch: maint-5.6/perl
13653 !> sv.c utf8.c
13654____________________________________________________________________________
13655[ 8830] By: nick on 2001/02/18 19:10:34
13656 Log: Apply the spirit of patch from Nick Clark:
13657 Subject: [PATCH] Re: extensions that provide layers
13658 From: Nicholas Clark <nick@ccl4.org>
13659 Date: Mon, 12 Feb 2001 16:43:51 +0000
13660 Message-Id: <20010212164350.Q3652@plum.flirble.org>
13661 Branch: perlio
13662 ! perlio.c pod/perldiag.pod
13663____________________________________________________________________________
13664[ 8829] By: jhi on 2001/02/18 19:03:25
13665 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
13666 From: schwern@pobox.com
13667 Date: Sun, 18 Feb 2001 13:44:35 -0500
13668 Message-ID: <20010218134435.A17544@magnonel.guild.net>
13669
13670 Applied, but as t/TestInit.pm.
13671 Branch: perl
13672 + t/TestInit.pm
13673 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
13674 ! t/op/subst_wamp.t
13675____________________________________________________________________________
13676[ 8828] By: jhi on 2001/02/18 18:43:52
13677 Log: Integrate perlio.
13678 Branch: perl
13679 !> perlio.c
13680____________________________________________________________________________
13681[ 8827] By: jhi on 2001/02/18 18:41:33
13682 Log: UTF-8 tweaks.
13683 Branch: perl
13684 ! sv.c utf8.c
13685____________________________________________________________________________
13686[ 8826] By: nick on 2001/02/18 17:40:59
13687 Log: Fix [ID 20010217.002]
13688 open FOO, "<:raw:perlio", ...
13689 :raw now inserts default base layer below itself.
13690 Also
13691 open FOO, "<:unix", ...
13692 works as well - but leaves buffer layer on stack under the unix layer.
13693 Branch: perlio
13694 ! perlio.c
13695____________________________________________________________________________
13696[ 8825] By: jhi on 2001/02/18 17:15:39
13697 Log: Integrate perlio.
13698 Branch: perl
13699 !> perlio.c perliol.h
13700____________________________________________________________________________
13701[ 8824] By: jhi on 2001/02/18 17:10:53
13702 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
13703 From: schwern@pobox.com
13704 Date: Sun, 18 Feb 2001 01:48:50 -0500
13705 Message-ID: <20010218014850.C19957@magnonel.guild.net>
13706 Branch: perl
13707 ! lib/Test/Harness.pm t/TEST t/op/chop.t
13708____________________________________________________________________________
13709[ 8823] By: jhi on 2001/02/18 17:01:06
13710 Log: Add run/*.t to testables.
13711 Branch: perl
13712 ! t/TEST
13713____________________________________________________________________________
13714[ 8822] By: jhi on 2001/02/18 16:58:58
13715 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
13716 From: schwern@pobox.com
13717 Date: Sun, 18 Feb 2001 01:11:35 -0500
13718 Message-ID: <20010218011135.A19957@magnonel.guild.net>
13719
13720 Revive mjd's and Simon's PERL5OPT fix.
13721 Branch: perl
13722 + t/run/runenv.t
13723 ! MANIFEST perl.c
13724____________________________________________________________________________
13725[ 8821] By: jhi on 2001/02/18 16:53:46
13726 Log: Subject: Re: Why t/TEST and not Test::Harness?
13727 From: schwern@pobox.com
13728 Date: Sat, 17 Feb 2001 22:44:44 -0500
13729 Message-ID: <20010217224444.A6679@magnonel.guild.net>
13730
13731 Replace UTEST with TEST -utf8.
13732 Branch: perl
13733 - t/UTEST
13734 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
13735 ! t/lib/glob-basic.t
13736____________________________________________________________________________
13737[ 8820] By: nick on 2001/02/18 13:06:16
13738 Log: Clean up a few core dumps when layers are used in unexpected ways.
13739 (Still not "right"...)
13740 Branch: perlio
13741 ! perlio.c perliol.h
13742____________________________________________________________________________
13743[ 8819] By: jhi on 2001/02/18 02:25:55
13744 Log: Integrate change #8818 from maintperl, a FAQ nit.
13745 Branch: perl
13746 !> pod/perlfaq4.pod
13747____________________________________________________________________________
13748[ 8818] By: jhi on 2001/02/18 02:24:50
13749 Log: FAQ nit from Chris Fedde.
13750 Branch: maint-5.6/perl
13751 ! pod/perlfaq4.pod
13752____________________________________________________________________________
13753[ 8817] By: nick on 2001/02/17 18:20:14
13754 Log: Integrate mainline
13755 Branch: perlio
13756 +> lib/unicode/UCD.html lib/unicode/Unicode.html
13757 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
13758 +> pod/perlclib.pod
13759 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
13760 - lib/unicode/Unicode.301
13761 !> (integrate 324 files)
13762____________________________________________________________________________
13763[ 8816] By: jhi on 2001/02/17 16:56:58
13764 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
13765 Branch: perl
13766 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13767 ! ext/Storable/Storable.xs t/lib/st-06compat.t
13768 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
13769____________________________________________________________________________
13770[ 8815] By: jhi on 2001/02/17 16:40:07
13771 Log: Subject: [patch] -Wall
13772 From: Doug MacEachern <dougm@covalent.net>
13773 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
13774 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
13775 Branch: perl
13776 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
13777 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
13778____________________________________________________________________________
13779[ 8814] By: jhi on 2001/02/16 19:27:18
13780 Log: Document qu better.
13781 Branch: perl
13782 ! pod/perlop.pod
13783____________________________________________________________________________
13784[ 8813] By: jhi on 2001/02/15 13:54:37
13785 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
13786 From: Hugo <hv@crypt.compulink.co.uk>
13787 Date: Thu, 15 Feb 2001 13:39:49 +0000
13788 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
13789 Branch: perl
13790 ! toke.c
13791____________________________________________________________________________
13792[ 8812] By: alanbur on 2001/02/15 13:52:16
13793 Log: Resynchronised with parent
13794 Branch: maint-5.6/pureperl
13795 - ebcdic.c
13796 !> (integrate 36 files)
13797____________________________________________________________________________
13798[ 8811] By: jhi on 2001/02/15 13:51:16
13799 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
13800
13801 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
13802 From: Jan Dubois <JanD@ActiveState.com>
13803 Date: Wed, 31 Jan 2001 21:17:03 -0800
13804 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
13805
13806 tweak change#8659 to keep it simple
13807
13808 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
13809 From: Russ Allbery <rra@stanford.edu>
13810 Date: 14 Feb 2001 10:15:41 -0800
13811 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
13812
13813 (8809 empty)
13814
13815 Upgrade to podlators 1.08, from Russ Allbery.
13816 Branch: perl
13817 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
13818 !> utils/perldoc.PL
13819____________________________________________________________________________
13820[ 8810] By: jhi on 2001/02/15 13:35:08
13821 Log: Upgrade to podlators 1.08, from Russ Allbery.
13822 Branch: maint-5.6/perl
13823 ! lib/Pod/Man.pm lib/Pod/Text.pm
13824____________________________________________________________________________
13825[ 8809] By: jhi on 2001/02/15 13:26:38
13826 Log: (accidentally empty check-in)
13827 Branch: maint-5.6/perl
13828 ! lib/Test/Harness.pm
13829____________________________________________________________________________
13830[ 8808] By: jhi on 2001/02/15 13:23:47
13831 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
13832 From: Russ Allbery <rra@stanford.edu>
13833 Date: 14 Feb 2001 10:15:41 -0800
13834 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
13835
13836 perldoc was hardcoding $Config{installscript}, which breaks
13837 when install* isn't where Perl ends up (such as with AFS).
13838
13839 Use $Config{scriptdir} instead.
13840 Branch: maint-5.6/perl
13841 ! utils/perldoc.PL
13842____________________________________________________________________________
13843[ 8807] By: jhi on 2001/02/14 14:37:27
13844 Log: Update Changes.
13845 Branch: perl
13846 ! Changes patchlevel.h
13847____________________________________________________________________________
13848[ 8806] By: jhi on 2001/02/14 14:25:31
13849 Log: Integrate changes #8803,8804,8805 from mainline.
13850
13851 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
13852
13853 Don't skip too much of the locale error message if no environ array,
13854 from Chris Nandor.
13855
13856 More MacOS Classic fixes from Chris Nandor.
13857 Branch: maint-5.6/perl
13858 !> doop.c lib/Cwd.pm perl.c perl.h util.c
13859____________________________________________________________________________
13860[ 8805] By: jhi on 2001/02/14 03:29:01
13861 Log: More MacOS Classic fixes from Chris Nandor.
13862 Branch: perl
13863 ! doop.c lib/Cwd.pm
13864____________________________________________________________________________
13865[ 8804] By: jhi on 2001/02/14 03:18:35
13866 Log: Don't skip too much of the locale error message if no environ array,
13867 from Chris Nandor.
13868 Branch: perl
13869 ! util.c
13870____________________________________________________________________________
13871[ 8803] By: jhi on 2001/02/14 03:14:14
13872 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
13873 Branch: perl
13874 ! perl.c perl.h
13875____________________________________________________________________________
13876[ 8802] By: jhi on 2001/02/13 18:31:33
13877 Log: AUTHORS update.
13878 Branch: perl
13879 ! AUTHORS
13880____________________________________________________________________________
13881[ 8801] By: jhi on 2001/02/13 17:55:19
13882 Log: Integrate change #8792 from mainline.
13883
13884 Subject: buncha MacPerl patches for bleadperl
13885 From: Chris Nandor <pudge@pobox.com>
13886 Date: Tue, 13 Feb 2001 00:02:43 -0500
13887 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
13888 Branch: maint-5.6/perl
13889 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
13890 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
13891 !> t/lib/basename.t toke.c util.h
13892____________________________________________________________________________
13893[ 8800] By: jhi on 2001/02/13 17:46:43
13894 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
13895 to be forced to Off_t.
13896
13897 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
13898 From: nick@ccl4.org
13899 Date: Thu, 1 Feb 2001 12:01:04 +0000
13900 Message-Id: <20010201120103.E11401@plum.flirble.org>
13901 Branch: maint-5.6/perl
13902 ! iperlsys.h perlio.c
13903____________________________________________________________________________
13904[ 8799] By: jhi on 2001/02/13 16:52:51
13905 Log: Duplex duplex hunk hunk.
13906 Branch: maint-5.6/perl
13907 ! Makefile.SH
13908____________________________________________________________________________
13909[ 8797] By: jhi on 2001/02/13 14:52:04
13910 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
13911 From: "Craig A. Berry" <craigberry@mac.com>
13912 Date: Mon, 12 Feb 2001 11:05:25 -0600
13913 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
13914 Branch: perl
13915 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
13916____________________________________________________________________________
13917[ 8796] By: jhi on 2001/02/13 14:36:47
13918 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
13919 From: simon.cozens@pembroke.oxford.ac.uk
13920 Date: Sat, 10 Feb 2001 17:57:02 +0000
13921 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
13922
13923 Now it does include.
13924 Branch: perl
13925 ! pod/perldiag.pod
13926____________________________________________________________________________
13927[ 8795] By: jhi on 2001/02/13 14:30:11
13928 Log: Sort the MANIFEST.
13929 Branch: perl
13930 ! MANIFEST
13931____________________________________________________________________________
13932[ 8794] By: jhi on 2001/02/13 14:26:51
13933 Log: Integrate change #8793 from mainline, FAQ updates.
13934 Branch: maint-5.6/perl
13935 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
13936____________________________________________________________________________
13937[ 8793] By: jhi on 2001/02/13 14:25:13
13938 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
13939 Branch: perl
13940 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
13941____________________________________________________________________________
13942[ 8792] By: jhi on 2001/02/13 14:22:50
13943 Log: Subject: buncha MacPerl patches for bleadperl
13944 From: Chris Nandor <pudge@pobox.com>
13945 Date: Tue, 13 Feb 2001 00:02:43 -0500
13946 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
13947 Branch: perl
13948 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
13949 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
13950 ! t/lib/basename.t toke.c util.h
13951____________________________________________________________________________
13952[ 8791] By: jhi on 2001/02/13 14:10:39
13953 Log: Integrate change #8790 from mainline.
13954
13955 environ array wrongly assumed in Perl_init_i18nl10n(),
13956 Branch: maint-5.6/perl
13957 !> util.c
13958____________________________________________________________________________
13959[ 8790] By: jhi on 2001/02/13 14:06:15
13960 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
13961 noticed by Chris Nandor in MacOS Classic.
13962 Branch: perl
13963 ! util.c
13964____________________________________________________________________________
13965[ 8789] By: jhi on 2001/02/13 13:58:07
13966 Log: Integrate changes #8373,8487,8544,8783 from mainline.
13967
13968 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
13969 hints files, the dynaloading, assimilate ebcdic into util.c.
13970 Branch: maint-5.6/perl
13971 - ebcdic.c
13972 ! MANIFEST hints/posix-bc.sh
13973 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
13974 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
13975 !> perlapi.c proto.h util.c
13976____________________________________________________________________________
13977[ 8788] By: alanbur on 2001/02/13 10:33:13
13978 Log: Integrated changes from maint-5.6
13979 Branch: maint-5.6/pureperl
13980 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
13981 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
13982 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13983 !> vos/config.ga.h vos/configure_perl.cm
13984____________________________________________________________________________
13985[ 8787] By: jhi on 2001/02/13 05:56:36
13986 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
13987 Branch: perl
13988 !> Makefile.SH
13989____________________________________________________________________________
13990[ 8786] By: jhi on 2001/02/13 05:54:34
13991 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
13992 From: Dorner Thomas <Thomas.Dorner@start.de>
13993 Date: Mon, 12 Feb 2001 15:06:26 +0100
13994 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
13995 Branch: maint-5.6/perl
13996 ! Makefile.SH
13997____________________________________________________________________________
13998[ 8785] By: jhi on 2001/02/13 05:29:04
13999 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
14000 Branch: perl
14001 !> hints/openbsd.sh
14002____________________________________________________________________________
14003[ 8784] By: jhi on 2001/02/13 02:25:24
14004 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
14005 From: Peter Prymmer <pvhp@forte.com>
14006 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
14007 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
14008 Branch: perl
14009 ! pod/perlclib.pod
14010____________________________________________________________________________
14011[ 8783] By: jhi on 2001/02/13 02:22:36
14012 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
14013 Branch: perl
14014 - ebcdic.c
14015 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
14016 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
14017 ! util.c
14018____________________________________________________________________________
14019[ 8782] By: jhi on 2001/02/13 02:00:07
14020 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
14021 Branch: maint-5.6/perl
14022 ! pod/perlport.pod
14023____________________________________________________________________________
14024[ 8781] By: jhi on 2001/02/13 01:58:44
14025 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
14026 Branch: maint-5.6/perl
14027 ! hints/openbsd.sh
14028____________________________________________________________________________
14029[ 8780] By: jhi on 2001/02/13 01:57:33
14030 Log: Synchronize the regexp tests between maintperl and mainline.
14031 Branch: maint-5.6/perl
14032 !> t/op/re_tests
14033____________________________________________________________________________
14034[ 8779] By: jhi on 2001/02/13 01:49:35
14035 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
14036 From: Hugo <hv@crypt.compulink.co.uk>
14037 Date: Tue, 13 Feb 2001 00:11:11 +0000
14038 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
14039 Branch: perl
14040 ! regcomp.c t/op/re_tests
14041____________________________________________________________________________
14042[ 8778] By: jhi on 2001/02/13 00:23:10
14043 Log: Comments do not nest.
14044 Branch: perl
14045 ! perl.h
14046____________________________________________________________________________
14047[ 8777] By: jhi on 2001/02/13 00:17:54
14048 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
14049 From: Hugo <hv@crypt.compulink.co.uk>
14050 Date: Tue, 13 Feb 2001 00:11:11 +0000
14051 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
14052 Branch: maint-5.6/perl
14053 ! regcomp.c t/op/re_tests
14054____________________________________________________________________________
14055[ 8776] By: jhi on 2001/02/12 23:25:52
14056 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
14057 Branch: maint-5.6/perl
14058 ! pod/perlport.pod
14059____________________________________________________________________________
14060[ 8775] By: jhi on 2001/02/12 23:04:28
14061 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
14062 Branch: maint-5.6/perl
14063 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
14064 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14065 ! vos/configure_perl.cm
14066____________________________________________________________________________
14067[ 8774] By: jhi on 2001/02/12 22:59:11
14068 Log: Subject: Re: [patch] context for 'U' magic functions
14069 From: Doug MacEachern <dougm@covalent.net>
14070 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
14071 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
14072
14073 plus the suggestion by Nick Ing-Simmons to name the macro
14074 as PERL_MG_UFUNC to avoid namespace pollution, plus add
14075 the advice by Doug for XS writers to perl.h
14076 Branch: perl
14077 ! mg.c perl.h
14078____________________________________________________________________________
14079[ 8773] By: jhi on 2001/02/11 20:14:12
14080 Log: Update Changes.
14081 Branch: perl
14082 ! Changes patchlevel.h
14083____________________________________________________________________________
14084[ 8772] By: jhi on 2001/02/11 18:47:52
14085 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
14086 From: Simon Cozens <simon@cozens.net>
14087 Date: Wed, 31 Jan 2001 16:31:43 +0000
14088 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
14089 Branch: perl
14090 + pod/perlclib.pod
14091 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
14092 ! pod/perltoc.pod
14093____________________________________________________________________________
14094[ 8771] By: jhi on 2001/02/11 18:36:48
14095 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
14096
14097 Blocks-4d3.beta.txt
14098 CaseFolding-3d4.beta.txt
14099 CompositionExclusions-3d6.beta.txt
14100 EastAsianWidth-4d4.beta.txt
14101 LineBreak-6d3.beta.txt
14102 NamesList-3.1.0d1.beta.txt
14103 PropList-3.1.0d4.beta.txt
14104 SpecialCasing-4d1.beta.txt
14105 UnicodeData-3.1.0d6.beta.txt
14106 Branch: perl
14107 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
14108 +> lib/unicode/UCD.html lib/unicode/Unicode.html
14109 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
14110 - lib/unicode/Unicode.301
14111 ! (edit 257 files)
14112____________________________________________________________________________
14113[ 8770] By: jhi on 2001/02/11 17:26:22
14114 Log: UTF-8 documentation.
14115 Branch: perl
14116 ! utf8.h
14117____________________________________________________________________________
14118[ 8769] By: jhi on 2001/02/11 17:12:49
14119 Log: Retract #8762.
14120 Branch: perl
14121 ! regexec.c
14122____________________________________________________________________________
14123[ 8768] By: jhi on 2001/02/11 16:54:45
14124 Log: Subject: [PATCH] Test::Harness
14125 From: andreas.koenig@anima.de (Andreas J. Koenig)
14126 Date: 11 Feb 2001 14:37:00 +0100
14127 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
14128 Branch: perl
14129 ! lib/Test/Harness.pm
14130____________________________________________________________________________
14131[ 8767] By: jhi on 2001/02/11 16:53:52
14132 Log: Subject: [PATCH] Document makepatch in Porting/patching
14133 From: andreas.koenig@anima.de (Andreas J. Koenig)
14134 Date: 11 Feb 2001 16:46:28 +0100
14135 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
14136 Branch: perl
14137 ! Porting/patching.pod
14138____________________________________________________________________________
14139[ 8766] By: jhi on 2001/02/11 06:30:23
14140 Log: Subject: Re: [patch] GvSHARED
14141 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
14142 From: Doug MacEachern <dougm@covalent.net>
14143 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
14144
14145 Subject: Re: [patch] GvSHARED
14146 From: Doug MacEachern <dougm@covalent.net>
14147 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
14148 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
14149
14150 Subject: [patch] attributes.pm support for `shared'
14151 From: Doug MacEachern <dougm@covalent.net>
14152 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
14153 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
14154
14155 our() attributes were ignored, our :shared pieces missing,
14156 allow attributes.pm to turn on shared.
14157 Branch: perl
14158 ! op.c t/op/attrs.t toke.c xsutils.c
14159____________________________________________________________________________
14160[ 8765] By: alanbur on 2001/02/10 23:11:19
14161 Log: Resync with parent (hopefully sucessfully this time)
14162 Branch: maint-5.6/pureperl
14163 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
14164 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
14165 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14166 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
14167 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
14168 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
14169 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
14170____________________________________________________________________________
14171[ 8764] By: jhi on 2001/02/10 22:54:38
14172 Log: Make TEST and UTEST more verbose in case something goes
14173 wrong in running/compiling a script, suggested by Doug
14174 MacEachern.
14175 Branch: perl
14176 ! t/TEST t/UTEST
14177____________________________________________________________________________
14178[ 8763] By: jhi on 2001/02/10 22:11:34
14179 Log: Bogus shebang.
14180 Branch: perl
14181 ! t/lib/texttabs.t
14182____________________________________________________________________________
14183[ 8762] By: jhi on 2001/02/10 21:56:02
14184 Log: (Retracted by #8769)
14185 Branch: perl
14186 ! regexec.c
14187____________________________________________________________________________
14188[ 8761] By: jhi on 2001/02/10 21:26:15
14189 Log: Subject: Re: [patch] GvSHARED
14190 From: Doug MacEachern <dougm@covalent.net>
14191 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
14192 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
14193
14194 our @EXPORT : shared = (...);
14195 Branch: perl
14196 ! toke.c
14197____________________________________________________________________________
14198[ 8760] By: jhi on 2001/02/10 21:25:07
14199 Log: Subject: [patch] GvSHARED
14200 From: Doug MacEachern <dougm@covalent.net>
14201 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
14202 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
14203 Branch: perl
14204 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
14205____________________________________________________________________________
14206[ 8759] By: alanbur on 2001/02/10 21:24:27
14207 Log: Backed out mismerge.
14208 Branch: maint-5.6/pureperl
14209 ! MANIFEST README.hpux README.vmesa gv.c installhtml
14210 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
14211 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14212 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
14213 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
14214 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
14215 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
14216____________________________________________________________________________
14217[ 8758] By: jhi on 2001/02/10 18:01:17
14218 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
14219
14220 Fixed UMRs and leak in Perl_pmtrans()
14221
14222 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
14223 associated UTFied tr/// code. Also fixed scoping leak of
14224 PL_reg_start_tmp.
14225
14226 newATTRSUB leaks when an attempt to redefine the active sort sub is
14227 made.
14228 Branch: maint-5.6/perl
14229 !> op.c regcomp.c
14230____________________________________________________________________________
14231[ 8757] By: alanbur on 2001/02/10 17:56:46
14232 Log: Resynchronised with parent
14233 Branch: maint-5.6/pureperl
14234 +> README.bs2000
14235 - README.posix-bc
14236 ! gv.c perl.c sv.c
14237 !> MANIFEST README.hpux README.vmesa installhtml
14238 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
14239 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14240 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
14241 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
14242 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
14243 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
14244____________________________________________________________________________
14245[ 8756] By: alanbur on 2001/02/10 17:51:15
14246 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
14247 made.
14248 Branch: maint-5.6/pureperl
14249 ! op.c
14250____________________________________________________________________________
14251[ 8755] By: jhi on 2001/02/09 22:41:35
14252 Log: Upgrade to CPAN 1.59_54, from Andreas König.
14253 Branch: perl
14254 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14255____________________________________________________________________________
14256[ 8754] By: jhi on 2001/02/09 22:29:20
14257 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
14258
14259 Didn't upgrade the fill.t since it has a dependency to File::Slurp
14260 purely for debugging purposes, the actual test hasn't changed.
14261 Branch: perl
14262 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
14263 ! t/lib/textwrap.t
14264____________________________________________________________________________
14265[ 8753] By: jhi on 2001/02/09 20:17:50
14266 Log: Integrate change #8682 from maintperl.
14267
14268 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
14269 to work correctly.
14270 Branch: perl
14271 !> hints/irix_6.sh
14272____________________________________________________________________________
14273[ 8752] By: jhi on 2001/02/09 20:00:46
14274 Log: Update Changes.
14275 Branch: perl
14276 ! Changes patchlevel.h
14277____________________________________________________________________________
14278[ 8751] By: nick on 2001/02/09 19:48:37
14279 Log: Integrate mainline
14280 Branch: perlio
14281 +> README.bs2000 t/lib/cgi-esc.t
14282 - README.posix-bc
14283 !> (integrate 53 files)
14284____________________________________________________________________________
14285[ 8750] By: nick on 2001/02/09 19:25:16
14286 Log: Subject: RE: Biannual Competition to Improve Hashing Function
14287 From: Fisher Mark <fisherm@tce.com>
14288 Date: Thu, 8 Feb 2001 10:44:00 -0500
14289 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
14290 Date: Thu, 8 Feb 2001 15:02:47 -0500
14291 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
14292 Branch: perl
14293 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
14294____________________________________________________________________________
14295[ 8749] By: jhi on 2001/02/09 19:02:35
14296 Log: Forgotten fragment.
14297 Branch: perl
14298 ! pod/perlapi.pod
14299____________________________________________________________________________
14300[ 8748] By: jhi on 2001/02/09 18:31:34
14301 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
14302 plus manual tweakage.
14303
14304 Sync the perlfaq2 between mainline and maintperl.
14305 Branch: maint-5.6/perl
14306 ! pod/perlfaq2.pod
14307 Branch: perl
14308 !> pod/perlfaq2.pod
14309____________________________________________________________________________
14310[ 8747] By: jhi on 2001/02/09 18:12:04
14311 Log: Subject: versiononly and installperl
14312 From: abigail@foad.org
14313 Date: Wed, 7 Feb 2001 22:43:12 +0100
14314 Message-ID: <20010207214312.7045.qmail@foad.org>
14315
14316 Add +v flag to force a normal install of the perl binary
14317 and the utilities.
14318
14319 Subject: [PATCH] installperl
14320 From: Nicholas Clark <nick@ccl4.org>
14321 Date: Fri, 9 Feb 2001 16:28:57 +0000
14322 Message-ID: <20010209162857.B10931@plum.flirble.org>
14323
14324 Add -A flag which also hardlinks the binary with
14325 the full architecture name.
14326 Branch: perl
14327 ! installperl
14328____________________________________________________________________________
14329[ 8746] By: jhi on 2001/02/09 18:03:43
14330 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
14331
14332 Subject: perlfaq2, re: perlmongers
14333
14334 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
14335
14336 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
14337
14338 Subject: [ID 20010205.001] typo in perlfaq9
14339
14340 Subject: [ID 20010208.002] unordered explanation in perlcall
14341 Branch: maint-5.6/perl
14342 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14343 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
14344 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
14345____________________________________________________________________________
14346[ 8745] By: jhi on 2001/02/09 17:59:09
14347 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
14348 From: abela@geneanet.org
14349 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
14350 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
14351 Branch: perl
14352 ! pod/perlcall.pod
14353____________________________________________________________________________
14354[ 8744] By: jhi on 2001/02/09 17:48:16
14355 Log: Subject: [ID 20010205.001] typo in perlfaq9
14356 From: eserte@vran.herceg.de
14357 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
14358 Message-Id: <200102042244.XAA21926@vran.herceg.de>
14359 Branch: perl
14360 ! pod/perlfaq9.pod
14361____________________________________________________________________________
14362[ 8743] By: jhi on 2001/02/09 17:25:12
14363 Log: Integrate change #8695 from maintperl.
14364
14365 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
14366 Branch: perl
14367 !> thread.h
14368____________________________________________________________________________
14369[ 8742] By: jhi on 2001/02/09 17:21:22
14370 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
14371 From: Andy Dougherty <doughera@lafayette.edu>
14372 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
14373 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
14374 Branch: perl
14375 ! embed.pl
14376____________________________________________________________________________
14377[ 8741] By: jhi on 2001/02/09 17:05:19
14378 Log: Integrate changes #8738,8739,8740 from maintperl.
14379
14380 Html files will be installed in a more logical and easier to
14381 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
14382
14383 Html files will be generated with a header to make them look
14384 a little less bare.
14385
14386 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
14387 Branch: perl
14388 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
14389____________________________________________________________________________
14390[ 8740] By: jhi on 2001/02/09 17:03:46
14391 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
14392 From: "Brendan O'Dea" <bod@compusol.com.au>
14393 Date: Sun, 4 Feb 2001 11:17:56 +1100
14394 Message-ID: <20010204111756.A16301@compusol.com.au>
14395 Branch: maint-5.6/perl
14396 ! pod/perlfaq3.pod
14397____________________________________________________________________________
14398[ 8739] By: jhi on 2001/02/09 17:01:59
14399 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
14400 From: "Indy Singh" <indy@nusphere.com>
14401 Date: Fri, 2 Feb 2001 15:09:59 -0500
14402 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
14403
14404 Html files will be generated with a header to make them look
14405 a little less bare.
14406 Branch: maint-5.6/perl
14407 ! installhtml
14408____________________________________________________________________________
14409[ 8738] By: jhi on 2001/02/09 16:58:48
14410 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
14411 From: "Indy Singh" <indy@nusphere.com>
14412 Date: Fri, 2 Feb 2001 15:08:23 -0500
14413 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
14414
14415 Html files will be installed in a more logical and easier to
14416 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
14417 Branch: maint-5.6/perl
14418 ! win32/Makefile win32/makefile.mk
14419____________________________________________________________________________
14420[ 8737] By: jhi on 2001/02/09 16:46:54
14421 Log: Integrate changes #8687,8736 from maintperl.
14422
14423 HP-UX thread patches from Merijn H. Brand.
14424
14425 Latin nit from Philip Newton.
14426 Branch: perl
14427 !> README.hpux hints/hpux.sh
14428____________________________________________________________________________
14429[ 8736] By: jhi on 2001/02/09 16:42:31
14430 Log: Latin nit from Philip Newton.
14431 Branch: maint-5.6/perl
14432 ! README.hpux
14433____________________________________________________________________________
14434[ 8735] By: jhi on 2001/02/09 16:24:03
14435 Log: Integrate changes #8704,8710 from pureperl.
14436
14437 Fixed UMRs and leak in Perl_pmtrans()
14438
14439 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
14440 associated UTFied tr/// code. Also fixed scoping leak of
14441 PL_reg_start_tmp.
14442 Branch: perl
14443 !> op.c regcomp.c
14444____________________________________________________________________________
14445[ 8734] By: jhi on 2001/02/09 15:40:21
14446 Log: Integrate change #8733 from maintperl.
14447
14448 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
14449 Branch: perl
14450 !> pod/perlre.pod
14451____________________________________________________________________________
14452[ 8733] By: jhi on 2001/02/09 15:35:47
14453 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
14454 From: Prymmer/Kahn <pvhp@best.com>
14455 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
14456 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
14457 Branch: maint-5.6/perl
14458 ! pod/perlre.pod
14459____________________________________________________________________________
14460[ 8732] By: jhi on 2001/02/09 15:26:17
14461 Log: Rename README.posix-bc to README.bs2000 (to avoid the
14462 confusion of a "perlposix-bc.pod"), add a few missing
14463 arch pods, regen toc.
14464 Branch: maint-5.6/perl
14465 +> README.bs2000
14466 - README.posix-bc
14467 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
14468 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
14469____________________________________________________________________________
14470[ 8731] By: jhi on 2001/02/09 15:23:39
14471 Log: De-cut-and-pasto.
14472 Branch: perl
14473 ! pod/perl.pod
14474____________________________________________________________________________
14475[ 8730] By: jhi on 2001/02/09 15:11:13
14476 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
14477 when people think that perlposix-bc.pod tells anything about
14478 Perl and POSIX. Regen toc.
14479 Branch: perl
14480 +> README.bs2000
14481 - README.posix-bc
14482 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
14483 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
14484____________________________________________________________________________
14485[ 8729] By: jhi on 2001/02/09 14:52:28
14486 Log: The README.vmesa part of #8712 from maintperl.
14487 Branch: perl
14488 ! README.vmesa
14489____________________________________________________________________________
14490[ 8728] By: jhi on 2001/02/09 14:46:06
14491 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
14492 From: Peter Prymmer <pvhp@forte.com>
14493 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
14494 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
14495 Branch: maint-5.6/perl
14496 ! README.vmesa win32/Makefile win32/makefile.mk
14497____________________________________________________________________________
14498[ 8727] By: jhi on 2001/02/09 14:33:25
14499 Log: Integrate change #8712 from mainline.
14500
14501 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
14502 Branch: maint-5.6/perl
14503 !> lib/Pod/Find.pm
14504____________________________________________________________________________
14505[ 8726] By: jhi on 2001/02/09 14:30:28
14506 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
14507 From: Peter Prymmer <pvhp@forte.com>
14508 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
14509 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
14510 Branch: perl
14511 + t/lib/cgi-esc.t
14512 ! MANIFEST lib/CGI/Util.pm
14513____________________________________________________________________________
14514[ 8725] By: jhi on 2001/02/09 04:56:47
14515 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
14516 Branch: maint-5.6/perl
14517 ! pod/perlport.pod
14518____________________________________________________________________________
14519[ 8724] By: jhi on 2001/02/09 04:40:59
14520 Log: Integrate changes 7819,7820 from vmsperl into mainline.
14521
14522 Add header for LIB$ prototypes (C. Berry)
14523
14524 Convert fwrite()s to sockets to write()s, since some socket stacks
14525 don't take kindly to stdio.
14526 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
14527 (for often optional LNMs)
14528 Correct a few typos
14529 (C. Bailey)
14530 Branch: perl
14531 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
14532____________________________________________________________________________
14533[ 8723] By: jhi on 2001/02/09 03:29:29
14534 Log: Integrate change #8722 from mainline.
14535
14536 The Im() function wasn't returning zero for non-Math::Complex
14537 arguments. The bug reported by John Gamble.
14538 Branch: maint-5.6/perl
14539 !> lib/Math/Complex.pm
14540____________________________________________________________________________
14541[ 8722] By: jhi on 2001/02/09 03:28:33
14542 Log: The Im() function wasn't returning zero for non-Math::Complex
14543 arguments. The bug reported by John Gamble.
14544 Branch: perl
14545 ! lib/Math/Complex.pm
14546____________________________________________________________________________
14547[ 8721] By: nick on 2001/02/08 22:11:35
14548 Log: Correct the correction :-(
14549 Branch: perl
14550 ! perl.c
14551____________________________________________________________________________
14552[ 8720] By: bailey on 2001/02/08 20:59:22
14553 Log: Convert frwite()s to sockets to write()s, since some socket stacks
14554 don't take kindly to stdio.
14555 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
14556 (for often optional LNMs)
14557 Correct a few typos
14558 (C. Bailey)
14559 Branch: vmsperl
14560 ! vms/vms.c vms/vmsish.h
14561____________________________________________________________________________
14562[ 8719] By: bailey on 2001/02/08 20:51:02
14563 Log: Add header for LIB$ prototypes (C. Berry)
14564 Branch: vmsperl
14565 ! ext/Devel/DProf/DProf.xs
14566____________________________________________________________________________
14567[ 8718] By: bailey on 2001/02/08 20:49:00
14568 Log: SYN SYN
14569 Branch: vmsperl
14570 +> pod/perliol.pod t/lib/sample-tests/bailout
14571 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
14572 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
14573 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
14574 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
14575 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
14576 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
14577 - lib/unicode/Is/DCinital.pl
14578 !> (integrate 101 files)
14579____________________________________________________________________________
14580[ 8717] By: nick on 2001/02/08 19:38:48
14581 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
14582 From: Robin Barker <rmb1@cise.npl.co.uk>
14583 Date: Thu, 8 Feb 2001 14:38:07 GMT
14584 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
14585 Branch: perl
14586 ! lib/CPAN.pm
14587____________________________________________________________________________
14588[ 8716] By: nick on 2001/02/08 19:29:07
14589 Log: Generated files form 8713 etc.
14590 Branch: perl
14591 ! embed.h global.sym objXSUB.h perlapi.c proto.h
14592____________________________________________________________________________
14593[ 8715] By: nick on 2001/02/08 19:26:08
14594 Log: Fixup non-ithread build after 8713
14595 Branch: perl
14596 ! perl.c
14597____________________________________________________________________________
14598[ 8714] By: nick on 2001/02/08 19:17:45
14599 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
14600 From: nick@ccl4.org
14601 Date: Wed, 7 Feb 2001 00:27:47 +0000
14602 Message-Id: <20010207002747.B63724@plum.flirble.org>
14603 Branch: perl
14604 ! sv.c toke.c
14605____________________________________________________________________________
14606[ 8713] By: nick on 2001/02/08 19:15:58
14607 Log: Subject: Re: [patch] Re: PL_ptr_table
14608 From: Doug Maceachern <dougm@covalent.net>
14609 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
14610 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
14611 Branch: perl
14612 ! embed.pl perl.c sv.c sv.h
14613____________________________________________________________________________
14614[ 8712] By: nick on 2001/02/08 19:12:47
14615 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
14616 From: Peter Prymmer <pvhp@forte.com>
14617 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
14618 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
14619 Branch: perl
14620 ! lib/Pod/Find.pm
14621____________________________________________________________________________
14622[ 8711] By: nick on 2001/02/07 21:06:11
14623 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
14624 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
14625 From: Alan Burlison <Alan.Burlison@uk.sun.com>
14626 Date: Tue, 06 Feb 2001 23:37:01 +0000
14627 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
14628 Branch: perl
14629 ! regcomp.c
14630____________________________________________________________________________
14631[ 8710] By: alanbur on 2001/02/07 00:22:04
14632 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
14633 associated UTFied tr/// code. Also fixed scoping leak of
14634 PL_reg_start_tmp.
14635 Branch: maint-5.6/pureperl
14636 ! op.c regcomp.c
14637____________________________________________________________________________
14638[ 8709] By: nick on 2001/02/06 21:16:49
14639 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
14640 From: Michael G Schwern <schwern@pobox.com>
14641 Date: Sun, 4 Feb 2001 19:47:14 -0500
14642 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
14643 Branch: perl
14644 ! pod/perlapi.pod pod/perlmodlib.PL
14645____________________________________________________________________________
14646[ 8708] By: nick on 2001/02/06 20:41:20
14647 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
14648 From: Michael G Schwern <schwern@pobox.com>
14649 Date: Sun, 4 Feb 2001 21:17:49 -0500
14650 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
14651 Branch: perl
14652 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
14653 ! pod/perltootc.pod
14654____________________________________________________________________________
14655[ 8707] By: nick on 2001/02/06 20:29:11
14656 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
14657 From: Michael G Schwern <schwern@pobox.com>
14658 Date: Tue, 6 Feb 2001 05:54:30 -0500
14659 Message-Id: <20010206055430.A951@blackrider.aocn.com>
14660 Branch: perl
14661 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
14662____________________________________________________________________________
14663[ 8706] By: nick on 2001/02/06 20:21:40
14664 Log: Subject: RE: some win32 fixes
14665 Date: Tue, 6 Feb 2001 09:23:20 +0300
14666 From: Vadim Konovalov <vkonovalov@lucent.com>
14667 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
14668 Branch: perl
14669 ! toke.c win32/Makefile win32/config.bc win32/config.gc
14670 ! win32/config.vc win32/config_H.bc win32/makefile.mk
14671____________________________________________________________________________
14672[ 8705] By: alanbur on 2001/02/06 15:00:03
14673 Log: Synchronised with parent
14674 Branch: maint-5.6/pureperl
14675 ! regexec.c
14676 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
14677 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
14678____________________________________________________________________________
14679[ 8704] By: alanbur on 2001/02/06 14:55:24
14680 Log: Fixed UMRs and leak in Perl_pmtrans()
14681 Branch: maint-5.6/pureperl
14682 ! op.c
14683____________________________________________________________________________
14684[ 8703] By: gsar on 2001/02/06 02:29:37
14685 Log: $(MAKE) distclean doesn't clean up properly on windows
14686 Branch: maint-5.6/perl
14687 ! win32/Makefile win32/makefile.mk
14688____________________________________________________________________________
14689[ 8702] By: gsar on 2001/02/06 01:00:46
14690 Log: tweak change#8659 to keep it simple
14691 Branch: maint-5.6/perl
14692 ! utils/perldoc.PL
14693____________________________________________________________________________
14694[ 8701] By: gsar on 2001/02/05 22:45:41
14695 Log: change#8693 was missing testsuite changes
14696 Branch: maint-5.6/perl
14697 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
14698____________________________________________________________________________
14699[ 8700] By: nick on 2001/02/05 20:32:52
14700 Log: Integrate mainline
14701 Branch: perlio
14702 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
14703 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
14704 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
14705 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
14706 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
14707 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
14708 +> t/lib/test-harness.t
14709 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
14710 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
14711 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
14712 !> pod/perlutil.pod t/TEST utils/h2xs.PL
14713____________________________________________________________________________
14714[ 8699] By: nick on 2001/02/05 19:41:07
14715 Log: Subject: perlfaq2, re: perlmongers
14716 From: David H. Adler <dha@panix.com>
14717 Date: Sun, 4 Feb 2001 23:48:23 -0500
14718 Message-Id: <20010204234823.A13429@panix.com>
14719 Branch: perl
14720 ! pod/perlfaq2.pod
14721____________________________________________________________________________
14722[ 8698] By: nick on 2001/02/05 19:39:31
14723 Log: Missed file f#rom the testharness mess.
14724 Branch: perl
14725 + t/lib/test-harness.t
14726____________________________________________________________________________
14727[ 8697] By: nick on 2001/02/05 19:37:21
14728 Log: Subject: [DOC PATCH] overload.pm nits
14729 From: John Tobey <jtobey@john-edwin-tobey.org>
14730 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
14731 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
14732 Branch: perl
14733 ! lib/overload.pm
14734____________________________________________________________________________
14735[ 8696] By: alanbur on 2001/02/05 11:56:00
14736 Log: Sync with parent
14737 Branch: maint-5.6/pureperl
14738 !> thread.h
14739____________________________________________________________________________
14740[ 8695] By: gsar on 2001/02/05 03:27:34
14741 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
14742 Branch: maint-5.6/perl
14743 ! thread.h
14744____________________________________________________________________________
14745[ 8694] By: alanbur on 2001/02/05 00:07:47
14746 Log: Initial branch creation from //depot/maint-5.6/perl
14747 Branch: maint-5.6/pureperl
14748 +> (branch 1719 files)
14749____________________________________________________________________________
14750[ 8693] By: gsar on 2001/02/04 22:38:49
14751 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
14752 changes)
14753 Branch: maint-5.6/perl
14754 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
14755 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14756 !> ext/DB_File/version.c
14757____________________________________________________________________________
14758[ 8692] By: nick on 2001/02/04 18:15:57
14759 Log: The missed t/TEST part of the grand testharness upgrade.
14760 Branch: perl
14761 ! t/TEST
14762____________________________________________________________________________
14763[ 8691] By: nick on 2001/02/04 18:05:17
14764 Log: New improved test harness
14765 Subject: Re: [PATCH Test::Harness] Third time's a charm?
14766 From: Michael G Schwern <schwern@pobox.com>
14767 Date: Sun, 4 Feb 2001 08:01:20 -0500
14768 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
14769 Branch: perl
14770 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
14771 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
14772 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
14773 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
14774 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
14775 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
14776 ! MANIFEST lib/Test/Harness.pm
14777____________________________________________________________________________
14778[ 8690] By: nick on 2001/02/04 17:57:51
14779 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
14780 From: Jonathan Stowe <gellyfish@gellyfish.com>
14781 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
14782 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
14783 Branch: perl
14784 ! utils/h2xs.PL
14785____________________________________________________________________________
14786[ 8689] By: nick on 2001/02/04 17:55:24
14787 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
14788 From: Michael G Schwern <schwern@pobox.com>
14789 Date: Sat, 3 Feb 2001 22:46:38 -0500
14790 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
14791 Branch: perl
14792 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
14793 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
14794____________________________________________________________________________
14795[ 8688] By: nick on 2001/02/04 17:43:55
14796 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
14797 length byfailing to spot lack of closing )
14798 From: nick@talking.bollo.cx
14799 Date: Sat, 03 Feb 2001 23:53:16 +0000
14800 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
14801 Branch: perl
14802 ! perlio.c pod/perldiag.pod
14803____________________________________________________________________________
14804[ 8687] By: jhi on 2001/02/03 17:11:42
14805 Log: HP-UX thread patches from Merijn H. Brand.
14806 Branch: maint-5.6/perl
14807 ! README.hpux hints/hpux.sh
14808____________________________________________________________________________
14809[ 8686] By: jhi on 2001/02/03 16:40:12
14810 Log: Metaconfig changes for #8685.
14811 Branch: metaconfig
14812 ! U/installdirs/instubperl.U
14813 Branch: metaconfig/U/perl
14814 ! Devel.U versiononly.U
14815____________________________________________________________________________
14816[ 8685] By: jhi on 2001/02/03 16:39:49
14817 Log: For -Dusedevel builds turn off installusrbinperl and turn on
14818 versiononly, a combined idea of Richard Soderberg and Merijn
14819 H. Brand. You can still override both of these from the command
14820 line if you need to, -Dinstallusrbinperl and -Uversiononly.
14821 Branch: perl
14822 ! Configure
14823____________________________________________________________________________
14824[ 8684] By: jhi on 2001/02/03 16:16:34
14825 Log: Metaconfig unit fix for #8683.
14826 Branch: metaconfig
14827 ! U/compline/nblock_io.U
14828____________________________________________________________________________
14829[ 8683] By: jhi on 2001/02/03 16:16:12
14830 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
14831 reported by Peter Prymmer for 5.6-TRIAL1.
14832 Branch: perl
14833 ! Configure
14834____________________________________________________________________________
14835[ 8682] By: jhi on 2001/02/03 05:52:11
14836 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
14837 to work correctly.
14838 Branch: maint-5.6/perl
14839 ! hints/irix_6.sh
14840____________________________________________________________________________
14841[ 8681] By: jhi on 2001/02/03 05:47:33
14842 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
14843 Branch: maint-5.6/perl
14844 ! pod/perlport.pod
14845____________________________________________________________________________
14846[ 8680] By: jhi on 2001/02/02 21:39:49
14847 Log: perlport update from Peter Prymmer.
14848 Branch: maint-5.6/perl
14849 ! pod/perlport.pod
14850____________________________________________________________________________
14851[ 8679] By: nick on 2001/02/02 20:50:48
14852 Log: Integrate mainline
14853 Branch: perlio
14854 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
14855 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
14856 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
14857____________________________________________________________________________
14858[ 8678] By: gsar on 2001/02/02 16:02:12
14859 Log: note about bincompat, slightly modified (from Lupe Christoph)
14860 Branch: maint-5.6/perl
14861 ! README.solaris
14862____________________________________________________________________________
14863[ 8677] By: jhi on 2001/02/02 15:46:20
14864 Log: Supported platforms updates.
14865 Branch: maint-5.6/perl
14866 ! pod/perlport.pod
14867____________________________________________________________________________
14868[ 8676] By: jhi on 2001/02/02 03:41:26
14869 Log: A couple more perlfaq2 tweaks.
14870 Branch: maint-5.6/perl
14871 ! pod/perlfaq2.pod
14872____________________________________________________________________________
14873[ 8675] By: jhi on 2001/02/02 03:17:44
14874 Log: Misedit in #8661.
14875 Branch: maint-5.6/perl
14876 ! Configure
14877____________________________________________________________________________
14878[ 8674] By: jhi on 2001/02/02 03:14:38
14879 Log: Damien again.
14880 Branch: maint-5.6/perl
14881 ! pod/perlfaq2.pod
14882____________________________________________________________________________
14883[ 8673] By: jhi on 2001/02/02 03:12:40
14884 Log: perlfaq update from Elaine Ashton.
14885 Branch: maint-5.6/perl
14886 ! pod/perlfaq2.pod
14887____________________________________________________________________________
14888[ 8672] By: jhi on 2001/02/02 03:07:08
14889 Log: UTF-8 s/// patch from Inaba Hiroto.
14890 Branch: maint-5.6/perl
14891 ! pp_ctl.c pp_hot.c
14892____________________________________________________________________________
14893[ 8671] By: jhi on 2001/02/01 22:34:31
14894 Log: Update Changes.
14895 Branch: perl
14896 ! Changes patchlevel.h
14897____________________________________________________________________________
14898[ 8670] By: jhi on 2001/02/01 22:15:29
14899 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
14900 from maintperl.
14901
14902 Upgrade to Getopt::Long 2.25, from Johan Vromans.
14903
14904 more files need to be writable in the source distribution
14905
14906 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
14907
14908 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
14909
14910 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14911
14912 Allow the float to be fuzzier.
14913
14914 need to use INT2PTR instead of a straight cast or ia64 fails
14915
14916 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
14917
14918 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
14919 Branch: perl
14920 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
14921 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
14922 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
14923____________________________________________________________________________
14924[ 8669] By: jhi on 2001/02/01 21:57:02
14925 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14926 From: Robin Barker <rmb1@cise.npl.co.uk>
14927 Date: Thu, 1 Feb 2001 16:59:05 GMT
14928 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
14929 Branch: maint-5.6/perl
14930 ! pod/perlmodlib.PL
14931____________________________________________________________________________
14932[ 8668] By: nick on 2001/02/01 19:41:40
14933 Log: Integrate mainline
14934 Branch: perlio
14935 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
14936 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
14937 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
14938____________________________________________________________________________
14939[ 8667] By: gsar on 2001/02/01 16:59:11
14940 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
14941 Branch: maint-5.6/perl
14942 ! embed.pl embedvar.h
14943____________________________________________________________________________
14944[ 8666] By: gsar on 2001/02/01 16:34:51
14945 Log: add missing entries to win32/config.?c
14946 Branch: maint-5.6/perl
14947 ! win32/config.bc win32/config.gc win32/config.vc
14948 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14949____________________________________________________________________________
14950[ 8665] By: jhi on 2001/02/01 14:58:51
14951 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
14952 From: "Stephen P. Potter" <spp@spotter.yi.org>
14953 Date: Thu, 01 Feb 2001 10:45:46 -0500
14954 Message-Id: <200102011545.KAA31479@spotter.yi.org>
14955 Branch: maint-5.6/perl
14956 ! pod/perlfunc.pod
14957____________________________________________________________________________
14958[ 8664] By: gsar on 2001/02/01 14:52:37
14959 Log: need to use INT2PTR instead of a straight cast or ia64 fails
14960 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
14961 Branch: maint-5.6/perl
14962 ! ext/POSIX/POSIX.xs
14963____________________________________________________________________________
14964[ 8663] By: jhi on 2001/02/01 14:09:13
14965 Log: Allow the float to be fuzzier.
14966 Branch: maint-5.6/perl
14967 ! t/lib/peek.t
14968____________________________________________________________________________
14969[ 8662] By: jhi on 2001/02/01 13:59:00
14970 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14971 From: Robin Barker <rmb1@cise.npl.co.uk>
14972 Date: Thu, 1 Feb 2001 13:05:39 GMT
14973 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
14974 Branch: maint-5.6/perl
14975 ! pod/perlmodlib.pod
14976____________________________________________________________________________
14977[ 8661] By: jhi on 2001/02/01 13:57:38
14978 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
14979 Date: Thu, 01 Feb 2001 14:15:41 +0100
14980 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14981 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
14982
14983 Have the $ccflags in the gcc version test (strange, this change
14984 is claimed to be have been integrated already)
14985 Branch: maint-5.6/perl
14986 ! Configure
14987____________________________________________________________________________
14988[ 8660] By: jhi on 2001/02/01 13:44:10
14989 Log: Integrate changes #7950,7964,7962 from mainline.
14990
14991 Find the stdchar signedness using cpp, should fix some of
14992 the Solaris compiler warnings reported by Alan Burlison.
14993 Branch: maint-5.6/perl
14994 !> Configure config_h.SH
14995____________________________________________________________________________
14996[ 8659] By: jhi on 2001/02/01 05:35:32
14997 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
14998 From: Jan Dubois <JanD@ActiveState.com>
14999 Date: Wed, 31 Jan 2001 21:17:03 -0800
15000 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
15001 Branch: maint-5.6/perl
15002 ! utils/perldoc.PL
15003____________________________________________________________________________
15004[ 8658] By: jhi on 2001/02/01 04:33:17
15005 Log: Integrate the README.os390 and README.posix-bc parts of mainline
15006 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
15007 installperl parts were taken care of by #8657.)
15008 Branch: maint-5.6/perl
15009 !> README.os390 README.posix-bc
15010____________________________________________________________________________
15011[ 8657] By: jhi on 2001/02/01 04:29:21
15012 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
15013 From: Peter Prymmer <pvhp@forte.com>
15014 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
15015 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
15016 Branch: maint-5.6/perl
15017 + ext/DynaLoader/dl_dllload.xs
15018 ! MANIFEST Makefile.SH hints/os390.sh installperl
15019____________________________________________________________________________
15020[ 8656] By: jhi on 2001/02/01 04:25:45
15021 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
15022 From: Peter Prymmer <pvhp@forte.com>
15023 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
15024 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
15025 Branch: maint-5.6/perl
15026 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
15027____________________________________________________________________________
15028[ 8655] By: jhi on 2001/02/01 04:14:47
15029 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
15030 From: troc@netrus.net
15031 Date: Wed, 31 Jan 2001 22:31:26 -0500
15032 Message-Id: <200102010331.WAA117.85@rocco.homenet>
15033 Branch: maint-5.6/perl
15034 ! os2/os2.c
15035____________________________________________________________________________
15036[ 8654] By: jhi on 2001/02/01 04:12:52
15037 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
15038 as reported by Alan Burlison.
15039 Branch: maint-5.6/perl
15040 ! pp.h
15041____________________________________________________________________________
15042[ 8653] By: jhi on 2001/02/01 04:05:12
15043 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
15044 From: dsugalski@northernlight.com
15045 Date: Wed, 31 Jan 2001 18:54:11 -0500
15046 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
15047 Branch: maint-5.6/perl
15048 ! configure.com
15049____________________________________________________________________________
15050[ 8652] By: jhi on 2001/02/01 04:03:11
15051 Log: Misplaced #endif.
15052
15053 Subject: [perl-5-6-1-trial2] patches for EPOC
15054 From: Olaf Flebbe <O.Flebbe@science-computing.de>
15055 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15056 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15057 Branch: maint-5.6/perl
15058 ! epoc/epocish.c
15059____________________________________________________________________________
15060[ 8651] By: jhi on 2001/02/01 04:00:25
15061 Log: Integrate changes #8647,8648,8650 from mainline.
15062
15063 Macrofy a magic UTF-8 test.
15064
15065 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
15066
15067 Watch out for cross compiling for EPOC (usually done on linux).
15068 Branch: maint-5.6/perl
15069 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
15070____________________________________________________________________________
15071[ 8650] By: jhi on 2001/02/01 03:56:20
15072 Log: Watch out for cross compiling for EPOC (usually done on linux)
15073
15074 Subject: [perl-5-6-1-trial2] patches for EPOC
15075 From: Olaf Flebbe <O.Flebbe@science-computing.de>
15076 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15077 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15078 Branch: perl
15079 ! ext/Errno/Errno_pm.PL
15080____________________________________________________________________________
15081[ 8649] By: gsar on 2001/02/01 00:46:00
15082 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
15083 Branch: maint-5.6/perl
15084 ! sv.c
15085____________________________________________________________________________
15086[ 8648] By: jhi on 2001/01/31 23:35:36
15087 Log: All the uses of PL_numeric_radix must be protected by
15088 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
15089
15090 Subject: [perl-5-6-1-trial2] patches for EPOC
15091 From: Olaf Flebbe <O.Flebbe@science-computing.de>
15092 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15093 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15094 Branch: perl
15095 ! sv.c
15096____________________________________________________________________________
15097[ 8647] By: jhi on 2001/01/31 22:56:16
15098 Log: Macrofy a magic UTF-8 test.
15099 Branch: perl
15100 ! utf8.c utf8.h
15101____________________________________________________________________________
15102[ 8646] By: gsar on 2001/01/31 15:55:12
15103 Log: update Changes
15104 Branch: maint-5.6/perl
15105 ! Changes
15106____________________________________________________________________________
15107[ 8645] By: gsar on 2001/01/31 15:10:14
15108 Log: Configure tweak suggested by Peter Prymmer
15109 Branch: maint-5.6/perl
15110 ! Configure
15111____________________________________________________________________________
15112[ 8644] By: gsar on 2001/01/31 15:06:32
15113 Log: more files need to be writable in the source distribution
15114 Branch: maint-5.6/perl
15115 ! Porting/makerel
15116____________________________________________________________________________
15117[ 8643] By: jhi on 2001/01/31 14:59:46
15118 Log: Integrate changes #8258,8278,8279 from mainline.
15119
15120 Make the large file tests more robust/talkative.
15121 Branch: maint-5.6/perl
15122 !> t/lib/syslfs.t t/op/lfs.t
15123____________________________________________________________________________
15124[ 8642] By: gsar on 2001/01/31 14:53:48
15125 Log: integrate changes#8311,8334 from mainline
15126
15127 Add a new MakeMaker variable PM_FILTER that defines a Unix
15128 filter to be run on each .pm during the pm_to_blib() phase,
15129 a fixed version of
15130 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
15131
15132 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
15133 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
15134 accurate reading of the "atime".
15135 Branch: maint-5.6/perl
15136 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
15137 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15138 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
15139____________________________________________________________________________
15140[ 8641] By: jhi on 2001/01/31 14:46:37
15141 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
15142 Branch: maint-5.6/perl
15143 ! lib/Getopt/Long.pm
15144____________________________________________________________________________
15145[ 8640] By: gsar on 2001/01/31 14:40:24
15146 Log: make regen_all
15147 Branch: maint-5.6/perl
15148 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
15149____________________________________________________________________________
15150[ 8639] By: gsar on 2001/01/31 14:37:25
15151 Log: refresh windows config files
15152 Branch: maint-5.6/perl
15153 ! win32/Makefile win32/config_H.bc win32/config_H.gc
15154 ! win32/config_H.vc win32/makefile.mk
15155____________________________________________________________________________
15156[ 8638] By: gsar on 2001/01/31 14:28:10
15157 Log: makefile tweaks for windows: introduce a bulk-switch to enable
15158 same options as ActivePerl; sync changes with makefile.mk
15159 Branch: maint-5.6/perl
15160 ! win32/Makefile win32/makefile.mk
15161____________________________________________________________________________
15162[ 8637] By: jhi on 2001/01/31 04:41:30
15163 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
15164 From: Nicholas Clark <nick@ccl4.org>
15165 Date: Tue, 30 Jan 2001 19:51:05 +0000
15166 Message-ID: <20010130195105.R76607@plum.flirble.org>
15167
15168 op/inc cure.
15169 Branch: perl
15170 ! pp.c pp.h pp_hot.c t/op/arith.t
15171____________________________________________________________________________
15172[ 8636] By: jhi on 2001/01/31 02:38:32
15173 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
15174 no perlio],8257,8380,8479,8515 from mainline.
15175
15176 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
15177
15178 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
15179 Subject: [PATCH perl@8133] fix-up for VMS extensions
15180
15181 In VMS embedded perls couldn't access the statically built Socket.
15182
15183 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
15184
15185 Further VMS piping fixes from Charles Lane.
15186
15187 Subject: [PATCH] make t/op/misc.t work on VMS
15188
15189 Add tracing for debugging extensions builds in VMS.
15190
15191 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
15192 Branch: maint-5.6/perl
15193 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
15194 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
15195 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
15196____________________________________________________________________________
15197[ 8635] By: jhi on 2001/01/31 01:46:41
15198 Log: Integrate change #7732 from mainline.
15199
15200 Sparc 64-bit pack() fix from Jens Hamisch.
15201 Branch: maint-5.6/perl
15202 !> pp.c
15203____________________________________________________________________________
15204[ 8634] By: jhi on 2001/01/31 01:41:16
15205 Log: One spot missing from #8626.
15206 Branch: maint-5.6/perl
15207 ! sv.c
15208____________________________________________________________________________
15209[ 8633] By: jhi on 2001/01/31 00:49:17
15210 Log: Integrate change #7495 from mainline.
15211
15212 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
15213 Branch: maint-5.6/perl
15214 !> MANIFEST ext/re/Makefile.PL
15215____________________________________________________________________________
15216[ 8632] By: jhi on 2001/01/30 23:38:49
15217 Log: Integrate change #8396 from mainline.
15218
15219 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
15220 better multicast support (resend)
15221 Branch: maint-5.6/perl
15222 !> ext/Socket/Socket.pm
15223____________________________________________________________________________
15224[ 8631] By: jhi on 2001/01/30 23:28:03
15225 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
15226
15227 More AIX lore. (7514, ext/re/hints/aix.pl)
15228
15229 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
15230
15231 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
15232
15233 Subject: [ID 20001214.002] Net::Ping patch
15234
15235 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
15236
15237 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
15238
15239 Add ReuseAddr as a (preferred) alias for Reuse as we now
15240 also have ReusePort.
15241
15242 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
15243 Branch: maint-5.6/perl
15244 +> ext/re/hints/aix.pl
15245 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
15246 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
15247____________________________________________________________________________
15248[ 8630] By: jhi on 2001/01/30 23:03:59
15249 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
15250
15251 read() documentation tweak for 20001121.004.
15252
15253 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
15254 Branch: maint-5.6/perl
15255 !> pod/perlfunc.pod pod/perlre.pod
15256____________________________________________________________________________
15257[ 8629] By: jhi on 2001/01/30 22:41:57
15258 Log: Integrate change #8098 from mainline.
15259
15260 fastgetcwd is defined using a glob alias on a $^O dependent basis
15261 and there was no default assignment or perl subroutine.
15262 Branch: maint-5.6/perl
15263 !> lib/Cwd.pm
15264____________________________________________________________________________
15265[ 8628] By: jhi on 2001/01/30 21:58:52
15266 Log: Integrate change #7866 from mainline.
15267
15268 File::Temp 0.11.
15269 Branch: maint-5.6/perl
15270 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
15271____________________________________________________________________________
15272[ 8627] By: jhi on 2001/01/30 21:39:44
15273 Log: Integrate changes #8075,8086,8228 from mainline.
15274
15275 Darwin is not Windows. (8075,8086)
15276
15277 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
15278 Branch: maint-5.6/perl
15279 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
15280 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
15281 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
15282 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
15283____________________________________________________________________________
15284[ 8626] By: jhi on 2001/01/30 21:22:11
15285 Log: Integrate with tweakery the change #8625 from mainline,
15286 the multibyte decimal separator fix ("fa_IR locale failure").
15287 Branch: maint-5.6/perl
15288 ! embedvar.h perlapi.h
15289 !> intrpvar.h perl.c perl.h sv.c util.c
15290____________________________________________________________________________
15291[ 8625] By: jhi on 2001/01/30 20:26:33
15292 Log: Fix for the fa_IR locale failure. The reason for the failure
15293 was that Perl was assuming the decimal separator aka the radix
15294 separator is one character. The Farsi-Iranian locale crushed
15295 that bad assumption since there the separator is 'Momayyez',
15296 glyphwise looking somewhat like a slash, and in Unicode UTF-8
15297 encoded in two bytes, 0xd9 0xab.
15298 Branch: perl
15299 ! intrpvar.h perl.c perl.h sv.c util.c
15300____________________________________________________________________________
15301[ 8624] By: gsar on 2001/01/30 20:17:03
15302 Log: regen_headers
15303 Branch: maint-5.6/perl
15304 ! Makefile.SH pod/perlintern.pod
15305____________________________________________________________________________
15306[ 8623] By: gsar on 2001/01/30 19:42:34
15307 Log: backout change#7431 and its dependents (causes spurious rebuilds
15308 of autogenerated files)
15309
15310 fix benign b.t failure
15311 Branch: maint-5.6/perl
15312 ! Makefile.SH t/lib/b.t
15313____________________________________________________________________________
15314[ 8622] By: jhi on 2001/01/30 19:41:41
15315 Log: Microperl sync.
15316 Branch: perl
15317 ! mg.c perl.h
15318____________________________________________________________________________
15319[ 8621] By: gsar on 2001/01/30 19:24:47
15320 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
15321 from mainline
15322
15323 Subject: podlators 1.06 released
15324
15325 Subject: [PATCH @8436] Eliminate op_children
15326
15327 (Replaced by #8448) Traces of op_children (cleanup of #8442)
15328
15329 (Replaced by #8448) More op_children traces (cleanup of #8442).
15330
15331 Subject: [PATCH #3 @8436] Re: Eliminate op_children
15332 Replace #8444 and #8445.
15333
15334 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
15335 at the setting of the ofs_sv in new_struct_thread() as the
15336 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
15337 uninitialized fields are, uh, initialized with),
15338 SvREFCNT_inc()ing that invited a core dump.
15339
15340 podlators 1.07, from Russ Allbery.
15341
15342 Subject: [PATCH] regcomp.c old feature removal
15343 From: mjd@plover.com
15344 Date: 16 Jan 2001 14:43:18 -0000
15345 Message-ID: <20010116144318.7140.qmail@plover.com>
15346 Branch: maint-5.6/perl
15347 +> lib/Pod/Text/Overstrike.pm
15348 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
15349 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
15350 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
15351 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
15352 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
15353 !> util.c
15354____________________________________________________________________________
15355[ 8620] By: gsar on 2001/01/30 18:48:32
15356 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
15357 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
15358 now fails one test)
15359
15360 Subject: [PATCH] lvalue AUTOLOAD. No, really.
15361
15362 Subject: [PATCH] Interesting syntax idea
15363 Make opens + bareword assigns do typeglob assigns.
15364
15365 Tests for #8254.
15366
15367 Subject: [PATCH @8269] Continue blocks and B::Deparse
15368 Make the peephole optimizer to bypass more null ops and
15369 and rewrite the deparse handling of continue blocks.
15370
15371 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
15372 Doc tweak on #8313.
15373
15374 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
15375
15376 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
15377
15378 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
15379
15380 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
15381 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
15382 according to the platform.
15383
15384 Subject: [PATCH @8404] Consolidated lvalue sub changes
15385
15386 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
15387
15388 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
15389
15390 Subject: B::Concise -- an improved replacement for B::Terse
15391
15392 The B::Terse drop-in replacement wasn't quite drop-in.
15393
15394 The LVRET macro needed an aTHX.
15395
15396 Use the /^Perl_/-less form of is_lvalue_sub().
15397
15398 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
15399 Branch: maint-5.6/perl
15400 +> ext/B/B/Concise.pm
15401 !> (integrate 27 files)
15402____________________________________________________________________________
15403[ 8619] By: nick on 2001/01/30 18:40:28
15404 Log: Integrate mainline
15405 Branch: perlio
15406 !> (integrate 40 files)
15407____________________________________________________________________________
15408[ 8618] By: jhi on 2001/01/30 18:37:18
15409 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
15410 Date: Mon, 29 Jan 2001 22:51:29 -0600
15411 From: "Craig A. Berry" <craigberry@mac.com>
15412 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
15413 Branch: perl
15414 ! vms/test.com
15415____________________________________________________________________________
15416[ 8617] By: jhi on 2001/01/30 18:34:53
15417 Log: Subject: [PATCH] Add missing CV flags to dump.c
15418 From: Tim Jenness <t.jenness@jach.hawaii.edu>
15419 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
15420 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
15421 Branch: perl
15422 ! dump.c
15423____________________________________________________________________________
15424[ 8616] By: jhi on 2001/01/30 18:20:58
15425 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
15426 part isn't applicable to maintperl.
15427
15428 UTF-8 nit from Inaba Hiroto.
15429 Branch: maint-5.6/perl
15430 !> pod/perlapi.pod utf8.c
15431____________________________________________________________________________
15432[ 8615] By: jhi on 2001/01/30 18:18:51
15433 Log: UTF-8 nit from Inaba Hiroto.
15434 Branch: perl
15435 ! pod/perlapi.pod t/op/each.t utf8.c
15436____________________________________________________________________________
15437[ 8614] By: jhi on 2001/01/30 18:13:38
15438 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
15439
15440 perl's internal variables are not for public consumption,
15441 move their docs from perlapi.pod to perlintern.pod
15442
15443 support for -Dusethreads build under HP-UX 10.20 and DCE threads
15444 library (11.0 and later have pthreads but 10.x don't)
15445
15446 avoid uninitialized value warnings
15447
15448 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
15449 gets weird results)
15450
15451 perldoc nit on windows
15452
15453 make it possible to run the tests outside the source tree
15454 (there's still a dependency on ../lib being the library
15455 location)
15456 Branch: perl
15457 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
15458 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
15459 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
15460 !> win32/bin/search.pl win32/vdir.h
15461____________________________________________________________________________
15462[ 8613] By: gsar on 2001/01/30 16:39:59
15463 Log: make it possible to run the tests outside the source tree
15464 (there's still a dependency on ../lib being the library
15465 location)
15466 Branch: maint-5.6/perl
15467 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
15468____________________________________________________________________________
15469[ 8612] By: gsar on 2001/01/30 16:31:12
15470 Log: perldoc nit on windows
15471 Branch: maint-5.6/perl
15472 ! utils/perldoc.PL
15473____________________________________________________________________________
15474[ 8611] By: gsar on 2001/01/30 16:22:54
15475 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
15476 gets weird results)
15477 Branch: maint-5.6/perl
15478 ! win32/vdir.h
15479____________________________________________________________________________
15480[ 8610] By: gsar on 2001/01/30 16:12:45
15481 Log: avoid uninitialized value warnings
15482 Branch: maint-5.6/perl
15483 ! win32/bin/search.pl
15484____________________________________________________________________________
15485[ 8609] By: gsar on 2001/01/30 16:08:01
15486 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
15487 library (11.0 and later have pthreads but 10.x don't)
15488 Branch: maint-5.6/perl
15489 ! hints/hpux.sh thread.h
15490____________________________________________________________________________
15491[ 8608] By: gsar on 2001/01/30 15:48:55
15492 Log: perl's internal variables are not for public consumption,
15493 move their docs from perlapi.pod to perlintern.pod
15494 Branch: maint-5.6/perl
15495 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
15496 ! thrdvar.h
15497____________________________________________________________________________
15498[ 8607] By: gsar on 2001/01/30 15:44:27
15499 Log: mistakenly branched perl56delta.pod, revert
15500 Branch: maint-5.6/perl
15501 - pod/perl56delta.pod
15502 !> pod/perldelta.pod
15503____________________________________________________________________________
15504[ 8606] By: gsar on 2001/01/30 14:20:24
15505 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
15506 dTHR which has been a noop for a while now, except for the
15507 compatibility definition in thread.h)
15508 Branch: maint-5.6/perl
15509 !> (integrate 45 files)
15510____________________________________________________________________________
15511[ 8605] By: jhi on 2001/01/30 05:43:58
15512 Log: Mark the UTF-8 APIs as experimental.
15513 Branch: maint-5.6/perl
15514 ! embed.pl pod/perlapi.pod
15515____________________________________________________________________________
15516[ 8604] By: jhi on 2001/01/30 05:38:40
15517 Log: Nits from earlier integrates.
15518 Branch: maint-5.6/perl
15519 ! lib/Carp/Heavy.pm
15520 !> sv.c
15521____________________________________________________________________________
15522[ 8603] By: jhi on 2001/01/30 05:27:26
15523 Log: Regenerate Porting files.
15524 Branch: maint-5.6/perl
15525 ! Porting/Glossary Porting/config.sh Porting/config_H
15526____________________________________________________________________________
15527[ 8602] By: jhi on 2001/01/30 05:14:59
15528 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
15529 8310,8339,8447,8492,8493,8505,8525: documentation changes.
15530
15531 Subject: Re: perlfaq style changes
15532
15533 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
15534
15535 Subject: [PATCH] docs on NaN
15536
15537 Subject: [patch] perlfaq7
15538
15539 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
15540
15541 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
15542
15543 Subject: [PATCH] open() example in perlfunc.pod
15544
15545 Podify README.mpeix (a new version from the web)
15546
15547 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
15548
15549 Subject: [PATCH] format and rewording in perlfaq.pod
15550
15551 Subject: [PATCH] API Variable documentation
15552
15553 Memory management calls documentation.
15554
15555 Subject: [PATCH: perl@8482] README.vms URL updates
15556
15557 Subject: Minor typos in perlfaq2.pod
15558
15559 Subject: [PATCH] pod/perlvar.pod
15560 Branch: maint-5.6/perl
15561 +> pod/perl56delta.pod
15562 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15563 !> README.amiga README.epoc README.mpeix README.vms
15564 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
15565 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
15566 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
15567 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
15568 !> pod/perlvar.pod thrdvar.h
15569____________________________________________________________________________
15570[ 8601] By: jhi on 2001/01/30 04:38:35
15571 Log: Integrate changes #8036,8096,8253 from mainline:
15572 hints changes.
15573
15574 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
15575 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
15576
15577 Output the (apparent) version of gcc in Tru64.
15578 Branch: maint-5.6/perl
15579 +> ext/POSIX/hints/svr4.pl
15580 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
15581 !> hints/svr4.sh t/lib/bigfltpm.t
15582____________________________________________________________________________
15583[ 8600] By: jhi on 2001/01/30 04:04:01
15584 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
15585 locale fixes.
15586
15587 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
15588
15589 Debian allows /usr/bin/locale to exist without any locales. (7868)
15590
15591 Allow the locale test needing POSIX and the taint test
15592 needing IPC::SysV to run under 'minitest' (basically,
15593 bail out if loading the extension fails). (8384)
15594
15595 Cleanup the locale.t output (8480)
15596 Branch: maint-5.6/perl
15597 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
15598 !> t/pragma/locale.t
15599____________________________________________________________________________
15600[ 8599] By: jhi on 2001/01/30 03:51:04
15601 Log: Missing generated files from #8598.
15602 Branch: maint-5.6/perl
15603 ! embed.h global.sym objXSUB.h perlapi.c proto.h
15604____________________________________________________________________________
15605[ 8598] By: jhi on 2001/01/30 03:41:54
15606 Log: Integrate change #8555 from mainline, manually integrate parts
15607 of changes 8452 and 8583.
15608
15609 Subject: [PATCH] utf8.c documentation (8452)
15610
15611 No point in checking the length if the pointer is bogus. (8555)
15612
15613 Introduce bytes_from_utf8() and implement sv_eq() using it,
15614 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
15615 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
15616 was malformed. (8583)
15617 Branch: maint-5.6/perl
15618 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
15619 !> pod/perlapi.pod sv.c utf8.c
15620____________________________________________________________________________
15621[ 8597] By: gsar on 2001/01/30 02:37:26
15622 Log: get PERL_OBJECT build going again on windows
15623 Branch: maint-5.6/perl
15624 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15625 ! pod/perlapi.pod proto.h sv.c
15626____________________________________________________________________________
15627[ 8596] By: jhi on 2001/01/30 02:16:17
15628 Log: Signedness nit.
15629 Branch: perl
15630 ! sv.c
15631____________________________________________________________________________
15632[ 8595] By: jhi on 2001/01/30 02:11:07
15633 Log: EBCDIC patch for Storable, from Peter Prymmer.
15634 Branch: perl
15635 ! t/lib/st-06compat.t
15636____________________________________________________________________________
15637[ 8594] By: jhi on 2001/01/30 01:04:48
15638 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
15639 From: Peter Prymmer <pvhp@forte.com>
15640 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
15641 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
15642 Branch: perl
15643 ! t/lib/b.t
15644____________________________________________________________________________
15645[ 8593] By: jhi on 2001/01/30 00:56:47
15646 Log: Subject: [PATCH: perl@8585] pod problems in io
15647 From: Peter Prymmer <pvhp@forte.com>
15648 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
15649 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
15650 Branch: perl
15651 ! pod/perlapio.pod pod/perliol.pod
15652____________________________________________________________________________
15653[ 8592] By: jhi on 2001/01/30 00:48:20
15654 Log: Integrate perlio.
15655 Branch: perl
15656 !> pod/perlapio.pod pod/perliol.pod
15657____________________________________________________________________________
15658[ 8591] By: nick on 2001/01/29 22:02:28
15659 Log: GNU 'merge' Simon's copy of perliol.pod with version
15660 patched by Craig's patch.
15661 Branch: perlio
15662 ! pod/perliol.pod
15663____________________________________________________________________________
15664[ 8590] By: nick on 2001/01/29 21:55:10
15665 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
15666 Branch: perlio
15667 ! pod/perlapio.pod pod/perliol.pod
15668____________________________________________________________________________
15669[ 8589] By: jhi on 2001/01/29 15:35:33
15670 Log: Integrate change #8586 from maint-5.6/perl.
15671
15672 make the BOM detection code not call tell() until it has to
15673 (meant to fix esoteric compatibility issues where PL_rsfp
15674 is overridden)
15675 Branch: perl
15676 !> toke.c
15677____________________________________________________________________________
15678[ 8588] By: jhi on 2001/01/29 15:29:11
15679 Log: Subject: MAking Solaris malloc() the default
15680 From: Lupe Christoph <lupe@lupe-christoph.de>
15681 Date: Mon, 29 Jan 2001 12:59:36 +0100
15682 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
15683
15684 The README.solaris part slightly tweaked.
15685 Branch: perl
15686 ! README.solaris hints/solaris_2.sh
15687____________________________________________________________________________
15688[ 8587] By: jhi on 2001/01/29 15:17:34
15689 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
15690 From: root@ak-75.mind.de
15691 Date: Sun, 28 Jan 2001 20:32:29 +0100
15692 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
15693 Branch: perl
15694 ! pod/perlre.pod
15695____________________________________________________________________________
15696[ 8586] By: gsar on 2001/01/29 13:43:44
15697 Log: make the BOM detection code not call tell() until it has to
15698 (meant to fix esoteric compatibility issues where PL_rsfp
15699 is overridden)
15700 Branch: maint-5.6/perl
15701 ! toke.c
15702____________________________________________________________________________
15703[ 8585] By: jhi on 2001/01/28 20:05:45
15704 Log: Update Changes.
15705 Branch: perl
15706 ! Changes patchlevel.h
15707____________________________________________________________________________
15708[ 8584] By: jhi on 2001/01/28 19:30:02
15709 Log: Integrate perlio.
15710 Branch: perl
15711 +> pod/perliol.pod
15712 !> MANIFEST pod/perlapio.pod
15713____________________________________________________________________________
15714[ 8583] By: jhi on 2001/01/28 19:28:40
15715 Log: Patch from Inaba Hiroto:
15716 - canonical UTF-8 hash keys: if a key string for a hash is
15717 UTF8-on, try downgrade the string and use it if
15718 unicode::distinct is not in effect.
15719 For the task, I added a function bytes_from_utf8() to utf8.c.
15720 It might resemble utf8_to_bytes() but it is not convenient
15721 to the task.
15722 Made a test for it and added to t/op/each.t
15723 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
15724 the mortal copy of the argument SV.
15725 And changed t/io/utf8.t test 18 which expects print() to
15726 upgrade its argument.
15727 - re-implement sv_eq with bytes_from_utf8()
15728 - some bug fixes
15729 - tr/// does not handle UTF8 range (\x{}-\x{})
15730 - \ before raw UTF8 character produced
15731 "Malformed UTF-8 character" warning.
15732 - "\x{100}\N{CENT SIGN}" is Malformed.
15733 Added tests for these 3.
15734 - and one silly bug (by me) with qu operator.
15735 Branch: perl
15736 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
15737 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
15738 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
15739____________________________________________________________________________
15740[ 8582] By: nick on 2001/01/28 19:25:04
15741 Log: Add pod/perliol.pod to MANIFEST :-(
15742 Branch: perlio
15743 ! MANIFEST
15744____________________________________________________________________________
15745[ 8581] By: nick on 2001/01/28 19:22:40
15746 Log: PerlIO documentation. Proofing and sub-editing requested.
15747 Branch: perlio
15748 + pod/perliol.pod
15749 ! pod/perlapio.pod
15750____________________________________________________________________________
15751[ 8580] By: jhi on 2001/01/28 05:16:25
15752 Log: Revert the change to sv_2pv() done by #8054: Someone who
15753 did SvNV_set() on a scalar that also happened to be POK,
15754 followed by sv_2pv() won't get the right coercion anymore.
15755 [Sarathy]
15756 Branch: maint-5.6/perl
15757 ! sv.c
15758____________________________________________________________________________
15759[ 8579] By: jhi on 2001/01/28 05:15:04
15760 Log: Remove the #8084 effect: do not allow -Q to be interpreted
15761 as -&Q(), this is too much wiggle room.
15762 Branch: maint-5.6/perl
15763 ! toke.c
15764____________________________________________________________________________
15765[ 8578] By: jhi on 2001/01/28 05:12:45
15766 Log: Needed bits of #8439 (should have been in #8576),
15767 mainly for lval substr().
15768 Branch: maint-5.6/perl
15769 ! mg.c pp.c pp_hot.c
15770____________________________________________________________________________
15771[ 8577] By: jhi on 2001/01/28 05:02:46
15772 Log: A missing check-in.
15773 Branch: maint-5.6/perl
15774 ! utf8.c
15775____________________________________________________________________________
15776[ 8576] By: jhi on 2001/01/28 04:26:18
15777 Log: Integrate changes #8425,8436,8439,8517 from mainline.
15778 The 8439 was not truly integrated because it had too many
15779 dependencies on the development branch and because it introduced
15780 concepts too bold for a maintenance branch (such as the qu operator).
15781
15782 Subject: [PATCH perl@8342] -Wformat
15783
15784 Tighten some of the UTF-8 tests a bit.
15785
15786 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
15787 - The substr lval was still not okay.
15788 - Now pp_stringify and sv_setsv copies source's UTF8 flag
15789 even if IN_BYTE. pp_stringify is called from fold_constants
15790 at optimization phase and "\x{100}" was made SvUTF8_off under
15791 use bytes (the bytes pragma is for "byte semantics" and not
15792 for "do not produce UTF8 data")
15793 Branch: maint-5.6/perl
15794 ! t/lib/charnames.t t/op/substr.t toke.c
15795 !> sv.c t/pragma/utf8.t
15796____________________________________________________________________________
15797[ 8575] By: jhi on 2001/01/28 04:01:51
15798 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
15799
15800 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
15801
15802 Subject: [ID 20001230.003] UTF-8 tr still hurts
15803
15804 Test cases for #8385 (from Simon's "torture.pl")
15805
15806 Start fixing UTF-8 lval substr() (8405)
15807 Branch: maint-5.6/perl
15808 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
15809 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
15810____________________________________________________________________________
15811[ 8574] By: jhi on 2001/01/28 03:09:06
15812 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
15813 from mainline.
15814
15815 UTF-8 cleanup.
15816
15817 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
15818
15819 "\x{FF}\xFF" was broken.
15820
15821 Tests for #8329 and #8330.
15822
15823 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
15824
15825 IRIX compiler noticed that the bof initialization might be
15826 bypassed by control flow.
15827
15828 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
15829 Branch: maint-5.6/perl
15830 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
15831 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
15832____________________________________________________________________________
15833[ 8573] By: jhi on 2001/01/28 02:06:12
15834 Log: Retract #8552.
15835 Branch: perl
15836 ! lib/Text/Wrap.pm t/lib/textwrap.t
15837____________________________________________________________________________
15838[ 8572] By: jhi on 2001/01/28 02:04:49
15839 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
15840 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
15841 not really integrated but instead salvaged by hand
15842 (they had too many dependencies on the development release
15843 to be cleanly integratable).
15844
15845 Subject: more UTF8 test suites and an UTF8 patch
15846
15847 Tweak for MULTIPLICITY/USE_PERLIO
15848
15849 Signedness nit.
15850
15851 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
15852
15853 Use the UTF8_XXX macros in is_utf8_char().
15854
15855 Rewrite pp_concat() in terms of sv_catsv(). The . operator
15856 should now be UTF-8-proof.
15857
15858 Subject: [PATCH perl@8269] scanning two hex-constants
15859 fails on EBCDIC environment (script length.t)
15860
15861 Add some Unicode chop() tests.
15862 Branch: maint-5.6/perl
15863 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
15864 !> sv.c t/op/chop.t utf8.h
15865____________________________________________________________________________
15866[ 8571] By: jhi on 2001/01/28 00:35:59
15867 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
15868 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
15869
15870 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
15871
15872 The maxiters upper limit sanity check (guarding against
15873 non-progress) assumed bytes instead of characters in s///
15874 and split().
15875
15876 Signedness nit.
15877
15878 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
15879 join() should now be UTF-8-proof.
15880
15881 More split // UTF-8 tests. (8250)
15882 Branch: maint-5.6/perl
15883 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
15884 !> util.c
15885____________________________________________________________________________
15886[ 8570] By: jhi on 2001/01/27 22:15:46
15887 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
15888 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
15889 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
15890 8084,8204,8244,8333 from mainline.
15891
15892 For -Q where Q might be a one-letter sub name one does no more
15893 get a warning about an unknown filetest (7941,7943,7944,8084).
15894
15895 Subject: Re: [ID 20001130.011] expression parsing bug ?
15896
15897 Make uv_to_utf8() to zero-terminate its output buffer.
15898
15899 Split off t/op/length.t (7995)
15900
15901 Split off t/op/utf8decode.t (7996)
15902
15903 Remove an unnecessary 'use utf8' from the utf8.t (7998)
15904
15905 Split off t/op/concat.t (8004)
15906
15907 Split off t/op/ver.t (8005)
15908
15909 Document utf8_length(), utf8_distance(), and utf8_hop().
15910
15911 Document utf8_to_uv() better.
15912
15913 Introduce macros for UTF8 decoding (8028,8033).
15914
15915 Add test for reverse() (8030,8031).
15916
15917 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
15918
15919 Do not return the Unicode replacement character on UTF-8
15920 decoding failure.
15921
15922 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
15923 not this_utf8 i.e. the output string has one, but don't mess
15924 with source assumption. (8052,8053)
15925
15926 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
15927 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
15928 was not expecting to be called with something that was already
15929 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
15930 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
15931 (8054)
15932
15933 Recode the naughty binary bytes in utf8decode.t using the \xHH.
15934
15935 Make some panic messages a bit more logical.
15936 Branch: maint-5.6/perl
15937 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
15938 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
15939 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
15940 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
15941 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
15942 !> utf8.c utf8.h
15943____________________________________________________________________________
15944[ 8569] By: jhi on 2001/01/27 19:16:43
15945 Log: Integrate changes #7750 from perlio and #8566 from mainline.
15946 Branch: maint-5.6/perl
15947 !> regexec.c sv.c
15948____________________________________________________________________________
15949[ 8568] By: jhi on 2001/01/27 18:06:51
15950 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
15951 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
15952 7935[-perlio.c],7936,7959,7965 from mainline.
15953
15954 Change the "big byte" error message to "Wide character".
15955 (7355, the croak-if-wide-chars-in-print part ignored)
15956
15957 Use UINT64_C().
15958
15959 Introduce Perl_utf8_length().
15960
15961 diff -se shows these as different (7753, forgotten check-ins)
15962
15963 Subject: [PATCH] doop.c - UTF8 tr///
15964
15965 If we use (aTHX_ ...) then put Perl_ on the front.
15966
15967 Make utf8_length() and utf8_distance() to be less forgiving
15968 about bad UTF-8.
15969
15970 Test line numbers are different with utf8.
15971
15972 No need to scan till infinity, 13 is enough. (7872,7911)
15973
15974 Subject: [PATCH] Tokeniser debugging
15975
15976 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
15977
15978 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
15979
15980 Be more careful in Perl_sv_utf8_downgrade().
15981
15982 Use DO_UTF8().
15983
15984 Raw zero bytes in text files confuse at least GNU patch 2.1.
15985 Branch: maint-5.6/perl
15986 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
15987 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
15988 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
15989 !> t/pragma/utf8.t toke.c utf8.c utf8.h
15990____________________________________________________________________________
15991[ 8567] By: nick on 2001/01/27 11:10:38
15992 Log: Integrate mainline
15993 Branch: perlio
15994 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
15995 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
15996 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
15997 !> toke.c
15998____________________________________________________________________________
15999[ 8566] By: jhi on 2001/01/27 06:22:48
16000 Log: More documentation for the regexp context stack.
16001 Branch: perl
16002 ! regexec.c
16003____________________________________________________________________________
16004[ 8565] By: jhi on 2001/01/27 05:21:57
16005 Log: Update Changes.
16006 Branch: perl
16007 ! Changes patchlevel.h
16008____________________________________________________________________________
16009[ 8564] By: jhi on 2001/01/27 04:44:04
16010 Log: Threadedness patch for #8562 from Doug MacEachern.
16011 Branch: perl
16012 ! toke.c
16013____________________________________________________________________________
16014[ 8563] By: jhi on 2001/01/27 04:26:24
16015 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
16016 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16017 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
16018 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
16019 Branch: perl
16020 ! op.c
16021____________________________________________________________________________
16022[ 8562] By: jhi on 2001/01/27 04:20:30
16023 Log: Subject: Re: Announce : Tokener reporting patch
16024 From: Simon Cozens <simon@cozens.net>
16025 Date: Mon, 22 Jan 2001 02:17:22 +0000
16026 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
16027 Branch: perl
16028 ! embed.h embed.pl proto.h toke.c
16029____________________________________________________________________________
16030[ 8561] By: jhi on 2001/01/27 04:17:24
16031 Log: Forgot from #8545. Oops.
16032 Branch: perl
16033 ! pp.c t/pragma/overload.t
16034____________________________________________________________________________
16035[ 8560] By: jhi on 2001/01/27 03:01:47
16036 Log: A better module compilation test, use MANIFEST as suggested
16037 by Spider.
16038 Branch: perl
16039 ! t/lib/1_compile.t
16040____________________________________________________________________________
16041[ 8559] By: jhi on 2001/01/27 02:50:48
16042 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
16043 From: Peter Prymmer <pvhp@forte.com>
16044 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
16045 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
16046 Branch: perl
16047 ! t/lib/b.t
16048____________________________________________________________________________
16049[ 8558] By: jhi on 2001/01/27 02:27:05
16050 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
16051 From: Peter Prymmer <pvhp@forte.com>
16052 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
16053 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
16054 Branch: perl
16055 ! t/pragma/sub_lval.t
16056____________________________________________________________________________
16057[ 8557] By: jhi on 2001/01/27 02:26:03
16058 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
16059 From: Peter Prymmer <pvhp@forte.com>
16060 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
16061 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
16062 Branch: perl
16063 ! t/lib/st-06compat.t
16064____________________________________________________________________________
16065[ 8556] By: jhi on 2001/01/27 02:24:33
16066 Log: Subject: [PATCH: perl@8531] minor update to README.os390
16067 From: Peter Prymmer <pvhp@forte.com>
16068 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
16069 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
16070 Branch: perl
16071 ! README.os390
16072____________________________________________________________________________
16073[ 8555] By: jhi on 2001/01/27 00:35:47
16074 Log: No point in checking the length before we know whether the pointer
16075 is bogus or not, fixes Abigail's odbm failures in Linux.
16076 Branch: perl
16077 ! sv.c
16078____________________________________________________________________________
16079[ 8554] By: nick on 2001/01/26 19:01:31
16080 Log: Integrate mainline
16081 Branch: perlio
16082 !> lib/Text/Wrap.pm t/lib/textwrap.t
16083____________________________________________________________________________
16084[ 8553] By: jhi on 2001/01/26 15:19:39
16085 Log: Integrate change #7792 from perlio (multiplicity fix),
16086 fix the AV leak in regex DEBUGGING (tiny part of the
16087 polymorphic regexp patch #8143).
16088 Branch: maint-5.6/perl
16089 ! regcomp.c
16090 !> scope.h
16091____________________________________________________________________________
16092[ 8552] By: jhi on 2001/01/26 15:03:23
16093 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
16094 From: Michael G Schwern <schwern@pobox.com>
16095 Date: Fri, 26 Jan 2001 09:28:31 -0500
16096 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
16097 Branch: perl
16098 ! lib/Text/Wrap.pm t/lib/textwrap.t
16099____________________________________________________________________________
16100[ 8551] By: jhi on 2001/01/26 02:33:19
16101 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
16102 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
16103
16104 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
16105
16106 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
16107
16108 Message nit.
16109
16110 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
16111
16112 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
16113
16114 (the cleanup of unused submatches in regtry() and regcppop())
16115
16116 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
16117 stored and restored, and thusly was trounced by the utf8 swash
16118 routines.
16119
16120 use utf8 not required to use \x{}.
16121
16122 Removed two more tests that make no sense in UTF-8 since the test
16123 data is not in UTF-8.
16124
16125 Get the three different space character classes right under utf8.
16126
16127 Implement ANYOFUTF8 regprop() dumping.
16128
16129 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
16130
16131 Document the regex context pushing/popping a bit better.
16132 Branch: maint-5.6/perl
16133 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
16134 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
16135 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
16136 !> t/op/regmesg.t utf8.c
16137____________________________________________________________________________
16138[ 8550] By: nick on 2001/01/25 19:42:30
16139 Log: Integrate mainline
16140 Branch: perlio
16141 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
16142 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
16143 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
16144 !> t/lib/bigint.t t/lib/bigintpm.t
16145____________________________________________________________________________
16146[ 8549] By: jhi on 2001/01/25 15:22:28
16147 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
16148 Branch: maint-5.6/perl
16149 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
16150____________________________________________________________________________
16151[ 8548] By: jhi on 2001/01/25 15:02:55
16152 Log: Integrate changes #7997,8063,8492,8547 from mainline.
16153
16154 Subject: Re: STRLEN - what?
16155
16156 Subject: [PATCH] perlguts.pod
16157
16158 Memory management calls documentation.
16159
16160 Layout using tabulator is not a good idea in a pod.
16161 Branch: maint-5.6/perl
16162 !> pod/perlguts.pod
16163____________________________________________________________________________
16164[ 8547] By: jhi on 2001/01/25 14:49:05
16165 Log: Layout using tabulator is not a good idea in a pod.
16166 Branch: perl
16167 ! pod/perlguts.pod
16168____________________________________________________________________________
16169[ 8546] By: jhi on 2001/01/25 14:31:12
16170 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
16171 from mainline.
16172
16173 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
16174
16175 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
16176
16177 More Win32 editor/IDE/shell hints.
16178
16179 More Win32 Perling.
16180
16181 Yet another editor edit.
16182
16183 Edit edit edit.
16184
16185 IDE/editor section tweaking.
16186
16187 Few more IDE/editor nits from p5p.
16188 Branch: maint-5.6/perl
16189 !> pod/perlfaq3.pod
16190____________________________________________________________________________
16191[ 8545] By: jhi on 2001/01/25 04:16:32
16192 Log: Subject: [PATCH 5.7.0] overload int()
16193 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16194 Date: Wed, 24 Jan 2001 19:06:57 -0500
16195 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
16196 Branch: perl
16197 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
16198 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
16199 ! t/lib/bigintpm.t
16200____________________________________________________________________________
16201[ 8544] By: jhi on 2001/01/25 04:15:11
16202 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
16203 From: Peter Prymmer <pvhp@forte.com>
16204 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
16205 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
16206 Branch: perl
16207 ! Makefile.SH README.os390 hints/os390.sh installperl
16208____________________________________________________________________________
16209[ 8543] By: jhi on 2001/01/25 03:52:08
16210 Log: Integrate change #8462,8469 from mainline.
16211
16212 In VMS Perl subversion (perl -V) is undef.
16213 Branch: maint-5.6/perl
16214 !> configure.com
16215____________________________________________________________________________
16216[ 8542] By: jhi on 2001/01/25 03:44:55
16217 Log: Integrate changes #7835,7850,8315,8316 from mainline.
16218
16219 Solaris hints.
16220 Branch: maint-5.6/perl
16221 !> hints/solaris_2.sh
16222____________________________________________________________________________
16223[ 8541] By: jhi on 2001/01/25 03:39:28
16224 Log: Integrate #8336 from mainline.
16225 Branch: maint-5.6/perl
16226 !> hv.c
16227____________________________________________________________________________
16228[ 8540] By: jhi on 2001/01/25 03:23:50
16229 Log: Retract #8539.
16230 Branch: maint-5.6/perl
16231 ! pod/perlfaq3.pod
16232____________________________________________________________________________
16233[ 8539] By: jhi on 2001/01/25 03:21:55
16234 Log: (Retracted by #5940.)
16235 Branch: maint-5.6/perl
16236 ! pod/perlfaq3.pod
16237____________________________________________________________________________
16238[ 8538] By: jhi on 2001/01/25 03:14:07
16239 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
16240 From: Peter Prymmer <pvhp@forte.com>
16241 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
16242 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
16243
16244 The VMS bits.
16245 Branch: maint-5.6/perl
16246 ! configure.com vms/descrip_mms.template
16247____________________________________________________________________________
16248[ 8537] By: jhi on 2001/01/25 03:06:09
16249 Log: Integrate #7710,7824,7973 from mainline.
16250 Branch: maint-5.6/perl
16251 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16252 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
16253 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
16254 !> vos/config.ga.def vos/config.ga.h win32/config.bc
16255 !> win32/config.gc win32/config.vc
16256____________________________________________________________________________
16257[ 8536] By: jhi on 2001/01/24 13:50:20
16258 Log: Revert the edits made by me so far to the 5.6 branch since
16259 the TRIAL1 since I did edits when I should have been using
16260 integrates. Bad programmer. (Will integrate them properly later.)
16261 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
16262 The #8353 will not be reapplied at least for now since
16263 the UTF-8 hash keys need more thinking.
16264 (The patches #8347, #8354, #8454, #8473 were okay since they
16265 were original edits made specifically for the 5.6.1-TRIAL1.)
16266 Branch: maint-5.6/perl
16267 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16268 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
16269 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
16270 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
16271 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
16272 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16273 ! win32/config.bc win32/config.gc win32/config.vc
16274____________________________________________________________________________
16275[ 8535] By: bailey on 2001/01/24 06:37:02
16276 Log: SYN SYN
16277 Branch: vmsperl
16278 +> (branch 26 files)
16279 !> (integrate 130 files)
16280____________________________________________________________________________
16281[ 8534] By: nick on 2001/01/23 19:30:57
16282 Log: Integrate mainline.
16283 Branch: perlio
16284 !> Changes Configure Porting/Glossary Porting/config.sh
16285 !> Porting/config_H embed.h embed.pl ext/Encode/compile
16286 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
16287 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
16288 !> pod/perlvar.pod proto.h t/lib/1_compile.t
16289____________________________________________________________________________
16290[ 8533] By: jhi on 2001/01/23 16:15:46
16291 Log: Forgotten from #8501.
16292 Branch: perl
16293 ! Porting/Glossary Porting/config.sh Porting/config_H
16294____________________________________________________________________________
16295[ 8532] By: jhi on 2001/01/23 16:13:27
16296 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
16297 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16298 Date: Mon, 22 Jan 2001 17:51:58 +0100
16299 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
16300 Branch: perl
16301 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
16302____________________________________________________________________________
16303[ 8531] By: jhi on 2001/01/23 15:46:01
16304 Log: Update Changes.
16305 Branch: perl
16306 ! Changes patchlevel.h
16307____________________________________________________________________________
16308[ 8530] By: jhi on 2001/01/23 15:38:39
16309 Log: De-cut-and-pasto.
16310 Branch: perl
16311 ! t/lib/1_compile.t
16312____________________________________________________________________________
16313[ 8529] By: jhi on 2001/01/23 15:11:04
16314 Log: Document the mkdir trailing slashes case.
16315 Branch: perl
16316 ! pod/perlfunc.pod
16317____________________________________________________________________________
16318[ 8528] By: jhi on 2001/01/23 15:08:28
16319 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
16320 get installed:
16321
16322 Subject: lib/lib.pm
16323 From: <abigail@foad.org>
16324 Date: Mon, 28 Aug 2000 20:35:08 -0400
16325 Message-ID: <20000829003508.21281.qmail@foad.org>
16326 Branch: perl
16327 ! installperl
16328____________________________________________________________________________
16329[ 8527] By: jhi on 2001/01/23 14:44:04
16330 Log: Metaconfig unit change for #8526.
16331 Branch: metaconfig
16332 ! U/threads/archname.U
16333____________________________________________________________________________
16334[ 8526] By: jhi on 2001/01/23 14:43:19
16335 Log: Attach -perlio to the archname if so selected.
16336 Branch: perl
16337 ! Configure
16338____________________________________________________________________________
16339[ 8525] By: jhi on 2001/01/23 14:24:01
16340 Log: Subject: [PATCH] pod/perlvar.pod
16341 From: abigail@foad.org
16342 Date: Tue, 23 Jan 2001 01:41:10 +0100
16343 Message-ID: <20010123004110.22259.qmail@foad.org>
16344 Branch: perl
16345 ! pod/perlvar.pod
16346____________________________________________________________________________
16347[ 8524] By: jhi on 2001/01/23 14:22:32
16348 Log: A bug introduced in #8217 (the undefined variable in the
16349 lib/safe1_t #3) fixed, by Charles Lane:
16350
16351 The earlier patch made it so that stuff running in Safe
16352 compartments could do a "caller" and see "main". That
16353 little change in name is done right before the code in
16354 the compartment is run, and apparantly the parser
16355 was picking up the stash name before it got changed.
16356
16357 (why it was threaded vs. unthreaded Perl that was sensitive to this
16358 I still don't know...and it probably doesn't matter).
16359
16360 I tryed removing the stash name-change and saw that threaded Perl
16361 did indeed pass the lib/safe1.t tests.
16362
16363 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
16364 do the name change (and to connect _ in the compartment to the global
16365 _) which is removed from _safe_call_sv. Then Safe.pm is modified
16366 to call _safe_pkg_prep when creating a new compartment.
16367
16368 Passes all tests with threaded perl on linux; passes all tests
16369 with unthreaded perl on VMS.
16370
16371 At some point I'll probably want to revisit Safe and Opcode to
16372 provide more sensible handling of global variables...and to get
16373 formats working in Safe compartments, which they don't do currently.
16374 Branch: perl
16375 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
16376____________________________________________________________________________
16377[ 8523] By: jhi on 2001/01/23 14:11:58
16378 Log: Also the lib/Thread.pm itself needs to be ignored if
16379 the Thread extension hasn't been built.
16380 Branch: perl
16381 ! t/lib/1_compile.t
16382____________________________________________________________________________
16383[ 8522] By: jhi on 2001/01/23 13:51:28
16384 Log: print() instead of warn() so that stderr doesn't get
16385 unncessarily polluted.
16386 Branch: perl
16387 ! ext/Encode/compile
16388____________________________________________________________________________
16389[ 8521] By: jhi on 2001/01/23 13:49:48
16390 Log: Integrate perlio.
16391 Branch: perl
16392 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
16393 !> ext/Encode/encode.h
16394____________________________________________________________________________
16395[ 8520] By: nick on 2001/01/22 21:44:00
16396 Log: More messing with Encode:
16397 Extra fields in header to allow multiple names and to record
16398 other things "compile" knows.
16399 Re-organise compile to factor out common output routines.
16400 Branch: perlio
16401 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
16402____________________________________________________________________________
16403[ 8519] By: nick on 2001/01/22 20:33:50
16404 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
16405 Branch: perlio
16406 ! ext/Encode/Makefile.PL ext/Encode/compile
16407____________________________________________________________________________
16408[ 8518] By: nick on 2001/01/22 20:28:13
16409 Log: Integrate mainline
16410 Branch: perlio
16411 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
16412 !> vos/config.alpha.def vos/config.alpha.h
16413____________________________________________________________________________
16414[ 8517] By: jhi on 2001/01/22 15:37:17
16415 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
16416 by Inaba Hiroto.
16417 Branch: perl
16418 ! sv.c
16419____________________________________________________________________________
16420[ 8516] By: jhi on 2001/01/22 14:55:15
16421 Log: More SIG_SIZE fixes.
16422 Branch: perl
16423 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
16424____________________________________________________________________________
16425[ 8515] By: jhi on 2001/01/22 14:50:27
16426 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
16427 From: "Craig A. Berry" <craigberry@mac.com>
16428 Date: Mon, 22 Jan 2001 00:42:24 -0600
16429 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
16430 Branch: perl
16431 ! configure.com
16432____________________________________________________________________________
16433[ 8514] By: jhi on 2001/01/22 14:31:17
16434 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
16435 From: "Craig A. Berry" <craigberry@mac.com>
16436 Date: Sun, 21 Jan 2001 23:03:25 -0600
16437 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
16438 Branch: perl
16439 ! configure.com
16440____________________________________________________________________________
16441[ 8513] By: jhi on 2001/01/22 14:14:00
16442 Log: Add the .ucm encoding tables to the MANIFEST.
16443 Branch: perl
16444 ! MANIFEST
16445____________________________________________________________________________
16446[ 8512] By: jhi on 2001/01/22 13:43:33
16447 Log: Integrate perlio.
16448 Branch: perl
16449 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
16450 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
16451 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
16452 +> ext/Encode/Encode/iso8859-10.ucm
16453 +> ext/Encode/Encode/iso8859-13.ucm
16454 +> ext/Encode/Encode/iso8859-14.ucm
16455 +> ext/Encode/Encode/iso8859-15.ucm
16456 +> ext/Encode/Encode/iso8859-16.ucm
16457 +> ext/Encode/Encode/iso8859-2.ucm
16458 +> ext/Encode/Encode/iso8859-3.ucm
16459 +> ext/Encode/Encode/iso8859-4.ucm
16460 +> ext/Encode/Encode/iso8859-5.ucm
16461 +> ext/Encode/Encode/iso8859-6.ucm
16462 +> ext/Encode/Encode/iso8859-7.ucm
16463 +> ext/Encode/Encode/iso8859-8.ucm
16464 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
16465 +> ext/Encode/Encode/symbol.ucm
16466 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
16467 !> perliol.h
16468____________________________________________________________________________
16469[ 8511] By: nick on 2001/01/21 23:44:47
16470 Log: Make "real" layers of ":utf8" and ":raw".
16471 So now PERLIO=utf8 perl ...
16472 does what Andreas wanted.
16473 Fix arg passing in open.pm (still have a Carp issue).
16474 Branch: perlio
16475 ! lib/open.pm perlio.c perliol.h
16476____________________________________________________________________________
16477[ 8510] By: jhi on 2001/01/21 22:56:53
16478 Log: Document the regex context pushing/popping a bit better.
16479 Branch: perl
16480 ! regexec.c
16481____________________________________________________________________________
16482[ 8509] By: jhi on 2001/01/21 22:55:44
16483 Log: Tweak the mkdir trailing slash code some more.
16484
16485 TO DO: the same handling should probably be done for
16486 all the other filesystem functions that can have directories
16487 as their arguments.
16488 Branch: perl
16489 ! pp_sys.c
16490____________________________________________________________________________
16491[ 8508] By: nick on 2001/01/21 21:37:43
16492 Log: Switch "compiled in" encodings to .ucm format.
16493 (Leave others as .enc till we can run-time load .ucm,
16494 or find some other way to load them.)
16495 Branch: perlio
16496 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
16497 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
16498 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
16499 + ext/Encode/Encode/iso8859-10.ucm
16500 + ext/Encode/Encode/iso8859-13.ucm
16501 + ext/Encode/Encode/iso8859-14.ucm
16502 + ext/Encode/Encode/iso8859-15.ucm
16503 + ext/Encode/Encode/iso8859-16.ucm
16504 + ext/Encode/Encode/iso8859-2.ucm
16505 + ext/Encode/Encode/iso8859-3.ucm
16506 + ext/Encode/Encode/iso8859-4.ucm
16507 + ext/Encode/Encode/iso8859-5.ucm
16508 + ext/Encode/Encode/iso8859-6.ucm
16509 + ext/Encode/Encode/iso8859-7.ucm
16510 + ext/Encode/Encode/iso8859-8.ucm
16511 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
16512 + ext/Encode/Encode/symbol.ucm
16513 ! ext/Encode/Makefile.PL ext/Encode/compile
16514____________________________________________________________________________
16515[ 8507] By: nick on 2001/01/21 21:02:03
16516 Log: Integrate (partial) mainline.
16517 Branch: perlio
16518 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
16519 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
16520 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16521____________________________________________________________________________
16522[ 8506] By: jhi on 2001/01/21 20:09:30
16523 Log: Update Changes.
16524 Branch: perl
16525 ! Changes patchlevel.h
16526____________________________________________________________________________
16527[ 8505] By: jhi on 2001/01/21 19:39:59
16528 Log: Subject: Minor typos in perlfaq2.pod
16529 From: "Stephen P. Potter" <spp@spotter.yi.org>
16530 Message-Id: <200101192101.QAA11911@spotter.yi.org>
16531 Date: Fri, 19 Jan 2001 16:01:13 -0500
16532
16533 with a nit from Philip Netwon.
16534 Branch: perl
16535 ! pod/perlfaq2.pod
16536____________________________________________________________________________
16537[ 8504] By: jhi on 2001/01/21 19:33:05
16538 Log: Metaconfig change for #8503.
16539 Branch: metaconfig
16540 ! U/threads/usethreads.U
16541____________________________________________________________________________
16542[ 8503] By: jhi on 2001/01/21 19:32:21
16543 Log: Sanity check for conflicting thread flavours.
16544 Branch: perl
16545 ! Configure config_h.SH
16546____________________________________________________________________________
16547[ 8502] By: jhi on 2001/01/21 19:23:00
16548 Log: Metaconfig change for #8501.
16549 Branch: metaconfig
16550 ! U/modified/sig_name.U
16551____________________________________________________________________________
16552[ 8501] By: jhi on 2001/01/21 19:22:26
16553 Log: The SIG_SIZE is the number of the elements *excluding*
16554 the terminating NULL.
16555 Branch: perl
16556 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
16557 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
16558 ! win32/config_H.vc
16559____________________________________________________________________________
16560[ 8500] By: jhi on 2001/01/21 18:31:31
16561 Log: Integrate perlio.
16562 Branch: perl
16563 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
16564 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
16565 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
16566 !> pp_sys.c proto.h sv.c
16567____________________________________________________________________________
16568[ 8499] By: jhi on 2001/01/21 17:43:57
16569 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
16570 From: Hugo <hv@crypt.compulink.co.uk>
16571 Date: Sun, 21 Jan 2001 13:34:05 +0000
16572 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
16573
16574 In sprintf UTF8ize only if necessary.
16575 Branch: perl
16576 ! sv.c
16577____________________________________________________________________________
16578[ 8498] By: nick on 2001/01/21 16:25:32
16579 Log: Encode cleanup.
16580 Add command line control over "compile" so that Makefile.PL
16581 needs can be combined with other uses.
16582 Use command line options in Makefile.PL.
16583 Fix multi-byte parsing in .ucm files.
16584 Branch: perlio
16585 ! ext/Encode/Makefile.PL ext/Encode/compile
16586____________________________________________________________________________
16587[ 8497] By: nick on 2001/01/21 12:56:27
16588 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
16589 Branch: perlio
16590 ! ext/Encode/Encode.xs
16591____________________________________________________________________________
16592[ 8496] By: nick on 2001/01/21 12:18:45
16593 Log: Fixup after integrate:
16594 missed the .sym files that are changed by regen_headers
16595 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
16596 Branch: perlio
16597 ! global.sym pp.sym sv.c
16598____________________________________________________________________________
16599[ 8495] By: nick on 2001/01/21 11:51:07
16600 Log: Integrate mainline.
16601 Branch: perlio
16602 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
16603 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
16604 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
16605 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
16606 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
16607 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
16608 !> win32/Makefile win32/makefile.mk
16609____________________________________________________________________________
16610[ 8494] By: jhi on 2001/01/20 23:12:11
16611 Log: Forgot the expect_number() prototype.
16612 Branch: perl
16613 ! embed.h embed.pl proto.h
16614____________________________________________________________________________
16615[ 8493] By: jhi on 2001/01/20 22:56:39
16616 Log: Subject: [PATCH: perl@8482] README.vms URL updates
16617 From: Peter Prymmer <pvhp@forte.com>
16618 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
16619 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
16620
16621 Plus Craig A. Berry's suggestion to use compaq.com instead
16622 of digital.com.
16623 Branch: perl
16624 ! README.vms
16625____________________________________________________________________________
16626[ 8492] By: jhi on 2001/01/20 22:50:05
16627 Log: Memory management calls documentation.
16628 Branch: perl
16629 ! pod/perlguts.pod
16630____________________________________________________________________________
16631[ 8491] By: jhi on 2001/01/20 22:38:33
16632 Log: Signedness nit plus few memcpy/Copy nits.
16633 Branch: perl
16634 ! sv.c
16635____________________________________________________________________________
16636[ 8490] By: jhi on 2001/01/20 22:25:53
16637 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
16638 From: Peter Prymmer <pvhp@forte.com>
16639 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
16640 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
16641 Branch: perl
16642 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
16643____________________________________________________________________________
16644[ 8489] By: jhi on 2001/01/20 22:24:41
16645 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
16646 From: Peter Prymmer <pvhp@forte.com>
16647 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
16648 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
16649 Branch: perl
16650 ! win32/Makefile win32/makefile.mk
16651____________________________________________________________________________
16652[ 8488] By: jhi on 2001/01/20 22:22:27
16653 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
16654 From: Peter Prymmer <pvhp@forte.com>
16655 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
16656 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
16657 Branch: perl
16658 ! Makefile.SH
16659____________________________________________________________________________
16660[ 8487] By: jhi on 2001/01/20 22:21:18
16661 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
16662 From: Peter Prymmer <pvhp@forte.com>
16663 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
16664 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
16665 Branch: perl
16666 + ext/DynaLoader/dl_dllload.xs
16667 ! MANIFEST Makefile.SH hints/os390.sh
16668____________________________________________________________________________
16669[ 8486] By: jhi on 2001/01/20 22:17:53
16670 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
16671 From: Peter Prymmer <pvhp@forte.com>
16672 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
16673 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
16674 Branch: perl
16675 ! README.os390 README.posix-bc
16676____________________________________________________________________________
16677[ 8485] By: jhi on 2001/01/20 20:15:30
16678 Log: Document and test the new qu operator.
16679 Branch: perl
16680 + t/op/qu.t
16681 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
16682 ! pod/perlretut.pod pod/perlunicode.pod
16683____________________________________________________________________________
16684[ 8484] By: nick on 2001/01/20 19:42:30
16685 Log: Infrastructure to allow:
16686 open($fh,"|-",@array);
16687 to be implemented
16688 i.e. mark pp_open as needing a stack mark, and make pp_open
16689 process its args in that style (and pass them _all_ to tied handles OPEN).
16690 Invent do_openn() which takes SV ** at allow it to see multiple args.
16691 Note this does not _do_ anything yet.
16692 Branch: perlio
16693 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
16694 ! perlapi.c pp_proto.h pp_sys.c proto.h
16695____________________________________________________________________________
16696[ 8483] By: nick on 2001/01/20 17:23:14
16697 Log: Integrate mainline.
16698 Branch: perlio
16699 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
16700 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
16701____________________________________________________________________________
16702[ 8482] By: jhi on 2001/01/19 15:37:49
16703 Log: Update Changes.
16704 Branch: perl
16705 ! Changes patchlevel.h
16706____________________________________________________________________________
16707[ 8481] By: jhi on 2001/01/19 14:41:24
16708 Log: Subject: Re: new feature: s?printf parameter reordering
16709 From: Hugo <hv@crypt.compulink.co.uk>
16710 Date: Thu, 11 Jan 2001 17:09:03 +0000
16711 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
16712
16713 - support reordering for all parameters: %, *v, *, .*
16714 - lay down that the reordering specification must immediately
16715 follow that parameter: %3$, *v3$, *3$, .*3$
16716 - fix vectorisation of a zero-length string
16717 - factor out the code choosing the argument to format
16718
16719 Possibly unwanted side-effects:
16720 - the special format specifiers ' +-0' must now precede any
16721 vectorisation specifier. Tests in op/sprintf and op/ver
16722 have been changed to reflect this.
16723 - sprintf.t test #214 changed its expectations because in many
16724 cases, the next parameter has already been consumed when an
16725 invalid type letter is detected.
16726
16727 Probably wanted side-effects:
16728 - attempts to format a non-existent parameter will warn as if C<undef>
16729 - attempt to write to non-existent parameter with '%n' will complain
16730 of "attempt to modify read-only value" instead of being silent
16731 Branch: perl
16732 ! sv.c t/op/sprintf.t t/op/ver.t
16733____________________________________________________________________________
16734[ 8480] By: jhi on 2001/01/19 14:08:37
16735 Log: Subject: PATCH pragma/locale.t
16736 From: andreas.koenig@anima.de (Andreas J. Koenig)
16737 Date: 18 Jan 2001 09:45:37 +0100
16738 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
16739 Branch: perl
16740 ! t/pragma/locale.t
16741____________________________________________________________________________
16742[ 8479] By: jhi on 2001/01/19 13:19:58
16743 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
16744 Branch: perl
16745 ! configure.com
16746____________________________________________________________________________
16747[ 8478] By: jhi on 2001/01/19 02:12:35
16748 Log: Automate 1_compile.t.
16749 Branch: perl
16750 ! t/lib/1_compile.t
16751____________________________________________________________________________
16752[ 8477] By: jhi on 2001/01/19 01:49:56
16753 Log: Integrate perlio.
16754 Branch: perl
16755 !> sv.c win32/config.bc win32/config.gc win32/config.vc
16756 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16757____________________________________________________________________________
16758[ 8476] By: nick on 2001/01/18 21:51:52
16759 Log: Integrate mainline
16760 Branch: perlio
16761 +> t/lib/1_compile.t t/lib/compmod.pl
16762 !> MANIFEST configure.com lib/unicode/distinct.pm
16763____________________________________________________________________________
16764[ 8475] By: nick on 2001/01/18 21:48:02
16765 Log: Win32 "safe signals" co-existance fix.
16766 Fix SIG_SIZE value.
16767 Clear PL_sig_pending when cloning (fork).
16768 Branch: perlio
16769 ! sv.c win32/config.bc win32/config.gc win32/config.vc
16770 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16771____________________________________________________________________________
16772[ 8474] By: jhi on 2001/01/18 14:40:57
16773 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
16774 Branch: perl
16775 ! t/lib/1_compile.t
16776____________________________________________________________________________
16777[ 8473] By: gsar on 2001/01/18 11:42:31
16778 Log: unsubmitted trial1 change
16779 Branch: maint-5.6/perl
16780 ! Changes
16781____________________________________________________________________________
16782[ 8472] By: jhi on 2001/01/18 04:30:24
16783 Log: The first bug found by 1_compile.t.
16784 Branch: perl
16785 ! lib/unicode/distinct.pm
16786____________________________________________________________________________
16787[ 8471] By: jhi on 2001/01/18 04:29:42
16788 Log: Add Schwern's 1_compile test. The compile_module script renamed
16789 to be a bit shorter for the 8.3 people.
16790 Branch: perl
16791 + t/lib/1_compile.t t/lib/compmod.pl
16792 ! MANIFEST
16793____________________________________________________________________________
16794[ 8470] By: jhi on 2001/01/18 04:16:00
16795 Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
16796 From: Peter Prymmer <pvhp@forte.com>
16797 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
16798 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
16799 Replace #8463.
16800 Branch: maint-5.6/perl
16801 ! configure.com
16802____________________________________________________________________________
16803[ 8469] By: jhi on 2001/01/18 04:13:02
16804 Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
16805 From: Peter Prymmer <pvhp@forte.com>
16806 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
16807 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
16808 Replace #8462.
16809 Branch: perl
16810 ! configure.com
16811____________________________________________________________________________
16812[ 8468] By: jhi on 2001/01/18 03:42:08
16813 Log: Integrate perlio.
16814 Branch: perl
16815 !> gv.c mg.c perlio.c util.c
16816____________________________________________________________________________
16817[ 8467] By: nick on 2001/01/17 22:41:10
16818 Log: "Safe" signals - trial implementation.
16819 gv.c tweaked to zero PL_sig_pend array
16820 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
16821 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
16822 Odd thing is that it "works" with PERLIO=stdio as well (linux).
16823 Branch: perlio
16824 ! gv.c mg.c perlio.c util.c
16825____________________________________________________________________________
16826[ 8466] By: nick on 2001/01/17 20:40:20
16827 Log: Integrate mainline.
16828 Branch: perlio
16829 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16830 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
16831 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
16832 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16833 !> vos/config.ga.h win32/config.bc win32/config.gc
16834 !> win32/config.vc
16835____________________________________________________________________________
16836[ 8465] By: jhi on 2001/01/17 18:37:13
16837 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
16838 From: Nicholas Clark <nick@ccl4.org>
16839 Date: Wed, 17 Jan 2001 17:31:33 +0000
16840 Message-ID: <20010117173133.I2633@plum.flirble.org>
16841 Branch: perl
16842 ! t/op/int.t
16843____________________________________________________________________________
16844[ 8464] By: jhi on 2001/01/17 14:43:17
16845 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
16846 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16847 Date: Wed, 17 Jan 2001 15:16:43 +0100
16848 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
16849
16850 pp_int() was dropping an NV to the floor,
16851 int(279964589018079/59) either returned not an integer
16852 4745162525730.15, or one got "Attempt to free unreferenced scalar."
16853 Branch: perl
16854 ! pp.c
16855____________________________________________________________________________
16856[ 8463] By: jhi on 2001/01/17 06:12:42
16857 Log: (Replaced by #8470)
16858
16859 Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
16860 From: "Craig A. Berry" <craigberry@mac.com>
16861 Date: Tue, 16 Jan 2001 23:38:46 -0600
16862 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
16863 Branch: maint-5.6/perl
16864 ! configure.com
16865____________________________________________________________________________
16866[ 8462] By: jhi on 2001/01/17 06:11:31
16867 Log: (Replaced by #8469)
16868
16869 Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
16870 From: "Craig A. Berry" <craigberry@mac.com>
16871 Date: Tue, 16 Jan 2001 23:38:46 -0600
16872 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
16873 Branch: perl
16874 ! configure.com
16875____________________________________________________________________________
16876[ 8461] By: jhi on 2001/01/17 05:56:12
16877 Log: Allow for one trailing slash in the directory of mkdir().
16878 Branch: perl
16879 ! pp_sys.c
16880____________________________________________________________________________
16881[ 8460] By: jhi on 2001/01/17 03:26:01
16882 Log: Metaconfig unit changes for #8459.
16883 Branch: metaconfig
16884 ! U/modified/Loc.U U/modified/sig_name.U
16885____________________________________________________________________________
16886[ 8459] By: jhi on 2001/01/17 03:24:48
16887 Log: Define SIG_SIZE, the number of elements in the sig_name and
16888 sig_num arrays, including the final NULL entry.
16889 Branch: perl
16890 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16891 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
16892 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
16893 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16894 ! win32/config.bc win32/config.gc win32/config.vc
16895____________________________________________________________________________
16896[ 8458] By: jhi on 2001/01/17 01:41:33
16897 Log: Integrate perlio.
16898 Branch: perl
16899 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
16900 !> perlapi.h proto.h sv.c
16901____________________________________________________________________________
16902[ 8457] By: nick on 2001/01/16 22:07:26
16903 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
16904 Provides all the "cost" but no benefit yet - it is to allow cost
16905 to be measured, and implementation experiments (just in mg.c?).
16906 Branch: perlio
16907 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
16908 ! perlapi.h proto.h sv.c
16909____________________________________________________________________________
16910[ 8456] By: nick on 2001/01/16 21:07:07
16911 Log: Integrate mainline.
16912 Branch: perlio
16913 !> (integrate 51 files)
16914____________________________________________________________________________
16915[ 8455] By: jhi on 2001/01/16 18:13:43
16916 Log: Subject: [PATCH] regcomp.c old feature removal
16917 From: mjd@plover.com
16918 Date: 16 Jan 2001 14:43:18 -0000
16919 Message-ID: <20010116144318.7140.qmail@plover.com>
16920 Branch: perl
16921 ! regcomp.c
16922____________________________________________________________________________
16923[ 8454] By: jhi on 2001/01/16 16:12:39
16924 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
16925 From: "Indy Singh" <indy@nusphere.com>
16926 Date: Wed, 10 Jan 2001 20:17:49 -0500
16927 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
16928 Branch: maint-5.6/perl
16929 ! win32/Makefile
16930____________________________________________________________________________
16931[ 8453] By: jhi on 2001/01/16 16:09:33
16932 Log: Update Changes.
16933 Branch: perl
16934 ! Changes patchlevel.h
16935____________________________________________________________________________
16936[ 8452] By: jhi on 2001/01/16 15:42:04
16937 Log: Subject: Re: API Cleanup
16938 To: perl5-porters@perl.org
16939 Date: Tue, 16 Jan 2001 13:42:30 +0000
16940 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
16941
16942 Subject: [PATCH] utf8.c documentation
16943 From: Simon Cozens <simon@cozens.net>
16944 Date: Tue, 16 Jan 2001 13:52:48 +0000
16945 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
16946
16947 Subject: Re: API Cleanup
16948 From: Simon Cozens <simon@cozens.net>
16949 Date: Tue, 16 Jan 2001 14:58:55 +0000
16950 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
16951
16952 UTF-8 doc patches.
16953 Branch: perl
16954 ! embed.pl pod/perlapi.pod utf8.c
16955____________________________________________________________________________
16956[ 8451] By: jhi on 2001/01/16 14:41:39
16957 Log: podlators 1.07, from Russ Allbery.
16958 Branch: perl
16959 ! lib/Pod/Man.pm
16960____________________________________________________________________________
16961[ 8450] By: jhi on 2001/01/16 14:24:19
16962 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
16963 From: "Indy Singh" <indy@nusphere.com>
16964 Date: Mon, 15 Jan 2001 20:59:40 -0500
16965 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
16966 Branch: perl
16967 ! win32/Makefile
16968____________________________________________________________________________
16969[ 8449] By: jhi on 2001/01/16 03:42:55
16970 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
16971 at the setting of the ofs_sv in new_struct_thread() as the
16972 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
16973 that invited a core dump.
16974 Branch: perl
16975 ! util.c
16976____________________________________________________________________________
16977[ 8448] By: jhi on 2001/01/16 01:49:07
16978 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
16979 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16980 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
16981 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
16982
16983 Replace #8444 and #8445.
16984 Branch: perl
16985 ! ext/B/B.xs ext/B/B/Debug.pm
16986____________________________________________________________________________
16987[ 8447] By: jhi on 2001/01/15 21:05:35
16988 Log: Subject: [PATCH] API Variable documentation
16989 From: Simon Cozens <simon@cozens.net>
16990 Date: Mon, 15 Jan 2001 19:35:54 +0000
16991 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
16992 Branch: perl
16993 ! pod/perlapi.pod thrdvar.h
16994____________________________________________________________________________
16995[ 8446] By: jhi on 2001/01/15 20:49:20
16996 Log: Signedness nit.
16997 Branch: perl
16998 ! pp_ctl.c
16999____________________________________________________________________________
17000[ 8445] By: jhi on 2001/01/15 20:28:48
17001 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
17002 Branch: perl
17003 ! ext/B/B/Debug.pm
17004____________________________________________________________________________
17005[ 8444] By: jhi on 2001/01/15 13:09:10
17006 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
17007 Branch: perl
17008 ! ext/B/B.xs
17009____________________________________________________________________________
17010[ 8443] By: jhi on 2001/01/15 13:06:26
17011 Log: Missing from #8439.
17012 Branch: perl
17013 ! keywords.h mg.c
17014____________________________________________________________________________
17015[ 8442] By: jhi on 2001/01/15 13:02:38
17016 Log: Subject: [PATCH @8436] Eliminate op_children
17017 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17018 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
17019 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
17020
17021 Subject: [PATCH @8436] Re: Eliminate op_children
17022 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17023 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
17024 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
17025 Branch: perl
17026 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
17027 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
17028 ! op.c op.h
17029____________________________________________________________________________
17030[ 8441] By: jhi on 2001/01/15 12:57:08
17031 Log: Use the /^Perl_/-less form of is_lvalue_sub().
17032 Branch: perl
17033 ! pp.h
17034____________________________________________________________________________
17035[ 8440] By: jhi on 2001/01/15 05:13:09
17036 Log: Revert #8437 and #8438, the Linux large files story is more complex.
17037 Branch: metaconfig/U/perl
17038 ! d_fpos64_t.U d_off64_t.U
17039 Branch: perl
17040 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17041 ! config_h.SH configure.com epoc/config.sh perl.h
17042 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17043 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17044 ! win32/config.bc win32/config.gc win32/config.vc
17045____________________________________________________________________________
17046[ 8439] By: jhi on 2001/01/15 05:02:24
17047 Log: More UTF-8 patches from Inaba Hiroto.
17048 - The substr lval was still not okay.
17049 - Now pp_stringify and sv_setsv copies source's UTF8 flag
17050 even if IN_BYTE. pp_stringify is called from fold_constants
17051 at optimization phase and "\x{100}" was made SvUTF8_off under
17052 use bytes (the bytes pragma is for "byte semantics" and not
17053 for "do not produce UTF8 data")
17054 - New `qu' operator to generate UTF8 string explicitly.
17055 Though I agree with the policy "0x00-0xff always produce bytes",
17056 sometimes want to such a string to be coded in UTF8.
17057 I can use pack"U0a*" but it requires more typing and has
17058 runtime overhead.
17059 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
17060 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
17061 string is not UTF8_on and has char 0x80-0xff.
17062
17063 TODO: document and test qu.
17064 Branch: perl
17065 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
17066 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
17067 ! toke.c
17068____________________________________________________________________________
17069[ 8438] By: jhi on 2001/01/14 05:10:23
17070 Log: Metaconfig unit changes for #8437.
17071 Branch: metaconfig/U/perl
17072 ! d_fpos64_t.U d_off64_t.U
17073____________________________________________________________________________
17074[ 8437] By: jhi on 2001/01/14 04:55:34
17075 Log: Add <features.h> probing, seems to be needed for (some?)
17076 Linux largefileness.
17077 Branch: perl
17078 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17079 ! config_h.SH configure.com epoc/config.sh perl.h
17080 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17081 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17082 ! win32/config.bc win32/config.gc win32/config.vc
17083____________________________________________________________________________
17084[ 8436] By: jhi on 2001/01/13 17:47:21
17085 Log: Tighten some of the tests a bit.
17086 Branch: perl
17087 ! t/pragma/utf8.t
17088____________________________________________________________________________
17089[ 8435] By: jhi on 2001/01/13 17:31:54
17090 Log: Integrate perlio.
17091 Branch: perl
17092 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
17093 !> win32/config_H.gc win32/config_H.vc
17094____________________________________________________________________________
17095[ 8434] By: nick on 2001/01/13 11:36:53
17096 Log: Run dmake regen_config_h for Win32
17097 Branch: perlio
17098 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17099____________________________________________________________________________
17100[ 8433] By: nick on 2001/01/13 11:31:55
17101 Log: VMS friendly patch to Encode compile process
17102 Branch: perlio
17103 ! ext/Encode/Makefile.PL ext/Encode/compile
17104____________________________________________________________________________
17105[ 8432] By: nick on 2001/01/13 11:06:44
17106 Log: Integrate mainline
17107 Branch: perlio
17108 +> ext/B/B/Concise.pm
17109 !> (integrate 52 files)
17110____________________________________________________________________________
17111[ 8431] By: jhi on 2001/01/13 05:55:55
17112 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
17113 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17114 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
17115 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
17116 Branch: perl
17117 ! ext/B/B/Concise.pm
17118____________________________________________________________________________
17119[ 8430] By: jhi on 2001/01/13 04:24:18
17120 Log: The LVRET macro needed an aTHX.
17121 Branch: perl
17122 ! pp.h
17123____________________________________________________________________________
17124[ 8429] By: jhi on 2001/01/13 02:12:42
17125 Log: Update Changes.
17126 Branch: perl
17127 ! Changes patchlevel.h
17128____________________________________________________________________________
17129[ 8428] By: jhi on 2001/01/13 02:08:50
17130 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
17131 From: Peter Prymmer <pvhp@forte.com>
17132 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
17133 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
17134
17135 Add a BEGIN guard for sloppy floating point division.
17136 Branch: perl
17137 ! lib/Math/BigInt.pm lib/bigint.pl
17138____________________________________________________________________________
17139[ 8427] By: jhi on 2001/01/13 01:47:16
17140 Log: The B::Terse drop-in replacement wasn't quite drop-in.
17141 Branch: perl
17142 ! ext/B/B/Terse.pm
17143____________________________________________________________________________
17144[ 8426] By: jhi on 2001/01/12 21:20:43
17145 Log: Use UVXf.
17146 Branch: perl
17147 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17148 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
17149 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17150 ! vos/config.ga.def vos/config.ga.h win32/config.bc
17151 ! win32/config.gc win32/config.vc
17152____________________________________________________________________________
17153[ 8425] By: jhi on 2001/01/12 20:20:14
17154 Log: Subject: [PATCH perl@8342] -Wformat
17155 From: Robin Barker <rmb1@cise.npl.co.uk>
17156 Date: Fri, 12 Jan 2001 20:03:14 GMT
17157 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
17158 Branch: perl
17159 ! ext/Encode/Encode.xs mg.c sv.c toke.c
17160____________________________________________________________________________
17161[ 8424] By: jhi on 2001/01/12 20:01:48
17162 Log: Subject: B::Concise -- an improved replacement for B::Terse
17163 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17164 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
17165 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
17166 Branch: perl
17167 + ext/B/B/Concise.pm
17168 ! MANIFEST ext/B/B/Terse.pm
17169____________________________________________________________________________
17170[ 8423] By: jhi on 2001/01/12 19:24:02
17171 Log: The new metaconfig unit from the #8421.
17172 Branch: metaconfig/U/perl
17173 + d_sigprocmask.U
17174____________________________________________________________________________
17175[ 8422] By: jhi on 2001/01/12 19:23:43
17176 Log: Forgot the microperl config from the #8421.
17177 Branch: perl
17178 ! uconfig.h uconfig.sh
17179____________________________________________________________________________
17180[ 8421] By: jhi on 2001/01/12 19:05:27
17181 Log: Add sigprocmask() probe, regen Configure, regen toc.
17182 Branch: perl
17183 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17184 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
17185 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17186 ! vos/config.ga.h win32/config.bc win32/config.gc
17187 ! win32/config.vc
17188____________________________________________________________________________
17189[ 8420] By: jhi on 2001/01/12 18:34:31
17190 Log: Add sockatmark() to the todo list.
17191 Branch: perl
17192 ! Todo-5.6
17193____________________________________________________________________________
17194[ 8419] By: jhi on 2001/01/12 18:09:46
17195 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
17196 Branch: perl
17197 ! op.c
17198____________________________________________________________________________
17199[ 8418] By: jhi on 2001/01/12 18:05:30
17200 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
17201 From: Radu Greab <radu@netsoft.ro>
17202 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
17203 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
17204 Branch: perl
17205 ! op.c t/pragma/sub_lval.t
17206____________________________________________________________________________
17207[ 8417] By: jhi on 2001/01/12 16:09:09
17208 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
17209 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17210 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
17211 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
17212 Branch: perl
17213 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
17214 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
17215 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
17216 ! t/pragma/sub_lval.t toke.c
17217____________________________________________________________________________
17218[ 8416] By: jhi on 2001/01/12 15:42:06
17219 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
17220 From: "Richard Soderberg" <rs@crystalflame.net>
17221 Date: Fri, 12 Jan 2001 04:49:35 -0800
17222 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
17223
17224 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
17225 according to the platform.
17226 Branch: perl
17227 ! op.c
17228____________________________________________________________________________
17229[ 8415] By: jhi on 2001/01/12 15:33:41
17230 Log: One more UTF-8 fix from Inaba Hiroto.
17231 Branch: perl
17232 ! pp.c regexec.c t/pragma/utf8.t
17233____________________________________________________________________________
17234[ 8414] By: jhi on 2001/01/12 15:30:18
17235 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
17236 Branch: perl
17237 ! regexec.c
17238____________________________________________________________________________
17239[ 8413] By: jhi on 2001/01/12 15:22:10
17240 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
17241 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17242 Date: Thu, 11 Jan 2001 12:53:36 +0100
17243 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
17244 Branch: perl
17245 ! toke.c
17246____________________________________________________________________________
17247[ 8412] By: jhi on 2001/01/12 15:20:25
17248 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
17249 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17250 Date: Fri, 12 Jan 2001 14:37:55 +0100
17251 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
17252 Branch: perl
17253 ! hints/posix-bc.sh
17254____________________________________________________________________________
17255[ 8411] By: jhi on 2001/01/12 15:14:14
17256 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
17257 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17258 Date: Fri, 12 Jan 2001 10:42:21 +0100
17259 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
17260 Branch: perl
17261 ! t/op/regmesg.t
17262____________________________________________________________________________
17263[ 8410] By: jhi on 2001/01/12 05:48:55
17264 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
17265 From: Nicholas Clark <nick@ccl4.org>
17266 Date: Sun, 7 Jan 2001 19:47:14 +0000
17267 Message-ID: <20010107194714.B1048@plum.flirble.org>
17268 Branch: perl
17269 ! t/op/numconvert.t
17270____________________________________________________________________________
17271[ 8409] By: jhi on 2001/01/12 05:41:28
17272 Log: Integrate perlio.
17273 Branch: perl
17274 !> mg.c scope.h
17275____________________________________________________________________________
17276[ 8408] By: nick on 2001/01/11 22:43:28
17277 Log: Remove variables that were used in experiments.
17278 Branch: perlio
17279 ! mg.c
17280____________________________________________________________________________
17281[ 8407] By: nick on 2001/01/11 20:57:44
17282 Log: Catch die in %SIG handler and unblock the signal before re-dying.
17283 This make Linux work _without_ sigsetjmp().
17284 Turn off sigsetjmp() to see what else it does.
17285 May need Configure probe for sigprocmask() if anything has sigaction()
17286 but not sigprocmask().
17287 Branch: perlio
17288 ! mg.c scope.h
17289____________________________________________________________________________
17290[ 8406] By: nick on 2001/01/11 19:32:07
17291 Log: Integrate mainline
17292 Branch: perlio
17293 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
17294 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
17295 !> t/op/substr.t
17296____________________________________________________________________________
17297[ 8405] By: jhi on 2001/01/11 17:11:01
17298 Log: Fix UTF-8 lval substr().
17299 Branch: perl
17300 ! mg.c t/op/substr.t
17301____________________________________________________________________________
17302[ 8404] By: jhi on 2001/01/11 05:13:58
17303 Log: Update Changes.
17304 Branch: perl
17305 ! Changes patchlevel.h
17306____________________________________________________________________________
17307[ 8403] By: jhi on 2001/01/11 04:38:24
17308 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
17309 From: Hugo <hv@crypt.compulink.co.uk>
17310 Date: Mon, 30 Oct 2000 01:33:26 +0000
17311 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
17312 Branch: perl
17313 ! regexec.c t/op/re_tests
17314____________________________________________________________________________
17315[ 8402] By: jhi on 2001/01/11 04:26:12
17316 Log: Integrate perlio.
17317 Branch: perl
17318 !> scope.h util.c
17319____________________________________________________________________________
17320[ 8401] By: nick on 2001/01/10 22:52:55
17321 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
17322 (So Alan and Ilya can try setting via hints.)
17323 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
17324 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
17325 doing the save everywhere seems to restart read() correctly, but just
17326 doing it once "round" the handler does not.
17327 Branch: perlio
17328 ! scope.h
17329____________________________________________________________________________
17330[ 8400] By: jhi on 2001/01/10 21:57:54
17331 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
17332 of IRIX, HP-UX is unaffected.
17333 Branch: perl
17334 ! perl.h
17335____________________________________________________________________________
17336[ 8399] By: nick on 2001/01/10 21:29:19
17337 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
17338 Branch: perlio
17339 ! util.c
17340____________________________________________________________________________
17341[ 8398] By: jhi on 2001/01/10 20:55:31
17342 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
17343 also have ReusePort.
17344 Branch: perl
17345 ! ext/IO/lib/IO/Socket/INET.pm
17346____________________________________________________________________________
17347[ 8397] By: jhi on 2001/01/10 20:50:57
17348 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
17349 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
17350 Date: Wed, 10 Jan 2001 01:38:13 -0800
17351 Message-ID: <20010110013813.B41744@yahoo-inc.com>
17352 Branch: perl
17353 ! ext/IO/lib/IO/Socket/INET.pm
17354____________________________________________________________________________
17355[ 8396] By: jhi on 2001/01/10 20:49:30
17356 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
17357 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
17358 Date: Wed, 10 Jan 2001 01:37:32 -0800
17359 Message-ID: <20010110013732.A41744@yahoo-inc.com>
17360 Branch: perl
17361 ! ext/Socket/Socket.pm
17362____________________________________________________________________________
17363[ 8395] By: jhi on 2001/01/10 20:41:37
17364 Log: Test for bug id 20010105.016 (fixed by #8378).
17365 Branch: perl
17366 ! t/op/split.t
17367____________________________________________________________________________
17368[ 8394] By: jhi on 2001/01/10 20:26:32
17369 Log: Integrate perlio.
17370 Branch: perl
17371 ! util.c
17372____________________________________________________________________________
17373[ 8393] By: nick on 2001/01/10 19:34:30
17374 Log: Back out Simon's pid hackery for now.
17375 Branch: perlio
17376 ! util.c
17377____________________________________________________________________________
17378[ 8392] By: nick on 2001/01/10 19:23:13
17379 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
17380 Branch: perlio
17381 !> (integrate 29 files)
17382____________________________________________________________________________
17383[ 8391] By: jhi on 2001/01/10 18:43:15
17384 Log: Subject: [PATCH] Fix my_pclose segfault
17385 From: Simon Cozens <simon@cozens.net>
17386 Date: Wed, 10 Jan 2001 18:39:35 +0000
17387 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
17388 Branch: perl
17389 ! util.c
17390____________________________________________________________________________
17391[ 8390] By: jhi on 2001/01/10 18:42:08
17392 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
17393 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17394 Date: Wed, 10 Jan 2001 13:23:02 EST
17395 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
17396 Branch: perl
17397 ! ext/Opcode/Opcode.xs
17398____________________________________________________________________________
17399[ 8389] By: jhi on 2001/01/10 15:16:07
17400 Log: Turn off the integer preservation for now.
17401 Branch: perl
17402 ! perl.h
17403____________________________________________________________________________
17404[ 8388] By: jhi on 2001/01/10 15:01:25
17405 Log: Few more IDE/editor nits from p5p.
17406 Branch: perl
17407 ! pod/perlfaq3.pod
17408____________________________________________________________________________
17409[ 8387] By: jhi on 2001/01/10 06:53:16
17410 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
17411 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
17412 Date: Tue, 9 Jan 2001 23:16:02 +0000
17413 Message-ID: <20010109231602.A81101@plum.flirble.org>
17414 Branch: perl
17415 ! sv.c
17416____________________________________________________________________________
17417[ 8386] By: jhi on 2001/01/10 03:17:54
17418 Log: Test cases for #8385 (from Simon's "torture.pl")
17419 Branch: perl
17420 ! t/op/tr.t
17421____________________________________________________________________________
17422[ 8385] By: jhi on 2001/01/10 03:17:11
17423 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
17424 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
17425 Date: Wed, 10 Jan 2001 11:39:39 +0900
17426 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
17427
17428 Some more UTF-8 tr cases fixed.
17429 Branch: perl
17430 ! doop.c
17431____________________________________________________________________________
17432[ 8384] By: jhi on 2001/01/09 22:45:40
17433 Log: Allow the locale test needing POSIX and the taint test
17434 needing IPC::SysV to run under 'minitest' (basically,
17435 bail out if loading the extension fails)
17436 Branch: perl
17437 ! t/op/misc.t t/op/taint.t
17438____________________________________________________________________________
17439[ 8383] By: jhi on 2001/01/09 21:36:04
17440 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
17441 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17442 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
17443 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
17444 Branch: perl
17445 ! t/io/openpid.t
17446____________________________________________________________________________
17447[ 8382] By: jhi on 2001/01/09 21:06:08
17448 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
17449 Should finish up the bug id 20001205.022.
17450 Branch: perl
17451 ! pp.c pp_hot.c scope.c
17452____________________________________________________________________________
17453[ 8381] By: jhi on 2001/01/09 18:27:43
17454 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
17455 From: Andy Dougherty <doughera@lafayette.edu>
17456 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
17457 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
17458
17459 More robust yacc/bison error detection.
17460 Branch: perl
17461 ! t/comp/proto.t
17462____________________________________________________________________________
17463[ 8380] By: jhi on 2001/01/09 15:21:38
17464 Log: Subject: [PATCH] make t/op/misc.t work on VMS
17465 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17466 Date: Tue, 9 Jan 2001 07:53:55 EST
17467 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
17468 Branch: perl
17469 ! t/op/misc.t vms/test.com
17470____________________________________________________________________________
17471[ 8379] By: jhi on 2001/01/09 15:20:38
17472 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
17473 From: jhi@cc.hut.fi
17474 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
17475 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
17476
17477 The #8378 fixed this.
17478 Branch: perl
17479 ! t/op/tr.t
17480____________________________________________________________________________
17481[ 8378] By: jhi on 2001/01/09 15:05:32
17482 Log: Subject: One more patch for UTF8
17483 From: Inaba Hiroto <inaba@st.rim.or.jp>
17484 Date: Tue, 09 Jan 2001 01:04:32 +0900
17485 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
17486
17487 UTF-8 fixes for 'x' and tr///.
17488 Branch: perl
17489 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
17490 ! regcomp.c regexec.c toke.c utf8.c
17491____________________________________________________________________________
17492[ 8377] By: jhi on 2001/01/09 14:32:17
17493 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
17494 Branch: perl
17495 ! t/op/length.t
17496____________________________________________________________________________
17497[ 8376] By: jhi on 2001/01/09 04:32:32
17498 Log: integrate changes #7775, #8316, #8316 from mainline
17499 Branch: maint-5.6/perl
17500 ! hints/solaris_2.sh
17501____________________________________________________________________________
17502[ 8375] By: jhi on 2001/01/09 04:26:43
17503 Log: Update Changes.
17504 Branch: perl
17505 ! Changes patchlevel.h
17506____________________________________________________________________________
17507[ 8374] By: jhi on 2001/01/09 04:14:32
17508 Log: IDE/editor section tweaking.
17509 Branch: perl
17510 ! pod/perlfaq3.pod
17511____________________________________________________________________________
17512[ 8373] By: jhi on 2001/01/09 02:38:26
17513 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
17514 From: Peter Prymmer <pvhp@forte.com>
17515 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
17516 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
17517
17518 In preparation os OS/390 dynamic loading.
17519 Branch: perl
17520 ! README.os390 hints/os390.sh
17521____________________________________________________________________________
17522[ 8372] By: jhi on 2001/01/09 00:24:30
17523 Log: Integrate with perlio.
17524 Branch: perl
17525 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
17526____________________________________________________________________________
17527[ 8371] By: nick on 2001/01/08 23:54:33
17528 Log: Fix "scalars leaked" bugs caused by overload magic
17529 (Highlighted by Ilya's DESTROY optimization.)
17530 Branch: perlio
17531 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
17532____________________________________________________________________________
17533[ 8370] By: nick on 2001/01/08 20:19:41
17534 Log: Integrate mainline
17535 Branch: perlio
17536 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
17537 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
17538 !> t/op/64bitint.t
17539____________________________________________________________________________
17540[ 8369] By: jhi on 2001/01/08 17:30:52
17541 Log: save_delete() Safefree() doesn't (anymore?) work with shared
17542 strings, one test failure in op/misc and almost all of lib/b.
17543 (Outcomments #8369.)
17544 Branch: perl
17545 ! scope.c
17546____________________________________________________________________________
17547[ 8368] By: jhi on 2001/01/08 14:47:10
17548 Log: (Outcommented by #8369.)
17549
17550 Subject: Re: Perl BugID 20001205.022 ---- save_delete
17551 From: Simon Cozens <simon@cozens.net>
17552 Date: Sat, 6 Jan 2001 11:48:40 +0000
17553 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
17554
17555 The save_delete() does need the Safefree.
17556 Branch: perl
17557 ! scope.c
17558____________________________________________________________________________
17559[ 8367] By: bailey on 2001/01/08 08:53:52
17560 Log: Once again syncing after too long an absence
17561 Branch: vmsperl
17562 +> (branch 55 files)
17563 - MAINTAIN fix_pl vos/config.def vos/config.h
17564 - vos/config_h.SH_orig
17565 !> (integrate 498 files)
17566____________________________________________________________________________
17567[ 8366] By: jhi on 2001/01/08 02:42:59
17568 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
17569 From: nick@ccl4.org
17570 Date: Sun, 7 Jan 2001 21:07:18 +0000
17571 Message-Id: <20010107210717.D1048@plum.flirble.org>
17572 Branch: perl
17573 ! sv.c t/op/64bitint.t
17574____________________________________________________________________________
17575[ 8365] By: jhi on 2001/01/08 02:35:16
17576 Log: Subject: [PATCH] environ nit
17577 From: Simon Cozens <simon@cozens.net>
17578 Date: Sun, 7 Jan 2001 17:57:07 +0000
17579 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
17580
17581 Use environ only if we have it.
17582 Branch: perl
17583 ! mg.c
17584____________________________________________________________________________
17585[ 8364] By: jhi on 2001/01/08 02:24:51
17586 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
17587 Branch: perl
17588 ! ext/GDBM_File/GDBM_File.xs
17589____________________________________________________________________________
17590[ 8363] By: jhi on 2001/01/08 02:19:24
17591 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
17592 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17593 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
17594 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
17595 Branch: perl
17596 ! dump.c op.c
17597____________________________________________________________________________
17598[ 8362] By: jhi on 2001/01/08 02:17:43
17599 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
17600 From: Doug MacEachern <dougm@covalent.net>
17601 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
17602 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
17603
17604 Allow AUTOLOAD to be an xsub and allow such xsubs
17605 to avoid use of $AUTOLOAD.
17606 Branch: perl
17607 ! gv.c
17608____________________________________________________________________________
17609[ 8361] By: jhi on 2001/01/08 02:16:07
17610 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
17611 From: Radu Greab <radu@netsoft.ro>
17612 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
17613 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
17614
17615 No need for the potentially unportable $SIG{CHLD}.
17616 Branch: perl
17617 ! t/io/pipe.t
17618____________________________________________________________________________
17619[ 8360] By: jhi on 2001/01/08 01:58:23
17620 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
17621 Branch: perl
17622 ! lib/Getopt/Long.pm
17623____________________________________________________________________________
17624[ 8359] By: jhi on 2001/01/08 01:55:44
17625 Log: Integrate perlio.
17626 Branch: perl
17627 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
17628 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
17629 !> utf8.c win32/Makefile
17630____________________________________________________________________________
17631[ 8358] By: jhi on 2001/01/07 21:16:50
17632 Log: Update the EPOC cross SDK URL.
17633 Branch: perl
17634 ! README.epoc
17635____________________________________________________________________________
17636[ 8357] By: jhi on 2001/01/07 21:16:09
17637 Log: Update the EPOC cross SDK URL.
17638 Branch: maint-5.6/perl
17639 ! README.epoc
17640____________________________________________________________________________
17641[ 8356] By: nick on 2001/01/06 21:47:52
17642 Log: FILE * in XS code for PerlIO world:
17643 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
17644 - Add FILE * T_STDIO typemap.
17645 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
17646 Branch: perlio
17647 ! lib/ExtUtils/typemap perlio.c perlio.h
17648____________________________________________________________________________
17649[ 8355] By: jhi on 2001/01/06 20:27:15
17650 Log: integrate change #8336 from mainline
17651
17652 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
17653 Branch: maint-5.6/perl
17654 ! hv.c
17655____________________________________________________________________________
17656[ 8354] By: jhi on 2001/01/06 20:24:29
17657 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
17658 From: Robin Barker <rmb1@cise.npl.co.uk>
17659 Date: Fri, 22 Dec 2000 12:17:38 GMT
17660 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
17661
17662 The patch reformats some long =item lines so they give
17663 correct output via pod2man | nroff -man
17664
17665 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
17666 From: Robin Barker <rmb1@cise.npl.co.uk>
17667 Date: Tue, 2 Jan 2001 15:35:03 GMT
17668 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
17669
17670 Here is a _further_ patch which corrects a few more errors:
17671 * an empty C<=item> in CPAN.pm
17672 * patching the wrong file (pod/perlamiga.pod not README.amiga)
17673 * leaving empty C<=item>s which formatted incorrectly
17674 * over long C<=item>s revealed by latest patch to Pod::Man
17675 Branch: maint-5.6/perl
17676 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17677 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17678 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
17679 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
17680 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
17681 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
17682____________________________________________________________________________
17683[ 8353] By: jhi on 2001/01/06 20:21:10
17684 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
17685
17686 UTF-8 hash keys.
17687 Branch: maint-5.6/perl
17688 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
17689____________________________________________________________________________
17690[ 8352] By: jhi on 2001/01/06 20:18:44
17691 Log: Forgotten from #8438.
17692 Branch: maint-5.6/perl
17693 ! epoc/epocish.h
17694____________________________________________________________________________
17695[ 8351] By: jhi on 2001/01/06 20:18:12
17696 Log: Forgotten from #8347.
17697 Branch: maint-5.6/perl
17698 ! config_h.SH
17699____________________________________________________________________________
17700[ 8350] By: jhi on 2001/01/06 20:00:19
17701 Log: Thinko in #8347.
17702 Branch: maint-5.6/perl
17703 ! regcomp.c
17704____________________________________________________________________________
17705[ 8349] By: jhi on 2001/01/06 18:05:30
17706 Log: Copy the FAQ3 IDE section from the development branch,
17707 changes originally by Peter Prymmer.
17708 Branch: maint-5.6/perl
17709 ! pod/perlfaq3.pod
17710____________________________________________________________________________
17711[ 8348] By: jhi on 2001/01/06 18:03:02
17712 Log: EPOC updates for TRIAL1.
17713
17714 Subject: [5.6.1 trial1] EPOC update
17715 From: Olaf Flebbe <O.Flebbe@science-computing.de>
17716 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
17717 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
17718
17719 Subject: epoc patch2 for perl-5.6.1-trial1
17720 From: Olaf Flebbe <O.Flebbe@science-computing.de>
17721 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
17722 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
17723 Branch: maint-5.6/perl
17724 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
17725 ! epoc/epocish.c
17726____________________________________________________________________________
17727[ 8347] By: jhi on 2001/01/06 17:29:10
17728 Log: integrate changes #7710,7824,7973 from mainline,
17729 plus VMS nits from Peter Prymmer and Dan Sugalski.
17730
17731 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
17732 library (getprotobyname and getprotobynumber are outversioned by
17733 the same calls in libc, at least for xlc version 3.
17734
17735 Add HAS_SBRK_PROTO.
17736
17737 Fixes for signedness warnings noticed by VMSperlers.
17738 Branch: maint-5.6/perl
17739 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17740 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
17741 ! sv.c vms/descrip_mms.template vos/config.alpha.def
17742 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17743 ! win32/config.bc win32/config.gc win32/config.vc
17744____________________________________________________________________________
17745[ 8346] By: nick on 2001/01/06 14:36:01
17746 Log: Fixup accumulated integrate muddles (perlio == devperl again)
17747 Branch: perlio
17748 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
17749____________________________________________________________________________
17750[ 8345] By: nick on 2001/01/06 14:24:58
17751 Log: Integrate mainline
17752 Branch: perlio
17753 !> (integrate 55 files)
17754____________________________________________________________________________
17755[ 8344] By: jhi on 2001/01/06 02:24:02
17756 Log: Subject: [patch] PerlIO_cleanup() prototype
17757 From: Doug MacEachern <dougm@covalent.net>
17758 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
17759 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
17760 Branch: perl
17761 ! perlio.h
17762____________________________________________________________________________
17763[ 8343] By: jhi on 2001/01/06 01:04:09
17764 Log: IRIX compiler noticed that the bof initialization might be
17765 bypassed by control flow.
17766 Branch: perl
17767 ! toke.c
17768____________________________________________________________________________
17769[ 8342] By: jhi on 2001/01/06 00:10:48
17770 Log: Update Changes.
17771 Branch: perl
17772 ! Changes patchlevel.h
17773____________________________________________________________________________
17774[ 8341] By: jhi on 2001/01/05 23:52:33
17775 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
17776 Branch: perl
17777 ! toke.c
17778____________________________________________________________________________
17779[ 8340] By: jhi on 2001/01/05 22:44:08
17780 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
17781 From: Radu Greab <radu@netsoft.ro>
17782 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
17783 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
17784 Branch: perl
17785 ! t/io/pipe.t util.c
17786____________________________________________________________________________
17787[ 8339] By: jhi on 2001/01/05 22:35:17
17788 Log: Subject: [PATCH] format and rewording in perlfaq.pod
17789 From: Robin Barker <rmb1@cise.npl.co.uk>
17790 Date: Fri, 5 Jan 2001 18:51:20 GMT
17791 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
17792 Branch: perl
17793 ! pod/perlfaq.pod
17794____________________________________________________________________________
17795[ 8338] By: jhi on 2001/01/05 22:31:17
17796 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
17797 From: Peter Prymmer <pvhp@forte.com>
17798 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
17799 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
17800 Branch: perl
17801 ! utils/perlbug.PL
17802____________________________________________________________________________
17803[ 8337] By: jhi on 2001/01/05 18:15:11
17804 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
17805 From: Robin Barker <rmb1@cise.npl.co.uk>
17806 Date: Tue, 2 Jan 2001 15:24:07 GMT
17807 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
17808
17809 If you call configure as C<./Configure> or C<sh ./Configure>,
17810 $src is set to the absolute path name, not '.'.
17811
17812 This, in turn, means -Dmksymlink tries to do its stuff because
17813 it does not think it is in the src directory.
17814
17815 (plus a metaconfig nitfix)
17816 Branch: metaconfig
17817 ! U/compline/ccflags.U U/modified/src.U
17818 Branch: perl
17819 ! Configure config_h.SH
17820____________________________________________________________________________
17821[ 8336] By: jhi on 2001/01/05 17:48:32
17822 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
17823 From: Alan Burlison <Alan.Burlison@uk.sun.com>
17824 Message-ID: <3A5606C4.473D2226@uk.sun.com>
17825 Date: Fri, 05 Jan 2001 17:39:16 +0000
17826 Branch: perl
17827 ! hv.c
17828____________________________________________________________________________
17829[ 8335] By: jhi on 2001/01/05 16:05:44
17830 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
17831 Branch: perl
17832 ! lib/Getopt/Long.pm
17833____________________________________________________________________________
17834[ 8334] By: jhi on 2001/01/05 16:00:51
17835 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
17836 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
17837 Date: Fri, 05 Jan 2001 13:46:51 +0100
17838 Message-ID: <13693.978698811@nice.ram.loc>
17839
17840 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
17841 accurate reading of the "atime".
17842 Branch: perl
17843 ! t/io/fs.t
17844____________________________________________________________________________
17845[ 8333] By: jhi on 2001/01/05 15:57:37
17846 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
17847 From: Simon Cozens <simon@cozens.net>
17848 Date: Fri, 8 Dec 2000 13:33:31 +0000
17849 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
17850
17851 A lost patch fragment.
17852 Branch: perl
17853 ! doop.c
17854____________________________________________________________________________
17855[ 8332] By: jhi on 2001/01/05 15:40:42
17856 Log: Do away with strncpy() and a fixed length buffer.
17857 Branch: perl
17858 ! utf8.c
17859____________________________________________________________________________
17860[ 8331] By: jhi on 2001/01/05 15:03:07
17861 Log: Tests for #8329 and #8330.
17862 Branch: perl
17863 ! t/op/bop.t
17864____________________________________________________________________________
17865[ 8330] By: jhi on 2001/01/05 15:02:38
17866 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
17867 raw 8-bit form to the UTF-8 string.
17868 Branch: perl
17869 ! toke.c
17870____________________________________________________________________________
17871[ 8329] By: jhi on 2001/01/05 14:55:13
17872 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
17873 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17874 Date: Fri, 5 Jan 2001 12:28:52 +0100
17875 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
17876
17877 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
17878 no effect. (changed the strncpy() to Copy())
17879 Branch: perl
17880 ! toke.c
17881____________________________________________________________________________
17882[ 8328] By: jhi on 2001/01/05 06:44:27
17883 Log: UTF-8 cleanup.
17884 Branch: perl
17885 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
17886 ! regexec.c sv.c toke.c
17887____________________________________________________________________________
17888[ 8327] By: jhi on 2001/01/05 01:11:29
17889 Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions, and `make minitest')
17890 From: Radu Greab <radu@netsoft.ro>
17891 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
17892 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
17893
17894 Cleans up Harness to not use FileHandle, which uses IO.
17895 Branch: perl
17896 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17897____________________________________________________________________________
17898[ 8326] By: jhi on 2001/01/05 00:56:37
17899 Log: Update Changes.
17900 Branch: perl
17901 ! Changes patchlevel.h
17902____________________________________________________________________________
17903[ 8325] By: jhi on 2001/01/05 00:53:18
17904 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
17905 From: Peter Prymmer <pvhp@forte.com>
17906 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
17907 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
17908
17909 plus a couple more tailing whitespace removals.
17910 Branch: perl
17911 ! win32/Makefile
17912____________________________________________________________________________
17913[ 8324] By: jhi on 2001/01/05 00:47:39
17914 Log: Add some Unicode chop() tests.
17915 Branch: perl
17916 ! t/op/chop.t
17917____________________________________________________________________________
17918[ 8323] By: jhi on 2001/01/05 00:47:23
17919 Log: Unify UTF-8 malformedness handling.
17920 Branch: perl
17921 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
17922____________________________________________________________________________
17923[ 8322] By: jhi on 2001/01/04 22:21:54
17924 Log: The new $issymlink was unknown to Mksymlinks.
17925 Branch: metaconfig/U/perl
17926 ! Mksymlinks.U issymlink.U
17927 Branch: perl
17928 ! Configure config_h.SH
17929____________________________________________________________________________
17930[ 8321] By: jhi on 2001/01/04 21:51:05
17931 Log: The test didn't work under the core test framework.
17932 Branch: perl
17933 ! t/lib/st-lock.t
17934____________________________________________________________________________
17935[ 8320] By: jhi on 2001/01/04 21:14:22
17936 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
17937 Branch: perl
17938 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
17939____________________________________________________________________________
17940[ 8319] By: jhi on 2001/01/04 20:46:17
17941 Log: Typo in #8312 when manually appying a problematic patch fragment.
17942 Branch: perl
17943 ! ext/Storable/Storable.xs
17944____________________________________________________________________________
17945[ 8318] By: jhi on 2001/01/04 20:43:01
17946 Log: The $sh_c didn't fly.
17947 Branch: metaconfig
17948 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
17949 ! U/modified/Loc.U U/modified/myhostname.U
17950 ! U/modified/spitshell.U
17951 Branch: metaconfig/U/perl
17952 ! issymlink.U
17953 Branch: perl
17954 ! Configure config_h.SH
17955____________________________________________________________________________
17956[ 8317] By: jhi on 2001/01/04 19:58:01
17957 Log: AIX builtin test -h is broken, changes based on
17958
17959 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
17960 Date: Tue, 02 Jan 2001 11:24:39 +0100
17961 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17962 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
17963 Branch: metaconfig
17964 + U/modified/spitshell.U
17965 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
17966 ! U/modified/Loc.U U/modified/myhostname.U
17967 Branch: metaconfig/U/perl
17968 ! Mksymlinks.U issymlink.U
17969 Branch: perl
17970 ! Configure
17971____________________________________________________________________________
17972[ 8316] By: jhi on 2001/01/04 19:02:22
17973 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
17974 From: Andy Dougherty <doughera@lafayette.edu>
17975 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
17976 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
17977
17978 Beware of GNU ld.
17979 Branch: perl
17980 ! hints/solaris_2.sh
17981____________________________________________________________________________
17982[ 8315] By: jhi on 2001/01/04 18:56:48
17983 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
17984 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
17985 Date: Wed, 3 Jan 2001 07:58:51 +0100
17986 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
17987 Branch: perl
17988 ! hints/solaris_2.sh
17989____________________________________________________________________________
17990[ 8314] By: jhi on 2001/01/04 18:54:07
17991 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
17992 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17993 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
17994 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
17995
17996 Doc tweak on #8313.
17997 Branch: perl
17998 ! ext/B/B/Deparse.pm
17999____________________________________________________________________________
18000[ 8313] By: jhi on 2001/01/04 18:52:27
18001 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
18002 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
18003 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18004 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
18005
18006 Make the peephole optimizer to bypass more null ops and
18007 and rewrite the deparse handling of continue blocks.
18008 Branch: perl
18009 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
18010____________________________________________________________________________
18011[ 8312] By: jhi on 2001/01/04 18:47:39
18012 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
18013 Branch: perl
18014 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
18015 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18016 ! t/lib/st-lock.t
18017____________________________________________________________________________
18018[ 8311] By: jhi on 2001/01/04 18:36:08
18019 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
18020 filter to be run on each .pm during the pm_to_blib() phase,
18021 a fixed version of
18022
18023 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
18024 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
18025 Date: Wed, 03 Jan 2001 22:01:30 +0100
18026 Message-ID: <5296.978555690@nice.ram.loc>
18027 Branch: perl
18028 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
18029 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18030 ! lib/ExtUtils/MakeMaker.pm
18031____________________________________________________________________________
18032[ 8310] By: jhi on 2001/01/04 18:32:54
18033 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18034 From: Robin Barker <rmb1@cise.npl.co.uk>
18035 Date: Tue, 2 Jan 2001 15:35:03 GMT
18036 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
18037 Branch: perl
18038 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
18039 ! pod/perlrequick.pod
18040____________________________________________________________________________
18041[ 8309] By: jhi on 2001/01/04 18:29:07
18042 Log: Subject: Re: [patch] static-ize XS()
18043 From: Doug MacEachern <dougm@covalent.net>
18044 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
18045 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
18046
18047 Provide prototypes for the XS functions.
18048 Branch: perl
18049 ! lib/ExtUtils/xsubpp
18050____________________________________________________________________________
18051[ 8308] By: jhi on 2001/01/04 18:27:44
18052 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
18053 From: Doug MacEachern <dougm@covalent.net>
18054 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
18055 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
18056 Branch: perl
18057 ! lib/ExtUtils/typemap
18058____________________________________________________________________________
18059[ 8307] By: jhi on 2001/01/04 18:25:25
18060 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
18061 From: Doug MacEachern <dougm@covalent.net>
18062 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
18063 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
18064
18065 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
18066 Branch: perl
18067 ! lib/ExtUtils/MM_Unix.pm
18068____________________________________________________________________________
18069[ 8306] By: jhi on 2001/01/04 18:23:00
18070 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
18071 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18072 Date: Thu, 4 Jan 2001 12:47:10 +0100
18073 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
18074
18075 The toke.c part only, patching embed.h and proto.h is futile.
18076 Branch: perl
18077 ! toke.c
18078____________________________________________________________________________
18079[ 8305] By: jhi on 2001/01/04 18:05:51
18080 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
18081 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18082 Date: Thu, 4 Jan 2001 17:50:12 +0100
18083 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
18084 Branch: perl
18085 ! toke.c
18086____________________________________________________________________________
18087[ 8304] By: jhi on 2001/01/04 18:03:26
18088 Log: Subject: [PATCH perl@8269]
18089 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18090 Date: Thu, 4 Jan 2001 12:53:39 +0100
18091 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
18092
18093 If running byacc write-enable also perly.h.
18094 Branch: perl
18095 ! Makefile.SH
18096____________________________________________________________________________
18097[ 8303] By: jhi on 2001/01/04 15:40:49
18098 Log: Rewrite pp_concat() in terms of sv_catsv().
18099 Branch: perl
18100 ! pp_hot.c
18101____________________________________________________________________________
18102[ 8302] By: nick on 2001/01/03 22:43:22
18103 Log: Integrate mainline.
18104 Branch: perlio
18105 !> ext/Encode/Encode.xs sv.c utf8.c
18106____________________________________________________________________________
18107[ 8301] By: jhi on 2001/01/02 23:40:26
18108 Log: Variable naming tweak.
18109 Branch: perl
18110 ! sv.c
18111____________________________________________________________________________
18112[ 8300] By: jhi on 2001/01/02 23:40:02
18113 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
18114 in is_utf8_string().
18115 Branch: perl
18116 ! utf8.c
18117____________________________________________________________________________
18118[ 8299] By: jhi on 2001/01/02 22:14:40
18119 Log: Integrate perlio.
18120 Branch: perl
18121 !> pp.c pp_hot.c win32/Makefile
18122____________________________________________________________________________
18123[ 8298] By: nick on 2001/01/02 22:03:06
18124 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
18125 Branch: perlio
18126 ! pp.c pp_hot.c
18127____________________________________________________________________________
18128[ 8297] By: jhi on 2001/01/02 04:26:28
18129 Log: Signedness nit.
18130 Branch: perl
18131 ! ext/Encode/Encode.xs
18132____________________________________________________________________________
18133[ 8296] By: nick on 2001/01/01 23:49:36
18134 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
18135 Branch: perlio
18136 ! win32/Makefile
18137____________________________________________________________________________
18138[ 8295] By: jhi on 2001/01/01 23:05:48
18139 Log: Integrate perlio.
18140 Branch: perl
18141 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
18142 !> t/lib/encode.t
18143____________________________________________________________________________
18144[ 8294] By: nick on 2001/01/01 22:48:34
18145 Log: Integrate mainline
18146 Branch: perlio
18147 ! pp_hot.c t/lib/encode.t
18148 !> (integrate 65 files)
18149____________________________________________________________________________
18150[ 8293] By: nick on 2001/01/01 21:58:50
18151 Log: More rigor in UTF-8-ness of Encode's toUnicode
18152 XS export some of the utf8 internal functions.
18153 Test some of the functions.
18154 Fix pp_concat() bug shown by said tests.
18155 Branch: perlio
18156 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
18157 ! t/lib/encode.t
18158____________________________________________________________________________
18159[ 8292] By: jhi on 2001/01/01 18:11:44
18160 Log: Integrate perlio.
18161 Branch: perl
18162 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18163 !> ext/Encode/encengine.c ext/Encode/encode.h
18164____________________________________________________________________________
18165[ 8291] By: jhi on 2001/01/01 18:10:58
18166 Log: Podify README.mpeix (a new version from the web),
18167 add a dummy NAME to Carp::Heavy, regen toc.
18168 Branch: perl
18169 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
18170 ! pod/perltoc.pod
18171____________________________________________________________________________
18172[ 8290] By: nick on 2001/01/01 17:43:47
18173 Log: Loose the "Loading..." warning.
18174 Another bug in fallback support
18175 Branch: perlio
18176 ! ext/Encode/Encode.pm ext/Encode/encengine.c
18177____________________________________________________________________________
18178[ 8289] By: jhi on 2001/01/01 00:01:57
18179 Log: Bump up Larry's copyright.
18180 Branch: perl
18181 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
18182 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
18183 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
18184 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
18185 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
18186 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
18187 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
18188 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
18189____________________________________________________________________________
18190[ 8288] By: nick on 2000/12/31 21:27:53
18191 Log: Fix .ucm reading - forgot a chr()
18192 Start of .ucm write (for .enc to .ucm)
18193 Branch: perlio
18194 ! ext/Encode/compile
18195____________________________________________________________________________
18196[ 8287] By: jhi on 2000/12/31 18:15:56
18197 Log: Comment away a diagnostic message as noted by Craig A. Berry
18198 (the unexpected message was confusing testing)
18199 Branch: perl
18200 ! ext/Encode/Encode.pm
18201____________________________________________________________________________
18202[ 8286] By: jhi on 2000/12/31 18:14:51
18203 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
18204 Date: Sun, 31 Dec 2000 11:17:37 -0600
18205 From: "Craig A. Berry" <craigberry@mac.com>
18206 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
18207 Branch: perl
18208 ! ext/Encode/Makefile.PL
18209____________________________________________________________________________
18210[ 8285] By: nick on 2000/12/31 18:11:54
18211 Log: Start of support of ICU-style .ucm files:
18212 - teach compile how to read a .ucm file
18213 - first guess at how to represent fallbacks in "tries".
18214 - use fallbacks if check == 0
18215 - new return code to indicate we used one.
18216 Branch: perlio
18217 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18218 ! ext/Encode/encengine.c ext/Encode/encode.h
18219____________________________________________________________________________
18220[ 8284] By: jhi on 2000/12/31 18:04:41
18221 Log: Pacify picky VMS compiler.
18222
18223 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
18224 From: "Craig A. Berry" <craig.berry@psinetcs.com>
18225 Date: Sat, 30 Dec 2000 18:10:02 -0600
18226 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
18227 Branch: perl
18228 ! sv.c
18229____________________________________________________________________________
18230[ 8283] By: jhi on 2000/12/31 16:11:47
18231 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
18232 Branch: perl
18233 ! t/lib/glob-basic.t
18234____________________________________________________________________________
18235[ 8282] By: jhi on 2000/12/31 15:26:11
18236 Log: Integrate perlio.
18237 Branch: perl
18238 !> makedef.pl opcode.pl os2/os2.c perlio.c
18239____________________________________________________________________________
18240[ 8281] By: nick on 2000/12/31 10:06:15
18241 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
18242 is available to be exported
18243 Branch: perlio
18244 ! makedef.pl perlio.c
18245____________________________________________________________________________
18246[ 8280] By: nick on 2000/12/31 09:41:26
18247 Log: Ilya's OS2 patch (testing for damage on Win32)
18248 Branch: perlio
18249 ! makedef.pl opcode.pl os2/os2.c
18250____________________________________________________________________________
18251[ 8279] By: jhi on 2000/12/30 21:52:07
18252 Log: Test nits.
18253 Branch: perl
18254 ! t/lib/syslfs.t t/op/lfs.t
18255____________________________________________________________________________
18256[ 8278] By: jhi on 2000/12/30 21:47:49
18257 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
18258 From: andreas.koenig@anima.de (Andreas J. Koenig)
18259 Date: 30 Dec 2000 22:35:37 +0100
18260 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
18261
18262 The 32-bit wraparound test wasn't quite right.
18263 Branch: perl
18264 ! t/lib/syslfs.t t/op/lfs.t
18265____________________________________________________________________________
18266[ 8277] By: jhi on 2000/12/30 21:33:44
18267 Log: Subject: [PATCH] open() example in perlfunc.pod
18268 From: Karsten Sperling <s_sperli@ira.uka.de>
18269 Date: Sat, 30 Dec 2000 22:27:09 +0100
18270 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
18271 Branch: perl
18272 ! pod/perlfunc.pod
18273____________________________________________________________________________
18274[ 8276] By: jhi on 2000/12/30 20:32:40
18275 Log: Not quite that many tests yet.
18276 Branch: perl
18277 ! t/op/pat.t
18278____________________________________________________________________________
18279[ 8275] By: jhi on 2000/12/30 20:26:58
18280 Log: Integrate perlio.
18281 Branch: perl
18282 !> toke.c
18283____________________________________________________________________________
18284[ 8274] By: jhi on 2000/12/30 20:24:56
18285 Log: Signedness nit.
18286 Branch: perl
18287 ! utf8.c
18288____________________________________________________________________________
18289[ 8273] By: jhi on 2000/12/30 20:15:46
18290 Log: Add a test case for 20000731.001 which was fixed by the #8267.
18291 Branch: perl
18292 ! t/op/pat.t
18293____________________________________________________________________________
18294[ 8272] By: nick on 2000/12/30 19:47:51
18295 Log: Tweak for MULTIPLICITY/USE_PERLIO
18296 Branch: perlio
18297 ! toke.c
18298____________________________________________________________________________
18299[ 8271] By: nick on 2000/12/30 19:46:45
18300 Log: Integrate mainline
18301 Branch: perlio
18302 +> lib/unicode/distinct.pm
18303 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
18304 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
18305 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
18306____________________________________________________________________________
18307[ 8270] By: jhi on 2000/12/30 19:39:50
18308 Log: Subject: RE: perl@8269
18309 From: "Richard Soderberg" <rs@crystalflame.net>
18310 Date: Sat, 30 Dec 2000 11:36:27 -0800
18311 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
18312
18313 A missing aTHX_.
18314 Branch: perl
18315 ! toke.c
18316____________________________________________________________________________
18317[ 8269] By: jhi on 2000/12/30 18:55:48
18318 Log: Update Changes.
18319 Branch: perl
18320 ! Changes patchlevel.h
18321____________________________________________________________________________
18322[ 8268] By: jhi on 2000/12/30 17:18:40
18323 Log: Add a test for Unicode split //. The #8267 was the cure.
18324 Branch: perl
18325 ! t/op/split.t
18326____________________________________________________________________________
18327[ 8267] By: jhi on 2000/12/30 17:14:19
18328 Log: Subject: more UTF8 test suites and an UTF8 patch
18329 From: Inaba Hiroto <inaba@st.rim.or.jp>
18330 Date: Sat, 30 Dec 2000 14:27:10 +0900
18331 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
18332
18333 Just the patch part for now, and the pragma renamed
18334 as unicode::distinct.
18335 Branch: perl
18336 + lib/unicode/distinct.pm
18337 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
18338 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
18339 ! regcomp.h regexec.c sv.c toke.c utf8.c
18340____________________________________________________________________________
18341[ 8266] By: nick on 2000/12/30 16:40:49
18342 Log: Integrate mainline
18343 Branch: perlio
18344 +> lib/Pod/Text/Overstrike.pm
18345 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
18346 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
18347 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
18348 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
18349 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
18350____________________________________________________________________________
18351[ 8265] By: jhi on 2000/12/30 07:28:55
18352 Log: The sv_catsv() fix, take two.
18353 Branch: perl
18354 ! sv.c t/op/join.t
18355____________________________________________________________________________
18356[ 8264] By: jhi on 2000/12/30 06:19:18
18357 Log: Undo all the join-related changes since #8248: relevant
18358 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
18359 The new sv_catsv() doesn't fly so it must go back to
18360 the drawing board.
18361 Branch: perl
18362 ! sv.c t/op/join.t t/pragma/utf8.t
18363____________________________________________________________________________
18364[ 8263] By: jhi on 2000/12/30 01:08:32
18365 Log: (Retracted by #8264) Tweak sv_catsv() some more.
18366 Branch: perl
18367 ! sv.c
18368____________________________________________________________________________
18369[ 8262] By: jhi on 2000/12/30 00:45:14
18370 Log: Retract #8261.
18371 Branch: perl
18372 ! hv.c util.c
18373____________________________________________________________________________
18374[ 8261] By: jhi on 2000/12/30 00:38:32
18375 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
18376 Branch: perl
18377 ! hv.c util.c
18378____________________________________________________________________________
18379[ 8260] By: jhi on 2000/12/29 22:51:33
18380 Log: (Retracted by #8264) More fixing for #8251.
18381 Branch: perl
18382 ! sv.c
18383____________________________________________________________________________
18384[ 8259] By: jhi on 2000/12/29 18:27:30
18385 Log: Subject: podlators 1.06 released
18386 From: Russ Allbery <rra@stanford.edu>
18387 Date: 25 Dec 2000 05:09:30 -0800
18388 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
18389 Branch: perl
18390 + lib/Pod/Text/Overstrike.pm
18391 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
18392 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
18393____________________________________________________________________________
18394[ 8258] By: jhi on 2000/12/29 18:20:45
18395 Log: Make the large file tests more robust/talkative as suggested by
18396
18397 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
18398 From: andreas.koenig@anima.de (Andreas J. Koenig)
18399 Date: 29 Dec 2000 14:23:01 +0100
18400 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
18401 Branch: perl
18402 ! t/lib/syslfs.t t/op/lfs.t
18403____________________________________________________________________________
18404[ 8257] By: jhi on 2000/12/29 17:48:04
18405 Log: Further VMS piping fixes from Charles Lane:
18406
18407 In summary, error messages produced when a subprocess terminated
18408 abnormally were being sent not just to the parent process, but to
18409 grandparents, because of default values for error output that were
18410 not completely overridden when the subprocess was started.
18411
18412 This patch fixes this behavior by defining user-mode (i.e., temporary
18413 for the duration of the program) logical names for SYS$OUTPUT and
18414 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
18415 changes to make it so that the user-mode logicals are the ones that
18416 control where Perl's error messages go if it terminates abnormally.
18417
18418 I also added some gratuitous fixes to the indentation of braces in
18419 the piping code. It just looked ugly, before.
18420 Branch: perl
18421 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
18422____________________________________________________________________________
18423[ 8256] By: jhi on 2000/12/29 17:45:12
18424 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
18425 From: "Casey R. Tweten" <crt@kiski.net>
18426 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
18427 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
18428
18429 Tests for for #8240.
18430 Branch: perl
18431 ! t/pragma/constant.t
18432____________________________________________________________________________
18433[ 8255] By: jhi on 2000/12/29 17:43:07
18434 Log: Subject: Re: [PATCH] Interesting syntax idea
18435 From: Simon Cozens <simon@cozens.net>
18436 Date: Fri, 29 Dec 2000 14:34:04 +0000
18437 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
18438
18439 Tests for #8254.
18440 Branch: perl
18441 ! t/pragma/sub_lval.t
18442____________________________________________________________________________
18443[ 8254] By: jhi on 2000/12/29 17:42:11
18444 Log: Subject: [PATCH] Interesting syntax idea
18445 From: Simon Cozens <simon@cozens.net>
18446 Date: Wed, 27 Dec 2000 05:08:57 +0000
18447 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
18448
18449 Make opens + bareword assigns do typeglob assigns.
18450 Branch: perl
18451 ! op.c
18452____________________________________________________________________________
18453[ 8253] By: jhi on 2000/12/29 17:36:45
18454 Log: Output the (apparent) version of gcc, as suggested by
18455
18456 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
18457 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
18458 Date: 26 Dec 2000 04:29:17 -0500
18459 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
18460
18461 (The patch as such didn't any more apply as the misparsing had
18462 already been addressed in #6474.) Also change the wording about
18463 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
18464 Branch: perl
18465 ! hints/dec_osf.sh
18466____________________________________________________________________________
18467[ 8252] By: nick on 2000/12/29 12:14:31
18468 Log: Integrate mainline
18469 Branch: perlio
18470 !> (integrate 27 files)
18471____________________________________________________________________________
18472[ 8251] By: jhi on 2000/12/29 08:45:46
18473 Log: (Retracted by #8264)
18474
18475 (Fixed by #8260.)
18476
18477 sv_catsv() needs one more byte space than seems reasonable.
18478 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
18479 Curiouser and curiouser.
18480 Branch: perl
18481 ! sv.c
18482____________________________________________________________________________
18483[ 8250] By: jhi on 2000/12/29 07:57:52
18484 Log: More split // UTF-8 tests.
18485 Branch: perl
18486 ! t/pragma/utf8.t
18487____________________________________________________________________________
18488[ 8249] By: jhi on 2000/12/29 07:54:51
18489 Log: (Retracted by #8264) More join() testing which was good because
18490 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
18491 Branch: perl
18492 ! pp.c t/op/join.t utf8.c utf8.h
18493____________________________________________________________________________
18494[ 8248] By: jhi on 2000/12/29 07:08:32
18495 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
18496 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
18497 that the only cases to care about are byte+byte and byte+character.
18498
18499 TODO: See how well pp_concat() could be implemented in terms
18500 of sv_catsv().
18501 Branch: perl
18502 ! doop.c sv.c t/op/join.t utf8.h
18503____________________________________________________________________________
18504[ 8247] By: jhi on 2000/12/29 06:35:23
18505 Log: Signedness nit.
18506 Branch: perl
18507 ! pp_hot.c
18508____________________________________________________________________________
18509[ 8246] By: jhi on 2000/12/29 01:23:31
18510 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
18511 From: Lupe Christoph <lupe@lupe-christoph.de>
18512 Date: Thu, 28 Dec 2000 23:00:00 +0100
18513 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
18514
18515 Suggest rsync --delete --dry-run.
18516 Branch: perl
18517 ! pod/perlhack.pod
18518____________________________________________________________________________
18519[ 8245] By: jhi on 2000/12/28 23:57:05
18520 Log: The maxiters upper limit sanity check (guarding against
18521 non-progress) assumed bytes instead of characters in s///
18522 and split().
18523 Branch: perl
18524 ! pp.c pp_hot.c
18525____________________________________________________________________________
18526[ 8244] By: jhi on 2000/12/28 23:34:08
18527 Log: Make some panic messages a bit more logical.
18528 Branch: perl
18529 ! doop.c pod/perldiag.pod pp.c pp_hot.c
18530____________________________________________________________________________
18531[ 8243] By: jhi on 2000/12/28 22:59:16
18532 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
18533 From: Simon Cozens <simon@cozens.net>
18534 Date: Wed, 27 Dec 2000 02:30:03 +0000
18535 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
18536 Branch: perl
18537 ! pp.c t/pragma/sub_lval.t
18538____________________________________________________________________________
18539[ 8242] By: jhi on 2000/12/28 22:56:53
18540 Log: Subject: [PATCH blead] Fix B::Terse indentation
18541 From: Daniel Chetlin <daniel@chetlin.com>
18542 Date: Wed, 27 Dec 2000 06:43:30 -0800
18543 Message-ID: <20001227064329.B9573@darkstar>
18544 Branch: perl
18545 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
18546____________________________________________________________________________
18547[ 8241] By: jhi on 2000/12/28 22:48:59
18548 Log: The latter patch from the
18549
18550 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
18551 From: Peter Prymmer <pvhp@forte.com>
18552 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
18553 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
18554
18555 (the former patch from the above should have been
18556 taken care of by Nick I-S)
18557 Branch: perl
18558 ! win32/Makefile
18559____________________________________________________________________________
18560[ 8240] By: jhi on 2000/12/28 22:45:22
18561 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
18562 From: "Casey R. Tweten" <crt@kiski.net>
18563 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
18564 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
18565 Branch: perl
18566 ! lib/constant.pm
18567____________________________________________________________________________
18568[ 8239] By: jhi on 2000/12/28 22:37:45
18569 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
18570 From: Simon Cozens <simon@cozens.net>
18571 Date: Wed, 27 Dec 2000 14:12:44 +0000
18572 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
18573 Branch: perl
18574 ! t/op/method.t t/op/sort.t toke.c
18575____________________________________________________________________________
18576[ 8238] By: jhi on 2000/12/28 22:30:32
18577 Log: Subject: [PATCH perl@8229] Call.pm
18578 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
18579 Date: Mon, 25 Dec 2000 10:47:15 -0000
18580 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
18581 Branch: perl
18582 ! ext/Filter/Util/Call/Call.pm
18583____________________________________________________________________________
18584[ 8237] By: jhi on 2000/12/28 22:19:21
18585 Log: Subject: [PATCH blead] Fix problem with `&' prototype
18586 From: Daniel Chetlin <daniel@chetlin.com>
18587 Date: Wed, 27 Dec 2000 15:55:32 -0800
18588 Message-ID: <20001227155532.D9573@darkstar>
18589 Branch: perl
18590 ! op.c t/comp/proto.t
18591____________________________________________________________________________
18592[ 8236] By: jhi on 2000/12/28 22:09:25
18593 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
18594 From: Daniel Chetlin <daniel@chetlin.com>
18595 Date: Sun, 24 Dec 2000 04:09:49 -0800
18596 Message-ID: <20001224040949.B3090@darkstar>
18597 Branch: perl
18598 ! gv.c mg.c t/op/attrs.t
18599____________________________________________________________________________
18600[ 8235] By: jhi on 2000/12/28 22:07:11
18601 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
18602 From: Jan Dubois <jand@ActiveState.com>
18603 Date: Tue, 26 Dec 2000 20:57:31 -0800
18604 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
18605 Branch: perl
18606 ! win32/win32.c
18607____________________________________________________________________________
18608[ 8234] By: jhi on 2000/12/28 21:52:42
18609 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
18610 From: Simon Cozens <simon@cozens.net>
18611 Date: Thu, 28 Dec 2000 20:33:13 +0000
18612 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
18613 Branch: perl
18614 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
18615____________________________________________________________________________
18616[ 8233] By: jhi on 2000/12/28 19:40:49
18617 Log: Integrate perlio.
18618 Branch: perl
18619 !> ext/Encode/Makefile.PL ext/Encode/compile
18620____________________________________________________________________________
18621[ 8232] By: nick on 2000/12/23 16:06:00
18622 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
18623 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
18624 Branch: perlio
18625 ! ext/Encode/Makefile.PL
18626____________________________________________________________________________
18627[ 8231] By: nick on 2000/12/23 14:30:34
18628 Log: "Compiled" encode build cleanup
18629 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
18630 - .c files do not export sub-tables
18631 Branch: perlio
18632 ! ext/Encode/Makefile.PL ext/Encode/compile
18633____________________________________________________________________________
18634[ 8230] By: nick on 2000/12/23 12:50:37
18635 Log: Integrate mainline
18636 Branch: perlio
18637 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
18638 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
18639 !> pod/perl5004delta.pod pod/perl5005delta.pod
18640 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
18641 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
18642 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
18643 !> pod/perlsub.pod
18644____________________________________________________________________________
18645[ 8229] By: jhi on 2000/12/22 15:32:12
18646 Log: Integrate perlio.
18647 Branch: perl
18648 +> win32/distclean.bat
18649 !> MANIFEST t/io/utf8.t
18650____________________________________________________________________________
18651[ 8228] By: jhi on 2000/12/22 15:29:40
18652 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
18653 From: Robin Barker <rmb1@cise.npl.co.uk>
18654 Date: Fri, 22 Dec 2000 12:17:38 GMT
18655 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
18656 Branch: perl
18657 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
18658 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
18659 ! pod/perl5004delta.pod pod/perl5005delta.pod
18660 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
18661 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
18662 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
18663 ! pod/perlsub.pod
18664____________________________________________________________________________
18665[ 8227] By: jhi on 2000/12/22 15:24:28
18666 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
18667 From: "John L. Allen" <allen@grumman.com>
18668 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
18669 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
18670
18671 Document APPLLIB_EXP.
18672 Branch: perl
18673 ! INSTALL
18674____________________________________________________________________________
18675[ 8226] By: nick on 2000/12/21 22:11:50
18676 Log: Handy script for when one forgets to "dmake clean"
18677 Branch: perlio
18678 + win32/distclean.bat
18679 ! MANIFEST
18680____________________________________________________________________________
18681[ 8225] By: nick on 2000/12/21 21:54:04
18682 Log: CRLF platform issue with io/utf8 fix.
18683 Branch: perlio
18684 ! t/io/utf8.t
18685____________________________________________________________________________
18686[ 8224] By: nick on 2000/12/21 21:02:20
18687 Log: Integrate mainline
18688 Branch: perlio
18689 !> Changes Configure Makefile.SH Porting/Glossary
18690 !> Porting/config.sh Porting/config_H configure.com
18691 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
18692 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
18693 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
18694 !> win32/config.bc win32/config.gc win32/config.vc
18695____________________________________________________________________________
18696[ 8223] By: jhi on 2000/12/21 17:09:16
18697 Log: Update Changes.
18698 Branch: perl
18699 ! Changes patchlevel.h
18700____________________________________________________________________________
18701[ 8222] By: jhi on 2000/12/21 16:24:01
18702 Log: Metaconfig unit changes for #8221.
18703 Branch: metaconfig/U/perl
18704 +> issymlink.U
18705 - testsyml.U
18706 ! Mksymlinks.U
18707____________________________________________________________________________
18708[ 8221] By: jhi on 2000/12/21 16:23:48
18709 Log: Rename testsyml to issymlink.
18710 Branch: perl
18711 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18712 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
18713 ! win32/config.vc
18714____________________________________________________________________________
18715[ 8220] By: jhi on 2000/12/21 15:47:26
18716 Log: Robustness support for #8218 (symlink forest) since the GNU
18717 tools seem to be overly picky about symlinkage depths.
18718 Branch: perl
18719 ! Makefile.SH t/io/fs.t
18720____________________________________________________________________________
18721[ 8219] By: jhi on 2000/12/21 15:38:27
18722 Log: Metaconfig changes for #8218.
18723 Branch: metaconfig
18724 ! U/modified/Oldconfig.U
18725 Branch: metaconfig/U/perl
18726 + Mksymlinks.U
18727 ! testsyml.U
18728____________________________________________________________________________
18729[ 8218] By: jhi on 2000/12/21 15:37:57
18730 Log: Add Configure option -Dmksymlinks which will create a symlink
18731 forest if the current/build differs from the source directory.
18732 TODO: mkdir -p is not portable.
18733 Branch: perl
18734 ! Configure
18735____________________________________________________________________________
18736[ 8217] By: jhi on 2000/12/21 14:39:12
18737 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
18738 From: Nick Ing-Simmons <nik@tiuk.ti.com>
18739 Date: Thu, 21 Dec 2000 09:38:18 GMT
18740 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
18741
18742 The ofs became an SV.
18743 Branch: perl
18744 ! ext/Thread/Thread.xs
18745____________________________________________________________________________
18746[ 8216] By: jhi on 2000/12/21 05:40:21
18747 Log: The polymorphism seems to have fixed 20000517.001.
18748 Branch: perl
18749 ! t/pragma/utf8.t
18750____________________________________________________________________________
18751[ 8215] By: jhi on 2000/12/21 04:44:52
18752 Log: read() documentation tweak for 20001121.004.
18753 Branch: perl
18754 ! pod/perlfunc.pod
18755____________________________________________________________________________
18756[ 8214] By: jhi on 2000/12/21 03:54:11
18757 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
18758 Branch: perl
18759 ! pp_sys.c t/op/misc.t
18760____________________________________________________________________________
18761[ 8213] By: jhi on 2000/12/21 00:28:10
18762 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
18763 From: Peter Prymmer <pvhp@forte.com>
18764 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
18765 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
18766 Branch: perl
18767 ! configure.com
18768____________________________________________________________________________
18769[ 8212] By: jhi on 2000/12/21 00:26:21
18770 Log: Edit edit edit.
18771 Branch: perl
18772 ! pod/perlfaq3.pod
18773____________________________________________________________________________
18774[ 8211] By: jhi on 2000/12/20 18:52:46
18775 Log: Update Changes.
18776 Branch: perl
18777 ! Changes patchlevel.h
18778____________________________________________________________________________
18779[ 8210] By: jhi on 2000/12/20 18:34:47
18780 Log: Yet another editor edit.
18781 Branch: perl
18782 ! pod/perlfaq3.pod
18783____________________________________________________________________________
18784[ 8209] By: jhi on 2000/12/20 15:33:28
18785 Log: More Win32 Perling.
18786 Branch: perl
18787 ! pod/perlfaq3.pod
18788____________________________________________________________________________
18789[ 8208] By: jhi on 2000/12/20 15:07:46
18790 Log: More Win32 editor/IDE/shell hints.
18791 Branch: perl
18792 ! pod/perlfaq3.pod
18793____________________________________________________________________________
18794[ 8207] By: jhi on 2000/12/20 03:54:08
18795 Log: Subject: [PATCH] obscure timing knowledge
18796 From: Nicholas Clark <nick@ccl4.org>
18797 Date: Tue, 19 Dec 2000 19:22:31 +0000
18798 Message-ID: <20001219192231.F2827@plum.flirble.org>
18799 Branch: perl
18800 ! sv.c
18801____________________________________________________________________________
18802[ 8206] By: jhi on 2000/12/20 03:45:57
18803 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
18804 From: Spider Boardman <spider@leggy.zk3.dec.com>
18805 Date: Tue, 19 Dec 2000 21:30:16 -0500
18806 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
18807 Branch: perl
18808 ! sv.c
18809____________________________________________________________________________
18810[ 8205] By: jhi on 2000/12/19 23:02:01
18811 Log: Update Changes.
18812 Branch: perl
18813 ! Changes patchlevel.h
18814____________________________________________________________________________
18815[ 8204] By: jhi on 2000/12/19 22:58:18
18816 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
18817 using the \xHH notation. No more inlined UTF-8, sigh, but easier
18818 on editors and diffing/patching.
18819 Branch: perl
18820 ! t/op/utf8decode.t
18821____________________________________________________________________________
18822[ 8203] By: nick on 2000/12/19 21:36:16
18823 Log: Integrate mainline (forgot my own change...)
18824 Branch: perlio
18825 !> ext/Encode/compile
18826____________________________________________________________________________
18827[ 8202] By: nick on 2000/12/19 21:34:42
18828 Log: Integrate mainline.
18829 Branch: perlio
18830 !> (integrate 61 files)
18831____________________________________________________________________________
18832[ 8201] By: nick on 2000/12/19 21:34:06
18833 Log: Avoid looking for File::Glob when we don't need it.
18834 Branch: perl
18835 ! ext/Encode/compile
18836____________________________________________________________________________
18837[ 8200] By: jhi on 2000/12/19 18:35:49
18838 Log: Update Changes.
18839 Branch: perl
18840 ! Changes patchlevel.h
18841____________________________________________________________________________
18842[ 8199] By: jhi on 2000/12/19 18:35:07
18843 Log: Microperl tweaks.
18844 Branch: perl
18845 ! sv.c uconfig.h uconfig.sh
18846____________________________________________________________________________
18847[ 8198] By: jhi on 2000/12/19 18:29:59
18848 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
18849 Branch: perl
18850 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18851 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
18852____________________________________________________________________________
18853[ 8197] By: jhi on 2000/12/19 17:55:29
18854 Log: In VMS embedded perls couldn't access the statically built Socket,
18855 from Charles Lane.
18856 Branch: perl
18857 ! configure.com
18858____________________________________________________________________________
18859[ 8196] By: jhi on 2000/12/19 17:49:50
18860 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
18861 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18862 Date: Sun, 17 Dec 2000 19:11:44 -0000
18863 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
18864 Branch: perl
18865 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18866 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
18867____________________________________________________________________________
18868[ 8195] By: jhi on 2000/12/19 17:47:53
18869 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
18870 From: Jonathan Stowe <gellyfish@gellyfish.com>
18871 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
18872 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
18873 Branch: perl
18874 ! utils/h2xs.PL
18875____________________________________________________________________________
18876[ 8194] By: jhi on 2000/12/19 17:46:28
18877 Log: Subject: Re: useless use of void context work-around
18878 From: andreas.koenig@anima.de (Andreas J. Koenig)
18879 Date: 16 Dec 2000 15:13:36 +0100
18880 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
18881
18882 Document (comment) the q(di ds ig) trick in the code.
18883 Branch: perl
18884 ! op.c
18885____________________________________________________________________________
18886[ 8193] By: jhi on 2000/12/19 17:10:57
18887 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
18888 From: "Mark J. Reed" <mreed@strange.turner.com>
18889 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
18890 Message-Id: <200012160222.VAA13986@strange.turner.com>
18891 Branch: perl
18892 ! ext/Sys/Syslog/Syslog.pm
18893____________________________________________________________________________
18894[ 8192] By: jhi on 2000/12/19 17:07:45
18895 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
18896 From: Nicholas Clark <nick@ccl4.org>
18897 Date: Sat, 16 Dec 2000 19:03:13 +0000
18898 Message-ID: <20001216190313.D68304@plum.flirble.org>
18899 Branch: perl
18900 ! t/op/64bitint.t
18901____________________________________________________________________________
18902[ 8191] By: jhi on 2000/12/19 17:06:13
18903 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
18904 From: Dominic Dunlop <domo@computer.org>
18905 Date: Mon, 18 Dec 2000 12:00:15 +0100
18906 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
18907
18908 This patchlet is needed in order that perl can be statically linked.
18909 Branch: perl
18910 ! regexec.c
18911____________________________________________________________________________
18912[ 8190] By: jhi on 2000/12/19 17:03:08
18913 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
18914 From: "Craig A. Berry" <craig.berry@psinetcs.com>
18915 Date: Sun, 17 Dec 2000 00:18:35 -0600
18916 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
18917 Branch: perl
18918 ! perlio.h vms/gen_shrfls.pl
18919____________________________________________________________________________
18920[ 8189] By: jhi on 2000/12/19 16:20:28
18921 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
18922 From: Prymmer/Kahn <pvhp@best.com>
18923 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
18924 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
18925
18926 A better version of #8188.
18927 Branch: perl
18928 ! pod/perlfaq3.pod
18929____________________________________________________________________________
18930[ 8188] By: jhi on 2000/12/19 15:57:06
18931 Log: (Replaced by #8189)
18932
18933 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18934 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
18935 From: Prymmer/Kahn <pvhp@best.com>
18936 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
18937 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18938 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
18939 Date: Mon, 18 Dec 2000 11:10:45 -0500
18940 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
18941 Branch: perl
18942 ! pod/perlfaq3.pod
18943____________________________________________________________________________
18944[ 8187] By: jhi on 2000/12/19 15:54:19
18945 Log: Email address fix for Anton Berezin.
18946 Branch: perl
18947 ! AUTHORS
18948____________________________________________________________________________
18949[ 8186] By: jhi on 2000/12/19 15:38:54
18950 Log: Subject: [PATCH perl@8102] cygwin port
18951 From: "Eric Fifer" <efifer@dircon.co.uk>
18952 Date: Thu, 14 Dec 2000 13:41:29 -0000
18953 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
18954
18955 When compiling modules the data item that is being imported
18956 from libperl.dll needs to be tagged as imported/shared data:
18957 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
18958 Branch: perl
18959 ! perliol.h
18960____________________________________________________________________________
18961[ 8185] By: jhi on 2000/12/19 14:53:24
18962 Log: Regen uconfig.h and uconfig.sh.
18963 Branch: perl
18964 ! uconfig.h uconfig.sh
18965____________________________________________________________________________
18966[ 8184] By: jhi on 2000/12/18 20:43:49
18967 Log: Comments work so much better when they are closed.
18968 Branch: perl
18969 ! regcomp.c
18970____________________________________________________________________________
18971[ 8183] By: jhi on 2000/12/18 18:04:02
18972 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
18973 Fixes the bug 20001218.016.
18974 Branch: perl
18975 ! regcomp.c
18976____________________________________________________________________________
18977[ 8182] By: gsar on 2000/12/18 09:53:47
18978 Log: delete spurious files
18979 Branch: maint-5.6/perl
18980 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
18981 - vos/config.h vos/config_h.SH_orig
18982____________________________________________________________________________
18983[ 8181] By: gsar on 2000/12/18 09:46:08
18984 Log: regen perltoc
18985 Branch: maint-5.6/perl
18986 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
18987____________________________________________________________________________
18988[ 8180] By: gsar on 2000/12/18 09:20:27
18989 Log: integrate changes#7924..7926,7946,7952 from mainline
18990 Branch: maint-5.6/perl
18991 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
18992 !> lib/File/stat.pm t/lib/class-struct.t
18993____________________________________________________________________________
18994[ 8179] By: gsar on 2000/12/18 08:55:54
18995 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
18996 7918,7919,7988,8907 from mainline (various)
18997 Branch: maint-5.6/perl
18998 +> t/lib/class-struct.t
18999 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
19000 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
19001 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
19002____________________________________________________________________________
19003[ 8178] By: gsar on 2000/12/18 08:16:30
19004 Log: avoid redefinition warnings on windows due to sys/socket.h getting
19005 #included before win32.h
19006 Branch: maint-5.6/perl
19007 ! win32/include/sys/socket.h
19008____________________________________________________________________________
19009[ 8177] By: gsar on 2000/12/18 05:24:04
19010 Log: make regen_headers; fix POSIX.xs problems; remove outdated
19011 code from sys/socket.h that makes build fail now
19012 Branch: maint-5.6/perl
19013 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
19014 ! pod/perlapi.pod
19015 !> win32/include/sys/socket.h
19016____________________________________________________________________________
19017[ 8176] By: gsar on 2000/12/18 05:20:17
19018 Log: update Changes
19019 Branch: maint-5.6/perl
19020 ! Changes patchlevel.h
19021____________________________________________________________________________
19022[ 8175] By: gsar on 2000/12/18 04:57:48
19023 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
19024 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
19025 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
19026 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
19027 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
19028 7823,7825,7838
19029 Branch: maint-5.6/perl
19030 +> lib/File/Spec/Epoc.pm
19031 !> (integrate 88 files)
19032____________________________________________________________________________
19033[ 8174] By: gsar on 2000/12/18 03:53:09
19034 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
19035 7625..7629,7631..7634,7637,7639,7642 from mainline
19036 Branch: maint-5.6/perl
19037 +> README.solaris
19038 !> (integrate 26 files)
19039____________________________________________________________________________
19040[ 8173] By: gsar on 2000/12/18 03:37:02
19041 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
19042 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
19043 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
19044 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
19045 Branch: maint-5.6/perl
19046 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
19047 - MAINTAIN
19048 !> (integrate 111 files)
19049____________________________________________________________________________
19050[ 8172] By: jhi on 2000/12/18 02:49:27
19051 Log: Regen pods.
19052 Branch: perl
19053 ! pod/perlmodlib.pod pod/perltoc.pod
19054____________________________________________________________________________
19055[ 8171] By: gsar on 2000/12/18 02:49:24
19056 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
19057 7465..7471 from mainline
19058
19059 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
19060 in platforms that strictly require all the symbols being present
19061 at link time.
19062
19063 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
19064
19065 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
19066
19067 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
19068
19069 Subject: [PATCH] todo
19070
19071 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
19072
19073 Use $sort, $uniq (and $tr) consistently as wondered
19074 by Nicholas Clark.
19075
19076 Too enthusiastic editing in #7460.
19077
19078 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
19079
19080 Upgrade to CPAN 1.58_55.
19081 Subject: CPAN.pm status
19082
19083 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
19084
19085 Make target reordering to avoid pointless re-makes.
19086 Subject: Re: Total re-make of 'make okfile' after 7451 ?
19087
19088 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
19089
19090 Subject: DOC PATCH 5.6.0
19091
19092 Add the repository doc by Malcolm, Sarathy, and by Simon,
19093 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
19094 Branch: maint-5.6/perl
19095 +> Porting/repository.pod
19096 !> Configure MANIFEST Makefile.SH README.dos README.os2
19097 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
19098 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
19099 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
19100____________________________________________________________________________
19101[ 8169] By: gsar on 2000/12/18 02:33:34
19102 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
19103 7435..7441,7445 from mainline
19104
19105 Make the UTF-8 decoding stricter and more verbose when
19106 malformation happens. This involved adding an argument
19107 to utf8_to_uv_chk(), which involved changing its prototype,
19108 and prefer STRLEN over I32 for the UTF-8 length, which as
19109 a domino effect necessitated changing the prototypes of
19110 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
19111 The stricter UTF-8 decoding checking uses Markus Kuhn's
19112 UTF-8 Decode Stress Tester from
19113 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
19114
19115 Run vms/vms_yfix.pl, should have done that after changing
19116 perly.c in #7382.
19117
19118 Subject: [PATCH 5.7.0] static linking with uninstalled perl
19119
19120 (Replaced by #7440.)
19121 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19122
19123 Fix the bug ID 20001024.005, the bug introduced by #7416.
19124
19125 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
19126
19127 Fix the bug reported in
19128 From: andreas.koenig@anima.de (Andreas J. Koenig)
19129 Also make is_utf8_char() stricter.
19130
19131 Missed the header file changes from #7425.
19132
19133 Check if stdio supports tweaking lval and cnt simultaneously.
19134 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19135
19136 Stratus VOS updates from Paul Green.
19137
19138 Podify README.epoc and README.vos.
19139
19140 Add targets to Makefile.SH, most importantly
19141 'regen_all' which also remembers to update vms/perly*.
19142
19143 Subject: Minor update to find2perl, for portability
19144
19145 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
19146
19147 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
19148
19149 Rename UTF8LEN() to be UNISKIP(), too confusing to have
19150 UTF8LEN() and UTF8SKIP().
19151
19152 Allow poking holes at the UTF-8 decoding strictness.
19153
19154 Continue the internal UTF-8 API tweaking.
19155 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
19156 used much more than the simpler API, now called utf8_to_uv_simple().
19157 Still not quite happy with API, too much partial duplication
19158 of functionality.
19159
19160 A new version of making the syslog test more robust.
19161 (Replaces #7421.)
19162 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19163
19164 buildtoc target tweaks.
19165
19166 Integrate with vmsperl #7430 by Charles Bailey:
19167
19168 Cleanup from prior patch (Charles Lane?):
19169 - improve handling of MFDs in Basename and Path
19170 - default to no xsubpp line # munging when building debug images
19171 Branch: maint-5.6/perl
19172 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19173 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
19174 !> (integrate 67 files)
19175____________________________________________________________________________
19176[ 8168] By: gsar on 2000/12/18 02:05:49
19177 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
19178
19179 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
19180 From: Martin Husemann <martin@duskware.de>
19181
19182 Subject: [PATCH 5.7.0] restore match data on backtracing
19183 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19184 Branch: maint-5.6/perl
19185 !> regcomp.c regexec.c t/op/re_tests
19186____________________________________________________________________________
19187[ 8167] By: gsar on 2000/12/18 01:55:22
19188 Log: integrate changes#7858,7986 from mainline
19189
19190 C<foreach my $x ...> in pseudo-fork()ed process may diddle
19191 parent's memory; fix it by keeping track of the actual pad
19192 offset rather than a raw pointer (this change is probably also
19193 relevant to non-ithreads case to avoid fallout from reallocs of
19194 the pad array, but is currently only enabled for the ithreads
19195 case in the interests of minimal disruption to existing "well
19196 tested" code)
19197
19198 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
19199 due to the notorious GetFileType() bug in Windows 9x, which fstat()
19200 tickles)
19201 Branch: maint-5.6/perl
19202 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
19203 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
19204 !> win32/win32.c win32/win32.h win32/win32sck.c
19205____________________________________________________________________________
19206[ 8166] By: gsar on 2000/12/18 01:52:59
19207 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
19208 from mainline (xsubpp and ExtUtils::LibList fixups, various
19209 other small items)
19210 Branch: maint-5.6/perl
19211 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
19212 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19213 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
19214 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
19215 !> win32/bin/search.pl
19216____________________________________________________________________________
19217[ 8165] By: gsar on 2000/12/18 01:28:45
19218 Log: integrate changes#7533,7563,7611,7623 from mainline (various
19219 malloc.c embellishments)
19220 Branch: maint-5.6/perl
19221 !> malloc.c pod/perldiag.pod
19222____________________________________________________________________________
19223[ 8164] By: gsar on 2000/12/18 01:23:33
19224 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
19225 fixups)
19226 Branch: maint-5.6/perl
19227 !> utils/h2xs.PL
19228____________________________________________________________________________
19229[ 8163] By: gsar on 2000/12/18 01:17:50
19230 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
19231 fixups)
19232 Branch: maint-5.6/perl
19233 !> Makefile.SH utils/perlbug.PL
19234____________________________________________________________________________
19235[ 8162] By: gsar on 2000/12/18 00:25:43
19236 Log: always export Perl_deb() (it is required by re.xs whether
19237 Perl is built with or without -DDEBUGGING)
19238 Branch: maint-5.6/perl
19239 ! makedef.pl
19240____________________________________________________________________________
19241[ 8161] By: gsar on 2000/12/18 00:23:38
19242 Log: integrate change#7414 from mainline
19243
19244 Undo the basename() part of #7412 since the lib/basename
19245 tests would need upgrading too.
19246
19247 squelch two tests in tr.t that rely on tr/// paranoia change
19248 that's not in 5.6.x
19249 Branch: maint-5.6/perl
19250 ! t/op/tr.t
19251 !> lib/File/Basename.pm
19252____________________________________________________________________________
19253[ 8160] By: gsar on 2000/12/18 00:05:30
19254 Log: missing change in previous integrate
19255 Branch: maint-5.6/perl
19256 !> README.aix
19257____________________________________________________________________________
19258[ 8159] By: gsar on 2000/12/18 00:03:38
19259 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
19260 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
19261 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
19262 7410..7413 from mainline
19263 Branch: maint-5.6/perl
19264 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
19265 +> t/lib/tie-splice.t
19266 - lib/unicode/Is/DCinital.pl
19267 !> (integrate 112 files)
19268____________________________________________________________________________
19269[ 8158] By: jhi on 2000/12/17 23:04:24
19270 Log: Subject: [PATCHES] RE: perl@8150
19271 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
19272 Date: Sun, 17 Dec 2000 21:46:39 +0100
19273 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
19274
19275 Neither cygwin has a getpwuid() one can trust on.
19276 Branch: perl
19277 ! t/lib/glob-basic.t
19278____________________________________________________________________________
19279[ 8157] By: jhi on 2000/12/17 23:01:54
19280 Log: More MAN.PODS => {} fixes.
19281 Branch: perl
19282 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
19283 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
19284 ! os2/OS2/REXX/Makefile.PL
19285____________________________________________________________________________
19286[ 8156] By: gsar on 2000/12/17 22:49:13
19287 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
19288 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
19289 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
19290 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
19291 7201,7204 from mainline
19292 Branch: maint-5.6/perl
19293 !> (integrate 121 files)
19294____________________________________________________________________________
19295[ 8155] By: jhi on 2000/12/17 22:30:58
19296 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
19297 From: "Craig A. Berry" <craigberry@mac.com>
19298 Date: Sun, 17 Dec 2000 13:09:28 -0600
19299 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
19300
19301 MAN.PODS => ' ' is naughty.
19302 Branch: perl
19303 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
19304____________________________________________________________________________
19305[ 8154] By: nick on 2000/12/17 22:07:13
19306 Log: MULTIPLICITY nit.
19307 Branch: perl
19308 ! mg.c
19309____________________________________________________________________________
19310[ 8153] By: gsar on 2000/12/17 21:23:05
19311 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
19312 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
19313 from mainline
19314
19315 Document the SvIOK_.*UV().
19316
19317 Update Unicode todo list.
19318
19319 Guard against bad string->int conversion for quads.
19320
19321 Subject: small apidoc fix
19322
19323 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
19324
19325 Subject: [PATCH] Tied filehandle documentation
19326
19327 Subject: [PATCH] Modernize Opcode.pm documentation
19328
19329 Make Data::Dumper (non-XS) to work with changed semantics of ref().
19330 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
19331 [applied even though said semantics didn't change in 5.6.x]
19332
19333 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
19334
19335 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
19336
19337 Fix the URL, but the server is still missing in action.
19338 Subject: [ID 20000905.002] perlfaq1.pod URL error
19339
19340 Subject: [ID 20000903.001] \w in utf8-strings
19341
19342 Fix the ccversion detection for 5.1 and beyond.
19343 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
19344
19345 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
19346
19347 Subject: [ID 20000904.008] Tiny fix for perldiag
19348
19349 Subject: Re: [ID 20000906.004] segfault with bad perl statement
19350
19351 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
19352
19353 Subject: [ID 20000908.002] perlipc documentation bug.
19354
19355 Subject: [PATCH lib/Benchmark.pm]
19356
19357 Re-allow vec() for characters > 255.
19358 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
19359
19360 Do away with memory models cruft. Sorry, PDP users.
19361
19362 Continue #7041.
19363
19364 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
19365
19366 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
19367
19368 Upgrade to CPAN 1.57_65, from Andreas König.
19369
19370 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
19371 by Russ Allbery.
19372
19373 Silence t/pod/*.t about alternate quote-mappings now implemented
19374 by Pod::Text, from Brad Appleton.
19375
19376 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
19377 Subject: borland C++ win32.c tweak
19378
19379 C<@a = @b = split(...)> optimization coredumps under ithreads
19380 (missed a spot when fixing up op_pmreplroot hack for ithreads)
19381
19382 Document the SvUTF8*().
19383
19384 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
19385
19386 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
19387
19388 Do in VMS as the #7054 does.
19389
19390 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
19391
19392 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
19393
19394 Subject: [patch: perl@7045] vms updates
19395
19396 Test for the #7049.
19397 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
19398
19399 Break up the myconfig lines a bit.
19400 Subject: perlbug/perl -V output format
19401
19402 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
19403
19404 The #7054 truncated Configure badly.
19405
19406 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
19407 initialization in all the threads on Windows
19408
19409 Allow for whitespace between "#" and "line" in cpp output.
19410 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
19411
19412 Remove vestiges of tr//CU.
19413 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
19414
19415 The return value of setlocale must be copied away.
19416 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
19417
19418 Allow chop() and chomp() to be overridden.
19419 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
19420
19421 Hints optimization.
19422 Subject: Minor nit
19423
19424 Subject: [PATCH] de-wall t/README
19425
19426 Subject: Re: Two advertising clauses need to be removed
19427 Branch: maint-5.6/perl
19428 !> (integrate 75 files)
19429____________________________________________________________________________
19430[ 8152] By: gsar on 2000/12/17 20:30:11
19431 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
19432 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
19433 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
19434
19435 Don't attach -ld to the archname if pointless.
19436
19437 Document UNTIE in a very minimalistic way.
19438
19439 POSIX doesn't report long double values under -Duselongdouble
19440 when the long doubles are "real" (bigger than doubles).
19441
19442 More author updates.
19443
19444 Try to deduce NV_MAX. Really should be Configure fodder.
19445
19446 :: not allowed in pathnames, change to .
19447 Subject: [PATCH perl@6938] cygwin port
19448
19449 Forget about NV_MAX (#6951). Various floating point tweaks,
19450 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
19451
19452 Move the Solaris 7 scan to use64bitall, make the
19453 failure to find 64-bot sparc libc to mention the
19454 possibility of being in an intel, from Lupe and Alan.
19455
19456 Regen perltoc.
19457
19458 AUTHORS tweaks, from Peter Prymmer.
19459
19460 More address tweaking.
19461
19462 Small tweaks all over.
19463
19464 File::Temp patches from Andreas König,
19465
19466 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
19467
19468 Subject: CPAN.pm beta 1.57_57 for the core
19469
19470 Part of the solution.
19471 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
19472
19473 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
19474
19475 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
19476
19477 Add the overload warnings to perldiag.
19478
19479 Drop unused argument.
19480 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
19481
19482 Subject: Nit in Configure (bleadperl@6961)
19483
19484 Update to PodParser 1.18, from Brad Appleton.
19485
19486 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
19487
19488 Subject: [PATCH: 6948] add SCNfldbl to configure.com
19489
19490 Document UNTIE. Also tweak implementation to suppress the 'inner references'
19491 warning when UNTIE exists and instead pass the cound of extra references to
19492 the UNTIE method.
19493
19494 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
19495 so that case-ignoring systems like DCL can tell them from
19496 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
19497
19498 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
19499
19500 Feature ordering tweak.
19501
19502 Regen perltoc.
19503
19504 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
19505
19506 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
19507
19508 Subject: http:// in L<>
19509
19510 Detypo.
19511
19512 change#6791 accidentally clobbered change#6710, put it back
19513
19514 Only the first line, thank you very much.
19515
19516 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
19517 plus rework the http: spots as suggested by Tom Christiansen,
19518 plus regen perltoc.
19519
19520 Undo part of change 6489 which looks like a bulk edit which
19521 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
19522 The supressing of main:: on return from select() is undesirable.
19523
19524 Apparently avoiding the swapping is too costly.
19525
19526 Various Configure nits by Philip Newton,
19527 plus the ebcdic one by me.
19528
19529 Make certain cc is set before trying to run it.
19530
19531 If overloaded %{} etc. return the object do not loop.
19532 Thus sub deref { $_[0] } functions if object is wanted type.
19533
19534 Update perlhist.
19535
19536 More %{} and other deref special casing - do not pass to 'nomethod'.
19537 Branch: maint-5.6/perl
19538 !> (integrate 59 files)
19539____________________________________________________________________________
19540[ 8151] By: gsar on 2000/12/17 19:14:38
19541 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
19542 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
19543
19544 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
19545
19546 Make the epsilon to be relative, not absolute.
19547
19548 Put back the flags dump as reasoned in
19549 Subject: Re: [PATCH] Glob dumping
19550
19551 Introduce ccname to keep track of what compiler kind of we have.
19552
19553 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
19554
19555 Put back the slice accidentally removed by #6907.
19556
19557 Reset archname and archname64 always, forcing them be
19558 recomputed at each Configure run, make Configure and
19559 the hints files agree on the naming of largefiles variables.
19560
19561 Don't say "Perl 5.0 source kit".
19562
19563 Subject: [PATCH] fix misc cast warnings
19564
19565 Subject: typos in pods
19566
19567 NVs not necessarily doubles, as pointed out by Yitzchak.
19568
19569 Subject: [PATCH 6889] add a few ldbl formats to configure.com
19570
19571 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
19572
19573 Better options for rsync.
19574
19575 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
19576
19577 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
19578
19579 Subject: [PATCH] Re: UNTIE method
19580
19581 A better fix for the Socket building problem from Craig Berry.
19582
19583 Retract the dummy test, skip the security tests (instead of failing),
19584 explain what the warnings mean.
19585
19586 Heap decorruption.
19587 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
19588
19589 Update to Unicode 3.0.1.
19590
19591 Missed one Unicode file.
19592
19593 Subject: Re: typos in pods
19594
19595 The #6929 was too skimpy.
19596
19597 sscanf() may be the only way to read long doubles from strings.
19598
19599 Reveal Borland's isnan.
19600 Subject: build with BC++ tweak
19601
19602 Issue useful diagnostic on unknown pod commands.
19603 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
19604
19605 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
19606
19607 Clarify the third case of ftmp-security warnings.
19608
19609 Make -Dusemorebits find long doubles in Solaris.
19610
19611 Wrap the test in eval.
19612 Branch: maint-5.6/perl
19613 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
19614 +> lib/unicode/PropList.txt lib/unicode/README.perl
19615 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
19616 +> lib/unicode/Unicode.301 vms/vmspipe.com
19617 - lib/unicode/Props.txt lib/unicode/UCD300.html
19618 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
19619 !> (integrate 305 files)
19620____________________________________________________________________________
19621[ 8150] By: jhi on 2000/12/17 18:47:57
19622 Log: Uncheckedin generated files.
19623 Branch: perl
19624 ! global.sym perlapi.c pod/perlapi.pod
19625____________________________________________________________________________
19626[ 8149] By: jhi on 2000/12/17 18:41:22
19627 Log: Update Changes.
19628 Branch: perl
19629 ! Changes patchlevel.h
19630____________________________________________________________________________
19631[ 8148] By: jhi on 2000/12/17 18:39:16
19632 Log: Subject: [PATCH] Fcntl constants speedup
19633 From: Nicholas Clark <nick@ccl4.org>
19634 Date: Sun, 17 Dec 2000 16:29:24 +0000
19635 Message-ID: <20001217162924.E97668@plum.flirble.org>
19636
19637 Use IVs for the Fcntl constants instead of NVs.
19638 Branch: perl
19639 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
19640____________________________________________________________________________
19641[ 8147] By: jhi on 2000/12/17 18:33:41
19642 Log: Add test for #8145 (binmode() warning), add warning for
19643 ioctl() and sockpair(), document them. (fileno() cannot
19644 be tripwired with the same kind of warning because
19645 'defined fileno($foo)' seems to be an idiom.)
19646 Branch: perl
19647 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
19648____________________________________________________________________________
19649[ 8146] By: gsar on 2000/12/17 18:09:08
19650 Log: update Changes
19651 Branch: maint-5.6/perl
19652 ! Changes
19653____________________________________________________________________________
19654[ 8145] By: jhi on 2000/12/17 17:39:35
19655 Log: Subject: [PATCH] Re: The long awaited feature ...
19656 From: Simon Cozens <simon@cozens.net>
19657 Date: Sun, 17 Dec 2000 12:31:56 +0000
19658 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
19659
19660 Add a warning to binmode() about using bad filehandles
19661 (can happen e.g. if someone forgets the filehandle argument)
19662 Branch: perl
19663 ! pp_sys.c
19664____________________________________________________________________________
19665[ 8144] By: jhi on 2000/12/17 17:33:48
19666 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
19667 From: Jonathan Stowe <gellyfish@gellyfish.com>
19668 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
19669 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
19670 Branch: perl
19671 ! lib/Net/Ping.pm
19672____________________________________________________________________________
19673[ 8143] By: jhi on 2000/12/17 05:31:37
19674 Log: Polymorphic regexps.
19675
19676 Fixes at least the bugs 20001028.003 (both of them...) and
19677 20001108.001. The bugs 20001114.001 and 20001205.014 seem
19678 also to be fixed by now, probably already before this patch.
19679 Branch: perl
19680 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
19681 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
19682 ! t/op/utf8decode.t t/pragma/utf8.t
19683____________________________________________________________________________
19684[ 8142] By: jhi on 2000/12/16 17:16:05
19685 Log: Subject: [patch perl@8102] dos/djgpp update
19686 From: Laszlo Molnar <ml1050@freemail.hu>
19687 Date: Sat, 16 Dec 2000 01:40:52 +0100
19688 Message-ID: <20001216014052.A335@freemail.hu>
19689 Branch: perl
19690 ! djgpp/config.over t/base/commonsense.t
19691____________________________________________________________________________
19692[ 8141] By: jhi on 2000/12/16 17:09:27
19693 Log: Few uncheckedin files.
19694 Branch: perl
19695 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
19696____________________________________________________________________________
19697[ 8140] By: nick on 2000/12/15 22:14:31
19698 Log: Integrate mainline
19699 Branch: perlio
19700 !> (integrate 53 files)
19701____________________________________________________________________________
19702[ 8139] By: jhi on 2000/12/15 19:49:49
19703 Log: One more IVUV tweak from Nicholas Clark.
19704 Branch: perl
19705 ! sv.c
19706____________________________________________________________________________
19707[ 8138] By: jhi on 2000/12/15 19:17:06
19708 Log: Return of the IVUV-preservation, now seems to be happy even
19709 in Digital UNIX (the broken strtoul brokenness detection
19710 seems to have been the fly in the ointment).
19711 Branch: perl
19712 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19713 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
19714 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
19715 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
19716 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19717 ! vos/config.ga.h win32/config.bc win32/config.gc
19718 ! win32/config.vc
19719____________________________________________________________________________
19720[ 8137] By: jhi on 2000/12/15 18:12:14
19721 Log: Metaconfig unit change for #8136.
19722 Branch: metaconfig
19723 ! U/modified/d_strtoul.U
19724 Branch: metaconfig/U/perl
19725 ! d_strtoull.U d_strtouq.U
19726____________________________________________________________________________
19727[ 8136] By: jhi on 2000/12/15 18:11:35
19728 Log: I don't think it's sensible or portable to test the strtou*
19729 on /^-/ strings.
19730 Branch: perl
19731 ! Configure
19732____________________________________________________________________________
19733[ 8135] By: jhi on 2000/12/15 17:18:49
19734 Log: Metaconfig unit change for #8134.
19735 Branch: metaconfig
19736 ! U/modified/d_strtoul.U
19737____________________________________________________________________________
19738[ 8134] By: jhi on 2000/12/15 17:14:13
19739 Log: If longsize is 8 we don't need a LL suffix for integer constants.
19740 Branch: perl
19741 ! Configure config_h.SH
19742____________________________________________________________________________
19743[ 8133] By: jhi on 2000/12/15 16:00:23
19744 Log: Update Changes.
19745 Branch: perl
19746 ! Changes patchlevel.h
19747____________________________________________________________________________
19748[ 8132] By: jhi on 2000/12/15 15:44:16
19749 Log: Some compilers get huffy if you do not cast a const pointer
19750 to a non-const when assigning.
19751 Branch: perl
19752 ! gv.c
19753____________________________________________________________________________
19754[ 8131] By: jhi on 2000/12/15 15:38:30
19755 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
19756 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19757 Date: Fri, 15 Dec 2000 05:26:57 -0500
19758 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
19759 Branch: perl
19760 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
19761 ! t/pragma/overload.t
19762____________________________________________________________________________
19763[ 8130] By: jhi on 2000/12/15 15:36:08
19764 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
19765 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19766 Date: Thu, 14 Dec 2000 22:02:43 -0500
19767 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
19768 Branch: perl
19769 ! gv.c perl.h
19770____________________________________________________________________________
19771[ 8129] By: jhi on 2000/12/15 15:34:16
19772 Log: Subject: PATCH: h2xs nit
19773 From: Tim Jenness <t.jenness@jach.hawaii.edu>
19774 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
19775 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
19776
19777 Add a template README.
19778 Branch: perl
19779 ! utils/h2xs.PL
19780____________________________________________________________________________
19781[ 8128] By: jhi on 2000/12/15 15:32:22
19782 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
19783 Branch: perl
19784 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
19785____________________________________________________________________________
19786[ 8127] By: jhi on 2000/12/15 15:19:34
19787 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
19788 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19789 Date: Thu, 14 Dec 2000 20:04:42 EST
19790 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
19791 Branch: perl
19792 ! ext/Opcode/Opcode.xs
19793____________________________________________________________________________
19794[ 8126] By: jhi on 2000/12/15 15:17:49
19795 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
19796 From: Peter Prymmer <pvhp@forte.com>
19797 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
19798 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
19799 Branch: perl
19800 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
19801 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
19802 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
19803____________________________________________________________________________
19804[ 8125] By: jhi on 2000/12/15 15:11:05
19805 Log: This seems to be a stage sane and stable enough to checkin.
19806 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
19807 Branch: perl
19808 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
19809 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
19810 ! t/op/cmp.t t/op/numconvert.t
19811____________________________________________________________________________
19812[ 8124] By: jhi on 2000/12/15 04:20:26
19813 Log: Something is really wonky.
19814 Branch: perl
19815 ! sv.c
19816____________________________________________________________________________
19817[ 8123] By: jhi on 2000/12/15 04:00:50
19818 Log: Fixes for the IV UV patches to compile in Digital UNIX.
19819 Branch: perl
19820 ! sv.c
19821____________________________________________________________________________
19822[ 8122] By: jhi on 2000/12/15 02:53:40
19823 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
19824 From: "Craig A. Berry" <craigberry@mac.com>
19825 Date: Thu, 14 Dec 2000 19:10:49 -0600
19826 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
19827 Branch: perl
19828 ! vms/vms.c
19829____________________________________________________________________________
19830[ 8121] By: jhi on 2000/12/15 02:50:00
19831 Log: Metaconfig changes for #8120.
19832 Branch: metaconfig
19833 + U/modified/d_strtoul.U
19834 Branch: metaconfig/U/perl
19835 ! d_strtoull.U d_strtouq.U
19836____________________________________________________________________________
19837[ 8120] By: jhi on 2000/12/15 02:49:42
19838 Log: From: Nicholas Clark <nick@ccl4.org>
19839 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
19840 Date: Thu, 14 Dec 2000 18:38:57 +0000
19841 Message-ID: <20001214183857.B97909@plum.flirble.org>
19842 Branch: perl
19843 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19844 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
19845 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19846 ! vos/config.ga.def vos/config.ga.h win32/config.bc
19847 ! win32/config.gc win32/config.vc
19848____________________________________________________________________________
19849[ 8119] By: jhi on 2000/12/14 23:40:58
19850 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
19851 From: Nicholas Clark <nick@ccl4.org>
19852 Date: Wed, 13 Dec 2000 20:08:50 +0000
19853 Message-ID: <20001213200849.B71166@plum.flirble.org>
19854 Branch: perl
19855 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
19856 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
19857____________________________________________________________________________
19858[ 8118] By: jhi on 2000/12/14 22:46:26
19859 Log: Integrate perlio.
19860 Branch: perl
19861 !> MANIFEST ext/Encode/compile makedef.pl
19862____________________________________________________________________________
19863[ 8117] By: nick on 2000/12/14 22:38:53
19864 Log: Win32 tweaks to get Encode to build
19865 - temp hack to makedef.pl till PerlIO is properly "exported".
19866 - MSVC dislikes
19867 static encpage_t foo[];
19868 so make 'em extern for now.
19869 Branch: perlio
19870 ! ext/Encode/compile makedef.pl
19871____________________________________________________________________________
19872[ 8116] By: nick on 2000/12/14 22:00:53
19873 Log: Document the new files
19874 Branch: perlio
19875 ! MANIFEST
19876____________________________________________________________________________
19877[ 8115] By: jhi on 2000/12/14 21:58:01
19878 Log: MANIFEST new files of #8114.
19879 Branch: perl
19880 ! MANIFEST
19881____________________________________________________________________________
19882[ 8114] By: jhi on 2000/12/14 21:50:49
19883 Log: Integrate perlio.
19884 Branch: perl
19885 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
19886 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19887 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
19888 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
19889 !> ext/Encode/Makefile.PL
19890____________________________________________________________________________
19891[ 8113] By: jhi on 2000/12/14 21:48:49
19892 Log: The documentation part of the
19893
19894 Subject: [ID 20001214.002] Net::Ping patch
19895 From: Jonathan Stowe <gellyfish@gellyfish.com>
19896 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
19897 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
19898 since the #7529 had already addressed the same problem.
19899 Branch: perl
19900 ! lib/Net/Ping.pm
19901____________________________________________________________________________
19902[ 8112] By: jhi on 2000/12/14 21:42:57
19903 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
19904 From: Dominic Dunlop <domo@computer.org>
19905 Date: Tue, 12 Dec 2000 10:47:10 +0100
19906 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
19907
19908 Document how elusive subroutines can be.
19909 Branch: perl
19910 ! pod/perlfunc.pod
19911____________________________________________________________________________
19912[ 8111] By: jhi on 2000/12/14 21:38:05
19913 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
19914 From: Dominic Dunlop <domo@computer.org>
19915 Date: Thu, 14 Dec 2000 10:13:51 +0100
19916 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
19917 Branch: perl
19918 ! ext/POSIX/POSIX.pod
19919____________________________________________________________________________
19920[ 8110] By: jhi on 2000/12/14 21:36:32
19921 Log: Subject: [patch] perlfaq7
19922 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
19923 Date: Thu, 14 Dec 2000 15:31:07 +0100
19924 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
19925 Branch: perl
19926 ! pod/perlfaq7.pod
19927____________________________________________________________________________
19928[ 8109] By: jhi on 2000/12/14 21:29:20
19929 Log: Subject: [8104] Encode
19930 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19931 Date: Thu, 14 Dec 2000 14:49:34 +0100
19932 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
19933
19934 Type casting for nervous compilers.
19935 Branch: perl
19936 ! ext/Encode/Encode.xs
19937____________________________________________________________________________
19938[ 8108] By: jhi on 2000/12/14 21:26:17
19939 Log: Subject: [8104] DB_File
19940 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19941 Date: Thu, 14 Dec 2000 14:49:35 +0100
19942 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
19943
19944 Type definition incorrect for DB 2.7.7. Not known when it
19945 changed, so only changed it for a known revision.
19946 Branch: perl
19947 ! ext/DB_File/DB_File.xs
19948____________________________________________________________________________
19949[ 8107] By: jhi on 2000/12/14 21:23:41
19950 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
19951 From: Peter Prymmer <pvhp@forte.com>
19952 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
19953 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
19954
19955 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
19956 Branch: perl
19957 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19958 ! ext/Encode/Encode/posix-bc.enc
19959____________________________________________________________________________
19960[ 8106] By: nick on 2000/12/14 20:36:13
19961 Log: "Cold" build correction to Encode's Makefile.PL
19962 Branch: perlio
19963 ! ext/Encode/Makefile.PL
19964____________________________________________________________________________
19965[ 8105] By: nick on 2000/12/14 20:09:37
19966 Log: "Compiled" encodings.
19967 Correct replacement character in EBCDIC .enc files
19968 Add 0x7F to ASCII repertoire.
19969 Branch: perlio
19970 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19971 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
19972 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
19973 ! ext/Encode/Makefile.PL ext/Encode/compile
19974 ! ext/Encode/encengine.c ext/Encode/encode.h
19975____________________________________________________________________________
19976[ 8104] By: nick on 2000/12/14 00:38:20
19977 Log: Integrate mainline
19978 Branch: perlio
19979 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
19980 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
19981 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
19982 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
19983 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
19984 !> t/lib/db-hash.t t/lib/db-recno.t
19985____________________________________________________________________________
19986[ 8103] By: nick on 2000/12/13 23:16:13
19987 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
19988 so far and so it does not get lost.
19989 Branch: perlio
19990 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
19991____________________________________________________________________________
19992[ 8102] By: jhi on 2000/12/13 17:14:22
19993 Log: Update Changes.
19994 Branch: perl
19995 ! Changes patchlevel.h
19996____________________________________________________________________________
19997[ 8101] By: jhi on 2000/12/13 16:53:41
19998 Log: Move the proto of start_glob() to a better place; regen api files.
19999 Branch: perl
20000 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
20001____________________________________________________________________________
20002[ 8100] By: jhi on 2000/12/13 16:47:11
20003 Log: Metaconfig change for #8099.
20004 Branch: metaconfig
20005 ! U/modified/Head.U
20006____________________________________________________________________________
20007[ 8099] By: jhi on 2000/12/13 16:46:48
20008 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
20009 From: Andy Dougherty <doughera@lafayette.edu>
20010 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
20011 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
20012 Branch: perl
20013 ! Configure
20014____________________________________________________________________________
20015[ 8098] By: jhi on 2000/12/13 16:39:02
20016 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
20017 From: rspier@pobox.com (Robert Spier)
20018 Date: Tue, 12 Dec 2000 21:12:39 -0500
20019 Message-ID: <14902.56087.678086.725773@rls.cx>
20020
20021 fastgetcwd is defined using a glob alias on a $^O dependent basis -
20022 and there was no default assignment or perl subroutine.
20023 Branch: perl
20024 ! lib/Cwd.pm
20025____________________________________________________________________________
20026[ 8097] By: jhi on 2000/12/13 16:16:01
20027 Log: Subject: [PATCH] move startglob out of pp_hot.c
20028 From: Nicholas Clark <nick@ccl4.org>
20029 Date: Mon, 11 Dec 2000 23:16:39 +0000
20030 Message-ID: <20001211231638.A55550@plum.flirble.org>
20031 Branch: perl
20032 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
20033____________________________________________________________________________
20034[ 8096] By: jhi on 2000/12/13 15:26:23
20035 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
20036 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20037 Date: Wed, 13 Dec 2000 14:01:37 +0100
20038 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
20039
20040 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
20041 in turn requires libpthread in libswanted.
20042 Branch: perl
20043 ! hints/hpux.sh
20044____________________________________________________________________________
20045[ 8095] By: jhi on 2000/12/12 19:51:05
20046 Log: The integration wars continue.
20047 Branch: perl
20048 !> sv.c
20049____________________________________________________________________________
20050[ 8094] By: jhi on 2000/12/12 19:48:26
20051 Log: Subject: [PATCH perl@8070] DB_File-1.74
20052 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20053 Date: Mon, 11 Dec 2000 23:07:17 -0000
20054 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
20055 Branch: perl
20056 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20057 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
20058 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
20059 ! t/lib/db-recno.t
20060____________________________________________________________________________
20061[ 8093] By: nick on 2000/12/12 19:42:13
20062 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
20063 Branch: perlio
20064 ! sv.c
20065 !> lib/File/DosGlob.pm
20066____________________________________________________________________________
20067[ 8092] By: jhi on 2000/12/12 19:28:11
20068 Log: Integrate perlio.
20069 Branch: perl
20070 !> sv.c
20071____________________________________________________________________________
20072[ 8091] By: nick on 2000/12/12 18:49:45
20073 Log: Fix for Tk, and upgrading shared SVs.
20074 Branch: perlio
20075 ! sv.c
20076____________________________________________________________________________
20077[ 8090] By: jhi on 2000/12/12 16:48:59
20078 Log: Subject: [PATCH] Re: Breadperl & Tk
20079 From: Nick Ing-Simmons <nik@tiuk.ti.com>
20080 Date: Tue, 12 Dec 2000 14:48:27 GMT
20081 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
20082 Branch: perl
20083 ! sv.c
20084____________________________________________________________________________
20085[ 8089] By: jhi on 2000/12/12 03:37:19
20086 Log: Subject: DosGlob.pm diff for bash style brace expansion.
20087 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
20088 Date: Fri, 8 Dec 2000 10:45:30 -0600
20089 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
20090 Branch: perl
20091 ! lib/File/DosGlob.pm
20092____________________________________________________________________________
20093[ 8088] By: nick on 2000/12/11 23:59:59
20094 Log: Integrate mainline
20095 Branch: perlio
20096 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
20097 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
20098 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
20099 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
20100 !> t/op/local.t t/pragma/warn/toke toke.c
20101____________________________________________________________________________
20102[ 8087] By: jhi on 2000/12/11 23:20:23
20103 Log: Integrate perlio.
20104 Branch: perl
20105 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20106____________________________________________________________________________
20107[ 8086] By: jhi on 2000/12/11 22:50:59
20108 Log: Tune further the OS detection of CGI.
20109 Branch: perl
20110 ! lib/CGI.pm
20111____________________________________________________________________________
20112[ 8085] By: nick on 2000/12/11 22:50:46
20113 Log: Finish 1st pass of "encoding" layer e.g. :
20114 open($fh,"<encoding(iso8859-7)",$greek) || die;
20115 Branch: perlio
20116 ! ext/Encode/Encode.xs perlio.c perliol.h
20117____________________________________________________________________________
20118[ 8084] By: jhi on 2000/12/11 22:32:06
20119 Log: Revert the -f ambiguousity patch, seems to cause
20120 too much hassle (the interpret -Q as a function
20121 where Q is not a known filetest part is left in).
20122 Branch: perl
20123 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
20124 ! toke.c
20125____________________________________________________________________________
20126[ 8083] By: jhi on 2000/12/11 22:27:23
20127 Log: (accidentally empty check-in)
20128 Branch: perl
20129 ! lib/File/DosGlob.pm
20130____________________________________________________________________________
20131[ 8082] By: nick on 2000/12/11 19:09:51
20132 Log: Restore mmap function (broken by tweaks to shared buffer
20133 layer for encode(xxxx)).
20134 Branch: perlio
20135 ! perlio.c
20136____________________________________________________________________________
20137[ 8081] By: jhi on 2000/12/11 18:29:13
20138 Log: Subject: Re: The long awaited feature ...
20139 From: Simon Cozens <simon@cozens.net>
20140 Date: Mon, 11 Dec 2000 15:54:24 +0000
20141 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
20142
20143 More io/utf8 tests.
20144 Branch: perl
20145 ! t/io/utf8.t
20146____________________________________________________________________________
20147[ 8080] By: jhi on 2000/12/11 18:19:36
20148 Log: Subject: PATCH MakeMaker manpage clarification
20149 From: andreas.koenig@anima.de (Andreas J. Koenig)
20150 Date: 10 Dec 2000 20:46:13 +0100
20151 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
20152 Branch: perl
20153 ! lib/ExtUtils/MakeMaker.pm
20154____________________________________________________________________________
20155[ 8079] By: jhi on 2000/12/11 15:35:07
20156 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
20157 From: Simon Cozens <simon@cozens.net>
20158 Date: Sun, 10 Dec 2000 19:06:19 +0000
20159 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
20160 Branch: perl
20161 ! ext/B/B/Deparse.pm t/lib/b.t
20162____________________________________________________________________________
20163[ 8078] By: jhi on 2000/12/11 15:09:11
20164 Log: Subject: [PATCH] docs on NaN
20165 From: Nicholas Clark <nick@ccl4.org>
20166 Date: Mon, 11 Dec 2000 01:48:38 +0000
20167 Message-ID: <20001211014838.B99205@plum.flirble.org>
20168 Branch: perl
20169 ! pod/perlop.pod
20170____________________________________________________________________________
20171[ 8077] By: jhi on 2000/12/11 15:02:21
20172 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
20173 From: Simon Cozens <simon@cozens.net>
20174 Date: Mon, 11 Dec 2000 01:21:45 +0000
20175 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
20176 Branch: perl
20177 ! pp.c pp_hot.c scope.c t/op/local.t
20178____________________________________________________________________________
20179[ 8076] By: nick on 2000/12/10 20:43:32
20180 Log: Not merge worthy...
20181 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
20182 syntax is modelled on attributes.
20183 Untested fix for io/utf8 on Win32 etc.
20184 Very clumsy start to the encode layer.
20185 Branch: perlio
20186 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20187____________________________________________________________________________
20188[ 8075] By: jhi on 2000/12/10 18:39:33
20189 Log: Darwin is not Windows.
20190 Branch: perl
20191 ! lib/CGI.pm
20192____________________________________________________________________________
20193[ 8074] By: jhi on 2000/12/10 18:31:27
20194 Log: Subject: Ambiguous -%c() resolved as a file test
20195 From: "Paul Marquess" <Paul.Marquess@openwave.com>
20196 Date: Sun, 10 Dec 2000 15:35:07 -0000
20197 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
20198 Branch: perl
20199 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
20200____________________________________________________________________________
20201[ 8073] By: jhi on 2000/12/10 18:16:29
20202 Log: Subject: PATCH installperl misinformed
20203 From: andreas.koenig@anima.de (Andreas J. Koenig)
20204 Date: 10 Dec 2000 13:01:32 +0100
20205 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
20206 Branch: perl
20207 ! installperl
20208____________________________________________________________________________
20209[ 8072] By: jhi on 2000/12/10 18:07:55
20210 Log: The walkoptree confusion rages; walkoptree() seems to be coming
20211 from B.xs, while walkoptree_slow() comes from B.pm.
20212 Branch: perl
20213 ! ext/B/B.pm
20214____________________________________________________________________________
20215[ 8071] By: nick on 2000/12/10 11:45:47
20216 Log: Integrate mainline
20217 Branch: perlio
20218 +> t/base/commonsense.t
20219 !> (integrate 37 files)
20220____________________________________________________________________________
20221[ 8070] By: jhi on 2000/12/10 04:46:21
20222 Log: Update Changes.
20223 Branch: perl
20224 ! Changes patchlevel.h
20225____________________________________________________________________________
20226[ 8069] By: jhi on 2000/12/10 04:39:19
20227 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
20228 From: andreas.koenig@anima.de (Andreas J. Koenig)
20229 Date: 09 Dec 2000 17:14:25 +0100
20230 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
20231 Branch: perl
20232 + t/base/commonsense.t
20233 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
20234____________________________________________________________________________
20235[ 8068] By: jhi on 2000/12/10 04:17:36
20236 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
20237 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20238 Date: Sat, 9 Dec 2000 16:47:22 -0000
20239 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
20240 Branch: perl
20241 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
20242 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
20243 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
20244 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
20245 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
20246 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
20247 ! t/lib/sdbm.t
20248____________________________________________________________________________
20249[ 8067] By: jhi on 2000/12/10 03:52:02
20250 Log: Test case for #8066.
20251 Branch: perl
20252 ! t/op/misc.t
20253____________________________________________________________________________
20254[ 8066] By: jhi on 2000/12/10 03:50:30
20255 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
20256 From: Simon Cozens <simon@cozens.net>
20257 Date: Sun, 10 Dec 2000 00:55:37 +0000
20258 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
20259 Branch: perl
20260 ! pp_sys.c
20261____________________________________________________________________________
20262[ 8065] By: jhi on 2000/12/10 03:44:52
20263 Log: Test case for #8064.
20264 Branch: perl
20265 ! t/comp/proto.t
20266____________________________________________________________________________
20267[ 8064] By: jhi on 2000/12/10 03:42:32
20268 Log: Subject: Re: prototype of substr
20269 From: Simon Cozens <simon@cozens.net>
20270 Date: Sun, 10 Dec 2000 00:13:33 +0000
20271 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
20272
20273 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
20274 Branch: perl
20275 ! pp.c
20276____________________________________________________________________________
20277[ 8063] By: jhi on 2000/12/10 03:39:42
20278 Log: Subject: [PATCH] perlguts.pod
20279 From: Simon Cozens <simon@cozens.net>
20280 Date: Sun, 10 Dec 2000 00:06:47 +0000
20281 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
20282
20283 Documentation of the different types of ops,
20284 plus the functions in dump.c
20285 Branch: perl
20286 ! pod/perlguts.pod
20287____________________________________________________________________________
20288[ 8062] By: jhi on 2000/12/10 03:30:04
20289 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
20290 From: Nicholas Clark <nick@talking.bollo.cx>
20291 Date: Sat, 09 Dec 2000 18:57:25 +0000
20292 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
20293
20294 Be more robust in weird hostname setups.
20295 Branch: perl
20296 ! t/lib/net-hostent.t
20297____________________________________________________________________________
20298[ 8061] By: jhi on 2000/12/10 03:28:21
20299 Log: Pacify fussy compiler.
20300 Branch: perl
20301 ! pp_sys.c
20302____________________________________________________________________________
20303[ 8060] By: jhi on 2000/12/10 02:52:46
20304 Log: Integrate perlio.
20305 Branch: perl
20306 !> pp_sys.c t/io/utf8.t
20307____________________________________________________________________________
20308[ 8059] By: nick on 2000/12/09 23:40:14
20309 Log: read/sysread/recv should now be utf8 aware.
20310 Basic test for utf8 read.
20311 Branch: perlio
20312 ! pp_sys.c t/io/utf8.t
20313____________________________________________________________________________
20314[ 8058] By: jhi on 2000/12/09 21:56:02
20315 Log: Integrate perlio.
20316 Branch: perl
20317 +> t/io/utf8.t
20318 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
20319____________________________________________________________________________
20320[ 8057] By: jhi on 2000/12/09 21:53:35
20321 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
20322 From: Inaba Hiroto <inaba@st.rim.or.jp>
20323 Date: Sun, 10 Dec 2000 05:53:21 +0900
20324 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
20325
20326 Tests for #8056.
20327 Branch: perl
20328 ! t/op/each.t
20329____________________________________________________________________________
20330[ 8056] By: jhi on 2000/12/09 21:51:16
20331 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
20332 From: Inaba Hiroto <inaba@st.rim.or.jp>
20333 Date: Sat, 09 Dec 2000 18:02:00 +0900
20334 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
20335
20336 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
20337 Branch: perl
20338 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
20339____________________________________________________________________________
20340[ 8055] By: nick on 2000/12/09 20:11:48
20341 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
20342 than raw PerlIO_write() - does not seem to break any tests.
20343 Branch: perlio
20344 ! pp_sys.c
20345____________________________________________________________________________
20346[ 8054] By: nick on 2000/12/09 19:47:30
20347 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
20348 (sysread, recv and write i.e. formats still to do...)
20349 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
20350 open($fh,">:utf8","name")
20351 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
20352 so no extra overhead is involved.
20353 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
20354 to a non-utf8 stream.
20355 Add initial io/utf8.t
20356 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
20357 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
20358 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
20359 Branch: perlio
20360 + t/io/utf8.t
20361 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
20362____________________________________________________________________________
20363[ 8053] By: nick on 2000/12/09 19:26:37
20364 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
20365 was only testing this_utf8.
20366 Branch: perlio
20367 ! toke.c
20368____________________________________________________________________________
20369[ 8052] By: nick on 2000/12/09 19:09:41
20370 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
20371 i.e. the output string has one, but don't mess with source assumption.
20372 Branch: perlio
20373 ! toke.c
20374____________________________________________________________________________
20375[ 8051] By: jhi on 2000/12/09 16:55:17
20376 Log: Integrate perlio.
20377 Branch: perl
20378 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
20379 !> sv.c thrdvar.h util.c
20380____________________________________________________________________________
20381[ 8050] By: jhi on 2000/12/09 16:48:07
20382 Log: Nits noticed by Peter Prymmer.
20383 Branch: perl
20384 ! lib/ExtUtils/MM_VMS.pm
20385____________________________________________________________________________
20386[ 8049] By: nick on 2000/12/09 13:49:40
20387 Log: UTF8 output prework.
20388 - Store $\ and $, as SVs so they can have SvUTF8 flag
20389 - use do_print() rather than raw PerlIO_write() to print them.
20390 Branch: perlio
20391 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
20392 ! thrdvar.h util.c
20393____________________________________________________________________________
20394[ 8048] By: nick on 2000/12/09 12:30:43
20395 Log: Integrate mainline.
20396 Branch: perlio
20397 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
20398 +> t/op/reverse.t
20399 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
20400 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20401 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
20402 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
20403 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
20404 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
20405____________________________________________________________________________
20406[ 8047] By: jhi on 2000/12/09 00:23:27
20407 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
20408 From: Michael G Schwern <schwern@pobox.com>
20409 Date: Fri, 8 Dec 2000 14:43:04 -0600
20410 Branch: perl
20411 ! lib/ExtUtils/MM_VMS.pm
20412____________________________________________________________________________
20413[ 8046] By: jhi on 2000/12/08 23:10:27
20414 Log: A missed check-in.
20415 Branch: perl
20416 ! lib/ExtUtils/Manifest.pm
20417____________________________________________________________________________
20418[ 8045] By: jhi on 2000/12/08 21:57:12
20419 Log: (null check-in)
20420 Branch: perl
20421 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
20422____________________________________________________________________________
20423[ 8044] By: jhi on 2000/12/08 21:11:06
20424 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
20425 at the final draft stage.
20426 Branch: perl
20427 + ext/Encode/Encode/iso8859-16.enc
20428 ! MANIFEST
20429____________________________________________________________________________
20430[ 8043] By: jhi on 2000/12/08 16:39:04
20431 Log: Update Changes.
20432 Branch: perl
20433 ! Changes patchlevel.h
20434____________________________________________________________________________
20435[ 8042] By: jhi on 2000/12/08 16:33:39
20436 Log: Do not return the Unicode replacement character if UTF-8
20437 decoding goes awry, it should be up to the caller to decide.
20438 Branch: perl
20439 ! pod/perlapi.pod utf8.c
20440____________________________________________________________________________
20441[ 8041] By: jhi on 2000/12/08 16:22:28
20442 Log: metaconfig maintenance.
20443 Branch: metaconfig
20444 ! U/modified/stdchar.U
20445 Branch: metaconfig/U/perl
20446 + testsyml.U
20447____________________________________________________________________________
20448[ 8040] By: jhi on 2000/12/08 16:03:08
20449 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
20450 From: sthoenna@efn.org
20451 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
20452 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
20453 Branch: perl
20454 ! Changes lib/ExtUtils/MM_OS2.pm
20455____________________________________________________________________________
20456[ 8039] By: jhi on 2000/12/08 15:57:11
20457 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
20458 From: Simon Cozens <simon@cozens.net>
20459 Date: Fri, 8 Dec 2000 13:33:31 +0000
20460 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
20461
20462 (The pp_hot part needed a rewrite.)
20463 Branch: perl
20464 ! doop.c pp_hot.c utf8.c
20465____________________________________________________________________________
20466[ 8038] By: jhi on 2000/12/08 15:25:08
20467 Log: Subject: djSP
20468 From: Michael Stevens <michael@etla.org>
20469 Date: Wed, 6 Dec 2000 23:24:01 +0000
20470 Message-ID: <20001206232400.A21381@firedrake.org>
20471
20472 Plus a note from Nick Ing-Simmons.
20473 Branch: perl
20474 ! pp.h
20475____________________________________________________________________________
20476[ 8037] By: jhi on 2000/12/08 15:18:35
20477 Log: Filetype is text.
20478 Branch: perl
20479 ! t/op/utf8decode.t
20480____________________________________________________________________________
20481[ 8036] By: jhi on 2000/12/08 03:31:27
20482 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
20483 From: Andy Dougherty <doughera@lafayette.edu>
20484 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
20485 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
20486
20487 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
20488 From: Andy Dougherty <doughera@lafayette.edu>
20489 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
20490 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
20491 Branch: perl
20492 + ext/POSIX/hints/svr4.pl
20493 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
20494____________________________________________________________________________
20495[ 8035] By: jhi on 2000/12/08 03:26:01
20496 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
20497 From: Andy Dougherty <doughera@lafayette.edu>
20498 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
20499 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
20500 Branch: perl
20501 ! t/README t/base/term.t
20502____________________________________________________________________________
20503[ 8034] By: jhi on 2000/12/08 03:21:59
20504 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
20505 From: mjd@plover.com
20506 Date: 7 Dec 2000 21:04:20 -0000
20507 Message-ID: <20001207210420.22282.qmail@plover.com>
20508
20509 Plus -z doc.
20510 Branch: perl
20511 ! pod/perlfunc.pod
20512____________________________________________________________________________
20513[ 8033] By: jhi on 2000/12/08 03:19:03
20514 Log: Use the UTF8 macros a bit. They can't be used with abandon
20515 everywhere because we do generate illegal UTF-8 in some situations.
20516 This is of course naughty.
20517 Branch: perl
20518 ! pod/perlapi.pod utf8.c utf8.h
20519____________________________________________________________________________
20520[ 8032] By: jhi on 2000/12/08 03:00:09
20521 Log: Out of sync?
20522 Branch: perl
20523 ! t/pragma/warn/utf8
20524____________________________________________________________________________
20525[ 8031] By: jhi on 2000/12/08 02:22:39
20526 Log: Cnt spl.
20527 Branch: perl
20528 ! MANIFEST
20529____________________________________________________________________________
20530[ 8030] By: jhi on 2000/12/08 01:23:54
20531 Log: Add test for reverse().
20532 Branch: perl
20533 + t/op/reverse.t
20534 ! MANIFEST
20535____________________________________________________________________________
20536[ 8029] By: jhi on 2000/12/08 01:21:47
20537 Log: Integrate perlio.
20538 Branch: perl
20539 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
20540 !> perlio.c perlio.h perlsdio.h warnings.pl
20541____________________________________________________________________________
20542[ 8028] By: jhi on 2000/12/08 01:19:08
20543 Log: Introduce macros for UTF8 decoding.
20544 Branch: perl
20545 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
20546____________________________________________________________________________
20547[ 8027] By: nick on 2000/12/07 22:18:19
20548 Log: Integrate mainline
20549 Branch: perlio
20550 !> embed.pl pod/perlapi.pod utf8.c
20551____________________________________________________________________________
20552[ 8026] By: nick on 2000/12/07 21:45:08
20553 Log: Various oddities p4 diff -se showed up
20554 Remove 'our' from warnings.pl
20555 Branch: perlio
20556 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
20557____________________________________________________________________________
20558[ 8025] By: nick on 2000/12/07 21:43:32
20559 Log: Change PerlIO_(get|set)pos to take SV *
20560 Should fix, OS/2, VMS, (sfio??)
20561 Branch: perlio
20562 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
20563____________________________________________________________________________
20564[ 8024] By: jhi on 2000/12/07 19:05:32
20565 Log: Document utf8_to_uv() better.
20566 Branch: perl
20567 ! pod/perlapi.pod utf8.c
20568____________________________________________________________________________
20569[ 8023] By: jhi on 2000/12/07 18:23:47
20570 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
20571 Branch: perl
20572 ! embed.pl pod/perlapi.pod utf8.c
20573____________________________________________________________________________
20574[ 8022] By: jhi on 2000/12/07 04:13:51
20575 Log: Integrate perlio.
20576 Branch: perl
20577 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
20578 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
20579 !> win32/makefile.mk
20580____________________________________________________________________________
20581[ 8021] By: nick on 2000/12/07 00:28:14
20582 Log: Various attempts at MSVC debug - not sure what has
20583 changed but works now.
20584 Seems atexit() _may_ work for DLLs built with MSVC so don't
20585 call cleanup that way.
20586 Branch: perlio
20587 ! perlio.c win32/makefile.mk
20588____________________________________________________________________________
20589[ 8020] By: nick on 2000/12/06 19:57:20
20590 Log: Integrate mainline
20591 Branch: perlio
20592 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
20593 !> (integrate 75 files)
20594____________________________________________________________________________
20595[ 8019] By: nick on 2000/12/06 19:28:21
20596 Log: Add useperlio to config.vc
20597 Turn off binmode in config_H.PL
20598 Regen all the config_H.xx
20599 Attempt to get debugging build with MSVC.
20600 Branch: perlio
20601 ! win32/config.vc win32/config_H.bc win32/config_H.gc
20602 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
20603____________________________________________________________________________
20604[ 8018] By: nick on 2000/12/06 19:21:57
20605 Log: Test various dup/external program options on all platforms.
20606 Branch: perlio
20607 ! t/io/dup.t
20608____________________________________________________________________________
20609[ 8017] By: nick on 2000/12/06 19:20:47
20610 Log: Fix harness to be less picky
20611 Branch: perlio
20612 ! lib/Test/Harness.pm
20613____________________________________________________________________________
20614[ 8016] By: jhi on 2000/12/06 16:45:12
20615 Log: Update Changes.
20616 Branch: perl
20617 ! Changes patchlevel.h
20618____________________________________________________________________________
20619[ 8015] By: jhi on 2000/12/06 16:41:03
20620 Log: Test \x{...} with ord().
20621 Branch: perl
20622 ! t/op/ord.t
20623____________________________________________________________________________
20624[ 8014] By: jhi on 2000/12/06 16:20:33
20625 Log: Test tweak because of #8013.
20626 Branch: perl
20627 ! t/lib/b.t
20628____________________________________________________________________________
20629[ 8013] By: jhi on 2000/12/06 16:09:09
20630 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
20631 From: Michael G Schwern <schwern@pobox.com>
20632 Date: Tue, 5 Dec 2000 21:23:28 -0500
20633 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
20634
20635 Carp::Heavy parts not very applicable because of recent changes.
20636 Branch: perl
20637 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
20638 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
20639 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
20640 ! lib/Exporter.pm lib/Exporter/Heavy.pm
20641 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
20642 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20643 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
20644 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
20645 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
20646 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
20647 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
20648 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
20649 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
20650 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
20651 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
20652 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
20653 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
20654 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
20655 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
20656 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
20657 ! warnings.pl
20658____________________________________________________________________________
20659[ 8012] By: jhi on 2000/12/06 15:22:38
20660 Log: Subject: [PATCH] Re: New harness is failing things
20661 From: Nick Ing-Simmons <nik@tiuk.ti.com>
20662 Date: Wed, 6 Dec 2000 13:00:30 GMT
20663 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
20664 Branch: perl
20665 ! lib/Test/Harness.pm
20666____________________________________________________________________________
20667[ 8011] By: jhi on 2000/12/06 15:12:08
20668 Log: Subject: installhtml changes
20669 From: Michael Stevens <michael@etla.org>
20670 Date: Wed, 6 Dec 2000 13:15:53 +0000
20671 Message-ID: <20001206131553.A27317@firedrake.org>
20672 Branch: perl
20673 ! installhtml
20674____________________________________________________________________________
20675[ 8010] By: jhi on 2000/12/06 15:06:05
20676 Log: Subject: the dTHR hits
20677 From: Michael Stevens <michael@etla.org>
20678 Date: Wed, 6 Dec 2000 12:06:03 +0000
20679 Message-ID: <20001206120603.A24581@firedrake.org>
20680
20681 More, errrm, less dTHRs.
20682 Branch: perl
20683 ! bytecode.pl ext/B/B/C.pm
20684____________________________________________________________________________
20685[ 8009] By: jhi on 2000/12/06 15:04:25
20686 Log: Subject: MakeMaker mailing list gone?
20687 From: Michael G Schwern <schwern@pobox.com>
20688 Date: Tue, 5 Dec 2000 19:29:59 -0500
20689 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
20690
20691 The MakeMaker mailing list is dead, perlbug is the right
20692 address to report bugs.
20693 Branch: perl
20694 ! lib/ExtUtils/MakeMaker.pm
20695____________________________________________________________________________
20696[ 8008] By: jhi on 2000/12/06 15:00:32
20697 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
20698 From: Michael G Schwern <schwern@pobox.com>
20699 Date: Tue, 5 Dec 2000 19:21:21 -0500
20700 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
20701
20702 Add a default MANIFEST skip that ignores things like
20703 version control files, editor temporary files, and the Makefile.
20704 Branch: perl
20705 + lib/ExtUtils/MANIFEST.SKIP
20706 ! MANIFEST lib/ExtUtils/Manifest.pm
20707____________________________________________________________________________
20708[ 8007] By: jhi on 2000/12/06 14:57:20
20709 Log: In Amiga more manual hackery of the scripts seems to be needed,
20710 from Jan-Erik Karlsson. Why Configure does not get this right
20711 is unknown, may be shell-induced.
20712 Branch: perl
20713 ! README.amiga
20714____________________________________________________________________________
20715[ 8006] By: jhi on 2000/12/05 23:53:12
20716 Log: Add TOPm1s to peek at the second topmost stack item.
20717 Branch: perl
20718 ! pp.h
20719____________________________________________________________________________
20720[ 8005] By: jhi on 2000/12/05 23:13:55
20721 Log: Avaunt, you foul UTF-8 tests.
20722 Branch: perl
20723 ! t/op/ver.t t/pragma/utf8.t
20724____________________________________________________________________________
20725[ 8004] By: jhi on 2000/12/05 23:09:54
20726 Log: Continue utf8 dispersal.
20727 Branch: perl
20728 + t/op/concat.t
20729 ! MANIFEST t/pragma/utf8.t
20730____________________________________________________________________________
20731[ 8003] By: nick on 2000/12/05 23:02:39
20732 Log: Integrate mainline.
20733 Branch: perlio
20734 +> t/op/length.t t/op/utf8decode.t
20735 !> (integrate 69 files)
20736____________________________________________________________________________
20737[ 8002] By: jhi on 2000/12/05 22:59:28
20738 Log: Integrate perlio.
20739 Branch: perl
20740 !> iperlsys.h perl.c perlio.c win32/perllib.c
20741____________________________________________________________________________
20742[ 8001] By: nick on 2000/12/05 22:07:52
20743 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
20744 - calloc/free suffer from damage on TerminateThread()
20745 - use PerlMemShared (as originally planned) now fixed
20746 - avoid doing anything important on DLL "detach".
20747 Branch: perlio
20748 ! perl.c perlio.c win32/perllib.c
20749____________________________________________________________________________
20750[ 8000] By: nick on 2000/12/05 21:05:09
20751 Log: Fix gross PerlMemShared issue.
20752 Branch: perlio
20753 ! iperlsys.h
20754____________________________________________________________________________
20755[ 7999] By: jhi on 2000/12/05 20:46:58
20756 Log: Test for Unicode (UTF-8) hash keys.
20757 Branch: perl
20758 ! t/op/each.t
20759____________________________________________________________________________
20760[ 7998] By: jhi on 2000/12/05 20:30:35
20761 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
20762 is now always UTF-8), empty line cosmetics.
20763 Branch: perl
20764 ! t/pragma/utf8.t
20765____________________________________________________________________________
20766[ 7997] By: jhi on 2000/12/05 20:15:40
20767 Log: Subject: Re: STRLEN - what?
20768 From: Andy Dougherty <doughera@lafayette.edu>
20769 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
20770 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
20771
20772 Explain STRLEN.
20773 Branch: perl
20774 ! pod/perlguts.pod
20775____________________________________________________________________________
20776[ 7996] By: jhi on 2000/12/05 20:13:34
20777 Log: Split off the UTF-8 decoder tests, make them to check also
20778 the error message.
20779 Branch: perl
20780 + t/op/utf8decode.t
20781 ! MANIFEST t/pragma/utf8.t utf8.c
20782____________________________________________________________________________
20783[ 7995] By: jhi on 2000/12/05 16:39:47
20784 Log: Start migrating bits of pragma/utf8 to elsewhere
20785 (since the long term plan is to obsolete 'use utf8').
20786 Branch: perl
20787 + t/op/length.t
20788 ! MANIFEST t/pragma/utf8.t
20789____________________________________________________________________________
20790[ 7994] By: jhi on 2000/12/05 16:30:21
20791 Log: Fix a manual edit typo from #7993, fix the message formatting
20792 for Unicode, add few our declarations.
20793 Branch: perl
20794 ! lib/Carp/Heavy.pm
20795____________________________________________________________________________
20796[ 7993] By: jhi on 2000/12/05 16:09:15
20797 Log: Subject: Need help with warnings :-(
20798 From: "Ben Tilly" <ben_tilly@hotmail.com>
20799 Date: Tue, 05 Dec 2000 01:35:54 -0500
20800 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
20801
20802 Subject: UPDATE: Carp/Heavy now passes all tests
20803 From: "Ben Tilly" <ben_tilly@hotmail.com>
20804 Date: Tue, 05 Dec 2000 07:59:41 -0500
20805 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
20806
20807 The Brave New Carp.
20808 Branch: perl
20809 ! lib/Carp.pm lib/Carp/Heavy.pm
20810____________________________________________________________________________
20811[ 7992] By: jhi on 2000/12/05 15:55:08
20812 Log: Subject: [PATCH perl@7979] cygwin port
20813 From: "Eric Fifer" <efifer@dircon.co.uk>
20814 Date: Tue, 5 Dec 2000 14:04:09 -0000
20815 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
20816 Branch: perl
20817 ! t/lib/net-hostent.t
20818____________________________________________________________________________
20819[ 7991] By: jhi on 2000/12/05 15:52:34
20820 Log: Subject: Re: [PATCH] The largest hoax of all times?
20821 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20822 Date: Tue, 5 Dec 2000 00:40:25 -0500
20823 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
20824
20825 Subject: Re: [PATCH] The largest hoax of all times?
20826 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20827 Date: Mon, 4 Dec 2000 23:55:53 -0500
20828 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
20829
20830 Subject: Re: [PATCH] The largest hoax of all times?
20831 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20832 Date: Tue, 5 Dec 2000 01:28:45 -0500
20833 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
20834
20835 Fix the unpredictable order of DESTROYs.
20836 Branch: perl
20837 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
20838 ! sv.c sv.h t/op/ref.t
20839____________________________________________________________________________
20840[ 7990] By: jhi on 2000/12/05 14:38:53
20841 Log: Subject: [PATCH] shrink pp_hot fractionally
20842 From: Nicholas Clark <nick@ccl4.org>
20843 Date: Tue, 5 Dec 2000 12:44:31 +0000
20844 Message-ID: <20001205124431.E74518@plum.flirble.org>
20845
20846 Use report_evil_fh().
20847 Branch: perl
20848 ! opcode.pl opnames.h pp_hot.c util.c
20849____________________________________________________________________________
20850[ 7989] By: jhi on 2000/12/05 14:21:27
20851 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
20852 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20853 Date: Mon, 04 Dec 2000 22:21:59 -0800
20854 Message-ID: <HmIL6gzkgepS092yn@efn.org>
20855
20856 Harness shouldn't ignore responses like "ok 3\r\r\n".
20857 Branch: perl
20858 ! lib/Test/Harness.pm
20859____________________________________________________________________________
20860[ 7988] By: jhi on 2000/12/05 13:51:28
20861 Log: Integrate the "skip" messages to explain().
20862 Branch: perl
20863 ! t/lib/syslfs.t t/op/lfs.t
20864____________________________________________________________________________
20865[ 7987] By: jhi on 2000/12/05 12:34:54
20866 Log: The one that got away in #7984.
20867
20868 Subject: Re: dTHR - what and why?
20869 From: Michael Stevens <michael@etla.org>
20870 Date: Tue, 5 Dec 2000 11:15:52 +0000
20871 Message-ID: <20001205111552.A4647@firedrake.org>
20872 Branch: perl
20873 ! sv.h
20874____________________________________________________________________________
20875[ 7986] By: gsar on 2000/12/05 09:14:44
20876 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
20877 due to the notorious GetFileType() bug in Windows 9x, which fstat()
20878 tickles)
20879 Branch: perl
20880 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
20881____________________________________________________________________________
20882[ 7985] By: jhi on 2000/12/05 05:49:03
20883 Log: Integrate perlio.
20884 Branch: perl
20885 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
20886 !> win32/perlhost.h win32/perllib.c
20887____________________________________________________________________________
20888[ 7984] By: jhi on 2000/12/05 05:48:16
20889 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
20890 Branch: perl
20891 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
20892 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
20893 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
20894 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
20895 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
20896 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
20897 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
20898 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
20899 ! win32/win32.c
20900____________________________________________________________________________
20901[ 7983] By: nick on 2000/12/04 23:27:43
20902 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
20903 Branch: perlio
20904 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
20905 ! win32/perlhost.h win32/perllib.c
20906____________________________________________________________________________
20907[ 7982] By: jhi on 2000/12/04 19:44:09
20908 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
20909 uncovered by #7980.
20910 Branch: perl
20911 ! op.c
20912____________________________________________________________________________
20913[ 7981] By: jhi on 2000/12/04 19:42:07
20914 Log: Subject: [PATCH] Trivial dump.c feature
20915 From: Simon Cozens <simon@cozens.net>
20916 Date: Mon, 4 Dec 2000 18:08:38 +0000
20917 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
20918
20919 Show whether a constant is UTF-8.
20920 Branch: perl
20921 ! dump.c
20922____________________________________________________________________________
20923[ 7980] By: jhi on 2000/12/04 19:36:51
20924 Log: UTF-8 hash keys, patch from Inaba Hiroto.
20925 Branch: perl
20926 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
20927____________________________________________________________________________
20928[ 7979] By: jhi on 2000/12/04 17:36:28
20929 Log: Update Changes.
20930 Branch: perl
20931 ! Changes patchlevel.h
20932____________________________________________________________________________
20933[ 7978] By: jhi on 2000/12/04 16:42:17
20934 Log: Retract #7977, still too volatile (the euphemism of the day
20935 for unfinished and buggy :-)
20936 Branch: perl
20937 ! doop.c hv.c pp.c sv.h
20938____________________________________________________________________________
20939[ 7977] By: jhi on 2000/12/04 16:25:15
20940 Log: (Retracted by #7978, too shaky yet.)
20941
20942 Subject: Re: utf8 in hash keys, implementor missing
20943 From: Simon Cozens <simon@cozens.net>
20944 Date: Sat, 2 Dec 2000 19:49:35 +0000
20945 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
20946
20947 The first step at UTF-8 hash keys.
20948 Branch: perl
20949 ! doop.c hv.c pp.c sv.h
20950____________________________________________________________________________
20951[ 7976] By: jhi on 2000/12/04 16:13:53
20952 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
20953 From: sthoenna@efn.org
20954 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
20955 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
20956 Branch: perl
20957 ! os2/os2.c perlio.c
20958____________________________________________________________________________
20959[ 7975] By: jhi on 2000/12/04 16:05:25
20960 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
20961 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20962 Date: Thu, 30 Nov 2000 20:50:37 -0800
20963 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
20964 Branch: perl
20965 ! os2/os2.c
20966____________________________________________________________________________
20967[ 7974] By: jhi on 2000/12/04 16:03:57
20968 Log: Subject: [PATCH] ++ 20% faster
20969 From: Nicholas Clark <nick@ccl4.org>
20970 Date: Mon, 4 Dec 2000 12:17:27 +0000
20971 Message-ID: <20001204121726.B52976@plum.flirble.org>
20972
20973 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
20974 Branch: perl
20975 ! sv.c
20976____________________________________________________________________________
20977[ 7973] By: jhi on 2000/12/04 16:00:48
20978 Log:
20979 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
20980 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20981 Date: Mon, 04 Dec 2000 12:30:45 +0100
20982 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
20983
20984 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
20985 library (getprotobyname and getprotobynumber are outversioned by
20986 the same calls in libc, at least for xlc version 3.
20987 Branch: perl
20988 ! hints/aix.sh
20989____________________________________________________________________________
20990[ 7972] By: jhi on 2000/12/04 02:58:31
20991 Log: Integrate perlio.
20992 Branch: perl
20993 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
20994 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
20995 !> win32/win32.h win32/win32iop.h win32/win32thread.h
20996____________________________________________________________________________
20997[ 7971] By: nick on 2000/12/04 00:24:33
20998 Log: Quieten some noise in Win32 builds:
20999 - win32.h is included after <sys/socket.h>, so need to
21000 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
21001 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
21002 Branch: perlio
21003 ! doio.c perl.h toke.c win32/win32.h
21004____________________________________________________________________________
21005[ 7970] By: nick on 2000/12/03 22:57:46
21006 Log: PERL_IMPLICIT_SYS compiles but does not work.
21007 Branch: perlio
21008 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
21009 ! win32/perlhost.h win32/perllib.c win32/win32.h
21010 ! win32/win32iop.h win32/win32thread.h
21011____________________________________________________________________________
21012[ 7969] By: jhi on 2000/12/03 22:12:58
21013 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
21014 used to swash_init(), makes regprop() dumps more informative
21015 (+utf8::IsAlpha, -utf8::IsDigit, for example).
21016 Branch: perl
21017 ! regcomp.c regexec.c
21018____________________________________________________________________________
21019[ 7968] By: jhi on 2000/12/03 21:39:56
21020 Log: Implement ANYOFUTF8 regprop() dumping.
21021 Branch: perl
21022 ! regcomp.c
21023____________________________________________________________________________
21024[ 7967] By: jhi on 2000/12/03 20:57:19
21025 Log: Make uv_to_utf8() to zero-terminate its output buffer,
21026 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
21027 Branch: perl
21028 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
21029____________________________________________________________________________
21030[ 7966] By: nick on 2000/12/03 18:41:21
21031 Log: Integrate mainline (STDCHAR)
21032 Branch: perlio
21033 !> Configure t/pragma/utf8.t
21034____________________________________________________________________________
21035[ 7965] By: jhi on 2000/12/03 17:58:20
21036 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
21037 Branch: perl
21038 ! t/pragma/utf8.t
21039____________________________________________________________________________
21040[ 7964] By: jhi on 2000/12/03 17:35:56
21041 Log: Integrate perlio.
21042 Branch: perl
21043 !> iperlsys.h perlio.c
21044____________________________________________________________________________
21045[ 7963] By: jhi on 2000/12/03 17:33:55
21046 Log: Metaconfig unit change for #7962.
21047 Branch: metaconfig
21048 ! U/modified/stdchar.U
21049____________________________________________________________________________
21050[ 7962] By: jhi on 2000/12/03 17:33:27
21051 Log: Untangle the <stdio.h> #include nest for the stdchar test,
21052 from Andy Dougherty.
21053 Branch: perl
21054 ! Configure
21055____________________________________________________________________________
21056[ 7961] By: nick on 2000/12/03 16:53:00
21057 Log: Make iperlsys.h vector stdio not PerlIO.
21058 Branch: perlio
21059 ! iperlsys.h perlio.c
21060____________________________________________________________________________
21061[ 7960] By: nick on 2000/12/03 14:43:01
21062 Log: Integrate mainline
21063 Branch: perlio
21064 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
21065 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
21066____________________________________________________________________________
21067[ 7959] By: jhi on 2000/12/03 08:16:36
21068 Log: Use DO_UTF8().
21069 Branch: perl
21070 ! op.c
21071____________________________________________________________________________
21072[ 7958] By: jhi on 2000/12/02 18:33:05
21073 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
21074 From: Mike Guy <mjtg@cam.ac.uk>
21075 Date: Sat, 02 Dec 2000 17:27:13 +0000
21076 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
21077
21078 An extraneous argument.
21079 Branch: perl
21080 ! toke.c
21081____________________________________________________________________________
21082[ 7957] By: jhi on 2000/12/02 18:22:32
21083 Log: A missing hunk.
21084 Branch: perl
21085 ! t/lib/net-hostent.t
21086____________________________________________________________________________
21087[ 7956] By: jhi on 2000/12/02 18:06:20
21088 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
21089 From: Nicholas Clark <nick@ccl4.org>
21090 Date: Sat, 2 Dec 2000 14:28:27 +0000
21091 Message-ID: <20001202142827.A12308@plum.flirble.org>
21092
21093 Test robustness.
21094 Branch: perl
21095 ! t/lib/net-hostent.t
21096____________________________________________________________________________
21097[ 7955] By: jhi on 2000/12/02 17:58:06
21098 Log: Metaconfig unit change for #7954.
21099 Branch: metaconfig
21100 ! U/modified/stdchar.U
21101____________________________________________________________________________
21102[ 7954] By: jhi on 2000/12/02 17:54:32
21103 Log: An inconvenient hang would happen if the stdio _ptr wasn't
21104 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
21105 would be grepping stdin for all eternity for the _ptr.)
21106 Branch: perl
21107 ! Configure
21108____________________________________________________________________________
21109[ 7953] By: jhi on 2000/12/02 00:07:15
21110 Log: Update Changes.
21111 Branch: perl
21112 ! Changes patchlevel.h
21113____________________________________________________________________________
21114[ 7952] By: jhi on 2000/12/01 23:54:47
21115 Log: Subject: Re: long shell lines
21116 From: Andy Dougherty <doughera@lafayette.edu>
21117 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
21118 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
21119
21120 Split overly long shell command lines.
21121 Branch: perl
21122 ! lib/ExtUtils/MM_Unix.pm
21123____________________________________________________________________________
21124[ 7951] By: jhi on 2000/12/01 23:48:02
21125 Log: The metaconfig unit change for #7950.
21126 Branch: metaconfig
21127 + U/modified/stdchar.U
21128____________________________________________________________________________
21129[ 7950] By: jhi on 2000/12/01 23:47:39
21130 Log: Try to find stdchar also from <stdio_impl.h>.
21131 Branch: perl
21132 ! Configure config_h.SH
21133____________________________________________________________________________
21134[ 7949] By: jhi on 2000/12/01 23:46:45
21135 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
21136 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
21137 Date: Fri, 1 Dec 2000 16:26:08 -0500
21138 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
21139
21140 Reword the diagnostic message.
21141 Branch: perl
21142 ! pod/perldiag.pod
21143____________________________________________________________________________
21144[ 7948] By: nick on 2000/12/01 22:49:43
21145 Log: Integrate mainline (for s/y/m as sub names stuff).
21146 Branch: perlio
21147 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
21148 !> t/pragma/warn/toke toke.c
21149____________________________________________________________________________
21150[ 7947] By: jhi on 2000/12/01 20:55:41
21151 Log: Integrate perlio.
21152 Branch: perl
21153 !> perlio.c perliol.h t/io/pipe.t
21154____________________________________________________________________________
21155[ 7946] By: jhi on 2000/12/01 20:36:51
21156 Log: Upgrade to CPAN 1.59_51, from Andreas König.
21157 Branch: perl
21158 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21159____________________________________________________________________________
21160[ 7945] By: nick on 2000/12/01 20:31:32
21161 Log: Integrate mainline
21162 Branch: perlio
21163 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
21164 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
21165 +> t/lib/net-hostent.t
21166 !> (integrate 35 files)
21167____________________________________________________________________________
21168[ 7944] By: jhi on 2000/12/01 20:23:29
21169 Log: Some help for 20001130.011. Now one gets warnings like
21170 "Ambiguous -f() resolved as a file test ..."
21171 Branch: perl
21172 ! pod/perldiag.pod t/pragma/warn/toke toke.c
21173____________________________________________________________________________
21174[ 7943] By: jhi on 2000/12/01 19:44:44
21175 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
21176 that also breaks using them as methods.
21177 Branch: perl
21178 ! pod/perldiag.pod t/op/misc.t toke.c
21179____________________________________________________________________________
21180[ 7942] By: nick on 2000/12/01 17:56:46
21181 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
21182 Make 'unix' pass most tests
21183 - do unread by temporary push of layer ("pending") holding unread chars
21184 - fast_gets is now based on per-handle flag
21185 - relax one of io/pipe.t tests to allow print to fail and close to
21186 succeed so that it passes on unbuffered "unix" layer.
21187 Remaining fail is sporadic and a genuine race condition between
21188 parent/child in fork test.
21189 Branch: perlio
21190 ! perlio.c perliol.h t/io/pipe.t
21191____________________________________________________________________________
21192[ 7941] By: jhi on 2000/12/01 15:28:58
21193 Log: (Retracted by #7943.)
21194
21195 Reserve the short named string operator names.
21196 Branch: perl
21197 ! pod/perldiag.pod t/op/misc.t toke.c
21198____________________________________________________________________________
21199[ 7940] By: jhi on 2000/12/01 06:45:53
21200 Log: Get the three different space character classes right under utf8.
21201 Branch: perl
21202 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
21203 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
21204 ! regexec.c t/op/pat.t utf8.c
21205____________________________________________________________________________
21206[ 7939] By: jhi on 2000/12/01 03:26:26
21207 Log: Two more tests that make no sense in UTF-8 since the test
21208 data is not in UTF-8.
21209 Branch: perl
21210 ! t/op/regexp.t
21211____________________________________________________________________________
21212[ 7938] By: jhi on 2000/12/01 03:20:39
21213 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
21214 should it be required inside regexen?
21215 Branch: perl
21216 ! regcomp.c t/op/regmesg.t
21217____________________________________________________________________________
21218[ 7937] By: jhi on 2000/12/01 02:58:53
21219 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
21220 stored and restored, and thusly was trounced by the utf8 swash
21221 routines.
21222 Branch: perl
21223 ! regcomp.c
21224____________________________________________________________________________
21225[ 7936] By: jhi on 2000/11/30 20:41:39
21226 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
21227 Why the different platforms behave so differently (core dump vs
21228 no core dump) on this bug is a but of a mystery, but if I had to
21229 guess I would mumble something like 'alignment'.
21230 Branch: perl
21231 ! sv.c
21232____________________________________________________________________________
21233[ 7935] By: jhi on 2000/11/30 16:17:02
21234 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
21235 From: Robin Barker <rmb1@cise.npl.co.uk>
21236 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
21237 Date: Thu, 30 Nov 2000 14:27:12 GMT
21238 Branch: perl
21239 ! perlio.c toke.c
21240____________________________________________________________________________
21241[ 7934] By: jhi on 2000/11/30 16:04:49
21242 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
21243 Branch: perl
21244 ! t/lib/net-hostent.t
21245____________________________________________________________________________
21246[ 7933] By: jhi on 2000/11/30 06:07:26
21247 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
21248 From: Peter Prymmer <pvhp@forte.com>
21249 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
21250 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
21251
21252 In VMS the localhost may be LOCALHOST.
21253 Branch: perl
21254 ! t/lib/net-hostent.t
21255____________________________________________________________________________
21256[ 7932] By: jhi on 2000/11/30 01:11:11
21257 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
21258 From: Peter Prymmer <pvhp@forte.com>
21259 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
21260 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
21261
21262 plus regen perlapi.pod.
21263 Branch: perl
21264 ! pod/perlapi.pod utf8.c
21265____________________________________________________________________________
21266[ 7931] By: jhi on 2000/11/30 01:06:19
21267 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
21268 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21269 Date: Wed, 29 Nov 2000 17:15:11 EST
21270 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
21271 Branch: perl
21272 ! t/lib/filter-util.pl t/lib/filter-util.t
21273____________________________________________________________________________
21274[ 7930] By: jhi on 2000/11/29 18:51:55
21275 Log: Update Changes.
21276 Branch: perl
21277 ! Changes patchlevel.h
21278____________________________________________________________________________
21279[ 7929] By: jhi on 2000/11/29 18:50:55
21280 Log: Update the va_copy() metaconfig unit.
21281 Branch: metaconfig/U/perl
21282 ! need_va_copy.U
21283____________________________________________________________________________
21284[ 7928] By: jhi on 2000/11/29 17:50:43
21285 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
21286 From: Dominic Dunlop <domo@computer.org>
21287 Date: Tue, 28 Nov 2000 16:41:57 +0100
21288 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
21289
21290 Patch to catch a core dump in the Configure va_copy test.
21291 Branch: perl
21292 ! Configure config_h.SH
21293____________________________________________________________________________
21294[ 7927] By: jhi on 2000/11/29 17:31:59
21295 Log: Retract #7921, the patch shouldn't be needed.
21296 Branch: perl
21297 ! sv.c
21298____________________________________________________________________________
21299[ 7926] By: jhi on 2000/11/29 17:01:41
21300 Log: Make the Class::Struct import() wiser.
21301 Branch: perl
21302 ! lib/Class/Struct.pm t/lib/class-struct.t
21303____________________________________________________________________________
21304[ 7925] By: jhi on 2000/11/29 16:36:33
21305 Log: All the core library users of Class::Struct seem to be
21306 using "use Class::Struct 'struct';" instead of the bare
21307 "use Class::Struct;", which isn't documented in Class::Struct.
21308 This can't be right.
21309 Branch: perl
21310 ! lib/File/stat.pm
21311____________________________________________________________________________
21312[ 7924] By: jhi on 2000/11/29 16:32:15
21313 Log: A test works better if it has the right 1..$n output.
21314 Branch: perl
21315 ! t/lib/class-struct.t
21316____________________________________________________________________________
21317[ 7923] By: jhi on 2000/11/29 16:29:11
21318 Log: Forgot to MANIFEST the new Net::hostent test.
21319 Branch: perl
21320 ! MANIFEST
21321____________________________________________________________________________
21322[ 7922] By: jhi on 2000/11/29 16:27:49
21323 Log: Integrate perlio.
21324 Branch: perl
21325 !> iperlsys.h perlio.c
21326____________________________________________________________________________
21327[ 7921] By: jhi on 2000/11/29 16:27:10
21328 Log: (Retracted by #7927.)
21329
21330 Subject: [PATCH] Is infinity a number?
21331 From: Simon Cozens <simon@cozens.net>
21332 Date: Wed, 29 Nov 2000 14:48:20 +0000
21333 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
21334 Branch: perl
21335 ! sv.c
21336____________________________________________________________________________
21337[ 7920] By: jhi on 2000/11/29 16:23:02
21338 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
21339 From: rspier@pobox.com (Robert Spier)
21340 Date: Wed, 29 Nov 2000 02:17:49 -0500
21341 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
21342
21343 Add a test for Net::hostent.
21344 Branch: perl
21345 + t/lib/net-hostent.t
21346____________________________________________________________________________
21347[ 7919] By: jhi on 2000/11/29 16:21:31
21348 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
21349 add a test for Class::Struct.
21350 Branch: perl
21351 + t/lib/class-struct.t
21352 ! MANIFEST lib/Class/Struct.pm
21353____________________________________________________________________________
21354[ 7918] By: jhi on 2000/11/29 15:48:40
21355 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
21356 From: rspier@pobox.com (Robert Spier)
21357 Date: Wed, 29 Nov 2000 02:25:39 -0500
21358 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
21359
21360 More checking in case someone has broken their services or
21361 protocol databases.
21362 Branch: perl
21363 ! ext/Sys/Syslog/Syslog.pm
21364____________________________________________________________________________
21365[ 7917] By: jhi on 2000/11/29 15:46:25
21366 Log: Subject: [PATCH] $^O win32 -> MSWin32
21367 From: rspier@pobox.com (Robert Spier)
21368 Date: Wed, 29 Nov 2000 02:17:38 -0500
21369 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
21370
21371 plus similar nits for vms, err, VMS, and UNICOS.
21372 Branch: perl
21373 ! t/lib/syslfs.t t/op/lfs.t
21374____________________________________________________________________________
21375[ 7916] By: jhi on 2000/11/29 15:42:51
21376 Log: Subject: [PATCH] Tokeniser debugging
21377 From: Simon Cozens <simon@cozens.net>
21378 Date: Wed, 29 Nov 2000 14:15:45 +0000
21379 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
21380 Branch: perl
21381 ! perl.c perl.h pod/perlrun.pod toke.c
21382____________________________________________________________________________
21383[ 7915] By: jhi on 2000/11/29 15:41:36
21384 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
21385 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21386 Date: Wed, 29 Nov 2000 02:13:14 -0500
21387 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
21388
21389 OUT keyword nits.
21390
21391 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
21392 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21393 Date: Wed, 29 Nov 2000 03:09:04 -0500
21394 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
21395
21396 OUT and IN_OUT documentation.
21397 Branch: perl
21398 ! lib/ExtUtils/xsubpp pod/perlxs.pod
21399____________________________________________________________________________
21400[ 7914] By: jhi on 2000/11/29 03:35:01
21401 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
21402 From: John Tobey <jtobey@john-edwin-tobey.org>
21403 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
21404 Message-Id: <m140e1N-000FOoC@feynman.localnet>
21405
21406 plus a performance speedup noticed by Sarathy.
21407 Branch: perl
21408 ! op.c
21409____________________________________________________________________________
21410[ 7913] By: jhi on 2000/11/29 03:16:59
21411 Log: Use "1 while unlink" so that VMS gets clean, too.
21412 Branch: perl
21413 ! t/lib/filter-util.t
21414____________________________________________________________________________
21415[ 7912] By: jhi on 2000/11/29 03:09:08
21416 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
21417 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21418 Date: Tue, 28 Nov 2000 03:27:09 -0500
21419 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
21420 Branch: perl
21421 ! lib/ExtUtils/xsubpp
21422____________________________________________________________________________
21423[ 7911] By: jhi on 2000/11/29 03:06:30
21424 Log: This should have been part of #7872: no need to scan UTF-8
21425 until eternity.
21426 Branch: perl
21427 ! utf8.c
21428____________________________________________________________________________
21429[ 7910] By: jhi on 2000/11/29 02:50:04
21430 Log: One more perltie.pod nit from Casey R. Tweten.
21431 Branch: perl
21432 ! pod/perltie.pod
21433____________________________________________________________________________
21434[ 7909] By: jhi on 2000/11/29 02:44:23
21435 Log: Document the known sprintf test failures, exact standard
21436 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
21437 Branch: perl
21438 ! pod/perldelta.pod t/op/sprintf.t
21439____________________________________________________________________________
21440[ 7908] By: jhi on 2000/11/29 02:36:23
21441 Log: Add the Encoding table format documentation.
21442 Branch: perl
21443 + ext/Encode/Encode/EncodeFormat.pod
21444 ! MANIFEST
21445____________________________________________________________________________
21446[ 7907] By: jhi on 2000/11/29 02:07:24
21447 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
21448 From: "Casey R. Tweten" <crt@kiski.net>
21449 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
21450 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
21451
21452 Subject: Re: [PATCH] Updating perltie.pod for arrays
21453 From: "Casey R. Tweten" <crt@kiski.net>
21454 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
21455 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
21456 Branch: perl
21457 ! pod/perltie.pod
21458____________________________________________________________________________
21459[ 7906] By: nick on 2000/11/28 22:40:59
21460 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
21461 Branch: perlio
21462 ! iperlsys.h perlio.c
21463____________________________________________________________________________
21464[ 7905] By: nick on 2000/11/28 22:04:34
21465 Log: Integrate mainline
21466 Branch: perlio
21467 !> (integrate 39 files)
21468____________________________________________________________________________
21469[ 7904] By: jhi on 2000/11/28 16:44:43
21470 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
21471 From: Nicholas Clark <nick@babyhippo.co.uk>
21472 Date: Tue, 28 Nov 2000 11:16:57 +0000
21473 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
21474 Branch: perl
21475 ! pod/perlipc.pod
21476____________________________________________________________________________
21477[ 7903] By: jhi on 2000/11/28 16:40:31
21478 Log: Subject: [PATCH] Updating perltie.pod for arrays
21479 From: "Casey R. Tweten" <crt@kiski.net>
21480 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
21481 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
21482 Branch: perl
21483 ! pod/perltie.pod
21484____________________________________________________________________________
21485[ 7902] By: jhi on 2000/11/28 16:39:37
21486 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
21487 From: Robin Barker <rmb1@cise.npl.co.uk>
21488 Date: Mon, 27 Nov 2000 17:56:44 GMT
21489 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
21490 Branch: perl
21491 ! pod/perlfunc.pod t/op/split.t
21492____________________________________________________________________________
21493[ 7901] By: jhi on 2000/11/28 16:28:04
21494 Log: setmode() is a DOSish-only thing.
21495 Branch: perl
21496 ! perlio.c
21497____________________________________________________________________________
21498[ 7900] By: jhi on 2000/11/28 16:21:46
21499 Log: Subject: [PATCH] perlcc.PL cleanups
21500 From: Simon Cozens <simon@cozens.net>
21501 Date: Tue, 28 Nov 2000 12:44:35 +0000
21502 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
21503 Branch: perl
21504 ! utils/perlcc.PL
21505____________________________________________________________________________
21506[ 7899] By: gsar on 2000/11/28 06:32:55
21507 Log: reintegrate files missed by change#7895
21508 Branch: maint-5.6/perl
21509 +> ext/ByteLoader/bytecode.h utils/Makefile
21510 - utils/perlbc.PL
21511____________________________________________________________________________
21512[ 7897] By: gsar on 2000/11/27 18:22:47
21513 Log: can't integrate these two files, for some reason
21514 Branch: maint-5.6/perl
21515 - ext/ByteLoader/bytecode.h utils/Makefile
21516____________________________________________________________________________
21517[ 7895] By: gsar on 2000/11/27 18:11:21
21518 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
21519 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
21520 6757..6890,6892..6901 from mainline
21521
21522 Bytecompiler patches from Benjamin Stuhl.
21523
21524 More bytecompiler.
21525
21526 Subject: [PATCH blead] B:: missing dependency
21527
21528 Subject: [PATCH: 6757] configure.com updates and syslog build
21529
21530 Long double Gconvert fixes from Yitzchak Scott-Thoennes
21531 and Spider Boardman.
21532
21533 Subject: [PATCH blead] nextchar() abuse misses an optimisation
21534
21535 Long double fixes from Spider Boardman.
21536
21537 Make the selection of NVff et al stricter.
21538
21539 cSVOPo_*v things index into the current PL_curpad
21540 under ithreads, which is different from the curpad
21541 used by the XSUB. (In other words, the code as-is
21542 before this patch wouldn't work under ithreads.)
21543
21544 Be portable.
21545
21546 VMS MMS (make) wants null action.
21547
21548 Mac and other portability updates from Chris Nandor.
21549
21550 Storable support, v-version fixes.
21551 Subject: CPAN.pm beta for testing available
21552
21553 Portability fix from Hugo van der Sanden.
21554
21555 Bad makefile.
21556
21557 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
21558
21559 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
21560
21561 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
21562
21563 Replace #6705 with a minimal doc patch.
21564 Subject: [PATCH 5.6.0] replace change #6705
21565
21566 Drop the separate perlbc, perlcc -b should be enough.
21567
21568 installperl couldn't tell whether it had run tests or not.
21569 Subject: [PATCH] Re: installperl and t/TEST
21570
21571 Add silencer flags to installperl.
21572 Subject: [PATCH] Making installperl silent.
21573
21574 Make "make install" by default silent. A new "install-verbose"
21575 target is verbose.
21576
21577 More liberal parsing of version numbers.
21578 Subject: Re: CPAN.pm beta for testing available
21579
21580 Create directories in silence.
21581 Subject: [PATCH] Another silencer for MakeMaker
21582
21583 DOS patches and portability/porting notes, from Tim Jenness.
21584
21585 Make installman to recognize the silence flag -S.
21586
21587 Actually do something with the silencer option.
21588
21589 Continue silencing.
21590
21591 Show the doc file, not the temp file.
21592
21593 Regen perltoc.
21594
21595 Subject: [PATCH] More silencing of installman.
21596
21597 Better wording for the vec lvalue diagnostic.
21598 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
21599
21600 Subject: [PATCH: 6805] several more tweaks to configure.com
21601
21602 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
21603
21604 Missing parts of
21605 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
21606
21607 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
21608 (applied slightly modified)
21609
21610 installperl --verbose and --silent.
21611 Subject: Re: [PATCH] More silencing of installman.
21612
21613 Add install-silent target.
21614
21615 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
21616 the problem reported in
21617 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
21618
21619 Tweak the sfio/useperlio logic, hopefully as wished in
21620 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
21621
21622 One forgotten file from #6816.
21623
21624 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
21625
21626 Remove duplicately applied patch shards.
21627 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
21628
21629 Support preserving extremely big/small angles.
21630
21631 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
21632
21633 Subject: [PATCH] installation not quite silent yet.
21634
21635 Update the test count.
21636
21637 Use UVxf, PTR2UV, NVff.
21638
21639 Document PTR2XX and INT2PTR.
21640
21641 no-install target a la make -n.
21642 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
21643
21644 grep -e isn't portable.
21645 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
21646
21647 Can't get the test to reliably work thanks to the
21648 inaccurateness of floating point. "Resolves" bug ids
21649 20000826.003, 20000826.009, 20000826.010,
21650
21651 Subject: installman buglet
21652
21653 DJGPP update from Laszlo Molnar.
21654
21655 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
21656
21657 Passing -R in ldflags makes now it to appear in the default
21658 for lddlflags, just like with -L.
21659 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
21660
21661 Test nit.
21662
21663 Use the actual thread type, not the pointer-to-struct.
21664
21665 Provice virtual $Config{ccflags_nolargefiles} etc.
21666
21667 display_format used as a class method without arguments was broken,
21668 reported in
21669 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
21670
21671 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
21672
21673 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
21674
21675 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
21676
21677 opmini.o may be left around if a build is interrupted.
21678
21679 Typo in #6858.
21680
21681 Fix for ID 20000828.001, long doubles were not formatted
21682 correctly (showed up in $], which stopped installing perl).
21683
21684 An attempt to fix the problem reported in
21685 Subject: Building perl@6856 using gcc/AIX 4.3.3
21686 I can't test this properly since the gcc installation I have
21687 access to seems to be botched (gcc is calling the AIX cpp,
21688 a losing proposition...)
21689
21690 Add -ld to archname on long tr...double platforms.
21691
21692 Subject: hv.h Doc Patch
21693
21694 Potential cruft.
21695
21696 Subject: [PATCH bleedperl@6856] warnings fixes
21697
21698 -S is the silent flag, -s is the strip flag.
21699 Subject: [PATCH] Re: [PATCH] make no-install
21700
21701 Take out the SUIDMAIL thing, that will not be
21702 a problem in 5.7.*.
21703
21704 Subject: [PATCH bleedperl@6866] spellings
21705
21706 Subject: [PATCH] Re: files not cleaned even by veryclean
21707
21708 Use minimal @INC in tests, most of the time just '../lib',
21709 so that we simply can't pick up stuff from other Perls than
21710 the one we are testing. Pointed out by
21711 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
21712
21713 Update to Getopt::Long 2.24, from Johan Vromans.
21714
21715 Fix for thinko in #6848.
21716 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
21717
21718 Patches all over for people and the files they (hopefully) care about.
21719
21720 Subject: Net::protoent does not export 'getproto'
21721
21722 Missed a change in #6869.
21723
21724 Subject: [PATCH] Warnings in B::Deparse
21725
21726 Subject: [PATCH] Glob dumping
21727
21728 Disable one of the tests for now.
21729
21730 Disabling the one test is a bit tricky.
21731
21732 Don't forget to tidy up.
21733
21734 The #6881 removed one dump line.
21735
21736 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
21737
21738 Under usethreads the dumped variable is IN_PAD.
21739 Subject: Re: [PATCH] Glob dumping
21740
21741 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
21742
21743 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
21744
21745 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
21746
21747 Regen Configure for #6894.
21748
21749 Subject: [PATCH: 6889] updates to perlebcdic.pod
21750
21751 Undo namespace pollution of #6878.
21752 Subject: Re: Net::protoent does not export 'getproto'
21753
21754 Admit that we are leaking scalars.
21755
21756 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
21757 Branch: maint-5.6/perl
21758 !> (integrate 271 files)
21759____________________________________________________________________________
21760[ 7894] By: gsar on 2000/11/27 16:00:34
21761 Log: a couple of nits
21762 Branch: maint-5.6/perl
21763 ! MANIFEST pp_sys.c
21764____________________________________________________________________________
21765[ 7893] By: gsar on 2000/11/27 15:10:56
21766 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
21767 6740..6745,6747..6757,6760
21768
21769 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
21770
21771 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
21772
21773 Doc nits spotted by Richard Soderberg.
21774
21775 move WNOHANG definition to where other such things are
21776
21777 Make $Config{byteorder} more magical so that it is
21778 dynamically computed: nice for 'fat binaries'.
21779 Subject: [PATCH]: default byteorder
21780
21781 Subject: [PATCH] Cwd.pm now uses strict
21782
21783 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
21784
21785 Get -DLEAKTEST to compile (not necessarily to work, mind)
21786 Subject: [ID 20000724.006] -DLEAKTEST problem
21787
21788 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
21789
21790 Add perlebcdic from Peter Prymmer, regen toc.
21791
21792 Don't propose using modules built for 5.005 if no binary
21793 compatibility with 5.005 is attempted.
21794
21795 Do not use prototyping here.
21796 Subject: [ID 20000817.016] [PATCH] Peek.xs
21797
21798 Document what the backtick returns if the command fails.
21799
21800 Add byteorder to the myconfig output.
21801
21802 Introduce NVef, NVff, and NVgf, use the middle one.
21803 (helps for lib/peek + Linux + long doubles) Reported in
21804 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
21805 Use NVs in POSIX math, not doubles.
21806 Subject: [ID 20000817.014] POSIX & modfl
21807
21808 Subject: [PATCH 5.6.0+] newSVrv() memory leak
21809
21810 The byteorder code in #6671 was wrong.
21811
21812 Fix the lib/complex failure of
21813 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
21814 Linux long double accuracy issue: something that
21815 when printed with %g looks like "2" but int() of it is 1.
21816
21817 Propagate new Configure vars.
21818
21819 Unbuffer the output.
21820
21821 Subject: [PATCH] perltrap.pod spring cleaning
21822
21823 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
21824 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
21825
21826 Tiny Getopt::Long patch from Johan Vromans.
21827
21828 Document code point which makes if (defined %stash::) to work
21829 (noted by Spider Boardman).
21830
21831 Subject: [PATCH perl@6698] cygwin port
21832
21833 Document the NDBM_File and ODBM_File as SDBM_File
21834 was documented in #6417.
21835
21836 The new tests were missing from #6415.
21837
21838 Add [[:blank:]] as suggested in
21839 Subject: [ID 20000716.024] [=cc=] / [:blank:]
21840 (the [=cc=] has already been taken care of by #6439
21841 so the whole bug report can be closed)
21842 and make [[:space:]] to be equivalent to isspace(3)
21843 (as opposed to \s, which is isSPACE()). The difference
21844 is that now [[:space:]] matches the mythical vertical tab,
21845 while \s doesn't.
21846
21847 Don't eat leading os from index entries.
21848 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
21849
21850 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
21851
21852 Typo in pp_complement().
21853 Subject: [PATCH perl-current] Deparse
21854
21855 Add warnif(), check warnings further up the stack,
21856 all the warnings functions now can take an optional object reference.
21857 Subject: [PATCH bleedperl@6691] warnings pragma update
21858
21859 Fix a core dump in lib/selfloader under -DDEBUGGING.
21860 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
21861
21862 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
21863
21864 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
21865
21866 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
21867 Put back the long double avoidance code to POSIX.xs
21868 because VMS seems to need it still.
21869
21870 Introduce a 'veryclean' target that is like 'distclean'
21871 but also removes *~ and *.orig.
21872
21873 Subject: [ID 20000817.023] endianness description in perlfunc.pod
21874
21875 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
21876
21877 Let's try #6717 again.
21878
21879 UTF8 concat fixes.
21880 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
21881
21882 pp_open() could pass an uninitialized filename down to do_open9().
21883
21884 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
21885
21886 Update to CGI 2.72, from Lincoln Stein.
21887
21888 Subject: [PATCH] Silence MakeMaker (Was: installman)
21889
21890 Use temporary directory instead of current directory.
21891 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
21892
21893 Document odd vs even subreleases and -Dusedevel.
21894
21895 The veryclean target needs to clobber.
21896
21897 Use File::Spec->tmpdir().
21898
21899 Document the number of exponent digits.
21900
21901 Mention perlebcdic and perlposix-bc.
21902
21903 s/this one/the 5.6.0 release/
21904
21905 The #6724 is here.
21906
21907 The correct cleaning order is an art.
21908
21909 small tweaks for change#6705: avoid C++ style comments in C code;
21910 use Perl's malloc API rather than the low level system one
21911
21912 Array context keeps slithering in.
21913
21914 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
21915
21916 Subject: [PATCH] os2.c fix for use64bitint
21917
21918 Update to Pod::LaTeX 0.53.
21919 Subject: [PATCH] lib/Pod/LaTeX.pm updates
21920
21921 Document the endianness of Alpha more precisely.
21922
21923 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
21924
21925 Rename the macro argument because some preprocessors
21926 can't tell the difference and expand arguments also inside
21927 double quoted strings.
21928
21929 free TLS slot properly on Windows
21930
21931 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
21932
21933 Unicos/mk requires elaborate paranoia.
21934
21935 Tweak the floating point output routine preferences.
21936
21937 Also under djgpp the timestamps are funky.
21938
21939 Apply some PodParser 1.18 patches; the Pod/Find.pm
21940 patches cannot be applied since #6712 conflicts.
21941
21942 Use PodParser 1.18 new test.
21943
21944 A pod nit.
21945 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
21946
21947 Be verydeepclean.
21948 Branch: maint-5.6/perl
21949 +> pod/perlebcdic.pod
21950 !> (integrate 106 files)
21951____________________________________________________________________________
21952[ 7892] By: jhi on 2000/11/27 15:02:32
21953 Log: Update Changes.
21954 Branch: perl
21955 ! Changes patchlevel.h
21956____________________________________________________________________________
21957[ 7891] By: jhi on 2000/11/27 14:57:23
21958 Log: Subject: Re: perlfaq style changes
21959 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21960 Date: Sat, 25 Nov 2000 23:32:26 -0800
21961 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
21962
21963 plus a note from Ronald Kimball.
21964 Branch: perl
21965 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
21966____________________________________________________________________________
21967[ 7890] By: jhi on 2000/11/27 14:53:14
21968 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
21969 From: Benjamin Holzman <bah@ecnvantage.com>
21970 Date: Sun, 26 Nov 2000 16:27:33 -0500
21971 Message-ID: <20001126162733.J25040@ecnvantage.com>
21972 Branch: perl
21973 ! gv.c
21974____________________________________________________________________________
21975[ 7889] By: jhi on 2000/11/27 14:43:11
21976 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
21977 From: lvirden@cas.org
21978 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
21979 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
21980 Branch: perl
21981 ! README.amiga
21982____________________________________________________________________________
21983[ 7888] By: jhi on 2000/11/27 14:32:34
21984 Log: Restore also the locale test to no-sprintf-taint state.
21985 Fixes the bug 20001127.003.
21986 Branch: perl
21987 ! sv.c t/pragma/locale.t
21988____________________________________________________________________________
21989[ 7887] By: gsar on 2000/11/27 14:13:05
21990 Log: integrate changes#6613..6616,6620..6665 from mainline
21991
21992 VMS configure.com update continues.
21993
21994 Subject: Test fails / warnings with perl-current #6612
21995
21996 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
21997
21998 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21999
22000 For now remove the mail code.
22001
22002 Subject: Re: [PATCH] @+, @- readonly
22003
22004 Subject: warning: storage class after type is obsolescent
22005
22006 Subject: sfio2000
22007
22008 Subject: Re: File::Temp problems on VMS in bleedperl
22009
22010 README.os2 update.
22011 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
22012
22013 Make the user to give up his firstborn, err, to knowingly
22014 verify installing an unstable developer release. Also bump
22015 the release to 5.7.0, but leave a patch tag in the local
22016 patches saying that this is not yet the real thing.
22017
22018 Update (kinda) to Test 1.14, from Joshua Pritikin.
22019
22020 make ok etc also for win32.
22021
22022 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
22023
22024 Don't blow limited stacks, a lower number is enough to
22025 tickle the lookbehind limit.
22026
22027 Use -Dusedevel; regen Configure and the respective Porting stuff.
22028
22029 Subject: [PATCH] debugger exit code should reflect user exit code
22030
22031 Subject: [PATCH perl@6620] cygwin port
22032
22033 Missed a file from #6638.
22034
22035 Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
22036
22037 magic callbacks all need to have same type signature
22038
22039 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
22040
22041 Fix a dependency problem.
22042 Subject: [PATCH: 6640] VMS Makefile.SH update
22043
22044 The numeric locale was reset to "C" by s?printf and never restored.
22045 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
22046 No test since adding the failing example to locale.t
22047 does not fail -- probably because the locale settings are so
22048 thoroughly tweaked by that time. Running the example standalone
22049 does fail, though. UPDATE: test case added at change #7540.
22050
22051 Subject: [ID 20000324.040] minor fix to perlhpux.pod
22052
22053 Update to CPAN 1.57.
22054
22055 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
22056
22057 Change the perlbug address to perl.org since it's more forgiving.
22058
22059 Change the regx compilation error markers to use = instead of <
22060 since pod makes using the latter quite messy. Reported in
22061 ID 20000814.006 by Abigail and in
22062 Subject: Unknown escape E<> ?
22063
22064 Update to perldebtut 1.9, from Richard Foley.
22065
22066 check that the number pseudo children doesn't exceed
22067 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
22068 the WaitForMultipleObjects() limit that would cause wait()
22069 to crash)
22070 wait() and waitpid() could potentially be rewritten to use
22071 more than one thread to do the waiting to eliminate this
22072 limitation
22073
22074 change#6328 could make close(SOCKET) return false on windows
22075 when it shouldn't
22076
22077 pod nit seen in passing
22078
22079 on windows, the return values from wait() and waitpid() don't
22080 match those of pseudo-pids
22081
22082 waitpid() now handles externally spawned pids correctly;
22083 fixes for backtick/wait/waitpid failures on Windows 9x
22084 these changes make the pid returned by process functions on
22085 Windows 9x always positive by clearing the high bit (which
22086 is always set on Win9x); pseudo-process PIDs are likewise
22087 always negative now on Win9x (just as on NT/2000)
22088
22089 trailing new %ENV entries weren't being pushed into the real
22090 environment of subprocesses on Windows
22091
22092 Tweak the regex compilation errors once more.
22093
22094 avoid warnings from dense compiler
22095
22096 add "ok" targets from change#6632 in makefile.mk
22097 Branch: maint-5.6/perl
22098 - lib/Pod/PlainText.pm vms/configure.com
22099 !> (integrate 66 files)
22100____________________________________________________________________________
22101[ 7886] By: jhi on 2000/11/27 13:54:18
22102 Log: __FUNCTION__ isn't portable and trying to emulate it leads
22103 into practically spelling out the name of the function.
22104 Takes care of the bug 20001127.001.
22105 Branch: perl
22106 ! perlio.c
22107____________________________________________________________________________
22108[ 7885] By: gsar on 2000/11/27 13:53:18
22109 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
22110 6610..6611 from mainline
22111
22112 Make regular expression parse error messages easier to understand.
22113 Subject: Re: enhanced(?) regex error messages
22114
22115 Tiny tidying on report_evil_fh().
22116
22117 Subject: Re: enhanced(?) regex error messages
22118 plus Capitalize the error messages, plus perldiag them.
22119
22120 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
22121
22122 Document here-doc better.
22123
22124 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
22125
22126 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
22127 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
22128 (either perlbug or p5p ate the original), plus regen
22129 perlapi and perltoc.
22130
22131 Regen global.sym.
22132
22133 Double check that we have a dirhandle.
22134
22135 Subject: Re: enhanced(?) regex error messages
22136 (plus two small patches sent privately)
22137 (this still seems to leave few test failures)
22138
22139 warn is a macro, avoid using at a variable to avoid warnings
22140 in some configurations; readdir.t is too conservative in
22141 estimating number of *.t's
22142
22143 Get back into sync with Jeffrey on the enhanced regex warnings.
22144
22145 Subject: [PATCH 5.6.0] cygwin port
22146
22147 Zero entries were skipped, fix from Adrian Goalby
22148 <argoalby@yahoo.co.uk>
22149
22150 Subject: Remove dead entry in perldiag
22151
22152 Amend the description of Perl6.
22153 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
22154
22155 detypo
22156
22157 It's the 2ndO'ROSSC.
22158
22159 Revert the sv.c part of #6559, a better fix is needed.
22160
22161 Iterating perl6 description.
22162
22163 Update to Term::ANSIColor 1.03, from Russ Allbery.
22164
22165 Update to Getopt::Long 2.23_05, from Johan Vromans.
22166
22167 Small AUTHORS and MAINTAIN updates. Could do with big updates.
22168
22169 Update to Pod::Parser 1.17, from Brad Appleton.
22170
22171 Update to CPAN 1.56, from Andreas König.
22172
22173 Update to CGI 2.70, from Lincoln Stein.
22174
22175 Put back the std @INC thing.
22176
22177 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
22178 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
22179
22180 Document the IO::Select timeout.
22181
22182 sleep(1) does not necessarily return 1.
22183 Subject: [PATCH bleadperl] op/lex_assign.t
22184
22185 Subject: debugger "d" command doesnt check line number
22186
22187 B::Deparse didn't do sub attributes.
22188 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
22189
22190 Preprocessing and postprocessing for File::Find.
22191 Subject: Patch to Find::File.pm to allow alphabetical results
22192
22193 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
22194
22195 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
22196
22197 Subject: Re: [ID 20000730.003] utf8::length() bad
22198
22199 Subject: Getting perlio and threads to compile
22200 (the Solaris version changes in Configure skipped)
22201
22202 Tests for #6589.
22203 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
22204
22205 Add Perl debugging tutorial, regen toc.
22206 Subject: perldebtut.pod
22207
22208 Add a few missing files, update MANIFEST.
22209
22210 Rewrite of vms/subconfigure.com as configure.com,
22211 from Peter Prymmer and the vmsperl crew.
22212
22213 Should have deleted this in #6603.
22214
22215 Fix the test for 5005threads.
22216
22217 Fix-n-skip the tests under 5005threads.
22218
22219 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
22220
22221 Upgrade to CGI 2.71, from Lincoln Stein.
22222 Branch: maint-5.6/perl
22223 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
22224 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
22225 +> t/op/regmesg.t t/pod/find.t vms/configure.com
22226 - vms/subconfigure.com
22227 ! lib/lib.pm
22228 !> (integrate 115 files)
22229____________________________________________________________________________
22230[ 7884] By: jhi on 2000/11/27 13:44:33
22231 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
22232 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22233 Date: Mon, 27 Nov 2000 08:23:54 EST
22234 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
22235 Branch: perl
22236 ! vms/descrip_mms.template vms/test.com
22237____________________________________________________________________________
22238[ 7883] By: gsar on 2000/11/27 11:50:46
22239 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
22240 6511..6513,6515..6523,6525..6536
22241
22242 The swallow_bom() saga continues. The #23 of require.t
22243 (UTF16-LE) still fails (silently, no output) but the #22
22244 (UTF16-BE) seems to be working now. The root of the
22245 failure may be in sv_gets(): is it UTF-16LE-aware,
22246 especially when it comes to line endings?
22247
22248 Document the problem with -P in HP-UX and its workaround.
22249
22250 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
22251 (aka ID 20000730.002)
22252
22253 Subject: fix and question re: waitpid() under win32
22254
22255 Make the safety catch for buggy gccs work with triple version
22256 numbers like 2.95.2. Reported in
22257 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
22258
22259 In Digital UNIX warn if gcc explicitly chosen because even
22260 2.95.2 is known to cause problems.
22261
22262 Make chr() for values >127 to create utf8 when under utf8.
22263
22264 various syntax errors and such (not fixed: comp/require.t#22 coredump
22265 on Windows)
22266
22267 Stash away the largefiles flags and libswanted.
22268
22269 BOM patching from Simon Cozens.
22270
22271 If gccosandvers is equal to osname, clear gccosandvers.
22272
22273 Make p4desc to skip non-mainperl branches by default.
22274
22275 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
22276
22277 The test from this
22278 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
22279
22280 In new BSDs changes to argv[] do not show up in ps(1) output,
22281 instead one must use setproctitle(). This was already addressed
22282 by change #6457, but the below has a new variant for FreeBSD 4.0
22283 or later, and the matter is also documented more.
22284
22285 FreeBSD 3.* updates from
22286 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22287
22288 regen_headers, regen perltoc.
22289
22290 Document in one place the memory abstractions used in Perl core.
22291
22292 memcpy has n o in it, as pinted ut by Sarathy.
22293
22294 Remove the extraneous "main::" prefix from all the
22295 "opened only for", "on closed", and "never opened" warnings.
22296
22297 The name of a filehandle does not have <these>.
22298
22299 The tr utf8 patching continues.
22300
22301 The new setproctitle() feature is available only in
22302 bleeding edge FreeBSD. From Paul Saab.
22303
22304 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
22305
22306 Dump UVs as UVs in Data::Dumper.
22307
22308 detypo #6494
22309
22310 Document the IVdf UVuf UVof UVxf.
22311
22312 require.t needs binmode() to work on windows
22313
22314 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
22315 that are hopefully soon put into use.
22316
22317 Allow "no Module;" even if there is no 'unimport'.
22318
22319 Better skip message for the test; one of the two problems in
22320 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
22321
22322 The subtest 4 may fail also on VOBS, as pointed out
22323 by Nick Ing-Simmons in November 1999, bug id 19991124.003
22324 (but the failure in that bug report isn't the subtest 4).
22325
22326 Be more informative on what is skipped and why,
22327 also repeat the list at the end.
22328
22329 Add a URL for FSF.
22330
22331 Subject: [PATCH] sv.h documentation - SvLEN
22332
22333 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
22334
22335 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
22336
22337 Subject: [PATCH] bad cppsymbols on os2 + Configure question
22338
22339 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
22340
22341 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
22342 mention the idea of @( and @)
22343
22344 This is 6512. Really.
22345
22346 Subject: [ID 19990721.004] Documentation bug in perlfunc
22347
22348 Subject: Minor tweak to perlvar.pod
22349
22350 In the warnings call filehandles consistently so;
22351 add "unopened" warning for stat().
22352
22353 After the #6519 a warning about stat() is just that,
22354 not about a filetest, which now have their own warning.
22355
22356 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
22357
22358 Subject: Re: Array vs. List context
22359
22360 Subject: New perlcc, take 2
22361
22362 Weed buglets pointed out by
22363 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
22364
22365 gcc versions might have (parentheses) in them.
22366
22367 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
22368
22369 Essential prototype changes were missing from #6527.
22370 Also make report_evil_fh() more bomb-proof.
22371
22372 Zap lib/Sys directory when cleaning up.
22373
22374 Change the Policy policy: now -Dprefix= with an existing
22375 Policy.sh and prefix == siteprefix == vendorprefix, then all
22376 of them follow along the new prefix.
22377 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
22378
22379 Continue fixing the io warnings. This also
22380 sort of fixes bug ID 20000802.003: the core dump
22381 is no more. Whether the current behaviour is correct
22382 (giving a warning: "Not a format reference"), is another matter.
22383
22384 Have symbols for the IoTYPEs.
22385
22386 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
22387
22388 Document a bit that UDP is not what you might think.
22389 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
22390 tr memory corruption fix from Simon Cozens.
22391
22392 Plug the security hole described in the Aug 05 2000 bugtraq message
22393 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
22394 The security hole exists only in suidperls, which isn't
22395 installed or even built by default.
22396 Branch: maint-5.6/perl
22397 !> (integrate 71 files)
22398____________________________________________________________________________
22399[ 7882] By: gsar on 2000/11/27 10:25:36
22400 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
22401 from mainline
22402
22403 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
22404 to be fatal errors (instead of by default ignoring them, and
22405 ignoring with a bug: even though -w gave an error, the opening [
22406 was left in) Reported in:
22407
22408 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
22409
22410 Subject: [PATCH] split /^/
22411
22412 MacOS nits from Matthias Neeracher.
22413
22414 More split() doc and test patches from Mike Guy.
22415
22416 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
22417 from Graham Barr in the module list.
22418
22419 docfix from Peter Scott <Peter@PSDT.com>.
22420
22421 File::Temp patches for VMS and OS/2 from Tim Jenness.
22422
22423 open() wariness in perlbug.
22424
22425 Subject: [PATCH] minor doc change - perlguts
22426
22427 Subject: Minor doc patch: handy.h
22428
22429 Be wary of close()s, too.
22430
22431 Further File::Temp patches from Yitzchak Scott-Thoennes
22432 and Craig A. Berry.
22433
22434 Subject: [PATCH] fixes bug 20000508.004
22435
22436 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
22437
22438 Allow "no AutoLoader;", based on change #6444,
22439 suggested by Graham Barr.
22440
22441 Use setproctitle() if available to modify $0.
22442
22443 Warn if the version of the operating system used to compile gcc
22444 differs from the current version of the operating system.
22445 Also display the gcc compilation os and version in myconfig.
22446 Inspiration from
22447
22448 Tiny fixes for #6460.
22449
22450 The problem described in this
22451 Subject: [ID 20000322.018] named chars aren't magical enough
22452 has been fixed in perl 5.6.0 but just in case added a test
22453 to keep it away. (The report from Joseph Hall.)
22454
22455 Tune the comments and hopefully stop a memory leak.
22456
22457 Subject: UTF8 concat
22458 (with a memory leak fixed, plus a few casts added)
22459 This also seems to help for
22460 Subject: [ID 20000716.015] join UTF8 weirdness
22461
22462 Do not upgrade SVs into utf8 just because they participate
22463 in eq or cmp. Reported and fix suggested in
22464 Subject: [ID 20000720.009] sv_eq UTF8 bug
22465
22466 Fix the HALF_UPGRADE() macro introduced in #6263.
22467
22468 Find green threads before native threads.
22469 Subject: Re: Patch to jpl/JNI/Makefile.PL
22470 Branch: maint-5.6/perl
22471 !> (integrate 30 files)
22472____________________________________________________________________________
22473[ 7881] By: jhi on 2000/11/27 05:48:41
22474 Log: It seems that *both* the unused submatch loop cleanup
22475 codes are needed.
22476 Branch: perl
22477 ! regexec.c
22478____________________________________________________________________________
22479[ 7880] By: jhi on 2000/11/27 04:50:07
22480 Log: Clean .exists deeper.
22481 Branch: perl
22482 ! Makefile.SH
22483____________________________________________________________________________
22484[ 7879] By: jhi on 2000/11/27 02:31:35
22485 Log: The code in regcppop() (see #7878) contains the correct lower
22486 limit for the unused submatch 'cleanup' loop so that under
22487 "use utf8" the following code wouldn't dump core:
22488 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
22489 the cleanup loop in regtry() stomped beyond allocated area
22490 in the startp[] array. Therefore, copied the correct lower
22491 loop limit (*PL_reglastparen) to regtry(). Note: something
22492 may still not be quite right: why was the _higher_ loop limit
22493 (prog->nparens) different in the utf8 case?
22494
22495 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
22496 without core dumps, there were about 17 of them before
22497 the patch (with us since Perl 5.7.0). Two failures, still:
22498 496 and 505 (though these may not be severe).
22499
22500 Patch #7881 is also needed since both the cleanup loops
22501 seem to be needed.
22502
22503 Also, the t/op/pat#44 seems to core dump under utf8.
22504 Plus a couple of failures. UGH-8.
22505 Branch: perl
22506 ! regexec.c
22507____________________________________________________________________________
22508[ 7878] By: jhi on 2000/11/27 02:21:17
22509 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
22510 the code in regcppop() seems to be redundant for the test suite --
22511 but it contains a germ of truth, and it needed for the build
22512 process itself: see #7879 and #7881.
22513 Branch: perl
22514 ! regexec.c
22515____________________________________________________________________________
22516[ 7877] By: jhi on 2000/11/27 01:53:09
22517 Log: Comment on comment.
22518 Branch: perl
22519 ! regexec.c
22520____________________________________________________________________________
22521[ 7876] By: jhi on 2000/11/27 00:49:59
22522 Log: Adjust the docs to agree with #7875.
22523 Branch: perl
22524 ! pod/perllocale.pod
22525____________________________________________________________________________
22526[ 7875] By: jhi on 2000/11/27 00:49:27
22527 Log: Retract #7863. It makes more sense not to taint formatted output,
22528 not even by sprintf().
22529 Branch: perl
22530 ! sv.c
22531____________________________________________________________________________
22532[ 7874] By: jhi on 2000/11/26 23:36:02
22533 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
22534 Not really fixed (should really dump the UTF-8 charclass),
22535 but stopped displaying the garbage.
22536
22537 Also add a note on the (missing) Unicode PSXSPC and BLANK.
22538 Branch: perl
22539 ! regcomp.c
22540____________________________________________________________________________
22541[ 7873] By: jhi on 2000/11/26 21:31:13
22542 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
22543 Branch: perl
22544 ! regexec.c
22545____________________________________________________________________________
22546[ 7872] By: jhi on 2000/11/26 21:06:04
22547 Log: No need to scan till infinity, 13 is enough.
22548 Branch: perl
22549 ! handy.h utf8.c
22550____________________________________________________________________________
22551[ 7871] By: jhi on 2000/11/26 20:20:32
22552 Log: Test line numbers are different with utf8.
22553 Branch: perl
22554 ! t/op/re_tests
22555____________________________________________________________________________
22556[ 7870] By: jhi on 2000/11/26 20:10:12
22557 Log: Message nit.
22558 Branch: perl
22559 ! regcomp.c
22560____________________________________________________________________________
22561[ 7869] By: jhi on 2000/11/26 19:01:05
22562 Log: Make utf8_length() and utf8_distance() (the latter of which
22563 is unused at the moment) to be less forgiving about bad UTF-8.
22564 Branch: perl
22565 ! embed.h embed.pl objXSUB.h proto.h utf8.c
22566____________________________________________________________________________
22567[ 7868] By: jhi on 2000/11/26 18:45:56
22568 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
22569 From: Benjamin Holzman <bah@ecnvantage.com>
22570 Date: Sat, 25 Nov 2000 20:40:20 -0500
22571 Message-ID: <20001125204020.A25040@ecnvantage.com>
22572
22573 Debian allows installing /usr/bin/locale without installing
22574 any locales, an error message will ensue.
22575 Branch: perl
22576 ! t/pragma/locale.t
22577____________________________________________________________________________
22578[ 7867] By: jhi on 2000/11/26 18:31:12
22579 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
22580 From: Benjamin Holzman <bah@ecnvantage.com>
22581 Date: Sun, 26 Nov 2000 02:42:34 -0500
22582 Message-ID: <20001126024234.G25040@ecnvantage.com>
22583
22584 Patch for the bug 20000212.002.
22585 Branch: perl
22586 ! sv.c t/op/array.t
22587____________________________________________________________________________
22588[ 7866] By: jhi on 2000/11/26 18:28:09
22589 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
22590 From: Tim Jenness <t.jenness@jach.hawaii.edu>
22591 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
22592 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
22593
22594 File::Temp 0.11.
22595 Branch: perl
22596 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
22597____________________________________________________________________________
22598[ 7865] By: jhi on 2000/11/26 18:24:22
22599 Log: The metaconfig unit change for #7864.
22600 Branch: metaconfig/U/perl
22601 ! need_va_copy.U
22602____________________________________________________________________________
22603[ 7864] By: jhi on 2000/11/26 18:23:41
22604 Log: Make the va_copy() test not to be so talkative.
22605 Branch: perl
22606 ! Configure config_h.SH
22607____________________________________________________________________________
22608[ 7863] By: jhi on 2000/11/26 18:11:02
22609 Log: Fix locale inconsistencies unearthed by Hugo's work.
22610 Now the floating point sprintf really does taint the result
22611 string as perllocale promises (has promised for a long time)
22612 if "use locale" is in the lexical scope.
22613 Branch: perl
22614 ! sv.c t/pragma/locale.t
22615____________________________________________________________________________
22616[ 7862] By: jhi on 2000/11/26 00:35:15
22617 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
22618 From: Nicholas Clark <nick@ccl4.org>
22619 Date: Sun, 26 Nov 2000 00:07:50 +0000
22620 Message-ID: <20001126000750.A22446@plum.flirble.org>
22621
22622 Infinit.
22623 Branch: perl
22624 ! sv.c
22625____________________________________________________________________________
22626[ 7861] By: jhi on 2000/11/26 00:01:26
22627 Log: Integrate perlio.
22628 Branch: perl
22629 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
22630____________________________________________________________________________
22631[ 7860] By: nick on 2000/11/25 22:04:17
22632 Log: Correct relative path from new ext\Filter\Util\Call location
22633 back to miniperl.
22634 Branch: perlio
22635 ! win32/makefile.mk
22636____________________________________________________________________________
22637[ 7859] By: nick on 2000/11/25 21:26:54
22638 Log: Integrate mainline.
22639 Branch: perlio
22640 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22641 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
22642 +> t/lib/filter-util.t
22643 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22644 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
22645 - t/lib/filt-util.t
22646 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
22647 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
22648 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
22649 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
22650 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
22651 !> win32/makefile.mk
22652____________________________________________________________________________
22653[ 7858] By: gsar on 2000/11/25 20:52:17
22654 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
22655 parent's memory; fix it by keeping track of the actual pad
22656 offset rather than a raw pointer (this change is probably also
22657 relevant to non-ithreads case to avoid fallout from reallocs of
22658 the pad array, but is currently only enabled for the ithreads
22659 case in the interests of minimal disruption to existing "well
22660 tested" code)
22661 Branch: perl
22662 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
22663 ! proto.h scope.c scope.h sv.c t/op/fork.t
22664____________________________________________________________________________
22665[ 7857] By: nick on 2000/11/25 20:01:28
22666 Log: All tests pass on Win32/gcc/USE_PERLIO.
22667 - when crlf layer is pushed make unix-level binary.
22668 - remove :crlf injection in pp_backtick in pp_sys.c
22669 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
22670 Branch: perlio
22671 ! doio.c perlio.c pp_sys.c win32/makefile.mk
22672____________________________________________________________________________
22673[ 7856] By: jhi on 2000/11/25 18:38:30
22674 Log: Update the metaconfig units for #7855.
22675 Branch: metaconfig/U/perl
22676 ! useperlio.U usesocks.U
22677____________________________________________________________________________
22678[ 7855] By: jhi on 2000/11/25 18:37:54
22679 Log: Undo the SOCKS workarounds, instead start using PerlIO
22680 if SOCKS is selected.
22681
22682 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
22683 From: Jens Hamisch <jens@Strawberry.COM>
22684 Date: Fri, 24 Nov 2000 18:31:30 +0100
22685 Message-ID: <20001124183130.E28337@Strawberry.COM>
22686
22687 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
22688 From: Jens Hamisch <jens@Strawberry.COM>
22689 Date: Fri, 24 Nov 2000 19:11:51 +0100
22690 Message-ID: <20001124191151.A28753@Strawberry.COM>
22691 Branch: perl
22692 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
22693 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
22694____________________________________________________________________________
22695[ 7854] By: jhi on 2000/11/25 17:39:08
22696 Log: Undo #7848. Some of the code seems to use walkoptree(),
22697 some walkoptree_slow(). An unfinished renaming?
22698 Now the sub is walkoptree() (which is @EXPORT_OK),
22699 the walkoptree_slow() is a typeglob alias to walkoptree.
22700 This makes the tests to pass, at least.
22701 Branch: perl
22702 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
22703____________________________________________________________________________
22704[ 7853] By: nick on 2000/11/24 22:24:33
22705 Log: Re-arrange crlf vs binary for platforms that care.
22706 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
22707 Lip-service to making stdio layer work on such platfroms (untested).
22708 Now fails 3 tests rather than one, checkin to see if I can debug
22709 the issue under linux. (Do not merge.)
22710 Branch: perlio
22711 ! doio.c perlio.c perliol.h
22712____________________________________________________________________________
22713[ 7852] By: jhi on 2000/11/24 18:57:39
22714 Log: AUTHORS edits.
22715 Branch: perl
22716 ! AUTHORS
22717____________________________________________________________________________
22718[ 7851] By: jhi on 2000/11/24 17:34:56
22719 Log: Add Jan-Erik Karlsson.
22720 Branch: perl
22721 ! AUTHORS
22722____________________________________________________________________________
22723[ 7850] By: jhi on 2000/11/24 17:27:56
22724 Log: Configure should find stdchar on its own.
22725 Branch: perl
22726 ! hints/solaris_2.sh
22727____________________________________________________________________________
22728[ 7849] By: jhi on 2000/11/24 17:24:55
22729 Log: Subject: PATCH over 7848: Filter test flawed
22730 From: andreas.koenig@anima.de (Andreas J. Koenig)
22731 Date: 24 Nov 2000 10:28:29 +0100
22732 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
22733 Branch: perl
22734 ! t/lib/filter-util.t
22735____________________________________________________________________________
22736[ 7848] By: jhi on 2000/11/24 17:22:15
22737 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
22738 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
22739 Date: Fri, 24 Nov 2000 16:12:58 +0000
22740 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
22741 Branch: perl
22742 ! ext/B/B.pm
22743____________________________________________________________________________
22744[ 7847] By: jhi on 2000/11/24 03:07:01
22745 Log: Integrate perlio.
22746 Branch: perl
22747 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
22748 !> win32/makefile.mk
22749____________________________________________________________________________
22750[ 7846] By: gsar on 2000/11/24 00:55:57
22751 Log: integrate changes#6415..6418,6420..6438 from mainline
22752
22753 Fix the bitvector ops for utf8 (tricky since past 7 bits
22754 the utf8 'characters' can be more than one octet).
22755
22756 MPE/ix updates for perl 5.6.0 from Mark Bixby.
22757
22758 Subject: SDBM_File documentation
22759
22760 Detypo.
22761
22762 Decutandpasto.
22763
22764 Send all installperl messages to STDERR and be -w clean.
22765
22766 Out-of-date note removed.
22767
22768 Protect against "wild next"s, that is, callbacks doing "next"
22769 instead of "return".
22770
22771 Use STDOUT consistently.
22772
22773 The output might have been produced in the wrong order.
22774
22775 A missing 'break' after the [[:space:]] switch case.
22776
22777 Add tests for
22778 [ID 19991110.003] another matching finding by pcre author
22779 which has already been fixed by some patch, as verified in
22780
22781 Documentation to explain the behaviour of map().
22782
22783 Add an optimization for map-maps-a-list-element-to-more-list-elements
22784 case, but add also notes explaining the relationship of this
22785 patch and the earlier notes by Sarathy.
22786
22787 Subject: [ID 20000716.023] syslog test fails without sockets
22788
22789 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22790 Test cases for #6431.
22791
22792 File::Spec::VMS fixup for tmpdir from Craig Berry.
22793
22794 Make the "uninit variable" warning to say "concat or string"
22795 or "join or string" when in concat or join .
22796
22797 Get UTF16 BOMs working. Patch from
22798 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22799
22800 Subject: [PATCH] Make large file tests deal with SIGXFSZ
22801
22802 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
22803
22804 Subject: [PATCH] av.c apidoc
22805 Branch: maint-5.6/perl
22806 !> (integrate 43 files)
22807____________________________________________________________________________
22808[ 7845] By: gsar on 2000/11/24 00:20:45
22809 Log: integrate changes#6406..6414 from mainline
22810
22811 Merge perlhacktut into perlhack, update perlguts.
22812
22813 Fix AutoSplit to use File::Spec the right way in VMS,
22814 from Peter Prymmer.
22815
22816 The bug report
22817 [ID 19991110.002] minimal matching discrepancy found by pcre author
22818 seems to have been fixed (though differently from what was suggested
22819 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
22820
22821 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
22822 not in pod, from Peter Prymmer
22823
22824 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
22825 From: Hugo <hv@crypt.compulink.co.uk>
22826 Date: Fri, 14 Jul 2000 23:05:20 +0100
22827 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
22828
22829 Didn't anymore apply, but that point still could use another fix.
22830
22831 lib/b test fixes from Peter Prymmer.
22832
22833 More docs for sv functions.
22834
22835 perlvms.pod whitespace cleanup to keep pod utils happy.
22836
22837 another VMS build tweak from Peter Prymmer
22838 Branch: maint-5.6/perl
22839 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
22840 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
22841 !> vms/descrip_mms.template vms/perlvms.pod
22842____________________________________________________________________________
22843[ 7844] By: nick on 2000/11/23 23:42:45
22844 Log: Win32/perlio Now just fails one io/argv.t test - lack
22845 of default :crlf on standard streams.
22846 Branch: perlio
22847 ! doio.c perlio.c
22848____________________________________________________________________________
22849[ 7843] By: nick on 2000/11/23 23:04:05
22850 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
22851 peek fail is showing a real problem (multiple crlf layers
22852 are getting pushed.)
22853 Branch: perlio
22854 ! doio.c perlio.c win32/makefile.mk
22855____________________________________________________________________________
22856[ 7842] By: nick on 2000/11/23 19:46:23
22857 Log: Implement PerlIO_binmode()
22858 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
22859 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
22860 make binmode in t/lib/io_tell.t unconditional so that works.
22861 Checkin just so Win32 machine can see these changes.
22862 Branch: perlio
22863 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
22864____________________________________________________________________________
22865[ 7841] By: jhi on 2000/11/23 19:30:00
22866 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
22867 Branch: perl
22868 ! README.amiga
22869____________________________________________________________________________
22870[ 7840] By: jhi on 2000/11/23 17:18:02
22871 Log: SOCKS wrestling continues, patches from Jens Hamisch.
22872 Branch: perl
22873 ! doio.c embed.h embed.pl perlsdio.h proto.h
22874____________________________________________________________________________
22875[ 7839] By: jhi on 2000/11/23 16:54:14
22876 Log: Push Filter::Util::Call one level deeper.
22877 Branch: perl
22878 + t/lib/filter-util.t
22879 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22880 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
22881 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22882 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
22883 - t/lib/filt-util.t
22884 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
22885 ! win32/Makefile win32/makefile.mk
22886____________________________________________________________________________
22887[ 7838] By: jhi on 2000/11/23 16:52:40
22888 Log: Reach back one higher up when searching for PERL_SRC.
22889 Branch: perl
22890 ! lib/ExtUtils/MM_Unix.pm
22891____________________________________________________________________________
22892[ 7837] By: jhi on 2000/11/23 16:05:41
22893 Log: Subject: Re: perl@7826
22894 Date: Thu, 23 Nov 2000 02:20:25 -0600
22895 From: "Craig A. Berry" <craigberry@mac.com>
22896 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
22897
22898 Make VMS to like Filter::Util::Call.
22899 Branch: perl
22900 ! configure.com ext/Filter/Util/Makefile.PL
22901____________________________________________________________________________
22902[ 7836] By: nick on 2000/11/23 16:04:08
22903 Log: Implement crlf layer - not ready for merge.
22904 Branch: perlio
22905 ! perlio.c win32/makefile.mk
22906____________________________________________________________________________
22907[ 7835] By: jhi on 2000/11/23 15:56:52
22908 Log: STDCHAR is different in Sparc v9 vs x86.
22909 Branch: perl
22910 ! hints/solaris_2.sh
22911____________________________________________________________________________
22912[ 7834] By: jhi on 2000/11/23 15:50:47
22913 Log: The type needs to be visible to protos.
22914 Branch: perl
22915 ! perl.h
22916____________________________________________________________________________
22917[ 7833] By: jhi on 2000/11/23 15:40:46
22918 Log: Finish unfinished SOCKS workaround changes.
22919 Branch: perl
22920 ! doio.c
22921____________________________________________________________________________
22922[ 7832] By: jhi on 2000/11/23 15:33:30
22923 Log: Integrate perlio.
22924 Branch: perl
22925 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22926 !> win32/makefile.mk
22927____________________________________________________________________________
22928[ 7831] By: nick on 2000/11/23 10:31:07
22929 Log: Correct makefile.mk dependancies for ext/Filter/Util
22930 Build ext/Encode
22931 Run dmake regen_config_h
22932 Branch: perlio
22933 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22934 ! win32/makefile.mk
22935____________________________________________________________________________
22936[ 7830] By: nick on 2000/11/23 08:05:07
22937 Log: Integrate mainline
22938 Branch: perlio
22939 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22940 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
22941 +> t/lib/filt-util.pl t/lib/filt-util.t
22942 !> (integrate 41 files)
22943____________________________________________________________________________
22944[ 7829] By: gsar on 2000/11/23 03:07:11
22945 Log: build the Filter extension on windows
22946 Branch: perl
22947 ! win32/Makefile win32/makefile.mk
22948____________________________________________________________________________
22949[ 7828] By: gsar on 2000/11/23 02:46:35
22950 Log: regenerate win32/config* and fix some inconsistencies in the
22951 makefiles; always export Perl_deb() because it is needed
22952 by ext/re/* (whether perl itself is built with -DDEBUGGING
22953 or not)
22954 Branch: perl
22955 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
22956 ! win32/config_H.vc win32/makefile.mk
22957____________________________________________________________________________
22958[ 7827] By: gsar on 2000/11/23 02:18:38
22959 Log: get sources building on windows+MSVC again (untested with other
22960 compilers)
22961 Branch: perl
22962 ! win32/include/sys/socket.h win32/perllib.c
22963____________________________________________________________________________
22964[ 7826] By: jhi on 2000/11/23 01:18:26
22965 Log: Update Changes.
22966 Branch: perl
22967 ! Changes patchlevel.h
22968____________________________________________________________________________
22969[ 7825] By: jhi on 2000/11/23 00:20:41
22970 Log: Subject: Re: av.c patch (having slight problems)
22971 From: "Ben Tilly" <ben_tilly@hotmail.com>
22972 Date: Tue, 21 Nov 2000 23:29:31 -0500
22973 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
22974
22975 unshift() speedup.
22976 Branch: perl
22977 ! av.c
22978____________________________________________________________________________
22979[ 7824] By: jhi on 2000/11/22 23:59:15
22980 Log: Fixes for signedness warnings noticed by VMSperlers.
22981 Branch: perl
22982 ! ext/Storable/Storable.xs regcomp.c sv.c
22983____________________________________________________________________________
22984[ 7823] By: jhi on 2000/11/22 23:19:31
22985 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
22986 From: Peter Prymmer <pvhp@forte.com>
22987 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
22988 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
22989 Branch: perl
22990 ! t/pragma/warn/pp_hot
22991____________________________________________________________________________
22992[ 7822] By: jhi on 2000/11/22 22:52:20
22993 Log: Be clean.
22994 Branch: perl
22995 ! Makefile.SH
22996____________________________________________________________________________
22997[ 7821] By: jhi on 2000/11/22 22:46:39
22998 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
22999 by Damian Conway, as suggested by Paul Marquess.
23000 Branch: perl
23001 + lib/Filter/Simple.pm
23002____________________________________________________________________________
23003[ 7820] By: jhi on 2000/11/22 22:45:51
23004 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
23005 Branch: perl
23006 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23007 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
23008 + t/lib/filt-util.t
23009 ! MANIFEST
23010____________________________________________________________________________
23011[ 7819] By: jhi on 2000/11/22 22:03:27
23012 Log: Integrate perlio.
23013 Branch: perl
23014 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
23015 !> win32/makefile.mk
23016____________________________________________________________________________
23017[ 7818] By: jhi on 2000/11/22 21:56:02
23018 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
23019 Branch: perl
23020 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
23021 ! t/lib/io_sock.t
23022____________________________________________________________________________
23023[ 7817] By: jhi on 2000/11/22 21:39:49
23024 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
23025 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23026 Date: Wed, 22 Nov 2000 16:08:12 -0500
23027 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
23028 Branch: perl
23029 ! lib/ExtUtils/Liblist.pm
23030____________________________________________________________________________
23031[ 7816] By: jhi on 2000/11/22 21:38:25
23032 Log: Go ahead and #include <unistd.h> in perl.h.
23033 Branch: perl
23034 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
23035 ! util.c
23036____________________________________________________________________________
23037[ 7815] By: jhi on 2000/11/22 21:22:52
23038 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
23039 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23040 Date: Mon, 20 Nov 2000 18:30:52 -0500
23041 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
23042 Branch: perl
23043 ! pod/perlre.pod regcomp.c t/op/re_tests
23044____________________________________________________________________________
23045[ 7814] By: jhi on 2000/11/22 21:21:46
23046 Log: Subject: [PATCH 5.7.0] Liblist finally works
23047 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23048 Date: Tue, 21 Nov 2000 22:02:17 -0500
23049 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
23050 Branch: perl
23051 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
23052 ! lib/ExtUtils/MakeMaker.pm
23053____________________________________________________________________________
23054[ 7813] By: jhi on 2000/11/22 21:20:23
23055 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
23056 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23057 Date: Wed, 22 Nov 2000 17:53:15 +0100
23058 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
23059
23060 AIX dynaloader and perlio patch.
23061 Branch: perl
23062 ! ext/DynaLoader/dl_aix.xs
23063____________________________________________________________________________
23064[ 7812] By: jhi on 2000/11/22 21:17:52
23065 Log: (Accidentally empty patch.)
23066 Branch: perl
23067 ! av.c
23068____________________________________________________________________________
23069[ 7811] By: jhi on 2000/11/22 21:16:31
23070 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
23071 From: Peter Prymmer <pvhp@forte.com>
23072 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
23073 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
23074 Branch: perl
23075 ! vms/test.com
23076____________________________________________________________________________
23077[ 7810] By: jhi on 2000/11/22 21:15:36
23078 Log: Subject: Re: perl@7777
23079 From: "John P. Linderman" <jpl@research.att.com>
23080 Date: Wed, 22 Nov 2000 13:11:11 -0500
23081 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
23082
23083 Detypoing.
23084 Branch: perl
23085 ! lib/CPAN.pm
23086____________________________________________________________________________
23087[ 7809] By: jhi on 2000/11/22 21:14:19
23088 Log: Subject: [PATCH perl@7795] Perlio_tell fix
23089 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23090 Date: Wed, 22 Nov 2000 13:51:37 EST
23091 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
23092 Branch: perl
23093 ! perlsdio.h
23094____________________________________________________________________________
23095[ 7808] By: jhi on 2000/11/22 21:13:27
23096 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
23097 From: Casey Tweten <crt@kiski.net>
23098 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
23099 Message-Id: <200011201653.LAA10194@home.kiski.net>
23100 Branch: perl
23101 ! t/lib/io_udp.t
23102____________________________________________________________________________
23103[ 7807] By: jhi on 2000/11/22 21:12:35
23104 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
23105 From: Casey Tweten <crt@kiski.net>
23106 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
23107 Message-Id: <200011201636.LAA07227@home.kiski.net>
23108 Branch: perl
23109 ! t/lib/io_sock.t
23110____________________________________________________________________________
23111[ 7806] By: jhi on 2000/11/22 21:10:59
23112 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
23113 From: "Casey R. Tweten" <crt@kiski.net>
23114 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
23115 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
23116 Branch: perl
23117 ! utils/h2xs.PL
23118____________________________________________________________________________
23119[ 7805] By: nick on 2000/11/22 21:05:06
23120 Log: Integrate mainline
23121 Branch: perlio
23122 !> Changes Porting/genlog ext/DB_File/DB_File.xs
23123 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
23124 !> utils/perlbug.PL
23125____________________________________________________________________________
23126[ 7804] By: jhi on 2000/11/22 21:01:12
23127 Log: Subject: [PATCH] Test.pm POD peculiarity
23128 From: "Casey R. Tweten" <crt@kiski.net>
23129 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
23130 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
23131 Branch: perl
23132 ! lib/Test.pm
23133____________________________________________________________________________
23134[ 7803] By: jhi on 2000/11/22 20:59:59
23135 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
23136 From: "Philip Newton" <pnewton@gmx.de>
23137 Date: Wed, 22 Nov 2000 14:25:53 +0100
23138 Message-Id: <3A1BD771.25462.1939FAD@localhost>
23139
23140 Be case-understanding also on 's', and use the -oi of sendmail
23141 not to terminate the transmission on a lone '.'.
23142 Branch: perl
23143 ! utils/perlbug.PL
23144____________________________________________________________________________
23145[ 7802] By: nick on 2000/11/22 20:51:42
23146 Log: Win32 PerlIO intermediate state now working as expected.
23147 - In current state we are still using C runtime in text/binary
23148 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
23149 - PERLIO=stdio and PERLIO=unix pass all expected tests.
23150 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
23151 and PerlIO_seek() and the dummy crlf layer is not making adjustments
23152 for CRLF translation happening in C runtime. All other tests pass.
23153
23154 Added note to README.win32 to point out the snags of doing a perl build
23155 with Norton AntiVirus turned on.
23156
23157 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
23158 which file a fail comes from.
23159
23160 Updated "canned" config.h to match the one generated.
23161 Branch: perlio
23162 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
23163 ! win32/makefile.mk
23164____________________________________________________________________________
23165[ 7801] By: jhi on 2000/11/22 06:50:20
23166 Log: Nickety nits.
23167 Branch: perl
23168 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
23169____________________________________________________________________________
23170[ 7800] By: jhi on 2000/11/22 01:29:55
23171 Log: Changes had accidentally gone too silent on non-main branches.
23172 Branch: perl
23173 ! Changes Porting/genlog patchlevel.h
23174____________________________________________________________________________
23175[ 7799] By: gsar on 2000/11/22 01:02:56
23176 Log: some lib_pm.PL changes snuck in via change#7772
23177 Branch: maint-5.6/perl
23178 ! Makefile.SH
23179____________________________________________________________________________
23180[ 7798] By: nick on 2000/11/21 21:59:40
23181 Log: Integrate mainline
23182 Branch: perlio
23183 !> (integrate 28 files)
23184____________________________________________________________________________
23185[ 7797] By: jhi on 2000/11/21 21:01:45
23186 Log: Integrate perlio.
23187 Branch: perl
23188 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
23189____________________________________________________________________________
23190[ 7796] By: nick on 2000/11/21 20:36:22
23191 Log: Win32 builds and runs (mostly) with USE_PERLIO.
23192 PERLIO=perlio passes all tests.
23193 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
23194 Branch: perlio
23195 ! perlio.c win32/perllib.c win32/win32.c
23196____________________________________________________________________________
23197[ 7795] By: jhi on 2000/11/21 19:03:44
23198 Log: Update Changes.
23199 Branch: perl
23200 ! Changes patchlevel.h
23201____________________________________________________________________________
23202[ 7794] By: jhi on 2000/11/21 18:56:34
23203 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
23204 From: "Craig A. Berry" <craigberry@mac.com>
23205 Date: Mon, 20 Nov 2000 20:27:06 -0600
23206 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
23207
23208 A cut-and-pasto.
23209 Branch: perl
23210 ! perlio.h
23211____________________________________________________________________________
23212[ 7793] By: jhi on 2000/11/21 18:54:41
23213 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
23214 From: Dominic Dunlop <domo@computer.org>
23215 Date: Mon, 20 Nov 2000 18:55:29 +0100
23216 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
23217
23218 va_copy() and the need of it.
23219 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
23220 Branch: metaconfig/U/perl
23221 + need_va_copy.U
23222 Branch: perl
23223 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23224 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
23225 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
23226 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23227 ! win32/config.bc win32/config.gc win32/config.vc
23228____________________________________________________________________________
23229[ 7792] By: jhi on 2000/11/21 17:04:10
23230 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
23231 Branch: perl
23232 !> scope.h
23233____________________________________________________________________________
23234[ 7791] By: jhi on 2000/11/21 17:01:16
23235 Log: Export the SOCKS workaround symbols only if necessary.
23236 Branch: perl
23237 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
23238____________________________________________________________________________
23239[ 7790] By: nick on 2000/11/20 23:57:11
23240 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
23241 Branch: perlio
23242 ! scope.h
23243____________________________________________________________________________
23244[ 7789] By: nick on 2000/11/20 23:38:33
23245 Log: Integrate mainline
23246 Branch: perlio
23247 +> lib/File/Spec/Epoc.pm
23248 !> (integrate 34 files)
23249____________________________________________________________________________
23250[ 7788] By: nick on 2000/11/20 23:20:18
23251 Log: Make extra buffer layer work (dummy crlf layer)
23252 Branch: perlio
23253 ! doio.c perlio.c perlio.h
23254____________________________________________________________________________
23255[ 7787] By: jhi on 2000/11/20 22:44:04
23256 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
23257 From: Peter Prymmer <pvhp@forte.com>
23258 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
23259 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
23260 Branch: perl
23261 ! t/pragma/locale.t
23262____________________________________________________________________________
23263[ 7786] By: jhi on 2000/11/20 22:29:10
23264 Log: Subject: DOC PATCH 5.6.0 perlreftut
23265 From: mjd@plover.com
23266 Date: 20 Nov 2000 19:45:06 -0000
23267 Message-ID: <20001120194506.9505.qmail@plover.com>
23268 Branch: perl
23269 ! pod/perlreftut.pod
23270____________________________________________________________________________
23271[ 7785] By: jhi on 2000/11/20 22:27:44
23272 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
23273 From: David Dyck <dcd@tc.fluke.com>
23274 Date: Mon, 20 Nov 2000 11:43:40 -0800
23275 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
23276 Branch: perl
23277 ! lib/Cwd.pm
23278____________________________________________________________________________
23279[ 7784] By: jhi on 2000/11/20 22:23:21
23280 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
23281 Date: Mon, 20 Nov 2000 17:06:10 -0500
23282 To: Mailing list Perl5 <perl5-porters@perl.org>
23283 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
23284 Branch: perl
23285 ! pp_ctl.c t/op/pat.t
23286____________________________________________________________________________
23287[ 7783] By: jhi on 2000/11/20 22:11:18
23288 Log: Subject: [PATCH] doop.c - UTF8 tr///
23289 From: Simon Cozens <simon@cozens.net>
23290 Date: Sat, 18 Nov 2000 18:49:30 +0000
23291 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
23292
23293 Subject: Re: [PATCH] doop.c - UTF8 tr///
23294 From: Simon Cozens <simon@cozens.net>
23295 Date: Mon, 20 Nov 2000 20:45:22 +0000
23296 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
23297
23298 Make tr on UTF-8 better but still not correct.
23299 Branch: perl
23300 ! doop.c
23301____________________________________________________________________________
23302[ 7782] By: jhi on 2000/11/20 22:02:16
23303 Log: Remove the shared object before attempting to create
23304 (by linking) a new one. E.g. in AIX not removing
23305 becomes quite painful if one tries to do more than one
23306 build in the same tree (an interrupted build, for example),
23307 since the AIX' shared dynaloader seemingly keeps the shared
23308 objects open and therefore 'busy' for quite a while, even when
23309 nobody is using the objects, leading into link failures.
23310 Branch: perl
23311 ! lib/ExtUtils/MM_Unix.pm
23312____________________________________________________________________________
23313[ 7781] By: gsar on 2000/11/20 19:02:55
23314 Log: type mismatch due to faulty integration
23315 Branch: maint-5.6/perl
23316 ! toke.c win32/Makefile
23317____________________________________________________________________________
23318[ 7780] By: gsar on 2000/11/20 17:31:55
23319 Log: integrate changes#6392,6394..6399,6401..6404
23320
23321 The {multiplier} of a fixed substring was overlooked which
23322 caused a wrong initial search offset for that substring.
23323
23324 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
23325 From: Hugo <hv@crypt.compulink.co.uk>
23326 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
23327 Date: Thu, 13 Jul 2000 19:27:13 +0100
23328
23329 Fix the BOM bug: not a byteorder bug, a signedness bug.
23330
23331 Replace change #6337 with a better one.
23332
23333 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
23334 From: Hugo <hv@crypt.compulink.co.uk>
23335 Date: Fri, 14 Jul 2000 04:16:20 +0100
23336 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
23337
23338 MakeMaker should not remove editor backups (*~) on `make clean`
23339 by default (completes change#6383)
23340
23341 move new variables to the end of the interpreter structure (for
23342 bincompat in code that doesn't #include XSUB.h)
23343
23344 rename totally bletcherous SvLOCK() thingy (doesn't do what the
23345 name suggests anyway)
23346
23347 various cleanups (typos, misformatted code, and small bugs)
23348
23349 typecasts needed for change#6394
23350
23351 typos in change#6399, regen headers
23352
23353 inconsistent types needs casts
23354
23355 PERL_OBJECT build tweaks
23356 Branch: maint-5.6/perl
23357 !> MANIFEST doop.c embed.h embed.pl embedvar.h
23358 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
23359 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
23360 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
23361 !> toke.c util.c
23362____________________________________________________________________________
23363[ 7779] By: gsar on 2000/11/20 17:06:29
23364 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
23365
23366 Cosmetics and perldelta.
23367
23368 Fix nits noticed by Boston.pm.
23369
23370 Do the cc sanity check both before the hints and
23371 after the cc selction.
23372
23373 get sprintf.t to adjust properly for 3-digit exponents
23374
23375 don't clobber *.orig files on *clean targets
23376
23377 fix bugs in processing %v-*d and similar format specs (from
23378 Avi Finkel <avi@finkel.org>)
23379
23380 sprintf test tweaks (from Dominic Dunlop)
23381
23382 new selfloader.t in change#6183 doesn't close DATA handles,
23383 and thus fails to clean up tmp files on dosish platforms
23384
23385 typos (spotted by Peter Prymmer)
23386
23387 typo fix from Craig Berry
23388 Branch: maint-5.6/perl
23389 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
23390 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
23391 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
23392 !> x2p/Makefile.SH
23393____________________________________________________________________________
23394[ 7778] By: gsar on 2000/11/20 16:46:51
23395 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
23396
23397 Subject: Re: format bug report [Patch]
23398 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23399 Date: Wed, 05 Jul 2000 13:12:52 +0200
23400 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
23401
23402 Subject: Re: format bug report [Patch]
23403 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23404 Date: Wed, 05 Jul 2000 14:10:01 +0200
23405 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
23406
23407 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
23408 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23409 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
23410 Date: Fri, 07 Jul 2000 17:57:16 +0100
23411
23412 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
23413 To: perl5-porters@perl.org
23414 From: Karsten Sperling <spiff@phreax.net>
23415 Date: Mon, 10 Jul 2000 15:12:52 +0200
23416 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
23417
23418 README.posix-bc podified from Thomas Dorner.
23419
23420 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
23421 From: Dominic Dunlop <domo@computer.org>
23422 Date: Tue, 11 Jul 2000 12:27:33 +0200
23423 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
23424
23425 Typo in #6341.
23426
23427 Fix for
23428 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
23429 From: Roderick Schertler <roderick@argon.org>
23430 Date: Tue, 11 Jul 2000 13:55:05 -0400
23431 Message-Id: <200007111755.NAA05077@jones.argon.org>
23432
23433 Minor cleanups on the booklist.
23434
23435 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
23436 regen perltoc.
23437
23438 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
23439 Branch: maint-5.6/perl
23440 +> pod/perlbook.pod
23441 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
23442 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
23443 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
23444____________________________________________________________________________
23445[ 7777] By: jhi on 2000/11/20 16:08:49
23446 Log: Update Changes.
23447 Branch: perl
23448 ! Changes patchlevel.h
23449____________________________________________________________________________
23450[ 7776] By: jhi on 2000/11/20 15:27:56
23451 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
23452 This may be overly harsh but until proven otherwise, we think this
23453 way, or until we have a simple test for Configure (having to start
23454 up servers is does not count as simple) to check for the problems.
23455 Branch: perl
23456 ! perl.h
23457____________________________________________________________________________
23458[ 7775] By: jhi on 2000/11/20 15:22:17
23459 Log: Solaris hints tweaks.
23460 Branch: perl
23461 ! hints/solaris_2.sh
23462____________________________________________________________________________
23463[ 7774] By: jhi on 2000/11/20 15:01:20
23464 Log: Add a workaround to SOCKS 64-bit problems.
23465 Branch: perl
23466 ! doio.c embed.h embed.pl perlsdio.h proto.h
23467____________________________________________________________________________
23468[ 7773] By: jhi on 2000/11/20 14:51:47
23469 Log: sysseek() instead of seek().
23470 Branch: perl
23471 ! t/lib/syslfs.t
23472____________________________________________________________________________
23473[ 7772] By: gsar on 2000/11/20 13:06:23
23474 Log: integrate changes#6315..6319,6321..6331,6333..6338
23475
23476 Integrate with Sarathy, preliminary fix for unicos
23477 alignment problems in [ID 20000612.002] Perl problem on Cray system.
23478
23479 some debugger output does not go to the socket when RemotePort is set
23480
23481 winsock cleanup never done on Windows (leads to handle leaks)
23482
23483 fix UNC path handling on Windows under ithreads, and chdir()
23484 return value when given a non-existent directory
23485
23486 Autogenerate pod/Makefile and pod/buildtoc.
23487 buildtoc also checks whether the existin pods are
23488 mentioned in MANIFEST and perl.pod, and vice versa.
23489 (None of the thusly found discrepancies fixed yet.)
23490 roffitall also needs to be autogenerated similarly but it
23491 seems so badly out of date that I didn't touch it yet.
23492
23493 Config is being used.
23494
23495 Add =head1 NAMEs so that buildtoc is happy.
23496 (The CGI::Util nit reported to Lincoln.)
23497
23498 Fix complaints of buildtoc.
23499
23500 Fix the alignment problem in Crays ([ID 20000612.002]).
23501
23502 Remove perlbook, update perlfaq book listing,
23503 rearrange perl.pod, regenerate perltoc.
23504
23505 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
23506 was cast to an unsigned (32-bit) integer with wild abandon.
23507
23508 winsock options weren't being set in all threads under ithreads
23509 (caused send()s from second and subsequent threads to fail)
23510
23511 accept() leaks memory on windows due to incorrect ordering of
23512 closesocket() and fclose() calls
23513
23514 Reorder perl.pod once more.
23515
23516 More POSIX.pod tweaks.
23517
23518 Sprinkle ldlibpath.
23519
23520 Precedence goof, fix based on
23521 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
23522 From: Hugo <hv@crypt.compulink.co.uk>
23523 Date: Tue, 11 Jul 2000 12:52:38 +0100
23524 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
23525
23526 Subject: PATCH perlguts.pod: Document D and d magic types
23527 From: mjd@plover.com
23528 Date: 5 Jul 2000 18:01:51 -0000
23529 Message-ID: <20000705180151.29413.qmail@plover.com>
23530
23531 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
23532 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
23533 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
23534 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
23535
23536 Subject: [PATCH cfgperl] $& segfaults if you trick it
23537 From: simon@brecon.co.uk (Simon Cozens)
23538 Date: 7 Jul 2000 11:26:09 GMT
23539 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
23540
23541 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
23542 From: Hugo <hv@crypt.compulink.co.uk>
23543 Date: Tue, 11 Jul 2000 12:44:50 +0100
23544 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
23545
23546 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
23547 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23548 Date: Tue, 11 Jul 2000 13:50:51 +0100
23549 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
23550 Branch: maint-5.6/perl
23551 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
23552 +> pod/buildtoc.PL
23553 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
23554 !> (integrate 26 files)
23555____________________________________________________________________________
23556[ 7771] By: gsar on 2000/11/20 12:31:42
23557 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
23558 6310,6311,6314
23559
23560 Subject: [PATCH bleedperl] File::Spec 0.82 beta
23561 From: Barrie Slaymaker <barries@jester.slaysys.com>
23562 Date: Wed, 28 Jun 2000 11:35:29 -0400
23563 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
23564
23565 tweak perlembed for multiplicity/usethreads sanity; correct notes
23566 about Windows
23567
23568 localize %INC in a Safe compartment so that use/require work
23569 (many other magic globals probably need similar treatment)
23570
23571 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
23572 when @_ is modified, causing coredumps
23573
23574 slurp mode fix in change#4736 still not quite right
23575
23576 Point to perlipc for more SysV IPC examples.
23577
23578 Elaborate POSIX.pod. Still needs work.
23579
23580 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
23581
23582 fix large memory leak that has been around for ever, masked by
23583 -DPURIFY (most of the arenas were never freed!)
23584
23585 fix memory leak on Windows (PL_sys_intern contents were never
23586 freed)
23587
23588 PERL_OBJECT build tweak
23589
23590 adjust change#6299
23591
23592 remove rel2abs prototypes (from Barrie Slaymaker)
23593
23594 missing perldiag entry for unpack("w",...) diagnostic (from
23595 Andreas Koenig)
23596
23597 better diagnostic on Frob->stuff() when Frob:: doesn't exist
23598 (from Richard Soderberg <rs@oregonnet.com>)
23599
23600 Win32 patches for cfgperl from Sarathy.
23601
23602 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
23603
23604 More POSIX.pod embellishment.
23605
23606 tyop in change#6306
23607 Branch: maint-5.6/perl
23608 !> (integrate 44 files)
23609____________________________________________________________________________
23610[ 7770] By: gsar on 2000/11/20 11:51:00
23611 Log: integrate changes#6268..6282 from cfgperl branch
23612
23613 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
23614 From: Dominic Dunlop <domo@computer.org>
23615 Date: Thu, 29 Jun 2000 12:32:39 +0200
23616 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
23617
23618 Regen headers for #6261 (and update embed.pl for this) and #6267,
23619 silence few compiler warnings.
23620
23621 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
23622 From: Nicholas Clark <nick@talking.bollo.cx>
23623 Date: Fri, 23 Jun 2000 16:21:15 +0100
23624 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
23625
23626 Subject: PATCH pod/perltie.pod
23627 From: Ian Phillipps <Ian.Phillipps@iname.com>
23628 Date: Fri, 16 Jun 2000 00:17:19 +0100
23629 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
23630 (only the first hunk, the second hunk had already been done
23631 by some other patch)
23632
23633 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
23634 From: Tom Phoenix <rootbeer@redcat.com>
23635 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
23636 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
23637
23638 Subject: [PATCH] xsub attributes
23639 From: Doug MacEachern <dougm@covalent.net>
23640 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
23641 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
23642
23643 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
23644 From: Andy Dougherty <doughera@lafayette.edu>
23645 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
23646 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
23647
23648 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
23649 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23650 Date: Tue, 13 Jun 2000 02:43:48 -0500
23651 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
23652
23653 Subject: [PATCH] Re: eval documentation: context
23654 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23655 Date: Mon, 12 Jun 2000 15:07:29 +0100
23656 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
23657
23658 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
23659 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23660 Date: Mon, 12 Jun 2000 14:55:59 +0100
23661 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
23662
23663 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
23664 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
23665 Date: Fri, 09 Jun 2000 12:39:27 -0400
23666 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
23667 (plus update the version "number" of Text::Wrap)
23668
23669 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
23670 From: Tim Ayers <tayers@bridge.com>
23671 Date: Thu, 08 Jun 2000 08:11:06 +0200
23672 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
23673 [resent by Richard Foley, Message-Id probably wrong]
23674
23675 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
23676 From: rspier@pobox.com (Robert Spier)
23677 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
23678 Message-ID: <14654.31913.845602.610277@rls.cx>
23679
23680 Subject: [PATCH 5.6.0] utils/h2xs.PL
23681 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23682 Date: Wed, 7 Jun 2000 04:02:04 -0500
23683 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
23684
23685 Subject: [PATCH 5.6.0]ITHREADs for VMS
23686 From: Dan Sugalski <dan@sidhe.org>
23687 Date: Tue, 06 Jun 2000 11:59:50 -0400
23688 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
23689 Branch: maint-5.6/perl
23690 !> (integrate 31 files)
23691____________________________________________________________________________
23692[ 7769] By: gsar on 2000/11/20 11:29:06
23693 Log: integrate changes#6261..6266 from cfgperl
23694
23695 Subject: Re: [PATCH cfgperl] BOMs away!
23696 From: simon@brecon.co.uk (Simon Cozens)
23697 Date: 17 Jun 2000 11:49:57 GMT
23698 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
23699
23700 Subject: 5.6.0 Patch for EPOC
23701 From: Olaf Flebbe <o.flebbe@gmx.de>
23702 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
23703 Message-ID: <23449.960929969@www11.gmx.net>
23704
23705 tr fixes from Simon Cozens
23706
23707 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
23708 From: Marty Lucich <marty@netcom.com>
23709 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
23710 Message-Id: <200006282116.OAA11148@netcom.com>
23711 ccdlflags update (the BSD/OS 4.1 part had already been taken
23712 care of by #6141).
23713
23714 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
23715 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23716 Date: Wed, 28 Jun 2000 17:50:12 -0700
23717 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
23718
23719 Subject: [PATCH 5.6.0] cygwin port
23720 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
23721 From: "Fifer, Eric" <EFifer@sanwaint.com>
23722 Date: Thu, 29 Jun 2000 12:58:29 +0100
23723 Branch: maint-5.6/perl
23724 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
23725 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
23726 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23727 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
23728____________________________________________________________________________
23729[ 7768] By: gsar on 2000/11/20 11:13:44
23730 Log: integrate changes#6252..6256,6259..6260
23731
23732 Paranoia tweak on #6249.
23733 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
23734 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23735 Date: Sun, 25 Jun 2000 23:43:12 -0400
23736 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
23737
23738 Subject: tr///, help wanted.
23739 From: simon@brecon.co.uk (Simon Cozens)
23740 Date: 28 Jun 2000 11:29:04 GMT
23741 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
23742
23743 small thinko tweaks
23744
23745 tweaks from Simon Conzes to further fix tr/// under utf8
23746
23747 perlnewmod was missing from MANIFEST.
23748
23749 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
23750 From: simon@brecon.co.uk (Simon Cozens)
23751 Date: 17 Jun 2000 11:56:44 GMT
23752 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
23753 pack U0, pack C0
23754 Branch: maint-5.6/perl
23755 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
23756 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
23757 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
23758 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
23759____________________________________________________________________________
23760[ 7767] By: gsar on 2000/11/20 10:51:38
23761 Log: integrate change#6250 from cfgperl
23762
23763 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
23764 From: Doug MacEachern <dougm@covalent.net>
23765 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
23766 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
23767 Branch: maint-5.6/perl
23768 +> t/op/my_stash.t
23769 !> MANIFEST embed.pl global.sym proto.h toke.c
23770____________________________________________________________________________
23771[ 7766] By: gsar on 2000/11/20 10:48:34
23772 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
23773
23774 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
23775 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23776 Date: Mon, 26 Jun 2000 18:40:14 +0100
23777 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
23778
23779 Subject: [PATCH] bytes<->utf8 fixes
23780 From: simon@brecon.co.uk (Simon Cozens)
23781 Date: 26 Jun 2000 04:55:45 GMT
23782 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
23783
23784 Subject: [PATCH] is_utf8_string
23785 From: simon@brecon.co.uk (Simon Cozens)
23786 Date: 26 Jun 2000 02:25:59 GMT
23787 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
23788
23789 Subject: [PATCH] avoid mg_ptr in '*' magic
23790 From: Doug MacEachern <dougm@covalent.net>
23791 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
23792 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
23793
23794 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
23795 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23796 Date: Sat, 24 Jun 2000 13:06:20 +0100
23797 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
23798
23799 Allow for standalone testing.
23800
23801 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
23802 From: Mark-Jason Dominus <mjd@plover.com>
23803 Date: Tue, 27 Jun 2000 22:36:42 -0400
23804 Message-ID: <20000628023642.12166.qmail@plover.com>
23805
23806 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
23807 From: Frank Tobin <ftobin@uiuc.edu>
23808 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
23809 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
23810 Branch: maint-5.6/perl
23811 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
23812 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
23813 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
23814 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
23815 !> utf8.c utils/h2xs.PL
23816____________________________________________________________________________
23817[ 7765] By: gsar on 2000/11/20 10:29:13
23818 Log: integrate change#6239 from cfgperl
23819
23820 Configure maintenance. Sever some dependency cycles,
23821 separate gccversion from the cc unit,
23822 address [ID 20000623.006] Configure script patch for using gcc on AIX
23823 (but solve it a little bit differently),
23824 unduplex some accidentally duplicated units,
23825 suggest using gcc if no cc available
23826 (p5p thread: "Solaris configure: counterproposal", 1999-09)
23827 Branch: maint-5.6/perl
23828 !> Configure Todo-5.6 config_h.SH
23829____________________________________________________________________________
23830[ 7764] By: gsar on 2000/11/20 10:25:55
23831 Log: integrate changes#6233..6238 from cfgperl
23832
23833 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
23834 From: Mark-Jason Dominus <mjd@plover.com>
23835 Date: Fri, 16 Jun 2000 20:53:04 -0400
23836 Message-ID: <20000617005304.8008.qmail@plover.com>
23837
23838 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
23839 because when run as services (Win32ese for daemons)
23840 no environment variables are set and tmpdir ends up as /tmp,
23841 which is ambiguous.
23842 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
23843 From: matt@sergeant.org
23844 Date: 16 Jun 2000 16:30:43 -0000
23845 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
23846
23847 The thread begun by
23848 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
23849 From: Kevin.Ruscoe@ubsw.com
23850 Date: Fri, 16 Jun 2000 16:38:51 +0100
23851 Message-Id: <H000019b03c300d6@MHS>
23852
23853 Tweak embed.pl, regen headers.
23854
23855 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
23856 From: Dan Sugalski <dan@sidhe.org>
23857 Date: Fri, 23 Jun 2000 17:00:00 -0400
23858 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
23859 Branch: maint-5.6/perl
23860 !> (integrate 27 files)
23861____________________________________________________________________________
23862[ 7763] By: gsar on 2000/11/20 10:08:08
23863 Log: s/perl56delta/perldelta/g
23864 Branch: maint-5.6/perl
23865 ! pod/Makefile
23866____________________________________________________________________________
23867[ 7762] By: gsar on 2000/11/20 10:04:00
23868 Log: integrate changes#6225,6229,6231,6232 from cfgperl
23869
23870 Add source code filenames to apidoc.
23871 From: simon@brecon.co.uk (Simon Cozens)
23872 Subject: [PATCH embed.pl] Source X-ref
23873 Date: 22 Jun 2000 02:18:49 GMT
23874 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
23875
23876 Subject: README.hpux version 0.6.1
23877 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
23878 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23879 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
23880
23881 Subject: [PATCH 5.6.0] cygwin port
23882 From: "Fifer, Eric" <EFifer@sanwaint.com>
23883 Date: Tue, 20 Jun 2000 14:30:58 +0100
23884 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
23885
23886 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
23887 From: simon@brecon.co.uk (Simon Cozens)
23888 Date: 19 Jun 2000 15:18:27 GMT
23889 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
23890
23891 plus update pod/Makefile and regenerate perltoc
23892 Branch: maint-5.6/perl
23893 +> pod/perlutil.pod
23894 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
23895 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
23896____________________________________________________________________________
23897[ 7761] By: jhi on 2000/11/20 04:09:55
23898 Log: Miraculous typo.
23899 Branch: perl
23900 ! t/op/pat.t
23901____________________________________________________________________________
23902[ 7760] By: jhi on 2000/11/20 04:06:08
23903 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
23904 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23905 Date: Sun, 19 Nov 2000 22:30:26 -0500
23906 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
23907 Branch: perl
23908 ! regexec.c scope.h t/op/pat.t
23909____________________________________________________________________________
23910[ 7759] By: jhi on 2000/11/20 02:05:22
23911 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
23912 Branch: perl
23913 ! perl.h
23914____________________________________________________________________________
23915[ 7758] By: jhi on 2000/11/20 01:58:11
23916 Log: Subject: [perl 7711: EPOC] updates
23917 From: Olaf Flebbe <o.flebbe@gmx.de>
23918 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
23919 Message-ID: <25575.974658810@www23.gmx.net>
23920 Branch: perl
23921 + lib/File/Spec/Epoc.pm
23922 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
23923 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
23924 ! lib/File/Spec.pm perl.c sv.c
23925____________________________________________________________________________
23926[ 7757] By: jhi on 2000/11/20 01:53:11
23927 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
23928 Branch: perl
23929 ! MANIFEST
23930____________________________________________________________________________
23931[ 7756] By: jhi on 2000/11/20 01:47:22
23932 Log: Integrate perlio.
23933 Branch: perl
23934 - ext/re/hints/MSWin32.pl
23935 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
23936 !> win32/config.gc win32/config_H.gc win32/win32sck.c
23937____________________________________________________________________________
23938[ 7755] By: nick on 2000/11/19 20:57:17
23939 Log: Add dummy crlf layer (just as buffer)
23940 Correct 1st bug - one layer of indirection.
23941 Branch: perlio
23942 ! perlio.c perlio.h perliol.h
23943____________________________________________________________________________
23944[ 7754] By: nick on 2000/11/19 20:56:12
23945 Log: Work-round to Perl_deb_nocontext is no longer required
23946 Branch: perlio
23947 - ext/re/hints/MSWin32.pl
23948____________________________________________________________________________
23949[ 7753] By: nick on 2000/11/19 20:01:16
23950 Log: diff -se shows these as different
23951 Branch: perlio
23952 ! global.sym pod/perlapi.pod
23953____________________________________________________________________________
23954[ 7752] By: nick on 2000/11/19 18:57:30
23955 Log: Configure GCC/Win32 build -Duseperlio
23956 Fix a couple of gross issues
23957 - double-include of ../deb.o in re.dll
23958 - win32sck.c needs PerlIO and FILE
23959 Branch: perlio
23960 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
23961 ! win32/win32sck.c
23962____________________________________________________________________________
23963[ 7751] By: nick on 2000/11/19 17:05:36
23964 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
23965 Branch: perlio
23966 ! perlio.c
23967____________________________________________________________________________
23968[ 7750] By: nick on 2000/11/19 16:57:14
23969 Log: Missing aTHX_
23970 Branch: perlio
23971 ! sv.c
23972____________________________________________________________________________
23973[ 7749] By: jhi on 2000/11/19 16:28:40
23974 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
23975 From: "Peter J. Farley III" <pjfarley@banet.net>
23976 Date: Sun, 19 Nov 2000 01:42:58 -0500
23977 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
23978 Branch: perl
23979 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
23980____________________________________________________________________________
23981[ 7748] By: jhi on 2000/11/19 16:08:10
23982 Log: Subject: podlators 1.05 available
23983 From: Russ Allbery <rra@stanford.edu>
23984 Date: 18 Nov 2000 22:04:28 -0800
23985 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
23986 Branch: perl
23987 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
23988____________________________________________________________________________
23989[ 7747] By: nick on 2000/11/19 11:19:39
23990 Log: Integrate mainline
23991 Branch: perlio
23992 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
23993 !> util.c
23994____________________________________________________________________________
23995[ 7746] By: jhi on 2000/11/19 06:42:22
23996 Log: Make hex scanning warn on "\x{x}" and "\xx".
23997 "\x" and and hex("x") are still valid.
23998 Branch: perl
23999 ! util.c
24000____________________________________________________________________________
24001[ 7745] By: nick on 2000/11/18 22:52:28
24002 Log: Integrate mainline
24003 Branch: perlio
24004 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
24005 !> perl.h perlio.c proto.h regcomp.c regcomp.h
24006____________________________________________________________________________
24007[ 7744] By: jhi on 2000/11/18 22:50:28
24008 Log: Introduce Perl_utf8_length(). Use it.
24009 Branch: perl
24010 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
24011____________________________________________________________________________
24012[ 7743] By: jhi on 2000/11/18 22:38:51
24013 Log: Compiler denit.
24014 Branch: perl
24015 ! perlio.c
24016____________________________________________________________________________
24017[ 7742] By: jhi on 2000/11/18 20:33:05
24018 Log: Integrate perlio.
24019 Branch: perl
24020 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
24021 !> perlio.h pp_ctl.c pp_sys.c sv.c
24022____________________________________________________________________________
24023[ 7741] By: jhi on 2000/11/18 20:31:27
24024 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
24025 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24026 Date: Fri, 17 Nov 2000 20:35:11 -0500
24027 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
24028
24029 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
24030 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24031 Date: Fri, 17 Nov 2000 21:03:47 -0500
24032 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
24033
24034 Plus a little bit of tweaking in pregcomp().
24035 Branch: perl
24036 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
24037____________________________________________________________________________
24038[ 7740] By: nick on 2000/11/18 20:17:22
24039 Log: Lexical use open ... support:
24040 add ->cop_io to COP structure in cop.h.
24041 Make mg.c and gv.c associate it with ${^OPEN}.
24042 Make lib/open.pm set it.
24043 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
24044 manner similar to ->cop_warnings.
24045 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
24046 call new PerlIO_apply_layers().
24047 Declare latter in perlio.h and define in perlio.c
24048 Branch: perlio
24049 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
24050 ! perlio.h pp_ctl.c pp_sys.c sv.c
24051____________________________________________________________________________
24052[ 7739] By: jhi on 2000/11/18 19:54:00
24053 Log: Integrate perlio.
24054 Branch: perl
24055 !> doio.c perlio.c pp.c
24056____________________________________________________________________________
24057[ 7738] By: jhi on 2000/11/18 17:16:13
24058 Log: Subject: [PATCH 5.7.0] etags broken again
24059 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24060 Date: Sat, 18 Nov 2000 02:41:36 -0500
24061 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
24062 Branch: perl
24063 ! emacs/ptags
24064____________________________________________________________________________
24065[ 7737] By: jhi on 2000/11/18 17:12:18
24066 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
24067 Branch: perl
24068 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24069____________________________________________________________________________
24070[ 7736] By: nick on 2000/11/18 14:06:20
24071 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
24072 part to be isolated.
24073 Branch: perlio
24074 ! doio.c perlio.c
24075____________________________________________________________________________
24076[ 7735] By: nick on 2000/11/18 11:03:32
24077 Log: Integrate mainline
24078 Branch: perlio
24079 !> Changes README.amiga README.win32 patchlevel.h
24080 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
24081____________________________________________________________________________
24082[ 7734] By: jhi on 2000/11/18 01:18:56
24083 Log: Update Changes.
24084 Branch: perl
24085 ! Changes patchlevel.h
24086____________________________________________________________________________
24087[ 7733] By: jhi on 2000/11/18 00:32:54
24088 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
24089 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24090 Date: Fri, 17 Nov 2000 17:28:02 -0500
24091 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
24092 Branch: perl
24093 ! regcomp.c regexec.c t/op/re_tests
24094____________________________________________________________________________
24095[ 7732] By: jhi on 2000/11/18 00:28:56
24096 Log: Sparc 64-bit pack() fix from Jens Hamisch.
24097 Branch: perl
24098 ! pp.c
24099____________________________________________________________________________
24100[ 7731] By: jhi on 2000/11/18 00:18:39
24101 Log: Explain in more detail the {} syntax ambiguousity.
24102
24103 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
24104 From: Nicholas Clark <nick@ccl4.org>
24105 Date: Fri, 17 Nov 2000 22:10:28 +0000
24106 Message-ID: <20001117221028.A88930@plum.flirble.org>
24107 Branch: perl
24108 ! pod/perlfunc.pod
24109____________________________________________________________________________
24110[ 7730] By: jhi on 2000/11/18 00:12:18
24111 Log: Subject: Fix for README.amiga (20000323.033)
24112 From: "Stephen P. Potter" <spp@spotter.yi.org>
24113 Date: Fri, 17 Nov 2000 12:25:51 -0500
24114 Message-Id: <200011171725.MAA05768@spotter.yi.org>
24115 Branch: perl
24116 ! README.amiga
24117____________________________________________________________________________
24118[ 7729] By: jhi on 2000/11/18 00:08:34
24119 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
24120 From: "A. C. Yardley" <yardley@tanet.net>
24121 Date: Mon, 3 Apr 2000 11:35:33 -0700
24122 Message-ID: <3483.000403@tanet.net>
24123 Branch: perl
24124 ! README.win32
24125____________________________________________________________________________
24126[ 7728] By: nick on 2000/11/17 21:59:47
24127 Log: Integrate mainline
24128 Branch: perlio
24129 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
24130 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
24131 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
24132 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
24133____________________________________________________________________________
24134[ 7727] By: nick on 2000/11/17 21:56:31
24135 Log: Experiment on use of attributes.pm interface.
24136 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
24137 SVt_PVRV if not already something better (else vivify of say magic gets
24138 core dump).
24139 Branch: perlio
24140 ! perlio.c pp.c
24141____________________________________________________________________________
24142[ 7726] By: jhi on 2000/11/17 14:15:49
24143 Log: Subject: Fix for 20000815.006
24144 From: "Stephen P. Potter" <spp@spotter.yi.org>
24145 Date: Fri, 17 Nov 2000 08:57:45 -0500
24146 Message-Id: <200011171357.IAA05122@spotter.yi.org>
24147
24148 It's really 20000518.006.
24149 Branch: perl
24150 ! pod/perlmodlib.PL
24151____________________________________________________________________________
24152[ 7725] By: jhi on 2000/11/17 14:12:31
24153 Log: Subject: Fix for 20000409.001
24154 From: "Stephen P. Potter" <spp@spotter.yi.org>
24155 Date: Fri, 17 Nov 2000 08:55:45 -0500
24156 Message-Id: <200011171355.IAA05104@spotter.yi.org>
24157 Branch: perl
24158 ! pod/perlfaq9.pod
24159____________________________________________________________________________
24160[ 7724] By: jhi on 2000/11/17 14:08:58
24161 Log: Undo #7627 now that we have =head3.
24162 Branch: perl
24163 ! pod/perlhack.pod
24164____________________________________________________________________________
24165[ 7723] By: jhi on 2000/11/17 14:04:09
24166 Log: As surmised the #7719 wasn't a good move.
24167 Branch: perl
24168 ! hints/solaris_2.sh
24169____________________________________________________________________________
24170[ 7722] By: jhi on 2000/11/17 13:59:04
24171 Log: Also the 64bitall hints can be either here or there.
24172 Branch: perl
24173 ! hints/solaris_2.sh
24174____________________________________________________________________________
24175[ 7721] By: jhi on 2000/11/17 02:26:23
24176 Log: Test tweak for the open pragma.
24177 Branch: perl
24178 ! t/lib/b.t
24179____________________________________________________________________________
24180[ 7720] By: jhi on 2000/11/17 00:23:22
24181 Log: The long double hints can be here or there.
24182 Branch: perl
24183 ! hints/solaris_2.sh
24184____________________________________________________________________________
24185[ 7719] By: jhi on 2000/11/17 00:14:06
24186 Log: For Solaris use64bitall the stdchar needs a little bit of help.
24187 Branch: perl
24188 ! hints/solaris_2.sh
24189____________________________________________________________________________
24190[ 7718] By: jhi on 2000/11/16 23:27:34
24191 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
24192 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24193 Date: Wed, 15 Nov 2000 08:56:32 +0100
24194 Message-ID: <3A1241B0.64477E00@alcatel.at>
24195 Branch: perl
24196 ! lib/Carp/Heavy.pm
24197____________________________________________________________________________
24198[ 7717] By: jhi on 2000/11/16 23:23:29
24199 Log: Subject: [PATCH] Re: 20001101.003 PDL
24200 From: Nicholas Clark <nick@ccl4.org>
24201 Date: Thu, 16 Nov 2000 16:48:25 +0000
24202 Message-ID: <20001116164825.B93487@plum.flirble.org>
24203 Branch: perl
24204 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
24205____________________________________________________________________________
24206[ 7716] By: jhi on 2000/11/16 23:21:31
24207 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
24208 From: "Casey R. Tweten" <crt@kiski.net>
24209 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
24210 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
24211 Branch: perl
24212 ! lib/Pod/Checker.pm pod/perlpod.pod
24213____________________________________________________________________________
24214[ 7715] By: jhi on 2000/11/16 23:19:40
24215 Log: Avoid an infinite loop in VMS when utils scripts are run
24216 with no arguments, from Charles Lane.
24217 Branch: perl
24218 ! configure.com
24219____________________________________________________________________________
24220[ 7714] By: jhi on 2000/11/16 23:17:08
24221 Log: Subject: perllocale.pod changes
24222 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24223 Date: Mon, 13 Nov 2000 10:09:22 +0300
24224 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
24225 Branch: perl
24226 ! pod/perllocale.pod
24227____________________________________________________________________________
24228[ 7713] By: jhi on 2000/11/16 23:14:06
24229 Log: Integrate perlio.
24230 Branch: perl
24231 !> doio.c perlio.c perlio.h util.c
24232____________________________________________________________________________
24233[ 7712] By: nick on 2000/11/16 21:10:58
24234 Log: Integrate mainline
24235 Branch: perlio
24236 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24237 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
24238 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
24239 !> vos/config.ga.def vos/config.ga.h win32/config.bc
24240 !> win32/config.gc win32/config.vc
24241____________________________________________________________________________
24242[ 7711] By: nick on 2000/11/16 19:56:41
24243 Log: Minor tweaks:
24244 consistent way of getting 'rb', 'wb' etc. for binary opens
24245 move *perlio::layers to *open::layers
24246 a #define to show layers available
24247 DOSISH popen/PerlIO had export/import sense inverted.
24248 Branch: perlio
24249 ! doio.c perlio.c perlio.h util.c
24250____________________________________________________________________________
24251[ 7710] By: jhi on 2000/11/16 15:46:05
24252 Log: Add HAS_SBRK_PROTO.
24253 Branch: metaconfig/U/perl
24254 + d_sbrkproto.U
24255 Branch: perl
24256 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24257 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
24258 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24259 ! vos/config.ga.def vos/config.ga.h win32/config.bc
24260 ! win32/config.gc win32/config.vc
24261____________________________________________________________________________
24262[ 7709] By: nick on 2000/11/16 07:31:49
24263 Log: Integrate mainline
24264 Branch: perlio
24265 !> (integrate 35 files)
24266____________________________________________________________________________
24267[ 7708] By: jhi on 2000/11/16 05:33:03
24268 Log: These files are text, not binary.
24269 Branch: perl
24270 ! ext/Encode/Encode/iso8859-10.enc
24271 ! ext/Encode/Encode/iso8859-13.enc
24272 ! ext/Encode/Encode/iso8859-14.enc
24273 ! ext/Encode/Encode/iso8859-15.enc
24274____________________________________________________________________________
24275[ 7707] By: jhi on 2000/11/16 01:53:37
24276 Log: Update Changes.
24277 Branch: perl
24278 ! Changes patchlevel.h
24279____________________________________________________________________________
24280[ 7706] By: jhi on 2000/11/16 01:35:59
24281 Log: More #undefing of stdio.
24282 Branch: perl
24283 ! fakesdio.h nostdio.h
24284____________________________________________________________________________
24285[ 7705] By: jhi on 2000/11/16 01:34:18
24286 Log: Add fwalk() probe to the configuration files and regen perltoc.
24287 Branch: perl
24288 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24289 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
24290 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
24291 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24292 ! win32/config.bc win32/config.gc win32/config.vc
24293____________________________________________________________________________
24294[ 7704] By: jhi on 2000/11/16 01:33:07
24295 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
24296 an optional third argument to Inlibc?)
24297 Branch: metaconfig/U/perl
24298 + d__fwalk.U
24299____________________________________________________________________________
24300[ 7703] By: jhi on 2000/11/16 01:09:22
24301 Log: The type of the hash_cb() size argument is tricky.
24302 Branch: perl
24303 ! ext/DB_File/DB_File.xs
24304____________________________________________________________________________
24305[ 7702] By: jhi on 2000/11/15 23:01:16
24306 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
24307 Branch: perl
24308 ! nostdio.h
24309____________________________________________________________________________
24310[ 7701] By: jhi on 2000/11/15 22:52:32
24311 Log: Detypo.
24312 Branch: perl
24313 ! t/lib/bigfltpm.t
24314____________________________________________________________________________
24315[ 7700] By: jhi on 2000/11/15 22:51:56
24316 Log: UINT64_C() work continues.
24317 Branch: perl
24318 ! handy.h perl.h utf8.h
24319____________________________________________________________________________
24320[ 7699] By: jhi on 2000/11/15 14:13:04
24321 Log: SOCKS has its own USE_THREADS, based on
24322
24323 Subject: [ID 20001114.002] et. al. bugfix followup
24324 From: Jens Hamisch <jens@Strawberry.COM>
24325 Date: Wed, 15 Nov 2000 14:23:11 +0100
24326 Message-ID: <20001115142311.A21164@Strawberry.COM>
24327 Branch: perl
24328 ! perl.h
24329____________________________________________________________________________
24330[ 7698] By: jhi on 2000/11/15 03:50:56
24331 Log: Add few missing #undefs and sort them.
24332 Branch: perl
24333 ! fakesdio.h
24334____________________________________________________________________________
24335[ 7697] By: jhi on 2000/11/15 03:39:14
24336 Log: Linenumber fix.
24337 Branch: perl
24338 ! t/pragma/warn/utf8
24339____________________________________________________________________________
24340[ 7696] By: jhi on 2000/11/15 02:55:26
24341 Log: EBCDIC tweaks.
24342
24343 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
24344 From: Peter Prymmer <pvhp@forte.com>
24345 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
24346 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
24347 Branch: perl
24348 ! t/op/regmesg.t t/pragma/warn/utf8
24349____________________________________________________________________________
24350[ 7695] By: jhi on 2000/11/15 02:53:58
24351 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
24352 From: Peter Prymmer <pvhp@forte.com>
24353 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
24354 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
24355 Branch: perl
24356 ! utf8.c
24357____________________________________________________________________________
24358[ 7694] By: jhi on 2000/11/15 02:50:55
24359 Log: Subject: [PATCH: perl@7674] updates to README.os390
24360 From: Prymmer/Kahn <pvhp@best.com>
24361 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
24362 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
24363 Branch: perl
24364 ! README.os390
24365____________________________________________________________________________
24366[ 7693] By: jhi on 2000/11/15 02:48:37
24367 Log: Quit utf8_to_uv() instantly if curlen == 0.
24368 Branch: perl
24369 ! utf8.c
24370____________________________________________________________________________
24371[ 7692] By: jhi on 2000/11/15 02:24:29
24372 Log: Use u_int32_t for the size of hash_cb(), not size_t.
24373
24374 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
24375 From: Jens Hamisch <jens@Strawberry.COM>
24376 Date: Tue, 14 Nov 2000 19:03:55 +0100
24377 Message-Id: <20001114190355.A20559@Strawberry.COM>
24378 Branch: perl
24379 ! ext/DB_File/DB_File.xs
24380____________________________________________________________________________
24381[ 7691] By: jhi on 2000/11/15 02:20:12
24382 Log: Use UINT64_C().
24383
24384 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
24385 From: Jens Hamisch <jens@Strawberry.COM>
24386 Date: Tue, 14 Nov 2000 19:16:23 +0100
24387 Message-Id: <20001114191623.G20559@Strawberry.COM>
24388 Branch: perl
24389 ! utf8.c utf8.h
24390____________________________________________________________________________
24391[ 7690] By: jhi on 2000/11/15 02:17:06
24392 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
24393 (a macro to define signed and unsigned integer constants).
24394 Branch: perl
24395 ! handy.h
24396____________________________________________________________________________
24397[ 7689] By: jhi on 2000/11/15 01:56:51
24398 Log: Regen Configure.
24399 Branch: perl
24400 ! Configure
24401____________________________________________________________________________
24402[ 7688] By: jhi on 2000/11/15 01:56:32
24403 Log: Make the unit know about SOCKS.
24404 Branch: metaconfig
24405 ! U/protos/socksizetype.U
24406____________________________________________________________________________
24407[ 7687] By: jhi on 2000/11/15 01:54:47
24408 Log: Remove unused dependencies.
24409 Branch: metaconfig
24410 ! U/compline/d_getpagsz.U
24411____________________________________________________________________________
24412[ 7686] By: nick on 2000/11/14 21:25:13
24413 Log: Integrate mainline.
24414 Branch: perlio
24415 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
24416 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
24417 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
24418 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
24419 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
24420 !> win32/config.bc win32/config.gc win32/config.vc
24421 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
24422____________________________________________________________________________
24423[ 7685] By: jhi on 2000/11/14 17:54:56
24424 Log: Integrate perlio.
24425 Branch: perl
24426 +> fakesdio.h perliol.h
24427 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
24428 !> perlsdio.h perlsfio.h pod/perlfunc.pod
24429____________________________________________________________________________
24430[ 7684] By: nick on 2000/11/14 17:43:04
24431 Log: PerlIO #include and #ifdef re-work.
24432 Branch: perlio
24433 + fakesdio.h perliol.h
24434 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
24435 ! perlsdio.h perlsfio.h
24436____________________________________________________________________________
24437[ 7683] By: jhi on 2000/11/14 15:42:40
24438 Log: Hoist the duplicated socket/netdb include logic to perl.h;
24439 undef SETERRNO in case SOCKS has defined it. Based on:
24440
24441 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
24442 From: Jens Hamisch <jens@Strawberry.COM>
24443 Date: Tue, 14 Nov 2000 11:34:40 +0100
24444 Message-Id: <20001114113440.A20005@Strawberry.COM>
24445 Branch: perl
24446 ! doio.c perl.h pp_sys.c
24447____________________________________________________________________________
24448[ 7682] By: jhi on 2000/11/14 14:07:28
24449 Log: Subject: some additions for makefiles for win32 (for perl@7674)
24450 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24451 Date: Tue, 14 Nov 2000 09:31:13 +0300
24452 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
24453 Branch: perl
24454 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
24455 ! win32/makefile.mk
24456____________________________________________________________________________
24457[ 7681] By: jhi on 2000/11/14 14:01:41
24458 Log: Subject: tiny typo in perl5db.pl
24459 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24460 Date: Tue, 14 Nov 2000 09:29:28 +0300
24461 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
24462 Branch: perl
24463 ! lib/perl5db.pl
24464____________________________________________________________________________
24465[ 7680] By: jhi on 2000/11/14 04:13:50
24466 Log: Redo #7679 with LFs instead of CRLFs.
24467 Branch: perl
24468 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
24469 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
24470 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
24471____________________________________________________________________________
24472[ 7679] By: jhi on 2000/11/14 01:21:09
24473 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
24474 From: Benjamin Stuhl <tiriath@yahoo.com>
24475 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
24476 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
24477 Branch: perl
24478 + win32/bin/mdelete.bat
24479 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
24480 ! makedef.pl perlio.c win32/Makefile win32/config.gc
24481 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
24482____________________________________________________________________________
24483[ 7678] By: jhi on 2000/11/14 01:19:20
24484 Log: Fix the re extension building for Win32.
24485
24486 Subject: [PATCH perl@7638] Get PerlIO building on Win32
24487 From: Benjamin Stuhl <tiriath@yahoo.com>
24488 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
24489 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
24490 Branch: perl
24491 + ext/re/hints/MSWin32.pl
24492 ! MANIFEST
24493____________________________________________________________________________
24494[ 7677] By: jhi on 2000/11/14 01:13:54
24495 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
24496 From: sthoenna@efn.org
24497 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
24498 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
24499 Branch: perl
24500 ! doop.c pp.c toke.c utf8.c utf8.h
24501____________________________________________________________________________
24502[ 7676] By: jhi on 2000/11/13 20:23:15
24503 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
24504 From: Nicholas Clark <nick@ccl4.org>
24505 Date: Mon, 13 Nov 2000 18:55:04 +0000
24506 Message-ID: <20001113185504.J29183@plum.flirble.org>
24507 Branch: perl
24508 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
24509____________________________________________________________________________
24510[ 7675] By: nick on 2000/11/13 20:21:57
24511 Log: Integrate mainline ...
24512 Branch: perlio
24513 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
24514 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
24515 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
24516 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
24517____________________________________________________________________________
24518[ 7674] By: jhi on 2000/11/13 15:07:56
24519 Log: Update Changes.
24520 Branch: perl
24521 ! Changes patchlevel.h
24522____________________________________________________________________________
24523[ 7673] By: jhi on 2000/11/13 14:42:42
24524 Log: Remove the new two tests of lib/io_xs for now, they seem to
24525 fail under perlio on some platforms.
24526 Branch: perl
24527 ! t/lib/io_xs.t
24528____________________________________________________________________________
24529[ 7672] By: jhi on 2000/11/13 13:57:53
24530 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
24531 Branch: perl
24532 ! perlio.c
24533____________________________________________________________________________
24534[ 7671] By: jhi on 2000/11/13 05:30:48
24535 Log: Placate nervous compilers that see longer than ints switch()ing.
24536 Branch: perl
24537 ! utf8.c
24538____________________________________________________________________________
24539[ 7670] By: jhi on 2000/11/13 05:14:21
24540 Log: fputs() does return EOF on error but here we don't care.
24541 Branch: perl
24542 ! perlio.c
24543____________________________________________________________________________
24544[ 7669] By: jhi on 2000/11/13 05:02:45
24545 Log: Declare reg_data like reg_substr_data.
24546 Branch: perl
24547 ! regexp.h
24548____________________________________________________________________________
24549[ 7668] By: jhi on 2000/11/13 04:54:34
24550 Log: Typos in #7667.
24551 Branch: perl
24552 ! perl.h
24553____________________________________________________________________________
24554[ 7667] By: jhi on 2000/11/13 04:49:49
24555 Log: Cleanup messy #ifdef.
24556 Branch: perl
24557 ! perl.h
24558____________________________________________________________________________
24559[ 7666] By: jhi on 2000/11/13 04:17:34
24560 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
24561 From: Nicholas Clark <nick@talking.bollo.cx>
24562 Date: Sun, 12 Nov 2000 21:14:11 +0000
24563 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
24564
24565 Note: only one breakage of the two reported is fixed by this patch.
24566 Branch: perl
24567 ! perlio.c
24568____________________________________________________________________________
24569[ 7665] By: jhi on 2000/11/13 04:05:07
24570 Log: Tweak the definition of the bit complement on UTF-8 data:
24571 if none of the characters in the string are > 0xff,
24572 the result is a complemented byte string, not a (UTF-8)
24573 char string. Based on the summary in
24574
24575 Subject: Re: [ID 20000918.005] ~ on wide chars
24576 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24577 Date: Fri, 10 Nov 2000 09:47:15 -0800
24578 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
24579
24580 This should give us the maximum backward (pre-char string)
24581 compatibility and utf8 compatibility. The other alternative
24582 would be to limit the bit complement to be always byte only,
24583 taking the least significant byte of the chars.
24584 Branch: perl
24585 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
24586____________________________________________________________________________
24587[ 7664] By: jhi on 2000/11/13 00:23:44
24588 Log: Couple of tests from #7660 salvaged.
24589 Branch: perl
24590 - t/op/tell.t
24591 ! MANIFEST t/io/tell.t
24592____________________________________________________________________________
24593[ 7663] By: jhi on 2000/11/13 00:02:48
24594 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
24595 From: Nicholas Clark <nick@talking.bollo.cx>
24596 Date: Sun, 12 Nov 2000 21:23:43 +0000
24597 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
24598 Branch: perl
24599 ! perlsfio.h
24600____________________________________________________________________________
24601[ 7662] By: jhi on 2000/11/13 00:01:39
24602 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
24603 From: Nicholas Clark <nick@talking.bollo.cx>
24604 Date: Sun, 12 Nov 2000 21:30:04 +0000
24605 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
24606 Branch: perl
24607 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
24608____________________________________________________________________________
24609[ 7661] By: jhi on 2000/11/12 23:57:29
24610 Log: Document tell() on special streams.
24611 Branch: perl
24612 ! pod/perlfunc.pod
24613____________________________________________________________________________
24614[ 7660] By: jhi on 2000/11/12 23:54:22
24615 Log: (Subsumed by #7664)
24616 Branch: perl
24617 + t/op/tell.t
24618 ! MANIFEST
24619____________________________________________________________________________
24620[ 7659] By: jhi on 2000/11/12 22:55:25
24621 Log: Many subdocumented return values of the IO extension now documented.
24622 ungetc and write still left subdocumented.
24623
24624 Subject: [PATCH] (was Re: IO::Handle::ungetc)
24625 From: Nicholas Clark <nick@talking.bollo.cx>
24626 Date: Sun, 12 Nov 2000 21:35:53 +0000
24627 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
24628 Branch: perl
24629 ! ext/IO/lib/IO/Handle.pm
24630____________________________________________________________________________
24631[ 7658] By: jhi on 2000/11/12 21:37:06
24632 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
24633 From: Nicholas Clark <nick@talking.bollo.cx>
24634 Date: Sun, 12 Nov 2000 20:03:22 +0000
24635 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
24636 Branch: perl
24637 ! pod/perlfunc.pod
24638____________________________________________________________________________
24639[ 7657] By: jhi on 2000/11/12 20:34:55
24640 Log: Integrate perlio.
24641 Branch: perl
24642 !> perlio.c
24643____________________________________________________________________________
24644[ 7656] By: nick on 2000/11/12 19:25:06
24645 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
24646 Branch: perlio
24647 ! perlio.c
24648____________________________________________________________________________
24649[ 7655] By: nick on 2000/11/12 19:09:41
24650 Log: Integrate mainline
24651 Branch: perlio
24652 +> README.solaris ext/Encode/Encode/cp1006.enc
24653 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
24654 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
24655 +> ext/Encode/Encode/iso8859-13.enc
24656 +> ext/Encode/Encode/iso8859-14.enc
24657 +> ext/Encode/Encode/iso8859-15.enc
24658 !> (integrate 34 files)
24659____________________________________________________________________________
24660[ 7654] By: jhi on 2000/11/12 19:00:22
24661 Log: Add a metaconfig unit for fsync.
24662 Branch: metaconfig/U/perl
24663 + d_fsync.U
24664____________________________________________________________________________
24665[ 7653] By: jhi on 2000/11/12 19:00:01
24666 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
24667 Branch: perl
24668 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24669 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24670 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24671 ! vos/config.ga.h win32/config.bc win32/config.gc
24672 ! win32/config.vc
24673____________________________________________________________________________
24674[ 7652] By: jhi on 2000/11/11 21:12:01
24675 Log: Copy the s// information of README.hpux also to the perlrun.
24676 Branch: perl
24677 ! README.hpux pod/perlrun.pod
24678____________________________________________________________________________
24679[ 7651] By: jhi on 2000/11/11 21:03:13
24680 Log: More README.solaris updates from Andy Dougherty.
24681 Branch: perl
24682 ! README.solaris
24683____________________________________________________________________________
24684[ 7650] By: jhi on 2000/11/11 18:38:57
24685 Log: More descriptive error for unknown perlio layers.
24686
24687 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
24688 From: Dominic Dunlop <domo@computer.org>
24689 Date: Sat, 11 Nov 2000 18:20:32 +0100
24690 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
24691 Branch: perl
24692 ! perlio.c pod/perldiag.pod
24693____________________________________________________________________________
24694[ 7649] By: jhi on 2000/11/11 18:37:52
24695 Log: MachTen doesn't really do mmap() and munmap().
24696
24697 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
24698 From: Dominic Dunlop <domo@computer.org>
24699 Date: Sat, 11 Nov 2000 18:20:32 +0100
24700 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
24701 Branch: perl
24702 ! hints/machten.sh
24703____________________________________________________________________________
24704[ 7648] By: jhi on 2000/11/11 18:36:46
24705 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
24706 From: rspier@pobox.com (Robert Spier)
24707 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
24708 Message-ID: <14861.32839.491271.985797@rls.cx>
24709 Branch: perl
24710 ! Porting/Contract pod/perltoot.pod
24711____________________________________________________________________________
24712[ 7647] By: jhi on 2000/11/11 18:35:30
24713 Log: Simplify the getpagesize() unit by dropping the
24714 pagesize probe since it's nowadays slightly more
24715 complicated because of sysconf(). (Note: if some
24716 platform really needs the -lPW for getpagesize,
24717 I just broke it.)
24718
24719 TODO: a new pagesize unit.
24720 Branch: metaconfig
24721 ! U/compline/d_getpagsz.U
24722____________________________________________________________________________
24723[ 7646] By: jhi on 2000/11/11 18:33:23
24724 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
24725 Branch: perl
24726 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24727 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24728 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24729 ! vos/config.ga.h win32/config.bc win32/config.gc
24730 ! win32/config.vc
24731____________________________________________________________________________
24732[ 7645] By: jhi on 2000/11/11 16:45:15
24733 Log: Use sysconf() or getpagesize() to find out the pagesize.
24734 Branch: perl
24735 ! perlio.c
24736____________________________________________________________________________
24737[ 7644] By: jhi on 2000/11/11 15:46:08
24738 Log: Integrate perlio.
24739 Branch: perl
24740 !> perlio.c
24741____________________________________________________________________________
24742[ 7643] By: jhi on 2000/11/11 15:33:36
24743 Log: Subject: Re: [PATCH] README.solaris
24744 From: Lupe Christoph <lupe@lupe-christoph.de>
24745 Date: Sat, 11 Nov 2000 14:08:10 +0100
24746 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
24747 Branch: perl
24748 ! README.solaris
24749____________________________________________________________________________
24750[ 7642] By: jhi on 2000/11/11 15:22:12
24751 Log: Subject: [PATCH perl@7638] cygwin port
24752 From: "Eric Fifer" <egf7@columbia.edu>
24753 Date: Fri, 10 Nov 2000 19:30:30 -0000
24754 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
24755 Branch: perl
24756 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
24757____________________________________________________________________________
24758[ 7641] By: nick on 2000/11/11 14:50:36
24759 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
24760 Also call "Buf" layer directly when unread'ing non-read chars.
24761 Branch: perlio
24762 ! perlio.c
24763____________________________________________________________________________
24764[ 7640] By: jhi on 2000/11/11 02:05:02
24765 Log: Add more encoding tables.
24766 Branch: perl
24767 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
24768 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
24769 + ext/Encode/Encode/iso8859-10.enc
24770 + ext/Encode/Encode/iso8859-13.enc
24771 + ext/Encode/Encode/iso8859-14.enc
24772 + ext/Encode/Encode/iso8859-15.enc
24773 ! MANIFEST
24774____________________________________________________________________________
24775[ 7639] By: jhi on 2000/11/10 18:49:25
24776 Log: Subject: [PATCH] README.solaris
24777 From: Andy Dougherty <doughera@lafayette.edu>
24778 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
24779 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
24780 Branch: perl
24781 + README.solaris
24782 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
24783 ! pod/perl.pod pod/perltoc.pod
24784____________________________________________________________________________
24785[ 7638] By: jhi on 2000/11/10 15:04:15
24786 Log: Update Changes.
24787 Branch: perl
24788 ! Changes patchlevel.h
24789____________________________________________________________________________
24790[ 7637] By: jhi on 2000/11/10 14:14:28
24791 Log: Explain better why certain regex tests are skipped.
24792
24793 Subject: Re: tests skipped: unknown reason
24794 From: Lupe Christoph <lupe@lupe-christoph.de>
24795 Date: Fri, 10 Nov 2000 09:08:56 +0100
24796 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
24797 Branch: perl
24798 ! t/op/regexp.t
24799____________________________________________________________________________
24800[ 7636] By: nick on 2000/11/10 13:40:00
24801 Log: Integrate mainline.
24802 Branch: perlio
24803 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
24804 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
24805 !> win32/bin/search.pl
24806____________________________________________________________________________
24807[ 7635] By: nick on 2000/11/10 13:25:52
24808 Log: Re-instate stdio large file support via perlio.
24809 Branch: perl
24810 ! perlio.c
24811____________________________________________________________________________
24812[ 7634] By: jhi on 2000/11/10 04:49:55
24813 Log: Amdahl UTS hints updates.
24814
24815 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
24816 From: hom00@utsglobal.com (Harold O Morris)
24817 Date: Thu, 9 Nov 2000 20:02 PST
24818 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
24819 Branch: perl
24820 ! hints/uts.sh
24821____________________________________________________________________________
24822[ 7633] By: jhi on 2000/11/09 23:33:28
24823 Log: Subject: [PATCH] IO::Seekable pod
24824 From: Nicholas Clark <nick@talking.bollo.cx>
24825 Date: Thu, 9 Nov 2000 20:29:45 +0000
24826 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
24827 Branch: perl
24828 ! ext/IO/lib/IO/Handle.pm
24829____________________________________________________________________________
24830[ 7632] By: jhi on 2000/11/09 21:55:41
24831 Log: Various doc oddball characters.
24832
24833 Subject: [ID 20001106.004] Perl 5.6.0 bugs
24834 From: Michael Somos <somos@grail.cba.csuohio.edu>
24835 Date: Mon, 6 Nov 2000 17:44:20 -0500
24836 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
24837 Branch: perl
24838 ! emacs/cperl-mode.el lib/unicode/syllables.txt
24839 ! win32/bin/search.pl
24840____________________________________________________________________________
24841[ 7631] By: jhi on 2000/11/09 21:12:29
24842 Log: Subject: Re: bash -c exit and linux hints
24843 From: "John P. Linderman" <jpl@research.att.com>
24844 Date: Thu, 02 Nov 2000 09:37:25 -0500
24845 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
24846 Branch: perl
24847 ! hints/linux.sh
24848____________________________________________________________________________
24849[ 7630] By: nick on 2000/11/09 20:34:11
24850 Log: Integrate mainline.
24851 Branch: perlio
24852 !> (integrate 91 files)
24853____________________________________________________________________________
24854[ 7629] By: jhi on 2000/11/09 19:46:31
24855 Log: Missing dTHXs.
24856
24857 Subject: RE: perl@7595 builds not on cygwin
24858 From: "Eric Fifer" <egf7@columbia.edu>
24859 Date: Thu, 9 Nov 2000 19:26:50 -0000
24860 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
24861 Branch: perl
24862 ! ext/Devel/Peek/Peek.xs
24863____________________________________________________________________________
24864[ 7628] By: jhi on 2000/11/09 14:48:27
24865 Log: Disable only the tests 99 and 166 for UTF-8 locales.
24866 Branch: perl
24867 ! t/pragma/locale.t
24868____________________________________________________________________________
24869[ 7627] By: jhi on 2000/11/09 14:40:27
24870 Log: There's no =head3.
24871 Branch: perl
24872 ! pod/perlhack.pod
24873____________________________________________________________________________
24874[ 7626] By: jhi on 2000/11/09 13:54:26
24875 Log: The generated boot_* headers are wrong. Pickier compiler,
24876 such as KAI C++ will refuse to compile the resulting perlmain.
24877
24878 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
24879 From: Harri Pasanen <harri.pasanen@trema.com>
24880 Date: Thu, 09 Nov 2000 14:23:28 +0100
24881 Message-Id: <3A0AA550.26D548A3@trema.com>
24882 Branch: perl
24883 ! minimod.pl
24884____________________________________________________________________________
24885[ 7625] By: jhi on 2000/11/09 13:50:44
24886 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
24887 From: Prymmer/Kahn <pvhp@best.com>
24888 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
24889 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
24890
24891 All except the "cow orker" change.
24892 Branch: perl
24893 ! Porting/pumpkin.pod
24894____________________________________________________________________________
24895[ 7624] By: jhi on 2000/11/09 13:45:33
24896 Log: Fix for
24897
24898 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
24899 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24900 Date: Thu, 09 Nov 2000 11:05:52 +0100
24901 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
24902 Branch: perl
24903 ! pod/perldiag.pod t/pragma/warn/pp_sys
24904____________________________________________________________________________
24905[ 7623] By: jhi on 2000/11/09 13:37:16
24906 Log: Typo in an ifndef.
24907
24908 Subject: Re: [PATCH 5.7.0] better messages from malloc()
24909 From: Joe Smith <jms@inwap.com>
24910 Date: Thu, 09 Nov 2000 01:33:14 -0800
24911 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
24912 Branch: perl
24913 ! malloc.c
24914____________________________________________________________________________
24915[ 7622] By: jhi on 2000/11/09 13:31:18
24916 Log: Remove unused extra arguments.
24917 Branch: metaconfig/U/perl
24918 ! perlxv.U
24919 Branch: perl
24920 ! Configure config_h.SH
24921____________________________________________________________________________
24922[ 7621] By: jhi on 2000/11/09 13:16:36
24923 Log: More VMS moves on environment handling, from Charles Lane.
24924 Branch: perl
24925 ! t/pragma/locale.t
24926____________________________________________________________________________
24927[ 7620] By: jhi on 2000/11/09 04:42:38
24928 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
24929 From: David Dyck <dcd@tc.fluke.com>
24930 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
24931 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
24932 Branch: perl
24933 ! pp_sys.c
24934____________________________________________________________________________
24935[ 7619] By: jhi on 2000/11/09 04:36:21
24936 Log: Forgot from #7618.
24937 Branch: perl
24938 ! lib/File/stat.pm
24939____________________________________________________________________________
24940[ 7618] By: jhi on 2000/11/09 04:28:44
24941 Log: Make deleting for %ENV work for (newer versions of) VMS,
24942 from Craig A. Berry.
24943 Branch: perl
24944 ! vms/vms.c
24945____________________________________________________________________________
24946[ 7617] By: jhi on 2000/11/09 04:25:05
24947 Log: Subject: [PATCH] Class::Struct at compile time
24948 From: "Casey R. Tweten" <crt@kiski.net>
24949 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
24950 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
24951 Branch: perl
24952 ! lib/Class/Struct.pm
24953____________________________________________________________________________
24954[ 7616] By: jhi on 2000/11/09 04:15:17
24955 Log: Subject: [ID 20001108.013] spelling
24956 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
24957 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
24958 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
24959 Branch: perl
24960 ! lib/ftp.pl
24961____________________________________________________________________________
24962[ 7615] By: jhi on 2000/11/09 04:12:42
24963 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
24964 From: Peter Prymmer <pvhp@forte.com>
24965 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
24966 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
24967 Branch: perl
24968 ! configure.com
24969____________________________________________________________________________
24970[ 7614] By: jhi on 2000/11/08 22:42:55
24971 Log: A missing aTHX_.
24972 Branch: perl
24973 ! ext/IPC/SysV/SysV.xs
24974____________________________________________________________________________
24975[ 7613] By: jhi on 2000/11/08 19:30:21
24976 Log: Update Changes.
24977 Branch: perl
24978 ! Changes patchlevel.h
24979____________________________________________________________________________
24980[ 7612] By: jhi on 2000/11/08 18:35:25
24981 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
24982 From: David Dyck <dcd@tc.fluke.com>
24983 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
24984 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
24985 Branch: perl
24986 ! pp_sys.c
24987____________________________________________________________________________
24988[ 7611] By: jhi on 2000/11/08 18:30:26
24989 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
24990 From: Dominic Dunlop <domo@computer.org>
24991 Date: Tue, 7 Nov 2000 12:05:25 +0100
24992 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
24993 Branch: perl
24994 ! malloc.c
24995____________________________________________________________________________
24996[ 7610] By: jhi on 2000/11/08 18:25:14
24997 Log: Do not test UTF-8 locales since that the tests would require
24998 polymorphic regexen.
24999 Branch: perl
25000 ! t/pragma/locale.t
25001____________________________________________________________________________
25002[ 7609] By: jhi on 2000/11/08 17:12:51
25003 Log: Locale buglets.
25004
25005 Subject: RE: Locales support (setlocale) fixes
25006 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25007 Date: Wed, 8 Nov 2000 20:01:39 +0300
25008 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
25009 Branch: perl
25010 ! t/pragma/locale.t util.c
25011____________________________________________________________________________
25012[ 7608] By: jhi on 2000/11/08 17:00:16
25013 Log: Deleting $ENV{PATH} in VMS is not recommendable.
25014 Branch: perl
25015 ! t/pragma/locale.t
25016____________________________________________________________________________
25017[ 7607] By: jhi on 2000/11/08 16:58:26
25018 Log: Subject: PATCH std stdio for (Free)BSD
25019 From: Nicholas Clark <nick@ccl4.org>
25020 Date: Wed, 8 Nov 2000 15:36:29 +0000
25021 Message-ID: <20001108153629.D98736@plum.flirble.org>
25022 Branch: metaconfig
25023 ! U/compline/d_stdstdio.U
25024 Branch: perl
25025 ! Configure config_h.SH
25026____________________________________________________________________________
25027[ 7606] By: jhi on 2000/11/08 16:43:31
25028 Log: Forgot to bump the line numbers in #7601.
25029 Branch: perl
25030 ! t/pragma/warn/pp_sys
25031____________________________________________________________________________
25032[ 7605] By: jhi on 2000/11/08 16:39:12
25033 Log: More careful detection of how well NVs and UVs mix.
25034
25035 Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
25036 From: Nicholas Clark <nick@ccl4.org>
25037 Date: Wed, 8 Nov 2000 15:14:12 +0000
25038 Message-ID: <20001108151412.B98736@plum.flirble.org>
25039
25040 Added some SIGFPE paranoia.
25041 Branch: metaconfig/U/perl
25042 ! perlxv.U
25043 Branch: perl
25044 ! Configure config_h.SH
25045____________________________________________________________________________
25046[ 7604] By: jhi on 2000/11/08 14:39:10
25047 Log: Subject: [patch perl@7595] VMS configure.com tweak
25048 From: "Craig A. Berry" <craigberry@mac.com>
25049 Date: Wed, 8 Nov 2000 00:24:12 -0600
25050 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
25051 Branch: perl
25052 ! configure.com
25053____________________________________________________________________________
25054[ 7603] By: jhi on 2000/11/08 14:27:11
25055 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
25056 From: Robin Barker <rmb1@cise.npl.co.uk>
25057 Date: Wed, 8 Nov 2000 11:11:39 GMT
25058 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
25059 Branch: perl
25060 ! perlio.c
25061____________________________________________________________________________
25062[ 7602] By: jhi on 2000/11/08 14:25:03
25063 Log: Fix for the tie-refhash string table leaks.
25064
25065 From: Nick Ing-Simmons <nik@tiuk.ti.com>
25066 Date: Wed, 8 Nov 2000 13:03:04 GMT
25067 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
25068 Branch: perl
25069 ! t/lib/tie-refhash.t
25070____________________________________________________________________________
25071[ 7601] By: jhi on 2000/11/08 14:21:08
25072 Log: Try to avoid flockless and emulationless places.
25073 Branch: perl
25074 ! t/pragma/warn/pp_sys
25075____________________________________________________________________________
25076[ 7600] By: jhi on 2000/11/08 02:28:54
25077 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
25078
25079 Subject: [PATCH] prototyped functions that should be overrideable
25080 From: "Casey R. Tweten" <crt@kiski.net>
25081 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
25082 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
25083 Branch: perl
25084 ! toke.c
25085____________________________________________________________________________
25086[ 7599] By: jhi on 2000/11/08 01:12:05
25087 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
25088
25089 Subject: [PATCH] perlbug.PL
25090 From: "Kurt D. Starsinic" <kstar@chapin.edu>
25091 Date: Mon, 6 Nov 2000 21:39:01 -0500
25092 Message-ID: <20001106213901.B20955@O2.chapin.edu>
25093 Branch: perl
25094 ! utils/perlbug.PL
25095____________________________________________________________________________
25096[ 7598] By: jhi on 2000/11/07 23:42:00
25097 Log: Bad thinko in #7581 (I used the test program with the expanded
25098 values as-is).
25099 Branch: metaconfig
25100 ! U/compline/d_stdstdio.U
25101 Branch: perl
25102 ! Configure
25103____________________________________________________________________________
25104[ 7597] By: jhi on 2000/11/07 21:43:29
25105 Log: Subject: [PATCH perl@7573] cygwin port
25106 From: "Fifer, Eric" <EFifer@sanwaint.com>
25107 Date: Tue, 7 Nov 2000 18:08:51 -0000
25108 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
25109
25110 Synchronize with Cygwin 1.1.5.
25111 Branch: perl
25112 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
25113 ! pod/perlport.pod unixish.h util.c
25114____________________________________________________________________________
25115[ 7596] By: jhi on 2000/11/07 21:39:25
25116 Log: perlhack updates from H.Merijn Brand.
25117 Branch: perl
25118 ! pod/perlhack.pod
25119____________________________________________________________________________
25120[ 7595] By: jhi on 2000/11/07 20:21:41
25121 Log: Update Changes.
25122 Branch: perl
25123 ! Changes patchlevel.h
25124____________________________________________________________________________
25125[ 7594] By: jhi on 2000/11/07 19:18:58
25126 Log: Be more robust in Dynaloader.pm.
25127 Branch: perl
25128 ! ext/DynaLoader/DynaLoader_pm.PL
25129____________________________________________________________________________
25130[ 7593] By: jhi on 2000/11/07 16:49:31
25131 Log: AUTHORS update.
25132 Branch: perl
25133 ! AUTHORS
25134____________________________________________________________________________
25135[ 7592] By: gsar on 2000/11/07 16:39:51
25136 Log: normalize relative paths in virtualized current directory on windows,
25137 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
25138 returns)
25139 Branch: perl
25140 ! win32/vdir.h
25141____________________________________________________________________________
25142[ 7591] By: jhi on 2000/11/07 16:04:26
25143 Log: Too profiler-happy: with optimization the #7590 actually makes
25144 the test to run 0.5% _slower_. Requires much more instrumentation.
25145 Retract #7590.
25146 Branch: perl
25147 ! regcomp.c regcomp.h
25148____________________________________________________________________________
25149[ 7590] By: jhi on 2000/11/07 15:51:13
25150 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
25151 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
25152 by using memset() and testing bytewise (as opposed to bitwise).
25153 Branch: perl
25154 ! regcomp.c regcomp.h
25155____________________________________________________________________________
25156[ 7589] By: jhi on 2000/11/07 12:56:39
25157 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
25158 From: "Craig A. Berry" <craig.berry@psinetcs.com>
25159 Date: Mon, 06 Nov 2000 23:45:30 -0500
25160 Message-Id: <0011079735.AA973576259@univpress.com>
25161 Branch: perl
25162 ! configure.com t/lib/st-lock.t
25163____________________________________________________________________________
25164[ 7588] By: jhi on 2000/11/07 01:03:28
25165 Log: Tweak #7587.
25166 Branch: perl
25167 ! pod/perldiag.pod
25168____________________________________________________________________________
25169[ 7587] By: jhi on 2000/11/07 01:00:27
25170 Log: A doc addition for bug id 20001105.019, beware \p.
25171 Branch: perl
25172 ! pod/perldiag.pod
25173____________________________________________________________________________
25174[ 7586] By: jhi on 2000/11/07 00:32:22
25175 Log: Fake support of holey files in win/dosish platforms.
25176
25177 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
25178 From: kipp@shonanblue.ne.jp
25179 Date: Mon, 6 Nov 2000 13:30:55 -0800
25180 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
25181 Branch: perl
25182 ! ext/SDBM_File/sdbm/sdbm.c
25183____________________________________________________________________________
25184[ 7585] By: jhi on 2000/11/07 00:12:54
25185 Log: Subject: Pod updates
25186 From: "Stephen P. Potter" <spp@spotter.yi.org>
25187 Date: Mon, 06 Nov 2000 18:56:43 -0500
25188 Message-Id: <200011062357.SAA18173@spotter.yi.org>
25189 Branch: perl
25190 ! README.dos README.os2 README.win32 pod/buildtoc.PL
25191 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
25192 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
25193 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
25194 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
25195 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
25196 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
25197 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
25198 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
25199 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
25200 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
25201 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
25202 ! pod/perltootc.pod pod/perlunicode.pod
25203____________________________________________________________________________
25204[ 7584] By: jhi on 2000/11/07 00:04:17
25205 Log: Varargs don't always work too well if one puts an unsigned
25206 char on the stack and pop an unsigned quad off the stack.
25207
25208 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
25209 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25210 Date: Mon, 06 Nov 2000 15:19:05 -0800
25211 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
25212 Branch: perl
25213 ! utf8.c
25214____________________________________________________________________________
25215[ 7583] By: jhi on 2000/11/06 23:58:48
25216 Log: %ENV note tweaks from Dan Sugalski.
25217 Branch: perl
25218 ! pod/perlport.pod vms/perlvms.pod
25219____________________________________________________________________________
25220[ 7582] By: jhi on 2000/11/06 23:05:49
25221 Log: glibc5 detection by __GNU_LIBRARY__.
25222 Branch: perl
25223 ! toke.c
25224____________________________________________________________________________
25225[ 7581] By: jhi on 2000/11/06 22:51:29
25226 Log: Make the stdio test program of 7427 less noisy while being
25227 compiled so that Digital UNIX wouldn't get both
25228 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
25229 undefined. This makes perlio happy.
25230 Branch: metaconfig
25231 ! U/compline/d_stdstdio.U
25232 Branch: perl
25233 ! Configure config_h.SH
25234____________________________________________________________________________
25235[ 7580] By: jhi on 2000/11/06 22:41:41
25236 Log: Document %ENV = () portability issues.
25237 Branch: perl
25238 ! pod/perlport.pod vms/perlvms.pod
25239____________________________________________________________________________
25240[ 7579] By: jhi on 2000/11/06 21:29:24
25241 Log: VOS updates from Paul Green.
25242 Branch: perl
25243 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25244____________________________________________________________________________
25245[ 7578] By: jhi on 2000/11/06 21:00:40
25246 Log: Sanitize the environment further.
25247 Branch: perl
25248 ! t/pragma/locale.t
25249____________________________________________________________________________
25250[ 7577] By: jhi on 2000/11/06 20:53:51
25251 Log: Re-introduce 7552 lost in integration.
25252 Branch: perl
25253 ! perlio.c
25254____________________________________________________________________________
25255[ 7576] By: jhi on 2000/11/06 20:33:46
25256 Log: Admit that the test leaks scalars.
25257 Branch: perl
25258 ! t/comp/proto.t
25259____________________________________________________________________________
25260[ 7575] By: jhi on 2000/11/06 20:17:08
25261 Log: Integrate perlio.
25262 Branch: perl
25263 !> perlio.c
25264____________________________________________________________________________
25265[ 7574] By: nick on 2000/11/06 20:07:28
25266 Log: Remove debug. Try (Mmap_t) on madvise() call.
25267 Branch: perlio
25268 ! perlio.c
25269____________________________________________________________________________
25270[ 7573] By: jhi on 2000/11/06 13:56:05
25271 Log: Update Changes.
25272 Branch: perl
25273 ! Changes patchlevel.h
25274____________________________________________________________________________
25275[ 7572] By: jhi on 2000/11/06 13:48:41
25276 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
25277 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25278 Date: Mon, 06 Nov 2000 10:11:42 +0100
25279 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
25280 Branch: perl
25281 ! pod/perlhack.pod
25282____________________________________________________________________________
25283[ 7571] By: jhi on 2000/11/06 01:45:51
25284 Log: AUTHORS updates.
25285 Branch: perl
25286 ! AUTHORS
25287____________________________________________________________________________
25288[ 7570] By: jhi on 2000/11/06 00:18:00
25289 Log: Fix for
25290
25291 Subject: [ID 20000728.005] perl -P broken
25292 From: David Dyck <dcd@tc.fluke.com>
25293 Date: Fri, 28 Jul 2000 17:19:16 -0700
25294 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
25295
25296 (hopefully). The fix is also not complete, it seems to break
25297 BOM swallowing for libc5 systems, but until someone figures
25298 out a way to do this without ftell(), this will do.
25299 Branch: perl
25300 ! toke.c
25301____________________________________________________________________________
25302[ 7569] By: jhi on 2000/11/06 00:05:30
25303 Log: Document that the evaled syntax errors cause scalar leaks.
25304 Branch: perl
25305 ! t/comp/proto.t
25306____________________________________________________________________________
25307[ 7568] By: jhi on 2000/11/05 23:14:47
25308 Log: opmini.o can linger from Configures past.
25309 Branch: perl
25310 ! Makefile.SH
25311____________________________________________________________________________
25312[ 7567] By: jhi on 2000/11/05 21:28:39
25313 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
25314 first argument correctly.
25315 Branch: perl
25316 ! perlio.c
25317____________________________________________________________________________
25318[ 7566] By: jhi on 2000/11/05 21:15:56
25319 Log: Integrate perlio.
25320 Branch: perl
25321 !> perlio.c
25322____________________________________________________________________________
25323[ 7565] By: jhi on 2000/11/05 21:15:13
25324 Log: Use -dM for gcc (the suggested patch did it only for Linux,
25325 but I think it can be generalized).
25326
25327 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
25328 From: Pixel <pixel@mandrakesoft.com>
25329 Date: 05 Nov 2000 21:49:34 +0100
25330 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
25331 Branch: perl
25332 ! ext/Errno/Errno_pm.PL
25333____________________________________________________________________________
25334[ 7564] By: nick on 2000/11/05 21:09:18
25335 Log: Added a mmap layer as a "subclass" of perlio.
25336 PERLIO=mmap ./perl harness passes
25337 Branch: perlio
25338 ! perlio.c
25339____________________________________________________________________________
25340[ 7563] By: jhi on 2000/11/05 19:48:55
25341 Log: Add a note for future generations about bug id 20000229.006.
25342 Branch: perl
25343 ! malloc.c
25344____________________________________________________________________________
25345[ 7562] By: jhi on 2000/11/05 19:38:24
25346 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
25347 Branch: perl
25348 ! pp_ctl.c t/op/pos.t
25349____________________________________________________________________________
25350[ 7561] By: jhi on 2000/11/05 18:21:46
25351 Log: Add =pod to be tidy.
25352 Branch: perl
25353 ! lib/Math/Complex.pm
25354____________________________________________________________________________
25355[ 7560] By: jhi on 2000/11/05 17:38:46
25356 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
25357 Branch: perl
25358 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25359 ! ext/Storable/Storable.xs t/lib/st-recurse.t
25360____________________________________________________________________________
25361[ 7559] By: jhi on 2000/11/05 17:32:59
25362 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
25363 From: "Peter J. Farley III" <pjfarley@banet.net>
25364 Date: Sun, 05 Nov 2000 11:55:59 -0500
25365 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
25366 Branch: perl
25367 ! t/lib/syslog.t
25368____________________________________________________________________________
25369[ 7558] By: jhi on 2000/11/05 17:29:19
25370 Log: Integrate perlio.
25371 Branch: perl
25372 !> perlio.c
25373____________________________________________________________________________
25374[ 7557] By: jhi on 2000/11/05 17:22:01
25375 Log: A fix of sorts for 20000329.026, a better error message
25376 for a missing "use charnames" when using the \N{...}.
25377 Branch: perl
25378 ! pod/perldiag.pod toke.c
25379____________________________________________________________________________
25380[ 7556] By: jhi on 2000/11/05 16:33:50
25381 Log: Test tweak: show also the failed locales.
25382
25383 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
25384 From: Lupe Christoph <lupe@lupe-christoph.de>
25385 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
25386 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
25387 Branch: perl
25388 ! t/pragma/locale.t
25389____________________________________________________________________________
25390[ 7555] By: nick on 2000/11/05 11:09:34
25391 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
25392 open RDWR so does not fail. (pragma/warnings 303 again...)
25393 Branch: perlio
25394 ! perlio.c
25395____________________________________________________________________________
25396[ 7554] By: nick on 2000/11/05 10:10:13
25397 Log: Fix case where ungetc(f,EOF) was allowed.
25398 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
25399 so we can see similarities.
25400 Use types more carefully and a STDCHAR array in hope that this will
25401 fix Jarrko's 64bit machine.
25402 Branch: perlio
25403 ! perlio.c
25404____________________________________________________________________________
25405[ 7553] By: jhi on 2000/11/05 01:12:16
25406 Log: Fix for
25407
25408 Subject: [ID 20001004.007] taint propogation is inconsistent
25409 From: pimlott@idiomtech.com (Andrew Pimlott)
25410 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
25411 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
25412
25413 The culprit was sv_setsv() which was rather blindly
25414 propagating taint, which lead to behaviour where if
25415 a tainted anon hash value was seen all the hash values
25416 from then on at that level became tainted, or at any
25417 upper levels in the case of nested anon hashes.
25418 Branch: perl
25419 ! sv.c t/op/taint.t
25420____________________________________________________________________________
25421[ 7552] By: jhi on 2000/11/04 23:44:18
25422 Log: Some cpps don't like splitting conditionals across several lines.
25423 Branch: perl
25424 ! perlio.c
25425____________________________________________________________________________
25426[ 7551] By: nick on 2000/11/04 23:40:44
25427 Log: Integrate mainline
25428 Branch: perlio
25429 !> pp_hot.c t/op/taint.t
25430____________________________________________________________________________
25431[ 7550] By: nick on 2000/11/04 23:39:05
25432 Log: Integrate mainline again
25433 Branch: perlio
25434 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
25435 !> t/lib/b.t t/op/misc.t util.c
25436____________________________________________________________________________
25437[ 7549] By: jhi on 2000/11/04 23:14:01
25438 Log: Fix for
25439
25440 Subject: [ID 20001004.006] undef is never tainted
25441 From: pimlott@idiomtech.com (Andrew Pimlott)
25442 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
25443 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
25444
25445 An undef read from a slurped file was not tainted.
25446 Branch: perl
25447 ! pp_hot.c t/op/taint.t
25448____________________________________________________________________________
25449[ 7548] By: jhi on 2000/11/04 22:56:21
25450 Log: Test tweak ($Config{useperlio} is by default undef) .
25451 Branch: perl
25452 ! t/lib/b.t
25453____________________________________________________________________________
25454[ 7547] By: jhi on 2000/11/04 22:43:56
25455 Log: Integrate perlio.
25456 Branch: perl
25457 +> lib/perlio.pm
25458 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
25459 !> pod/perlapi.pod t/lib/b.t
25460____________________________________________________________________________
25461[ 7546] By: jhi on 2000/11/04 22:40:59
25462 Log: Configure would use a bad $myuname from an old config.sh.
25463
25464 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
25465 From: Andy Dougherty <doughera@lafayette.edu>
25466 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
25467 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
25468 Branch: metaconfig
25469 ! U/modified/Oldconfig.U
25470 Branch: perl
25471 ! Configure config_h.SH
25472____________________________________________________________________________
25473[ 7545] By: jhi on 2000/11/04 22:36:54
25474 Log: Subject: Locales support (setlocale) fixes
25475 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25476 Date: Sat, 4 Nov 2000 10:15:48 +0300
25477 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
25478
25479 Modified quite a bit to be more portable.
25480 Branch: perl
25481 ! embed.h embed.pl perl.h proto.h util.c
25482____________________________________________________________________________
25483[ 7544] By: jhi on 2000/11/04 22:32:47
25484 Log: Dying is too strict here, better just skip.
25485 Branch: perl
25486 ! t/op/misc.t
25487____________________________________________________________________________
25488[ 7543] By: nick on 2000/11/04 21:55:13
25489 Log: Merge mainline
25490 Branch: perlio
25491 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
25492 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
25493 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
25494 !> (integrate 64 files)
25495____________________________________________________________________________
25496[ 7542] By: jhi on 2000/11/04 21:09:28
25497 Log: More Changes tweakery.
25498 Branch: perl
25499 ! Changes Porting/genlog
25500____________________________________________________________________________
25501[ 7541] By: jhi on 2000/11/04 20:58:18
25502 Log: Changes fixups.
25503 Branch: perl
25504 ! Changes
25505____________________________________________________________________________
25506[ 7540] By: jhi on 2000/11/04 20:42:38
25507 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
25508 create a "fast path" for locale name probing using "locale -a"
25509 if available, squash finally hopefully the s?printf resetting
25510 the numeric locale (since, IIUC perllocale, it never shouldn't).
25511 Branch: perl
25512 ! sv.c t/op/misc.t t/pragma/locale.t
25513____________________________________________________________________________
25514[ 7539] By: nick on 2000/11/04 19:56:10
25515 Log: PerlIO infrastructure complete.
25516 Branch: perlio
25517 + lib/perlio.pm
25518 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
25519____________________________________________________________________________
25520[ 7538] By: nick on 2000/11/04 14:31:32
25521 Log: Type tweaks + less contorted allocation scheme
25522 Branch: perlio
25523 ! perlio.c
25524____________________________________________________________________________
25525[ 7537] By: nick on 2000/11/04 12:40:42
25526 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
25527 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
25528 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
25529 sensible) which lead to some interesting fails.
25530 Branch: perlio
25531 ! perlio.c
25532____________________________________________________________________________
25533[ 7536] By: jhi on 2000/11/04 00:20:02
25534 Log: Add FCNTL_CAN_LOCK.
25535
25536 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
25537 From: Andy Dougherty <doughera@lafayette.edu>
25538 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
25539 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
25540
25541 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
25542 From: Andy Dougherty <doughera@lafayette.edu>
25543 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
25544 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
25545 Branch: metaconfig/U/perl
25546 + d_fcntl_can_lock.U
25547 ! startperl.U
25548 Branch: perl
25549 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25550 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
25551 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25552 ! vos/config.ga.h win32/config.bc win32/config.gc
25553 ! win32/config.vc
25554____________________________________________________________________________
25555[ 7535] By: nick on 2000/11/03 22:19:10
25556 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
25557 - Works on Linux with
25558 perlio + unix
25559 stdio
25560 - Works on Solaris with
25561 perlio + unix
25562 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
25563 - Fails (hangs in openpid) if you try and stack
25564 perlio + stdio - Linux stdio's read() logic is hanging.
25565 Branch: perlio
25566 ! iperlsys.h perlio.c
25567____________________________________________________________________________
25568[ 7534] By: jhi on 2000/11/03 15:16:02
25569 Log: Subject: Re: README.aix
25570 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25571 Date: Fri, 03 Nov 2000 16:03:15 +0100
25572 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
25573 Branch: perl
25574 ! README.aix
25575____________________________________________________________________________
25576[ 7533] By: jhi on 2000/11/03 03:59:02
25577 Log: Subject: [PATCH 5.7.0] better messages from malloc()
25578 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25579 Date: Wed, 1 Nov 2000 23:39:56 -0500
25580 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
25581 Branch: perl
25582 ! malloc.c pod/perldiag.pod
25583____________________________________________________________________________
25584[ 7532] By: jhi on 2000/11/03 00:11:56
25585 Log: The #7521 touched things it shouldn't have.
25586 Branch: perl
25587 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
25588____________________________________________________________________________
25589[ 7531] By: jhi on 2000/11/02 22:32:33
25590 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
25591 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25592 Date: Thu, 2 Nov 2000 16:58:36 EST
25593 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
25594 Branch: perl
25595 ! vms/gen_shrfls.pl
25596____________________________________________________________________________
25597[ 7530] By: jhi on 2000/11/02 22:08:49
25598 Log: Fix the problem discussed in
25599
25600 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
25601 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
25602 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
25603
25604 originally from Linc Madison. Also Andreas König's comments
25605 taken into account. Some other problems with Tie::SubstrHash
25606 fixed: didn't croak when the table exceeded the requested number
25607 of entries (as documented) but instead when the number of entries
25608 exceeded the size of the table, a croak() had an unnecessary \n,
25609 didn't have a CLEAR method, documented that there is no exists().
25610 Didn't fix to be strict-proof because the module uses &foo; and
25611 dynamic scope. Added a test script exercizing both first tamely
25612 the basic functionality, and then the failure cases reported by
25613 Linc Madison.
25614 Branch: perl
25615 + t/lib/tie-substrhash.t
25616 ! MANIFEST lib/Tie/SubstrHash.pm
25617____________________________________________________________________________
25618[ 7529] By: jhi on 2000/11/02 17:58:08
25619 Log: recv() can fail and return undef.
25620
25621 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
25622 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
25623 Date: Thu, 2 Nov 2000 20:12:20 +0300
25624 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
25625 Branch: perl
25626 ! lib/Net/Ping.pm
25627____________________________________________________________________________
25628[ 7528] By: jhi on 2000/11/02 17:49:09
25629 Log: Detpyo.
25630 Branch: perl
25631 ! pod/perlop.pod
25632____________________________________________________________________________
25633[ 7527] By: jhi on 2000/11/02 15:48:37
25634 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
25635 fix a autovivification bug in Tie::RefHash, add tests for both.
25636
25637 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
25638 From: Edward Avis <epa98@doc.ic.ac.uk>
25639 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
25640 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
25641 Branch: perl
25642 + t/lib/tie-refhash.t
25643 ! MANIFEST lib/Tie/RefHash.pm
25644____________________________________________________________________________
25645[ 7526] By: jhi on 2000/11/02 13:56:26
25646 Log: Test::Harness revealed buglets in the new DynaLoader.
25647
25648 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
25649 From: andreas.koenig@anima.de (Andreas J. Koenig)
25650 Date: 02 Nov 2000 11:26:48 +0100
25651 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
25652 Branch: perl
25653 ! ext/DynaLoader/DynaLoader_pm.PL
25654____________________________________________________________________________
25655[ 7525] By: jhi on 2000/11/01 23:52:08
25656 Log: The entry for #7503 was missing.
25657 Branch: perl
25658 ! Changes
25659____________________________________________________________________________
25660[ 7524] By: jhi on 2000/11/01 23:40:52
25661 Log: Update Changes.
25662 Branch: perl
25663 ! Changes patchlevel.h
25664____________________________________________________________________________
25665[ 7523] By: jhi on 2000/11/01 22:57:09
25666 Log: More tweaking on the #7522 theme.
25667 Branch: perl
25668 ! ext/DynaLoader/DynaLoader_pm.PL
25669____________________________________________________________________________
25670[ 7522] By: jhi on 2000/11/01 22:06:15
25671 Log: Expand %Config variables and %ENV variables only if
25672 so requested during build time using the
25673 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
25674 Not expanding makes relocating distributions easier.
25675 Branch: perl
25676 ! ext/DynaLoader/DynaLoader_pm.PL
25677____________________________________________________________________________
25678[ 7521] By: jhi on 2000/11/01 20:56:34
25679 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
25680 and setgid() because they were just changing $< and $( which means
25681 only changing the real uid/gid, as opposed to changing both
25682 real and effective ids. (The alternative way could have been
25683 in POSIX.pm to change $> and $), too, but making a direct call
25684 to the C API feels cleaner.) Fixes the bug
25685
25686 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
25687 From: "Garry T. Williams" <garry@zvolve.com>
25688 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
25689 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
25690 Branch: perl
25691 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25692 ! ext/POSIX/typemap pod/perlvar.pod
25693____________________________________________________________________________
25694[ 7520] By: jhi on 2000/11/01 20:08:33
25695 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
25696 From: "Garry T. Williams" <garry@zvolve.com>
25697 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
25698 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
25699 Branch: perl
25700 ! pod/perlsec.pod
25701____________________________________________________________________________
25702[ 7519] By: jhi on 2000/11/01 20:01:22
25703 Log: Locale warning explanation tweak.
25704 Branch: perl
25705 ! pod/perldiag.pod
25706____________________________________________________________________________
25707[ 7518] By: jhi on 2000/11/01 18:57:13
25708 Log: C.pm part of
25709
25710 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
25711 From: Jarkko Hietaniemi <jhi@iki.fi>
25712 Date: Tue, 10 Oct 2000 08:22:28 -0500
25713 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
25714 Branch: perl
25715 ! ext/B/B/C.pm
25716____________________________________________________________________________
25717[ 7517] By: jhi on 2000/11/01 18:41:59
25718 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
25719 From: Martien Verbruggen <mgjv@comdyn.com.au>
25720 Date: Fri, 6 Oct 2000 14:09:10 +1100
25721 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
25722 Branch: perl
25723 ! pod/perlop.pod
25724____________________________________________________________________________
25725[ 7516] By: jhi on 2000/11/01 18:34:55
25726 Log: Generalize the Camel wording.
25727
25728 Subject: Re: perlfaq style changes
25729 From: John Borwick <jhborwic@unity.ncsu.edu>
25730 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
25731 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
25732 Branch: perl
25733 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
25734____________________________________________________________________________
25735[ 7515] By: jhi on 2000/11/01 16:52:31
25736 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
25737 From: pimlott@idiomtech.com (Andrew Pimlott)
25738 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
25739 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
25740 Branch: perl
25741 ! pod/perlsec.pod
25742____________________________________________________________________________
25743[ 7514] By: jhi on 2000/11/01 15:03:40
25744 Log: More AIX lore.
25745 Branch: perl
25746 ! ext/re/hints/aix.pl
25747____________________________________________________________________________
25748[ 7513] By: jhi on 2000/11/01 14:48:30
25749 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
25750 From: root <root@chronos.fi.muni.cz>
25751 Date: Wed, 1 Nov 2000 12:31:32 +0100
25752 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
25753 Branch: perl
25754 ! lib/Net/Ping.pm
25755____________________________________________________________________________
25756[ 7512] By: jhi on 2000/11/01 14:46:47
25757 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
25758 From: Martin Husemann <martin@duskware.de>
25759 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
25760 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
25761 Branch: perl
25762 ! regcomp.c
25763____________________________________________________________________________
25764[ 7511] By: jhi on 2000/11/01 14:39:50
25765 Log: AUTHORS updates.
25766 Branch: perl
25767 ! AUTHORS
25768____________________________________________________________________________
25769[ 7510] By: jhi on 2000/11/01 14:29:50
25770 Log: Subject: [PATCH] startperl to respect versiononly
25771 From: Robin Barker <rmb1@cise.npl.co.uk>
25772 Date: Tue, 31 Oct 2000 16:29:36 GMT
25773 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
25774 Branch: metaconfig/U/perl
25775 ! startperl.U
25776 Branch: perl
25777 ! Configure config_h.SH
25778____________________________________________________________________________
25779[ 7509] By: jhi on 2000/11/01 14:19:53
25780 Log: printf UVs the correct way, noticed by Robin Barker.
25781 Branch: perl
25782 ! utf8.c
25783____________________________________________________________________________
25784[ 7508] By: jhi on 2000/11/01 14:10:03
25785 Log: Do not cleanup *% because the % has special meanings in some
25786 shell environments.
25787 Branch: perl
25788 ! ext/Storable/Makefile.PL
25789____________________________________________________________________________
25790[ 7507] By: jhi on 2000/11/01 14:06:00
25791 Log: The NonStop-UX libraries have a novel way to say NaN.
25792 Branch: perl
25793 ! t/lib/bigfltpm.t
25794____________________________________________________________________________
25795[ 7506] By: jhi on 2000/11/01 14:03:35
25796 Log: The osname has been lowercased by now, from Tom Bates.
25797 Branch: metaconfig
25798 ! U/modified/Oldconfig.U
25799 Branch: perl
25800 ! Configure config_h.SH
25801____________________________________________________________________________
25802[ 7505] By: jhi on 2000/10/31 19:18:39
25803 Log: The compiler is either gcc or cc, from Tom Bates.
25804 Branch: perl
25805 ! hints/nonstopux.sh
25806____________________________________________________________________________
25807[ 7504] By: jhi on 2000/10/31 14:53:42
25808 Log: Update Changes.
25809 Branch: perl
25810 ! Changes patchlevel.h
25811____________________________________________________________________________
25812[ 7503] By: jhi on 2000/10/31 14:30:50
25813 Log: Whitespace style tweak. Was originally going to see to
25814
25815 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
25816 From: Joe Smith <jms@inwap.com>
25817 Date: Mon, 30 Oct 2000 18:47:57 -0800
25818 Message-Id: <39FE32DD.24AAC4D@inwap.com>
25819
25820 but that had already been taken care of.
25821 Branch: metaconfig
25822 ! U/compline/d_stdstdio.U
25823 Branch: perl
25824 ! Configure config_h.SH
25825____________________________________________________________________________
25826[ 7502] By: jhi on 2000/10/31 14:25:02
25827 Log: AUTHORS tweaks.
25828 Branch: perl
25829 ! AUTHORS
25830____________________________________________________________________________
25831[ 7501] By: jhi on 2000/10/31 14:23:59
25832 Log: Subject: perlfaq style changes
25833 From: John Borwick <jhborwic@unity.ncsu.edu>
25834 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
25835 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
25836 Branch: perl
25837 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25838 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25839 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
25840 ! pod/perlfaq9.pod
25841____________________________________________________________________________
25842[ 7500] By: jhi on 2000/10/31 14:22:15
25843 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
25844
25845 Subject: Re: [ID 20000918.005] ~ on wide chars
25846 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25847 Date: Mon, 30 Oct 2000 21:09:55 -0800
25848 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
25849
25850 (The ord() part of the patch skipped.)
25851 Branch: perl
25852 ! doop.c
25853____________________________________________________________________________
25854[ 7499] By: jhi on 2000/10/31 14:20:08
25855 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
25856 From: Jens Hamisch <jens@Strawberry.COM>
25857 Date: Mon, 30 Oct 2000 15:17:07 +0100
25858 Message-Id: <20001030151707.A9597@Strawberry.COM>
25859 Branch: perl
25860 ! av.c
25861____________________________________________________________________________
25862[ 7498] By: jhi on 2000/10/31 14:16:29
25863 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
25864 From: Peter Prymmer <pvhp@forte.com>
25865 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
25866 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
25867 Branch: perl
25868 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
25869 + ext/Encode/Encode/posix-bc.enc
25870 ! MANIFEST t/lib/encode.t
25871____________________________________________________________________________
25872[ 7497] By: jhi on 2000/10/31 14:13:22
25873 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
25874 From: Peter Prymmer <pvhp@forte.com>
25875 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
25876 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
25877 Branch: perl
25878 ! t/lib/cgi-html.t
25879____________________________________________________________________________
25880[ 7496] By: jhi on 2000/10/31 14:12:05
25881 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
25882 From: Peter Prymmer <pvhp@forte.com>
25883 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
25884 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
25885 Branch: perl
25886 ! t/lib/cgi-function.t
25887____________________________________________________________________________
25888[ 7495] By: jhi on 2000/10/31 14:11:08
25889 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
25890 From: Peter Prymmer <pvhp@forte.com>
25891 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
25892 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
25893 Branch: perl
25894 + ext/re/hints/aix.pl
25895 ! MANIFEST ext/re/Makefile.PL
25896____________________________________________________________________________
25897[ 7494] By: jhi on 2000/10/31 14:08:32
25898 Log: Use Errno magic.
25899
25900 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
25901 From: Casey Tweten <perl@ctweten.amsite.com>
25902 Date: Mon, 30 Oct 2000 15:51:17 -0500
25903 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
25904 Branch: perl
25905 ! lib/File/Temp.pm
25906____________________________________________________________________________
25907[ 7493] By: jhi on 2000/10/31 14:05:07
25908 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
25909
25910 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
25911 From: Nicholas Clark <nick@ccl4.org>
25912 Date: Mon, 30 Oct 2000 17:38:45 +0000
25913 Message-ID: <20001030173845.O60355@plum.flirble.org>
25914 Branch: perl
25915 ! Makefile.SH utils/perlbug.PL
25916____________________________________________________________________________
25917[ 7492] By: nick on 2000/10/30 19:37:23
25918 Log: Change files which are mysteriously different to mainline to be
25919 copies of mainline.
25920 Branch: perlio
25921 ! objXSUB.h perlapi.c pod/perlapi.pod
25922____________________________________________________________________________
25923[ 7491] By: nick on 2000/10/30 18:05:54
25924 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
25925 - typo in endian code in putc.
25926 - Don't allow read of write-only files and vice-versa
25927 - and off-by-one in flush-all loop.
25928 Remove debug calls as they were using GCC specific features.
25929 Branch: perlio
25930 ! perlio.c
25931____________________________________________________________________________
25932[ 7490] By: nick on 2000/10/29 21:45:45
25933 Log: Integrate mainline to perlio
25934 Branch: perlio
25935 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
25936 !> toke.c
25937____________________________________________________________________________
25938[ 7489] By: jhi on 2000/10/29 21:11:08
25939 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
25940 From: andreas.koenig@anima.de (Andreas J. Koenig)
25941 Date: 29 Oct 2000 22:05:59 +0100
25942 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
25943 Branch: perl
25944 ! lib/ExtUtils/Manifest.pm
25945____________________________________________________________________________
25946[ 7488] By: jhi on 2000/10/29 21:07:47
25947 Log: Tests for #7487.
25948
25949 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
25950 From: andreas.koenig@anima.de (Andreas J. Koenig)
25951 Date: 29 Oct 2000 19:37:09 +0100
25952 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
25953 Branch: perl
25954 ! t/comp/proto.t
25955____________________________________________________________________________
25956[ 7487] By: jhi on 2000/10/29 21:06:27
25957 Log: constsub spillage.
25958
25959 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
25960 From: John Tobey <jtobey@john-edwin-tobey.org>
25961 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
25962 Message-Id: <m13pvSr-000FObC@feynman.localnet>
25963 Branch: perl
25964 ! op.c
25965____________________________________________________________________________
25966[ 7486] By: nick on 2000/10/29 21:05:04
25967 Log: Integrate mainline to perlio branch
25968 Branch: perlio
25969 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
25970 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
25971 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
25972 +> vos/install_perl.cm
25973 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
25974 - vos/config.h vos/config_h.SH_orig
25975 !> (integrate 141 files)
25976____________________________________________________________________________
25977[ 7485] By: jhi on 2000/10/29 21:00:47
25978 Log: Make \x{...} consistently produce UTF-8.
25979
25980 Subject: Re: \x{...} is confused
25981 From: Simon Cozens <simon@cozens.net>
25982 Date: Sun, 29 Oct 2000 19:36:48 +0000
25983 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
25984 Branch: perl
25985 ! t/pragma/utf8.t toke.c
25986____________________________________________________________________________
25987[ 7484] By: nick on 2000/10/29 20:05:29
25988 Log: PerlIO passes all tests.
25989 Branch: perlio
25990 ! perlio.c
25991____________________________________________________________________________
25992[ 7483] By: jhi on 2000/10/29 18:06:55
25993 Log: Update Changes.
25994 Branch: perl
25995 ! Changes patchlevel.h
25996____________________________________________________________________________
25997[ 7482] By: nick on 2000/10/29 17:43:28
25998 Log: Include <unistd.h> to get correct lseek() prototype etc.
25999 (I thought perl.h did that) - down to two fails
26000 - comp/require.t (last test)
26001 - lib/io_xs.t - possibly import/export of FILE * ?
26002 Branch: perlio
26003 ! perlio.c
26004____________________________________________________________________________
26005[ 7481] By: jhi on 2000/10/29 17:02:37
26006 Log: UTF-8 decoder tweak.
26007 Branch: perl
26008 ! utf8.c
26009____________________________________________________________________________
26010[ 7480] By: nick on 2000/10/29 16:26:11
26011 Log: Fixed two bugs:
26012 - error code not being set on close (of broken pipe)
26013 - append mode was truncating.
26014 At least one seek/tell bug remains.
26015 Branch: perlio
26016 ! perlio.c
26017____________________________________________________________________________
26018[ 7479] By: nick on 2000/10/29 11:18:16
26019 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
26020 in case of accidents. Still several worrying fails, no line disciplines yet.
26021 Branch: perlio
26022 ! iperlsys.h perlio.c
26023____________________________________________________________________________
26024[ 7478] By: jhi on 2000/10/29 02:04:01
26025 Log: Add also emailless people.
26026 Branch: perl
26027 ! AUTHORS
26028____________________________________________________________________________
26029[ 7477] By: jhi on 2000/10/29 01:36:00
26030 Log: The #7476 needs a MANIFEST change, too.
26031 Branch: perl
26032 ! MANIFEST
26033____________________________________________________________________________
26034[ 7476] By: jhi on 2000/10/29 01:35:21
26035 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
26036 Branch: perl
26037 - MAINTAIN
26038 ! AUTHORS Changes
26039____________________________________________________________________________
26040[ 7475] By: jhi on 2000/10/28 23:57:25
26041 Log: De-quoted-unreadable to ISO Latin 1.
26042 (There's one ISO-2022-JP name in Changes5.004.)
26043 Branch: perl
26044 ! Changes Changes5.6
26045____________________________________________________________________________
26046[ 7474] By: jhi on 2000/10/28 19:13:06
26047 Log: Subject: [ID 20001027.007] uniq array in perlfaq
26048 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
26049 Date: Fri, 27 Oct 2000 19:28:30 +0200
26050 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
26051 Branch: perl
26052 ! pod/perlfaq4.pod
26053____________________________________________________________________________
26054[ 7473] By: jhi on 2000/10/28 18:02:05
26055 Log: Locking null mutexes is not recommendable.
26056
26057 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
26058 From: Hugo <hv@crypt.compulink.co.uk>
26059 Date: Sat, 28 Oct 2000 18:41:12 +0100
26060 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
26061 Branch: perl
26062 ! op.c
26063____________________________________________________________________________
26064[ 7472] By: jhi on 2000/10/28 17:52:58
26065 Log: Better create a true mailing list for the repository keepers.
26066 Branch: perl
26067 ! Porting/repository.pod
26068____________________________________________________________________________
26069[ 7471] By: jhi on 2000/10/28 17:28:24
26070 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
26071 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
26072 Branch: perl
26073 + Porting/repository.pod
26074 ! MANIFEST
26075____________________________________________________________________________
26076[ 7470] By: jhi on 2000/10/28 17:20:54
26077 Log: Subject: DOC PATCH 5.6.0
26078 From: mjd@plover.com
26079 Date: 27 Oct 2000 17:32:44 -0000
26080 Message-ID: <20001027173244.23754.qmail@plover.com>
26081 Branch: perl
26082 ! pod/perlfunc.pod
26083____________________________________________________________________________
26084[ 7469] By: jhi on 2000/10/28 17:16:45
26085 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
26086 From: "Peter J. Farley III" <pjfarley@banet.net>
26087 Date: Fri, 27 Oct 2000 20:32:56 -0400
26088 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
26089 Branch: perl
26090 ! README.dos
26091____________________________________________________________________________
26092[ 7468] By: jhi on 2000/10/28 17:07:18
26093 Log: Make target reordering to avoid pointless re-makes.
26094
26095 Subject: Re: Total re-make of 'make okfile' after 7451 ?
26096 From: Nicholas Clark <nick@ccl4.org>
26097 Date: Sat, 28 Oct 2000 00:31:02 +0100
26098 Message-ID: <20001028003101.A54517@plum.flirble.org>
26099 Branch: perl
26100 ! Makefile.SH
26101____________________________________________________________________________
26102[ 7467] By: jhi on 2000/10/28 17:05:31
26103 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
26104 From: lvirden@cas.org
26105 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
26106 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
26107 Branch: perl
26108 ! README.os2
26109____________________________________________________________________________
26110[ 7466] By: jhi on 2000/10/28 16:09:16
26111 Log: Upgrade to CPAN 1.58_55.
26112
26113 Subject: CPAN.pm status
26114 From: andreas.koenig@anima.de (Andreas J. Koenig)
26115 Date: 28 Oct 2000 08:18:00 +0200
26116 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
26117 Branch: perl
26118 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26119____________________________________________________________________________
26120[ 7465] By: jhi on 2000/10/28 16:02:47
26121 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
26122 Branch: perl
26123 ! embed.h embed.pl perl.h proto.h toke.c
26124____________________________________________________________________________
26125[ 7464] By: nick on 2000/10/28 10:43:44
26126 Log: Fix for sv_2iv() on "shared" value from keys %hash.
26127 Branch: perl
26128 ! sv.c
26129____________________________________________________________________________
26130[ 7463] By: jhi on 2000/10/27 16:18:29
26131 Log: Update Changes.
26132 Branch: perl
26133 ! Changes patchlevel.h
26134____________________________________________________________________________
26135[ 7462] By: jhi on 2000/10/27 16:17:44
26136 Log: Too enthusiastic editing in #7460.
26137 Branch: metaconfig
26138 ! U/modified/Oldsym.U
26139 Branch: perl
26140 ! Configure config_h.SH
26141____________________________________________________________________________
26142[ 7461] By: jhi on 2000/10/27 15:37:38
26143 Log: Retract #7459, the script needs more work.
26144 Branch: perl
26145 - mkreef
26146 ! MANIFEST
26147____________________________________________________________________________
26148[ 7460] By: jhi on 2000/10/27 15:23:14
26149 Log: Use $sort, $uniq (and $tr) consistently as wondered
26150 by Nicholas Clark.
26151 Branch: metaconfig
26152 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
26153 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
26154 ! U/modified/libc.U
26155 Branch: perl
26156 ! Configure config_h.SH
26157____________________________________________________________________________
26158[ 7459] By: jhi on 2000/10/27 15:02:07
26159 Log: (Retracted by #7461)
26160
26161 Add a shell script for creating/removing symbolic link farms,
26162 useful for keeping the source code read-only and doing the
26163 builds somewhere else.
26164 Branch: perl
26165 + mkreef
26166 ! MANIFEST
26167____________________________________________________________________________
26168[ 7458] By: jhi on 2000/10/27 14:42:20
26169 Log: Do away with the fix_pl.
26170 Branch: perl
26171 - fix_pl
26172 ! MANIFEST Makefile.SH
26173____________________________________________________________________________
26174[ 7457] By: jhi on 2000/10/27 12:43:13
26175 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
26176 From: Jens Hamisch <jens@Strawberry.COM>
26177 Date: Fri, 27 Oct 2000 14:38:21 +0200
26178 Message-Id: <20001027143821.B3366@Strawberry.COM>
26179 Branch: perl
26180 ! perl.h
26181____________________________________________________________________________
26182[ 7456] By: jhi on 2000/10/27 12:33:42
26183 Log: Subject: [PATCH] todo
26184 From: Nicholas Clark <nick@ccl4.org>
26185 Date: Thu, 26 Oct 2000 22:32:29 +0100
26186 Message-ID: <20001026223229.A44540@plum.flirble.org>
26187 Branch: perl
26188 ! pod/perltodo.pod
26189____________________________________________________________________________
26190[ 7455] By: jhi on 2000/10/27 12:02:21
26191 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
26192 From: John Tobey <jtobey@john-edwin-tobey.org>
26193 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
26194 Message-Id: <m13ozHF-000FObC@feynman.localnet>
26195 Branch: perl
26196 ! op.c t/pragma/sub_lval.t
26197____________________________________________________________________________
26198[ 7454] By: jhi on 2000/10/27 11:59:42
26199 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
26200 From: sthoenna@efn.org
26201 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
26202 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
26203 Branch: perl
26204 ! pp.c t/op/assignwarn.t
26205____________________________________________________________________________
26206[ 7453] By: jhi on 2000/10/27 00:15:08
26207 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
26208 Branch: perl
26209 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26210 ! ext/Storable/Storable.xs t/lib/st-lock.t
26211____________________________________________________________________________
26212[ 7452] By: jhi on 2000/10/26 13:05:52
26213 Log: Undo #7451, this seems to be a deficiency in Perforce,
26214 there is no per-file line-terminator type, only per-client.
26215 Branch: perl
26216 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
26217 ! win32/makefile.mk
26218____________________________________________________________________________
26219[ 7451] By: jhi on 2000/10/26 04:56:03
26220 Log: Experimenting in DOS arcana.
26221 Branch: perl
26222 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
26223 ! win32/makefile.mk
26224____________________________________________________________________________
26225[ 7450] By: jhi on 2000/10/26 04:50:52
26226 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
26227 From: "Peter J. Farley III" <pjfarley@banet.net>
26228 Date: Wed, 25 Oct 2000 23:10:18 -0400
26229 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
26230 Branch: perl
26231 ! t/io/open.t
26232____________________________________________________________________________
26233[ 7449] By: jhi on 2000/10/26 04:49:16
26234 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
26235 From: Hugo <hv@crypt.compulink.co.uk>
26236 Date: Thu, 26 Oct 2000 01:55:17 +0100
26237 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
26238
26239 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
26240 Branch: perl
26241 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
26242____________________________________________________________________________
26243[ 7448] By: jhi on 2000/10/26 04:38:36
26244 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
26245 From: Peter Prymmer <pvhp@forte.com>
26246 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
26247 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
26248 Branch: perl
26249 ! configure.com
26250____________________________________________________________________________
26251[ 7447] By: jhi on 2000/10/25 23:20:02
26252 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
26253 in platforms that strictly require all the symbols being present
26254 at link time.
26255 Branch: perl
26256 ! handy.h
26257____________________________________________________________________________
26258[ 7446] By: jhi on 2000/10/25 21:55:57
26259 Log: Update Changes.
26260 Branch: perl
26261 ! Changes patchlevel.h
26262____________________________________________________________________________
26263[ 7445] By: jhi on 2000/10/25 21:27:08
26264 Log: Integrate with vmsperl #7430 by Charles Bailey:
26265
26266 Cleanup from prior patch (Charles Lane?):
26267 - improve handling of MFDs in Basename and Path
26268 - default to no xsubpp line # munging when building debug images
26269 Branch: perl
26270 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
26271____________________________________________________________________________
26272[ 7444] By: jhi on 2000/10/25 21:03:50
26273 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
26274 From: John Peacock <JPeacock@UnivPress.com>
26275 Date: Thu, 18 May 2000 11:55:27 -0400
26276 Message-ID: <3924126F.A58BE57A@UnivPress.com>
26277 Branch: perl
26278 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
26279 ! t/op/write.t
26280____________________________________________________________________________
26281[ 7443] By: jhi on 2000/10/25 20:43:10
26282 Log: Temporary stopgap for the self-tying issue: for now only
26283 array and hash self-ties are verboten. The real fix, of
26284 course, would be to comprehensively test (and implement?)
26285 and debug (and document) self-ties.
26286 Branch: perl
26287 ! pod/perldiag.pod pp_sys.c t/op/tie.t
26288____________________________________________________________________________
26289[ 7442] By: jhi on 2000/10/25 20:14:30
26290 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
26291 From: Dan Sugalski <dan@sidhe.org>
26292 Date: Wed, 25 Oct 2000 13:36:35 -0400
26293 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
26294
26295 plus regen global.sym.
26296 Branch: perl
26297 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
26298 ! thrdvar.h util.c
26299____________________________________________________________________________
26300[ 7441] By: jhi on 2000/10/25 20:12:20
26301 Log: buildtoc target tweaks.
26302 Branch: perl
26303 ! pod/Makefile.SH
26304____________________________________________________________________________
26305[ 7440] By: jhi on 2000/10/25 20:03:53
26306 Log: A new version of making the syslog test more robust.
26307 (Replaces #7421.)
26308
26309 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26310 From: "Kurt D. Starsinic" <kstar@chapin.edu>
26311 Date: Wed, 25 Oct 2000 12:13:54 -0400
26312 Message-ID: <20001025121354.B2264@O2.chapin.edu>
26313 Branch: perl
26314 ! t/lib/syslog.t
26315____________________________________________________________________________
26316[ 7439] By: jhi on 2000/10/25 20:00:48
26317 Log: Continue the internal UTF-8 API tweaking.
26318 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
26319 used much more than the simpler API, now called utf8_to_uv_simple().
26320 Still not quite happy with API, too much partial duplication
26321 of functionality.
26322 Branch: perl
26323 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
26324 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
26325 ! regcomp.c regexec.c sv.c toke.c utf8.c
26326____________________________________________________________________________
26327[ 7438] By: jhi on 2000/10/25 18:52:30
26328 Log: Allow poking holes at the UTF-8 decoding strictness.
26329 Branch: perl
26330 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
26331 ! utf8.h
26332____________________________________________________________________________
26333[ 7437] By: jhi on 2000/10/25 13:53:05
26334 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
26335 UTF8LEN() and UTF8SKIP().
26336 Branch: perl
26337 ! pp.c utf8.c utf8.h
26338____________________________________________________________________________
26339[ 7436] By: jhi on 2000/10/25 13:51:37
26340 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
26341 From: Nicholas Clark <nick@ccl4.org>
26342 Date: Wed, 25 Oct 2000 14:44:05 +0100
26343 Message-ID: <20001025144404.D27253@plum.flirble.org>
26344 Branch: perl
26345 ! pod/perlrun.pod
26346____________________________________________________________________________
26347[ 7435] By: jhi on 2000/10/25 13:49:32
26348 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
26349 From: Mike Guy <mjtg@cam.ac.uk>
26350 Date: Tue, 24 Oct 2000 14:59:40 +0100
26351 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
26352 Branch: perl
26353 ! scope.c
26354____________________________________________________________________________
26355[ 7434] By: jhi on 2000/10/25 13:48:41
26356 Log: AIX is picky about its symbol exports. Solution for now
26357 is to include the deb.o explicitly to the re extension build.
26358
26359 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
26360 From: Peter Prymmer <pvhp@forte.com>
26361 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
26362 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
26363 Branch: perl
26364 ! ext/re/Makefile.PL hints/aix.sh
26365____________________________________________________________________________
26366[ 7433] By: jhi on 2000/10/25 13:46:49
26367 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
26368 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26369 Date: Wed, 25 Oct 2000 12:02:20 +0200
26370 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
26371 Branch: perl
26372 ! perlsdio.h
26373____________________________________________________________________________
26374[ 7432] By: jhi on 2000/10/25 13:44:28
26375 Log: Subject: Minor update to find2perl, for portability
26376 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
26377 Date: Wed, 25 Oct 2000 12:05:47 +0100
26378 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
26379 Branch: perl
26380 ! x2p/find2perl.PL
26381____________________________________________________________________________
26382[ 7431] By: jhi on 2000/10/25 13:40:39
26383 Log: Add targets to Makefile.SH, most importantly
26384 'regen_all' which also remembers to update vms/perly*.
26385 Branch: perl
26386 ! Makefile.SH
26387____________________________________________________________________________
26388[ 7430] By: bailey on 2000/10/25 03:13:53
26389 Log: Cleanup from prior patch (Charles Lane?):
26390 - improve handling of MFDs in Basename and Path
26391 - default to no xsubpp line # munging when building debug images
26392 Branch: vmsperl
26393 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
26394____________________________________________________________________________
26395[ 7429] By: jhi on 2000/10/24 20:03:40
26396 Log: Podify README.epoc and README.vos.
26397 Branch: perl
26398 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
26399 ! pod/perlport.pod pod/perltoc.pod
26400____________________________________________________________________________
26401[ 7428] By: jhi on 2000/10/24 19:10:33
26402 Log: Stratus VOS updates from Paul Green.
26403 Branch: perl
26404 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26405 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
26406 - vos/config.def vos/config.h vos/config_h.SH_orig
26407 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
26408 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
26409____________________________________________________________________________
26410[ 7427] By: jhi on 2000/10/24 18:59:48
26411 Log: Check if stdio supports tweaking lval and cnt simultaneously.
26412
26413 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
26414 From: Nicholas Clark <nick@ccl4.org>
26415 Date: Mon, 23 Oct 2000 15:39:32 +0100
26416 Message-ID: <20001023153932.A10786@plum.flirble.org>
26417 Branch: metaconfig
26418 ! U/compline/d_stdstdio.U
26419 Branch: perl
26420 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26421 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
26422 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
26423 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
26424 ! vos/config.h vos/config_h.SH_orig win32/config.bc
26425 ! win32/config.gc win32/config.vc
26426____________________________________________________________________________
26427[ 7426] By: jhi on 2000/10/24 17:57:44
26428 Log: Missed the header file changes from #7425.
26429 Branch: perl
26430 ! embed.h embed.pl objXSUB.h proto.h
26431____________________________________________________________________________
26432[ 7425] By: jhi on 2000/10/24 17:55:17
26433 Log: Fix the bug reported in
26434
26435 From: andreas.koenig@anima.de (Andreas J. Koenig)
26436 Subject: Encode bug?
26437 Date: 24 Oct 2000 14:01:26 +0200
26438 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
26439
26440 Also make is_utf8_char() stricter.
26441 Branch: perl
26442 ! ext/Encode/Encode.xs utf8.c
26443____________________________________________________________________________
26444[ 7424] By: jhi on 2000/10/24 15:15:39
26445 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
26446 From: Peter Scott <Peter@PSDT.com>
26447 Date: Mon, 23 Oct 2000 19:46:01 -0700
26448 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
26449 Branch: perl
26450 ! pod/perlfaq5.pod
26451____________________________________________________________________________
26452[ 7423] By: jhi on 2000/10/24 14:25:30
26453 Log: Test tweak to avoid pulling in the whole Config.
26454 Branch: perl
26455 ! t/lib/st-lock.t
26456____________________________________________________________________________
26457[ 7422] By: jhi on 2000/10/24 14:03:16
26458 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
26459 Branch: perl
26460 ! pp.c
26461____________________________________________________________________________
26462[ 7421] By: jhi on 2000/10/24 13:32:09
26463 Log: (Replaced by #7440.)
26464
26465 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26466 From: "Kurt D. Starsinic" <kstar@chapin.edu>
26467 Date: Mon, 23 Oct 2000 16:40:54 -0400
26468 Message-ID: <20001023164054.B14491@O2.chapin.edu>
26469 Branch: perl
26470 ! t/lib/syslog.t
26471____________________________________________________________________________
26472[ 7420] By: jhi on 2000/10/24 13:30:53
26473 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
26474 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26475 Date: Mon, 23 Oct 2000 17:29:03 -0400
26476 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
26477 Branch: perl
26478 ! lib/ExtUtils/MM_Unix.pm
26479____________________________________________________________________________
26480[ 7419] By: jhi on 2000/10/24 13:29:57
26481 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
26482 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26483 Date: Mon, 23 Oct 2000 19:01:32 -0400
26484 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
26485 Branch: perl
26486 ! utils/h2xs.PL
26487____________________________________________________________________________
26488[ 7418] By: jhi on 2000/10/24 13:26:04
26489 Log: Replace #7409 with
26490
26491 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
26492 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26493 Date: Mon, 23 Oct 2000 20:08:56 +0200
26494 Message-ID: <20001023200855.A14850@nice.ram.loc>
26495 Branch: perl
26496 ! ext/Storable/Storable.pm t/lib/st-lock.t
26497____________________________________________________________________________
26498[ 7417] By: jhi on 2000/10/24 13:17:52
26499 Log: Run vms/vms_yfix.pl, should have done that after changing
26500 perly.c in #7382.
26501 Branch: perl
26502 ! vms/perly_c.vms vms/perly_h.vms
26503____________________________________________________________________________
26504[ 7416] By: jhi on 2000/10/24 02:55:33
26505 Log: Make the UTF-8 decoding stricter and more verbose when
26506 malformation happens. This involved adding an argument
26507 to utf8_to_uv_chk(), which involved changing its prototype,
26508 and prefer STRLEN over I32 for the UTF-8 length, which as
26509 a domino effect necessitated changing the prototypes of
26510 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
26511 The stricter UTF-8 decoding checking uses Markus Kuhn's
26512 UTF-8 Decode Stress Tester from
26513 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
26514 Branch: perl
26515 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
26516 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
26517 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
26518 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
26519____________________________________________________________________________
26520[ 7415] By: jhi on 2000/10/23 14:06:06
26521 Log: Update Changes.
26522 Branch: perl
26523 ! Changes patchlevel.h
26524____________________________________________________________________________
26525[ 7414] By: jhi on 2000/10/23 12:39:52
26526 Log: Undo the basename() part of #7412 since the lib/basename
26527 tests would need upgrading too.
26528 Branch: perl
26529 ! lib/File/Basename.pm
26530____________________________________________________________________________
26531[ 7413] By: jhi on 2000/10/23 12:19:27
26532 Log: Document PERL_INSTALL_ROOT of #7210.
26533 Branch: perl
26534 ! lib/ExtUtils/Install.pm
26535____________________________________________________________________________
26536[ 7412] By: jhi on 2000/10/23 12:16:47
26537 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
26538 Branch: perl
26539 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
26540 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
26541____________________________________________________________________________
26542[ 7411] By: jhi on 2000/10/23 12:07:41
26543 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
26544 From: Prymmer/Kahn <pvhp@best.com>
26545 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
26546 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
26547 Branch: perl
26548 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
26549____________________________________________________________________________
26550[ 7410] By: jhi on 2000/10/23 04:10:11
26551 Log: The change #7187 was not so good on VMS.
26552
26553 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
26554 From: "Craig A. Berry" <craig.berry@psinetcs.com>
26555 Date: Sun, 22 Oct 2000 23:03:08 -0500
26556 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
26557 Branch: perl
26558 ! utils/perldoc.PL
26559____________________________________________________________________________
26560[ 7409] By: jhi on 2000/10/23 03:57:36
26561 Log: Avoid Storable locking on DJGPP for now.
26562
26563 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
26564 From: "Peter J. Farley III" <pjfarley@banet.net>
26565 Date: Sun, 22 Oct 2000 20:00:00 -0400
26566 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
26567 Branch: perl
26568 ! ext/Storable/Storable.pm t/lib/st-lock.t
26569____________________________________________________________________________
26570[ 7408] By: jhi on 2000/10/23 03:50:24
26571 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
26572 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
26573 Date: Sun, 22 Oct 2000 21:12:22 -0400
26574 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
26575 Branch: perl
26576 ! lib/vars.pm
26577____________________________________________________________________________
26578[ 7407] By: jhi on 2000/10/23 03:43:12
26579 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
26580 From: Hugo <hv@crypt.compulink.co.uk>
26581 Date: Mon, 23 Oct 2000 00:47:22 +0100
26582 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
26583 Branch: perl
26584 ! regexec.c t/op/pat.t
26585____________________________________________________________________________
26586[ 7406] By: jhi on 2000/10/23 03:40:29
26587 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
26588 Branch: perl
26589 ! lib/ExtUtils/MakeMaker.pm
26590____________________________________________________________________________
26591[ 7405] By: jhi on 2000/10/22 21:32:00
26592 Log: Doc patch.
26593
26594 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
26595 From: rspier@pobox.com (Robert Spier)
26596 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
26597 Message-ID: <14835.16112.13457.447971@rls.cx>
26598 Branch: perl
26599 ! lib/strict.pm
26600____________________________________________________________________________
26601[ 7404] By: jhi on 2000/10/22 21:30:51
26602 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
26603 From: rspier@pobox.com (Robert Spier)
26604 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
26605 Message-ID: <14835.17223.72448.705566@rls.cx>
26606 Branch: perl
26607 ! lib/ExtUtils/MakeMaker.pm
26608____________________________________________________________________________
26609[ 7403] By: jhi on 2000/10/22 21:24:11
26610 Log: Subject: [PATCH bleadperl] ripples from constsub patch
26611 From: John Tobey <jtobey@john-edwin-tobey.org>
26612 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
26613 Message-Id: <m13nSOB-000FObC@feynman.localnet>
26614 Branch: perl
26615 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
26616____________________________________________________________________________
26617[ 7402] By: jhi on 2000/10/22 20:59:35
26618 Log: Support s?printf parameter reordering.
26619 Branch: perl
26620 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
26621____________________________________________________________________________
26622[ 7401] By: jhi on 2000/10/22 19:19:14
26623 Log: Expand %Config variables only if explicitly so requested
26624 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
26625
26626 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
26627 From: Gurusamy Sarathy <gsar@ActiveState.com>
26628 Date: Sun, 22 Oct 2000 11:47:32 -0700
26629 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
26630 Branch: perl
26631 ! Makefile.SH lib/lib_pm.PL
26632____________________________________________________________________________
26633[ 7400] By: jhi on 2000/10/22 18:24:10
26634 Log: Move the #7390 test from warn/op to comp/redef.
26635
26636 Subject: Re: Creating const subs for constants.
26637 From: John Tobey <jtobey@john-edwin-tobey.org>
26638 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
26639 Message-Id: <m13nG72-000FObC@feynman.localnet>
26640 Branch: perl
26641 ! t/comp/redef.t t/pragma/warn/op
26642____________________________________________________________________________
26643[ 7399] By: jhi on 2000/10/22 17:49:59
26644 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
26645 From: Nicholas Clark <nick@ccl4.org>
26646 Date: Sat, 21 Oct 2000 22:23:19 +0100
26647 Message-ID: <20001021222319.B45586@plum.flirble.org>
26648 Branch: perl
26649 ! ext/DynaLoader/DynaLoader_pm.PL
26650____________________________________________________________________________
26651[ 7398] By: jhi on 2000/10/22 17:47:35
26652 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
26653 From: Hugo <hv@crypt.compulink.co.uk>
26654 Date: Sat, 21 Oct 2000 18:19:59 +0100
26655 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
26656 Branch: perl
26657 ! ext/B/B.pm ext/B/B/C.pm
26658____________________________________________________________________________
26659[ 7397] By: jhi on 2000/10/22 17:35:18
26660 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
26661 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
26662 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
26663 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
26664 Branch: perl
26665 ! hints/openbsd.sh
26666____________________________________________________________________________
26667[ 7396] By: jhi on 2000/10/22 17:19:46
26668 Log: Subject: installman go-faster stripes
26669 From: Nicholas Clark <nick@talking.bollo.cx>
26670 Date: Sat, 21 Oct 2000 17:24:53 +0100
26671 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
26672
26673 Subject: Re: installman go-faster stripes
26674 From: Russ Allbery <rra@stanford.edu>
26675 Date: 21 Oct 2000 11:04:13 -0700
26676 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
26677 Branch: perl
26678 ! installman pod/pod2man.PL
26679____________________________________________________________________________
26680[ 7395] By: jhi on 2000/10/22 17:17:35
26681 Log: Hints tweak from Anton Berezin.
26682 Branch: perl
26683 ! hints/freebsd.sh
26684____________________________________________________________________________
26685[ 7394] By: jhi on 2000/10/22 04:50:04
26686 Log: Tweak the Is* definitions of Unicode character classes
26687 to better match the official categorizations; embrace
26688 the official categorizations; add the combining marks
26689 as alpha (and -numeric); fix DCinital (a typo and edito)
26690 to be DCmedial.
26691 Branch: perl
26692 + lib/unicode/Is/DCmedial.pl
26693 - lib/unicode/Is/DCinital.pl
26694 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26695 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
26696 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
26697 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26698____________________________________________________________________________
26699[ 7393] By: jhi on 2000/10/21 18:06:05
26700 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
26701 From: Daniel Chetlin <daniel@chetlin.com>
26702 Date: Sat, 21 Oct 2000 02:57:03 -0700
26703 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
26704 Branch: perl
26705 + t/lib/tie-splice.t
26706 ! MANIFEST lib/Tie/Array.pm
26707____________________________________________________________________________
26708[ 7392] By: gsar on 2000/10/21 18:05:15
26709 Log: resync utfperl branch with mainline
26710 Branch: utfperl
26711 !> (integrate 1760 files)
26712____________________________________________________________________________
26713[ 7391] By: jhi on 2000/10/21 14:37:49
26714 Log: Testcases for a #7383,#7385 related bug.
26715
26716 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
26717 From: Nicholas Clark <nick@ccl4.org>
26718 Date: Sat, 21 Oct 2000 15:04:51 +0100
26719 Message-ID: <20001021150451.A51566@plum.flirble.org>
26720 Branch: perl
26721 ! t/pragma/utf8.t
26722____________________________________________________________________________
26723[ 7390] By: jhi on 2000/10/21 14:35:57
26724 Log: Add a testcase for #7389.
26725 Branch: perl
26726 ! t/pragma/warn/op
26727____________________________________________________________________________
26728[ 7389] By: jhi on 2000/10/21 14:26:45
26729 Log: Subject: Re: Creating const subs for constants.
26730 From: John Tobey <jtobey@john-edwin-tobey.org>
26731 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
26732 Message-Id: <m13mo0N-000FObC@feynman.localnet>
26733 Branch: perl
26734 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
26735 ! proto.h sv.c
26736____________________________________________________________________________
26737[ 7388] By: nick on 2000/10/21 11:44:23
26738 Log: Populate perlio branch
26739 Branch: perlio
26740 +> (branch 1760 files)
26741____________________________________________________________________________
26742[ 7387] By: nick on 2000/10/21 10:52:05
26743 Log: Get branch back as replica of mainline via :
26744 p4 integrate -b utfperl
26745 p4 resolve -at ./...
26746 Branch: utfperl
26747 +> (branch 269 files)
26748 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
26749 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
26750 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
26751 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
26752 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
26753 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
26754 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
26755 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
26756 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
26757 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
26758 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
26759 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
26760 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
26761 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
26762 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
26763 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
26764 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
26765 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
26766 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
26767 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
26768 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
26769 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
26770 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
26771 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
26772 - lib/unicode/UCD300.html lib/unicode/Unicode.300
26773 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
26774 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
26775 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
26776 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
26777 !> (integrate 965 files)
26778____________________________________________________________________________
26779[ 7386] By: jhi on 2000/10/21 01:31:12
26780 Log: Update Changes.
26781 Branch: perl
26782 ! Changes patchlevel.h
26783____________________________________________________________________________
26784[ 7385] By: jhi on 2000/10/21 01:28:42
26785 Log: The #7383 was right only in the context of the original bug report,
26786 not in more general case.
26787 Branch: perl
26788 ! pp_hot.c
26789____________________________________________________________________________
26790[ 7384] By: jhi on 2000/10/21 01:08:23
26791 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
26792 Branch: perl
26793 ! ext/IO/lib/IO/Select.pm
26794____________________________________________________________________________
26795[ 7383] By: jhi on 2000/10/21 00:44:18
26796 Log: Fix for ID 20001020.006, concatenating an unset submatch
26797 with utf8 resulted in "Modification of a read-only value".
26798 Branch: perl
26799 ! pp_hot.c t/pragma/utf8.t
26800____________________________________________________________________________
26801[ 7382] By: jhi on 2000/10/20 20:44:31
26802 Log: Make scan_num() reëntrant, as suggested in
26803
26804 Subject: [PATCH perl@7229] Rentrant parser and yylex()
26805 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26806 Date: Fri, 20 Oct 2000 14:17:27 +0100
26807 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
26808 Branch: perl
26809 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
26810 ! toke.c
26811____________________________________________________________________________
26812[ 7381] By: jhi on 2000/10/20 20:07:29
26813 Log: Reëntrancy fix.
26814
26815 Subject: [PATCH perl@7229] Rentrant parser and yylex()
26816 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26817 Date: Fri, 20 Oct 2000 14:17:27 +0100
26818 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
26819 Branch: perl
26820 ! embed.h embed.pl perl.h proto.h toke.c
26821____________________________________________________________________________
26822[ 7380] By: jhi on 2000/10/20 19:15:54
26823 Log: Don't write double values through long double pointers,
26824 based on a part of
26825
26826 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
26827 From: Jens Hamisch <jens@Strawberry.COM>
26828 Date: Tue, 17 Oct 2000 08:39:36 +0200
26829 Message-Id: <20001017083936.A11104@Strawberry.COM>
26830 Branch: perl
26831 ! perl.h pp.c
26832____________________________________________________________________________
26833[ 7379] By: jhi on 2000/10/20 18:43:37
26834 Log: Portability tweak on #7377.
26835
26836 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
26837 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26838 Date: Fri, 20 Oct 2000 13:13:41 EDT
26839 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
26840 Branch: perl
26841 ! t/lib/dprof.t
26842____________________________________________________________________________
26843[ 7378] By: jhi on 2000/10/20 12:57:19
26844 Log: SOCKS function redefinitions need prototypes, too, otherwise
26845 for example 32 bit versus 64 bit differences cause a lot of
26846 problems. Part of
26847
26848 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
26849 From: Jens Hamisch <jens@Strawberry.COM>
26850 Date: Tue, 17 Oct 2000 08:39:36 +0200
26851 Message-Id: <20001017083936.A11104@Strawberry.COM>
26852 Branch: perl
26853 ! doio.c pp_sys.c
26854____________________________________________________________________________
26855[ 7377] By: jhi on 2000/10/20 12:37:12
26856 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
26857 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26858 Date: Fri, 20 Oct 2000 08:26:04 EDT
26859 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
26860 Branch: perl
26861 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
26862____________________________________________________________________________
26863[ 7376] By: jhi on 2000/10/20 12:35:31
26864 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
26865 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26866 Date: Fri, 20 Oct 2000 07:48:15 EDT
26867 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
26868 Branch: perl
26869 ! configure.com vms/gen_shrfls.pl
26870____________________________________________________________________________
26871[ 7375] By: bailey on 2000/10/20 04:44:37
26872 Log: SYN SYN
26873 Branch: vmsperl
26874 +> (branch 134 files)
26875 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
26876 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
26877 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
26878 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
26879 - eg/cgi/frameset.cgi eg/cgi/index.html
26880 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
26881 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
26882 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
26883 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
26884 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
26885 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
26886 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
26887 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
26888 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
26889 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
26890 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
26891 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
26892 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
26893 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
26894 - lib/unicode/Props.txt lib/unicode/UCD300.html
26895 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
26896 - utils/perlbc.PL vms/subconfigure.com
26897 !> (integrate 785 files)
26898____________________________________________________________________________
26899[ 7374] By: jhi on 2000/10/20 00:59:48
26900 Log: In the latest compiler builds cccdlflags must not become -fpic,
26901 from Wilfredo Sánchez.
26902 Branch: perl
26903 ! hints/darwin.sh
26904____________________________________________________________________________
26905[ 7373] By: jhi on 2000/10/20 00:56:35
26906 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
26907 From: Tony Cook <tony@develop-help.com>
26908 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
26909 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
26910 Branch: perl
26911 ! pod/perlop.pod
26912____________________________________________________________________________
26913[ 7372] By: jhi on 2000/10/19 19:34:40
26914 Log: Typo noted by Mark Lutz.
26915 Branch: perl
26916 ! t/op/64bitint.t
26917____________________________________________________________________________
26918[ 7371] By: jhi on 2000/10/19 19:33:13
26919 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
26920 Branch: metaconfig
26921 ! U/modified/Cppsym.U U/modified/Oldconfig.U
26922 Branch: metaconfig/U/perl
26923 ! End.U dlsrc.U libperl.U
26924 Branch: perl
26925 + hints/nonstopux.sh
26926 ! Configure MANIFEST config_h.SH
26927____________________________________________________________________________
26928[ 7370] By: jhi on 2000/10/19 17:18:08
26929 Log: Subject: PATCH do_print has 2 PerlIO_error()s
26930 From: nick@ccl4.org
26931 Date: Thu, 19 Oct 2000 18:09:20 +0100
26932 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
26933 Branch: perl
26934 ! doio.c
26935____________________________________________________________________________
26936[ 7369] By: jhi on 2000/10/19 14:01:49
26937 Log: Update Changes.
26938 Branch: perl
26939 ! Changes patchlevel.h
26940____________________________________________________________________________
26941[ 7368] By: jhi on 2000/10/19 13:04:29
26942 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
26943 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26944 Date: Wed, 18 Oct 2000 13:12:01 +0200
26945 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
26946 Branch: perl
26947 ! hints/aix.sh
26948____________________________________________________________________________
26949[ 7367] By: jhi on 2000/10/19 02:22:40
26950 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
26951 of a 'pmshort' anywhere in the B, so the offending line was simply
26952 removed.
26953 Branch: perl
26954 ! ext/B/B/Debug.pm
26955____________________________________________________________________________
26956[ 7366] By: jhi on 2000/10/19 02:12:37
26957 Log: Add the test case for the bug id 20000730.004 which seems
26958 to have been fixed by now.
26959 Branch: perl
26960 ! t/pragma/utf8.t
26961____________________________________________________________________________
26962[ 7365] By: jhi on 2000/10/18 23:36:24
26963 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
26964 From: Hugo <hv@crypt.compulink.co.uk>
26965 Date: Wed, 18 Oct 2000 23:25:58 +0100
26966 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
26967 Branch: perl
26968 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
26969____________________________________________________________________________
26970[ 7364] By: jhi on 2000/10/18 21:12:53
26971 Log: (retracted)
26972 Branch: perl
26973 ! pp.c
26974____________________________________________________________________________
26975[ 7363] By: jhi on 2000/10/18 20:55:38
26976 Log: Missing change from #7362.
26977 Branch: perl
26978 ! win32/perlhost.h
26979____________________________________________________________________________
26980[ 7362] By: jhi on 2000/10/18 20:52:01
26981 Log: Borland C fstat() never saw the fd as writable.
26982
26983 Subject: fix for Borland's weak "stat" (perl@7211)
26984 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26985 Date: Mon, 16 Oct 2000 09:55:03 +0400
26986 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
26987 Branch: perl
26988 ! win32/win32.c
26989____________________________________________________________________________
26990[ 7361] By: jhi on 2000/10/18 17:43:50
26991 Log: Regen toc.
26992 Branch: perl
26993 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
26994____________________________________________________________________________
26995[ 7360] By: jhi on 2000/10/18 17:07:44
26996 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26997 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
26998 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
26999 Date: Mon, 16 Oct 2000 15:19:49 +0200
27000 Branch: perl
27001 + README.aix
27002 ! MANIFEST
27003____________________________________________________________________________
27004[ 7359] By: jhi on 2000/10/18 17:04:49
27005 Log: Subject: Pod patch for Devel::Peek
27006 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27007 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
27008 Date: Mon, 16 Oct 2000 12:26:34 +0200
27009 Branch: perl
27010 ! ext/Devel/Peek/Peek.pm
27011____________________________________________________________________________
27012[ 7358] By: jhi on 2000/10/18 17:03:15
27013 Log: Make Cwd more bulletproof in chrooted environments.
27014
27015 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
27016 From: "Eric E. Coe" <Eric.Coe@oracle.com>
27017 Date: Wed, 18 Oct 2000 04:03:54 -0400
27018 Message-Id: <39ED596A.70E599FE@oracle.com>
27019 Branch: perl
27020 ! lib/Cwd.pm
27021____________________________________________________________________________
27022[ 7357] By: jhi on 2000/10/18 16:37:26
27023 Log: Disable the UTF8 downgrade croakage for now to avoid
27024 too many not okay messages.
27025 Branch: perl
27026 ! doio.c
27027____________________________________________________________________________
27028[ 7356] By: jhi on 2000/10/17 23:29:41
27029 Log: Show the failed remote port, instead of the failing line number.
27030
27031 Subject: [PATCH 5.6.1 Debugger] More diagnostics
27032 From: David Sparks <daves@ActiveState.com>
27033 Date: Tue, 17 Oct 2000 15:00:24 -0700
27034 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
27035 Branch: perl
27036 ! lib/perl5db.pl
27037____________________________________________________________________________
27038[ 7355] By: jhi on 2000/10/17 14:11:31
27039 Log: On output try to downgrade to bytes, croak if impossible,
27040 from Simon Cozens. This means that outputting >255 UTF8
27041 is impossible. Consider this as a strong incentive to get
27042 the I/O disciplines implemented.
27043 Branch: perl
27044 ! doio.c pod/perldiag.pod sv.c
27045____________________________________________________________________________
27046[ 7354] By: jhi on 2000/10/17 13:42:23
27047 Log: Clarify documentation on 'use bytes'.
27048
27049 Subject: Re: What does 'use bytes' "mean" ?
27050 From: Simon Cozens <simon@cozens.net>
27051 Date: Mon, 18 Sep 2000 18:24:25 +0100
27052 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
27053 Branch: perl
27054 ! lib/bytes.pm
27055____________________________________________________________________________
27056[ 7353] By: jhi on 2000/10/17 13:28:12
27057 Log: Workaround for a sfio bug where the stream error indicator
27058 is not cleared as documented.
27059
27060 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
27061 From: Nicholas Clark <nick@ccl4.org>
27062 Date: Mon, 16 Oct 2000 18:28:23 +0100
27063 Message-ID: <20001016182823.J19700@plum.flirble.org>
27064 Branch: perl
27065 ! doio.c
27066____________________________________________________________________________
27067[ 7352] By: jhi on 2000/10/17 13:06:19
27068 Log: More IoTYPE sprinkling.
27069 Branch: perl
27070 ! doio.c pp_hot.c
27071____________________________________________________________________________
27072[ 7351] By: jhi on 2000/10/16 22:47:07
27073 Log: Detect early whether the std streams have gone bad.
27074
27075 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
27076 Date: Mon, 16 Oct 2000 23:28:42 +0100
27077 From: Nicholas Clark <nick@ccl4.org>
27078 Message-ID: <20001016232842.A37942@plum.flirble.org>
27079 Branch: perl
27080 ! t/op/misc.t
27081____________________________________________________________________________
27082[ 7350] By: jhi on 2000/10/16 22:45:16
27083 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
27084 From: "Peter J. Farley III" <pjfarley@banet.net>
27085 Date: Mon, 16 Oct 2000 18:15:59 -0400
27086 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
27087 Branch: perl
27088 ! djgpp/djgpp.c dosish.h t/io/open.t
27089____________________________________________________________________________
27090[ 7349] By: jhi on 2000/10/16 22:36:45
27091 Log: perldelta tweak.
27092 Branch: perl
27093 ! pod/perldelta.pod
27094____________________________________________________________________________
27095[ 7348] By: jhi on 2000/10/16 15:17:53
27096 Log: Update Changes.
27097 Branch: perl
27098 ! Changes patchlevel.h
27099____________________________________________________________________________
27100[ 7347] By: jhi on 2000/10/16 13:55:27
27101 Log: Add the capability to include/exclude branches.
27102 Branch: perl
27103 ! Porting/genlog
27104____________________________________________________________________________
27105[ 7346] By: jhi on 2000/10/16 13:18:04
27106 Log: Add Charles Lane.
27107 Branch: perl
27108 ! AUTHORS Changes
27109____________________________________________________________________________
27110[ 7345] By: jhi on 2000/10/16 13:13:21
27111 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
27112 Branch: perl
27113 ! pod/perldelta.pod
27114____________________________________________________________________________
27115[ 7344] By: gsar on 2000/10/16 09:30:21
27116 Log: integrate change#6220 from cfgperl
27117
27118 Win32 patches from Benjamin Stuhl.
27119 Branch: maint-5.6/perl
27120 !> makedef.pl win32/win32.h
27121____________________________________________________________________________
27122[ 7343] By: gsar on 2000/10/16 08:32:19
27123 Log: integrate changes#6221,6222 from cfgperl
27124
27125 Remove tr///CU (the feature is to be obsoleted by better interfaces).
27126 From: simon@brecon.co.uk (Simon Cozens)
27127 Subject: [PATCH] Eliminate tr///[CU][CU]
27128 Date: 23 Jun 2000 11:05:40 GMT
27129 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
27130
27131 doc typo fix
27132 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
27133 From: Ian Phillipps <Ian.Phillipps@iname.com>
27134 Date: Fri, 23 Jun 2000 10:40:58 +0100
27135 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
27136 Branch: maint-5.6/perl
27137 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
27138____________________________________________________________________________
27139[ 7342] By: gsar on 2000/10/16 08:28:08
27140 Log: integrate change#6217 from cfgperl (in part)
27141
27142 Rename the fdpid locking and integrate with Sarathy.
27143 Branch: maint-5.6/perl
27144 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
27145 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
27146 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
27147 !> win32/win32.c
27148____________________________________________________________________________
27149[ 7341] By: gsar on 2000/10/16 08:23:39
27150 Log: integrate changes#6214..6216 from mainline
27151
27152 @_ can't have junk in it even in the non-USE_ITHREADS case because
27153 caller() wants to populate @DB::args with it (causes a coredump
27154 in Carp::confess())
27155
27156 tweak comment about @DB::args
27157
27158 be more optimal about clearing @_
27159 Branch: maint-5.6/perl
27160 !> av.h cop.h pp_ctl.c t/op/runlevel.t
27161____________________________________________________________________________
27162[ 7340] By: gsar on 2000/10/16 08:20:37
27163 Log: integrate changes#6207..6210 from cfgperl
27164
27165 Subject: [PATCH 5.6.0] Threadsafe patches
27166 From: Dan Sugalski <dan@sidhe.org>
27167 To: perl5-porters@perl.org
27168 Date: Mon, 08 May 2000 18:08:13 -0400
27169 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
27170
27171 Regen headers for #6207.
27172
27173 Lock PL_fdpid against race conditions, based on:
27174 Subject: [PATCH 5.6.0]subprocess fixup for threads
27175 From: Dan Sugalski <dan@sidhe.org>
27176 To: perl5-porters@perl.org
27177 Date: Tue, 11 Apr 2000 17:02:32 -0400
27178 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
27179
27180 Mopup for #6207 and #6209.
27181 Branch: maint-5.6/perl
27182 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
27183 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
27184 !> win32/win32.c
27185____________________________________________________________________________
27186[ 7339] By: gsar on 2000/10/16 08:14:34
27187 Log: integrate change#6203 from cfgperl
27188
27189 perldiag should refer to perlos2.pod not README.os2
27190 Branch: maint-5.6/perl
27191 !> pod/perldiag.pod
27192____________________________________________________________________________
27193[ 7338] By: gsar on 2000/10/16 08:11:42
27194 Log: integrate change#6201 from mainline
27195
27196 Perl_eval_pv() leaks 4 bytes every time it is called because it
27197 does a PUSHMARK that's never ever POPMARKed; in general, only
27198 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
27199 Perl_eval_[sp]v() don't because they don't take any incoming
27200 arguments (this leak has been around since the original version
27201 of perl_eval_pv() in 5.003_97e)
27202 Branch: maint-5.6/perl
27203 !> perl.c
27204____________________________________________________________________________
27205[ 7337] By: gsar on 2000/10/16 08:08:47
27206 Log: integrate changes#6197..6200 from cfgperl
27207
27208 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
27209 From: John Borwick <jhborwic@unity.ncsu.edu>
27210 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
27211 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
27212
27213 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
27214 From: Dan Sugalski <dan@sidhe.org>
27215 To: vmsperl@perl.org, perl5-porters@perl.org
27216 Date: Fri, 02 Jun 2000 16:00:41 -0400
27217 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
27218 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
27219
27220 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
27221 From: Dan Sugalski <dan@sidhe.org>
27222 To: perl5-porters@perl.org, vmsperl@perl.org
27223 Date: Fri, 02 Jun 2000 17:30:51 -0400
27224 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
27225
27226 Update to cperl-mode.el 4.31 from
27227 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
27228 Subject: A couple of notes
27229 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27230 To: Mailing list Perl5 <perl5-porters@perl.org>
27231 Date: Sat, 3 Jun 2000 23:33:32 -0400
27232 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
27233 Branch: maint-5.6/perl
27234 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
27235 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
27236 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
27237 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
27238 !> vms/vmsish.h
27239____________________________________________________________________________
27240[ 7336] By: gsar on 2000/10/16 08:03:46
27241 Log: integrate changes#6194,6195 from mainline
27242
27243 fix small eval"" memory leaks under USE_ITHREADS
27244
27245 fix yet another eval"" leak under USE_ITHREADS
27246 Branch: maint-5.6/perl
27247 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
27248 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
27249 !> vms/perly_c.vms
27250____________________________________________________________________________
27251[ 7335] By: gsar on 2000/10/16 08:02:15
27252 Log: integrate changes#6190,6191 from mainline
27253
27254 submit missing embed.pl change
27255
27256 vec() loses numericalness (modified version of patch suggested
27257 by Robin Barker)
27258 Branch: maint-5.6/perl
27259 !> doop.c embed.pl t/op/vec.t
27260____________________________________________________________________________
27261[ 7334] By: gsar on 2000/10/16 08:01:03
27262 Log: integrate change#6189 from mainline
27263
27264 counting tr/// corrupts later operation (from M.J.T Guy)
27265 Branch: maint-5.6/perl
27266 !> doop.c t/op/tr.t
27267____________________________________________________________________________
27268[ 7333] By: gsar on 2000/10/16 07:59:07
27269 Log: integrate changes#6183..6188 from mainline
27270
27271 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
27272 <nick@ccl4.org>)
27273
27274 tweak for change#6127
27275
27276 remove incorrect documentation about implicit split to @_ in
27277 list context, which never really worked in perl 5 (from
27278 M.J.T. Guy)
27279
27280 further qualify references to "alphanumeric" (from Wolfgang Laun
27281 <wolfgang.laun@alcatel.at>)
27282
27283 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
27284 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
27285
27286 h2xs tweaks
27287 Branch: maint-5.6/perl
27288 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
27289 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
27290 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
27291 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
27292 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
27293 !> pod/pod2latex.PL utils/h2xs.PL
27294____________________________________________________________________________
27295[ 7332] By: gsar on 2000/10/16 07:53:52
27296 Log: integrate change#6179 from mainline
27297
27298 buggy modulus on UVs introduced by change#3378 (resulted in
27299 4063328477 % 65535 amounting to 27406, instead of 27407)
27300 Branch: maint-5.6/perl
27301 !> pp.c t/op/arith.t
27302____________________________________________________________________________
27303[ 7331] By: gsar on 2000/10/16 07:52:49
27304 Log: integrate changes#6176,6177,6178,6182 from cfgperl
27305
27306 Single-quoted utf8 patch from Simon Cozens.
27307
27308 Substitution utf8 patch from Simon Cozens.
27309
27310 Be cleaner.
27311
27312 Be Cleaner Part Deux.
27313 Branch: maint-5.6/perl
27314 !> Makefile.SH pp_hot.c toke.c
27315____________________________________________________________________________
27316[ 7330] By: gsar on 2000/10/16 07:41:36
27317 Log: integrate change#6172 from mainline
27318
27319 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
27320 (from Ilya Zakharevich)
27321 Branch: maint-5.6/perl
27322 !> regexec.c t/op/re_tests
27323____________________________________________________________________________
27324[ 7329] By: gsar on 2000/10/16 07:40:25
27325 Log: integrate change#6171 from mainline
27326
27327 scalar() doesn't force scalar context when used in void context
27328 (from Simon Cozens)
27329 Branch: maint-5.6/perl
27330 !> op.c t/op/wantarray.t
27331____________________________________________________________________________
27332[ 7328] By: gsar on 2000/10/16 07:39:33
27333 Log: integrate change#6170 from mainline
27334
27335 change#6142 needs tweaks to tests to work where there's no
27336 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
27337 Branch: maint-5.6/perl
27338 !> t/lib/filefind.t
27339____________________________________________________________________________
27340[ 7327] By: gsar on 2000/10/16 07:35:34
27341 Log: integrate changes#6166..6168 from cfgperl
27342
27343 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
27344 in case somebody wants to write an extension for more
27345 shadow database interfaces.
27346
27347 tweak todo
27348
27349 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
27350 Branch: maint-5.6/perl
27351 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27352 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
27353 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
27354 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
27355 !> win32/config.vc win32/config_H.bc win32/config_H.gc
27356 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
27357____________________________________________________________________________
27358[ 7326] By: gsar on 2000/10/16 07:29:05
27359 Log: integrate changes#6157,6159..6161,6164 from cfgperl
27360
27361 Regen Configure to jive with #6149.
27362
27363 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
27364
27365 Changes for the File::Temp 0.08 (change #6159) test suite
27366 to fit better into the Perl distribution test framework.
27367
27368 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
27369 both from Simon Cozens.
27370
27371 detypo
27372 Branch: maint-5.6/perl
27373 +> pod/perlmodlib.PL pod/perlnewmod.pod
27374 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
27375 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
27376 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27377 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27378____________________________________________________________________________
27379[ 7325] By: gsar on 2000/10/16 07:25:13
27380 Log: integrate change#6158 from vmsperl
27381
27382 Add fallback to tmpfile for use in cases where user's relying on
27383 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
27384 Lane's patch)
27385 Branch: maint-5.6/perl
27386 !> vms/vms.c vms/vmsish.h
27387____________________________________________________________________________
27388[ 7324] By: gsar on 2000/10/16 07:20:50
27389 Log: integrate changes#6153..6155 from mainline
27390
27391 prettier Test::Harness output on failed tests (from Nicholas Clark
27392 <nick@Bagpuss.uk.boo.com>)
27393
27394 avoid type mismatch warning
27395
27396 small bug in change#6144; remove random \xA0 character that snuck
27397 in via change#6145
27398 Branch: maint-5.6/perl
27399 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
27400 !> perl.c
27401____________________________________________________________________________
27402[ 7323] By: gsar on 2000/10/16 07:18:47
27403 Log: integrate changes#6151,6152 from mainline
27404
27405 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
27406
27407 cosmetic fixups of RE debug output (from Ilya Zakharevich)
27408 Branch: maint-5.6/perl
27409 !> regexec.c
27410____________________________________________________________________________
27411[ 7322] By: gsar on 2000/10/16 07:17:25
27412 Log: integrate changes#6146..6150 from mainline
27413
27414 doc typo
27415
27416 add a make entry to Config.pm so "perl -V:make" works on VMS
27417 (from Peter Prymmer)
27418
27419 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
27420
27421 OS/2 tweaks for usethreads build (from Rocco Caputo
27422 <troc@netrus.net>)
27423
27424 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
27425 Branch: maint-5.6/perl
27426 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
27427 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
27428 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
27429 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
27430 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
27431 !> warnings.pl x2p/a2p.h
27432____________________________________________________________________________
27433[ 7321] By: gsar on 2000/10/16 07:14:02
27434 Log: integrate changes#6143..6145 from mainline
27435
27436 MacOS support, part 1 (from Matthias Neeracher
27437 <neeri@iis.ee.ethz.ch>)
27438
27439 MacOS support, part 2: make AutoSplit use File::Spec instead
27440 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
27441 <neeri@iis.ee.ethz.ch>)
27442
27443 make xsubpp skip embedded pod (from Matthias Neeracher
27444 <neeri@iis.ee.ethz.ch>)
27445 Branch: maint-5.6/perl
27446 +> ext/DynaLoader/dl_mac.xs
27447 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
27448 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27449 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
27450 !> pp_ctl.c proto.h toke.c util.c util.h
27451____________________________________________________________________________
27452[ 7320] By: gsar on 2000/10/16 07:12:13
27453 Log: integrate changes#6141,6142 from mainline
27454
27455 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
27456 forwarded by Peter Seebach from the bsdi-users mailing list.
27457 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
27458
27459 File::Find fails to chdir when chasing symlinks (from
27460 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
27461 Branch: maint-5.6/perl
27462 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
27463____________________________________________________________________________
27464[ 7319] By: gsar on 2000/10/16 07:04:30
27465 Log: integrate change#6139 from mainline
27466
27467 revise mktables.PL for bugs and newness in Unicode 3.0
27468 (from James Bence <jbence@amgen.com>)
27469 Branch: maint-5.6/perl
27470 +> (branch 30 files)
27471 !> (integrate 49 files)
27472____________________________________________________________________________
27473[ 7318] By: gsar on 2000/10/16 07:01:01
27474 Log: integrate changes#6137,6138 from mainline
27475
27476 fix bogus redeclaration warning for "our" variables in different
27477 scopes
27478
27479 add note about the handling of negative indices to tied arrays
27480 (from Michael G Schwern <schwern@pobox.com>)
27481 Branch: maint-5.6/perl
27482 !> op.c pod/perltie.pod t/pragma/strict-vars
27483____________________________________________________________________________
27484[ 7317] By: gsar on 2000/10/16 06:58:46
27485 Log: integrate changes#6127..6136 from mainline
27486
27487 call_method(...,G_EVAL) can longjmp() out if the method probing
27488 failed (from Gisle Aas)
27489
27490 new perlxstut example for passing/returning refs to arrays
27491 (from David Lowe <dlowe@pootpoot.com>)
27492
27493 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
27494
27495 fix places that mean C<"word" character> but say C<alphanumeric
27496 character>
27497
27498 avoid warnings in POSIX.pm (from Barrie Slaymaker)
27499
27500 warnings::enabled() doesn't fall back to looking at $^W if
27501 caller isn't using lexical warnings (from Paul Marquess)
27502
27503 elide bogus test in change#6132
27504
27505 make Test::Harness use wait.h/WCOREDUMP if available
27506 (from Ben Tilly <ben_tilly@hotmail.com>)
27507
27508 enable Test::Harness to dynamically determine column width etc.
27509 (from Rob Napier <rnapier@employees.org>)
27510
27511 random pod typos (from Peter Scott <Peter@PSDT.com>)
27512 Branch: maint-5.6/perl
27513 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
27514 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
27515 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
27516 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
27517____________________________________________________________________________
27518[ 7316] By: gsar on 2000/10/16 06:53:23
27519 Log: integrate change#6126 from mainline
27520
27521 change#2879 broke rvalue autovivification of magicals such as
27522 ${$num} (reworked variant of patch suggested by Simon Cozens)
27523 Branch: maint-5.6/perl
27524 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
27525 !> pp_hot.c proto.h t/op/gv.t
27526____________________________________________________________________________
27527[ 7315] By: gsar on 2000/10/16 06:51:38
27528 Log: integrate changes#6123,6125 from mainline
27529
27530 clarify gotcha with #line directives (from Rocco Caputo
27531 <troc@netrus.net>)
27532
27533 enable propagating exception objects via Perl_croak() in XS code
27534 (from Gisle Aas)
27535 Branch: maint-5.6/perl
27536 !> pod/perldebug.pod pod/perlsyn.pod util.c
27537____________________________________________________________________________
27538[ 7314] By: gsar on 2000/10/16 06:49:28
27539 Log: integrate change#6122 from mainline
27540
27541 downgrade fatal error on C<"foo@nosucharray.com"> to optional
27542 warning (from Mark-Jason Dominus)
27543 Branch: maint-5.6/perl
27544 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
27545 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
27546 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
27547 !> toke.c
27548____________________________________________________________________________
27549[ 7313] By: gsar on 2000/10/16 06:46:54
27550 Log: integrate changes#6112..6121 from vmsperl
27551
27552 Check for existence of file before trying to delete
27553
27554 Ugly workaround for version-specific RTL error
27555
27556 Urk -- undo previous removal of vmsish 'exit' change
27557
27558 Add bounds checking for several strings (Charles Lane)
27559
27560 Miscellaneous cosmetic fixes (Charles Lane)
27561
27562 Treat sockets as special in sys(read|write) (Charles Lane et al.)
27563
27564 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
27565 Flatten case labels in switch statements uniformly (Charles Bailey)
27566
27567 Quiet error messages in vmsish.t (Charles Lane)
27568
27569 Add missing escape (Charles Lane)
27570
27571 Allow eliminate_macros() and fixpath() to handle space-delimited
27572 lists (based on fixes by Craig Berry)
27573 Branch: maint-5.6/perl
27574 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
27575 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
27576 !> vms/vmsish.h
27577____________________________________________________________________________
27578[ 7312] By: gsar on 2000/10/16 06:41:18
27579 Log: integrate changes#6107,6110 from cfgperl
27580
27581 Tweak the todo list.
27582
27583 todo tweak
27584 Branch: maint-5.6/perl
27585 !> Todo-5.6
27586____________________________________________________________________________
27587[ 7311] By: gsar on 2000/10/16 06:38:38
27588 Log: integrate changes#6104,6108 from mainline
27589
27590 PL_sys_intern was being initialized too late on windows
27591
27592 reenable fake signal handling on Windows, bugs and all
27593 Branch: maint-5.6/perl
27594 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
27595 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
27596 !> win32/win32.c
27597____________________________________________________________________________
27598[ 7310] By: gsar on 2000/10/16 06:36:03
27599 Log: integrate changes#6095,6097..6103 from cfgperl
27600
27601 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
27602 might be useful in future.
27603
27604 Add a note about possible compilation problems from Allen Smith.
27605
27606 Add a note about other, yet unsupported, shadow password APIs.
27607
27608 Tweaks for the cc bugs from Allen Smith.
27609
27610 More compilation tweakery from Allen Smith.
27611
27612 Hints and test tweaks for Unicos.
27613
27614 The test suite tweak in #6101 wasn't quite right.
27615
27616 Test tweaking for Unicos continues.
27617 Branch: maint-5.6/perl
27618 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27619 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
27620 !> t/lib/complex.t t/op/64bitint.t
27621____________________________________________________________________________
27622[ 7309] By: gsar on 2000/10/16 06:29:41
27623 Log: integrate changes#6093,6094 from mainline
27624
27625 fork() failure to create pseudo process sets errno=EAGAIN and returns
27626 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
27627
27628 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
27629 Branch: maint-5.6/perl
27630 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
27631 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
27632____________________________________________________________________________
27633[ 7308] By: gsar on 2000/10/16 06:27:29
27634 Log: integrate change#6092 from cfgperl
27635
27636 Regen perltoc with the fixed buildtoc.
27637 Branch: maint-5.6/perl
27638 !> pod/perltoc.pod
27639____________________________________________________________________________
27640[ 7307] By: gsar on 2000/10/16 06:26:40
27641 Log: integrate changes#6089,6090 from mainline
27642
27643 buildtoc tweak to fix newline lossage
27644
27645 concat doesn't preserve utf8-ness, and doesn't invalidate
27646 [NI]OK; added tests for both
27647 Branch: maint-5.6/perl
27648 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
27649____________________________________________________________________________
27650[ 7306] By: gsar on 2000/10/16 06:24:05
27651 Log: integrate change#6088 from cfgperl
27652
27653 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
27654 because we do not use those. The HAS_GETSPNAM remains,
27655 though, because we still do use that.
27656 Branch: maint-5.6/perl
27657 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27658 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
27659 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
27660 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
27661 !> win32/config.vc win32/config_H.bc win32/config_H.gc
27662 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
27663____________________________________________________________________________
27664[ 7305] By: gsar on 2000/10/16 06:15:52
27665 Log: integrate changes#6084,6085,6087 from mainline
27666
27667 substr() does not preserve utf8-ness (from Stefan Eissing
27668 <Eissing@medicaldataservice.de>); added tests
27669
27670 repeat operator (x) doesn't preserve utf8-ness
27671
27672 reverse() and quotemeta() weren't preserving utf8-ness; add tests
27673 Branch: maint-5.6/perl
27674 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
27675____________________________________________________________________________
27676[ 7304] By: gsar on 2000/10/16 06:13:10
27677 Log: integrate changes#6077..6083 from mainline
27678
27679 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
27680 and Tom Phoenix)
27681
27682 workaround for CRT bug in chdir() (from Charles Lane, via
27683 Peter Prymmer)
27684
27685 remove outdated kludge in Carp (NULLs are permitted in diagnostics
27686 now)
27687
27688 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
27689 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
27690
27691 better default perlbug categories for ok reports (from Richard Foley)
27692
27693 peek.t non-portable to ithreads
27694
27695 note about undocumented caller() return value (from M.J.T. Guy);
27696 yet another peek.t tweak
27697 Branch: maint-5.6/perl
27698 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27699 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27700 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
27701 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
27702 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
27703 !> vms/vmsish.h
27704____________________________________________________________________________
27705[ 7303] By: gsar on 2000/10/16 06:03:18
27706 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
27707 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
27708
27709 &HUGE_VAL is not defined, it exists.
27710
27711 Do not warn that an infinity does not look like a number.
27712
27713 Rewrite the pwent/spent logic to be a little bit more clearer.
27714
27715 Continue on the pwent/spent case.
27716
27717 Correct Freudian slip.
27718
27719 Use HUGE_VALL if applicable.
27720
27721 pwent/spent #ifdef imbalance.
27722
27723 Infinite problems.
27724
27725 Call getspnam() only iff needd.
27726
27727 Test both the scalar and list contexts.
27728
27729 Use setxxent()/endxxent().
27730
27731 Complex tweakery.
27732
27733 Unicos hint tweak.
27734
27735 Be more forgiving in POSIX about HUGE_VALL.
27736
27737 Detypo.
27738
27739 The search of infinity continues, this time simplified.
27740
27741 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
27742 in natively 64-bit platforms where a long is a quad (no need
27743 for long longs). Also added bias for IVs.
27744
27745 Complex tweaks.
27746
27747 Introduce t/lib/peek.t.
27748
27749 Make the test more portable.
27750 Branch: maint-5.6/perl
27751 +> t/lib/peek.t
27752 ! pp_sys.c
27753 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
27754 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
27755 !> t/op/pwent.t toke.c util.c
27756____________________________________________________________________________
27757[ 7302] By: gsar on 2000/10/16 05:03:37
27758 Log: integrate changes#6066..6071 from mainline
27759
27760 s/END/CHECK/
27761
27762 replace direct call to sighandler() with (*PL_sighandlerp)()
27763
27764 note about values()
27765
27766 File::Spec compatibility update (from Barrie Slaymaker
27767 <barries@slaysys.com>)
27768
27769 remove misleading comment (from M.J.T. Guy)
27770
27771 misformatted perllocal.pod (from Tim Jenness
27772 <t.jenness@jach.hawaii.edu>)
27773 Branch: maint-5.6/perl
27774 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
27775 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
27776 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
27777 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
27778____________________________________________________________________________
27779[ 7301] By: gsar on 2000/10/16 05:00:08
27780 Log: integrate changes#6061..6063 from mainline
27781
27782 change#5921 neglected to make eq honor "use bytes"
27783
27784 additional tests for utf8.t
27785
27786 tokeq() could read unallocated field in argument
27787 Branch: maint-5.6/perl
27788 !> sv.c t/pragma/utf8.t toke.c
27789____________________________________________________________________________
27790[ 7300] By: gsar on 2000/10/16 04:56:54
27791 Log: integrate changes#6046,6048,6057,6058 from mainline
27792
27793 libscheck has insufficient checks for n32 libs (from
27794 Albert Chin-A-Young <china@thewrittenword.com>)
27795
27796 add note about how $( doesn't interpolate in REs (from
27797 Philip Newton <newton@ficus.frogspace.net>)
27798
27799 fix broken parsing of /\x{ab}/
27800
27801 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
27802 (spotted by Donald Kinzer <dkinzer@premia.com>)
27803 Branch: maint-5.6/perl
27804 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
27805 !> t/pragma/utf8.t
27806____________________________________________________________________________
27807[ 7299] By: gsar on 2000/10/16 04:52:50
27808 Log: integrate change#6044 from mainline
27809
27810 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
27811 such that underscores are only ignored in literal numbers,
27812 "\x{...}", and hex/oct argument
27813 Branch: maint-5.6/perl
27814 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
27815____________________________________________________________________________
27816[ 7298] By: gsar on 2000/10/16 04:50:53
27817 Log: integrate changes#6027..6043 from mainline
27818
27819 podlators-1.02 update (from Russ Allbery)
27820
27821 Pod::Man generates groff-incompatible macro definition (from
27822 Tom Christiansen)
27823
27824 add CGI.pm v2.66 (from Lincoln Stein)
27825
27826 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
27827 for @- and @+ (from Johan Vromans)
27828
27829 small nits in diagnostics.pm (from Robin Barker)
27830
27831 whitespace adjustments
27832
27833 missing files in MANIFEST
27834
27835 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
27836 to compensate
27837
27838 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
27839
27840 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
27841 Branch: maint-5.6/perl
27842 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
27843 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
27844 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
27845 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
27846 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
27847 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
27848 !> t/lib/cgi-html.t t/lib/cgi-request.t
27849____________________________________________________________________________
27850[ 7297] By: gsar on 2000/10/16 04:44:30
27851 Log: integrate change#6025 from mainline
27852
27853 Is{Alnum,Alpha,Word} don't match titlecase
27854 TODO: IsSpace is defined recursively!
27855 (both spotted by Larry)
27856 Branch: maint-5.6/perl
27857 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27858 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
27859____________________________________________________________________________
27860[ 7296] By: gsar on 2000/10/16 04:39:30
27861 Log: integrate change#6023 from mainline
27862
27863 debugger stomps on $. (from M.J.T. Guy)
27864 Branch: maint-5.6/perl
27865 !> lib/perl5db.pl
27866____________________________________________________________________________
27867[ 7295] By: gsar on 2000/10/16 04:38:02
27868 Log: integrate change#6022 from mainline
27869
27870 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
27871 Branch: maint-5.6/perl
27872 !> sv.c
27873____________________________________________________________________________
27874[ 7294] By: gsar on 2000/10/16 04:37:05
27875 Log: integrate changes#6018..6021 from mainline
27876
27877 make lib/syslog.t portable to systems that don't have _PATH_LOG,
27878 make _PATH_LOG() return "" if unavailable
27879
27880 windows portability tweaks
27881
27882 test tweak
27883
27884 remove Win2K issue in pod (fixed by change#6020)
27885 Branch: maint-5.6/perl
27886 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
27887 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
27888 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
27889____________________________________________________________________________
27890[ 7293] By: gsar on 2000/10/16 04:20:00
27891 Log: integrate changes#6013..6015 from mainline
27892
27893 tweak change#5945 to display correct switch name in diagnostic
27894
27895 glob() loading File::Glob behind the scenes may cause syntax errors
27896
27897 tweak test for portability
27898 Branch: maint-5.6/perl
27899 !> op.c perl.c pod/perldiag.pod t/lib/b.t
27900____________________________________________________________________________
27901[ 7292] By: gsar on 2000/10/16 04:18:11
27902 Log: integrate changes#6005..6010 from mainline, cfgperl
27903
27904 perldoc might fail via "use blib" (from Hugo van der Sanden)
27905
27906 Regen Configure.
27907
27908 note about compile failures and END blocks (from M.J.T. Guy)
27909
27910 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
27911
27912 (change#6009 integrated earlier in change#7255)
27913
27914 clarify note about shadow password support (from
27915 gellyfish@gellyfish.com)
27916 Branch: maint-5.6/perl
27917 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27918 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
27919 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
27920____________________________________________________________________________
27921[ 7291] By: gsar on 2000/10/16 04:12:03
27922 Log: integrate changes#6002,6003 from mainline
27923
27924 destructive sv_setsv() can lose UV-ness from source, causing
27925 numeric promotions/comparisons to fail to do the right thing
27926
27927 allow REG_EXPAND_SZ keys in Windows registry (from
27928 John Clayton <John.Clayton@barclayscapital.com>)
27929 Branch: maint-5.6/perl
27930 !> sv.c win32/win32.c
27931____________________________________________________________________________
27932[ 7290] By: gsar on 2000/10/16 04:10:19
27933 Log: integrate change#6001 from mainline
27934
27935 support additional library locations via $Config{otherlibdirs}
27936 (from Andy Dougherty)
27937 Branch: maint-5.6/perl
27938 !> Configure INSTALL Porting/Glossary Porting/config.sh
27939 !> Porting/config_H config_h.SH epoc/config.sh perl.c
27940 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
27941 !> win32/config.bc win32/config.gc win32/config.vc
27942____________________________________________________________________________
27943[ 7289] By: gsar on 2000/10/16 04:08:28
27944 Log: integrate change#5999 from mainline
27945
27946 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
27947 Branch: maint-5.6/perl
27948 !> t/pragma/warn/toke toke.c
27949____________________________________________________________________________
27950[ 7288] By: gsar on 2000/10/16 04:07:01
27951 Log: integrate changes#5997,5998 from cfgperl
27952
27953 Preserve $!.
27954
27955 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
27956 Branch: maint-5.6/perl
27957 !> lib/Math/Complex.pm
27958____________________________________________________________________________
27959[ 7287] By: gsar on 2000/10/16 04:04:37
27960 Log: integrate change#5995 from mainline
27961
27962 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
27963 Branch: maint-5.6/perl
27964 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
27965____________________________________________________________________________
27966[ 7286] By: gsar on 2000/10/16 04:03:21
27967 Log: integrate change#5994 from mainline
27968
27969 fix for missed accounting for null byte in pack("Z",...) (from
27970 M.J.T. Guy)
27971 Branch: maint-5.6/perl
27972 !> pp.c t/op/pack.t
27973____________________________________________________________________________
27974[ 7285] By: gsar on 2000/10/16 04:02:11
27975 Log: integrate changes#5989..5993 from mainline
27976
27977 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
27978 itself and no other (from Tom Hughes)
27979
27980 use $ENV{LIB} to search for libs under Visual C compiler
27981 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
27982
27983 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
27984
27985 pod nit (from Simon Cozens)
27986
27987 various minor tweaks seen on p5p
27988 Branch: maint-5.6/perl
27989 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
27990 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
27991 !> t/op/array.t toke.c
27992____________________________________________________________________________
27993[ 7284] By: gsar on 2000/10/16 03:59:00
27994 Log: integrate changes#5978..5988 from mainline
27995
27996 sync version numbers in File::Spec with the ones on CPAN
27997 (from Barrie Slaymaker)
27998
27999 under useithreads, constant pad entries could inadvertantly be
28000 shared across threads (from Eric Blood <eblood@xmission.com>);
28001 added Eric's test case to testsuite
28002
28003 allow Configure -S to run non-interactively (spotted by Greg Hudson
28004 <ghudson@mit.edu>)
28005
28006 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
28007 prototype mismatch with CORE::glob(); update pod and tests to
28008 suit (File::Glob::glob() is still available for backward
28009 compatibility, but should be considered deprecated)
28010
28011 avoid error in IO::Socket::INET when given an unknown service name
28012 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
28013
28014 numeric conversion of non-number in change#3378 tramples on
28015 OOK offset, causing segfaults
28016
28017 attributes::reftype() doesn't work on tied argument
28018
28019 forked child may not exit correctly if it failed to open
28020 /dev/console (from Graham Barr)
28021
28022 add regular expressions tutorial and quick-start guide (from
28023 Mark Kvale <kvale@phy.ucsf.edu>)
28024
28025 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
28026
28027 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
28028 <paul@miraclefish.com>)
28029 Branch: maint-5.6/perl
28030 +> pod/perlrequick.pod pod/perlretut.pod
28031 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
28032 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
28033 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
28034 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
28035 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28036 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28037 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
28038 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
28039____________________________________________________________________________
28040[ 7283] By: gsar on 2000/10/16 03:52:14
28041 Log: integrate change#5977 from mainline
28042
28043 autoquote barewords followed by newline and arrow properly
28044 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
28045 Branch: maint-5.6/perl
28046 !> t/pragma/warn/toke toke.c
28047____________________________________________________________________________
28048[ 7282] By: gsar on 2000/10/16 03:50:48
28049 Log: integrate change#5976 from mainline
28050
28051 DB_File v1.73 update (from Paul Marquess)
28052 Branch: maint-5.6/perl
28053 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
28054 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
28055____________________________________________________________________________
28056[ 7281] By: gsar on 2000/10/16 03:49:14
28057 Log: integrate change#5975 from mainline
28058
28059 allow sort() reentrancy (variant of patch suggested by
28060 Hugo van der Sanden)
28061 Branch: maint-5.6/perl
28062 !> pp_ctl.c t/op/sort.t
28063____________________________________________________________________________
28064[ 7280] By: gsar on 2000/10/16 03:48:22
28065 Log: integrate change#5974 from mainline
28066
28067 change#4197 somehow missed initializing PL_errors, meaning
28068 syntax error queueing wasn't working outside eval"" at all;
28069 also fixed eval"" to localize PL_error_count, so that compile-time
28070 eval's don't clobber the error state of the outer context
28071 Branch: maint-5.6/perl
28072 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
28073 !> t/pragma/warn/toke
28074____________________________________________________________________________
28075[ 7279] By: gsar on 2000/10/16 03:46:21
28076 Log: integrate change#5973 from mainline
28077
28078 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
28079 Branch: maint-5.6/perl
28080 !> regcomp.c regexec.c t/op/re_tests
28081____________________________________________________________________________
28082[ 7278] By: gsar on 2000/10/16 03:44:54
28083 Log: integrate change#5971 from cfgperl
28084
28085 Unicos tweaks from Mark P. Lutz.
28086 Branch: maint-5.6/perl
28087 !> hints/unicos.sh lib/Math/Complex.pm
28088____________________________________________________________________________
28089[ 7277] By: gsar on 2000/10/16 03:42:59
28090 Log: integrate changes#5966..5970 from mainline
28091
28092 add testsuite for B backends, fix bug in B::Deparse (from
28093 Simon Cozens <simon@brecon.co.uk>)
28094
28095 improved docs on the warn_uninit diagnostic (from David Glasser
28096 and Simon Cozens)
28097
28098 tolerate spaces in group names in test on solaris (from David Boyce
28099 <dsb@boyski.com>)
28100
28101 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
28102
28103 Data::Dumper fumbles negative numbers on 32-bit platforms where
28104 IV is >32bits
28105 Branch: maint-5.6/perl
28106 +> t/lib/b.t t/lib/syslog.t
28107 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
28108 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
28109 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
28110____________________________________________________________________________
28111[ 7276] By: gsar on 2000/10/16 03:39:30
28112 Log: integrate change#5965 from mainline
28113
28114 avoid "will not stay shared" warnings for our variables (from
28115 Robin Barker)
28116 Branch: maint-5.6/perl
28117 !> op.c t/pragma/warn/op
28118____________________________________________________________________________
28119[ 7275] By: gsar on 2000/10/16 03:38:18
28120 Log: integrate change#5964 from mainline
28121
28122 reformat to 72 columns (again)
28123 Branch: maint-5.6/perl
28124 !> pod/perldiag.pod
28125____________________________________________________________________________
28126[ 7274] By: gsar on 2000/10/16 03:36:58
28127 Log: integrate change#5963 from mainline
28128
28129 patch from Larry to make (\&) prototype work; added tests for
28130 the same
28131 Branch: maint-5.6/perl
28132 !> op.c t/comp/proto.t
28133____________________________________________________________________________
28134[ 7273] By: gsar on 2000/10/16 03:35:51
28135 Log: integrate changes#5956..5962 from mainline
28136
28137 better diagnostics on failed tests (from Ilya Zakharevich)
28138
28139 pod nits (from A. C. Yardley <yardley@tanet.net>)
28140
28141 change#3569 deleted some essential code, revert; avoid use of
28142 atexit() to make DynaLoader work properly on AIX under mod_perl
28143 (from Jens-Uwe Mager <jum@helios.de>)
28144
28145 doubled words in pods (from Simon Cozens
28146 <simon.p.cozens@jp.pwcglobal.com>)
28147
28148 better INSTALL notes on Solaris issues (from Dominic Dunlop)
28149
28150 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
28151
28152 updated README.hpux (from Jeff Okamoto)
28153 Branch: maint-5.6/perl
28154 !> INSTALL README.hpux emacs/cperl-mode.el
28155 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
28156 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
28157 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
28158 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
28159 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
28160 !> t/op/lex_assign.t
28161____________________________________________________________________________
28162[ 7272] By: gsar on 2000/10/16 03:31:22
28163 Log: integrate change#5955 from mainline
28164
28165 longstanding bug exposed by change#3307: sort arguments weren't
28166 compiled with the right wantarray context (ensuing runtime lookup
28167 via block_gimme() was getting the incidental context of the
28168 sort() itself)
28169 Branch: maint-5.6/perl
28170 !> op.c t/op/sort.t
28171____________________________________________________________________________
28172[ 7271] By: gsar on 2000/10/16 03:29:11
28173 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
28174 branch
28175
28176 Flatten the cpp jungle doing the nosuid checking.
28177
28178 Do not assume sign propagation. (from M.J.T. Guy)
28179
28180 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
28181
28182 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
28183 Now pp_ncmp() returns undef is either operand is a NaN.
28184
28185 On second thoughts frexp() does have two arguments.
28186
28187 Document that tr() is not tr(1).
28188
28189 Be more robust on "extreme" (large absolute value)
28190 arguments. Originally reported by Daniel Connelly
28191 as a problem with asinh() on large negative arguments,
28192 asinh() used to bail out because an argument to log()
28193 ended up being zero. Ilya Zakharevich proposed using
28194 Taylor's series in such cases, which for such large
28195 arguments is a very good approximation.
28196
28197 Undo "use integer" addition from 64bitint as it seems
28198 to break most of the subtests in Digital UNIX;
28199 Unicos needs to find another way.
28200 Branch: maint-5.6/perl
28201 !> (integrate 29 files)
28202____________________________________________________________________________
28203[ 7270] By: gsar on 2000/10/16 03:09:44
28204 Log: integrate changes#5948,5949,5950 from mainline
28205
28206 typo in vars.pm that leads to cryptic message (from Piotr
28207 Piatkowski <kompas@kompas.usr.onet.pl>)
28208
28209 make perldoc use the pod2man from the same version (from
28210 M.J.T. Guy)
28211
28212 reformat perldiag to avoid long lines
28213 Branch: maint-5.6/perl
28214 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
28215____________________________________________________________________________
28216[ 7269] By: gsar on 2000/10/16 03:05:54
28217 Log: integrate change#5947 from mainline
28218
28219 use &dl_error rather than &dl_load_file as the guard for calling
28220 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
28221 statically built perl)
28222 Branch: maint-5.6/perl
28223 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
28224____________________________________________________________________________
28225[ 7268] By: gsar on 2000/10/16 03:04:48
28226 Log: integrate change#5945 from mainline
28227
28228 make module name mandatory after -M switch; reorder perldiag
28229 alphabetically (from Mark-Jason Dominus)
28230 Branch: maint-5.6/perl
28231 !> perl.c pod/perldiag.pod
28232____________________________________________________________________________
28233[ 7267] By: gsar on 2000/10/16 03:03:01
28234 Log: integrate change#5939 from mainline
28235
28236 more pod nits (from Larry Virden)
28237 Branch: maint-5.6/perl
28238 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
28239 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
28240 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
28241____________________________________________________________________________
28242[ 7266] By: gsar on 2000/10/16 03:01:39
28243 Log: integrate change#5938 from mainline
28244
28245 Consolidated B::Deparse fixes (from Stephen McCamant)
28246 Branch: maint-5.6/perl
28247 !> ext/B/B/Deparse.pm
28248____________________________________________________________________________
28249[ 7265] By: gsar on 2000/10/16 03:00:43
28250 Log: integrate change#5936 from mainline
28251
28252 additional tests for change#7263 (from Paul Marquess)
28253 Branch: maint-5.6/perl
28254 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
28255 !> t/pragma/warn/5nolint t/pragma/warn/6default
28256____________________________________________________________________________
28257[ 7264] By: gsar on 2000/10/16 02:58:34
28258 Log: integrate change#5934 from mainline
28259
28260 propagate lexical warnings from surrounding scope correctly
28261 within string eval() (from Paul Marquess)
28262 Branch: maint-5.6/perl
28263 !> pp_ctl.c t/pragma/warn/pp_ctl
28264____________________________________________________________________________
28265[ 7263] By: gsar on 2000/10/16 02:56:53
28266 Log: integrate change#5932 from mainline
28267
28268 add rsignal(), whichsig() and do_join() to public API list
28269 (mod_perl uses them to good advantage)
28270 Branch: maint-5.6/perl
28271 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
28272____________________________________________________________________________
28273[ 7262] By: gsar on 2000/10/16 02:55:53
28274 Log: integrate change#5931 from mainline
28275
28276 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
28277 Branch: maint-5.6/perl
28278 !> pp_hot.c regexec.c t/op/pat.t
28279____________________________________________________________________________
28280[ 7261] By: gsar on 2000/10/16 02:55:01
28281 Log: integrate change#5930 from mainline
28282
28283 small os390 tweaks (from Peter Prymmer)
28284 Branch: maint-5.6/perl
28285 !> config_h.SH makedepend.SH
28286____________________________________________________________________________
28287[ 7260] By: gsar on 2000/10/16 02:54:10
28288 Log: integrate change#5929 from mainline
28289
28290 pod nits
28291 Branch: maint-5.6/perl
28292 !> pod/perlguts.pod
28293____________________________________________________________________________
28294[ 7259] By: gsar on 2000/10/16 02:52:55
28295 Log: integrate change#5927 from mainline
28296
28297 arrange for next() to resume at the unstack op rather than the
28298 loop conditional, so that scope cleanup happens correctly
28299 (from Stephen McCamant)
28300 Branch: maint-5.6/perl
28301 !> op.c pp_ctl.c t/op/misc.t
28302____________________________________________________________________________
28303[ 7258] By: gsar on 2000/10/16 02:51:38
28304 Log: integrate change#5926 from mainline
28305
28306 on windows, reserve 16M of stack rather than 128M (allows more
28307 threads to run concurrently)
28308 Branch: maint-5.6/perl
28309 !> win32/Makefile win32/makefile.mk
28310____________________________________________________________________________
28311[ 7257] By: gsar on 2000/10/16 02:50:37
28312 Log: integrate change#5925 from mainline
28313
28314 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
28315 Branch: maint-5.6/perl
28316 !> toke.c
28317____________________________________________________________________________
28318[ 7256] By: gsar on 2000/10/16 02:49:36
28319 Log: integrate change#5924 from mainline
28320
28321 avoid using uninitialized memory in require version check
28322 Branch: maint-5.6/perl
28323 !> pp_ctl.c universal.c
28324____________________________________________________________________________
28325[ 7255] By: gsar on 2000/10/16 02:48:03
28326 Log: integrate changes#5923,5928,6009 from mainline
28327
28328 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
28329 Branch: maint-5.6/perl
28330 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
28331____________________________________________________________________________
28332[ 7254] By: gsar on 2000/10/16 02:44:46
28333 Log: integrate change#5922 from mainline
28334
28335 commentary about IoTYPE() (from Nathan Torkington)
28336 Branch: maint-5.6/perl
28337 !> sv.h
28338____________________________________________________________________________
28339[ 7253] By: gsar on 2000/10/16 02:43:49
28340 Log: integrate change#5921 from mainline
28341
28342 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
28343 Branch: maint-5.6/perl
28344 !> sv.c t/lib/charnames.t t/pragma/utf8.t
28345____________________________________________________________________________
28346[ 7252] By: gsar on 2000/10/16 02:42:31
28347 Log: integrate change#5920 from mainline
28348
28349 Larry's fix for buggy propagation of utf8-ness in join(); add test
28350 Branch: maint-5.6/perl
28351 !> doop.c t/op/ver.t
28352____________________________________________________________________________
28353[ 7251] By: gsar on 2000/10/16 02:41:14
28354 Log: integrate changes#5915..5919 from mainline
28355
28356 various (pod tweaks &c)
28357 Branch: maint-5.6/perl
28358 !> (integrate 33 files)
28359____________________________________________________________________________
28360[ 7250] By: gsar on 2000/10/16 02:38:16
28361 Log: integrate change#5914 from mainline
28362
28363 caller() wasn't returning the right number of elements for
28364 eval {...}
28365 Branch: maint-5.6/perl
28366 !> pp_ctl.c t/pragma/warn/9enabled
28367____________________________________________________________________________
28368[ 7249] By: gsar on 2000/10/16 02:37:02
28369 Log: integrate change#5913 from mainline
28370
28371 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
28372 (from Mark-Jason Dominus)
28373 Branch: maint-5.6/perl
28374 !> pod/perlfunc.pod
28375____________________________________________________________________________
28376[ 7248] By: gsar on 2000/10/16 02:35:58
28377 Log: integrate change#5912 from mainline
28378
28379 fix totally broken caching in UNIVERSAL::isa() (from
28380 Nick Ing-Simmons)
28381 Branch: maint-5.6/perl
28382 !> t/op/universal.t universal.c
28383____________________________________________________________________________
28384[ 7247] By: gsar on 2000/10/16 02:34:27
28385 Log: integrate changes#5910,5911 from mainline
28386
28387 typo in pod
28388
28389 add linebreak properties from unicode/LineBrk.txt (from
28390 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
28391 Branch: maint-5.6/perl
28392 +> (branch 29 files)
28393 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
28394____________________________________________________________________________
28395[ 7246] By: gsar on 2000/10/16 02:33:29
28396 Log: integrate change#5909 from mainline
28397
28398 mode argument to do_binmode() should be file mode, not boolean
28399 Branch: maint-5.6/perl
28400 !> pp_sys.c
28401____________________________________________________________________________
28402[ 7245] By: gsar on 2000/10/16 02:31:04
28403 Log: integrate change#5908 from mainline
28404
28405 introduce illegal symbols into null package so that
28406 gv_fetchpv(...,TRUE) always returns a valid GV even when the
28407 symbol is trapped by strictures (avoids coredumps)
28408 Branch: maint-5.6/perl
28409 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
28410 !> t/pragma/strict-vars
28411____________________________________________________________________________
28412[ 7244] By: jhi on 2000/10/16 02:29:54
28413 Log: Subject: $Carp::ExportLevel confusion in Exporter
28414 From: "Ben Tilly" <ben_tilly@hotmail.com>
28415 Date: Sat, 14 Oct 2000 16:44:34 EDT
28416 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
28417 Branch: perl
28418 ! lib/Exporter/Heavy.pm
28419____________________________________________________________________________
28420[ 7243] By: jhi on 2000/10/16 02:28:33
28421 Log: Subject: [PATCH perlguts.pod] Document offset hack
28422 From: Simon Cozens <simon@cozens.net>
28423 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
28424 Date: Sat, 14 Oct 2000 19:32:25 +0100
28425 Branch: perl
28426 ! pod/perlguts.pod
28427____________________________________________________________________________
28428[ 7242] By: gsar on 2000/10/16 02:26:51
28429 Log: integrate changes#5905,5906,5907,6064 from mainline
28430
28431 printf/sprintf didn't get quad types right under use64bitint
28432 Branch: maint-5.6/perl
28433 !> pp_sys.c sv.c t/op/64bitint.t
28434____________________________________________________________________________
28435[ 7241] By: jhi on 2000/10/16 02:22:44
28436 Log: Subject: small pod patch
28437 From: Dan Boorstein <dan_boo@bellsouth.net>
28438 Date: Sat, 14 Oct 2000 14:29:24 -0400
28439 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
28440 Branch: perl
28441 ! pod/perlfaq7.pod pod/perlmod.pod
28442____________________________________________________________________________
28443[ 7240] By: jhi on 2000/10/16 02:13:46
28444 Log: -w cleanup.
28445
28446 Subject: Re: Problems with bleadperl
28447 From: "Stephen P. Potter" <spp@ds.net>
28448 Date: Fri, 13 Oct 2000 13:32:49 -0400
28449 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
28450 Branch: perl
28451 ! t/pragma/overload.t
28452____________________________________________________________________________
28453[ 7239] By: jhi on 2000/10/16 01:41:18
28454 Log: One more ~utf8 tweak.
28455 Branch: perl
28456 ! t/op/bop.t
28457____________________________________________________________________________
28458[ 7238] By: jhi on 2000/10/16 01:34:14
28459 Log: Tweak the test of #7235.
28460 Branch: perl
28461 ! t/op/bop.t
28462____________________________________________________________________________
28463[ 7237] By: jhi on 2000/10/16 01:25:04
28464 Log: Fix a couple of compiler-noted nits in #7235.
28465 Branch: perl
28466 ! pp.c
28467____________________________________________________________________________
28468[ 7236] By: jhi on 2000/10/16 01:22:46
28469 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
28470 Branch: perl
28471 ! pp.c pp_hot.c
28472____________________________________________________________________________
28473[ 7235] By: jhi on 2000/10/15 16:24:44
28474 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
28475
28476 From: Simon Cozens <simon@cozens.net>
28477 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
28478 Date: Sat, 14 Oct 2000 20:52:13 +0100
28479 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
28480 Branch: perl
28481 ! pp.c t/op/bop.t utf8.h
28482____________________________________________________________________________
28483[ 7234] By: jhi on 2000/10/15 15:19:29
28484 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
28485 The problem was that rx->minlen was in chars while pp_split()
28486 thought it would be in bytes.
28487 Branch: perl
28488 ! pp.c t/pragma/utf8.t
28489____________________________________________________________________________
28490[ 7233] By: jhi on 2000/10/14 20:24:24
28491 Log: Document FNCASE=y as discussed in the bug 20000902.009.
28492 Branch: perl
28493 ! README.dos
28494____________________________________________________________________________
28495[ 7232] By: jhi on 2000/10/14 18:52:21
28496 Log: Add test for bug id 20000427.003 (which seems to have
28497 been fixed) (also duplicate as 20000427.004, though
28498 with a higher severity). Move one utf8 from op/append
28499 to pragma/utf8, tag the tests with bug ids.
28500 Branch: perl
28501 ! t/op/append.t t/pragma/utf8.t
28502____________________________________________________________________________
28503[ 7231] By: jhi on 2000/10/14 17:28:37
28504 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
28505 Branch: perl
28506 ! t/pragma/utf8.t
28507____________________________________________________________________________
28508[ 7230] By: jhi on 2000/10/14 14:24:50
28509 Log: Needs to be conditional on SunOS 4.
28510
28511 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
28512 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28513 Date: Sat, 14 Oct 2000 13:37:49 +0100
28514 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
28515 Branch: metaconfig/U/perl
28516 ! End.U
28517 Branch: perl
28518 ! Configure myconfig.SH pod/perldelta.pod
28519____________________________________________________________________________
28520[ 7229] By: jhi on 2000/10/14 00:49:22
28521 Log: Update Changes.
28522 Branch: perl
28523 ! Changes patchlevel.h
28524____________________________________________________________________________
28525[ 7228] By: jhi on 2000/10/14 00:46:10
28526 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
28527 From: Peter Prymmer <pvhp@forte.com>
28528 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
28529 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
28530 Branch: perl
28531 ! lib/utf8.pm
28532____________________________________________________________________________
28533[ 7227] By: jhi on 2000/10/13 23:20:30
28534 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
28535 Branch: perl
28536 ! t/op/tie.t
28537____________________________________________________________________________
28538[ 7226] By: jhi on 2000/10/13 22:14:32
28539 Log: Tweak #7225.
28540
28541 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
28542 From: Peter Prymmer <pvhp@forte.com>
28543 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
28544 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
28545 Branch: perl
28546 ! t/op/sprintf.t
28547____________________________________________________________________________
28548[ 7225] By: jhi on 2000/10/13 22:11:31
28549 Log: op/sprintf.t patch for OS/390 (and any other host with limited
28550 floating-point exponent length)
28551
28552 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
28553 From: Dominic Dunlop <domo@computer.org>
28554 Date: Fri, 13 Oct 2000 19:17:57 +0200
28555 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
28556 Branch: perl
28557 ! t/op/sprintf.t
28558____________________________________________________________________________
28559[ 7224] By: jhi on 2000/10/13 18:40:48
28560 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
28561 Branch: perl
28562 ! toke.c
28563____________________________________________________________________________
28564[ 7223] By: jhi on 2000/10/13 18:37:13
28565 Log: Thinko in #7222.
28566 Branch: perl
28567 ! utf8.c
28568____________________________________________________________________________
28569[ 7222] By: jhi on 2000/10/13 18:05:23
28570 Log: Use UTF8SKIP(), from Simon Cozens.
28571 Branch: perl
28572 ! utf8.c
28573____________________________________________________________________________
28574[ 7221] By: jhi on 2000/10/13 15:43:19
28575 Log: (accidentally empty check-in)
28576 Branch: perl
28577 ! utf8.c
28578____________________________________________________________________________
28579[ 7220] By: jhi on 2000/10/13 15:23:51
28580 Log: Add (optimistically) Storable to static extensions.
28581 Branch: perl
28582 ! hints/uwin.sh hints/vmesa.sh
28583____________________________________________________________________________
28584[ 7219] By: jhi on 2000/10/13 15:20:05
28585 Log: Amdahl UTS doesn't seem to do dynaloading.
28586 Branch: perl
28587 ! hints/uts.sh
28588____________________________________________________________________________
28589[ 7218] By: jhi on 2000/10/13 15:15:20
28590 Log: Slight tweak of the code to appease Amdahl UTS cc.
28591 Branch: perl
28592 ! pp.c
28593____________________________________________________________________________
28594[ 7217] By: jhi on 2000/10/13 14:50:42
28595 Log: In Amdahl UTS "struct sv" is defined by a system header,
28596 <ksync.h>.
28597 Branch: perl
28598 ! perl.h sv.h
28599____________________________________________________________________________
28600[ 7216] By: jhi on 2000/10/13 11:58:25
28601 Log: Ilya implemented the memory profiling API.
28602 Branch: perl
28603 ! Todo
28604____________________________________________________________________________
28605[ 7215] By: jhi on 2000/10/13 02:56:38
28606 Log: Subject: [PATCH 5.7.0] Perl API for mstats
28607 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28608 Date: Thu, 12 Oct 2000 22:52:40 -0400
28609 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
28610 Branch: perl
28611 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
28612____________________________________________________________________________
28613[ 7214] By: jhi on 2000/10/13 02:55:38
28614 Log: Subject: [PATCH 5.7.0] IVs in mtats
28615 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28616 Date: Thu, 12 Oct 2000 22:51:04 -0400
28617 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
28618 Branch: perl
28619 ! malloc.c perl.h
28620____________________________________________________________________________
28621[ 7213] By: jhi on 2000/10/13 02:31:47
28622 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
28623 Branch: perl
28624 ! pod/perldiag.pod pp_sys.c
28625____________________________________________________________________________
28626[ 7212] By: jhi on 2000/10/13 01:27:38
28627 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
28628 From: Peter Prymmer <pvhp@forte.com>
28629 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
28630 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
28631 Branch: perl
28632 ! t/op/oct.t
28633____________________________________________________________________________
28634[ 7211] By: jhi on 2000/10/13 00:35:09
28635 Log: Update Changes.
28636 Branch: perl
28637 ! Changes patchlevel.h
28638____________________________________________________________________________
28639[ 7210] By: jhi on 2000/10/12 23:59:40
28640 Log: The Install.pm third of
28641
28642 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
28643 From: Bill Campbell <bill@celestial.com>
28644 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
28645 Date: Thu, 5 Oct 2000 18:04:51 -0700
28646 Branch: perl
28647 ! lib/ExtUtils/Install.pm
28648____________________________________________________________________________
28649[ 7209] By: jhi on 2000/10/12 23:58:43
28650 Log: Two thirds of
28651
28652 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
28653 Date: Thu, 5 Oct 2000 18:04:51 -0700
28654 From: Bill Campbell <bill@celestial.com>
28655 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
28656
28657 The Install.pm changes will be submitted separately because
28658 they need some work and discussion still.
28659 Branch: perl
28660 ! lib/getopts.pl lib/termcap.pl
28661____________________________________________________________________________
28662[ 7208] By: jhi on 2000/10/12 23:41:19
28663 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
28664 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28665 Date: Thu, 12 Oct 2000 07:30:02 EDT
28666 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
28667 Branch: perl
28668 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
28669 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
28670____________________________________________________________________________
28671[ 7207] By: jhi on 2000/10/12 23:39:01
28672 Log: An updated EBCDIC tr patch.
28673
28674 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
28675 From: Peter Prymmer <pvhp@forte.com>
28676 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
28677 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
28678 Branch: perl
28679 ! t/op/tr.t
28680____________________________________________________________________________
28681[ 7206] By: jhi on 2000/10/12 23:34:55
28682 Log: Upgrade to CPAN 1.58, from Andreas König.
28683 Branch: perl
28684 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28685____________________________________________________________________________
28686[ 7205] By: jhi on 2000/10/12 23:29:08
28687 Log: Introduce the man[24-8] variables, from Andy Dougherty.
28688 Branch: metaconfig/U/perl
28689 + mandirs.U mandirstyle.U
28690 Branch: perl
28691 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28692 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
28693 ! vos/config.h vos/config.pl vos/config_h.SH_orig
28694 ! win32/config.bc win32/config.gc win32/config.vc
28695____________________________________________________________________________
28696[ 7204] By: gsar on 2000/10/12 18:11:24
28697 Log: restore change#7202
28698 Branch: perl
28699 ! mg.c
28700____________________________________________________________________________
28701[ 7203] By: gsar on 2000/10/12 18:09:40
28702 Log: another test of the Emergency Broadcast System--back out
28703 change#7202
28704 Branch: perl
28705 ! mg.c
28706____________________________________________________________________________
28707[ 7202] By: gsar on 2000/10/12 16:40:47
28708 Log: (submitted on behalf of Jarkko)
28709 Fix the lib/encode.t subtest 6 failure as reported by Andreas
28710 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
28711 was unearthed by change 7182, as was a bug in HTML::Entities.
28712 Branch: perl
28713 ! mg.c
28714____________________________________________________________________________
28715[ 7201] By: jhi on 2000/10/11 03:16:05
28716 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
28717 Branch: perl
28718 ! pp_hot.c t/pragma/utf8.t
28719____________________________________________________________________________
28720[ 7200] By: jhi on 2000/10/11 00:40:30
28721 Log: The #7198 was a false alarm.
28722 Branch: perl
28723 ! pp_hot.c
28724____________________________________________________________________________
28725[ 7199] By: jhi on 2000/10/11 00:26:04
28726 Log: Remove duplicated code.
28727 Branch: perl
28728 ! t/lib/cgi-html.t
28729____________________________________________________________________________
28730[ 7198] By: jhi on 2000/10/10 23:30:46
28731 Log: (Retracted by #7200.)
28732 Branch: perl
28733 ! pp_hot.c
28734____________________________________________________________________________
28735[ 7197] By: jhi on 2000/10/10 21:49:30
28736 Log: Add the test case for #7190, from the original bug report
28737 by Andreas König.
28738 Branch: perl
28739 ! t/pragma/utf8.t
28740____________________________________________________________________________
28741[ 7196] By: jhi on 2000/10/10 21:40:49
28742 Log: Reapply Andy's patch and regen Configure.
28743 Branch: perl
28744 ! Configure INSTALL Makefile.SH Porting/Glossary
28745 ! Porting/config.sh config_h.SH epoc/config.sh installperl
28746 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
28747 ! win32/config.vc
28748____________________________________________________________________________
28749[ 7195] By: jhi on 2000/10/10 21:09:30
28750 Log: Use the versiononly instead of the installscripts,
28751 retract the changes 7146 and 7147.
28752 Branch: perl
28753 ! Configure INSTALL Makefile.SH Porting/Glossary
28754 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
28755 ! installperl uconfig.sh vos/config.def win32/config.bc
28756 ! win32/config.gc win32/config.vc
28757____________________________________________________________________________
28758[ 7194] By: jhi on 2000/10/10 21:06:15
28759 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
28760 From: Peter Prymmer <pvhp@forte.com>
28761 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
28762 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
28763 Branch: perl
28764 ! t/op/ver.t
28765____________________________________________________________________________
28766[ 7193] By: jhi on 2000/10/10 21:05:12
28767 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
28768 From: Peter Prymmer <pvhp@forte.com>
28769 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
28770 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
28771 Branch: perl
28772 ! t/op/tr.t
28773____________________________________________________________________________
28774[ 7192] By: jhi on 2000/10/10 20:57:30
28775 Log: Add versiononly, delete installscripts, from Andy Dougherty.
28776 Branch: metaconfig
28777 - U/installdirs/installscripts.U
28778 Branch: metaconfig/U/perl
28779 + versiononly.U
28780____________________________________________________________________________
28781[ 7191] By: jhi on 2000/10/10 19:41:21
28782 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
28783 From: Peter Prymmer <pvhp@forte.com>
28784 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
28785 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
28786 Branch: perl
28787 ! pod/perlebcdic.pod
28788____________________________________________________________________________
28789[ 7190] By: jhi on 2000/10/10 19:26:14
28790 Log: Subject: Re: utf8 concat, mg_get
28791 From: Simon Cozens <simon@cozens.net>
28792 Date: Tue, 10 Oct 2000 17:40:17 +0100
28793 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
28794 Branch: perl
28795 ! pp_hot.c
28796____________________________________________________________________________
28797[ 7189] By: jhi on 2000/10/10 19:23:03
28798 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
28799 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
28800 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
28801 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
28802 Branch: perl
28803 ! lib/ExtUtils/MM_Unix.pm
28804____________________________________________________________________________
28805[ 7188] By: jhi on 2000/10/10 15:31:24
28806 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
28807 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
28808 Date: Fri, 14 Jul 2000 10:47:36 +0100
28809 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
28810 Branch: perl
28811 ! README.win32
28812____________________________________________________________________________
28813[ 7187] By: jhi on 2000/10/10 13:30:10
28814 Log: Quote the temp file name, needed in Win32 because the
28815 default name unfortunately contains spaces, shouldn't
28816 hurt elsewhere.
28817
28818 Subject: FW: perldoc fails if $TEMP contains spaces
28819 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
28820 Date: Thu, 14 Sep 2000 08:58:45 +0100
28821 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
28822 Branch: perl
28823 ! utils/perldoc.PL
28824____________________________________________________________________________
28825[ 7186] By: jhi on 2000/10/10 13:16:27
28826 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
28827 From: hv@hugo.hybyte.com
28828 Date: Tue, 10 Oct 2000 14:10:20 +0100
28829 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
28830 Branch: perl
28831 ! t/lib/thr5005.t util.c
28832____________________________________________________________________________
28833[ 7185] By: jhi on 2000/10/10 12:06:22
28834 Log: Upgrade to podlators 1.04, from Russ Allbery.
28835 Branch: perl
28836 ! lib/Pod/Man.pm lib/Pod/Text.pm
28837____________________________________________________________________________
28838[ 7184] By: jhi on 2000/10/10 12:01:32
28839 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
28840 Branch: perl
28841 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
28842____________________________________________________________________________
28843[ 7183] By: jhi on 2000/10/09 23:47:15
28844 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
28845 From: Peter Prymmer <pvhp@forte.com>
28846 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
28847 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
28848 Branch: perl
28849 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
28850____________________________________________________________________________
28851[ 7182] By: jhi on 2000/10/09 23:43:16
28852 Log: Make eq work again with utf8 (disabling the upgrading
28853 should no more be necessary since the copies of the
28854 scalars are upgraded, not the scalars themselves).
28855 Takes care of ID 20001009.001. (The claimed length()
28856 bug in 20001009.001 seems bogus to me.)
28857 Branch: perl
28858 ! sv.c t/pragma/utf8.t
28859____________________________________________________________________________
28860[ 7181] By: gsar on 2000/10/09 19:41:54
28861 Log: tweak for change#7173
28862 Branch: perl
28863 ! win32/win32sck.c
28864____________________________________________________________________________
28865[ 7180] By: gsar on 2000/10/09 19:26:56
28866 Log: on Windows, clean targets might not work under some flavors of the shell
28867 Branch: perl
28868 ! win32/Makefile win32/makefile.mk
28869____________________________________________________________________________
28870[ 7179] By: jhi on 2000/10/09 19:21:02
28871 Log: Update Changes.
28872 Branch: perl
28873 ! Changes patchlevel.h
28874____________________________________________________________________________
28875[ 7178] By: jhi on 2000/10/09 19:18:23
28876 Log: Warn about unknown scripts.
28877
28878 Subject: Re: ideas? patches? [PATCH bleadperl]
28879 From: Dominic Dunlop <domo@computer.org>
28880 Date: Mon, 9 Oct 2000 14:57:17 +0200
28881 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
28882 Branch: perl
28883 ! lib/charnames.pm
28884____________________________________________________________________________
28885[ 7177] By: jhi on 2000/10/09 19:13:27
28886 Log: Change #7160 had a nasty typo.
28887 Branch: metaconfig
28888 ! U/compline/Compile.U
28889 Branch: perl
28890 ! Configure config_h.SH
28891____________________________________________________________________________
28892[ 7176] By: gsar on 2000/10/09 18:59:33
28893 Log: pod nit
28894 Branch: perl
28895 ! pod/perlport.pod
28896____________________________________________________________________________
28897[ 7175] By: gsar on 2000/10/09 18:54:28
28898 Log: Windows9x doesn't support link(), despite what Config.pm
28899 might think
28900 Branch: perl
28901 ! lib/ExtUtils/Manifest.pm
28902____________________________________________________________________________
28903[ 7174] By: gsar on 2000/10/09 18:50:03
28904 Log: avoid nonportable example code
28905 Branch: perl
28906 ! lib/File/Copy.pm
28907____________________________________________________________________________
28908[ 7173] By: gsar on 2000/10/09 18:46:54
28909 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
28910 being used) when closing a socket handle
28911 Branch: perl
28912 ! win32/win32.c win32/win32.h win32/win32sck.c
28913____________________________________________________________________________
28914[ 7172] By: gsar on 2000/10/09 18:41:40
28915 Log: on Windows, cwd strings in the environment should be of the
28916 form =X:=X:\foo instead of =X=X:\foo\
28917 Branch: perl
28918 ! win32/vdir.h
28919____________________________________________________________________________
28920[ 7171] By: gsar on 2000/10/09 18:30:09
28921 Log: on Windows, LoadLibrary() could load an extension DLL multiple
28922 times if forward slashes are used in the path
28923 Branch: perl
28924 ! win32/win32.c
28925____________________________________________________________________________
28926[ 7170] By: jhi on 2000/10/09 17:53:59
28927 Log: Add a todo note about overloadable assertions.
28928 Branch: perl
28929 ! Todo-5.6
28930____________________________________________________________________________
28931[ 7169] By: jhi on 2000/10/09 13:43:45
28932 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
28933 From: mjd@plover.com
28934 Date: 9 Oct 2000 00:24:44 -0000
28935 Message-ID: <20001009002444.10616.qmail@plover.com>
28936 Branch: perl
28937 ! pod/perldebguts.pod
28938____________________________________________________________________________
28939[ 7168] By: nick on 2000/10/08 13:16:33
28940 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
28941 is not right thing to do on (e.g. x86). Network order is also "right" for
28942 X fonts.
28943 Branch: perl
28944 ! ext/Encode/Encode.pm
28945____________________________________________________________________________
28946[ 7167] By: nick on 2000/10/08 12:54:42
28947 Log: Make "encodings" work post-install when Encode/*.enc files may not
28948 be in same directory as Encode.pm
28949 Branch: perl
28950 ! ext/Encode/Encode.pm
28951____________________________________________________________________________
28952[ 7166] By: nick on 2000/10/08 11:51:26
28953 Log: Work round the fact that $hash->{$key} does not take into account
28954 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
28955 so that key is always in the "expected" encoding - i.e. same way we put
28956 it in the hash.
28957 Branch: perl
28958 ! ext/Encode/Encode.pm
28959____________________________________________________________________________
28960[ 7165] By: gsar on 2000/10/08 04:15:29
28961 Log: save_re_context() could reset PL_curcop to freed memory, causing core
28962 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
28963 Branch: perl
28964 ! pp_ctl.c
28965____________________________________________________________________________
28966[ 7164] By: jhi on 2000/10/06 20:51:48
28967 Log: UTF8ize split() so that the cloned substrings get the UTF8
28968 flag of the original scalar. Problem reported by Simon Cozens.
28969 Branch: perl
28970 ! pp.c t/pragma/utf8.t
28971____________________________________________________________________________
28972[ 7163] By: nick on 2000/10/06 20:48:34
28973 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
28974 got a false +ve and so did not reach code which would have un-FAKEd the SV.
28975 Branch: perl
28976 ! sv.c
28977____________________________________________________________________________
28978[ 7162] By: nick on 2000/10/06 20:25:37
28979 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
28980 To fix (sort {$a <=> $b} keys %hash) in particular but
28981 should cover a number of other as-yet-unknown cases as well.
28982 Branch: perl
28983 ! sv.c
28984____________________________________________________________________________
28985[ 7161] By: jhi on 2000/10/06 19:56:18
28986 Log: Change the version number of Tie::Handle in the core to 4.0,
28987 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
28988
28989 Subject: Note on Tie::Handle
28990 From: andreas.koenig@anima.de (Andreas J. Koenig)
28991 Date: 06 Oct 2000 21:48:58 +0200
28992 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
28993 Branch: perl
28994 ! lib/Tie/Handle.pm
28995____________________________________________________________________________
28996[ 7160] By: jhi on 2000/10/06 18:20:35
28997 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
28998 as the first option of cc/ld because of ultrapicky compilers
28999 (e.g. OS/390 R2.5)
29000 Branch: metaconfig
29001 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
29002 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
29003 ! U/compline/orderlib.U U/modified/Cppsym.U
29004 ! U/modified/d_access.U
29005 Branch: metaconfig/U/perl
29006 ! Checkcc.U d_dlsymun.U gccvers.U
29007 Branch: perl
29008 ! Configure config_h.SH
29009____________________________________________________________________________
29010[ 7159] By: jhi on 2000/10/06 13:56:39
29011 Log: Update Changes.
29012 Branch: perl
29013 ! Changes patchlevel.h
29014____________________________________________________________________________
29015[ 7158] By: jhi on 2000/10/06 12:48:40
29016 Log: Eliminate $Is_VMS code from the test.
29017
29018 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
29019 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29020 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
29021 Date: Thu, 5 Oct 2000 07:46:33 EDT
29022 Branch: perl
29023 ! t/lib/b.t
29024____________________________________________________________________________
29025[ 7157] By: jhi on 2000/10/06 12:47:13
29026 Log: Also the $ccflags is needed for the C compiler check.
29027
29028 Subject: Configure (check for C-compiler)
29029 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29030 Date: Fri, 06 Oct 2000 08:47:15 +0200
29031 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
29032 Branch: metaconfig/U/perl
29033 ! Checkcc.U
29034 Branch: perl
29035 ! Configure config_h.SH
29036____________________________________________________________________________
29037[ 7156] By: jhi on 2000/10/06 11:45:15
29038 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
29039 Branch: perl
29040 ! perl.c pp_ctl.c sv.h utf8.c
29041____________________________________________________________________________
29042[ 7155] By: jhi on 2000/10/06 11:40:41
29043 Log: IO::Handle->syswrite() did not handle length omission
29044 like CORE::syswrite() does.
29045
29046 Subject: [Fwd] IO::Handle, syswrite and arguments
29047 From: Graham Barr <gbarr@pobox.com>
29048 Date: Fri, 6 Oct 2000 10:22:05 +0100
29049 Message-ID: <20001006102205.U6312@pobox.com>
29050
29051 The original patch from andrew@ugh.net.au.
29052 Branch: perl
29053 ! ext/IO/lib/IO/Handle.pm
29054____________________________________________________________________________
29055[ 7154] By: jhi on 2000/10/06 01:42:15
29056 Log: Tweak #7153.
29057 Branch: perl
29058 ! utf8.h
29059____________________________________________________________________________
29060[ 7153] By: jhi on 2000/10/06 00:39:55
29061 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
29062 Branch: perl
29063 ! utf8.h
29064____________________________________________________________________________
29065[ 7152] By: jhi on 2000/10/06 00:38:11
29066 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
29067 Branch: perl
29068 ! perl.c pp_ctl.c sv.h utf8.c
29069____________________________________________________________________________
29070[ 7151] By: jhi on 2000/10/06 00:36:38
29071 Log: Subject: Re: Questions about Tie::Array and perl modules
29072 From: Nick Ing-Simmons <nik@tiuk.ti.com>
29073 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
29074 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
29075
29076 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
29077 Branch: perl
29078 ! lib/Tie/Array.pm t/op/array.t
29079____________________________________________________________________________
29080[ 7150] By: jhi on 2000/10/05 00:20:45
29081 Log: Regen Changes.
29082 Branch: perl
29083 ! Changes patchlevel.h
29084____________________________________________________________________________
29085[ 7149] By: jhi on 2000/10/05 00:20:01
29086 Log: Regen toc.
29087 Branch: perl
29088 ! pod/perltoc.pod
29089____________________________________________________________________________
29090[ 7148] By: jhi on 2000/10/04 23:35:08
29091 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
29092 reported several times by Dominic Dunlop, for example in
29093 ID 20000315.008. Patch from Dominic. Patch affects at
29094 least MachTen, and possibly other oldish BSDs. Should not
29095 break non-broken platforms (tested on LinuxPPC).
29096 Branch: perl
29097 ! doio.c
29098____________________________________________________________________________
29099[ 7147] By: jhi on 2000/10/04 23:26:34
29100 Log: The one that got away from 7146.
29101 Branch: metaconfig
29102 + U/installdirs/installscripts.U
29103____________________________________________________________________________
29104[ 7146] By: jhi on 2000/10/04 23:25:04
29105 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
29106 suggested by H. Merijn Brand.
29107 Branch: perl
29108 ! Configure INSTALL Makefile.SH Porting/Glossary
29109 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
29110 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
29111 ! win32/config.vc
29112____________________________________________________________________________
29113[ 7145] By: jhi on 2000/10/04 22:08:21
29114 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
29115 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29116 Date: Wed, 4 Oct 2000 17:37:46 -0400
29117 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
29118 Branch: perl
29119 ! utils/h2xs.PL
29120____________________________________________________________________________
29121[ 7144] By: jhi on 2000/10/04 18:11:41
29122 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
29123 From: Jeff Pinyan <jeffp@crusoe.net>
29124 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
29125 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
29126 Branch: perl
29127 ! pod/perlrun.pod
29128____________________________________________________________________________
29129[ 7143] By: jhi on 2000/10/04 18:09:58
29130 Log: Subject: perlhack.pod Patch for Externals Tools
29131 From: Fisher Mark <fisherm@tce.com>
29132 Date: Tue, 3 Oct 2000 15:43:27 -0500
29133 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
29134 Branch: perl
29135 ! pod/perlhack.pod
29136____________________________________________________________________________
29137[ 7142] By: jhi on 2000/10/04 18:08:41
29138 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
29139 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29140 Date: Wed, 4 Oct 2000 12:11:11 EDT
29141 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
29142 Branch: perl
29143 ! vms/vms.c
29144____________________________________________________________________________
29145[ 7141] By: jhi on 2000/10/04 12:20:16
29146 Log: Subject: [PATCH 5.7.0] h2xs not working
29147 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29148 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
29149 Date: Tue, 3 Oct 2000 21:43:01 -0400
29150
29151 Subject: [PATCH 5.7.0] h2xs not documenting the created module
29152 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29153 Date: Tue, 3 Oct 2000 22:55:19 -0400
29154 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
29155 Branch: perl
29156 ! utils/h2xs.PL
29157____________________________________________________________________________
29158[ 7140] By: jhi on 2000/10/04 11:53:44
29159 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
29160 From: nick@babyhippo.com
29161 Date: Wed, 4 Oct 2000 12:06:45 +0100
29162 Message-Id: <20001004120645.A7356@babyhippo.com>
29163
29164 Retract 7118 and 7135.
29165 Branch: perl
29166 ! installman installperl op.c t/pragma/subs.t
29167____________________________________________________________________________
29168[ 7139] By: jhi on 2000/10/03 22:09:41
29169 Log: It is possible to have no hosts database at all. Pointed out in
29170
29171 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
29172 From: Peter Prymmer <pvhp@forte.com>
29173 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
29174 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
29175 Branch: metaconfig
29176 ! U/modified/myhostname.U
29177 Branch: perl
29178 ! Configure config_h.SH
29179____________________________________________________________________________
29180[ 7138] By: jhi on 2000/10/03 21:49:49
29181 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
29182 From: Peter Prymmer <pvhp@forte.com>
29183 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
29184 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
29185 Branch: perl
29186 ! pp_sys.c
29187____________________________________________________________________________
29188[ 7137] By: jhi on 2000/10/03 20:10:05
29189 Log: One remaining nit less at the VMS mailbox sizing.
29190 Branch: perl
29191 ! vms/vms.c
29192____________________________________________________________________________
29193[ 7136] By: jhi on 2000/10/03 20:08:47
29194 Log: Test harness update to sync with the new perlcc,
29195 from Simon Cozens.
29196 Branch: perl
29197 ! t/TEST t/UTEST
29198____________________________________________________________________________
29199[ 7135] By: jhi on 2000/10/03 15:15:42
29200 Log: Subject: Re: PATCH for 20001003.004
29201 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
29202 From: "AARON B. DOSSETT" <aaron@iglou.com>
29203 Message-Id: <E13gTay-0006od-00@iglou.com>
29204 Branch: perl
29205 ! installman installperl
29206____________________________________________________________________________
29207[ 7134] By: jhi on 2000/10/03 15:00:34
29208 Log: Subject: [ID 20001003.006] B::Debug not -w clean
29209 From: Nicholas Clark <nick@babyhippo.co.uk>
29210 Date: Tue, 03 Oct 2000 15:46:32 +0100
29211 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
29212 Branch: perl
29213 ! ext/B/B/Debug.pm
29214____________________________________________________________________________
29215[ 7133] By: jhi on 2000/10/03 14:58:39
29216 Log: Scale down the VMS message boxes, by Charles Lane.
29217 Fix for ID 20000903.009, workaround at
29218 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
29219 Branch: perl
29220 ! vms/vms.c
29221____________________________________________________________________________
29222[ 7132] By: jhi on 2000/10/03 11:20:37
29223 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
29224 Branch: perl
29225 + t/lib/st-lock.t t/lib/st-utf8.t
29226 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
29227 ! ext/Storable/Storable.xs t/lib/st-recurse.t
29228____________________________________________________________________________
29229[ 7131] By: jhi on 2000/10/03 03:38:23
29230 Log: Encode nits.
29231 Branch: perl
29232 ! MANIFEST Makefile.SH
29233____________________________________________________________________________
29234[ 7130] By: jhi on 2000/10/03 03:31:05
29235 Log: Update Changes.
29236 Branch: perl
29237 ! Changes patchlevel.h
29238____________________________________________________________________________
29239[ 7129] By: jhi on 2000/10/03 02:24:02
29240 Log: Misplaced else.
29241 Branch: metaconfig/U/perl
29242 ! d_strtoll.U
29243 Branch: perl
29244 ! Configure config_h.SH
29245____________________________________________________________________________
29246[ 7128] By: jhi on 2000/10/03 02:08:29
29247 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
29248 From: sthoenna@efn.org
29249 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
29250 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
29251 Branch: metaconfig/U/perl
29252 ! d_strtoll.U
29253 Branch: perl
29254 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
29255____________________________________________________________________________
29256[ 7127] By: jhi on 2000/10/03 01:13:14
29257 Log: Update Changes.
29258 Branch: perl
29259 ! Changes patchlevel.h
29260____________________________________________________________________________
29261[ 7126] By: jhi on 2000/10/03 00:57:08
29262 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
29263 as suggested by Olaf Flebbe and Nick Clark.
29264 Branch: perl
29265 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
29266____________________________________________________________________________
29267[ 7125] By: jhi on 2000/10/03 00:50:56
29268 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
29269 From: Nick Clark <nick@plum.flirble.org>
29270 Date: Mon, 2 Oct 2000 11:03:24 +0100
29271 Message-Id: <20001002110324.D20073@plum.flirble.org>
29272
29273 Also fixes bug ID 20001002.005.
29274 Branch: perl
29275 ! t/lib/encode.t
29276____________________________________________________________________________
29277[ 7124] By: jhi on 2000/10/03 00:34:59
29278 Log: Subject: [PATCH 5.7.0] Epoc update
29279 From: Olaf Flebbe <o.flebbe@gmx.de>
29280 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
29281 Message-ID: <26423.969484586@www10.gmx.net>
29282 Branch: perl
29283 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
29284 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
29285 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
29286 ! util.c util.h
29287____________________________________________________________________________
29288[ 7123] By: jhi on 2000/10/03 00:30:07
29289 Log: Regen headers.
29290 Branch: perl
29291 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
29292____________________________________________________________________________
29293[ 7122] By: jhi on 2000/10/03 00:10:48
29294 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
29295 Branch: perl
29296 ! hints/openbsd.sh
29297____________________________________________________________________________
29298[ 7121] By: jhi on 2000/10/03 00:05:06
29299 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
29300 From: <abigail@foad.org>
29301 Date: Tue, 26 Sep 2000 13:36:14 -0400
29302 Message-ID: <20000926173614.4356.qmail@foad.org>
29303 Branch: perl
29304 ! pod/perlop.pod
29305____________________________________________________________________________
29306[ 7120] By: jhi on 2000/10/03 00:04:00
29307 Log: Inside require() $^S was always left undefined.
29308
29309 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
29310 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29311 Date: Wed, 27 Sep 2000 18:54:49 -0400
29312 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
29313 Branch: perl
29314 ! cop.h mg.c pp_ctl.c util.c
29315____________________________________________________________________________
29316[ 7119] By: jhi on 2000/10/03 00:00:16
29317 Log: Subject: [PATCH] DLL not restartabke with threaded perl
29318 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
29319 Date: Thu, 28 Sep 2000 09:20:46 +0100
29320 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
29321 Branch: perl
29322 ! perl.c
29323____________________________________________________________________________
29324[ 7118] By: jhi on 2000/10/02 23:59:20
29325 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
29326 From: Nicholas Clark <nick@ccl4.org>
29327 Date: Thu, 28 Sep 2000 11:52:24 +0100
29328 Message-ID: <20000928115224.D7924@plum.flirble.org>
29329 Branch: perl
29330 ! op.c
29331____________________________________________________________________________
29332[ 7117] By: jhi on 2000/10/02 23:57:51
29333 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
29334 From: Nicholas Clark <nick@babyhippo.co.uk>
29335 Date: Thu, 28 Sep 2000 12:18:10 +0100
29336 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
29337
29338 Did not apply cleanly, manual intervention was needed.
29339 Branch: perl
29340 ! ext/B/B/Bytecode.pm utils/perlcc.PL
29341____________________________________________________________________________
29342[ 7116] By: jhi on 2000/10/02 23:50:40
29343 Log: Document the issue (is not a syntax error, kind of)
29344
29345 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
29346 From: Nicholas Clark <nick@ccl4.org>
29347 Date: Thu, 28 Sep 2000 17:12:42 +0100
29348 Message-ID: <20000928171242.K7924@plum.flirble.org>
29349 Branch: perl
29350 ! pod/perldata.pod
29351____________________________________________________________________________
29352[ 7115] By: jhi on 2000/10/02 23:48:58
29353 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
29354 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29355 Date: Thu, 28 Sep 2000 21:55:31 -0400
29356 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
29357 Branch: perl
29358 ! regexec.c
29359____________________________________________________________________________
29360[ 7114] By: jhi on 2000/10/02 23:47:57
29361 Log: Subject: DOC PATCH 5.6.0
29362 From: mjd@plover.com
29363 Date: 30 Sep 2000 06:02:34 -0000
29364 Message-ID: <20000930060234.4559.qmail@plover.com>
29365 Branch: perl
29366 ! pod/perldebguts.pod
29367____________________________________________________________________________
29368[ 7113] By: jhi on 2000/10/02 23:46:43
29369 Log: SOCK_DGRAM and listen() do not mix as reported in
29370
29371 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
29372 From: Petter Reinholdtsen <pere@hungry.com>
29373 Date: Sun, 1 Oct 2000 10:57:20 +0800
29374 Message-Id: <200010010257.KAA05735@localhost.localdomain>
29375
29376 The patch for 5.7.0+ had to be reengineered, though.
29377 Branch: perl
29378 ! ext/IO/lib/IO/Socket/UNIX.pm
29379____________________________________________________________________________
29380[ 7112] By: jhi on 2000/10/02 23:36:57
29381 Log: Subject: Re: [PATCH 5.005_64 missed]
29382 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29383 Date: Sun, 1 Oct 2000 18:50:10 -0400
29384 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
29385 Branch: perl
29386 ! pod/perlxs.pod
29387____________________________________________________________________________
29388[ 7111] By: jhi on 2000/10/02 23:35:40
29389 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
29390 From: Radu Greab <radu@netsoft.ro>
29391 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
29392 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
29393 Branch: perl
29394 ! op.c opcode.pl t/op/substr.t
29395____________________________________________________________________________
29396[ 7110] By: jhi on 2000/10/02 23:32:38
29397 Log: Subject: [PATCH] Fix aliasing of tied filehandles
29398 From: Daniel Chetlin <daniel@chetlin.com>
29399 Date: Mon, 2 Oct 2000 14:53:27 -0700
29400 Message-ID: <20001002145327.C1617@ilmd>
29401 Branch: perl
29402 ! perl.h pp_hot.c t/op/tiehandle.t
29403____________________________________________________________________________
29404[ 7109] By: jhi on 2000/10/02 23:31:30
29405 Log: s/Robin Parker/Robin Barker/
29406 Branch: perl
29407 ! Changes5.6
29408____________________________________________________________________________
29409[ 7108] By: jhi on 2000/10/02 23:15:46
29410 Log: Retract #7091 as suggested in
29411
29412 From: Robin Barker <rmb1@cise.npl.co.uk>
29413 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
29414 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
29415 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
29416 Branch: perl
29417 ! embed.pl proto.h
29418____________________________________________________________________________
29419[ 7107] By: nick on 2000/10/02 18:23:14
29420 Log: A few tweaks to get Tk803 to work with Encode scheme.
29421 Branch: perl
29422 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
29423____________________________________________________________________________
29424[ 7106] By: nick on 2000/10/01 21:34:14
29425 Log: Add checking cases to Encode's toUnicode and fromUnicode.
29426 Branch: perl
29427 ! ext/Encode/Encode.pm
29428____________________________________________________________________________
29429[ 7105] By: nick on 2000/10/01 17:18:01
29430 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
29431 To read and use them.
29432 Add a lib/encode.t which checks a few things.
29433 Branch: perl
29434 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
29435 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
29436 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
29437 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
29438 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
29439 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
29440 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
29441 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
29442 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
29443 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
29444 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
29445 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
29446 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
29447 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
29448 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
29449 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
29450 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
29451 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
29452 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
29453 + ext/Encode/Encode/iso2022-jp.enc
29454 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
29455 + ext/Encode/Encode/iso8859-1.enc
29456 + ext/Encode/Encode/iso8859-2.enc
29457 + ext/Encode/Encode/iso8859-3.enc
29458 + ext/Encode/Encode/iso8859-4.enc
29459 + ext/Encode/Encode/iso8859-5.enc
29460 + ext/Encode/Encode/iso8859-6.enc
29461 + ext/Encode/Encode/iso8859-7.enc
29462 + ext/Encode/Encode/iso8859-8.enc
29463 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
29464 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
29465 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
29466 + ext/Encode/Encode/macCentEuro.enc
29467 + ext/Encode/Encode/macCroatian.enc
29468 + ext/Encode/Encode/macCyrillic.enc
29469 + ext/Encode/Encode/macDingbats.enc
29470 + ext/Encode/Encode/macGreek.enc
29471 + ext/Encode/Encode/macIceland.enc
29472 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
29473 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
29474 + ext/Encode/Encode/macTurkish.enc
29475 + ext/Encode/Encode/macUkraine.enc
29476 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
29477 + t/lib/encode.t
29478 ! MANIFEST ext/Encode/Encode.pm
29479____________________________________________________________________________
29480[ 7104] By: nick on 2000/09/30 13:04:30
29481 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
29482 From: Daniel Chetlin <daniel@chetlin.com>
29483 Date: Mon, 18 Sep 2000 05:05:40 -0700
29484 Message-Id: <20000918050540.C652@ilmd>
29485 Branch: perl
29486 ! lib/overload.pm sv.c t/pragma/overload.t
29487____________________________________________________________________________
29488[ 7103] By: nick on 2000/09/30 12:53:36
29489 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
29490 From: Johan Vromans <jvromans@squirrel.nl>
29491 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
29492 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
29493 Branch: perl
29494 ! pod/Makefile.SH
29495____________________________________________________________________________
29496[ 7102] By: nick on 2000/09/30 12:52:31
29497 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
29498 From: Spider Boardman <spider@Orb.Nashua.NH.US>
29499 Date: Sat, 16 Sep 2000 16:36:45 -0400
29500 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
29501 Branch: perl
29502 ! ext/B/B/Deparse.pm
29503____________________________________________________________________________
29504[ 7101] By: nick on 2000/09/30 12:51:41
29505 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
29506 From: Craig A. Berry <craig.berry@psinetcs.com>
29507 Date: Sat, 16 Sep 2000 10:11:10 -0500
29508 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
29509 Branch: perl
29510 ! vms/vms.c
29511____________________________________________________________________________
29512[ 7100] By: nick on 2000/09/30 12:50:33
29513 Log: Subject: Re: unicode support and perl [ID 20000901.097]
29514 From: Spider Boardman <spider@Orb.Nashua.NH.US>
29515 Date: Fri, 15 Sep 2000 16:37:58 -0400
29516 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
29517 Branch: perl
29518 ! t/op/append.t
29519____________________________________________________________________________
29520[ 7099] By: nick on 2000/09/30 12:49:35
29521 Log: Subject: Re: unicode support and perl [ID 20000901.097]
29522 From: Spider Boardman <spider@Orb.Nashua.NH.US>
29523 Date: Fri, 15 Sep 2000 16:25:30 -0400
29524 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
29525 Branch: perl
29526 ! pp_hot.c
29527____________________________________________________________________________
29528[ 7098] By: nick on 2000/09/30 12:48:00
29529 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
29530 From: Gisle Aas <gisle@ActiveState.com>
29531 Date: 15 Sep 2000 16:23:41 +0200
29532 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
29533 Branch: perl
29534 ! toke.c
29535____________________________________________________________________________
29536[ 7097] By: nick on 2000/09/30 12:45:16
29537 Log: Subject: [PATCH] Nits in perlmod.pod
29538 From: Daniel Chetlin <daniel@chetlin.com>
29539 Date: Fri, 15 Sep 2000 02:04:09 -0700
29540 Message-Id: <20000915020409.A2104@ilmd>
29541 Branch: perl
29542 ! pod/perlmod.pod
29543____________________________________________________________________________
29544[ 7096] By: nick on 2000/09/30 12:18:00
29545 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
29546 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
29547 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
29548 0 to checking to get the warning.
29549 Branch: perl
29550 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
29551 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
29552 ! regexec.c sv.c toke.c utf8.c
29553____________________________________________________________________________
29554[ 7095] By: nick on 2000/09/15 16:55:59
29555 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
29556
29557 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
29558 From: Spider Boardman <spider@Orb.Nashua.NH.US>
29559 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
29560 Date: Fri, 15 Sep 2000 06:37:30 -0400
29561 Branch: perl
29562 ! ext/Encode/Encode.xs sv.c
29563____________________________________________________________________________
29564[ 7094] By: jhi on 2000/09/15 03:23:32
29565 Log: Update Changes.
29566 Branch: perl
29567 ! Changes patchlevel.h
29568____________________________________________________________________________
29569[ 7093] By: jhi on 2000/09/15 03:11:44
29570 Log: Fix for the charnames.t failures from Spider Boardman.
29571 Branch: perl
29572 ! toke.c
29573____________________________________________________________________________
29574[ 7092] By: jhi on 2000/09/15 00:15:48
29575 Log: Botched the #7090 check-in.
29576 Branch: perl
29577 ! sv.c
29578____________________________________________________________________________
29579[ 7091] By: jhi on 2000/09/14 23:33:24
29580 Log: Part of #7081 didn't come through.
29581 Branch: perl
29582 ! embed.pl proto.h
29583____________________________________________________________________________
29584[ 7090] By: jhi on 2000/09/14 23:17:39
29585 Log: Subject: Re: perl@7078
29586 From: Spider Boardman <spider@web.zk3.dec.com>
29587 Date: Thu, 14 Sep 2000 19:06:36 -0400
29588 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
29589 Branch: perl
29590 ! sv.c toke.c
29591____________________________________________________________________________
29592[ 7089] By: jhi on 2000/09/14 23:11:21
29593 Log: Small portability tweaks.
29594 Branch: perl
29595 ! ext/Encode/Encode.xs
29596____________________________________________________________________________
29597[ 7088] By: jhi on 2000/09/14 22:57:23
29598 Log: Fake return to pacify picky compilers.
29599 Branch: perl
29600 ! ext/Encode/Encode.xs
29601____________________________________________________________________________
29602[ 7087] By: jhi on 2000/09/14 22:53:37
29603 Log: Subject: [PATCH] utf8.c apidoc
29604 From: Simon Cozens <simon@cozens.net>
29605 Date: Thu, 14 Sep 2000 23:46:57 +0100
29606 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
29607 Branch: perl
29608 ! perlapi.c pod/perlapi.pod utf8.c
29609____________________________________________________________________________
29610[ 7086] By: jhi on 2000/09/14 22:40:38
29611 Log: We don't need to count the high bit bytes, a boolean is enough.
29612 Branch: perl
29613 ! sv.c
29614____________________________________________________________________________
29615[ 7085] By: jhi on 2000/09/14 21:20:09
29616 Log: Replace #7084 with
29617
29618 Subject: Re: perl@7078
29619 From: Spider Boardman <spider@web.zk3.dec.com>
29620 Date: Thu, 14 Sep 2000 17:09:36 -0400
29621 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
29622 Branch: perl
29623 ! sv.c utf8.c
29624____________________________________________________________________________
29625[ 7084] By: jhi on 2000/09/14 20:03:34
29626 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
29627 convertable to bytes by checking it doesn't go above 0xc3
29628
29629 Subject: Re: perl@7078
29630 From: Simon Cozens <simon@cozens.net>
29631 Date: Thu, 14 Sep 2000 20:59:19 +0100
29632 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
29633 Branch: perl
29634 ! utf8.c
29635____________________________________________________________________________
29636[ 7083] By: jhi on 2000/09/14 19:38:47
29637 Log: Subject: Re: perl@7078
29638 From: Simon Cozens <simon@cozens.net>
29639 Date: Thu, 14 Sep 2000 20:13:09 +0100
29640 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
29641 Branch: perl
29642 ! t/op/bop.t
29643____________________________________________________________________________
29644[ 7082] By: jhi on 2000/09/14 17:50:44
29645 Log: The one that got away.
29646 Branch: perl
29647 ! lib/File/Find.pm
29648____________________________________________________________________________
29649[ 7081] By: jhi on 2000/09/14 17:45:35
29650 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
29651 From: Robin Barker <rmb1@cise.npl.co.uk>
29652 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
29653 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
29654 Branch: perl
29655 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
29656 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
29657 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
29658 ! regcomp.c toke.c universal.c
29659____________________________________________________________________________
29660[ 7080] By: jhi on 2000/09/14 17:40:35
29661 Log: Problems picked up by AIX cc.
29662
29663 Subject: Re: perl@7078 (patch included)
29664 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29665 Date: Thu, 14 Sep 2000 18:53:30 +0200
29666 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
29667 Branch: perl
29668 ! ext/Encode/Encode.xs
29669____________________________________________________________________________
29670[ 7079] By: jhi on 2000/09/14 17:38:27
29671 Log: Subject: File::Find 5.7.0 POD nits
29672 From: Rich Morin <rdm@cfcl.com>
29673 Date: Wed, 13 Sep 2000 22:03:58 -0700
29674 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
29675 Branch: perl
29676 ! lib/File/Find.pm
29677____________________________________________________________________________
29678[ 7078] By: jhi on 2000/09/14 14:58:20
29679 Log: Update Changes.
29680 Branch: perl
29681 ! Changes patchlevel.h
29682____________________________________________________________________________
29683[ 7077] By: jhi on 2000/09/14 14:55:54
29684 Log: Compilation warnings and an error.
29685 Branch: perl
29686 ! sv.c
29687____________________________________________________________________________
29688[ 7076] By: jhi on 2000/09/14 14:42:56
29689 Log: Fix for a parsing bug, not for the original bug.
29690
29691 Subject: Re: [ID 20000910.005] Another segfault with regexes.
29692 From: Spider Boardman <spider@web.zk3.dec.com>
29693 Date: Wed, 13 Sep 2000 17:52:20 -0400
29694 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
29695 Branch: perl
29696 ! regcomp.c
29697____________________________________________________________________________
29698[ 7075] By: jhi on 2000/09/14 14:40:40
29699 Log: Batch of UTF-8 patches from Simon Cozens.
29700 Branch: perl
29701 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
29702 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
29703 ! toke.c utf8.c
29704____________________________________________________________________________
29705[ 7074] By: jhi on 2000/09/14 14:29:58
29706 Log: Subject: Re: Two advertising clauses need to be removed
29707 From: Russ Allbery <rra@stanford.edu>
29708 Date: 13 Sep 2000 18:50:26 -0700
29709 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
29710 Branch: perl
29711 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29712____________________________________________________________________________
29713[ 7073] By: jhi on 2000/09/14 14:28:20
29714 Log: Subject: [PATCH] de-wall t/README
29715 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29716 Date: Wed, 13 Sep 2000 17:46:55 -0700
29717 Message-ID: <//Bw5gzkge/e092yn@efn.org>
29718 Branch: perl
29719 ! t/README
29720____________________________________________________________________________
29721[ 7072] By: jhi on 2000/09/14 14:25:10
29722 Log: Hints optimization.
29723
29724 Subject: Minor nit
29725 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29726 Date: Wed, 13 Sep 2000 21:42:07 +0200
29727 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
29728 Branch: perl
29729 ! hints/hpux.sh
29730____________________________________________________________________________
29731[ 7071] By: jhi on 2000/09/14 14:23:30
29732 Log: Allow chop() and chomp() to be overridden.
29733
29734 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
29735 From: "Casey R. Tweten" <crt@kiski.net>
29736 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
29737 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
29738 Branch: perl
29739 ! toke.c
29740____________________________________________________________________________
29741[ 7070] By: jhi on 2000/09/14 14:20:36
29742 Log: The return value of setlocale must be copied away.
29743
29744 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
29745 From: Alan Burlison <Alan.Burlison@uk.sun.com>
29746 Date: Wed, 13 Sep 2000 16:27:37 +0100
29747 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
29748 Branch: perl
29749 ! util.c
29750____________________________________________________________________________
29751[ 7069] By: jhi on 2000/09/14 14:16:27
29752 Log: Remove vestiges of tr//CU.
29753
29754 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29755 From: Nick Clark <nick@plum.flirble.org>
29756 Date: Tue, 12 Sep 2000 22:50:14 +0100
29757 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
29758
29759 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29760 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29761 Date: Tue, 12 Sep 2000 21:38:48 -0700
29762 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
29763 Branch: perl
29764 ! op.h pod/perlunicode.pod
29765____________________________________________________________________________
29766[ 7068] By: jhi on 2000/09/13 14:18:39
29767 Log: Add the Encode extension. The code is still largely just skeleton.
29768 Branch: perl
29769 + ext/Encode/Encode.pm ext/Encode/Encode.xs
29770 + ext/Encode/Makefile.PL ext/Encode/Todo
29771 ! MANIFEST Todo-5.6
29772____________________________________________________________________________
29773[ 7067] By: jhi on 2000/09/12 17:43:33
29774 Log: Allow for whitespace between "#" and "line" in cpp output.
29775
29776 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
29777 From: Calle Dybedahl <calle@lysator.liu.se>
29778 Date: 12 Sep 2000 19:38:02 +0200
29779 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
29780 Branch: perl
29781 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
29782____________________________________________________________________________
29783[ 7066] By: gsar on 2000/09/12 17:24:29
29784 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
29785 initialization in all the threads on Windows
29786 Branch: perl
29787 ! win32/win32.c
29788____________________________________________________________________________
29789[ 7065] By: jhi on 2000/09/12 15:11:31
29790 Log: Update Changes.
29791 Branch: perl
29792 ! Changes patchlevel.h
29793____________________________________________________________________________
29794[ 7064] By: jhi on 2000/09/12 14:54:54
29795 Log: Retract #7062, the pod tests are not ready.
29796 Branch: perl
29797 ! t/TEST t/harness
29798____________________________________________________________________________
29799[ 7063] By: jhi on 2000/09/12 14:25:41
29800 Log: The #7054 truncated Configure badly.
29801 Branch: metaconfig/U/perl
29802 ! End.U
29803 Branch: perl
29804 ! Configure config_h.SH
29805____________________________________________________________________________
29806[ 7062] By: jhi on 2000/09/12 14:08:32
29807 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
29808 From: sthoenna@efn.org
29809 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
29810 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
29811 Branch: perl
29812 ! t/TEST t/harness
29813____________________________________________________________________________
29814[ 7061] By: jhi on 2000/09/12 14:07:18
29815 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
29816 From: sthoenna@efn.org
29817 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
29818 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
29819 Branch: perl
29820 ! pod/perlxs.pod
29821____________________________________________________________________________
29822[ 7060] By: jhi on 2000/09/12 14:06:08
29823 Log: Break up the myconfig lines a bit.
29824
29825 Subject: perlbug/perl -V output format
29826 From: sthoenna@efn.org
29827 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
29828 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
29829 Branch: perl
29830 ! myconfig.SH
29831____________________________________________________________________________
29832[ 7059] By: jhi on 2000/09/12 14:05:04
29833 Log: Test for the #7049.
29834
29835 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
29836 From: andreas.koenig@anima.de (Andreas J. Koenig)
29837 Date: 12 Sep 2000 06:42:01 +0200
29838 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
29839 Branch: perl
29840 ! t/op/my.t
29841____________________________________________________________________________
29842[ 7058] By: jhi on 2000/09/12 14:03:05
29843 Log: Subject: [patch: perl@7045] vms updates
29844 From: Peter Prymmer <pvhp@forte.com>
29845 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
29846 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
29847 Branch: perl
29848 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
29849____________________________________________________________________________
29850[ 7057] By: jhi on 2000/09/12 14:00:51
29851 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
29852 From: sthoenna@efn.org
29853 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
29854 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
29855 Branch: perl
29856 ! t/op/64bitint.t
29857____________________________________________________________________________
29858[ 7056] By: jhi on 2000/09/12 13:58:14
29859 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
29860 From: Jeff Pinyan <jeffp@crusoe.net>
29861 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
29862 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
29863 Branch: perl
29864 ! pod/perlfunc.pod
29865____________________________________________________________________________
29866[ 7055] By: jhi on 2000/09/12 13:56:32
29867 Log: Do in VMS as the #7054 does.
29868 Branch: perl
29869 ! configure.com
29870____________________________________________________________________________
29871[ 7054] By: jhi on 2000/09/12 13:50:31
29872 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
29873 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29874 Date: Mon, 11 Sep 2000 08:33:09 +0100
29875 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
29876 Branch: metaconfig/U/perl
29877 ! End.U
29878 Branch: perl
29879 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
29880 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29881____________________________________________________________________________
29882[ 7053] By: jhi on 2000/09/12 13:29:19
29883 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
29884 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29885 Date: Tue, 12 Sep 2000 08:35:59 EDT
29886 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
29887 Branch: perl
29888 ! vms/test.com
29889____________________________________________________________________________
29890[ 7052] By: jhi on 2000/09/11 23:01:50
29891 Log: Document the SvUTF8*().
29892 Branch: perl
29893 ! pod/perlapi.pod sv.h
29894____________________________________________________________________________
29895[ 7051] By: gsar on 2000/09/11 14:46:30
29896 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
29897 (missed a spot when fixing up op_pmreplroot hack for ithreads)
29898 Branch: perl
29899 ! op.c t/op/split.t
29900____________________________________________________________________________
29901[ 7050] By: nick on 2000/09/11 10:03:51
29902 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
29903
29904 Subject: borland C++ win32.c tweak
29905 From: Vadim Konovalov <vkonovalov@lucent.com>
29906 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
29907 Date: Mon, 11 Sep 2000 11:22:33 +0400
29908 Branch: perl
29909 ! win32/win32.c
29910____________________________________________________________________________
29911[ 7049] By: nick on 2000/09/11 09:57:33
29912 Log: Point fix for s/// on foreach (keys %xxx).
29913 Branch: perl
29914 ! pp_hot.c
29915____________________________________________________________________________
29916[ 7048] By: jhi on 2000/09/10 23:37:09
29917 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
29918 by Pod::Text, from Brad Appleton.
29919 Branch: perl
29920 ! t/pod/testp2pt.pl
29921____________________________________________________________________________
29922[ 7047] By: jhi on 2000/09/10 14:32:53
29923 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
29924 by Russ Allbery.
29925 Branch: perl
29926 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
29927____________________________________________________________________________
29928[ 7046] By: jhi on 2000/09/10 14:15:08
29929 Log: Upgrade to CPAN 1.57_65, from Andreas König.
29930 Branch: perl
29931 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29932____________________________________________________________________________
29933[ 7045] By: jhi on 2000/09/08 21:36:32
29934 Log: Update Changes.
29935 Branch: perl
29936 ! Changes patchlevel.h
29937____________________________________________________________________________
29938[ 7044] By: jhi on 2000/09/08 21:29:56
29939 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
29940 From: Peter Prymmer <pvhp@forte.com>
29941 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
29942 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
29943 Branch: perl
29944 ! configure.com
29945____________________________________________________________________________
29946[ 7043] By: jhi on 2000/09/08 21:27:50
29947 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
29948 From: Peter Prymmer <pvhp@forte.com>
29949 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
29950 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
29951 Branch: perl
29952 ! Makefile.SH installperl
29953____________________________________________________________________________
29954[ 7042] By: jhi on 2000/09/08 21:23:21
29955 Log: Continue #7041.
29956 Branch: perl
29957 ! cygwin/Makefile.SHs os2/Makefile.SHs
29958____________________________________________________________________________
29959[ 7041] By: jhi on 2000/09/08 21:18:10
29960 Log: Do away with memory models cruft. Sorry, PDP users.
29961 Branch: metaconfig
29962 ! U/modified/cc.U U/modified/libpth.U
29963 Branch: perl
29964 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
29965 ! Porting/config_H cflags.SH config_h.SH configure.com
29966 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
29967 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
29968 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
29969____________________________________________________________________________
29970[ 7040] By: jhi on 2000/09/08 14:34:18
29971 Log: Major rewrite of s2p. And I mean really major, it is
29972 an implementation of sed in perl. If called as s2p it
29973 will function as s2p. Note: needs non-UNIXifying.
29974
29975 Subject: s2p
29976 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29977 Date: Mon, 28 Aug 2000 14:05:12 +0200
29978 Message-ID: <39AA5578.2102E2AA@alcatel.at>
29979 Branch: perl
29980 ! x2p/s2p.PL
29981____________________________________________________________________________
29982[ 7039] By: jhi on 2000/09/08 14:19:49
29983 Log: Re-allow vec() for characters > 255.
29984
29985 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
29986 From: Spider Boardman <spider@web.zk3.dec.com>
29987 Date: Fri, 08 Sep 2000 02:21:02 -0400
29988 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
29989 Branch: perl
29990 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
29991 ! t/op/vec.t
29992____________________________________________________________________________
29993[ 7038] By: jhi on 2000/09/08 14:14:18
29994 Log: Subject: [PATCH lib/Benchmark.pm]
29995 From: <abigail@foad.org>
29996 Date: Thu, 7 Sep 2000 15:03:20 -0400
29997 Message-ID: <20000907190320.888.qmail@foad.org>
29998 Branch: perl
29999 ! lib/Benchmark.pm
30000____________________________________________________________________________
30001[ 7037] By: jhi on 2000/09/08 14:11:06
30002 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
30003
30004 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
30005 From: Spider Boardman <spider@web.zk3.dec.com>
30006 Date: Fri, 08 Sep 2000 01:30:27 -0400
30007 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
30008 Branch: perl
30009 ! op.c
30010____________________________________________________________________________
30011[ 7036] By: jhi on 2000/09/08 14:08:58
30012 Log: Subject: [ID 20000908.002] perlipc documentation bug.
30013 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
30014 Date: Fri, 08 Sep 2000 12:38:32 +0200
30015 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
30016 Branch: perl
30017 ! pod/perlipc.pod
30018____________________________________________________________________________
30019[ 7035] By: jhi on 2000/09/08 14:03:12
30020 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30021 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30022 Date: Fri, 08 Sep 2000 11:47:34 +0200
30023 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
30024 Branch: perl
30025 ! hints/dec_osf.sh
30026____________________________________________________________________________
30027[ 7034] By: jhi on 2000/09/08 13:59:35
30028 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
30029 From: Simon Cozens <simon@cozens.net>
30030 Date: Thu, 7 Sep 2000 20:40:38 +0100
30031 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
30032 Branch: perl
30033 ! pp_hot.c
30034____________________________________________________________________________
30035[ 7033] By: jhi on 2000/09/08 04:03:03
30036 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
30037 From: "Larry W. Virden" <lvirden@cas.org>
30038 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
30039 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
30040 Branch: perl
30041 ! pod/perldiag.pod
30042____________________________________________________________________________
30043[ 7032] By: jhi on 2000/09/07 22:18:30
30044 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
30045 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
30046 Date: Mon, 04 Sep 2000 13:16:38 -0700
30047 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
30048 Branch: perl
30049 ! lib/perl5db.pl
30050____________________________________________________________________________
30051[ 7031] By: jhi on 2000/09/07 22:02:29
30052 Log: Fix the ccversion detection for 5.1 and beyond.
30053
30054 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30055 From: Spider Boardman <spider@leggy.zk3.dec.com>
30056 Date: Thu, 7 Sep 2000 17:54:27 -0400
30057 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
30058 Branch: perl
30059 ! hints/dec_osf.sh
30060____________________________________________________________________________
30061[ 7030] By: jhi on 2000/09/07 19:12:28
30062 Log: Fix for
30063
30064 Subject: [ID 20000903.001] \w in utf8-strings
30065 From: Marc Lehmann <pcg@goof.com>
30066 Date: Sun, 03 Sep 2000 09:44:29 +0200
30067 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
30068
30069 and various related nits.
30070 Branch: perl
30071 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
30072____________________________________________________________________________
30073[ 7029] By: jhi on 2000/09/07 18:49:09
30074 Log: Fix the URL, but the server is still missing in action.
30075
30076 Subject: [ID 20000905.002] perlfaq1.pod URL error
30077 From: "Larry W. Virden" <lvirden@cas.org>
30078 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
30079 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
30080 Branch: perl
30081 ! pod/perlfaq1.pod
30082____________________________________________________________________________
30083[ 7028] By: jhi on 2000/09/07 18:47:13
30084 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
30085 From: Hugo <hv@crypt.compulink.co.uk>
30086 Date: Tue, 05 Sep 2000 14:13:37 +0100
30087 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
30088 Branch: perl
30089 ! toke.c
30090____________________________________________________________________________
30091[ 7027] By: jhi on 2000/09/07 18:45:35
30092 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
30093 From: Daniel Chetlin <daniel@chetlin.com>
30094 Date: Tue, 5 Sep 2000 04:57:07 -0700
30095 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
30096 Branch: perl
30097 ! pod/perlfaq6.pod pod/perlop.pod
30098____________________________________________________________________________
30099[ 7026] By: jhi on 2000/09/07 18:44:01
30100 Log: Document the new ref() semantics.
30101
30102 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
30103 From: Gisle Aas <gisle@ActiveState.com>
30104 Date: 05 Sep 2000 08:10:30 +0200
30105 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
30106 Branch: perl
30107 ! pod/perldelta.pod
30108____________________________________________________________________________
30109[ 7025] By: jhi on 2000/09/07 18:42:27
30110 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
30111
30112 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
30113 From: Gisle Aas <gisle@ActiveState.com>
30114 Date: 05 Sep 2000 08:11:40 +0200
30115 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
30116 Branch: perl
30117 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
30118____________________________________________________________________________
30119[ 7024] By: jhi on 2000/09/07 18:39:32
30120 Log: Subject: [PATCH] Modernize Opcode.pm documentation
30121 From: Gisle Aas <gisle@ActiveState.com>
30122 Date: 4 Sep 2000 00:18:55 -0000
30123 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
30124 Branch: perl
30125 ! ext/Opcode/Opcode.pm
30126____________________________________________________________________________
30127[ 7023] By: jhi on 2000/09/07 18:37:42
30128 Log: Subject: [PATCH] Tied filehandle documentation
30129 From: Gisle Aas <gisle@ActiveState.com>
30130 Date: 4 Sep 2000 00:14:40 -0000
30131 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
30132 Branch: perl
30133 ! pod/perlfunc.pod pod/perltie.pod
30134____________________________________________________________________________
30135[ 7022] By: jhi on 2000/09/07 18:35:37
30136 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
30137 From: Gisle Aas <gisle@ActiveState.com>
30138 Date: 4 Sep 2000 00:04:22 -0000
30139 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
30140 Branch: perl
30141 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
30142____________________________________________________________________________
30143[ 7021] By: jhi on 2000/09/07 18:33:22
30144 Log: Subject: small apidoc fix
30145 From: Marc Lehmann <pcg@goof.com>
30146 Date: Sun, 3 Sep 2000 05:12:06 +0200
30147 Message-ID: <20000903051206.A5909@cerebro.laendle>
30148 Branch: perl
30149 ! pod/perlapi.pod utf8.c
30150____________________________________________________________________________
30151[ 7020] By: jhi on 2000/09/07 16:14:57
30152 Log: Tiny perldelta nits.
30153 Branch: perl
30154 ! pod/perldelta.pod
30155____________________________________________________________________________
30156[ 7019] By: jhi on 2000/09/07 16:04:20
30157 Log: Guard against bad string->int conversion for quads.
30158 Branch: perl
30159 ! t/op/64bitint.t
30160____________________________________________________________________________
30161[ 7018] By: jhi on 2000/09/06 17:07:03
30162 Log: Update Unicode todo list.
30163 Branch: perl
30164 ! Todo-5.6
30165____________________________________________________________________________
30166[ 7017] By: jhi on 2000/09/05 21:16:01
30167 Log: Document the SvIOK_.*UV().
30168 Branch: perl
30169 ! pod/perlapi.pod sv.h
30170____________________________________________________________________________
30171[ 7016] By: nick on 2000/09/03 21:54:46
30172 Log: Hash lookup of constant strings optimization:
30173 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
30174 to string table (as per sharepvn). Add newSV_pvn_share to create such
30175 a thing. Make hv.c compare addresses of strings and skip string compare
30176 if equal. Make method_named and helem ops use these shared-string SVs
30177 when arg is constant. Make keys op return shared-string SVs (less clearly
30178 a win).
30179 Branch: perl
30180 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
30181 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
30182 ! pod/perlintern.pod pp_hot.c proto.h sv.c
30183____________________________________________________________________________
30184[ 7015] By: jhi on 2000/09/02 17:48:59
30185 Log: This is 5.7.0.
30186 Branch: perl
30187 ! Changes
30188____________________________________________________________________________
30189[ 7014] By: jhi on 2000/09/02 17:35:45
30190 Log: Changes and patchlevel tweaks.
30191 Branch: perl
30192 ! Changes patchlevel.h
30193____________________________________________________________________________
30194[ 7013] By: jhi on 2000/09/02 17:30:50
30195 Log: Update Changes.
30196 Branch: perl
30197 ! Changes patchlevel.h
30198____________________________________________________________________________
30199[ 7012] By: nick on 2000/09/02 17:25:20
30200 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
30201 Branch: perl
30202 ! gv.c lib/overload.pm
30203____________________________________________________________________________
30204[ 7011] By: jhi on 2000/09/02 17:16:25
30205 Log: Update perlhist.
30206 Branch: perl
30207 ! pod/perlhist.pod
30208____________________________________________________________________________
30209[ 7010] By: jhi on 2000/09/02 17:01:35
30210 Log: perldelta nits.
30211 Branch: perl
30212 ! pod/perldelta.pod
30213____________________________________________________________________________
30214[ 7009] By: nick on 2000/09/02 16:48:35
30215 Log: If overloaded %{} etc. return the object do not loop.
30216 Thus sub deref { $_[0] } functions if object is wanted type.
30217 Branch: perl
30218 ! pp.h
30219____________________________________________________________________________
30220[ 7008] By: jhi on 2000/09/02 16:26:11
30221 Log: Retab MANIFEST.
30222 Branch: perl
30223 ! ext/Storable/MANIFEST
30224____________________________________________________________________________
30225[ 7007] By: jhi on 2000/09/02 16:23:02
30226 Log: Make certain cc is set before trying to run it.
30227 Branch: perl
30228 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
30229____________________________________________________________________________
30230[ 7006] By: jhi on 2000/09/02 15:45:41
30231 Log: Unicode notes.
30232 Branch: perl
30233 ! pod/perldelta.pod
30234____________________________________________________________________________
30235[ 7005] By: jhi on 2000/09/02 15:42:11
30236 Log: Various Configure nits by Philip Newton,
30237 plus the ebcdic one by me.
30238 Branch: metaconfig
30239 + U/modified/pager.U
30240 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
30241 Branch: metaconfig/U/perl
30242 ! Devel.U quadfio.U
30243 Branch: perl
30244 ! Configure config_h.SH
30245____________________________________________________________________________
30246[ 7004] By: jhi on 2000/09/02 15:06:14
30247 Log: Apparently avoiding the swapping is too costly.
30248
30249 From: "Ben Tilly" <ben_tilly@hotmail.com>
30250 Subject: Re: the door is closed.
30251 Date: Fri, 01 Sep 2000 20:23:16 EDT
30252 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
30253 Branch: perl
30254 ! pod/perlfaq4.pod
30255____________________________________________________________________________
30256[ 7003] By: nick on 2000/09/02 12:26:04
30257 Log: Undo part of change 6489 which looks like a bulk edit which
30258 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
30259 The supressing of main:: on return from select() is undesirable.
30260 Branch: perl
30261 ! pp_sys.c
30262____________________________________________________________________________
30263[ 7002] By: jhi on 2000/09/01 23:08:54
30264 Log: Update Changes.
30265 Branch: perl
30266 ! Changes patchlevel.h
30267____________________________________________________________________________
30268[ 7001] By: jhi on 2000/09/01 23:00:13
30269 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
30270 From: Peter Prymmer <pvhp@forte.com>
30271 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
30272 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
30273
30274 plus rework the http: spots as suggested by Tom Christiansen,
30275 plus regen perltoc.
30276 Branch: perl
30277 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
30278 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
30279____________________________________________________________________________
30280[ 7000] By: jhi on 2000/09/01 22:36:01
30281 Log: Only the first line, thank you very much.
30282 Branch: perl
30283 ! hints/solaris_2.sh
30284____________________________________________________________________________
30285[ 6999] By: gsar on 2000/09/01 22:16:40
30286 Log: change#6791 accidentally clobbered change#6710, put it back
30287 Branch: perl
30288 ! win32/win32.c
30289____________________________________________________________________________
30290[ 6998] By: jhi on 2000/09/01 22:14:16
30291 Log: Mention the HP-UX LP64 freak failure.
30292 Branch: perl
30293 ! pod/perldelta.pod
30294____________________________________________________________________________
30295[ 6997] By: jhi on 2000/09/01 21:48:32
30296 Log: Detypo.
30297 Branch: perl
30298 ! hints/hpux.sh
30299____________________________________________________________________________
30300[ 6996] By: jhi on 2000/09/01 21:27:10
30301 Log: Update Changes.
30302 Branch: perl
30303 ! Changes patchlevel.h
30304____________________________________________________________________________
30305[ 6995] By: jhi on 2000/09/01 21:14:24
30306 Log: Mi splgn s gnin.g
30307 Branch: perl
30308 ! pp_ctl.c
30309____________________________________________________________________________
30310[ 6994] By: jhi on 2000/09/01 21:09:54
30311 Log: Subject: http:// in L<>
30312 From: Nicholas Clark <nick@ccl4.org>
30313 Date: Fri, 1 Sep 2000 22:03:21 +0100
30314 Message-ID: <20000901220321.B72074@plum.flirble.org>
30315 Branch: perl
30316 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
30317____________________________________________________________________________
30318[ 6993] By: jhi on 2000/09/01 21:06:54
30319 Log: Update to Storable 1.0, from Raphael Manfredi.
30320 Branch: perl
30321 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
30322 ! ext/Storable/Makefile.PL ext/Storable/README
30323 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30324 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30325 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
30326 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
30327 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
30328 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
30329____________________________________________________________________________
30330[ 6992] By: jhi on 2000/09/01 20:43:05
30331 Log: Mention known sfio+linux buglet.
30332 Branch: perl
30333 ! pod/perldelta.pod
30334____________________________________________________________________________
30335[ 6991] By: jhi on 2000/09/01 20:40:11
30336 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
30337 From: Peter Prymmer <pvhp@forte.com>
30338 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
30339 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
30340 Branch: perl
30341 ! vms/vms.c
30342____________________________________________________________________________
30343[ 6990] By: jhi on 2000/09/01 20:25:26
30344 Log: Retract #6986.
30345 Branch: perl
30346 ! hints/solaris_2.sh
30347____________________________________________________________________________
30348[ 6989] By: jhi on 2000/09/01 20:23:00
30349 Log: Mergesort is back.
30350 Branch: perl
30351 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
30352____________________________________________________________________________
30353[ 6988] By: jhi on 2000/09/01 19:37:40
30354 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
30355 From: Mike Guy <mjtg@cam.ac.uk>
30356 Date: Fri, 01 Sep 2000 17:43:33 +0100
30357 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
30358 Branch: perl
30359 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
30360 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
30361____________________________________________________________________________
30362[ 6987] By: jhi on 2000/09/01 19:17:10
30363 Log: Regen perltoc.
30364 Branch: perl
30365 ! pod/perltoc.pod
30366____________________________________________________________________________
30367[ 6986] By: jhi on 2000/09/01 18:51:10
30368 Log: Subject: Re: Solaris x86 has no SPARC libraries!
30369 From: Lupe Christoph <lupe@lupe-christoph.de>
30370 Date: Fri, 1 Sep 2000 20:41:20 +0200
30371 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
30372 Branch: perl
30373 ! hints/solaris_2.sh
30374____________________________________________________________________________
30375[ 6985] By: jhi on 2000/09/01 18:28:10
30376 Log: Update Changes.
30377 Branch: perl
30378 ! Changes patchlevel.h
30379____________________________________________________________________________
30380[ 6984] By: jhi on 2000/09/01 18:26:53
30381 Log: Feature ordering tweak.
30382 Branch: perl
30383 ! myconfig.SH
30384____________________________________________________________________________
30385[ 6983] By: jhi on 2000/09/01 18:19:50
30386 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
30387 From: <abigail@foad.org>
30388 Date: Fri, 1 Sep 2000 13:07:32 -0400
30389 Message-ID: <20000901170732.18249.qmail@foad.org>
30390 Branch: perl
30391 ! t/pragma/overload.t
30392____________________________________________________________________________
30393[ 6982] By: jhi on 2000/09/01 18:17:54
30394 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
30395 so that case-ignoring systems like DCL can tell them from
30396 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
30397 Branch: metaconfig/U/perl
30398 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
30399 Branch: perl
30400 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30401 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
30402 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
30403 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
30404 ! vos/config.def vos/config.h vos/config_h.SH_orig
30405 ! win32/config.bc win32/config.gc win32/config.vc
30406____________________________________________________________________________
30407[ 6981] By: nick on 2000/09/01 17:21:57
30408 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
30409 warning when UNTIE exists and instead pass the cound of extra references to
30410 the UNTIE method.
30411 Branch: perl
30412 ! pod/perltie.pod pp_sys.c
30413____________________________________________________________________________
30414[ 6980] By: jhi on 2000/09/01 16:54:44
30415 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
30416 From: Peter Prymmer <pvhp@forte.com>
30417 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
30418 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
30419 Branch: perl
30420 ! configure.com
30421____________________________________________________________________________
30422[ 6979] By: jhi on 2000/09/01 16:06:20
30423 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
30424 From: Mike Guy <mjtg@cam.ac.uk>
30425 Date: Fri, 01 Sep 2000 16:49:27 +0100
30426 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
30427 Branch: perl
30428 ! t/base/rs.t
30429____________________________________________________________________________
30430[ 6978] By: jhi on 2000/09/01 16:00:42
30431 Log: Update to PodParser 1.18, from Brad Appleton.
30432 Branch: perl
30433 ! lib/Pod/Checker.pm t/pod/find.t
30434____________________________________________________________________________
30435[ 6977] By: jhi on 2000/09/01 14:48:58
30436 Log: Subject: Nit in Configure (bleadperl@6961)
30437 From: Lupe Christoph <lupe@lupe-christoph.de>
30438 Date: Fri, 1 Sep 2000 16:34:29 +0200
30439 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
30440 Branch: metaconfig
30441 ! U/compline/ccflags.U
30442 Branch: perl
30443 ! Configure config_h.SH
30444____________________________________________________________________________
30445[ 6976] By: jhi on 2000/09/01 14:39:52
30446 Log: Update Changes.
30447 Branch: perl
30448 ! Changes patchlevel.h
30449____________________________________________________________________________
30450[ 6975] By: jhi on 2000/09/01 14:37:36
30451 Log: microperl config update.
30452 Branch: perl
30453 ! uconfig.h uconfig.sh
30454____________________________________________________________________________
30455[ 6974] By: jhi on 2000/09/01 14:36:53
30456 Log: Document known deficiencies.
30457 Branch: perl
30458 ! pod/perldelta.pod
30459____________________________________________________________________________
30460[ 6973] By: jhi on 2000/09/01 14:10:20
30461 Log: Mention warnings fixes and updates.
30462 Branch: perl
30463 ! pod/perldelta.pod
30464____________________________________________________________________________
30465[ 6972] By: jhi on 2000/09/01 14:01:52
30466 Log: Drop unused argument.
30467
30468 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
30469 From: Spider Boardman <spider@web.zk3.dec.com>
30470 Date: Thu, 31 Aug 2000 16:10:15 -0400
30471 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
30472 Branch: perl
30473 ! toke.c
30474____________________________________________________________________________
30475[ 6971] By: jhi on 2000/09/01 13:59:24
30476 Log: Add the overload warnings to perldiag.
30477 Branch: perl
30478 ! lib/overload.pm pod/perldiag.pod
30479____________________________________________________________________________
30480[ 6970] By: jhi on 2000/09/01 13:55:10
30481 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
30482 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30483 Date: Fri, 1 Sep 2000 13:43:15 +0100
30484 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
30485 Branch: perl
30486 ! lib/overload.pm t/pragma/overload.t
30487____________________________________________________________________________
30488[ 6969] By: jhi on 2000/09/01 13:52:27
30489 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
30490 From: <abigail@foad.org>
30491 Date: Fri, 1 Sep 2000 05:46:54 -0400
30492 Message-ID: <20000901094654.6476.qmail@foad.org>
30493 Branch: perl
30494 ! lib/overload.pm
30495____________________________________________________________________________
30496[ 6968] By: jhi on 2000/09/01 13:50:05
30497 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
30498 From: Daniel Chetlin <daniel@chetlin.com>
30499 Date: Fri, 1 Sep 2000 02:10:55 -0700
30500 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
30501 Branch: perl
30502 ! pod/perlretut.pod
30503____________________________________________________________________________
30504[ 6967] By: jhi on 2000/09/01 13:47:54
30505 Log: Part of the solution.
30506
30507 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
30508 From: Mike Guy <mjtg@cam.ac.uk>
30509 Date: Fri, 01 Sep 2000 14:16:01 +0100
30510 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
30511 Branch: perl
30512 ! gv.c mg.c
30513____________________________________________________________________________
30514[ 6966] By: jhi on 2000/09/01 13:46:17
30515 Log: Subject: CPAN.pm beta 1.57_57 for the core
30516 From: andreas.koenig@anima.de (Andreas J. Koenig)
30517 Date: 01 Sep 2000 15:16:31 +0200
30518 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
30519 Branch: perl
30520 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30521____________________________________________________________________________
30522[ 6965] By: jhi on 2000/09/01 13:43:18
30523 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
30524 From: "Craig A. Berry" <craig.berry@psinetcs.com>
30525 Date: Fri, 01 Sep 2000 01:47:22 -0500
30526 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
30527 Branch: perl
30528 ! pod/perldelta.pod vms/vms.c
30529____________________________________________________________________________
30530[ 6964] By: jhi on 2000/09/01 13:35:35
30531 Log: File::Temp patches from Andreas König,
30532
30533 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
30534 From: andreas.koenig@anima.de (Andreas J. Koenig)
30535 Date: 01 Sep 2000 10:07:20 +0200
30536 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
30537
30538 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
30539 From: andreas.koenig@anima.de (Andreas J. Koenig)
30540 Date: 31 Aug 2000 23:26:08 +0200
30541 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
30542 Branch: perl
30543 ! lib/File/Temp.pm t/lib/ftmp-security.t
30544____________________________________________________________________________
30545[ 6963] By: jhi on 2000/09/01 02:22:24
30546 Log: Retract the mergesort code, way too incompatible licensing
30547 and copyrights.
30548 Branch: perl
30549 ! pod/perldelta.pod pp_ctl.c
30550____________________________________________________________________________
30551[ 6962] By: jhi on 2000/08/31 23:27:32
30552 Log: Update Changes.
30553 Branch: perl
30554 ! Changes patchlevel.h
30555____________________________________________________________________________
30556[ 6961] By: jhi on 2000/08/31 23:20:04
30557 Log: Small tweaks all over.
30558 Branch: metaconfig
30559 ! U/compline/d_gconvert.U
30560 Branch: perl
30561 ! AUTHORS Configure config_h.SH pp_ctl.c
30562____________________________________________________________________________
30563[ 6960] By: jhi on 2000/08/31 22:39:36
30564 Log: Further rewording.
30565 Branch: perl
30566 ! pp_ctl.c
30567____________________________________________________________________________
30568[ 6959] By: jhi on 2000/08/31 21:26:44
30569 Log: More address tweaking.
30570 Branch: perl
30571 ! AUTHORS Changes
30572____________________________________________________________________________
30573[ 6958] By: jhi on 2000/08/31 20:47:25
30574 Log: AUTHORS tweaks, from Peter Prymmer.
30575
30576 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
30577 From: Peter Prymmer <pvhp@forte.com>
30578 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
30579 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
30580 Branch: perl
30581 ! AUTHORS MAINTAIN
30582____________________________________________________________________________
30583[ 6957] By: jhi on 2000/08/31 20:34:43
30584 Log: perldelta tweaks.
30585 Branch: perl
30586 ! pod/perldelta.pod
30587____________________________________________________________________________
30588[ 6956] By: jhi on 2000/08/31 19:11:06
30589 Log: Regen perltoc.
30590 Branch: perl
30591 ! pod/perltoc.pod
30592____________________________________________________________________________
30593[ 6955] By: jhi on 2000/08/31 19:06:30
30594 Log: Clarify the mergesort situation.
30595 Branch: perl
30596 ! pp_ctl.c
30597____________________________________________________________________________
30598[ 6954] By: jhi on 2000/08/31 18:24:17
30599 Log: Move the Solaris 7 scan to use64bitall, make the
30600 failure to find 64-bot sparc libc to mention the
30601 possibility of being in an intel, from Lupe and Alan.
30602 Branch: perl
30603 ! hints/solaris_2.sh
30604____________________________________________________________________________
30605[ 6953] By: jhi on 2000/08/31 18:09:20
30606 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
30607 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
30608 Branch: metaconfig
30609 ! U/compline/d_gconvert.U U/threads/archname.U
30610 Branch: metaconfig/U/perl
30611 ! perlxv.U
30612 Branch: perl
30613 ! Configure config_h.SH sv.c
30614____________________________________________________________________________
30615[ 6952] By: jhi on 2000/08/31 17:42:24
30616 Log: :: not allowed in pathnames, change to .
30617
30618 Subject: [PATCH perl@6938] cygwin port
30619 From: "Fifer, Eric" <EFifer@sanwaint.com>
30620 Date: Thu, 31 Aug 2000 16:32:59 +0100
30621 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
30622 Branch: metaconfig/U/perl
30623 ! perlxv.U
30624____________________________________________________________________________
30625[ 6951] By: jhi on 2000/08/31 17:02:05
30626 Log: Try to deduce NV_MAX. Really should be Configure fodder.
30627 Branch: perl
30628 ! perl.h
30629____________________________________________________________________________
30630[ 6950] By: jhi on 2000/08/31 16:26:08
30631 Log: More author updates.
30632
30633 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
30634 From: Simon Cozens <simon@cozens.net>
30635 Date: Thu, 31 Aug 2000 17:13:32 +0100
30636 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
30637 Branch: perl
30638 ! AUTHORS
30639____________________________________________________________________________
30640[ 6949] By: jhi on 2000/08/31 16:04:49
30641 Log: POSIX doesn't report long double values under -Duselongdouble
30642 when the long doubles are "real" (bigger than doubles).
30643
30644 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
30645 From: Spider Boardman <spider@peano.zk3.dec.com>
30646 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
30647 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
30648 Branch: perl
30649 ! ext/POSIX/POSIX.xs
30650____________________________________________________________________________
30651[ 6948] By: jhi on 2000/08/31 15:25:10
30652 Log: Update Changes.
30653 Branch: perl
30654 ! Changes patchlevel.h
30655____________________________________________________________________________
30656[ 6947] By: jhi on 2000/08/31 15:22:29
30657 Log: Document UNTIE in a very minimalistic way.
30658 Branch: perl
30659 ! pod/perlfunc.pod pod/perltie.pod
30660____________________________________________________________________________
30661[ 6946] By: jhi on 2000/08/31 15:15:23
30662 Log: Document known failures.
30663 Branch: perl
30664 ! pod/perldelta.pod
30665____________________________________________________________________________
30666[ 6945] By: jhi on 2000/08/31 15:07:00
30667 Log: Don't attach -ld to the archname if pointless.
30668 Branch: metaconfig
30669 ! U/threads/archname.U
30670 Branch: perl
30671 ! Configure config_h.SH
30672____________________________________________________________________________
30673[ 6944] By: jhi on 2000/08/31 14:37:42
30674 Log: Wrap the test in eval.
30675
30676 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
30677 From: Tim Jenness <timj@jach.hawaii.edu>
30678 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
30679 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
30680 Branch: perl
30681 ! t/lib/ftmp-security.t
30682____________________________________________________________________________
30683[ 6943] By: jhi on 2000/08/31 14:30:57
30684 Log: Make -Dusemorebits find long doubles in Solaris.
30685 Branch: perl
30686 ! hints/solaris_2.sh
30687____________________________________________________________________________
30688[ 6942] By: jhi on 2000/08/31 13:48:45
30689 Log: Clarify the third case of ftmp-security warnings.
30690 Branch: perl
30691 ! INSTALL
30692____________________________________________________________________________
30693[ 6941] By: jhi on 2000/08/31 13:40:31
30694 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
30695 From: <abigail@foad.org>
30696 Date: Thu, 31 Aug 2000 01:35:05 -0400
30697 Message-ID: <20000831053505.32120.qmail@foad.org>
30698 Branch: perl
30699 ! pod/perldelta.pod
30700____________________________________________________________________________
30701[ 6940] By: jhi on 2000/08/31 13:38:48
30702 Log: Issue useful diagnostic on unknown pod commands.
30703
30704 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
30705 From: <abigail@foad.org>
30706 Date: Thu, 31 Aug 2000 03:41:18 -0400
30707 Message-ID: <20000831074118.24880.qmail@foad.org>
30708 Branch: perl
30709 ! lib/Pod/Man.pm
30710____________________________________________________________________________
30711[ 6939] By: jhi on 2000/08/31 13:34:33
30712 Log: Reveal Borland's isnan.
30713
30714 Subject: build with BC++ tweak
30715 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
30716 Date: Thu, 31 Aug 2000 13:09:37 +0400
30717 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
30718 Branch: perl
30719 ! win32/win32.h
30720____________________________________________________________________________
30721[ 6938] By: jhi on 2000/08/31 05:01:20
30722 Log: Update Changes.
30723 Branch: perl
30724 ! Changes patchlevel.h
30725____________________________________________________________________________
30726[ 6937] By: jhi on 2000/08/31 04:26:23
30727 Log: sscanf() may be the only way to read long doubles from strings.
30728 Branch: metaconfig/U/perl
30729 ! longdblfio.U
30730 Branch: perl
30731 ! Configure config_h.SH perl.h util.c
30732____________________________________________________________________________
30733[ 6936] By: jhi on 2000/08/31 04:18:19
30734 Log: The #6929 was too skimpy.
30735 Branch: perl
30736 ! sv.c
30737____________________________________________________________________________
30738[ 6935] By: jhi on 2000/08/31 02:47:07
30739 Log: Subject: Re: typos in pods
30740 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30741 Date: Wed, 30 Aug 2000 19:25:34 -0700
30742 Message-ID: <eIcr5gzkg25X092yn@efn.org>
30743 Branch: perl
30744 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
30745____________________________________________________________________________
30746[ 6934] By: jhi on 2000/08/31 02:42:55
30747 Log: Missed one Unicode file.
30748 Branch: perl
30749 + lib/unicode/UCDFF301.html
30750____________________________________________________________________________
30751[ 6933] By: jhi on 2000/08/30 23:42:27
30752 Log: Update Changes.
30753 Branch: perl
30754 ! Changes patchlevel.h
30755____________________________________________________________________________
30756[ 6932] By: jhi on 2000/08/30 23:40:07
30757 Log: Mention UNTIE in perldelta. Still needs documenting
30758 in perltie et alia.
30759 Branch: perl
30760 ! pod/perldelta.pod
30761____________________________________________________________________________
30762[ 6931] By: jhi on 2000/08/30 23:36:02
30763 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
30764 From: <abigail@foad.org>
30765 Date: Wed, 30 Aug 2000 19:28:07 -0400
30766 Message-ID: <20000830232807.305.qmail@foad.org>
30767 Branch: perl
30768 ! pod/perldelta.pod
30769____________________________________________________________________________
30770[ 6930] By: jhi on 2000/08/30 23:32:40
30771 Log: Update to Unicode 3.0.1.
30772 Branch: perl
30773 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
30774 + lib/unicode/PropList.txt lib/unicode/README.perl
30775 + lib/unicode/UCD301.html lib/unicode/Unicode.301
30776 - lib/unicode/Props.txt lib/unicode/UCD300.html
30777 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
30778 ! (edit 257 files)
30779____________________________________________________________________________
30780[ 6929] By: jhi on 2000/08/30 22:38:18
30781 Log: Heap decorruption.
30782
30783 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
30784 From: Alan Burlison <Alan.Burlison@uk.sun.com>
30785 Date: Wed, 30 Aug 2000 22:39:52 +0100
30786 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
30787 Branch: perl
30788 ! sv.c
30789____________________________________________________________________________
30790[ 6928] By: jhi on 2000/08/30 22:29:34
30791 Log: Retract the dummy test, skip the security tests (instead of failing),
30792 explain what the warnings mean.
30793 Branch: perl
30794 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
30795____________________________________________________________________________
30796[ 6927] By: jhi on 2000/08/30 22:14:13
30797 Log: Change the internal implementation of sort() to be mergesort
30798 instead of quicksort, from John Linderman <jpl@research.att.com>.
30799 Gives us better worst case, better average case, and stability.
30800 What's there not to like? (Small fixes for threaded builds
30801 were required).
30802 Branch: perl
30803 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
30804____________________________________________________________________________
30805[ 6926] By: jhi on 2000/08/30 20:55:20
30806 Log: A better fix for the Socket building problem from Craig Berry.
30807 Branch: perl
30808 ! vms/vms.c
30809____________________________________________________________________________
30810[ 6925] By: jhi on 2000/08/30 20:20:25
30811 Log: Subject: [PATCH] Re: UNTIE method
30812 From: Nick Ing-Simmons <nik@tiuk.ti.com>
30813 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
30814 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
30815 Branch: perl
30816 ! pp_sys.c t/op/tie.t
30817____________________________________________________________________________
30818[ 6924] By: jhi on 2000/08/30 20:17:11
30819 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
30820 From: "Craig A. Berry" <craig.berry@psinetcs.com>
30821 Date: Wed, 30 Aug 2000 15:03:14 -0500
30822 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
30823 Branch: perl
30824 ! vms/vms.c
30825____________________________________________________________________________
30826[ 6923] By: jhi on 2000/08/30 20:15:18
30827 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
30828 From: "Craig A. Berry" <craig.berry@psinetcs.com>
30829 Date: Wed, 30 Aug 2000 13:30:36 -0500
30830 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
30831 Branch: perl
30832 ! vms/vms.c
30833____________________________________________________________________________
30834[ 6922] By: jhi on 2000/08/30 19:54:43
30835 Log: Better options for rsync.
30836 Branch: perl
30837 ! pod/perlhack.pod
30838____________________________________________________________________________
30839[ 6921] By: jhi on 2000/08/30 19:40:16
30840 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
30841 From: Rick Delaney <rick@consumercontact.com>
30842 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
30843 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
30844 Branch: perl
30845 ! pod/perlfunc.pod
30846____________________________________________________________________________
30847[ 6920] By: jhi on 2000/08/30 19:36:40
30848 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
30849 From: Peter Prymmer <pvhp@forte.com>
30850 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
30851 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
30852 Branch: perl
30853 ! configure.com
30854____________________________________________________________________________
30855[ 6919] By: jhi on 2000/08/30 14:52:02
30856 Log: Update Changes.
30857 Branch: perl
30858 ! Changes patchlevel.h
30859____________________________________________________________________________
30860[ 6918] By: jhi on 2000/08/30 14:48:34
30861 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
30862 Branch: perl
30863 ! lib/ExtUtils/typemap
30864____________________________________________________________________________
30865[ 6917] By: jhi on 2000/08/30 14:46:34
30866 Log: Subject: typos in pods
30867 From: Nicholas Clark <nick@ccl4.org>
30868 Date: Wed, 30 Aug 2000 01:12:50 +0100
30869 Message-ID: <20000830011249.A61388@plum.flirble.org>
30870 Branch: perl
30871 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
30872 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
30873 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
30874 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
30875____________________________________________________________________________
30876[ 6916] By: jhi on 2000/08/30 14:19:09
30877 Log: Document Storable problems on Crays. (Will have
30878 to document all the other Storable problems, too.)
30879 Branch: perl
30880 ! pod/perldelta.pod
30881____________________________________________________________________________
30882[ 6915] By: jhi on 2000/08/30 14:06:02
30883 Log: Subject: [PATCH] fix misc cast warnings
30884 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30885 Date: Tue, 29 Aug 2000 23:16:14 -0700
30886 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
30887 Branch: perl
30888 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
30889 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
30890 ! os2/os2ish.h
30891____________________________________________________________________________
30892[ 6914] By: jhi on 2000/08/30 14:03:45
30893 Log: Timestamp mismatch again. Need to fix this dependence on
30894 config_h.SH timestamp, since it's the contents of config_h.SH
30895 that matter.
30896 Branch: perl
30897 ! uconfig.h uconfig.sh
30898____________________________________________________________________________
30899[ 6913] By: jhi on 2000/08/30 13:54:06
30900 Log: Don't say "Perl 5.0 source kit".
30901 Branch: perl
30902 ! perl.c
30903____________________________________________________________________________
30904[ 6912] By: jhi on 2000/08/30 13:51:24
30905 Log: Reset archname and archname64 always, forcing them be
30906 recomputed at each Configure run, make Configure and
30907 the hints files agree on the naming of largefiles variables.
30908 Branch: metaconfig
30909 ! U/threads/archname.U
30910 Branch: metaconfig/U/perl
30911 ! use64bits.U
30912 Branch: perl
30913 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
30914 ! hints/linux.sh hints/solaris_2.sh
30915____________________________________________________________________________
30916[ 6911] By: jhi on 2000/08/30 13:30:13
30917 Log: Put back the slice accidentally removed by #6907.
30918 Branch: perl
30919 ! hints/solaris_2.sh
30920____________________________________________________________________________
30921[ 6910] By: jhi on 2000/08/30 01:24:26
30922 Log: Be consistent: other Net::get* do export theirs.
30923
30924 Subject: Re: Net::protoent does not export 'getproto'
30925 From: Yasushi Nakajima <sey@jkc.co.jp>
30926 Date: Wed, 30 Aug 2000 09:53:14 +0900
30927 Message-Id: <200008300051.DAA24700@taku.hut.fi>
30928 Branch: perl
30929 ! lib/Net/protoent.pm
30930____________________________________________________________________________
30931[ 6909] By: jhi on 2000/08/30 01:17:25
30932 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
30933 From: Gurusamy Sarathy <gsar@ActiveState.com>
30934 Date: Tue, 29 Aug 2000 17:17:07 -0700
30935 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
30936 Branch: perl
30937 ! cop.h
30938____________________________________________________________________________
30939[ 6908] By: jhi on 2000/08/30 00:58:05
30940 Log: Update Changes.
30941 Branch: perl
30942 ! Changes patchlevel.h
30943____________________________________________________________________________
30944[ 6907] By: jhi on 2000/08/30 00:57:22
30945 Log: Introduce ccname to keep track of what compiler kind of we have.
30946 Branch: metaconfig/U/perl
30947 ! Checkcc.U gccvers.U
30948 Branch: perl
30949 ! Configure config_h.SH hints/solaris_2.sh
30950____________________________________________________________________________
30951[ 6906] By: jhi on 2000/08/30 00:25:47
30952 Log: Put back the flags dump as reasoned in
30953
30954 Subject: Re: [PATCH] Glob dumping
30955 From: Mike Guy <mjtg@cam.ac.uk>
30956 Date: Tue, 29 Aug 2000 21:41:32 +0100
30957 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
30958 Branch: perl
30959 ! dump.c t/lib/peek.t
30960____________________________________________________________________________
30961[ 6905] By: jhi on 2000/08/30 00:16:17
30962 Log: Make the epsilon to be relative, not absolute.
30963
30964 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
30965 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
30966 Date: Tue, 29 Aug 2000 19:58:56 -0400
30967 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
30968 Branch: perl
30969 ! t/lib/trig.t
30970____________________________________________________________________________
30971[ 6904] By: jhi on 2000/08/30 00:13:09
30972 Log: From now on, Gisle is on my list of usual suspects :-)
30973 Retract #6902.
30974 Branch: perl
30975 ! ext/Opcode/Safe.pm
30976____________________________________________________________________________
30977[ 6903] By: jhi on 2000/08/29 23:51:20
30978 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
30979 From: "Craig A. Berry" <craig.berry@psinetcs.com>
30980 Date: Tue, 29 Aug 2000 18:43:26 -0500
30981 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
30982 Branch: perl
30983 + vms/vmspipe.com
30984 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
30985 ! vms/vms.c
30986____________________________________________________________________________
30987[ 6902] By: jhi on 2000/08/29 23:44:14
30988 Log: Retry what #6882 attempted.
30989
30990 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
30991 From: Gisle Aas <gisle@ActiveState.com>
30992 Date: 30 Aug 2000 00:33:09 +0200
30993 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
30994 Branch: perl
30995 ! ext/Opcode/Safe.pm
30996____________________________________________________________________________
30997[ 6901] By: jhi on 2000/08/29 22:59:32
30998 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
30999 From: Hugo <hv@crypt.compulink.co.uk>
31000 Date: Mon, 12 Jun 2000 19:36:08 +0100
31001 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
31002 Branch: perl
31003 ! sv.c
31004____________________________________________________________________________
31005[ 6900] By: jhi on 2000/08/29 22:58:35
31006 Log: Admit that we are leaking scalars.
31007
31008 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
31009 From: Spider Boardman <spider@leggy.zk3.dec.com>
31010 Date: Tue, 29 Aug 2000 18:48:29 -0400
31011 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
31012 Branch: perl
31013 ! t/pragma/warnings.t
31014____________________________________________________________________________
31015[ 6899] By: jhi on 2000/08/29 20:53:13
31016 Log: Update Changes.
31017 Branch: perl
31018 ! Changes patchlevel.h
31019____________________________________________________________________________
31020[ 6898] By: jhi on 2000/08/29 20:46:21
31021 Log: Undo namespace pollution of #6878.
31022
31023 Subject: Re: Net::protoent does not export 'getproto'
31024 From: Mike Guy <mjtg@cam.ac.uk>
31025 Date: Tue, 29 Aug 2000 21:32:37 +0100
31026 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
31027 Branch: perl
31028 ! lib/Net/protoent.pm
31029____________________________________________________________________________
31030[ 6897] By: jhi on 2000/08/29 20:44:29
31031 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
31032 From: Peter Prymmer <pvhp@forte.com>
31033 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
31034 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
31035 Branch: perl
31036 ! pod/perlebcdic.pod
31037____________________________________________________________________________
31038[ 6896] By: jhi on 2000/08/29 20:40:57
31039 Log: There's no point repeating the 'revision' (5) of perl5.
31040 Branch: metaconfig/U/perl
31041 ! Devel.U patchlevel.U
31042 Branch: perl
31043 ! Configure config_h.SH
31044____________________________________________________________________________
31045[ 6895] By: jhi on 2000/08/29 20:16:58
31046 Log: Regen Configure for #6894.
31047 Branch: metaconfig/U/perl
31048 ! perladmin.U
31049 Branch: perl
31050 ! Configure config_h.SH
31051____________________________________________________________________________
31052[ 6894] By: jhi on 2000/08/29 19:59:52
31053 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
31054 From: "Philip Newton" <Philip.Newton@gmx.net>
31055 Date: Tue, 29 Aug 2000 21:39:14 +0200
31056 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
31057 Branch: perl
31058 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
31059 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
31060 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
31061 ! utils/perlbug.PL
31062____________________________________________________________________________
31063[ 6893] By: jhi on 2000/08/29 19:55:30
31064 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
31065 From: "Philip Newton" <Philip.Newton@gmx.net>
31066 Date: Tue, 29 Aug 2000 21:39:14 +0200
31067 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
31068 Branch: perl
31069 ! installhtml
31070____________________________________________________________________________
31071[ 6892] By: jhi on 2000/08/29 19:53:59
31072 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
31073 From: "Philip Newton" <Philip.Newton@gmx.net>
31074 Date: Tue, 29 Aug 2000 21:48:18 +0200
31075 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
31076 Branch: perl
31077 ! lib/File/Temp.pm
31078____________________________________________________________________________
31079[ 6891] By: jhi on 2000/08/29 18:30:03
31080 Log: Nail the ID 20000828.023.
31081 Branch: perl
31082 ! ext/Storable/Storable.xs
31083____________________________________________________________________________
31084[ 6890] By: jhi on 2000/08/29 16:50:17
31085 Log: Under usethreads the dumped variable is IN_PAD.
31086
31087 Subject: Re: [PATCH] Glob dumping
31088 From: Gisle Aas <gisle@ActiveState.com>
31089 Date: 29 Aug 2000 18:45:05 +0200
31090 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
31091 Branch: perl
31092 ! t/lib/peek.t
31093____________________________________________________________________________
31094[ 6889] By: jhi on 2000/08/29 15:17:37
31095 Log: Update Changes.
31096 Branch: perl
31097 ! Changes patchlevel.h
31098____________________________________________________________________________
31099[ 6888] By: jhi on 2000/08/29 14:49:59
31100 Log: Retract #6882, broke the safe tests.
31101 Branch: perl
31102 ! ext/Opcode/Safe.pm
31103____________________________________________________________________________
31104[ 6887] By: jhi on 2000/08/29 14:47:06
31105 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
31106 From: Gisle Aas <gisle@ActiveState.com>
31107 Date: 09 Jun 2000 20:00:11 +0200
31108 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
31109 Branch: perl
31110 ! utils/perldoc.PL
31111____________________________________________________________________________
31112[ 6886] By: jhi on 2000/08/29 14:42:45
31113 Log: The #6881 removed one dump line.
31114 Branch: perl
31115 ! t/lib/peek.t
31116____________________________________________________________________________
31117[ 6885] By: jhi on 2000/08/29 14:30:47
31118 Log: Don't forget to tidy up.
31119 Branch: perl
31120 ! t/lib/ftmp-security.t
31121____________________________________________________________________________
31122[ 6884] By: jhi on 2000/08/29 14:25:17
31123 Log: Disabling the one test is a bit tricky.
31124 Branch: perl
31125 ! t/lib/ftmp-security.t
31126____________________________________________________________________________
31127[ 6883] By: jhi on 2000/08/29 14:16:25
31128 Log: Disable one of the tests for now.
31129 Branch: perl
31130 ! t/lib/ftmp-security.t
31131____________________________________________________________________________
31132[ 6882] By: jhi on 2000/08/29 14:05:50
31133 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
31134 From: gisle@aas.no
31135 Date: 29 Aug 2000 10:35:06 -0000
31136 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
31137 Branch: perl
31138 ! ext/Opcode/Safe.pm
31139____________________________________________________________________________
31140[ 6881] By: jhi on 2000/08/29 14:03:51
31141 Log: Subject: [PATCH] Glob dumping
31142 From: Gisle Aas <gisle@ActiveState.com>
31143 Date: 29 Aug 2000 07:59:42 -0000
31144 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
31145 Branch: perl
31146 ! dump.c
31147____________________________________________________________________________
31148[ 6880] By: jhi on 2000/08/29 14:02:01
31149 Log: Subject: [PATCH] Warnings in B::Deparse
31150 From: <abigail@foad.org>
31151 Date: Tue, 29 Aug 2000 00:00:01 -0400
31152 Message-ID: <20000829040001.2999.qmail@foad.org>
31153 Branch: perl
31154 ! ext/B/B/Deparse.pm
31155____________________________________________________________________________
31156[ 6879] By: jhi on 2000/08/29 13:57:26
31157 Log: Missed a change in #6869.
31158 Branch: perl
31159 ! mg.c
31160____________________________________________________________________________
31161[ 6878] By: jhi on 2000/08/29 13:45:04
31162 Log: Subject: Net::protoent does not export 'getproto'
31163 From: Yasushi Nakajima <sey@jkc.co.jp>
31164 Date: Tue, 29 Aug 2000 17:28:57 +0900
31165 Branch: perl
31166 ! lib/Net/protoent.pm
31167____________________________________________________________________________
31168[ 6877] By: jhi on 2000/08/29 13:39:19
31169 Log: Patches all over for people and the files they (hopefully) care about.
31170 Branch: perl
31171 ! AUTHORS Changes MAINTAIN
31172____________________________________________________________________________
31173[ 6876] By: jhi on 2000/08/29 12:53:54
31174 Log: Fix for thinko in #6848.
31175
31176 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
31177 From: Lupe Christoph <lupe@lupe-christoph.de>
31178 Date: Tue, 29 Aug 2000 09:04:08 +0200
31179 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
31180 Branch: perl
31181 ! ext/Thread/Thread.xs
31182____________________________________________________________________________
31183[ 6875] By: jhi on 2000/08/29 12:50:14
31184 Log: Update to Getopt::Long 2.24, from Johan Vromans.
31185 Branch: perl
31186 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
31187____________________________________________________________________________
31188[ 6874] By: jhi on 2000/08/29 02:09:53
31189 Log: Use minimal @INC in tests, most of the time just '../lib',
31190 so that we simply can't pick up stuff from other Perls than
31191 the one we are testing. Pointed out by
31192
31193 From: Mike Guy <mjtg@cam.ac.uk>
31194 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
31195 Date: Fri, 25 Aug 2000 15:15:59 +0100
31196 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
31197 Branch: perl
31198 ! (edit 185 files)
31199____________________________________________________________________________
31200[ 6873] By: jhi on 2000/08/29 01:07:11
31201 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
31202 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31203 Date: Mon, 28 Aug 2000 17:45:52 -0700
31204 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
31205 Branch: perl
31206 ! Makefile.SH hints/os2.sh
31207____________________________________________________________________________
31208[ 6872] By: jhi on 2000/08/28 23:33:39
31209 Log: Subject: [PATCH bleedperl@6866] spellings
31210 From: marcel@codewerk.com (Marcel Grunauer)
31211 Date: Tue, 29 Aug 2000 01:19:59 +0200
31212 Message-Id: <200008282319.BAA29862@gandalf.local>
31213 Branch: perl
31214 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
31215 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
31216 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
31217____________________________________________________________________________
31218[ 6871] By: jhi on 2000/08/28 23:22:09
31219 Log: Take out the SUIDMAIL thing, that will not be
31220 a problem in 5.7.*.
31221 Branch: perl
31222 ! patchlevel.h
31223____________________________________________________________________________
31224[ 6870] By: jhi on 2000/08/28 23:19:30
31225 Log: -S is the silent flag, -s is the strip flag.
31226
31227 Subject: [PATCH] Re: [PATCH] make no-install
31228 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31229 Date: Mon, 28 Aug 2000 15:12:55 -0700
31230 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
31231 Branch: perl
31232 ! Makefile.SH
31233____________________________________________________________________________
31234[ 6869] By: jhi on 2000/08/28 23:12:05
31235 Log: Subject: [PATCH bleedperl@6856] warnings fixes
31236 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31237 Date: Mon, 28 Aug 2000 23:55:06 +0100
31238 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
31239 Branch: perl
31240 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
31241 ! warnings.h warnings.pl
31242____________________________________________________________________________
31243[ 6868] By: jhi on 2000/08/28 21:38:22
31244 Log: Potential cruft.
31245 Branch: perl
31246 ! Makefile.SH
31247____________________________________________________________________________
31248[ 6867] By: jhi on 2000/08/28 21:35:36
31249 Log: Update Changes.
31250 Branch: perl
31251 ! Changes patchlevel.h
31252____________________________________________________________________________
31253[ 6866] By: jhi on 2000/08/28 21:33:49
31254 Log: Subject: hv.h Doc Patch
31255 From: Fisher Mark <fisherm@tce.com>
31256 Date: Mon, 28 Aug 2000 16:24:59 -0500
31257 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
31258 Branch: perl
31259 ! hv.h
31260____________________________________________________________________________
31261[ 6865] By: jhi on 2000/08/28 21:02:15
31262 Log: Add -ld to archname on long tr...double platforms.
31263 Branch: metaconfig
31264 ! U/threads/archname.U
31265 Branch: perl
31266 ! Configure config_h.SH
31267____________________________________________________________________________
31268[ 6864] By: jhi on 2000/08/28 20:38:59
31269 Log: An attempt to fix the problem reported in
31270
31271 Subject: Building perl@6856 using gcc/AIX 4.3.3
31272 From: Daniel Muino <dmuino@afip.gov.ar>
31273 Date: Mon, 28 Aug 2000 15:50:01 -0300
31274 Message-ID: <20000828155001.A14403@con2-dgi>
31275
31276 I can't test this properly since the gcc installation I have
31277 access to seems to be botched (gcc is calling the AIX cpp,
31278 a losing proposition...)
31279 Branch: perl
31280 ! hints/aix.sh
31281____________________________________________________________________________
31282[ 6863] By: jhi on 2000/08/28 18:57:52
31283 Log: Fix for ID 20000828.001, long doubles were not formatted
31284 correctly (showed up in $], which stopped installing perl).
31285 Branch: perl
31286 ! sv.c
31287____________________________________________________________________________
31288[ 6862] By: jhi on 2000/08/28 18:07:15
31289 Log: Typo in #6858.
31290 Branch: perl
31291 ! lib/Cwd.pm
31292____________________________________________________________________________
31293[ 6861] By: jhi on 2000/08/28 17:57:27
31294 Log: opmini.o may be left around if a build is interrupted.
31295 Branch: perl
31296 ! Makefile.SH
31297____________________________________________________________________________
31298[ 6860] By: jhi on 2000/08/28 16:52:50
31299 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
31300 From: Daniel Chetlin <daniel@chetlin.com>
31301 Date: Mon, 28 Aug 2000 01:14:18 -0700
31302 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
31303 Branch: perl
31304 ! lib/overload.pm
31305____________________________________________________________________________
31306[ 6859] By: jhi on 2000/08/28 16:08:46
31307 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
31308 From: Nicholas Clark <nick@ccl4.org>
31309 Date: Mon, 28 Aug 2000 16:03:27 +0100
31310 Message-Id: <20000828160327.C49785@plum.flirble.org>
31311 Branch: perl
31312 ! ext/ByteLoader/bytecode.h
31313____________________________________________________________________________
31314[ 6858] By: jhi on 2000/08/28 16:02:10
31315 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
31316 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
31317 Date: Mon, 28 Aug 2000 13:08:30 +0200
31318 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
31319 Branch: perl
31320 ! lib/Cwd.pm
31321____________________________________________________________________________
31322[ 6857] By: jhi on 2000/08/28 15:42:47
31323 Log: display_format used as a class method without arguments was broken,
31324 reported in
31325
31326 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
31327 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
31328 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
31329 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
31330 Branch: perl
31331 ! lib/Math/Complex.pm t/lib/complex.t
31332____________________________________________________________________________
31333[ 6856] By: jhi on 2000/08/27 22:09:48
31334 Log: Update Changes.
31335 Branch: perl
31336 ! Changes patchlevel.h
31337____________________________________________________________________________
31338[ 6855] By: jhi on 2000/08/27 21:59:21
31339 Log: Retract #6853 (false alarm).
31340 Branch: perl
31341 ! lib/ExtUtils/xsubpp
31342____________________________________________________________________________
31343[ 6854] By: jhi on 2000/08/27 21:37:44
31344 Log: Update Changes.
31345 Branch: perl
31346 ! Changes patchlevel.h
31347____________________________________________________________________________
31348[ 6853] By: jhi on 2000/08/27 21:37:16
31349 Log: Subject: [PATCH perl@6850] workaround for xsubpp
31350 From: Hugo <hv@crypt.compulink.co.uk>
31351 Date: Sun, 27 Aug 2000 22:30:25 +0100
31352 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
31353 Branch: perl
31354 ! lib/ExtUtils/xsubpp
31355____________________________________________________________________________
31356[ 6852] By: jhi on 2000/08/27 21:33:58
31357 Log: Big-endian 64-bit patch from Raphael Manfredi.
31358 Branch: perl
31359 ! ext/Storable/Storable.xs
31360____________________________________________________________________________
31361[ 6851] By: jhi on 2000/08/27 21:22:21
31362 Log: More ruthless editing from Hugo van der Sanden.
31363 Branch: perl
31364 ! pod/perldelta.pod
31365____________________________________________________________________________
31366[ 6850] By: jhi on 2000/08/27 16:11:46
31367 Log: Update Changes.
31368 Branch: perl
31369 ! Changes patchlevel.h
31370____________________________________________________________________________
31371[ 6849] By: jhi on 2000/08/27 16:11:05
31372 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
31373 Branch: perl
31374 ! configpm pod/perldelta.pod
31375____________________________________________________________________________
31376[ 6848] By: jhi on 2000/08/27 15:35:08
31377 Log: Use the actual thread type, not the pointer-to-struct.
31378 Branch: perl
31379 ! ext/Thread/Thread.xs
31380____________________________________________________________________________
31381[ 6847] By: jhi on 2000/08/27 15:30:49
31382 Log: Test nit.
31383 Branch: perl
31384 ! t/pragma/warn/pp_sys
31385____________________________________________________________________________
31386[ 6846] By: jhi on 2000/08/27 15:19:02
31387 Log: Passing -R in ldflags makes now it to appear in the default
31388 for lddlflags, just like with -L.
31389
31390 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31391 From: Lupe Christoph <lupe@lupe-christoph.de>
31392 Date: Sun, 27 Aug 2000 10:28:21 +0200
31393 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
31394 Branch: metaconfig/U/perl
31395 ! dlsrc.U
31396 Branch: perl
31397 ! Configure
31398____________________________________________________________________________
31399[ 6845] By: jhi on 2000/08/27 15:08:54
31400 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31401 From: Alan Burlison <Alan.Burlison@uk.sun.com>
31402 Date: Sat, 26 Aug 2000 22:23:27 +0100
31403 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
31404 Branch: perl
31405 ! lib/ExtUtils/MM_Unix.pm
31406____________________________________________________________________________
31407[ 6844] By: jhi on 2000/08/27 15:02:37
31408 Log: DJGPP update from Laszlo Molnar.
31409
31410 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
31411 From: ml1050 <ml1050@freemail.hu>
31412 Date: Sat, 26 Aug 2000 23:24:40 +0200
31413 Message-Id: <20000826232440.A439@freemail.hu>
31414 Branch: perl
31415 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
31416 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
31417____________________________________________________________________________
31418[ 6843] By: jhi on 2000/08/27 14:53:58
31419 Log: Subject: installman buglet
31420 From: Lupe Christoph <lupe@lupe-christoph.de>
31421 Date: Sun, 27 Aug 2000 14:38:59 +0200
31422 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
31423 Branch: perl
31424 ! installman
31425____________________________________________________________________________
31426[ 6842] By: jhi on 2000/08/27 14:52:08
31427 Log: Can't get the test to reliably work thanks to the
31428 inaccurateness of floating point. "Resolves" bug ids
31429 20000826.003, 20000826.009, 20000826.010,
31430 Branch: perl
31431 ! t/lib/trig.t
31432____________________________________________________________________________
31433[ 6841] By: jhi on 2000/08/26 15:53:58
31434 Log: Update Changes.
31435 Branch: perl
31436 ! Changes patchlevel.h
31437____________________________________________________________________________
31438[ 6840] By: jhi on 2000/08/26 14:23:03
31439 Log: grep -e isn't portable.
31440
31441 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
31442 From: chris@broadband.att.com
31443 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
31444 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
31445 Branch: perl
31446 ! hints/solaris_2.sh
31447____________________________________________________________________________
31448[ 6839] By: jhi on 2000/08/26 14:12:23
31449 Log: no-install target a la make -n.
31450
31451 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
31452 From: <abigail@foad.org>
31453 Date: Sat, 26 Aug 2000 03:57:34 -0400
31454 Message-ID: <20000826075735.18912.qmail@foad.org>
31455 Branch: perl
31456 ! Makefile.SH installman installperl
31457____________________________________________________________________________
31458[ 6838] By: jhi on 2000/08/26 14:06:33
31459 Log: Retract #6826 as the #6828 should be do the same
31460 in a More Correct Way.
31461 Branch: perl
31462 ! installperl
31463____________________________________________________________________________
31464[ 6837] By: jhi on 2000/08/26 05:24:00
31465 Log: More casting.
31466 Branch: perl
31467 ! ext/Storable/Storable.xs
31468____________________________________________________________________________
31469[ 6836] By: jhi on 2000/08/26 05:05:46
31470 Log: Nicer in decimal.
31471 Branch: perl
31472 ! ext/Storable/Storable.xs
31473____________________________________________________________________________
31474[ 6835] By: jhi on 2000/08/26 05:03:50
31475 Log: There be no UVdf.
31476 Branch: perl
31477 ! ext/Storable/Storable.xs
31478____________________________________________________________________________
31479[ 6834] By: jhi on 2000/08/26 05:00:18
31480 Log: Continue IVdfing and UVxfing.
31481 Branch: perl
31482 ! ext/Storable/Storable.xs
31483____________________________________________________________________________
31484[ 6833] By: jhi on 2000/08/26 04:53:14
31485 Log: Use IVdf.
31486 Branch: perl
31487 ! ext/Storable/Storable.xs
31488____________________________________________________________________________
31489[ 6832] By: jhi on 2000/08/26 04:40:41
31490 Log: Document PTR2XX and INT2PTR.
31491 Branch: perl
31492 ! pod/perlguts.pod
31493____________________________________________________________________________
31494[ 6831] By: jhi on 2000/08/26 04:33:18
31495 Log: Use UVxf, PTR2UV, NVff.
31496 Branch: perl
31497 ! ext/Storable/Storable.xs
31498____________________________________________________________________________
31499[ 6830] By: jhi on 2000/08/26 04:31:32
31500 Log: Update the test count.
31501 Branch: perl
31502 ! t/lib/trig.t
31503____________________________________________________________________________
31504[ 6829] By: jhi on 2000/08/26 03:05:50
31505 Log: Subject: [PATCH] installation not quite silent yet.
31506 From: <abigail@foad.org>
31507 Date: Fri, 25 Aug 2000 20:07:53 -0400
31508 Message-ID: <20000826000753.7822.qmail@foad.org>
31509 Branch: perl
31510 ! installman installperl
31511____________________________________________________________________________
31512[ 6828] By: jhi on 2000/08/26 03:05:14
31513 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
31514 From: Spider Boardman <spider@web.zk3.dec.com>
31515 Date: Fri, 25 Aug 2000 19:12:40 -0400
31516 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
31517 Branch: perl
31518 ! gv.c
31519____________________________________________________________________________
31520[ 6827] By: jhi on 2000/08/25 23:54:34
31521 Log: Support preserving extremely big/small angles.
31522 Branch: perl
31523 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
31524____________________________________________________________________________
31525[ 6826] By: jhi on 2000/08/25 23:01:20
31526 Log: Patch installperl to be long double-aware.
31527
31528 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
31529 From: Spider Boardman <spider@web.zk3.dec.com>
31530 Date: Fri, 25 Aug 2000 18:15:23 -0400
31531 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
31532 Branch: perl
31533 ! installperl
31534____________________________________________________________________________
31535[ 6825] By: jhi on 2000/08/25 22:58:25
31536 Log: Remove duplicately applied patch shards.
31537
31538 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
31539 From: Spider Boardman <spider@leggy.zk3.dec.com>
31540 Date: Fri, 25 Aug 2000 16:45:03 -0400
31541 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
31542 Branch: perl
31543 ! t/lib/cgi-html.t
31544____________________________________________________________________________
31545[ 6824] By: jhi on 2000/08/25 22:57:00
31546 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
31547 From: Daniel Chetlin <daniel@chetlin.com>
31548 Date: Fri, 25 Aug 2000 12:23:16 -0700
31549 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
31550
31551 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
31552 From: Daniel Chetlin <daniel@chetlin.com>
31553 Date: Fri, 25 Aug 2000 14:47:19 -0700
31554 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
31555 Branch: perl
31556 ! installman
31557____________________________________________________________________________
31558[ 6823] By: jhi on 2000/08/25 22:44:17
31559 Log: Timestamp problem?
31560 Branch: perl
31561 ! uconfig.h uconfig.sh
31562____________________________________________________________________________
31563[ 6822] By: jhi on 2000/08/25 19:01:06
31564 Log: One forgotten file from #6816.
31565 Branch: perl
31566 ! vos/config.h
31567____________________________________________________________________________
31568[ 6821] By: jhi on 2000/08/25 18:56:39
31569 Log: Regen Changes.
31570 Branch: perl
31571 ! Changes patchlevel.h
31572____________________________________________________________________________
31573[ 6820] By: jhi on 2000/08/25 18:52:35
31574 Log: Fix Changes ordering.
31575 Branch: perl
31576 ! Changes
31577____________________________________________________________________________
31578[ 6819] By: jhi on 2000/08/25 18:50:25
31579 Log: Update Changes.
31580 Branch: perl
31581 ! Changes patchlevel.h
31582____________________________________________________________________________
31583[ 6818] By: jhi on 2000/08/25 18:47:45
31584 Log: Tweak the sfio/useperlio logic, hopefully as wished in
31585
31586 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
31587 From: Nicholas Clark <nick@babyhippo.co.uk>
31588 Date: Fri, 25 Aug 2000 12:01:45 +0100
31589 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
31590 Branch: metaconfig/U/perl
31591 ! d_sfio.U
31592 Branch: perl
31593 ! Configure
31594____________________________________________________________________________
31595[ 6817] By: jhi on 2000/08/25 18:32:51
31596 Log: Allow microperl to assume <math.h>, without it the math
31597 functions like floor() are assumed to return int, which makes
31598 for core dumps in machines where integer and floating register
31599 don't mix.
31600 Branch: perl
31601 ! uconfig.h uconfig.sh
31602____________________________________________________________________________
31603[ 6816] By: jhi on 2000/08/25 18:27:17
31604 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
31605 the problem reported in
31606
31607 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
31608 From: danhale@us.ibm.com
31609 Date: Fri, 25 Aug 2000 10:58:06 -0400
31610 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
31611 Branch: metaconfig/U/perl
31612 + d_socks5_init.U
31613 Branch: perl
31614 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
31615 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
31616 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
31617 ! win32/config.gc win32/config.vc
31618____________________________________________________________________________
31619[ 6815] By: jhi on 2000/08/25 17:43:31
31620 Log: A solution for the retrieve_fd autosplit warning,
31621 idea suggested by Mike Guy.
31622 Branch: perl
31623 ! ext/Storable/Storable.pm
31624____________________________________________________________________________
31625[ 6814] By: jhi on 2000/08/25 17:16:03
31626 Log: Add install-silent target.
31627 Branch: perl
31628 ! Makefile.SH
31629____________________________________________________________________________
31630[ 6813] By: jhi on 2000/08/25 17:14:23
31631 Log: Subject: Re: [PATCH] More silencing of installman.
31632 From: <abigail@foad.org>
31633 Date: Thu, 24 Aug 2000 19:27:03 -0400
31634 Message-ID: <20000824232703.7001.qmail@foad.org>
31635
31636 Subject: Re: [PATCH] More silencing of installman.
31637 From: <abigail@foad.org>
31638 Date: Fri, 25 Aug 2000 03:00:58 -0400
31639 Message-ID: <20000825070058.10697.qmail@foad.org>
31640 Branch: perl
31641 ! installman
31642____________________________________________________________________________
31643[ 6812] By: jhi on 2000/08/25 17:11:28
31644 Log: installperl --verbose and --silent.
31645
31646 Subject: Re: [PATCH] More silencing of installman.
31647 From: <abigail@foad.org>
31648 Message-ID: <20000825064430.9719.qmail@foad.org>
31649 Date: Fri, 25 Aug 2000 02:44:30 -0400
31650 Branch: perl
31651 ! installperl
31652____________________________________________________________________________
31653[ 6811] By: jhi on 2000/08/25 17:05:43
31654 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
31655 From: "Peter J. Farley III" <pjfarley@banet.net>
31656 Date: Thu, 24 Aug 2000 21:58:03 -0400
31657 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
31658
31659 (applied slightly modified)
31660 Branch: perl
31661 ! lib/ExtUtils/MM_Unix.pm
31662____________________________________________________________________________
31663[ 6810] By: jhi on 2000/08/25 17:01:18
31664 Log: Missing parts of
31665
31666 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
31667 From: Peter Prymmer <pvhp@forte.com>
31668 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
31669 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
31670 Branch: perl
31671 ! t/lib/cgi-html.t
31672____________________________________________________________________________
31673[ 6809] By: jhi on 2000/08/25 16:46:32
31674 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
31675 From: "Craig A. Berry" <craig.berry@psinetcs.com>
31676 Date: Thu, 24 Aug 2000 19:13:11 -0500
31677 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
31678 Branch: perl
31679 ! vms/vms.c
31680____________________________________________________________________________
31681[ 6808] By: jhi on 2000/08/25 16:39:22
31682 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
31683 From: Peter Prymmer <pvhp@forte.com>
31684 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
31685 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
31686 Branch: perl
31687 ! configure.com
31688____________________________________________________________________________
31689[ 6807] By: jhi on 2000/08/25 16:36:37
31690 Log: Better wording for the vec lvalue diagnostic.
31691
31692 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31693 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31694 Date: Wed, 23 Aug 2000 14:12:16 -0400
31695 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
31696 Branch: perl
31697 ! pod/perldiag.pod
31698____________________________________________________________________________
31699[ 6806] By: jhi on 2000/08/24 18:17:22
31700 Log: Subject: [PATCH] More silencing of installman.
31701 From: <abigail@foad.org>
31702 Date: Thu, 24 Aug 2000 14:01:44 -0400
31703 Message-ID: <20000824180144.20062.qmail@foad.org>
31704 Branch: perl
31705 ! installman
31706____________________________________________________________________________
31707[ 6805] By: jhi on 2000/08/24 15:00:31
31708 Log: Update Changes.
31709 Branch: perl
31710 ! Changes patchlevel.h
31711____________________________________________________________________________
31712[ 6804] By: jhi on 2000/08/24 14:59:07
31713 Log: Regen perltoc.
31714 Branch: perl
31715 ! pod/perltoc.pod
31716____________________________________________________________________________
31717[ 6803] By: jhi on 2000/08/24 14:44:39
31718 Log: Show the doc file, not the temp file.
31719 Branch: perl
31720 ! installman
31721____________________________________________________________________________
31722[ 6802] By: jhi on 2000/08/24 14:41:53
31723 Log: Continue silencing.
31724 Branch: perl
31725 ! installman
31726____________________________________________________________________________
31727[ 6801] By: jhi on 2000/08/24 14:34:40
31728 Log: Actually do something with the silencer option.
31729 Branch: perl
31730 ! installman
31731____________________________________________________________________________
31732[ 6800] By: jhi on 2000/08/24 14:26:22
31733 Log: Make installman to recognize the silence flag -S.
31734 Branch: perl
31735 ! installman
31736____________________________________________________________________________
31737[ 6799] By: jhi on 2000/08/24 13:49:38
31738 Log: DOS patches and portability/porting notes, from Tim Jenness.
31739 Branch: perl
31740 ! lib/File/Temp.pm
31741____________________________________________________________________________
31742[ 6798] By: jhi on 2000/08/24 13:48:27
31743 Log: Create directories in silence.
31744
31745 Subject: [PATCH] Another silencer for MakeMaker
31746 From: andreas.koenig@anima.de (Andreas J. Koenig)
31747 Date: 24 Aug 2000 14:18:52 +0200
31748 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
31749 Branch: perl
31750 ! lib/ExtUtils/Command.pm
31751____________________________________________________________________________
31752[ 6797] By: jhi on 2000/08/24 13:46:42
31753 Log: More liberal parsing of version numbers.
31754
31755 Subject: Re: CPAN.pm beta for testing available
31756 From: andreas.koenig@anima.de (Andreas J. Koenig)
31757 Date: 24 Aug 2000 13:51:57 +0200
31758 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
31759 Branch: perl
31760 ! lib/CPAN.pm
31761____________________________________________________________________________
31762[ 6796] By: jhi on 2000/08/24 13:44:36
31763 Log: Make "make install" by default silent. A new "install-verbose"
31764 target is verbose.
31765 Branch: perl
31766 ! Makefile.SH
31767____________________________________________________________________________
31768[ 6795] By: jhi on 2000/08/24 13:39:14
31769 Log: Add silencer flags to installperl.
31770
31771 Subject: [PATCH] Making installperl silent.
31772 From: <abigail@foad.org>
31773 Date: Thu, 24 Aug 2000 05:01:45 -0400
31774 Message-ID: <20000824090145.13141.qmail@foad.org>
31775 Branch: perl
31776 ! installperl
31777____________________________________________________________________________
31778[ 6794] By: jhi on 2000/08/24 13:35:50
31779 Log: installperl couldn't tell whether it had run tests or not.
31780
31781 Subject: [PATCH] Re: installperl and t/TEST
31782 From: <abigail@foad.org>
31783 Date: Thu, 24 Aug 2000 04:00:53 -0400
31784 Message-ID: <20000824080053.2494.qmail@foad.org>
31785 Branch: perl
31786 ! Makefile.SH installperl
31787____________________________________________________________________________
31788[ 6793] By: jhi on 2000/08/24 13:27:50
31789 Log: Drop the separate perlbc, perlcc -b should be enough.
31790 Branch: perl
31791 - utils/perlbc.PL
31792 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
31793____________________________________________________________________________
31794[ 6792] By: jhi on 2000/08/24 04:41:30
31795 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
31796 plus the typo fix from Peter Prymmer.
31797 Branch: perl
31798 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
31799 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
31800____________________________________________________________________________
31801[ 6791] By: jhi on 2000/08/24 02:10:43
31802 Log: Replace #6705 with a minimal doc patch.
31803
31804 Subject: [PATCH 5.6.0] replace change #6705
31805 From: Jan Dubois <jand@ActiveState.com>
31806 Date: Wed, 23 Aug 2000 18:31:51 -0700
31807 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
31808 Branch: perl
31809 ! lib/Win32.pod win32/win32.c
31810____________________________________________________________________________
31811[ 6790] By: jhi on 2000/08/23 17:52:00
31812 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31813 From: Mike Guy <mjtg@cam.ac.uk>
31814 Date: Wed, 23 Aug 2000 18:38:46 +0100
31815 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
31816 Branch: perl
31817 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
31818____________________________________________________________________________
31819[ 6789] By: jhi on 2000/08/23 15:34:21
31820 Log: Update Changes.
31821 Branch: perl
31822 ! Changes patchlevel.h
31823____________________________________________________________________________
31824[ 6788] By: jhi on 2000/08/23 15:33:40
31825 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
31826 From: Wilfredo Sánchez <wsanchez@apple.com>
31827 Date: Tue, 22 Aug 2000 19:31:27 -0700
31828 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
31829 Branch: perl
31830 ! perl.h
31831____________________________________________________________________________
31832[ 6787] By: jhi on 2000/08/23 15:29:31
31833 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
31834 From: Spider Boardman <spider@leggy.zk3.dec.com>
31835 Date: Wed, 23 Aug 2000 10:33:23 -0400
31836 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
31837 Branch: perl
31838 ! lib/Pod/Html.pm
31839____________________________________________________________________________
31840[ 6786] By: jhi on 2000/08/23 15:28:11
31841 Log: Bad makefile.
31842 Branch: perl
31843 ! ext/B/Makefile.PL
31844____________________________________________________________________________
31845[ 6785] By: jhi on 2000/08/23 14:37:04
31846 Log: Update Changes.
31847 Branch: perl
31848 ! Changes patchlevel.h
31849____________________________________________________________________________
31850[ 6784] By: jhi on 2000/08/23 13:58:41
31851 Log: Portability fix from Hugo van der Sanden.
31852 Branch: perl
31853 ! ext/re/Makefile.PL
31854____________________________________________________________________________
31855[ 6783] By: jhi on 2000/08/23 13:53:53
31856 Log: Storable support, v-version fixes.
31857
31858 Subject: CPAN.pm beta for testing available
31859 From: andreas.koenig@anima.de (Andreas J. Koenig)
31860 Date: 22 Aug 2000 23:31:33 +0200
31861 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
31862 Branch: perl
31863 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31864____________________________________________________________________________
31865[ 6782] By: jhi on 2000/08/23 13:51:26
31866 Log: Mac and other portability updates from Chris Nandor.
31867 Branch: perl
31868 ! pod/perlmodinstall.pod
31869____________________________________________________________________________
31870[ 6781] By: jhi on 2000/08/23 13:47:33
31871 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
31872 From: Peter Prymmer <pvhp@forte.com>
31873 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
31874 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
31875 Branch: perl
31876 ! ext/Storable/Storable.xs
31877____________________________________________________________________________
31878[ 6780] By: jhi on 2000/08/23 13:33:34
31879 Log: VMS MMS (make) wants null action.
31880 Branch: perl
31881 ! ext/B/Makefile.PL
31882____________________________________________________________________________
31883[ 6779] By: jhi on 2000/08/22 19:44:47
31884 Log: Forgot portability nit.
31885 Branch: perl
31886 ! t/lib/st-forgive.t
31887____________________________________________________________________________
31888[ 6778] By: jhi on 2000/08/22 19:35:25
31889 Log: Be portable.
31890 Branch: perl
31891 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
31892 ! t/lib/st-store.t
31893____________________________________________________________________________
31894[ 6777] By: jhi on 2000/08/22 18:50:53
31895 Log: Update Changes.
31896 Branch: perl
31897 ! Changes patchlevel.h
31898____________________________________________________________________________
31899[ 6776] By: jhi on 2000/08/22 18:44:46
31900 Log: cSVOPo_*v things index into the current PL_curpad
31901 under ithreads, which is different from the curpad
31902 used by the XSUB. (In other words, the code as-is
31903 before this patch wouldn't work under ithreads.)
31904 From Sarathy.
31905 Branch: perl
31906 ! ext/B/B.xs
31907____________________________________________________________________________
31908[ 6775] By: jhi on 2000/08/22 18:18:37
31909 Log: Make the selection of NVff et al stricter.
31910 Branch: metaconfig/U/perl
31911 ! perlxvf.U
31912 Branch: perl
31913 ! Configure config_h.SH
31914____________________________________________________________________________
31915[ 6774] By: jhi on 2000/08/22 17:19:42
31916 Log: perldelta nits.
31917 Branch: perl
31918 ! pod/perldelta.pod
31919____________________________________________________________________________
31920[ 6773] By: jhi on 2000/08/22 17:06:26
31921 Log: Long double fixes from Spider Boardman.
31922
31923 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
31924 From: system PRIVILEGED account <root@peano.zk3.dec.com>
31925 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
31926 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
31927 Branch: perl
31928 ! t/lib/bigfltpm.t t/lib/st-06compat.t
31929____________________________________________________________________________
31930[ 6772] By: jhi on 2000/08/22 15:04:53
31931 Log: Update Changes.
31932 Branch: perl
31933 ! Changes patchlevel.h
31934____________________________________________________________________________
31935[ 6771] By: jhi on 2000/08/22 15:01:44
31936 Log: perldelta fixes from Hugo van der Sanden.
31937 Branch: perl
31938 ! pod/perldelta.pod
31939____________________________________________________________________________
31940[ 6770] By: jhi on 2000/08/22 14:34:49
31941 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
31942 From: Hugo <hv@crypt.compulink.co.uk>
31943 Date: Tue, 22 Aug 2000 11:21:53 +0100
31944 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
31945 Branch: perl
31946 ! regcomp.c
31947____________________________________________________________________________
31948[ 6769] By: jhi on 2000/08/22 14:30:02
31949 Log: Add Yitzchak, reformat.
31950 Branch: perl
31951 ! Changes config_h.SH
31952____________________________________________________________________________
31953[ 6768] By: jhi on 2000/08/22 14:21:35
31954 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
31955 and Spider Boardman.
31956 Branch: metaconfig
31957 ! U/compline/d_gconvert.U
31958 Branch: perl
31959 ! Configure
31960____________________________________________________________________________
31961[ 6767] By: jhi on 2000/08/22 14:11:24
31962 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
31963 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31964 Date: Mon, 21 Aug 2000 19:08:31 -0700
31965 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
31966 Branch: perl
31967 - ext/Storable/patchlevel.h
31968 ! MANIFEST ext/Storable/MANIFEST
31969____________________________________________________________________________
31970[ 6766] By: jhi on 2000/08/22 13:49:29
31971 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
31972 From: Peter Prymmer <pvhp@forte.com>
31973 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
31974 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
31975 Branch: perl
31976 ! configure.com ext/Storable/Makefile.PL
31977____________________________________________________________________________
31978[ 6765] By: jhi on 2000/08/22 13:44:59
31979 Log: Subject: [PATCH blead] B:: missing dependency
31980 From: Hugo <hv@crypt.compulink.co.uk>
31981 Date: Tue, 22 Aug 2000 06:44:33 +0100
31982 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
31983 Branch: perl
31984 ! ext/B/Makefile.PL
31985____________________________________________________________________________
31986[ 6764] By: jhi on 2000/08/22 13:38:12
31987 Log: More bytecompiler.
31988 Branch: perl
31989 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
31990____________________________________________________________________________
31991[ 6763] By: jhi on 2000/08/22 13:36:44
31992 Log: Bytecompiler patches from Benjamin Stuhl.
31993 Branch: perl
31994 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
31995 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31996 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31997 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31998 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
31999 ! perl.c perlapi.h pod/perldelta.pod
32000____________________________________________________________________________
32001[ 6762] By: jhi on 2000/08/21 23:43:40
32002 Log: An obsoleted diagnostic.
32003 Branch: perl
32004 ! pod/perldelta.pod
32005____________________________________________________________________________
32006[ 6761] By: jhi on 2000/08/21 23:01:45
32007 Log: The #6759 wasn't quite right.
32008 Branch: perl
32009 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32010 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
32011 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32012 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32013 ! t/lib/st-tieditems.t
32014____________________________________________________________________________
32015[ 6760] By: jhi on 2000/08/21 22:35:49
32016 Log: Be verydeepclean.
32017 Branch: perl
32018 ! Makefile.SH
32019____________________________________________________________________________
32020[ 6759] By: jhi on 2000/08/21 22:25:40
32021 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
32022 From: Peter Prymmer <pvhp@forte.com>
32023 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
32024 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
32025 Branch: perl
32026 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32027 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
32028 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32029 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32030 ! t/lib/st-tieditems.t
32031____________________________________________________________________________
32032[ 6758] By: jhi on 2000/08/21 22:22:32
32033 Log: Few more casts, need reported in
32034
32035 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
32036 From: Mike Stok <mike@stok.co.uk>
32037 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
32038 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
32039
32040 and
32041
32042 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
32043 From: abigail@foad.org
32044 Date: 21 Aug 2000 21:31:34 -0000
32045 Message-Id: <20000821213134.30170.qmail@foad.org>
32046 Branch: perl
32047 ! ext/Storable/Storable.xs
32048____________________________________________________________________________
32049[ 6757] By: jhi on 2000/08/21 18:37:07
32050 Log: Update Changes.
32051 Branch: perl
32052 ! Changes patchlevel.h
32053____________________________________________________________________________
32054[ 6756] By: jhi on 2000/08/21 18:34:02
32055 Log: A pod nit.
32056
32057 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
32058 From: <abigail@foad.org>
32059 Date: Mon, 21 Aug 2000 14:00:16 -0400
32060 Message-ID: <20000821180016.28627.qmail@foad.org>
32061 Branch: perl
32062 ! pod/perlre.pod
32063____________________________________________________________________________
32064[ 6755] By: jhi on 2000/08/21 18:30:56
32065 Log: Use PodParser 1.18 new test.
32066 Branch: perl
32067 ! t/pod/special_seqs.t t/pod/special_seqs.xr
32068____________________________________________________________________________
32069[ 6754] By: jhi on 2000/08/21 18:28:35
32070 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
32071 patches cannot be applied since #6712 conflicts.
32072 Branch: perl
32073 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
32074____________________________________________________________________________
32075[ 6753] By: jhi on 2000/08/21 18:15:11
32076 Log: Weed out some smaller changes.
32077 Branch: perl
32078 ! pod/perldelta.pod
32079____________________________________________________________________________
32080[ 6752] By: jhi on 2000/08/21 18:02:30
32081 Log: Also under djgpp the timestamps are funky.
32082 Branch: perl
32083 ! t/op/stat.t
32084____________________________________________________________________________
32085[ 6751] By: jhi on 2000/08/21 17:55:56
32086 Log: Tweak the floating point output routine preferences.
32087 Branch: metaconfig
32088 ! U/compline/d_gconvert.U
32089 Branch: perl
32090 ! Configure
32091____________________________________________________________________________
32092[ 6750] By: jhi on 2000/08/21 17:51:29
32093 Log: Unicos/mk requires elaborate paranoia.
32094 Branch: perl
32095 ! lib/Math/Complex.pm
32096____________________________________________________________________________
32097[ 6749] By: gsar on 2000/08/21 16:53:31
32098 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
32099 Branch: perl
32100 ! lib/Cwd.pm
32101____________________________________________________________________________
32102[ 6748] By: gsar on 2000/08/21 16:22:19
32103 Log: free TLS slot properly on Windows
32104 Branch: perl
32105 ! thread.h win32/perllib.c win32/win32thread.h
32106____________________________________________________________________________
32107[ 6747] By: jhi on 2000/08/21 16:20:58
32108 Log: Rename the macro argument because some preprocessors
32109 can't tell the difference and expand arguments also inside
32110 double quoted strings.
32111 Branch: perl
32112 ! regcomp.c
32113____________________________________________________________________________
32114[ 6746] By: jhi on 2000/08/21 16:09:41
32115 Log: Support long doubles in Storable.
32116
32117 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
32118 From: Radu Greab <radu@netsoft.ro>
32119 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
32120 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
32121 Branch: perl
32122 ! ext/Storable/Storable.xs
32123____________________________________________________________________________
32124[ 6745] By: jhi on 2000/08/21 15:51:40
32125 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
32126 From: "Fifer, Eric" <EFifer@sanwaint.com>
32127 Date: Mon, 21 Aug 2000 15:34:49 +0100
32128 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
32129 Branch: perl
32130 ! t/pragma/warn/9enabled
32131____________________________________________________________________________
32132[ 6744] By: jhi on 2000/08/21 15:39:35
32133 Log: Document the endianness of Alpha more precisely.
32134 Branch: perl
32135 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
32136 ! pod/perlport.pod
32137____________________________________________________________________________
32138[ 6743] By: jhi on 2000/08/21 14:47:05
32139 Log: perldelta fixes from the p5p crowd.
32140 Branch: perl
32141 ! pod/perldelta.pod pod/perlop.pod
32142____________________________________________________________________________
32143[ 6742] By: jhi on 2000/08/21 13:34:51
32144 Log: Update to Pod::LaTeX 0.53.
32145
32146 Subject: [PATCH] lib/Pod/LaTeX.pm updates
32147 From: Tim Jenness <timj@jach.hawaii.edu>
32148 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
32149 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
32150 Branch: perl
32151 ! lib/Pod/LaTeX.pm
32152____________________________________________________________________________
32153[ 6741] By: jhi on 2000/08/21 13:33:01
32154 Log: Subject: [PATCH] os2.c fix for use64bitint
32155 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32156 Date: Mon, 21 Aug 2000 01:32:25 -0700
32157 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
32158 Branch: perl
32159 ! os2/os2.c
32160____________________________________________________________________________
32161[ 6740] By: jhi on 2000/08/21 13:28:52
32162 Log: Array context keeps slithering in.
32163
32164 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
32165 From: Daniel Chetlin <daniel@chetlin.com>
32166 Date: Sun, 20 Aug 2000 21:40:25 -0700
32167 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
32168 Branch: perl
32169 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
32170 ! pod/perldebtut.pod
32171____________________________________________________________________________
32172[ 6739] By: jhi on 2000/08/21 13:23:55
32173 Log: Big-endian quad fixes for Storable from Radu Greab,
32174 plus few explicit null casts for picky compilers.
32175 Branch: perl
32176 ! ext/Storable/Storable.xs
32177____________________________________________________________________________
32178[ 6738] By: gsar on 2000/08/21 05:56:13
32179 Log: small tweaks for change#6705: avoid C++ style comments in C code;
32180 use Perl's malloc API rather than the low level system one
32181 Branch: perl
32182 ! win32/win32.c
32183____________________________________________________________________________
32184[ 6737] By: gsar on 2000/08/21 05:35:41
32185 Log: add Storable to list of extensions on Windows
32186 Branch: perl
32187 ! win32/Makefile win32/makefile.mk
32188____________________________________________________________________________
32189[ 6736] By: jhi on 2000/08/21 02:57:53
32190 Log: Update Changes.
32191 Branch: perl
32192 ! Changes patchlevel.h
32193____________________________________________________________________________
32194[ 6735] By: jhi on 2000/08/21 02:57:20
32195 Log: Draft 0.
32196 Branch: perl
32197 ! pod/perldelta.pod
32198____________________________________________________________________________
32199[ 6734] By: jhi on 2000/08/21 02:57:03
32200 Log: Add Storable 0.7.2 from Raphael Manfredi,
32201 plus the patch from
32202
32203 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
32204 From: Radu Greab <radu@netsoft.ro>
32205 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
32206 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
32207
32208 plus changes to get Storable to compile with
32209 picky ANSI compilers.
32210 Branch: perl
32211 + ext/Storable/ChangeLog ext/Storable/MANIFEST
32212 + ext/Storable/Makefile.PL ext/Storable/README
32213 + ext/Storable/Storable.pm ext/Storable/Storable.xs
32214 + ext/Storable/patchlevel.h t/lib/st-06compat.t
32215 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
32216 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
32217 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32218 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32219 + t/lib/st-tieditems.t
32220 ! MANIFEST
32221____________________________________________________________________________
32222[ 6733] By: jhi on 2000/08/21 02:29:09
32223 Log: The correct cleaning order is an art.
32224 Branch: perl
32225 ! Makefile.SH
32226____________________________________________________________________________
32227[ 6732] By: jhi on 2000/08/21 01:23:39
32228 Log: The #6724 is here.
32229 Branch: perl
32230 ! t/lib/ftmp-security.t
32231____________________________________________________________________________
32232[ 6731] By: jhi on 2000/08/20 23:17:03
32233 Log: s/this one/the 5.6.0 release/
32234 Branch: perl
32235 ! pod/perl56delta.pod
32236____________________________________________________________________________
32237[ 6730] By: jhi on 2000/08/20 23:07:34
32238 Log: Mention perlebcdic and perlposix-bc.
32239 Branch: perl
32240 ! pod/perlport.pod
32241____________________________________________________________________________
32242[ 6729] By: jhi on 2000/08/20 21:32:59
32243 Log: Document the number of exponent digits.
32244 Branch: perl
32245 ! pod/perlfunc.pod
32246____________________________________________________________________________
32247[ 6728] By: jhi on 2000/08/20 21:16:47
32248 Log: Use File::Spec->tmpdir().
32249
32250 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
32251 From: Tim Jenness <timj@jach.hawaii.edu>
32252 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
32253 MIME-Version: 1.0
32254 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
32255 Branch: perl
32256 ! utils/perlbug.PL
32257____________________________________________________________________________
32258[ 6727] By: jhi on 2000/08/20 20:43:32
32259 Log: Update Changes.
32260 Branch: perl
32261 ! Changes patchlevel.h
32262____________________________________________________________________________
32263[ 6726] By: jhi on 2000/08/20 20:41:44
32264 Log: The veryclean target needs to clobber.
32265 Branch: perl
32266 ! Makefile.SH
32267____________________________________________________________________________
32268[ 6725] By: jhi on 2000/08/20 20:37:38
32269 Log: Document odd vs even subreleases and -Dusedevel.
32270 Branch: perl
32271 ! INSTALL
32272____________________________________________________________________________
32273[ 6724] By: jhi on 2000/08/20 19:58:05
32274 Log: Use temporary directory instead of current directory.
32275
32276 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
32277 From: Tim Jenness <timj@jach.hawaii.edu>
32278 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
32279 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
32280 Branch: perl
32281 ! t/lib/ftmp-security.t
32282____________________________________________________________________________
32283[ 6723] By: jhi on 2000/08/20 19:55:55
32284 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
32285 From: andreas.koenig@anima.de (Andreas J. Koenig)
32286 Date: 20 Aug 2000 15:52:03 +0200
32287 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
32288 Branch: perl
32289 ! lib/ExtUtils/MM_Unix.pm
32290____________________________________________________________________________
32291[ 6722] By: jhi on 2000/08/20 19:46:01
32292 Log: Update to CGI 2.72, from Lincoln Stein.
32293 Branch: perl
32294 ! lib/CGI.pm
32295____________________________________________________________________________
32296[ 6721] By: jhi on 2000/08/20 19:43:54
32297 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
32298 From: Radu Greab <radu@netsoft.ro>
32299 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
32300 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
32301 Branch: perl
32302 ! ext/GDBM_File/GDBM_File.xs
32303____________________________________________________________________________
32304[ 6720] By: jhi on 2000/08/20 19:42:01
32305 Log: pp_open() could pass an uninitialized filename down to do_open9().
32306 Branch: perl
32307 ! pp_sys.c
32308____________________________________________________________________________
32309[ 6719] By: jhi on 2000/08/20 14:06:41
32310 Log: UTF8 concat fixes.
32311
32312 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
32313 From: Hugo <hv@crypt.compulink.co.uk>
32314 Date: Sun, 20 Aug 2000 07:30:46 +0100
32315 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
32316 Branch: perl
32317 ! pp_hot.c t/op/append.t
32318____________________________________________________________________________
32319[ 6718] By: jhi on 2000/08/20 02:09:37
32320 Log: Let's try #6717 again.
32321 Branch: perl
32322 ! lib/File/Temp.pm
32323____________________________________________________________________________
32324[ 6717] By: jhi on 2000/08/20 01:56:55
32325 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
32326 From: "Craig A. Berry" <craig.berry@metamorgs.com>
32327 Date: Sat, 19 Aug 2000 18:15:39 -0500
32328 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
32329 Branch: perl
32330 ! lib/File/Temp.pm
32331____________________________________________________________________________
32332[ 6716] By: jhi on 2000/08/19 15:50:11
32333 Log: Update Changes.
32334 Branch: perl
32335 ! Changes patchlevel.h
32336____________________________________________________________________________
32337[ 6715] By: jhi on 2000/08/19 15:39:09
32338 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
32339 From: Jonathan D Johnston <jdjohnston2@juno.com>
32340 Date: Thu, 17 Aug 2000 23:13:01 -0400
32341 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
32342 Branch: perl
32343 ! pod/perlfunc.pod
32344____________________________________________________________________________
32345[ 6714] By: jhi on 2000/08/19 15:34:04
32346 Log: Introduce a 'veryclean' target that is like 'distclean'
32347 but also removes *~ and *.orig.
32348 Branch: perl
32349 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
32350 ! utils/Makefile x2p/Makefile.SH
32351____________________________________________________________________________
32352[ 6713] By: jhi on 2000/08/19 14:15:45
32353 Log: Put back the long double avoidance code to POSIX.xs
32354 because VMS seems to need it still.
32355 Branch: perl
32356 ! ext/POSIX/POSIX.xs
32357____________________________________________________________________________
32358[ 6712] By: jhi on 2000/08/19 14:10:41
32359 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
32360 From: Peter Prymmer <pvhp@forte.com>
32361 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
32362 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
32363 Branch: perl
32364 ! lib/Pod/Find.pm t/pod/find.t
32365____________________________________________________________________________
32366[ 6711] By: jhi on 2000/08/19 14:09:19
32367 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
32368 From: Peter Prymmer <pvhp@forte.com>
32369 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
32370 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
32371 cc: vmsperl@perl.org
32372 Branch: perl
32373 ! t/lib/peek.t
32374____________________________________________________________________________
32375[ 6710] By: jhi on 2000/08/19 14:08:01
32376 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
32377 From: Jan Dubois <jand@ActiveState.com>
32378 Date: Fri, 18 Aug 2000 16:31:48 -0700
32379 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
32380 Branch: perl
32381 ! win32/win32.c
32382____________________________________________________________________________
32383[ 6709] By: jhi on 2000/08/19 14:06:57
32384 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
32385
32386 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
32387 From: Spider.Boardman@Orb.Nashua.NH.US
32388 Date: Fri, 18 Aug 2000 18:41:14 -0400
32389 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
32390 Branch: perl
32391 ! regcomp.c
32392____________________________________________________________________________
32393[ 6708] By: jhi on 2000/08/18 22:04:49
32394 Log: Update Changes.
32395 Branch: perl
32396 ! Changes patchlevel.h
32397____________________________________________________________________________
32398[ 6707] By: jhi on 2000/08/18 21:55:14
32399 Log: Add warnif(), check warnings further up the stack,
32400 all the warnings functions now can take an optional object reference.
32401
32402 Subject: [PATCH bleedperl@6691] warnings pragma update
32403 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32404 Date: Fri, 18 Aug 2000 22:42:06 +0100
32405 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
32406 Branch: perl
32407 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
32408 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
32409 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
32410____________________________________________________________________________
32411[ 6706] By: jhi on 2000/08/18 21:41:45
32412 Log: Typo in pp_complement().
32413
32414 Subject: [PATCH perl-current] Deparse
32415 From: Peter Scott <Peter@PSDT.com>
32416 Date: Fri, 18 Aug 2000 12:44:37 -0700
32417 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
32418 Branch: perl
32419 ! ext/B/B/Deparse.pm
32420____________________________________________________________________________
32421[ 6705] By: jhi on 2000/08/18 21:25:59
32422 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
32423 From: Jan Dubois <jand@ActiveState.com>
32424 Date: Fri, 18 Aug 2000 14:22:51 -0700
32425 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
32426 Branch: perl
32427 ! lib/Win32.pod win32/win32.c
32428____________________________________________________________________________
32429[ 6704] By: jhi on 2000/08/18 21:16:14
32430 Log: Don't eat leading os from index entries.
32431
32432 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
32433 From: Russ Allbery <rra@stanford.edu>
32434 Date: 10 Aug 2000 20:49:25 -0700
32435 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
32436 Branch: perl
32437 ! lib/Pod/Man.pm
32438____________________________________________________________________________
32439[ 6703] By: jhi on 2000/08/18 21:07:06
32440 Log: Add [[:blank:]] as suggested in
32441
32442 Subject: [ID 20000716.024] [=cc=] / [:blank:]
32443 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
32444 Date: Sun, 16 Jul 2000 17:55:29 -0700
32445 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
32446
32447 (the [=cc=] has already been taken care of by #6439
32448 so the whole bug report can be closed)
32449
32450 and make [[:space:]] to be equivalent to isspace(3)
32451 (as opposed to \s, which is isSPACE()). The difference
32452 is that now [[:space:]] matches the mythical vertical tab,
32453 while \s doesn't.
32454 Branch: perl
32455 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
32456 ! regexec.c t/op/pat.t
32457____________________________________________________________________________
32458[ 6702] By: jhi on 2000/08/18 18:47:47
32459 Log: The new tests were missing from #6415.
32460 Branch: perl
32461 ! t/op/bop.t
32462____________________________________________________________________________
32463[ 6701] By: jhi on 2000/08/18 18:20:40
32464 Log: Document the NDBM_File and ODBM_File as SDBM_File
32465 was documented in #6417.
32466 Branch: perl
32467 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
32468 ! ext/SDBM_File/SDBM_File.pm
32469____________________________________________________________________________
32470[ 6700] By: jhi on 2000/08/18 18:10:39
32471 Log: Subject: [PATCH perl@6698] cygwin port
32472 From: "Fifer, Eric" <EFifer@sanwaint.com>
32473 Date: Fri, 18 Aug 2000 17:30:05 +0100
32474 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
32475 Branch: perl
32476 ! lib/File/Temp.pm
32477____________________________________________________________________________
32478[ 6699] By: jhi on 2000/08/18 16:21:49
32479 Log: Document code point which makes if (defined %stash::) to work
32480 (noted by Spider Boardman).
32481 Branch: perl
32482 ! op.c
32483____________________________________________________________________________
32484[ 6698] By: jhi on 2000/08/18 13:43:27
32485 Log: Update Changes.
32486 Branch: perl
32487 ! Changes patchlevel.h
32488____________________________________________________________________________
32489[ 6697] By: jhi on 2000/08/18 13:35:57
32490 Log: Tiny Getopt::Long patch from Johan Vromans.
32491 Branch: perl
32492 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
32493____________________________________________________________________________
32494[ 6696] By: jhi on 2000/08/18 13:26:14
32495 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
32496 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
32497 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
32498 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
32499 Branch: perl
32500 ! pod/perldiag.pod pod/perlsyn.pod
32501____________________________________________________________________________
32502[ 6695] By: jhi on 2000/08/18 13:13:26
32503 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
32504 From: Daniel Chetlin <daniel@chetlin.com>
32505 Date: Fri, 18 Aug 2000 03:13:36 -0700
32506 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
32507 Branch: perl
32508 ! pod/perlfunc.pod
32509____________________________________________________________________________
32510[ 6694] By: jhi on 2000/08/18 13:08:05
32511 Log: Subject: [PATCH] perltrap.pod spring cleaning
32512 From: Daniel Chetlin <daniel@chetlin.com>
32513 Date: Fri, 18 Aug 2000 03:06:54 -0700
32514 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
32515
32516 plus Mike Guy's nitfix.
32517 Branch: perl
32518 ! pod/perltrap.pod
32519____________________________________________________________________________
32520[ 6693] By: jhi on 2000/08/18 13:00:26
32521 Log: Unbuffer the output.
32522
32523 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
32524 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32525 Date: Thu, 17 Aug 2000 18:39:29 -0700
32526 Message-ID: <RPJn5gzkgydf092yn@efn.org>
32527 Branch: perl
32528 ! t/op/fork.t
32529____________________________________________________________________________
32530[ 6692] By: jhi on 2000/08/18 05:19:17
32531 Log: Delete the image, too, not just its MANIFEStation.
32532 Branch: perl
32533 - lib/CGI/eg/wilogo.gif
32534____________________________________________________________________________
32535[ 6691] By: jhi on 2000/08/18 05:10:26
32536 Log: Propagate new Configure vars.
32537 Branch: perl
32538 ! configure.com epoc/config.sh uconfig.h uconfig.sh
32539 ! vos/config.def vos/config.h vos/config_h.SH_orig
32540 ! win32/config.bc win32/config.gc win32/config.vc
32541 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32542____________________________________________________________________________
32543[ 6690] By: jhi on 2000/08/18 04:30:56
32544 Log: Update Changes.
32545 Branch: perl
32546 ! Changes patchlevel.h
32547____________________________________________________________________________
32548[ 6689] By: jhi on 2000/08/18 04:12:30
32549 Log: Fix the lib/complex failure of
32550
32551 From: abigail@foad.org
32552 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
32553 Date: 15 Aug 2000 04:06:38 -0000
32554 Message-Id: <20000815040638.8524.qmail@foad.org>
32555
32556 Linux long double accuracy issue: something that
32557 when printed with %g looks like "2" but int() of it is 1.
32558 Branch: perl
32559 ! lib/Math/Complex.pm
32560____________________________________________________________________________
32561[ 6688] By: jhi on 2000/08/18 03:15:35
32562 Log: The byteorder code in #6671 was wrong.
32563 Branch: perl
32564 ! configpm
32565____________________________________________________________________________
32566[ 6687] By: jhi on 2000/08/18 02:08:42
32567 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
32568 From: Jan Dubois <jand@ActiveState.com>
32569 Date: Thu, 17 Aug 2000 18:31:55 -0700
32570 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
32571 Branch: perl
32572 ! sv.c
32573____________________________________________________________________________
32574[ 6686] By: jhi on 2000/08/18 02:04:15
32575 Log: Use NVs in POSIX math, not doubles.
32576
32577 From: abigail@foad.org
32578 Subject: [ID 20000817.014] POSIX & modfl
32579 Date: 17 Aug 2000 20:49:18 -0000
32580 Message-Id: <20000817204918.23123.qmail@foad.org>
32581 Branch: perl
32582 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
32583____________________________________________________________________________
32584[ 6685] By: jhi on 2000/08/18 02:02:12
32585 Log: Introduce NVef, NVff, and NVgf, use the middle one.
32586 (helps for lib/peek + Linux + long doubles) Reported in
32587
32588 From: abigail@foad.org
32589 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
32590 Date: 15 Aug 2000 04:06:38 -0000
32591 Message-Id: <20000815040638.8524.qmail@foad.org>
32592
32593 (note: the lib/complex failure has not yet been addressed)
32594 Branch: metaconfig/U/perl
32595 ! perlxvf.U
32596 Branch: perl
32597 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32598 ! config_h.SH dump.c perl.h pod/perlguts.pod
32599____________________________________________________________________________
32600[ 6684] By: jhi on 2000/08/17 23:22:19
32601 Log: Add byteorder to the myconfig output.
32602 Branch: perl
32603 ! myconfig.SH
32604____________________________________________________________________________
32605[ 6683] By: jhi on 2000/08/17 23:20:19
32606 Log: The image doth not exist, spotted by Johan Vromans.
32607 Branch: perl
32608 ! MANIFEST
32609____________________________________________________________________________
32610[ 6682] By: jhi on 2000/08/17 22:38:16
32611 Log: Document what the backtick returns if the command fails.
32612 Branch: perl
32613 ! pod/perlop.pod
32614____________________________________________________________________________
32615[ 6681] By: jhi on 2000/08/17 22:33:12
32616 Log: Do not use prototyping here.
32617
32618 Subject: [ID 20000817.016] [PATCH] Peek.xs
32619 From: abigail@foad.org
32620 Date: 17 Aug 2000 20:55:56 -0000
32621 Message-Id: <20000817205556.24270.qmail@foad.org>
32622 Branch: perl
32623 ! ext/Devel/Peek/Makefile.PL
32624____________________________________________________________________________
32625[ 6680] By: jhi on 2000/08/17 19:46:43
32626 Log: Don't propose using modules built for 5.005 if no binary
32627 compatibility with 5.005 is attempted.
32628
32629 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32630 Subject: Minor nit with 5.7.0 (6655)
32631 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
32632 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
32633 Branch: metaconfig
32634 ! U/installdirs/inc_version_list.U
32635 Branch: perl
32636 ! Configure config_h.SH
32637____________________________________________________________________________
32638[ 6679] By: jhi on 2000/08/17 19:16:39
32639 Log: Microperl config update.
32640 Branch: perl
32641 ! uconfig.h uconfig.sh
32642____________________________________________________________________________
32643[ 6678] By: jhi on 2000/08/17 19:16:13
32644 Log: The #6648 wasn't protective enough for limited platforms
32645 (like microperl).
32646 Branch: perl
32647 ! dump.c sv.c
32648____________________________________________________________________________
32649[ 6677] By: jhi on 2000/08/17 14:46:35
32650 Log: Update Changes.
32651 Branch: perl
32652 ! Changes patchlevel.h
32653____________________________________________________________________________
32654[ 6676] By: jhi on 2000/08/17 14:44:02
32655 Log: Add perlebcdic from Peter Prymmer, regen toc.
32656 Branch: perl
32657 + pod/perlebcdic.pod
32658 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32659____________________________________________________________________________
32660[ 6675] By: jhi on 2000/08/17 14:41:52
32661 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
32662 Branch: perl
32663 ! pod/perldebtut.pod
32664____________________________________________________________________________
32665[ 6674] By: jhi on 2000/08/17 14:29:43
32666 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
32667
32668 Subject: [ID 20000724.006] -DLEAKTEST problem
32669 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
32670 Date: Tue, 25 Jul 2000 00:36:32 -0500
32671 Message-Id: <20000725003632.A26186@www.llamacom.com>
32672
32673 Reminder sent
32674
32675 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
32676 From: Hugo <hv@crypt.compulink.co.uk>
32677 Date: Thu, 17 Aug 2000 15:23:42 +0100
32678 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
32679 Branch: perl
32680 ! util.c
32681____________________________________________________________________________
32682[ 6673] By: jhi on 2000/08/17 04:07:10
32683 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
32684 From: John Peacock <JPeacock@UnivPress.com>
32685 Date: Tue, 01 Aug 2000 09:38:12 -0400
32686 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
32687 Branch: perl
32688 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
32689____________________________________________________________________________
32690[ 6672] By: jhi on 2000/08/17 03:04:35
32691 Log: Subject: [PATCH] Cwd.pm now uses strict
32692 From: Tim Jenness <timj@jach.hawaii.edu>
32693 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
32694 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
32695 Branch: perl
32696 ! lib/Cwd.pm
32697____________________________________________________________________________
32698[ 6671] By: jhi on 2000/08/17 02:16:35
32699 Log: Make $Config{byteorder} more magical so that it is
32700 dynamically computed: nice for 'fat binaries'.
32701
32702 Subject: [PATCH]: default byteorder
32703 From: Wilfredo Sánchez <wsanchez@apple.com>
32704 Date: Mon, 31 Jul 2000 19:45:31 -0700
32705 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
32706 Branch: perl
32707 ! configpm
32708____________________________________________________________________________
32709[ 6670] By: gsar on 2000/08/17 01:22:21
32710 Log: move WNOHANG definition to where other such things are
32711 Branch: perl
32712 ! win32/win32.h
32713____________________________________________________________________________
32714[ 6669] By: jhi on 2000/08/17 01:19:17
32715 Log: Update Changes.
32716 Branch: perl
32717 ! Changes patchlevel.h
32718____________________________________________________________________________
32719[ 6668] By: jhi on 2000/08/17 01:16:29
32720 Log: Doc nits spotted by Richard Soderberg.
32721 Branch: perl
32722 ! README.posix-bc README.vmesa
32723____________________________________________________________________________
32724[ 6667] By: jhi on 2000/08/17 01:12:11
32725 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
32726 From: "Casey R. Tweten" <crt@kiski.net>
32727 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
32728 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
32729 Branch: perl
32730 ! pod/perldebtut.pod
32731____________________________________________________________________________
32732[ 6666] By: jhi on 2000/08/17 01:09:31
32733 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
32734 From: "Casey R. Tweten" <crt@kiski.net>
32735 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
32736 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
32737 Branch: perl
32738 ! lib/Shell.pm
32739____________________________________________________________________________
32740[ 6665] By: gsar on 2000/08/17 01:03:52
32741 Log: add "ok" targets from change#6632 in makefile.mk
32742 Branch: perl
32743 ! pod/perlport.pod win32/Makefile win32/makefile.mk
32744____________________________________________________________________________
32745[ 6664] By: gsar on 2000/08/17 00:56:11
32746 Log: avoid warnings from dense compiler
32747 Branch: perl
32748 ! win32/win32.c
32749____________________________________________________________________________
32750[ 6663] By: jhi on 2000/08/17 00:51:49
32751 Log: Tweak the regex compilation errors once more.
32752 Branch: perl
32753 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
32754 ! t/op/regmesg.t t/pragma/warn/regcomp
32755____________________________________________________________________________
32756[ 6662] By: gsar on 2000/08/17 00:28:19
32757 Log: trailing new %ENV entries weren't being pushed into the real
32758 environment of subprocesses on Windows
32759 Branch: perl
32760 ! t/op/magic.t win32/perlhost.h
32761____________________________________________________________________________
32762[ 6661] By: gsar on 2000/08/17 00:19:20
32763 Log: waitpid() now handles externally spawned pids correctly;
32764 fixes for backtick/wait/waitpid failures on Windows 9x
32765
32766 these changes make the pid returned by process functions on
32767 Windows 9x always positive by clearing the high bit (which
32768 is always set on Win9x); pseudo-process PIDs are likewise
32769 always negative now on Win9x (just as on NT/2000)
32770 Branch: perl
32771 ! pp_sys.c win32/perlhost.h win32/win32.c
32772____________________________________________________________________________
32773[ 6660] By: jhi on 2000/08/17 00:04:32
32774 Log: Retract #6645.
32775 Branch: perl
32776 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32777 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
32778 ! t/op/sprintf.t
32779____________________________________________________________________________
32780[ 6659] By: gsar on 2000/08/16 23:59:28
32781 Log: on windows, the return values from wait() and waitpid() don't
32782 match those of pseudo-pids
32783 Branch: perl
32784 ! pp_sys.c t/op/fork.t util.c win32/win32.c
32785____________________________________________________________________________
32786[ 6658] By: gsar on 2000/08/16 23:56:14
32787 Log: pod nit seen in passing
32788 Branch: perl
32789 ! pod/perlfunc.pod
32790____________________________________________________________________________
32791[ 6657] By: gsar on 2000/08/16 23:53:42
32792 Log: change#6328 could make close(SOCKET) return false on windows
32793 when it shouldn't
32794 Branch: perl
32795 ! win32/win32sck.c
32796____________________________________________________________________________
32797[ 6656] By: gsar on 2000/08/16 23:46:57
32798 Log: check that the number pseudo children doesn't exceed
32799 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
32800 the WaitForMultipleObjects() limit that would cause wait()
32801 to crash)
32802
32803 wait() and waitpid() could potentially be rewritten to use
32804 more than one thread to do the waiting to eliminate this
32805 limitation
32806 Branch: perl
32807 ! win32/perlhost.h
32808____________________________________________________________________________
32809[ 6655] By: jhi on 2000/08/16 14:11:05
32810 Log: Update Changes.
32811 Branch: perl
32812 ! Changes patchlevel.h
32813____________________________________________________________________________
32814[ 6654] By: jhi on 2000/08/16 14:10:12
32815 Log: Update to perldebtut 1.9, from Richard Foley.
32816 Branch: perl
32817 ! pod/perldebtut.pod
32818____________________________________________________________________________
32819[ 6653] By: jhi on 2000/08/16 14:08:17
32820 Log: Change the regx compilation error markers to use = instead of <
32821 since pod makes using the latter quite messy. Reported in
32822 ID 20000814.006 by Abigail and in
32823 Subject: Unknown escape E<> ?
32824 From: Lupe Christoph <lupe@lupe-christoph.de>
32825 Date: Fri, 11 Aug 2000 00:30:27 +0200
32826 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
32827 Branch: perl
32828 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
32829 ! t/op/regmesg.t t/pragma/warn/regcomp
32830____________________________________________________________________________
32831[ 6652] By: jhi on 2000/08/16 13:25:31
32832 Log: Change the perlbug address to perl.org since it's more forgiving.
32833
32834 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
32835 From: abigail@foad.org
32836 Date: 15 Aug 2000 04:15:40 -0000
32837 Message-Id: <20000815041540.8633.qmail@foad.org>
32838 Branch: perl
32839 ! utils/perlbug.PL
32840____________________________________________________________________________
32841[ 6651] By: jhi on 2000/08/16 13:22:35
32842 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
32843 From: Tim Jenness <timj@jach.hawaii.edu>
32844 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
32845 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
32846 Branch: perl
32847 ! lib/Cwd.pm
32848____________________________________________________________________________
32849[ 6650] By: jhi on 2000/08/16 13:18:13
32850 Log: Update to CPAN 1.57.
32851
32852 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
32853 From: andreas.koenig@anima.de (Andreas J. Koenig)
32854 Date: 16 Aug 2000 15:09:46 +0200
32855 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
32856 Branch: perl
32857 ! lib/CPAN.pm
32858____________________________________________________________________________
32859[ 6649] By: jhi on 2000/08/16 13:12:31
32860 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
32861 From: "Larry W. Virden" <lvirden@cas.org>
32862 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
32863 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
32864 Branch: perl
32865 ! README.hpux
32866____________________________________________________________________________
32867[ 6648] By: jhi on 2000/08/16 13:03:53
32868 Log: The numeric locale was reset to "C" by s?printf and never restored.
32869
32870 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32871 From: Christian Kirsch <ck@held.mind.de>
32872 Date: Wed, 9 Aug 2000 17:05:17 +0200
32873 Message-Id: <20000809170517.A25389@held>
32874
32875 No test since adding the failing example to locale.t
32876 does not fail -- probably because the locale settings are so
32877 thoroughly tweaked by that time. Running the example standalone
32878 does fail, though. UPDATE: test case added at change #7540.
32879 Branch: perl
32880 ! dump.c perl.h pp.c pp_ctl.c sv.c
32881____________________________________________________________________________
32882[ 6647] By: jhi on 2000/08/16 00:07:54
32883 Log: Update Changes and test semi-automatic patchlevel updating.
32884 Branch: perl
32885 ! Changes patchlevel.h
32886____________________________________________________________________________
32887[ 6646] By: jhi on 2000/08/15 23:35:07
32888 Log: Fix a dependency problem.
32889
32890 Subject: [PATCH: 6640] VMS Makefile.SH update
32891 From: Peter Prymmer <pvhp@forte.com>
32892 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
32893 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
32894 Branch: perl
32895 ! vms/descrip_mms.template
32896____________________________________________________________________________
32897[ 6645] By: jhi on 2000/08/15 23:33:23
32898 Log: (Retracted by #6660)
32899
32900 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
32901 From: Dominic Dunlop <domo@computer.org>
32902 Date: Tue, 15 Aug 2000 22:20:52 +0200
32903 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
32904 Branch: metaconfig/U/perl
32905 + d_printfed.U
32906 Branch: perl
32907 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32908 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
32909 ! t/op/sprintf.t
32910____________________________________________________________________________
32911[ 6644] By: jhi on 2000/08/15 21:17:20
32912 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
32913 From: abigail@foad.org
32914 Date: 15 Aug 2000 20:12:41 -0000
32915 Message-Id: <20000815201241.25556.qmail@foad.org>
32916 Branch: perl
32917 ! INSTALL
32918____________________________________________________________________________
32919[ 6643] By: jhi on 2000/08/15 21:15:28
32920 Log: (an already applied patch)
32921 Branch: perl
32922 ! lib/CGI.pm
32923____________________________________________________________________________
32924[ 6642] By: gsar on 2000/08/15 19:54:05
32925 Log: magic callbacks all need to have same type signature
32926 Branch: perl
32927 ! embed.pl mg.c proto.h
32928____________________________________________________________________________
32929[ 6641] By: jhi on 2000/08/15 17:56:27
32930 Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
32931 From: Mike Guy <mjtg@cam.ac.uk>
32932 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
32933 Date: Tue, 15 Aug 2000 18:26:45 +0100
32934
32935 Only the peek.t part applied, not the hash quality part.
32936 Branch: perl
32937 ! t/lib/peek.t
32938____________________________________________________________________________
32939[ 6640] By: jhi on 2000/08/15 16:37:37
32940 Log: Update Changes.
32941 Branch: perl
32942 ! Changes
32943____________________________________________________________________________
32944[ 6639] By: jhi on 2000/08/15 16:34:55
32945 Log: Missed a file from #6638.
32946 Branch: perl
32947 ! lib/File/Temp.pm
32948____________________________________________________________________________
32949[ 6638] By: jhi on 2000/08/15 16:33:19
32950 Log: Subject: [PATCH perl@6620] cygwin port
32951 From: "Fifer, Eric" <EFifer@sanwaint.com>
32952 Date: Tue, 15 Aug 2000 17:00:49 +0100
32953 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
32954 Branch: perl
32955 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
32956____________________________________________________________________________
32957[ 6637] By: jhi on 2000/08/15 16:29:22
32958 Log: Subject: [PATCH] debugger exit code should reflect user exit code
32959 From: Mike Guy <mjtg@cam.ac.uk>
32960 Date: Tue, 15 Aug 2000 16:55:59 +0100
32961 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
32962 Branch: perl
32963 ! lib/perl5db.pl
32964____________________________________________________________________________
32965[ 6636] By: jhi on 2000/08/15 15:30:58
32966 Log: Update Changes.
32967 Branch: perl
32968 ! Changes
32969____________________________________________________________________________
32970[ 6635] By: jhi on 2000/08/15 15:27:21
32971 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
32972 Branch: metaconfig
32973 ! U/mkglossary U/mksample
32974 Branch: metaconfig/U/perl
32975 ! Devel.U
32976 Branch: perl
32977 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32978____________________________________________________________________________
32979[ 6634] By: jhi on 2000/08/15 14:11:55
32980 Log: Don't blow limited stacks, a lower number is enough to
32981 tickle the lookbehind limit.
32982
32983 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
32984 From: Dominic Dunlop <domo@computer.org>
32985 Date: Tue, 15 Aug 2000 13:51:24 +0200
32986 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
32987 Branch: perl
32988 ! t/op/regmesg.t
32989____________________________________________________________________________
32990[ 6633] By: jhi on 2000/08/15 14:01:46
32991 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
32992 From: Mike Guy <mjtg@cam.ac.uk>
32993 Date: Tue, 15 Aug 2000 12:10:50 +0100
32994 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
32995 Branch: perl
32996 ! utils/perldoc.PL
32997____________________________________________________________________________
32998[ 6632] By: jhi on 2000/08/15 13:58:48
32999 Log: make ok etc also for win32.
33000
33001 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
33002 From: Prymmer/Kahn <pvhp@best.com>
33003 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
33004 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
33005 Branch: perl
33006 ! win32/Makefile
33007____________________________________________________________________________
33008[ 6631] By: jhi on 2000/08/15 13:45:03
33009 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
33010 Branch: perl
33011 ! lib/Test.pm
33012____________________________________________________________________________
33013[ 6630] By: jhi on 2000/08/15 03:25:09
33014 Log: Update Changes.
33015 Branch: perl
33016 ! Changes
33017____________________________________________________________________________
33018[ 6629] By: jhi on 2000/08/15 03:23:53
33019 Log: magic_regdatum_set() is void, not int.
33020 Branch: perl
33021 ! embed.pl mg.c proto.h
33022____________________________________________________________________________
33023[ 6628] By: jhi on 2000/08/15 03:08:02
33024 Log: Make the user to give up his firstborn, err, to knowingly
33025 verify installing an unstable developer release. Also bump
33026 the release to 5.7.0, but leave a patch tag in the local
33027 patches saying that this is not yet the real thing.
33028 Branch: metaconfig
33029 ! U/modified/Instruct.U
33030 Branch: metaconfig/U/perl
33031 + Devel.U
33032 Branch: perl
33033 ! Configure patchlevel.h
33034____________________________________________________________________________
33035[ 6627] By: jhi on 2000/08/14 22:32:52
33036 Log: README.os2 update.
33037
33038 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
33039 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33040 Date: Wed, 02 Aug 2000 21:55:09 -0700
33041 Message-ID: <tsPi5gzkgegX092yn@efn.org>
33042 Branch: perl
33043 ! README.os2
33044____________________________________________________________________________
33045[ 6626] By: jhi on 2000/08/14 21:00:02
33046 Log: Subject: Re: File::Temp problems on VMS in bleedperl
33047 From: Tim Jenness <timj@jach.hawaii.edu>
33048 cc: vmsperl@perl.org
33049 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
33050 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
33051 Branch: perl
33052 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
33053____________________________________________________________________________
33054[ 6625] By: jhi on 2000/08/14 20:52:16
33055 Log: Add SUIDMAIL as was done for the CERT alert.
33056 Branch: perl
33057 ! patchlevel.h
33058____________________________________________________________________________
33059[ 6624] By: jhi on 2000/08/14 20:48:50
33060 Log: Subject: sfio2000
33061 From: Daniel Muino <dmuino@afip.gov.ar>
33062 Date: Mon, 14 Aug 2000 16:58:11 -0300
33063 Message-ID: <20000814165811.B16368@con2-dgi>
33064 Branch: perl
33065 ! perlsdio.h perlsfio.h
33066____________________________________________________________________________
33067[ 6623] By: jhi on 2000/08/14 20:47:36
33068 Log: Subject: warning: storage class after type is obsolescent
33069 From: Daniel Muino <dmuino@afip.gov.ar>
33070 Date: Mon, 14 Aug 2000 16:42:47 -0300
33071 Message-ID: <20000814164247.A16368@con2-dgi>
33072 Branch: perl
33073 ! regcomp.pl regnodes.h
33074____________________________________________________________________________
33075[ 6622] By: jhi on 2000/08/14 20:43:05
33076 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
33077 From: abigail@foad.org
33078 Date: 14 Aug 2000 20:00:10 -0000
33079 Message-Id: <20000814200010.27271.qmail@foad.org>
33080 Branch: perl
33081 ! Changes
33082____________________________________________________________________________
33083[ 6621] By: jhi on 2000/08/14 15:23:05
33084 Log: Update Changes.
33085 Branch: perl
33086 ! Changes
33087____________________________________________________________________________
33088[ 6620] By: jhi on 2000/08/14 15:22:14
33089 Log: Subject: Re: [PATCH] @+, @- readonly
33090 From: Mike Guy <mjtg@cam.ac.uk>
33091 Date: Mon, 14 Aug 2000 15:26:55 +0100
33092 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
33093 Branch: perl
33094 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
33095 ! sv.c t/op/pat.t
33096____________________________________________________________________________
33097[ 6619] By: jhi on 2000/08/14 14:12:08
33098 Log: Update Changes.
33099 Branch: perl
33100 ! Changes
33101____________________________________________________________________________
33102[ 6618] By: jhi on 2000/08/14 14:09:34
33103 Log: For now remove the mail code.
33104 Branch: perl
33105 ! perl.c
33106____________________________________________________________________________
33107[ 6617] By: jhi on 2000/08/14 14:08:28
33108 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
33109 Branch: perl
33110 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
33111 ! pod/perlfaq8.pod pod/perlsec.pod
33112____________________________________________________________________________
33113[ 6616] By: jhi on 2000/08/14 14:00:11
33114 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
33115 From: Mike Guy <mjtg@cam.ac.uk>
33116 Date: Mon, 14 Aug 2000 08:26:02 +0100
33117 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
33118 Branch: perl
33119 ! lib/perl5db.pl
33120____________________________________________________________________________
33121[ 6615] By: jhi on 2000/08/14 13:58:45
33122 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
33123 From: Mike Guy <mjtg@cam.ac.uk>
33124 Date: Mon, 14 Aug 2000 08:04:22 +0100
33125 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
33126 Branch: perl
33127 ! gv.c mg.c t/op/pat.t
33128____________________________________________________________________________
33129[ 6614] By: jhi on 2000/08/14 13:56:45
33130 Log: Subject: Test fails / warnings with perl-current #6612
33131 From: Mike Guy <mjtg@cam.ac.uk>
33132 Date: Mon, 14 Aug 2000 07:57:23 +0100
33133 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
33134 Branch: perl
33135 ! t/lib/b.t t/lib/peek.t
33136____________________________________________________________________________
33137[ 6613] By: jhi on 2000/08/14 13:45:33
33138 Log: VMS configure.com update continues.
33139 Branch: perl
33140 - vms/configure.com
33141 ! MANIFEST configure.com
33142____________________________________________________________________________
33143[ 6612] By: jhi on 2000/08/13 22:13:35
33144 Log: Update Changes.
33145 Branch: perl
33146 ! Changes
33147____________________________________________________________________________
33148[ 6611] By: jhi on 2000/08/13 16:21:45
33149 Log: Upgrade to CGI 2.71, from Lincoln Stein.
33150 Branch: perl
33151 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
33152____________________________________________________________________________
33153[ 6610] By: jhi on 2000/08/13 15:09:16
33154 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
33155 From: Mike Guy <mjtg@cam.ac.uk>
33156 Date: Sun, 13 Aug 2000 13:45:51 +0100
33157 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
33158 Branch: perl
33159 ! t/op/regmesg.t
33160____________________________________________________________________________
33161[ 6609] By: jhi on 2000/08/13 14:31:26
33162 Log: Andreas says that 1.56 is fine, so reverting back to it.
33163 Branch: perl
33164 ! lib/CPAN.pm
33165____________________________________________________________________________
33166[ 6608] By: jhi on 2000/08/13 05:34:20
33167 Log: Update Changes.
33168 Branch: perl
33169 ! Changes
33170____________________________________________________________________________
33171[ 6607] By: jhi on 2000/08/13 05:32:01
33172 Log: Put back the \z changes of #5406 to CPAN.pm.
33173 Branch: perl
33174 ! lib/CPAN.pm
33175____________________________________________________________________________
33176[ 6606] By: jhi on 2000/08/13 05:20:16
33177 Log: Fix-n-skip the tests under 5005threads.
33178 Branch: perl
33179 ! t/lib/b.t
33180____________________________________________________________________________
33181[ 6605] By: jhi on 2000/08/13 05:07:48
33182 Log: Fix the test for 5005threads.
33183 Branch: perl
33184 ! t/lib/peek.t
33185____________________________________________________________________________
33186[ 6604] By: jhi on 2000/08/13 03:35:37
33187 Log: Should have deleted this in #6603.
33188 Branch: perl
33189 - vms/subconfigure.com
33190____________________________________________________________________________
33191[ 6603] By: jhi on 2000/08/12 18:29:32
33192 Log: Rewrite of vms/subconfigure.com as configure.com,
33193 from Peter Prymmer and the vmsperl crew.
33194 Branch: perl
33195 + vms/configure.com
33196 ! MANIFEST
33197____________________________________________________________________________
33198[ 6602] By: jhi on 2000/08/11 13:00:01
33199 Log: PlainText.pm is dead.
33200 Branch: perl
33201 - lib/Pod/PlainText.pm
33202 ! MANIFEST
33203____________________________________________________________________________
33204[ 6601] By: jhi on 2000/08/11 04:06:45
33205 Log: Update Changes.
33206 Branch: perl
33207 ! Changes
33208____________________________________________________________________________
33209[ 6600] By: jhi on 2000/08/11 04:06:10
33210 Log: Add a few missing files, update MANIFEST.
33211 Branch: perl
33212 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
33213 + lib/Pod/PlainText.pm t/pod/find.t
33214 ! MANIFEST t/op/regmesg.t
33215____________________________________________________________________________
33216[ 6599] By: jhi on 2000/08/11 03:31:10
33217 Log: Add Perl debugging tutorial, regen toc.
33218
33219 Subject: perldebtut.pod
33220 From: Richard Foley <Richard.Foley@m.dasa.de>
33221 Date: Wed, 09 Aug 2000 10:17:15 +0200
33222 Message-id: <3991138B.262247B8@m.dasa.de>
33223 Branch: perl
33224 + pod/perldebtut.pod
33225 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33226____________________________________________________________________________
33227[ 6598] By: jhi on 2000/08/11 02:48:56
33228 Log: tiny Changes edit
33229 Branch: perl
33230 ! Changes
33231____________________________________________________________________________
33232[ 6597] By: jhi on 2000/08/11 02:39:04
33233 Log: Tests for #6589.
33234
33235 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33236 From: simon@brecon.co.uk (Simon Cozens)
33237 Date: 11 Aug 2000 02:24:52 GMT
33238 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
33239 Branch: perl
33240 ! t/lib/b.t
33241____________________________________________________________________________
33242[ 6596] By: jhi on 2000/08/11 01:50:07
33243 Log: Update Changes.
33244 Branch: perl
33245 ! Changes
33246____________________________________________________________________________
33247[ 6595] By: jhi on 2000/08/11 01:47:16
33248 Log: nitfix
33249 Branch: perl
33250 ! Changes
33251____________________________________________________________________________
33252[ 6594] By: jhi on 2000/08/11 01:36:16
33253 Log: Subject: Getting perlio and threads to compile
33254 From: Lupe Christoph <lupe@lupe-christoph.de>
33255 Date: Wed, 9 Aug 2000 11:35:54 +0200
33256 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
33257
33258 (the Solaris version changes in Configure skipped)
33259 Branch: perl
33260 ! hints/solaris_2.sh thread.h
33261____________________________________________________________________________
33262[ 6593] By: jhi on 2000/08/11 01:30:16
33263 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
33264 From: simon@brecon.co.uk (Simon Cozens)
33265 Date: 1 Aug 2000 06:55:19 GMT
33266 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
33267 Branch: perl
33268 ! lib/utf8.pm
33269____________________________________________________________________________
33270[ 6592] By: jhi on 2000/08/11 01:26:39
33271 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
33272 From: Peter Scott <Peter@PeterScott.com>
33273 Date: Thu, 10 Aug 2000 08:23:27 -0700
33274 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
33275 Branch: perl
33276 ! lib/perl5db.pl
33277____________________________________________________________________________
33278[ 6591] By: jhi on 2000/08/11 01:22:02
33279 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
33280 From: Hugo <hv@crypt.compulink.co.uk>
33281 Date: Thu, 10 Aug 2000 19:23:04 +0100
33282 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
33283 Branch: perl
33284 ! regexec.c t/op/pat.t
33285____________________________________________________________________________
33286[ 6590] By: jhi on 2000/08/11 01:19:19
33287 Log: Preprocessing and postprocessing for File::Find.
33288
33289 Subject: Patch to Find::File.pm to allow alphabetical results
33290 From: Joe Smith <jsmith@inwap.com>
33291 Date: Wed, 9 Aug 2000 02:44:54 -0700
33292 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
33293 Branch: perl
33294 ! lib/File/Find.pm
33295____________________________________________________________________________
33296[ 6589] By: jhi on 2000/08/11 01:12:39
33297 Log: B::Deparse didn't do sub attributes.
33298
33299 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33300 From: simon@brecon.co.uk (Simon Cozens)
33301 Date: 9 Aug 2000 04:49:20 GMT
33302 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
33303 Branch: perl
33304 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
33305____________________________________________________________________________
33306[ 6588] By: jhi on 2000/08/11 01:06:40
33307 Log: Subject: debugger "d" command doesnt check line number
33308 From: Mike Guy <mjtg@cam.ac.uk>
33309 Date: Tue, 08 Aug 2000 21:54:29 +0100
33310 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
33311 Branch: perl
33312 ! lib/perl5db.pl mg.c pod/perldiag.pod
33313____________________________________________________________________________
33314[ 6587] By: jhi on 2000/08/11 00:45:03
33315 Log: sleep(1) does not necessarily return 1.
33316
33317 Subject: [PATCH bleadperl] op/lex_assign.t
33318 From: Hugo <hv@crypt.compulink.co.uk>
33319 Date: Thu, 03 Aug 2000 14:34:22 +0100
33320 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
33321 Branch: perl
33322 ! t/op/lex_assign.t
33323____________________________________________________________________________
33324[ 6586] By: jhi on 2000/08/11 00:31:50
33325 Log: Document the IO::Select timeout.
33326 Branch: perl
33327 ! ext/IO/lib/IO/Select.pm
33328____________________________________________________________________________
33329[ 6585] By: jhi on 2000/08/11 00:13:54
33330 Log: Forgot contributor.
33331 Branch: perl
33332 ! Changes
33333____________________________________________________________________________
33334[ 6584] By: jhi on 2000/08/11 00:09:19
33335 Log: detypo
33336 Branch: perl
33337 ! Changes
33338____________________________________________________________________________
33339[ 6583] By: jhi on 2000/08/11 00:07:53
33340 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
33341
33342 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
33343 From: Mike Guy <mjtg@cam.ac.uk>
33344 Date: Thu, 10 Aug 2000 15:50:54 +0100
33345 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
33346 Branch: perl
33347 ! sv.c t/op/int.t
33348____________________________________________________________________________
33349[ 6582] By: jhi on 2000/08/10 23:29:32
33350 Log: Update Changes.
33351 Branch: perl
33352 ! Changes
33353____________________________________________________________________________
33354[ 6581] By: jhi on 2000/08/10 23:26:16
33355 Log: Put back the std @INC thing.
33356 Branch: perl
33357 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
33358 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
33359 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
33360 ! t/lib/gol-oo.t
33361____________________________________________________________________________
33362[ 6580] By: jhi on 2000/08/10 23:03:34
33363 Log: Update to CGI 2.70, from Lincoln Stein.
33364 Branch: perl
33365 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
33366 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
33367 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
33368 ! t/lib/cgi-request.t
33369____________________________________________________________________________
33370[ 6579] By: jhi on 2000/08/10 22:41:50
33371 Log: Update to CPAN 1.56, from Andreas König.
33372 Branch: perl
33373 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33374____________________________________________________________________________
33375[ 6578] By: jhi on 2000/08/10 22:38:13
33376 Log: Update to Pod::Parser 1.17, from Brad Appleton.
33377 Branch: perl
33378 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
33379 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
33380 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
33381 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
33382 ! t/pod/include.t t/pod/included.t t/pod/lref.t
33383 ! t/pod/multiline_items.t t/pod/nested_items.t
33384 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
33385 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
33386 ! t/pod/special_seqs.t
33387____________________________________________________________________________
33388[ 6577] By: jhi on 2000/08/10 22:35:41
33389 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
33390 Branch: perl
33391 ! AUTHORS MAINTAIN
33392____________________________________________________________________________
33393[ 6576] By: jhi on 2000/08/10 22:24:54
33394 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
33395 Branch: perl
33396 + t/lib/gol-oo.t
33397 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
33398 ! t/lib/gol-compat.t t/lib/gol-linkage.t
33399____________________________________________________________________________
33400[ 6575] By: jhi on 2000/08/10 22:02:07
33401 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
33402 Branch: perl
33403 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
33404____________________________________________________________________________
33405[ 6574] By: jhi on 2000/08/10 21:55:03
33406 Log: Iterating perl6 description.
33407 Branch: perl
33408 ! pod/perlfaq1.pod
33409____________________________________________________________________________
33410[ 6573] By: jhi on 2000/08/10 21:48:26
33411 Log: Revert the sv.c part of #6559, a better fix is needed.
33412 Branch: perl
33413 ! sv.c
33414____________________________________________________________________________
33415[ 6572] By: jhi on 2000/08/10 20:33:43
33416 Log: It's the 2ndO'ROSSC.
33417 Branch: perl
33418 ! pod/perlfaq1.pod
33419____________________________________________________________________________
33420[ 6571] By: jhi on 2000/08/10 15:55:48
33421 Log: detypo
33422 Branch: perl
33423 ! pod/perlfaq1.pod
33424____________________________________________________________________________
33425[ 6570] By: jhi on 2000/08/10 14:11:17
33426 Log: An exceptionally sticky typo.
33427 Branch: perl
33428 ! Changes
33429____________________________________________________________________________
33430[ 6569] By: jhi on 2000/08/10 14:09:33
33431 Log: detypo (and test Changes updating script)
33432 Branch: perl
33433 ! Changes
33434____________________________________________________________________________
33435[ 6568] By: jhi on 2000/08/10 14:07:07
33436 Log: Update Changes.
33437 Branch: perl
33438 ! Changes
33439____________________________________________________________________________
33440[ 6567] By: jhi on 2000/08/10 14:06:19
33441 Log: Amend the description of Perl6.
33442 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
33443 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33444 Date: Wed, 9 Aug 2000 22:11:06 -0500
33445 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
33446 Branch: perl
33447 ! pod/perlfaq1.pod
33448____________________________________________________________________________
33449[ 6566] By: jhi on 2000/08/10 13:58:57
33450 Log: Subject: Remove dead entry in perldiag
33451 From: Mike Guy <mjtg@cam.ac.uk>
33452 Date: Thu, 10 Aug 2000 14:19:19 +0100
33453 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
33454 Branch: perl
33455 ! pod/perldiag.pod
33456____________________________________________________________________________
33457[ 6565] By: jhi on 2000/08/10 13:51:48
33458 Log: Zero entries were skipped, fix from Adrian Goalby
33459 <argoalby@yahoo.co.uk>
33460 Branch: perl
33461 ! lib/unicode/Number.pl lib/unicode/mktables.PL
33462____________________________________________________________________________
33463[ 6564] By: jhi on 2000/08/10 13:00:12
33464 Log: Subject: [PATCH 5.6.0] cygwin port
33465 From: "Fifer, Eric" <EFifer@sanwaint.com>
33466 Date: Thu, 10 Aug 2000 13:15:36 +0100
33467 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
33468 Branch: perl
33469 ! README.cygwin hints/cygwin.sh
33470____________________________________________________________________________
33471[ 6563] By: jhi on 2000/08/10 12:55:16
33472 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
33473 Branch: perl
33474 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
33475____________________________________________________________________________
33476[ 6562] By: gsar on 2000/08/10 08:38:39
33477 Log: warn is a macro, avoid using at a variable to avoid warnings
33478 in some configurations; readdir.t is too conservative in
33479 estimating number of *.t's
33480 Branch: perl
33481 ! t/op/readdir.t util.c
33482____________________________________________________________________________
33483[ 6561] By: jhi on 2000/08/09 23:35:42
33484 Log: Update Changes.
33485 Branch: perl
33486 ! Changes
33487____________________________________________________________________________
33488[ 6560] By: jhi on 2000/08/09 23:05:47
33489 Log: Subject: Re: enhanced(?) regex error messages
33490 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33491 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
33492 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
33493
33494 (plus two small patches sent privately)
33495 (this still seems to leave few test failures)
33496 Branch: perl
33497 + t/op/regmesg.t
33498 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
33499 ! t/pragma/warn/regcomp
33500____________________________________________________________________________
33501[ 6559] By: jhi on 2000/08/09 20:41:18
33502 Log: (The fix did work but was not right, retracted in #6573)
33503
33504 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
33505 From: Christian Kirsch <ck@held.mind.de>
33506 Date: Wed, 9 Aug 2000 17:05:17 +0200
33507 Message-Id: <20000809170517.A25389@held>
33508 Branch: perl
33509 ! sv.c t/pragma/locale.t
33510____________________________________________________________________________
33511[ 6558] By: jhi on 2000/08/08 22:34:08
33512 Log: Tiny updates on the contributors list.
33513 Branch: perl
33514 ! Changes
33515____________________________________________________________________________
33516[ 6557] By: jhi on 2000/08/08 19:34:28
33517 Log: Double check that we have a dirhandle.
33518 Branch: perl
33519 ! util.c
33520____________________________________________________________________________
33521[ 6556] By: jhi on 2000/08/08 19:01:51
33522 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
33523 May be repopulated with fresh maintained examples.
33524 Branch: perl
33525 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
33526 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
33527 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
33528 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
33529 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
33530 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
33531 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
33532 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
33533 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
33534 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
33535 + lib/CGI/eg/wilogo_gif.uu
33536 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
33537 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
33538 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
33539 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
33540 - eg/cgi/frameset.cgi eg/cgi/index.html
33541 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
33542 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
33543 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
33544 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
33545 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
33546 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
33547 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
33548 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
33549 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
33550 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
33551 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
33552 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
33553 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
33554 - eg/van/vanish eg/who eg/wrapsuid
33555 ! MANIFEST
33556____________________________________________________________________________
33557[ 6555] By: jhi on 2000/08/08 18:51:08
33558 Log: Delete chat2 as requested by Randal.
33559
33560 Subject: Re: perlfaq8 coyness
33561 From: merlyn@stonehenge.com (Randal L. Schwartz)
33562 Date: 15 May 2000 18:52:42 -0700
33563 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
33564 Branch: perl
33565 - lib/chat2.pl
33566 ! MANIFEST
33567____________________________________________________________________________
33568[ 6554] By: jhi on 2000/08/08 18:31:35
33569 Log: Regen global.sym.
33570 Branch: perl
33571 ! global.sym
33572____________________________________________________________________________
33573[ 6553] By: jhi on 2000/08/08 18:28:13
33574 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
33575 (either perlbug or p5p ate the original), plus regen
33576 perlapi and perltoc.
33577 Branch: perl
33578 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
33579 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
33580 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
33581 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
33582 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
33583 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
33584 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
33585 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
33586 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
33587 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
33588____________________________________________________________________________
33589[ 6552] By: jhi on 2000/08/08 18:06:29
33590 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
33591 From: Mike Guy <mjtg@cam.ac.uk>
33592 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
33593 Date: Tue, 08 Aug 2000 15:51:27 +0100
33594 Branch: perl
33595 ! doop.c sv.h t/op/join.t t/pragma/overload.t
33596____________________________________________________________________________
33597[ 6551] By: jhi on 2000/08/08 18:01:11
33598 Log: Re-apply #6549.
33599 Branch: perl
33600 ! lib/perl5db.pl
33601____________________________________________________________________________
33602[ 6550] By: jhi on 2000/08/08 17:43:08
33603 Log: Accidental retraction of #6549.
33604 Branch: perl
33605 ! lib/perl5db.pl
33606____________________________________________________________________________
33607[ 6549] By: jhi on 2000/08/08 17:40:04
33608 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
33609 From: Mike Guy <mjtg@cam.ac.uk>
33610 Date: Mon, 07 Aug 2000 21:49:58 +0100
33611 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
33612 Branch: perl
33613 ! lib/perl5db.pl
33614____________________________________________________________________________
33615[ 6548] By: jhi on 2000/08/08 17:37:57
33616 Log: Document here-doc better.
33617
33618 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
33619 From: Mike Guy <mjtg@cam.ac.uk>
33620 Date: Mon, 07 Aug 2000 14:02:09 +0100
33621 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
33622 Branch: perl
33623 ! pod/perldata.pod
33624____________________________________________________________________________
33625[ 6547] By: jhi on 2000/08/08 17:33:34
33626 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
33627 From: "Randy J. Ray" <rjray@redhat.com>
33628 Date: Mon, 07 Aug 2000 19:12:25 -0700
33629 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
33630 Branch: perl
33631 ! perl.c pod/perlrun.pod
33632____________________________________________________________________________
33633[ 6546] By: jhi on 2000/08/08 17:29:26
33634 Log: Subject: Re: enhanced(?) regex error messages
33635 From: Hugo <hv@crypt.compulink.co.uk>
33636 Date: Tue, 08 Aug 2000 03:25:51 +0100
33637 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
33638
33639 plus Capitalize the error messages, plus perldiag them.
33640 Branch: perl
33641 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
33642____________________________________________________________________________
33643[ 6545] By: jhi on 2000/08/08 13:59:28
33644 Log: Augment #6539 a bit: don't croak if there's magic in the air.
33645
33646 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
33647 From: Hugo <hv@crypt.compulink.co.uk>
33648 Date: Tue, 08 Aug 2000 03:02:03 +0100
33649 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
33650 Branch: perl
33651 ! pp.c t/op/bless.t
33652____________________________________________________________________________
33653[ 6544] By: jhi on 2000/08/07 21:11:52
33654 Log: Make the test -w clean.
33655 Branch: perl
33656 ! t/op/bless.t
33657____________________________________________________________________________
33658[ 6543] By: jhi on 2000/08/07 19:49:53
33659 Log: use warnings instead of $^W.
33660 Branch: perl
33661 ! t/op/bless.t
33662____________________________________________________________________________
33663[ 6542] By: jhi on 2000/08/07 17:41:41
33664 Log: Disable a portability warning Because We Know What We Are Doing.
33665 Branch: perl
33666 ! t/op/bless.t
33667____________________________________________________________________________
33668[ 6541] By: jhi on 2000/08/07 17:29:51
33669 Log: Tiny tidying on report_evil_fh().
33670 Branch: perl
33671 ! util.c
33672____________________________________________________________________________
33673[ 6540] By: jhi on 2000/08/07 16:37:38
33674 Log: Make regular expression parse error messages easier to understand.
33675
33676 Subject: Re: enhanced(?) regex error messages
33677 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33678 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
33679 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
33680 Branch: perl
33681 ! regcomp.c
33682____________________________________________________________________________
33683[ 6539] By: jhi on 2000/08/07 16:12:27
33684 Log: Make bless(REF, REF) a fatal error, add bless tests.
33685
33686 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
33687 From: Hugo <hv@crypt.compulink.co.uk>
33688 Date: Mon, 07 Aug 2000 16:59:38 +0100
33689 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
33690 Branch: perl
33691 + t/op/bless.t
33692 ! MANIFEST pod/perldiag.pod pp.c sv.c
33693____________________________________________________________________________
33694[ 6538] By: jhi on 2000/08/07 15:59:43
33695 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
33696 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
33697 Date: Thu, 3 Aug 2000 14:29:21 -0700
33698 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
33699 Branch: perl
33700 ! lib/lib_pm.PL
33701____________________________________________________________________________
33702[ 6537] By: jhi on 2000/08/07 15:47:18
33703 Log: Retract #6419 for now since it breaks in AFS and MachTen.
33704 Branch: perl
33705 ! lib/Cwd.pm
33706____________________________________________________________________________
33707[ 6536] By: jhi on 2000/08/07 15:05:29
33708 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
33709 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
33710 The security hole exists only in suidperls, which isn't
33711 installed or even built by default.
33712 Branch: perl
33713 ! perl.c
33714____________________________________________________________________________
33715[ 6535] By: jhi on 2000/08/07 14:45:14
33716 Log: tr memory corruption fix from Simon Cozens.
33717 Branch: perl
33718 ! doop.c
33719____________________________________________________________________________
33720[ 6534] By: jhi on 2000/08/06 11:38:16
33721 Log: Document a bit that UDP is not what you might think.
33722
33723 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
33724 From: Lupe Christoph <lupe@lupe-christoph.de>
33725 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
33726 Date: Mon, 24 Jul 2000 08:59:15 +0200
33727 Branch: perl
33728 ! pod/perlipc.pod
33729____________________________________________________________________________
33730[ 6533] By: jhi on 2000/08/06 11:35:01
33731 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
33732 From: Jeff Pinyan <jeffp@hut.crusoe.net>
33733 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
33734 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
33735 Branch: perl
33736 ! pod/perlfunc.pod
33737____________________________________________________________________________
33738[ 6532] By: jhi on 2000/08/06 03:45:41
33739 Log: Have symbols for the IoTYPEs.
33740 Branch: perl
33741 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
33742____________________________________________________________________________
33743[ 6531] By: jhi on 2000/08/06 01:33:55
33744 Log: Continue fixing the io warnings. This also
33745 sort of fixes bug ID 20000802.003: the core dump
33746 is no more. Whether the current behaviour is correct
33747 (giving a warning: "Not a format reference"), is another matter.
33748 Branch: perl
33749 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
33750 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
33751____________________________________________________________________________
33752[ 6530] By: jhi on 2000/08/05 21:33:12
33753 Log: Change the Policy policy: now -Dprefix= with an existing
33754 Policy.sh and prefix == siteprefix == vendorprefix, then all
33755 of them follow along the new prefix.
33756
33757 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
33758 From: Andy Dougherty <doughera@lafayette.edu>
33759 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
33760 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
33761 Branch: perl
33762 ! Policy_sh.SH
33763____________________________________________________________________________
33764[ 6529] By: jhi on 2000/08/05 18:57:28
33765 Log: Zap lib/Sys directory when cleaning up.
33766 Branch: perl
33767 ! Makefile.SH
33768____________________________________________________________________________
33769[ 6528] By: jhi on 2000/08/05 18:40:44
33770 Log: Essential prototype changes were missing from #6527.
33771 Also make report_evil_fh() more bomb-proof.
33772 Branch: perl
33773 ! embed.h util.c
33774____________________________________________________________________________
33775[ 6527] By: jhi on 2000/08/05 03:22:05
33776 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
33777 From: "Ronald F. Guilmette" <rfg@monkeys.com>
33778 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
33779 Message-Id: <200007242247.PAA52177@monkeys.com>
33780 Branch: perl
33781 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
33782____________________________________________________________________________
33783[ 6526] By: jhi on 2000/08/04 21:23:27
33784 Log: gcc versions might have (parentheses) in them.
33785 Branch: metaconfig/U/perl
33786 ! gccvers.U
33787 Branch: perl
33788 ! Configure config_h.SH
33789____________________________________________________________________________
33790[ 6525] By: jhi on 2000/08/04 20:23:12
33791 Log: Weed buglets pointed out by
33792
33793 From: Lupe Christoph <lupe@lupe-christoph.de>
33794 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
33795 Date: Fri, 4 Aug 2000 17:34:39 +0200
33796 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
33797 Branch: metaconfig/U/perl
33798 ! gccvers.U uselfs.U
33799 Branch: perl
33800 ! Configure config_h.SH
33801____________________________________________________________________________
33802[ 6524] By: jhi on 2000/08/04 19:02:08
33803 Log: Warn under -w if lstat(FH) is attempted.
33804
33805 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
33806 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
33807 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
33808 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
33809 Branch: perl
33810 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
33811 ! t/pragma/warn/pp_sys
33812____________________________________________________________________________
33813[ 6523] By: jhi on 2000/08/04 12:31:11
33814 Log: Subject: New perlcc, take 2
33815 From: simon@brecon.co.uk (Simon Cozens)
33816 Date: 4 Aug 2000 06:21:04 GMT
33817 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
33818 Branch: perl
33819 ! utils/perlcc.PL
33820____________________________________________________________________________
33821[ 6522] By: jhi on 2000/08/04 12:26:33
33822 Log: Subject: Re: Array vs. List context
33823 From: Daniel Chetlin <daniel@chetlin.com>
33824 Date: Fri, 4 Aug 2000 00:22:44 -0700
33825 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
33826 Branch: perl
33827 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
33828 ! pod/perlfaq4.pod
33829____________________________________________________________________________
33830[ 6521] By: jhi on 2000/08/04 12:22:38
33831 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
33832 From: Raymund Will <ray@caldera.de>
33833 Date: Fri, 4 Aug 2000 12:07:09 +0200
33834 Message-Id: <20000804120709.A14982@caldera.de>
33835 Branch: perl
33836 ! configure.gnu
33837____________________________________________________________________________
33838[ 6520] By: jhi on 2000/08/04 04:09:06
33839 Log: After the #6519 a warning about stat() is just that,
33840 not about a filetest, which now have their own warning.
33841 Branch: perl
33842 ! pod/perldiag.pod
33843____________________________________________________________________________
33844[ 6519] By: jhi on 2000/08/04 04:06:30
33845 Log: In the warnings call filehandles consistently so;
33846 add "unopened" warning for stat().
33847 Branch: perl
33848 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
33849 ! t/pragma/warn/pp_sys
33850____________________________________________________________________________
33851[ 6518] By: jhi on 2000/08/04 02:55:35
33852 Log: Subject: Minor tweak to perlvar.pod
33853 From: "Stephen P. Potter" <spp@ds.net>
33854 Date: Tue, 18 Apr 2000 09:26:03 -0400
33855 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
33856 Branch: perl
33857 ! pod/perlvar.pod
33858____________________________________________________________________________
33859[ 6517] By: jhi on 2000/08/04 02:50:08
33860 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
33861 From: "Clinton Pierce" <cpierce1@ford.com>
33862 Date: Wed, 21 Jul 1999 16:45:31 -0400
33863 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
33864
33865 Fix by Stephen Potter (visible in the bug db but not in p5p?)
33866 Branch: perl
33867 ! pod/perlfunc.pod pod/perlop.pod
33868____________________________________________________________________________
33869[ 6516] By: jhi on 2000/08/04 02:09:25
33870 Log: This is 6512. Really.
33871 Branch: perl
33872 ! dump.c
33873____________________________________________________________________________
33874[ 6515] By: jhi on 2000/08/04 01:25:50
33875 Log: mention the idea of @( and @)
33876 Branch: perl
33877 ! Todo-5.6
33878____________________________________________________________________________
33879[ 6514] By: bailey on 2000/08/04 01:18:46
33880 Log: YA resync with mainstem, including VMS patches from others
33881 Branch: vmsperl
33882 +> (branch 48 files)
33883 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
33884 !> (integrate 354 files)
33885____________________________________________________________________________
33886[ 6513] By: jhi on 2000/08/04 01:18:18
33887 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
33888 From: Mark Dickinson <dickins3@fas.harvard.edu>
33889 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
33890 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
33891 Branch: perl
33892 ! t/op/grent.t t/op/pwent.t
33893____________________________________________________________________________
33894[ 6512] By: jhi on 2000/08/04 01:14:06
33895 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
33896 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33897 Date: Wed, 02 Aug 2000 10:51:01 +0100
33898 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
33899 Branch: perl
33900 ! sv.c
33901____________________________________________________________________________
33902[ 6511] By: jhi on 2000/08/04 00:57:00
33903 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
33904 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33905 Date: Thu, 03 Aug 2000 17:20:04 -0700
33906 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
33907 Branch: metaconfig
33908 ! U/modified/Cppsym.U
33909 Branch: perl
33910 ! Configure config_h.SH
33911____________________________________________________________________________
33912[ 6510] By: jhi on 2000/08/04 00:25:28
33913 Log: detypo
33914 Branch: perl
33915 ! Makefile.SH
33916____________________________________________________________________________
33917[ 6509] By: jhi on 2000/08/03 23:43:18
33918 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
33919 From: Dominic Dunlop <domo@computer.org>
33920 Date: Thu, 3 Aug 2000 22:16:46 +0200
33921 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
33922 Branch: perl
33923 ! t/op/sprintf.t
33924____________________________________________________________________________
33925[ 6508] By: jhi on 2000/08/03 23:40:37
33926 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
33927 From: Hugo <hv@crypt.compulink.co.uk>
33928 Date: Thu, 03 Aug 2000 18:25:30 +0100
33929 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
33930 Branch: perl
33931 ! regcomp.c t/op/re_tests
33932____________________________________________________________________________
33933[ 6507] By: jhi on 2000/08/03 23:38:28
33934 Log: Subject: [PATCH] sv.h documentation - SvLEN
33935 From: Mike Guy <mjtg@cam.ac.uk>
33936 Date: Thu, 03 Aug 2000 14:43:09 +0100
33937 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
33938 Branch: perl
33939 ! sv.h
33940____________________________________________________________________________
33941[ 6506] By: jhi on 2000/08/03 15:49:14
33942 Log: Disable the fix_pl hack for now.
33943 Branch: perl
33944 ! Makefile.SH
33945____________________________________________________________________________
33946[ 6505] By: jhi on 2000/08/03 13:49:04
33947 Log: Add a URL for FSF.
33948
33949 Subject: Patch for README
33950 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33951 Date: Wed, 2 Aug 2000 13:25:09 -0500
33952 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
33953 Branch: perl
33954 ! README
33955____________________________________________________________________________
33956[ 6504] By: jhi on 2000/08/03 13:29:19
33957 Log: Be more informative on what is skipped and why,
33958 also repeat the list at the end.
33959 Branch: perl
33960 ! Porting/p4desc
33961____________________________________________________________________________
33962[ 6503] By: jhi on 2000/08/03 13:07:05
33963 Log: Circumvent the removal of .patch by fix_pl.
33964
33965 Subject: Re: [ID 20000802.011] unable to 'make test'
33966 From: simon@brecon.co.uk (Simon Cozens)
33967 Date: 3 Aug 2000 04:17:00 GMT
33968 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
33969 Branch: perl
33970 ! Makefile.SH
33971____________________________________________________________________________
33972[ 6502] By: jhi on 2000/08/03 00:14:34
33973 Log: Add the missing setproctitle unit.
33974 Branch: metaconfig/U/perl
33975 + d_setproctitle.U
33976____________________________________________________________________________
33977[ 6501] By: jhi on 2000/08/03 00:00:26
33978 Log: The subtest 4 may fail also on VOBS, as pointed out
33979 by Nick Ing-Simmons in November 1999, bug id 19991124.003
33980 (but the failure in that bug report isn't the subtest 4).
33981 Branch: perl
33982 ! t/op/stat.t
33983____________________________________________________________________________
33984[ 6500] By: jhi on 2000/08/02 23:49:30
33985 Log: Better skip message for the test; one of the two problems in
33986
33987 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
33988 From: Lupe Christoph <lupe@lupe-christoph.de>
33989 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
33990 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
33991 Branch: perl
33992 ! t/op/numconvert.t
33993____________________________________________________________________________
33994[ 6499] By: jhi on 2000/08/02 22:49:16
33995 Log: Allow "no Module;" even if there is no 'unimport'.
33996
33997 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
33998 From: mjd@plover.com
33999 Date: 24 Mar 2000 15:24:34 -0000
34000 Message-Id: <20000324152434.15160.qmail@plover.com>
34001 Branch: perl
34002 ! gv.c
34003____________________________________________________________________________
34004[ 6498] By: jhi on 2000/08/02 22:42:58
34005 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
34006 that are hopefully soon put into use.
34007 Branch: perl
34008 ! opcode.h opcode.pl opnames.h
34009____________________________________________________________________________
34010[ 6497] By: gsar on 2000/08/02 22:28:59
34011 Log: require.t needs binmode() to work on windows
34012 Branch: perl
34013 ! t/comp/require.t
34014____________________________________________________________________________
34015[ 6496] By: jhi on 2000/08/02 22:08:51
34016 Log: Document the IVdf UVuf UVof UVxf.
34017 Branch: perl
34018 ! pod/perlguts.pod
34019____________________________________________________________________________
34020[ 6495] By: jhi on 2000/08/02 21:54:26
34021 Log: detypo #6494
34022 Branch: perl
34023 ! ext/Data/Dumper/Dumper.xs
34024____________________________________________________________________________
34025[ 6494] By: jhi on 2000/08/02 21:49:17
34026 Log: Dump UVs as UVs in Data::Dumper.
34027
34028 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
34029 From: Gurusamy Sarathy <gsar@ActiveState.com>
34030 Date: Thu, 27 Apr 2000 12:26:25 -0700
34031 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
34032 Branch: perl
34033 ! ext/Data/Dumper/Dumper.xs
34034____________________________________________________________________________
34035[ 6493] By: jhi on 2000/08/02 17:01:58
34036 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
34037 From: Hugo <hv@crypt.compulink.co.uk>
34038 Date: Wed, 02 Aug 2000 14:53:56 +0100
34039 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
34040 Branch: perl
34041 ! regexec.c t/op/re_tests
34042____________________________________________________________________________
34043[ 6492] By: jhi on 2000/08/02 15:02:46
34044 Log: The new setproctitle() feature is available only in
34045 bleeding edge FreeBSD. From Paul Saab.
34046 Branch: perl
34047 ! mg.c
34048____________________________________________________________________________
34049[ 6491] By: jhi on 2000/08/02 13:34:36
34050 Log: The tr utf8 patching continues.
34051
34052 Subject: Re: #6469, too many tests claimed in require.t
34053 From: simon@brecon.co.uk (Simon Cozens)
34054 Date: 2 Aug 2000 02:37:17 GMT
34055 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
34056
34057 (the logic of the test was the wrong way round in the patch)
34058 Branch: perl
34059 ! doop.c
34060____________________________________________________________________________
34061[ 6490] By: jhi on 2000/08/02 13:27:38
34062 Log: The name of a filehandle does not have <these>.
34063 Branch: perl
34064 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
34065 ! t/pragma/warn/pp_sys util.c
34066____________________________________________________________________________
34067[ 6489] By: jhi on 2000/08/02 04:26:46
34068 Log: Remove the extraneous "main::" prefix from all the
34069 "opened only for", "on closed", and "never opened" warnings.
34070
34071 Subject: Re: inappropriate warning
34072 From: Gurusamy Sarathy <gsar@ActiveState.com>
34073 Date: Mon, 20 Mar 2000 11:28:02 -0800
34074 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
34075 Branch: perl
34076 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
34077 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
34078 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
34079____________________________________________________________________________
34080[ 6488] By: jhi on 2000/08/02 03:02:57
34081 Log: memcpy has n o in it, as pinted ut by Sarathy.
34082 Branch: perl
34083 ! pod/perlguts.pod
34084____________________________________________________________________________
34085[ 6487] By: jhi on 2000/08/02 02:44:51
34086 Log: Document in one place the memory abstractions used in Perl core.
34087
34088 Subject: Re: Memory abstraction
34089 From: simon@brecon.co.uk (Simon Cozens)
34090 Date: 2 Aug 2000 02:20:23 GMT
34091 Organization: Earth.li Origins
34092 Branch: perl
34093 ! pod/perlguts.pod
34094____________________________________________________________________________
34095[ 6486] By: jhi on 2000/08/02 02:41:57
34096 Log: regen_headers, regen perltoc.
34097 Branch: perl
34098 ! perlapi.c pod/perltoc.pod
34099____________________________________________________________________________
34100[ 6485] By: jhi on 2000/08/02 01:43:33
34101 Log: "This little thing tests for a file .patch, and if it contains
34102 a number, pops into patchlevel.h" (making it easier to track
34103 which development version people are reporting bugs against)
34104
34105 Subject: Patchlevel autogeneration for repository perls
34106 From: simon@brecon.co.uk (Simon Cozens)
34107 Date: 14 Jul 2000 07:12:15 GMT
34108 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
34109 Branch: perl
34110 + fix_pl
34111 ! MANIFEST Makefile.SH
34112____________________________________________________________________________
34113[ 6484] By: jhi on 2000/08/02 01:32:54
34114 Log: FreeBSD 3.* updates from
34115
34116 From: Paul Saab <ps@yahoo-inc.com>
34117 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
34118 Date: Tue, 1 Aug 2000 15:41:39 -0700
34119 Message-Id: <20000801154139.A53740@yahoo-inc.com>
34120 Branch: perl
34121 ! hints/freebsd.sh
34122____________________________________________________________________________
34123[ 6483] By: jhi on 2000/08/02 01:27:44
34124 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
34125 instead one must use setproctitle(). This was already addressed
34126 by change #6457, but the below has a new variant for FreeBSD 4.0
34127 or later, and the matter is also documented more.
34128
34129 From: Paul Saab <ps@yahoo-inc.com>
34130 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
34131 Date: Tue, 1 Aug 2000 15:41:39 -0700
34132 Message-Id: <20000801154139.A53740@yahoo-inc.com>
34133 Branch: metaconfig/U/perl
34134 + i_libutil.U
34135 Branch: perl
34136 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
34137____________________________________________________________________________
34138[ 6482] By: jhi on 2000/08/01 22:17:32
34139 Log: The test from this
34140
34141 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
34142 Date: Sat, 15 Apr 2000 17:03:44 +0100
34143 From: Tom Hughes <tom@compton.nu>
34144 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
34145
34146 was missing, the code change went in as #5989
34147 (which had a different test?)
34148 Branch: perl
34149 ! t/op/misc.t
34150____________________________________________________________________________
34151[ 6481] By: jhi on 2000/08/01 21:48:38
34152 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
34153 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34154 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
34155 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
34156 Branch: perl
34157 ! perl.h
34158____________________________________________________________________________
34159[ 6480] By: jhi on 2000/08/01 18:05:28
34160 Log: Make p4desc to skip non-mainperl branches by default.
34161 Branch: perl
34162 ! Porting/p4desc
34163____________________________________________________________________________
34164[ 6479] By: jhi on 2000/08/01 17:29:19
34165 Log: If gccosandvers is equal to osname, clear gccosandvers.
34166 Branch: metaconfig/U/perl
34167 ! gccvers.U
34168 Branch: perl
34169 ! Configure config_h.SH
34170____________________________________________________________________________
34171[ 6478] By: jhi on 2000/08/01 15:54:08
34172 Log: BOM patching from Simon Cozens.
34173 Branch: perl
34174 ! toke.c
34175____________________________________________________________________________
34176[ 6477] By: jhi on 2000/08/01 04:50:33
34177 Log: Stash away the largefiles flags and libswanted.
34178 Branch: perl
34179 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
34180____________________________________________________________________________
34181[ 6476] By: gsar on 2000/08/01 04:24:24
34182 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
34183 on Windows)
34184 Branch: perl
34185 ! t/pragma/utf8.t utf8.c win32/win32.c
34186____________________________________________________________________________
34187[ 6475] By: jhi on 2000/08/01 03:35:24
34188 Log: Make chr() for values >127 to create utf8 when under utf8.
34189
34190 Subject: Re: uft8/chr()
34191 From: simon@brecon.co.uk (Simon Cozens)
34192 Date: 1 Aug 2000 02:37:02 GMT
34193 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
34194 Branch: perl
34195 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
34196____________________________________________________________________________
34197[ 6474] By: jhi on 2000/08/01 02:36:18
34198 Log: In Digital UNIX warn if gcc explicitly chosen because even
34199 2.95.2 is known to cause problems.
34200 Branch: perl
34201 ! hints/dec_osf.sh
34202____________________________________________________________________________
34203[ 6473] By: jhi on 2000/08/01 02:00:56
34204 Log: Make the safety catch for buggy gccs work with triple version
34205 numbers like 2.95.2. Reported in
34206
34207 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
34208 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
34209 Date: Mon, 31 Jul 2000 14:55:06 +0200
34210 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
34211 Branch: perl
34212 ! hints/dec_osf.sh
34213____________________________________________________________________________
34214[ 6472] By: jhi on 2000/08/01 01:13:33
34215 Log: Subject: fix and question re: waitpid() under win32
34216 From: Brian Clarke <clarke@appliedmeta.com>
34217 Date: Fri, 28 Jul 2000 15:18:29 -0400
34218 Message-ID: <3981DC85.290314EB@appliedmeta.com>
34219
34220 Slightly reformatted and WNOHANG # define moved to win32.h
34221 so that also POSIX.xs sees it, as suggsted by Sarathy.
34222 Branch: perl
34223 ! win32/win32.c win32/win32.h
34224____________________________________________________________________________
34225[ 6471] By: jhi on 2000/08/01 00:55:05
34226 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
34227 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34228 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
34229 Date: Mon, 31 Jul 2000 13:28:51 +0100
34230
34231 (aka ID 20000730.002)
34232 Branch: perl
34233 ! op.c t/op/tr.t
34234____________________________________________________________________________
34235[ 6470] By: jhi on 2000/07/31 23:34:42
34236 Log: Document the problem with -P in HP-UX and its workaround.
34237
34238 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
34239 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
34240 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
34241 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
34242 Branch: perl
34243 ! README.hpux
34244____________________________________________________________________________
34245[ 6469] By: jhi on 2000/07/31 04:15:02
34246 Log: The swallow_bom() saga continues. The #23 of require.t
34247 (UTF16-LE) still fails (silently, no output) but the #22
34248 (UTF16-BE) seems to be working now. The root of the
34249 failure may be in sv_gets(): is it UTF-16LE-aware,
34250 especially when it comes to line endings?
34251 Branch: perl
34252 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
34253 ! t/comp/require.t toke.c utf8.c
34254____________________________________________________________________________
34255[ 6468] By: jhi on 2000/07/30 19:05:48
34256 Log: Find green threads before native threads.
34257
34258 Subject: Re: Patch to jpl/JNI/Makefile.PL
34259 From: Jens Thomsen <jens@fiend.cis.com>
34260 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
34261 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
34262 Branch: perl
34263 ! jpl/JNI/Makefile.PL
34264____________________________________________________________________________
34265[ 6467] By: jhi on 2000/07/30 18:36:22
34266 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
34267 Branch: perl
34268 ! doop.c
34269____________________________________________________________________________
34270[ 6466] By: jhi on 2000/07/30 04:37:29
34271 Log: A new version of the "remove UPPERACSE string comparison"
34272 operators. The problem with the previous one (change #6454)
34273 was that it was for Perl 5.6.0. From Paul Marquess.
34274 Branch: perl
34275 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
34276 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
34277 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
34278____________________________________________________________________________
34279[ 6465] By: jhi on 2000/07/29 22:39:56
34280 Log: Do not upgrade SVs into utf8 just because they participate
34281 in eq or cmp. Reported and fix suggested in
34282
34283 Subject: [ID 20000720.009] sv_eq UTF8 bug
34284 From: "Simon Cozens" <simon@othersideofthe.earth.li>
34285 Date: 21 Jul 2000 04:37:29 -0000
34286 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
34287
34288 Exercise for the kind reader: should we or should we not
34289 cache the utf8 conversion alonside the SV? (as magic,
34290 as thestrxfrm()ed version is cached under use locale)
34291 Argue both for and against.
34292 Branch: perl
34293 ! sv.c
34294____________________________________________________________________________
34295[ 6464] By: jhi on 2000/07/29 22:36:22
34296 Log: Subject: UTF8 concat
34297 From: simon@brecon.co.uk (Simon Cozens)
34298 Date: 30 Jun 2000 06:13:25 GMT
34299 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
34300
34301 (with a memory leak fixed, plus a few casts added)
34302
34303 This also seems to help for
34304
34305 Subject: [ID 20000716.015] join UTF8 weirdness
34306 From: root <root@ak-71.mind.de>
34307 Date: Sat, 15 Jul 2000 15:29:54 +0200
34308 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
34309
34310 (from Andreas König)
34311 Branch: perl
34312 ! pp_hot.c
34313____________________________________________________________________________
34314[ 6463] By: jhi on 2000/07/29 00:55:39
34315 Log: Tune the comments and hopefully stop a memory leak.
34316 Branch: perl
34317 ! toke.c utf8.c
34318____________________________________________________________________________
34319[ 6462] By: jhi on 2000/07/29 00:16:53
34320 Log: The problem described in this
34321
34322 Subject: [ID 20000322.018] named chars aren't magical enough
34323 From: root <root@dixie.cscaper.com>
34324 Date: Wed, 22 Mar 2000 18:37:42 -0700
34325 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
34326
34327 has been fixed in perl 5.6.0 but just in case added a test
34328 to keep it away. (The report from Joseph Hall.)
34329 Branch: perl
34330 ! t/lib/charnames.t
34331____________________________________________________________________________
34332[ 6461] By: jhi on 2000/07/28 23:56:36
34333 Log: Tiny fixes for #6460.
34334 Branch: metaconfig/U/perl
34335 ! gccvers.U
34336 Branch: perl
34337 ! Configure config_h.SH
34338____________________________________________________________________________
34339[ 6460] By: jhi on 2000/07/28 23:24:41
34340 Log: Warn if the version of the operating system used to compile gcc
34341 differs from the current version of the operating system.
34342 Also display the gcc compilation os and version in myconfig.
34343 Inspiration from
34344
34345 Subject: Re: [ID 20000710.003] ERRORS!!
34346 From: "Kurt D. Starsinic" <kstar@chapin.edu>
34347 Date: Mon, 10 Jul 2000 15:54:16 -0400
34348 Message-ID: <20000710155416.A1384@O2.chapin.edu>
34349 Branch: metaconfig/U/perl
34350 ! gccvers.U
34351 Branch: perl
34352 ! Configure config_h.SH myconfig.SH
34353____________________________________________________________________________
34354[ 6459] By: jhi on 2000/07/28 22:00:32
34355 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
34356 letter to $Config{osvers}.
34357 Branch: metaconfig
34358 ! U/modified/Oldconfig.U
34359 Branch: perl
34360 ! Configure config_h.SH
34361____________________________________________________________________________
34362[ 6458] By: jhi on 2000/07/28 04:15:39
34363 Log: Back out #6454, doesn't seem to work.
34364 (Reason: that patch was for perl 5.6.0, not perl-current)
34365 (A version of the patch for perl-current came in later as #6466)
34366 Branch: perl
34367 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
34368 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
34369 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
34370____________________________________________________________________________
34371[ 6457] By: jhi on 2000/07/27 23:31:49
34372 Log: Use setproctitle() if available to modify $0.
34373
34374 Subject: setting $* on BSD4 broken
34375 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34376 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
34377 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
34378 Branch: metaconfig
34379 ! U/modified/Myinit.U
34380 Branch: perl
34381 ! Configure config_h.SH mg.c
34382____________________________________________________________________________
34383[ 6456] By: jhi on 2000/07/27 14:50:47
34384 Log: Allow "no AutoLoader;", based on change #6444,
34385 suggested by Graham Barr.
34386 Branch: perl
34387 ! lib/AutoLoader.pm
34388____________________________________________________________________________
34389[ 6455] By: jhi on 2000/07/27 14:19:10
34390 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
34391 From: rspier@pobox.com (Robert Spier)
34392 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
34393 Message-ID: <14720.15855.787664.424783@rls.cx>
34394 Branch: perl
34395 ! pod/perldiag.pod
34396____________________________________________________________________________
34397[ 6454] By: jhi on 2000/07/27 14:03:02
34398 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
34399 for a long time).
34400
34401 Reported in
34402
34403 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
34404 From: Ryan Herbert <rherbert@sycamorehq.com>
34405 Date: Mon, 17 Jul 2000 11:40:42 -0400
34406 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
34407
34408 Patched in
34409
34410 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
34411 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
34412 Date: Wed, 26 Jul 2000 23:40:18 +0100
34413 Message-ID: <000001bff752$79511880$0a17073e@tiny>
34414
34415 based on an earlier patch from Stephen P. Potter.
34416
34417 (Removed later by change #6458 because this patch was for
34418 perl 5.6.0, not perl-current)
34419 Branch: perl
34420 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
34421 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
34422 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
34423____________________________________________________________________________
34424[ 6453] By: jhi on 2000/07/27 13:48:02
34425 Log: Subject: [PATCH] fixes bug 20000508.004
34426 From: Michael Stevens <mstevens@globnix.org>
34427 Date: Thu, 27 Jul 2000 13:49:04 +0100
34428 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
34429 Branch: perl
34430 ! pod/perldata.pod
34431____________________________________________________________________________
34432[ 6452] By: jhi on 2000/07/26 23:51:26
34433 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
34434 and Craig A. Berry.
34435 Branch: perl
34436 ! lib/File/Temp.pm pod/perlport.pod
34437____________________________________________________________________________
34438[ 6451] By: jhi on 2000/07/26 19:43:30
34439 Log: Be wary of close()s, too.
34440
34441 Subject: Re: [PATCH] perlbug cleanup
34442 From: Tim Jenness <t.jenness@jach.hawaii.edu>
34443 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
34444 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
34445 Branch: perl
34446 ! utils/perlbug.PL
34447____________________________________________________________________________
34448[ 6450] By: jhi on 2000/07/26 18:41:40
34449 Log: Subject: Minor doc patch: handy.h
34450 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
34451 Date: Wed, 26 Jul 2000 15:34:25 -0300
34452 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
34453 Branch: perl
34454 ! handy.h pod/perlapi.pod
34455____________________________________________________________________________
34456[ 6449] By: jhi on 2000/07/26 18:23:55
34457 Log: Subject: [PATCH] minor doc change - perlguts
34458 From: Michael Stevens <mstevens@globnix.org>
34459 Date: Thu, 13 Jul 2000 12:39:18 +0100
34460 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
34461 Branch: perl
34462 ! pod/perlguts.pod
34463____________________________________________________________________________
34464[ 6448] By: jhi on 2000/07/26 18:20:30
34465 Log: open() wariness in perlbug.
34466
34467 Subject: [PATCH] perlbug cleanup
34468 From: Michael Stevens <mstevens@globnix.org>
34469 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
34470 Date: Thu, 13 Jul 2000 15:52:23 +0100
34471 Branch: perl
34472 ! utils/perlbug.PL
34473____________________________________________________________________________
34474[ 6447] By: jhi on 2000/07/26 18:13:04
34475 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
34476 Branch: perl
34477 ! lib/File/Temp.pm t/lib/ftmp-security.t
34478____________________________________________________________________________
34479[ 6446] By: jhi on 2000/07/26 18:06:32
34480 Log: docfix from Peter Scott <Peter@PSDT.com>.
34481 Branch: perl
34482 ! pod/perlfunc.pod
34483____________________________________________________________________________
34484[ 6445] By: jhi on 2000/07/26 17:53:31
34485 Log: Fix *foo{FORMAT}.
34486
34487 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34488 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
34489 Date: Wed, 26 Jul 2000 19:51:02 +0200
34490 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
34491
34492 From: Graham Barr <gbarr@pobox.com>
34493 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
34494 Date: Wed, 26 Jul 2000 17:38:36 +0100
34495 Message-ID: <20000726173836.L472@pobox.com>
34496 Branch: perl
34497 ! pp.c sv.c t/op/gv.t
34498____________________________________________________________________________
34499[ 6444] By: jhi on 2000/07/26 17:49:14
34500 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
34501 from Graham Barr in the module list.
34502 Branch: perl
34503 ! gv.c pod/perlobj.pod
34504____________________________________________________________________________
34505[ 6443] By: jhi on 2000/07/26 16:06:56
34506 Log: More split() doc and test patches from Mike Guy.
34507 Branch: perl
34508 ! pod/perlfunc.pod t/op/split.t
34509____________________________________________________________________________
34510[ 6442] By: jhi on 2000/07/26 16:05:30
34511 Log: MacOS nits from Matthias Neeracher.
34512 Branch: perl
34513 ! perl.c pp_ctl.c
34514____________________________________________________________________________
34515[ 6441] By: jhi on 2000/07/26 04:39:57
34516 Log: Subject: [PATCH] split /^/
34517 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34518 Date: Tue, 25 Jul 2000 14:18:57 +0100
34519 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
34520
34521 (with notes from tchrist and gbarr)
34522 Branch: perl
34523 ! pod/perlfunc.pod t/op/split.t
34524____________________________________________________________________________
34525[ 6440] By: jhi on 2000/07/26 04:32:32
34526 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
34527 From: Peter Prymmer <pvhp@forte.com>
34528 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
34529 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
34530 Branch: perl
34531 ! vms/munchconfig.c
34532____________________________________________________________________________
34533[ 6439] By: jhi on 2000/07/26 04:31:01
34534 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
34535 to be fatal errors (instead of by default ignoring them, and
34536 ignoring with a bug: even though -w gave an error, the opening [
34537 was left in) Reported in:
34538
34539 Subject: [ID 20000716.024] [=cc=] / [:blank:]
34540 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
34541 Date: Sun, 16 Jul 2000 17:55:29 -0700
34542 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
34543 Branch: perl
34544 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
34545____________________________________________________________________________
34546[ 6438] By: jhi on 2000/07/25 15:41:15
34547 Log: Subject: [PATCH] av.c apidoc
34548 From: simon@brecon.co.uk (Simon Cozens)
34549 Date: 24 Jul 2000 06:40:52 GMT
34550 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
34551 Branch: perl
34552 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
34553 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
34554____________________________________________________________________________
34555[ 6437] By: jhi on 2000/07/25 14:05:36
34556 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
34557 From: "Stephen P. Potter" <spp@ds.net>
34558 Date: Mon, 24 Jul 2000 14:22:23 -0400
34559 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
34560 Branch: perl
34561 ! pod/perllocale.pod
34562____________________________________________________________________________
34563[ 6436] By: jhi on 2000/07/25 14:02:03
34564 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
34565 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34566 Date: Mon, 24 Jul 2000 18:04:28 +0100
34567 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
34568 Branch: perl
34569 ! t/lib/syslfs.t t/op/lfs.t
34570____________________________________________________________________________
34571[ 6435] By: jhi on 2000/07/25 13:59:28
34572 Log: Get UTF16 BOMs working. Patch from
34573
34574 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
34575 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34576 Date: Tue, 25 Jul 2000 12:52:45 +0100
34577 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
34578
34579 and notes from
34580
34581 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
34582 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34583 Date: Tue, 25 Jul 2000 11:43:25 +0100
34584 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
34585 Branch: perl
34586 ! t/comp/require.t toke.c utf8.c
34587____________________________________________________________________________
34588[ 6434] By: jhi on 2000/07/25 02:39:54
34589 Log: Make the "uninit variable" warning to say "concat or string"
34590 or "join or string" when in concat or join .
34591
34592 Subject: Re: [ID 20000403.009] uninitialised concatenation???
34593 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34594 Date: Tue, 04 Apr 2000 18:22:58 +0100
34595 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
34596
34597 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
34598 From: William R Ward <hermit@BayView.COM>
34599 Date: Thu, 30 Mar 2000 19:50:03 -0800
34600 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
34601 Branch: perl
34602 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
34603 ! t/pragma/warn/op t/pragma/warn/sv
34604____________________________________________________________________________
34605[ 6433] By: jhi on 2000/07/24 17:52:56
34606 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
34607 Branch: perl
34608 ! lib/File/Spec/VMS.pm
34609____________________________________________________________________________
34610[ 6432] By: jhi on 2000/07/24 17:44:44
34611 Log: Test cases for #6431.
34612
34613 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
34614 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34615 Date: Mon, 24 Jul 2000 15:32:29 +0100
34616 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
34617 Branch: perl
34618 ! t/op/pat.t t/op/split.t
34619____________________________________________________________________________
34620[ 6431] By: jhi on 2000/07/24 17:43:17
34621 Log: Bind op fix.
34622
34623 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
34624 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34625 Date: Mon, 17 Jul 2000 20:04:56 +0100
34626 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
34627 Branch: perl
34628 ! op.c
34629____________________________________________________________________________
34630[ 6430] By: jhi on 2000/07/24 03:42:42
34631 Log: Subject: [ID 20000716.023] syslog test fails without sockets
34632 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34633 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
34634 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
34635 Branch: metaconfig/U/perl
34636 ! Extensions.U
34637 Branch: perl
34638 ! Configure config_h.SH
34639____________________________________________________________________________
34640[ 6429] By: jhi on 2000/07/24 03:11:52
34641 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
34642 case, but add also notes explaining the relationship of this
34643 patch and the earlier notes by Sarathy.
34644
34645 Subject: Map is still slow
34646 From: "Ben Tilly" <ben_tilly@hotmail.com>
34647 Date: Sat, 15 Jul 2000 17:23:27 EDT
34648 Message-ID: <20000715212327.21656.qmail@hotmail.com>
34649 Branch: perl
34650 ! pp_ctl.c
34651____________________________________________________________________________
34652[ 6428] By: jhi on 2000/07/24 02:58:52
34653 Log: Documentation to explain the behaviour of map().
34654
34655 Subject: Re: Map is still slow
34656 From: Gurusamy Sarathy <gsar@ActiveState.com>
34657 Date: Sat, 15 Jul 2000 16:05:09 -0700
34658 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
34659 Branch: perl
34660 ! pp_ctl.c
34661____________________________________________________________________________
34662[ 6427] By: jhi on 2000/07/24 02:50:03
34663 Log: Add tests for
34664 [ID 19991110.003] another matching finding by pcre author
34665 which has already been fixed by some patch, as verified in
34666
34667 Subject: Re: two regex bugs from the mists of time (well, last November)
34668 From: Hugo <hv@crypt.compulink.co.uk>
34669 Date: Sat, 22 Jul 2000 18:12:58 +0100
34670 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
34671 Branch: perl
34672 ! t/op/re_tests
34673____________________________________________________________________________
34674[ 6426] By: jhi on 2000/07/24 02:11:20
34675 Log: A missing 'break' after the [[:space:]] switch case.
34676
34677 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
34678 From: "Stephen P. Potter" <spp@ds.net>
34679 Date: Tue, 18 Jul 2000 16:25:17 -0400
34680 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
34681 Branch: perl
34682 ! regcomp.c
34683____________________________________________________________________________
34684[ 6425] By: jhi on 2000/07/24 02:06:12
34685 Log: The output might have been produced in the wrong order.
34686
34687 Subject: [ID 20000720.003] [PATCH] t/op/write.t
34688 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34689 Date: Thu, 20 Jul 2000 18:49:18 +0100
34690 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
34691 Branch: perl
34692 ! t/op/write.t
34693____________________________________________________________________________
34694[ 6424] By: jhi on 2000/07/24 02:00:07
34695 Log: Use STDOUT consistently.
34696
34697 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
34698 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34699 Date: Thu, 20 Jul 2000 18:04:01 +0100
34700 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
34701 Branch: perl
34702 ! lib/Test/Harness.pm
34703____________________________________________________________________________
34704[ 6423] By: jhi on 2000/07/24 01:54:54
34705 Log: Protect against "wild next"s, that is, callbacks doing "next"
34706 instead of "return".
34707
34708 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
34709 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34710 Date: Tue, 18 Jul 2000 11:30:16 +0100
34711 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
34712 Branch: perl
34713 ! lib/File/Find.pm
34714____________________________________________________________________________
34715[ 6422] By: jhi on 2000/07/24 01:35:47
34716 Log: Out-of-date note removed.
34717
34718 Subject: [PATCH] documentation perlipc
34719 From: rspier@pobox.com (Robert Spier)
34720 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
34721 Message-ID: <14711.35178.572612.502654@rls.cx>
34722 Branch: perl
34723 ! pod/perlipc.pod
34724____________________________________________________________________________
34725[ 6421] By: jhi on 2000/07/24 00:09:18
34726 Log: Send all installperl messages to STDERR and be -w clean.
34727
34728 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
34729 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34730 Date: Sat, 22 Jul 2000 14:02:11 +0100
34731 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
34732 Branch: perl
34733 ! installperl
34734____________________________________________________________________________
34735[ 6420] By: jhi on 2000/07/24 00:04:19
34736 Log: Decutandpasto.
34737
34738 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
34739 From: "Richard Soderberg" <rs@crystalflame.net>
34740 Date: Sun, 23 Jul 2000 01:37:23 -0700
34741 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
34742 Branch: perl
34743 ! pod/perlipc.pod
34744____________________________________________________________________________
34745[ 6419] By: jhi on 2000/07/24 00:01:12
34746 Log: A cleaner abs_path().
34747 Subject: Re: unix alternative to Cwd.pm
34748 From: Jeff Pinyan <jeffp@crusoe.net>
34749 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
34750 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
34751 Branch: perl
34752 ! lib/Cwd.pm
34753____________________________________________________________________________
34754[ 6418] By: jhi on 2000/07/23 23:48:56
34755 Log: Detypo.
34756
34757 Subject: [PATCH perl-current] Typo in hints/powerux.sh
34758 From: "Richard Soderberg" <rs@crystalflame.net>
34759 Date: Sun, 23 Jul 2000 01:27:33 -0700
34760 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
34761 Branch: perl
34762 ! hints/powerux.sh
34763____________________________________________________________________________
34764[ 6417] By: jhi on 2000/07/17 22:13:31
34765 Log: Subject: SDBM_File documentation
34766 From: mjd@plover.com
34767 Date: 16 Jul 2000 17:41:17 -0000
34768 Message-ID: <20000716174117.18515.qmail@plover.com>
34769 Branch: perl
34770 ! ext/SDBM_File/SDBM_File.pm
34771____________________________________________________________________________
34772[ 6416] By: jhi on 2000/07/17 19:13:26
34773 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
34774 Branch: perl
34775 ! hints/mpeix.sh mpeix/relink
34776____________________________________________________________________________
34777[ 6415] By: jhi on 2000/07/15 14:11:02
34778 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
34779 the utf8 'characters' can be more than one octet).
34780
34781 Date: Sat, 15 Jul 2000 00:21:56 +0100
34782 From: Tom Hughes <tom@compton.nu>
34783 Subject: Re: [ID 20000714.002]
34784 Message-ID: <db2334de49.tom@compton.compton.nu>
34785
34786 Reported in
34787
34788 Subject: [ID 20000714.002]
34789 From: "Simon Cozens" <simon@othersideofthe.earth.li>
34790 Date: 14 Jul 2000 15:13:09 -0000
34791 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
34792 Branch: perl
34793 ! doop.c
34794____________________________________________________________________________
34795[ 6414] By: jhi on 2000/07/15 03:13:41
34796 Log: another VMS build tweak from Peter Prymmer
34797 Branch: perl
34798 ! vms/descrip_mms.template
34799____________________________________________________________________________
34800[ 6413] By: jhi on 2000/07/15 03:10:40
34801 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
34802 Branch: perl
34803 ! vms/perlvms.pod
34804____________________________________________________________________________
34805[ 6412] By: jhi on 2000/07/15 00:31:05
34806 Log: More docs for sv functions.
34807
34808 Subject: [PATCH cfgperl] sv.c apidoc
34809 From: simon@brecon.co.uk (Simon Cozens)
34810 Date: 13 Jul 2000 09:00:20 GMT
34811 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
34812
34813 Subject: Re: [PATCH cfgperl] sv.c apidoc
34814 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34815 Date: Thu, 13 Jul 2000 12:27:41 +0100
34816 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
34817
34818 Subject: Re: [PATCH cfgperl] sv.c apidoc
34819 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34820 Date: Thu, 13 Jul 2000 13:23:09 +0100
34821 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
34822
34823 Subject: Re: [PATCH cfgperl] sv.c apidoc
34824 From: simon@brecon.co.uk (Simon Cozens)
34825 Date: 14 Jul 2000 06:51:02 GMT
34826 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
34827 Branch: perl
34828 ! embed.pl pod/perlapi.pod sv.c
34829____________________________________________________________________________
34830[ 6411] By: jhi on 2000/07/15 00:10:41
34831 Log: lib/b test fixes from Peter Prymmer.
34832 Branch: perl
34833 ! t/lib/b.t
34834____________________________________________________________________________
34835[ 6410] By: jhi on 2000/07/15 00:02:09
34836 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
34837 From: Hugo <hv@crypt.compulink.co.uk>
34838 Date: Fri, 14 Jul 2000 23:05:20 +0100
34839 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
34840
34841 Didn't anymore apply, but that point still could use another fix.
34842 Branch: perl
34843 ! pod/perlfunc.pod
34844____________________________________________________________________________
34845[ 6409] By: jhi on 2000/07/14 23:15:15
34846 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
34847 not in pod, from Peter Prymmer
34848 Branch: perl
34849 ! vms/descrip_mms.template
34850____________________________________________________________________________
34851[ 6408] By: jhi on 2000/07/14 20:35:05
34852 Log: The bug report
34853 [ID 19991110.002] minimal matching discrepancy found by pcre author
34854 seems to have been fixed (though differently from what was suggested
34855 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
34856 Branch: perl
34857 ! t/op/re_tests
34858____________________________________________________________________________
34859[ 6407] By: jhi on 2000/07/14 17:38:08
34860 Log: Fix AutoSplit to use File::Spec the right way in VMS,
34861 from Peter Prymmer.
34862 Branch: perl
34863 ! lib/AutoSplit.pm
34864____________________________________________________________________________
34865[ 6406] By: jhi on 2000/07/14 14:13:22
34866 Log: Merge perlhacktut into perlhack, update perlguts.
34867
34868 Subject: Re: Perlhacktut
34869 From: simon@brecon.co.uk (Simon Cozens)
34870 Date: 14 Jul 2000 06:49:21 GMT
34871 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
34872
34873 Subject: Re: Perlhacktut
34874 From: simon@brecon.co.uk (Simon Cozens)
34875 Date: 14 Jul 2000 07:09:45 GMT
34876 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
34877 Branch: perl
34878 ! pod/perlguts.pod pod/perlhack.pod
34879____________________________________________________________________________
34880[ 6405] By: jhi on 2000/07/14 14:02:31
34881 Log: Integrate with Sarathy.
34882 Branch: cfgperl
34883 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
34884 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
34885 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
34886____________________________________________________________________________
34887[ 6404] By: gsar on 2000/07/14 12:15:02
34888 Log: PERL_OBJECT build tweaks
34889 Branch: perl
34890 ! toke.c
34891____________________________________________________________________________
34892[ 6403] By: gsar on 2000/07/14 11:23:41
34893 Log: inconsistent types needs casts
34894 Branch: perl
34895 ! toke.c
34896____________________________________________________________________________
34897[ 6402] By: gsar on 2000/07/14 11:12:04
34898 Log: typos in change#6399, regen headers
34899 Branch: perl
34900 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
34901____________________________________________________________________________
34902[ 6401] By: gsar on 2000/07/14 10:59:12
34903 Log: typecasts needed for change#6394
34904 Branch: perl
34905 ! toke.c
34906____________________________________________________________________________
34907[ 6400] By: gsar on 2000/07/14 10:49:37
34908 Log: integrate cfgperl contents into mainline
34909 Branch: perl
34910 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
34911 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
34912____________________________________________________________________________
34913[ 6399] By: gsar on 2000/07/14 10:38:35
34914 Log: enable UTF-16 filter by default if relevant BOM is seen; various
34915 cleanups (typos, misformatted code, and small bugs)
34916 Branch: perl
34917 ! doop.c embed.pl mg.c op.c pp.c toke.c
34918____________________________________________________________________________
34919[ 6398] By: gsar on 2000/07/14 08:55:38
34920 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
34921 name suggests anyway)
34922 Branch: perl
34923 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
34924____________________________________________________________________________
34925[ 6397] By: gsar on 2000/07/14 08:44:33
34926 Log: move new variables to the end of the interpreter structure (for
34927 bincompat in code that doesn't #include XSUB.h)
34928 Branch: perl
34929 ! intrpvar.h
34930____________________________________________________________________________
34931[ 6396] By: gsar on 2000/07/14 08:13:58
34932 Log: MakeMaker should not remove editor backups (*~) on `make clean`
34933 by default (completes change#6383)
34934 Branch: perl
34935 ! lib/ExtUtils/MM_Unix.pm
34936____________________________________________________________________________
34937[ 6395] By: jhi on 2000/07/14 05:20:33
34938 Log: Replace change #6337 with a better one.
34939
34940 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
34941 From: Hugo <hv@crypt.compulink.co.uk>
34942 Date: Fri, 14 Jul 2000 04:16:20 +0100
34943 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
34944 Branch: cfgperl
34945 ! regexec.c t/op/re_tests
34946____________________________________________________________________________
34947[ 6394] By: jhi on 2000/07/14 01:33:59
34948 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
34949 Branch: cfgperl
34950 ! embed.pl global.sym proto.h toke.c
34951____________________________________________________________________________
34952[ 6393] By: jhi on 2000/07/13 23:41:23
34953 Log: remove discarded test
34954 Branch: cfgperl
34955 ! MANIFEST
34956____________________________________________________________________________
34957[ 6392] By: jhi on 2000/07/13 23:32:25
34958 Log: The {multiplier} of a fixed substring was overlooked which
34959 caused a wrong initial search offset for that substring.
34960
34961 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
34962 From: Hugo <hv@crypt.compulink.co.uk>
34963 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
34964 Date: Thu, 13 Jul 2000 19:27:13 +0100
34965 Branch: cfgperl
34966 ! regcomp.c t/op/re_tests
34967____________________________________________________________________________
34968[ 6391] By: jhi on 2000/07/13 16:37:42
34969 Log: typo fix from Craig Berry
34970 Branch: cfgperl
34971 ! vms/subconfigure.com
34972____________________________________________________________________________
34973[ 6390] By: jhi on 2000/07/13 13:20:12
34974 Log: Integrate with Sarathy.
34975 Branch: cfgperl
34976 - t/op/method2entersub.t
34977 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
34978 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
34979 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
34980 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
34981____________________________________________________________________________
34982[ 6389] By: jhi on 2000/07/13 13:18:48
34983 Log: Detypo from Peter Prymmer, part of #6388.
34984 Branch: cfgperl
34985 ! Configure config_h.SH
34986 Branch: metaconfig
34987 ! U/modified/d_longlong.U
34988____________________________________________________________________________
34989[ 6388] By: gsar on 2000/07/13 06:33:40
34990 Log: typos (spotted by Peter Prymmer)
34991 Branch: perl
34992 ! Configure t/lib/english.t
34993____________________________________________________________________________
34994[ 6387] By: gsar on 2000/07/13 05:35:28
34995 Log: new selfloader.t in change#6183 doesn't close DATA handles,
34996 and thus fails to clean up tmp files on dosish platforms
34997 Branch: perl
34998 ! t/lib/selfloader.t
34999____________________________________________________________________________
35000[ 6386] By: gsar on 2000/07/12 21:42:39
35001 Log: sprintf test tweaks (from Dominic Dunlop)
35002 Branch: perl
35003 ! t/op/sprintf.t
35004____________________________________________________________________________
35005[ 6385] By: gsar on 2000/07/12 21:33:46
35006 Log: fix bugs in processing %v-*d and similar format specs (from
35007 Avi Finkel <avi@finkel.org>)
35008 Branch: perl
35009 ! sv.c t/op/sprintf.t
35010____________________________________________________________________________
35011[ 6384] By: gsar on 2000/07/12 16:04:19
35012 Log: readd missing perldelta.pod changes from changes#6339,6376
35013 Branch: perl
35014 ! pod/perldelta.pod
35015____________________________________________________________________________
35016[ 6383] By: gsar on 2000/07/12 16:00:51
35017 Log: don't clobber *.orig files on *clean targets
35018 Branch: perl
35019 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
35020____________________________________________________________________________
35021[ 6382] By: gsar on 2000/07/12 07:59:12
35022 Log: fix broken integrations in cfgperl
35023 Branch: cfgperl
35024 !> Changes pod/perldelta.pod
35025____________________________________________________________________________
35026[ 6381] By: gsar on 2000/07/12 07:42:17
35027 Log: integrate cfgperl changes into mainline
35028 Branch: perl
35029 ! Changes
35030 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
35031 !> pod/perlre.pod
35032____________________________________________________________________________
35033[ 6380] By: gsar on 2000/07/12 07:31:00
35034 Log: get sprintf.t to adjust properly for 3-digit exponents
35035 Branch: perl
35036 ! t/op/sprintf.t
35037____________________________________________________________________________
35038[ 6379] By: gsar on 2000/07/12 06:40:04
35039 Log: change#6174 needs corresponding change in win32/config_h.PL,
35040 which grovels through config_h.SH to find the config.h name
35041 Branch: perl
35042 ! win32/config_h.PL
35043____________________________________________________________________________
35044[ 6378] By: jhi on 2000/07/12 05:03:59
35045 Log: Do the cc sanity check both before the hints and
35046 after the cc selction.
35047 Branch: cfgperl
35048 ! Configure config_h.SH
35049 Branch: metaconfig
35050 ! U/modified/Oldconfig.U U/modified/cc.U
35051 Branch: metaconfig/U/perl
35052 + Checkcc.U
35053____________________________________________________________________________
35054[ 6377] By: jhi on 2000/07/12 02:49:22
35055 Log: Fix nits noticed by Boston.pm.
35056 Branch: cfgperl
35057 ! pod/perlre.pod
35058____________________________________________________________________________
35059[ 6376] By: jhi on 2000/07/11 21:22:13
35060 Log: Configure cosmetics and perldelta.
35061 Branch: cfgperl
35062 ! Configure config_h.SH pod/perldelta.pod
35063 Branch: metaconfig
35064 ! U/modified/cc.U
35065____________________________________________________________________________
35066[ 6375] By: gsar on 2000/07/11 21:17:35
35067 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
35068 Branch: perl
35069 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
35070 ! win32/win32sck.c
35071____________________________________________________________________________
35072[ 6374] By: gsar on 2000/07/11 20:48:50
35073 Log: tweak for build failure under multiplicity
35074 Branch: perl
35075 ! toke.c
35076____________________________________________________________________________
35077[ 6373] By: gsar on 2000/07/11 20:37:23
35078 Log: integrate cfgperl changes#6325..6373 into mainline
35079 (NOTE: today's batch of integrations still untested)
35080 Branch: perl
35081 +> ext/DynaLoader/hints/netbsd.pl
35082 ! Changes
35083 !> (integrate 26 files)
35084____________________________________________________________________________
35085[ 6372] By: jhi on 2000/07/11 20:30:36
35086 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
35087 regen perltoc.
35088 Branch: cfgperl
35089 + pod/perlbook.pod
35090 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
35091 ! pod/perltoc.pod
35092____________________________________________________________________________
35093[ 6371] By: jhi on 2000/07/11 20:08:56
35094 Log: Minor cleanups on the booklist.
35095 Branch: cfgperl
35096 ! pod/perlfaq2.pod
35097____________________________________________________________________________
35098[ 6370] By: jhi on 2000/07/11 19:31:13
35099 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
35100 Branch: cfgperl
35101 ! t/pragma/overload.t
35102____________________________________________________________________________
35103[ 6369] By: gsar on 2000/07/11 19:27:48
35104 Log: integrate cfgperl changes#6293..6324 into mainline
35105 Branch: perl
35106 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
35107 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
35108 !> (integrate 30 files)
35109____________________________________________________________________________
35110[ 6368] By: gsar on 2000/07/11 19:18:57
35111 Log: skip integrate of problematic change#6292 from cfgperl into mainline
35112 Branch: perl
35113 !> pp_hot.c
35114____________________________________________________________________________
35115[ 6367] By: gsar on 2000/07/11 19:17:21
35116 Log: integrate cfgperl changes#6288..6290 into mainline
35117 Branch: perl
35118 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
35119____________________________________________________________________________
35120[ 6366] By: gsar on 2000/07/11 19:11:18
35121 Log: integrate cfgperl changes#6268..6282 into mainline
35122 Branch: perl
35123 !> (integrate 30 files)
35124____________________________________________________________________________
35125[ 6365] By: gsar on 2000/07/11 18:57:00
35126 Log: delete new accidentally branched file
35127 Branch: perl
35128 - t/op/method2entersub.t
35129____________________________________________________________________________
35130[ 6364] By: gsar on 2000/07/11 18:55:13
35131 Log: skip integrate of change#6267 from cfgperl into mainline (the
35132 method call optimization is flawed without additional hints
35133 from user about immutableness of @ISA and no runtime method
35134 definitions)
35135 Branch: perl
35136 +> t/op/method2entersub.t
35137 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
35138 !> perl.h t/op/sprintf.t xsutils.c
35139____________________________________________________________________________
35140[ 6363] By: gsar on 2000/07/11 18:49:43
35141 Log: integrate cfgperl changes#6261..6266 into mainline
35142 Branch: perl
35143 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
35144 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
35145 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35146 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
35147____________________________________________________________________________
35148[ 6362] By: gsar on 2000/07/11 18:43:26
35149 Log: integrate cfgperl changes#6252..6260 into mainline
35150 Branch: perl
35151 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
35152 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
35153 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
35154 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
35155____________________________________________________________________________
35156[ 6361] By: gsar on 2000/07/11 18:37:12
35157 Log: skip integrate of problematic change#6251 from cfgperl into mainline
35158 Branch: perl
35159 !> lib/Exporter.pm
35160____________________________________________________________________________
35161[ 6360] By: gsar on 2000/07/11 18:34:56
35162 Log: integrate cfgperl change#6250 into mainline
35163 Branch: perl
35164 +> t/op/my_stash.t
35165 !> MANIFEST embed.pl proto.h toke.c
35166____________________________________________________________________________
35167[ 6359] By: gsar on 2000/07/11 18:21:19
35168 Log: integrate cfgperl changes#6242..6249 into mainline
35169 Branch: perl
35170 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
35171 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
35172 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
35173 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
35174 !> t/lib/peek.t utf8.c
35175____________________________________________________________________________
35176[ 6358] By: gsar on 2000/07/11 18:15:45
35177 Log: skip integrate of problematic change#6241 from cfgperl into mainline
35178 Branch: perl
35179 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
35180____________________________________________________________________________
35181[ 6357] By: jhi on 2000/07/11 18:15:16
35182 Log: Fix for
35183 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
35184 From: Roderick Schertler <roderick@argon.org>
35185 Date: Tue, 11 Jul 2000 13:55:05 -0400
35186 Message-Id: <200007111755.NAA05077@jones.argon.org>
35187 Branch: cfgperl
35188 ! doio.c
35189____________________________________________________________________________
35190[ 6356] By: jhi on 2000/07/11 18:12:51
35191 Log: Typo in #6341.
35192 Branch: cfgperl
35193 ! pp_hot.c
35194____________________________________________________________________________
35195[ 6355] By: gsar on 2000/07/11 18:12:10
35196 Log: integrate cfgperl changes#6231..6240 into mainline
35197 Branch: perl
35198 +> pod/perlutil.pod
35199 !> (integrate 35 files)
35200____________________________________________________________________________
35201[ 6354] By: jhi on 2000/07/11 18:04:34
35202 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
35203 From: Dominic Dunlop <domo@computer.org>
35204 Date: Tue, 11 Jul 2000 12:27:33 +0200
35205 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
35206
35207 Replaces change #6268.
35208 Branch: cfgperl
35209 ! t/op/sprintf.t
35210____________________________________________________________________________
35211[ 6353] By: gsar on 2000/07/11 17:59:51
35212 Log: skip integrate of problematic change#6230 from cfgperl into mainline
35213 (a later version of File::Spec is already in mainline)
35214 Branch: perl
35215 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
35216 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
35217____________________________________________________________________________
35218[ 6352] By: gsar on 2000/07/11 17:57:48
35219 Log: integrate cfgperl changes#6224..6229 into mainline
35220 Branch: perl
35221 +> lib/lib.pm.PL
35222 - lib/lib.pm
35223 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
35224 !> lib/English.pm op.c t/lib/english.t
35225____________________________________________________________________________
35226[ 6351] By: gsar on 2000/07/11 17:50:10
35227 Log: skip integrate of problematic change#6223 from cfgperl into mainline
35228 Branch: perl
35229 !> doio.c
35230____________________________________________________________________________
35231[ 6350] By: gsar on 2000/07/11 17:48:28
35232 Log: integrate cfgperl changes#6220..6222 into mainline
35233 Branch: perl
35234 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
35235 !> toke.c utf8.c win32/win32.h
35236____________________________________________________________________________
35237[ 6349] By: gsar on 2000/07/11 17:46:13
35238 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
35239 mainline
35240 Branch: perl
35241 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35242 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
35243 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35244____________________________________________________________________________
35245[ 6348] By: jhi on 2000/07/11 17:45:49
35246 Log: README.posix-bc podified from Thomas Dorner.
35247 Branch: cfgperl
35248 ! README.posix-bc
35249____________________________________________________________________________
35250[ 6347] By: gsar on 2000/07/11 17:42:04
35251 Log: integrate cfgperl change#6217 into mainline
35252 Branch: perl
35253 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
35254 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
35255 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
35256____________________________________________________________________________
35257[ 6346] By: gsar on 2000/07/11 17:39:37
35258 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
35259 mainline
35260 Branch: perl
35261 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
35262 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35263 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
35264 !> perlapi.h pod/perlapi.pod
35265____________________________________________________________________________
35266[ 6345] By: gsar on 2000/07/11 17:36:42
35267 Log: integrate cfgperl changes#6207..6210 into mainline
35268 Branch: perl
35269 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
35270 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
35271____________________________________________________________________________
35272[ 6344] By: gsar on 2000/07/11 17:31:20
35273 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
35274 mainline
35275 Branch: perl
35276 !> (integrate 40 files)
35277____________________________________________________________________________
35278[ 6343] By: gsar on 2000/07/11 17:19:08
35279 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
35280 Branch: perl
35281 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
35282 ! Changes
35283 !> (integrate 34 files)
35284____________________________________________________________________________
35285[ 6342] By: jhi on 2000/07/11 16:05:48
35286 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
35287 To: perl5-porters@perl.org
35288 From: Karsten Sperling <spiff@phreax.net>
35289 Date: Mon, 10 Jul 2000 15:12:52 +0200
35290 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
35291 Branch: cfgperl
35292 ! lib/Symbol.pm
35293____________________________________________________________________________
35294[ 6341] By: jhi on 2000/07/11 15:59:23
35295 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
35296 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35297 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
35298 Date: Fri, 07 Jul 2000 17:57:16 +0100
35299 Branch: cfgperl
35300 ! pp_hot.c
35301____________________________________________________________________________
35302[ 6340] By: jhi on 2000/07/11 15:55:47
35303 Log: Subject: Re: format bug report [Patch]
35304 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35305 Date: Wed, 05 Jul 2000 13:12:52 +0200
35306 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
35307
35308 Subject: Re: format bug report [Patch]
35309 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35310 Date: Wed, 05 Jul 2000 14:10:01 +0200
35311 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
35312 Branch: cfgperl
35313 ! t/op/write.t toke.c
35314____________________________________________________________________________
35315[ 6339] By: jhi on 2000/07/11 13:54:09
35316 Log: Be less forgiving about ambiguous and illegal tr ranges.
35317 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
35318 From: Mark-Jason Dominus <mjd@plover.com>
35319 Date: Tue, 04 Jul 2000 10:00:12 -0400
35320 Message-ID: <20000704140012.17772.qmail@plover.com>
35321
35322 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
35323 From: Mark-Jason Dominus <mjd@plover.com>
35324 Date: Wed, 05 Jul 2000 09:37:36 -0400
35325 Message-ID: <20000705133736.27293.qmail@plover.com>
35326 Branch: cfgperl
35327 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
35328____________________________________________________________________________
35329[ 6338] By: jhi on 2000/07/11 13:31:24
35330 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
35331 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35332 Date: Tue, 11 Jul 2000 13:50:51 +0100
35333 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
35334 Branch: cfgperl
35335 ! sv.c
35336____________________________________________________________________________
35337[ 6337] By: jhi on 2000/07/11 13:29:14
35338 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35339 From: Hugo <hv@crypt.compulink.co.uk>
35340 Date: Tue, 11 Jul 2000 12:44:50 +0100
35341 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
35342 Branch: cfgperl
35343 ! regexec.c t/op/re_tests
35344____________________________________________________________________________
35345[ 6336] By: jhi on 2000/07/11 13:26:47
35346 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
35347 From: simon@brecon.co.uk (Simon Cozens)
35348 Date: 7 Jul 2000 11:26:09 GMT
35349 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
35350 Branch: cfgperl
35351 ! mg.c
35352____________________________________________________________________________
35353[ 6335] By: jhi on 2000/07/11 13:23:37
35354 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
35355 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
35356 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
35357 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
35358 Branch: cfgperl
35359 + ext/DynaLoader/hints/netbsd.pl
35360 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
35361____________________________________________________________________________
35362[ 6334] By: jhi on 2000/07/11 13:20:38
35363 Log: Subject: PATCH perlguts.pod: Document D and d magic types
35364 From: mjd@plover.com
35365 Date: 5 Jul 2000 18:01:51 -0000
35366 Message-ID: <20000705180151.29413.qmail@plover.com>
35367 Branch: cfgperl
35368 ! pod/perlguts.pod
35369____________________________________________________________________________
35370[ 6333] By: jhi on 2000/07/11 13:15:51
35371 Log: Precedence goof, fix based on
35372 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
35373 From: Hugo <hv@crypt.compulink.co.uk>
35374 Date: Tue, 11 Jul 2000 12:52:38 +0100
35375 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
35376 Branch: cfgperl
35377 ! t/op/taint.t
35378____________________________________________________________________________
35379[ 6332] By: jhi on 2000/07/11 12:40:17
35380 Log: Integrate with Sarathy.
35381 Branch: cfgperl
35382 !> win32/win32sck.c
35383____________________________________________________________________________
35384[ 6331] By: jhi on 2000/07/10 20:14:16
35385 Log: Sprinkle ldlibpath.
35386 Branch: cfgperl
35387 ! pod/Makefile.SH
35388____________________________________________________________________________
35389[ 6330] By: jhi on 2000/07/10 17:54:49
35390 Log: More POSIX.pod tweaks.
35391 Branch: cfgperl
35392 ! ext/POSIX/POSIX.pod
35393____________________________________________________________________________
35394[ 6329] By: jhi on 2000/07/10 14:02:12
35395 Log: Reorder perl.pod once more.
35396 Branch: cfgperl
35397 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35398____________________________________________________________________________
35399[ 6328] By: gsar on 2000/07/10 07:06:00
35400 Log: accept() leaks memory on windows due to incorrect ordering of
35401 closesocket() and fclose() calls
35402 Branch: perl
35403 ! win32/win32sck.c
35404____________________________________________________________________________
35405[ 6327] By: gsar on 2000/07/10 06:49:17
35406 Log: winsock options weren't being set in all threads under ithreads
35407 (caused send()s from second and subsequent threads to fail)
35408 Branch: perl
35409 ! win32/win32sck.c
35410____________________________________________________________________________
35411[ 6326] By: jhi on 2000/07/08 02:45:40
35412 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
35413 was cast to an unsigned (32-bit) integer with wild abandon.
35414 Branch: cfgperl
35415 ! ext/Devel/DProf/DProf.xs
35416____________________________________________________________________________
35417[ 6325] By: jhi on 2000/07/07 18:50:33
35418 Log: Remove perlbook, update perlfaq book listing,
35419 rearrange perl.pod, regenerate perltoc.
35420 Branch: cfgperl
35421 - pod/perlbook.pod
35422 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
35423 ! pod/perlfaq2.pod pod/perltoc.pod
35424____________________________________________________________________________
35425[ 6324] By: jhi on 2000/07/07 14:03:40
35426 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
35427 Branch: cfgperl
35428 ! sv.h toke.c
35429____________________________________________________________________________
35430[ 6323] By: jhi on 2000/07/06 16:03:55
35431 Log: Fix complaints of buildtoc.
35432 Branch: cfgperl
35433 + lib/Win32.pod
35434 - pod/Win32.pod
35435 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35436____________________________________________________________________________
35437[ 6322] By: jhi on 2000/07/06 15:15:52
35438 Log: Add =head1 NAMEs so that buildtoc is happy.
35439 (The CGI::Util nit reported to Lincoln.)
35440 Branch: cfgperl
35441 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
35442 ! pod/perltoc.pod
35443____________________________________________________________________________
35444[ 6321] By: jhi on 2000/07/06 03:16:04
35445 Log: Config is being used.
35446 Branch: cfgperl
35447 ! t/op/method.t
35448____________________________________________________________________________
35449[ 6320] By: jhi on 2000/07/06 03:13:13
35450 Log: Integrate with Sarathy.
35451 Branch: cfgperl
35452 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
35453____________________________________________________________________________
35454[ 6319] By: jhi on 2000/07/06 03:11:46
35455 Log: Autogenerate pod/Makefile and pod/buildtoc.
35456 buildtoc also checks whether the existin pods are
35457 mentioned in MANIFEST and perl.pod, and vice versa.
35458 (None of the thusly found discrepancies fixed yet.)
35459 roffitall also needs to be autogenerated similarly but it
35460 seems so badly out of date that I didn't touch it yet.
35461 Branch: cfgperl
35462 + pod/Makefile.SH pod/buildtoc.PL
35463 - pod/Makefile pod/buildtoc
35464 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
35465____________________________________________________________________________
35466[ 6318] By: gsar on 2000/07/05 22:10:54
35467 Log: fix UNC path handling on Windows under ithreads, and chdir()
35468 return value when given a non-existent directory
35469 Branch: perl
35470 ! win32/vdir.h
35471____________________________________________________________________________
35472[ 6317] By: gsar on 2000/07/05 22:08:19
35473 Log: winsock cleanup never done on Windows (leads to handle leaks)
35474 Branch: perl
35475 ! win32/perllib.c win32/win32sck.c
35476____________________________________________________________________________
35477[ 6316] By: gsar on 2000/07/05 22:06:19
35478 Log: some debugger output does not go to the socket when RemotePort is set
35479 Branch: perl
35480 ! lib/perl5db.pl
35481____________________________________________________________________________
35482[ 6315] By: jhi on 2000/07/05 00:25:21
35483 Log: Integrate with Sarathy, preliminary fix for unicos
35484 alignment problems in [ID 20000612.002] Perl problem on Cray system.
35485 Branch: cfgperl
35486 ! sv.h
35487 !> pp_hot.c
35488____________________________________________________________________________
35489[ 6314] By: gsar on 2000/07/04 23:34:02
35490 Log: tyop in change#6306
35491 Branch: perl
35492 ! pp_hot.c
35493____________________________________________________________________________
35494[ 6313] By: jhi on 2000/07/04 22:14:38
35495 Log: Multiline string literals ENONPORTABLE.
35496 Branch: cfgperl
35497 ! pp_hot.c
35498____________________________________________________________________________
35499[ 6312] By: jhi on 2000/07/04 20:34:44
35500 Log: Integrate with Sarathy.
35501 Branch: cfgperl
35502 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
35503 !> t/op/method.t
35504____________________________________________________________________________
35505[ 6311] By: jhi on 2000/07/04 20:30:56
35506 Log: More POSIX.pod embellishment.
35507 Branch: cfgperl
35508 ! ext/POSIX/POSIX.pod
35509____________________________________________________________________________
35510[ 6310] By: gsar on 2000/07/04 17:28:48
35511 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
35512 Branch: perl
35513 ! t/lib/b.t
35514____________________________________________________________________________
35515[ 6309] By: jhi on 2000/07/04 17:22:18
35516 Log: The #6308 required a little bit more.
35517 Branch: cfgperl
35518 ! Makefile.SH win32/Makefile
35519____________________________________________________________________________
35520[ 6308] By: jhi on 2000/07/04 16:35:24
35521 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
35522 Branch: cfgperl
35523 + lib/lib_pm.PL
35524 - lib/lib.pm.PL
35525 ! MANIFEST Makefile.SH
35526____________________________________________________________________________
35527[ 6307] By: jhi on 2000/07/04 16:28:58
35528 Log: Win32 patches for cfgperl from Sarathy.
35529 Branch: cfgperl
35530 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
35531 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
35532 ! thread.h toke.c util.c win32/Makefile win32/win32.c
35533____________________________________________________________________________
35534[ 6306] By: gsar on 2000/07/04 16:28:40
35535 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
35536 (from Richard Soderberg <rs@oregonnet.com>)
35537 Branch: perl
35538 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
35539____________________________________________________________________________
35540[ 6305] By: jhi on 2000/07/04 16:24:24
35541 Log: Integrate with Sarathy.
35542 Branch: cfgperl
35543 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
35544 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35545 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
35546 !> proto.h win32/win32.c
35547____________________________________________________________________________
35548[ 6304] By: gsar on 2000/07/04 16:17:24
35549 Log: missing perldiag entry for unpack("w",...) diagnostic (from
35550 Andreas Koenig)
35551 Branch: perl
35552 ! pod/perldiag.pod
35553____________________________________________________________________________
35554[ 6303] By: gsar on 2000/07/04 16:14:44
35555 Log: remove rel2abs prototypes (from Barrie Slaymaker)
35556 Branch: perl
35557 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35558 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35559____________________________________________________________________________
35560[ 6302] By: gsar on 2000/07/04 04:59:35
35561 Log: adjust change#6299
35562 Branch: perl
35563 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
35564 ! win32/win32.c
35565____________________________________________________________________________
35566[ 6301] By: jhi on 2000/07/04 04:50:07
35567 Log: Integrate with Sarathy.
35568 Branch: cfgperl
35569 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
35570 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
35571 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
35572____________________________________________________________________________
35573[ 6300] By: gsar on 2000/07/04 04:42:09
35574 Log: PERL_OBJECT build tweak
35575 Branch: perl
35576 ! perl.h
35577____________________________________________________________________________
35578[ 6299] By: gsar on 2000/07/04 04:37:00
35579 Log: fix memory leak on Windows (PL_sys_intern contents were never
35580 freed)
35581 Branch: perl
35582 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
35583 ! perlapi.c proto.h win32/win32.c
35584____________________________________________________________________________
35585[ 6298] By: gsar on 2000/07/04 04:15:59
35586 Log: fix large memory leak that has been around for ever, masked by
35587 -DPURIFY (most of the arenas were never freed!)
35588 Branch: perl
35589 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
35590____________________________________________________________________________
35591[ 6297] By: gsar on 2000/07/04 04:07:46
35592 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
35593 Branch: perl
35594 ! perl.c
35595____________________________________________________________________________
35596[ 6296] By: jhi on 2000/06/30 18:28:37
35597 Log: Elaborate POSIX.pod. Still needs work.
35598 Branch: cfgperl
35599 ! ext/POSIX/POSIX.pod
35600____________________________________________________________________________
35601[ 6295] By: jhi on 2000/06/30 14:58:18
35602 Log: Point to perlipc for more SysV IPC examples.
35603 Branch: cfgperl
35604 ! pod/perlfunc.pod
35605____________________________________________________________________________
35606[ 6294] By: gsar on 2000/06/30 14:47:45
35607 Log: slurp mode fix in change#4736 still not quite right
35608 Branch: perl
35609 ! pp_hot.c t/io/argv.t
35610____________________________________________________________________________
35611[ 6293] By: jhi on 2000/06/30 12:02:55
35612 Log: Integrate with Sarathy.
35613 Branch: cfgperl
35614 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
35615____________________________________________________________________________
35616[ 6292] By: jhi on 2000/06/30 12:01:11
35617 Log: From: simon@brecon.co.uk (Simon Cozens)
35618 Subject: UTF8 concat
35619 Date: 30 Jun 2000 06:13:25 GMT
35620 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
35621 Branch: cfgperl
35622 ! pp_hot.c
35623____________________________________________________________________________
35624[ 6291] By: gsar on 2000/06/30 04:37:33
35625 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
35626 when @_ is modified, causing coredumps
35627 Branch: perl
35628 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
35629____________________________________________________________________________
35630[ 6290] By: jhi on 2000/06/30 02:21:44
35631 Log: Integrate with Sarathy.
35632 Branch: cfgperl
35633 !> vms/vms.c vms/vmsish.h
35634____________________________________________________________________________
35635[ 6289] By: jhi on 2000/06/30 02:21:02
35636 Log: Check VERSIONs.
35637 Branch: cfgperl
35638 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35639 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
35640 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35641____________________________________________________________________________
35642[ 6288] By: jhi on 2000/06/30 02:18:52
35643 Log: Integrate with Sarathy.
35644 Branch: cfgperl
35645 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
35646 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35647 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
35648 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
35649____________________________________________________________________________
35650[ 6287] By: gsar on 2000/06/30 02:17:08
35651 Log: integrate vmsperl changes into mainline
35652 Branch: perl
35653 !> vms/vms.c vms/vmsish.h
35654____________________________________________________________________________
35655[ 6285] By: gsar on 2000/06/30 02:05:28
35656 Log: localize %INC in a Safe compartment so that use/require work
35657 (many other magic globals probably need similar treatment)
35658 Branch: perl
35659 ! ext/Opcode/Opcode.xs
35660____________________________________________________________________________
35661[ 6284] By: gsar on 2000/06/30 01:54:54
35662 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
35663 about Windows
35664 Branch: perl
35665 ! pod/perlembed.pod
35666____________________________________________________________________________
35667[ 6283] By: jhi on 2000/06/30 01:50:10
35668 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
35669 From: Barrie Slaymaker <barries@jester.slaysys.com>
35670 Date: Wed, 28 Jun 2000 11:35:29 -0400
35671 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
35672 Branch: perl
35673 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
35674 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
35675 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35676 ! lib/File/Spec/Win32.pm
35677____________________________________________________________________________
35678[ 6282] By: jhi on 2000/06/29 22:57:22
35679 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
35680 From: Dan Sugalski <dan@sidhe.org>
35681 Date: Tue, 06 Jun 2000 11:59:50 -0400
35682 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
35683 Branch: cfgperl
35684 ! vms/vms.c
35685____________________________________________________________________________
35686[ 6281] By: jhi on 2000/06/29 22:52:50
35687 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
35688 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35689 Date: Wed, 7 Jun 2000 04:02:04 -0500
35690 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
35691 Branch: cfgperl
35692 ! utils/h2xs.PL
35693____________________________________________________________________________
35694[ 6280] By: jhi on 2000/06/29 22:45:47
35695 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
35696 From: rspier@pobox.com (Robert Spier)
35697 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
35698 Message-ID: <14654.31913.845602.610277@rls.cx>
35699 Branch: cfgperl
35700 ! utils/h2xs.PL
35701____________________________________________________________________________
35702[ 6279] By: jhi on 2000/06/29 22:38:16
35703 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
35704 From: Tim Ayers <tayers@bridge.com>
35705 Date: Thu, 08 Jun 2000 08:11:06 +0200
35706 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
35707 [resent by Richard Foley, Message-Id probably wrong]
35708 Branch: cfgperl
35709 ! pod/perlsub.pod
35710____________________________________________________________________________
35711[ 6278] By: jhi on 2000/06/29 22:21:45
35712 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
35713 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
35714 Date: Fri, 09 Jun 2000 12:39:27 -0400
35715 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
35716 (plus update the version "number" of Text::Wrap)
35717 Branch: cfgperl
35718 ! lib/Text/Wrap.pm
35719____________________________________________________________________________
35720[ 6277] By: jhi on 2000/06/29 22:13:10
35721 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
35722 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35723 Date: Mon, 12 Jun 2000 14:55:59 +0100
35724 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
35725 Branch: cfgperl
35726 ! pod/perlfunc.pod
35727____________________________________________________________________________
35728[ 6276] By: jhi on 2000/06/29 22:11:06
35729 Log: Subject: [PATCH] Re: eval documentation: context
35730 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35731 Date: Mon, 12 Jun 2000 15:07:29 +0100
35732 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
35733 Branch: cfgperl
35734 ! pod/perlfunc.pod
35735____________________________________________________________________________
35736[ 6275] By: jhi on 2000/06/29 21:59:46
35737 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
35738 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35739 Date: Tue, 13 Jun 2000 02:43:48 -0500
35740 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
35741 Branch: cfgperl
35742 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
35743____________________________________________________________________________
35744[ 6274] By: jhi on 2000/06/29 21:56:14
35745 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
35746 From: Andy Dougherty <doughera@lafayette.edu>
35747 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
35748 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
35749 Branch: cfgperl
35750 ! ext/File/Glob/Glob.pm
35751____________________________________________________________________________
35752[ 6273] By: jhi on 2000/06/29 21:49:09
35753 Log: Subject: [PATCH] xsub attributes
35754 From: Doug MacEachern <dougm@covalent.net>
35755 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
35756 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
35757 Branch: cfgperl
35758 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
35759 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
35760____________________________________________________________________________
35761[ 6272] By: jhi on 2000/06/29 21:41:28
35762 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
35763 From: Tom Phoenix <rootbeer@redcat.com>
35764 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
35765 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
35766 Branch: cfgperl
35767 ! lib/Net/Ping.pm
35768____________________________________________________________________________
35769[ 6271] By: jhi on 2000/06/29 21:36:55
35770 Log: Subject: PATCH pod/perltie.pod
35771 From: Ian Phillipps <Ian.Phillipps@iname.com>
35772 Date: Fri, 16 Jun 2000 00:17:19 +0100
35773 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
35774 (only the first hunk, the second hunk had already been done
35775 by some other patch)
35776 Branch: cfgperl
35777 ! pod/perltie.pod
35778____________________________________________________________________________
35779[ 6270] By: jhi on 2000/06/29 21:24:51
35780 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
35781 From: Nicholas Clark <nick@talking.bollo.cx>
35782 Date: Fri, 23 Jun 2000 16:21:15 +0100
35783 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
35784 Branch: cfgperl
35785 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
35786 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
35787____________________________________________________________________________
35788[ 6269] By: jhi on 2000/06/29 19:38:15
35789 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
35790 silence few compiler warnings.
35791 Branch: cfgperl
35792 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
35793____________________________________________________________________________
35794[ 6268] By: jhi on 2000/06/29 18:21:50
35795 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
35796 From: Dominic Dunlop <domo@computer.org>
35797 Date: Thu, 29 Jun 2000 12:32:39 +0200
35798 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
35799 Branch: cfgperl
35800 ! t/op/sprintf.t
35801____________________________________________________________________________
35802[ 6267] By: jhi on 2000/06/29 18:16:07
35803 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
35804 From: Doug MacEachern <dougm@covalent.net>
35805 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
35806 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
35807 Branch: cfgperl
35808 + t/op/method2entersub.t
35809 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
35810 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35811 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
35812 ! xsutils.c
35813____________________________________________________________________________
35814[ 6266] By: jhi on 2000/06/29 15:11:15
35815 Log: Subject: [PATCH 5.6.0] cygwin port
35816 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
35817 From: "Fifer, Eric" <EFifer@sanwaint.com>
35818 Date: Thu, 29 Jun 2000 12:58:29 +0100
35819 Branch: cfgperl
35820 ! cygwin/Makefile.SHs
35821____________________________________________________________________________
35822[ 6265] By: jhi on 2000/06/29 15:04:05
35823 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
35824 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35825 Date: Wed, 28 Jun 2000 17:50:12 -0700
35826 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
35827 Branch: cfgperl
35828 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35829____________________________________________________________________________
35830[ 6264] By: jhi on 2000/06/29 15:00:57
35831 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
35832 From: Marty Lucich <marty@netcom.com>
35833 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
35834 Message-Id: <200006282116.OAA11148@netcom.com>
35835 ccdlflags update (the BSD/OS 4.1 part had already been taken
35836 care of by #6141).
35837 Branch: cfgperl
35838 ! hints/bsdos.sh
35839____________________________________________________________________________
35840[ 6263] By: jhi on 2000/06/29 13:47:44
35841 Log: tr fixes from Simon Cozens
35842 Branch: cfgperl
35843 ! doop.c
35844____________________________________________________________________________
35845[ 6262] By: jhi on 2000/06/28 18:46:01
35846 Log: Subject: 5.6.0 Patch for EPOC
35847 From: Olaf Flebbe <o.flebbe@gmx.de>
35848 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
35849 Message-ID: <23449.960929969@www11.gmx.net>
35850 Branch: cfgperl
35851 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
35852 ! epoc/epocish.h
35853____________________________________________________________________________
35854[ 6261] By: jhi on 2000/06/28 18:29:07
35855 Log: Subject: Re: [PATCH cfgperl] BOMs away!
35856 From: simon@brecon.co.uk (Simon Cozens)
35857 Date: 17 Jun 2000 11:49:57 GMT
35858 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
35859 Branch: cfgperl
35860 ! pod/perldiag.pod t/comp/require.t toke.c
35861____________________________________________________________________________
35862[ 6260] By: jhi on 2000/06/28 17:47:16
35863 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
35864 From: simon@brecon.co.uk (Simon Cozens)
35865 Date: 17 Jun 2000 11:56:44 GMT
35866 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
35867 pack U0, pack C0
35868 Branch: cfgperl
35869 ! pod/perlfunc.pod pp.c t/op/pack.t
35870____________________________________________________________________________
35871[ 6259] By: jhi on 2000/06/28 16:43:17
35872 Log: perlnewmod was missing from MANIFEST.
35873 Branch: cfgperl
35874 ! MANIFEST
35875____________________________________________________________________________
35876[ 6258] By: jhi on 2000/06/28 15:54:30
35877 Log: linenumber tweak
35878 Branch: cfgperl
35879 ! t/pragma/warn/regcomp
35880____________________________________________________________________________
35881[ 6257] By: jhi on 2000/06/28 15:50:44
35882 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
35883 From: Doug MacEachern <dougm@covalent.net>
35884 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
35885 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
35886 (one part of the patch had been applied earlier)
35887 Branch: cfgperl
35888 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
35889____________________________________________________________________________
35890[ 6256] By: jhi on 2000/06/28 15:40:22
35891 Log: tweaks from Simon Cozens to further fix tr/// under utf8
35892 Branch: cfgperl
35893 ! doop.c
35894____________________________________________________________________________
35895[ 6255] By: jhi on 2000/06/28 15:33:45
35896 Log: small thinko tweaks
35897 Branch: cfgperl
35898 ! lib/IPC/Open3.pm t/op/my_stash.t
35899____________________________________________________________________________
35900[ 6254] By: jhi on 2000/06/28 15:33:25
35901 Log: Subject: tr///, help wanted.
35902 From: simon@brecon.co.uk (Simon Cozens)
35903 Date: 28 Jun 2000 11:29:04 GMT
35904 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
35905 Branch: cfgperl
35906 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
35907 ! pp_proto.h proto.h t/op/tr.t
35908____________________________________________________________________________
35909[ 6253] By: jhi on 2000/06/28 15:09:17
35910 Log: Paranoia tweak on #6249.
35911 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35912 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35913 Date: Sun, 25 Jun 2000 23:43:12 -0400
35914 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
35915 Branch: cfgperl
35916 ! lib/IPC/Open3.pm
35917____________________________________________________________________________
35918[ 6252] By: jhi on 2000/06/28 15:01:38
35919 Log: Document #6249 and #6251.
35920 Branch: cfgperl
35921 ! lib/Exporter.pm lib/IPC/Open3.pm
35922____________________________________________________________________________
35923[ 6251] By: jhi on 2000/06/28 14:50:43
35924 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
35925 From: Doug MacEachern <dougm@covalent.net>
35926 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
35927 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
35928 Branch: cfgperl
35929 ! lib/Exporter.pm
35930____________________________________________________________________________
35931[ 6250] By: jhi on 2000/06/28 14:45:23
35932 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
35933 From: Doug MacEachern <dougm@covalent.net>
35934 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
35935 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
35936 Branch: cfgperl
35937 + t/op/my_stash.t
35938 ! MANIFEST embed.pl global.sym proto.h toke.c
35939____________________________________________________________________________
35940[ 6249] By: jhi on 2000/06/28 14:36:34
35941 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35942 From: Frank Tobin <ftobin@uiuc.edu>
35943 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
35944 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
35945 Branch: cfgperl
35946 ! lib/IPC/Open3.pm
35947____________________________________________________________________________
35948[ 6248] By: jhi on 2000/06/28 14:11:25
35949 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
35950 From: Mark-Jason Dominus <mjd@plover.com>
35951 Date: Tue, 27 Jun 2000 22:36:42 -0400
35952 Message-ID: <20000628023642.12166.qmail@plover.com>
35953 Branch: cfgperl
35954 ! pod/perlfunc.pod
35955____________________________________________________________________________
35956[ 6247] By: jhi on 2000/06/27 12:46:37
35957 Log: Tweak $VERSION, patch from Doug MacEachern.
35958 Branch: cfgperl
35959 ! lib/File/Spec.pm
35960____________________________________________________________________________
35961[ 6246] By: jhi on 2000/06/27 03:34:46
35962 Log: Allow for standalone testing.
35963 Branch: cfgperl
35964 ! t/lib/filefunc.t t/lib/filespec.t
35965____________________________________________________________________________
35966[ 6245] By: jhi on 2000/06/27 02:50:02
35967 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
35968 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35969 Date: Sat, 24 Jun 2000 13:06:20 +0100
35970 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
35971 Branch: cfgperl
35972 ! ext/DynaLoader/DynaLoader_pm.PL
35973____________________________________________________________________________
35974[ 6244] By: jhi on 2000/06/27 02:46:10
35975 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
35976 From: Doug MacEachern <dougm@covalent.net>
35977 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
35978 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
35979 Branch: cfgperl
35980 ! gv.c sv.c t/lib/peek.t
35981____________________________________________________________________________
35982[ 6243] By: jhi on 2000/06/27 02:38:07
35983 Log: Subject: [PATCH] is_utf8_string
35984 From: simon@brecon.co.uk (Simon Cozens)
35985 Date: 26 Jun 2000 02:25:59 GMT
35986 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
35987 Branch: cfgperl
35988 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
35989 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
35990 ! proto.h utf8.c
35991____________________________________________________________________________
35992[ 6242] By: jhi on 2000/06/27 02:24:00
35993 Log: Subject: [PATCH] bytes<->utf8 fixes
35994 From: simon@brecon.co.uk (Simon Cozens)
35995 Date: 26 Jun 2000 04:55:45 GMT
35996 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
35997 Branch: cfgperl
35998 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
35999____________________________________________________________________________
36000[ 6241] By: jhi on 2000/06/27 02:12:42
36001 Log: Do no -warn on \_, only on \alpha.
36002 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
36003 From: David Dyck <dcd@tc.fluke.com>
36004 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
36005 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
36006 Branch: cfgperl
36007 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
36008____________________________________________________________________________
36009[ 6240] By: jhi on 2000/06/27 02:00:01
36010 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
36011 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36012 Date: Mon, 26 Jun 2000 18:40:14 +0100
36013 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
36014 Branch: cfgperl
36015 ! utils/h2xs.PL
36016____________________________________________________________________________
36017[ 6239] By: jhi on 2000/06/27 01:53:40
36018 Log: Configure maintenance. Sever some dependency cycles,
36019 separate gccversion from the cc unit,
36020 address [ID 20000623.006] Configure script patch for using gcc on AIX
36021 (but solve it a little bit differently),
36022 unduplex some accidentally duplicated units,
36023 suggest using gcc if no cc available
36024 (p5p thread: "Solaris configure: counterproposal", 1999-09)
36025 Branch: cfgperl
36026 ! Configure Todo-5.6 config_h.SH
36027 Branch: metaconfig
36028 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
36029 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
36030 Branch: metaconfig/U/perl
36031 + gccvers.U
36032 ! d_getespwnam.U d_getprpwnam.U i_prot.U
36033____________________________________________________________________________
36034[ 6238] By: jhi on 2000/06/25 18:04:56
36035 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
36036 From: Dan Sugalski <dan@sidhe.org>
36037 Date: Fri, 23 Jun 2000 17:00:00 -0400
36038 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
36039 Branch: cfgperl
36040 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
36041____________________________________________________________________________
36042[ 6237] By: jhi on 2000/06/25 16:36:45
36043 Log: Tweak embed.pl, regen headers.
36044 Branch: cfgperl
36045 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
36046 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
36047 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
36048 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
36049 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
36050____________________________________________________________________________
36051[ 6236] By: jhi on 2000/06/25 15:26:42
36052 Log: Regen headers.
36053 Branch: cfgperl
36054 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
36055 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
36056 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
36057 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
36058 ! regnodes.h warnings.h
36059____________________________________________________________________________
36060[ 6235] By: jhi on 2000/06/23 19:39:35
36061 Log: The thread begun by
36062 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
36063 From: Kevin.Ruscoe@ubsw.com
36064 Date: Fri, 16 Jun 2000 16:38:51 +0100
36065 Message-Id: <H000019b03c300d6@MHS>
36066 Branch: cfgperl
36067 ! hints/solaris_2.sh
36068____________________________________________________________________________
36069[ 6234] By: jhi on 2000/06/23 19:23:36
36070 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
36071 because when run as services (Win32ese for daemons)
36072 no environment variables are set and tmpdir ends up as /tmp,
36073 which is ambiguous.
36074
36075 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
36076 From: matt@sergeant.org
36077 Date: 16 Jun 2000 16:30:43 -0000
36078 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
36079 Branch: cfgperl
36080 ! lib/File/Spec/Win32.pm
36081____________________________________________________________________________
36082[ 6233] By: jhi on 2000/06/23 19:18:58
36083 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
36084 From: Mark-Jason Dominus <mjd@plover.com>
36085 Date: Fri, 16 Jun 2000 20:53:04 -0400
36086 Message-ID: <20000617005304.8008.qmail@plover.com>
36087 Branch: cfgperl
36088 ! op.h
36089____________________________________________________________________________
36090[ 6232] By: jhi on 2000/06/23 16:10:02
36091 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
36092 From: simon@brecon.co.uk (Simon Cozens)
36093 Date: 19 Jun 2000 15:18:27 GMT
36094 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
36095
36096 plus update pod/Makefile and regenerate perltoc
36097 Branch: cfgperl
36098 + pod/perlutil.pod
36099 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
36100____________________________________________________________________________
36101[ 6231] By: jhi on 2000/06/23 15:19:18
36102 Log: Subject: [PATCH 5.6.0] cygwin port
36103 From: "Fifer, Eric" <EFifer@sanwaint.com>
36104 Date: Tue, 20 Jun 2000 14:30:58 +0100
36105 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
36106 Branch: cfgperl
36107 ! README.cygwin lib/File/Find.pm
36108____________________________________________________________________________
36109[ 6230] By: jhi on 2000/06/23 14:25:21
36110 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
36111 Branch: cfgperl
36112 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
36113 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36114 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36115 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
36116____________________________________________________________________________
36117[ 6229] By: jhi on 2000/06/23 14:13:34
36118 Log: Subject: README.hpux version 0.6.1
36119 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
36120 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36121 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
36122 Branch: cfgperl
36123 ! README.hpux
36124____________________________________________________________________________
36125[ 6228] By: jhi on 2000/06/23 14:07:20
36126 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
36127 From: Doug MacEachern <dougm@covalent.net>
36128 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
36129 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
36130 Branch: cfgperl
36131 ! op.c
36132____________________________________________________________________________
36133[ 6227] By: jhi on 2000/06/23 14:01:06
36134 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
36135 From: Doug MacEachern <dougm@covalent.net>
36136 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
36137 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
36138 Branch: cfgperl
36139 + lib/lib.pm.PL
36140 - lib/lib.pm
36141 ! MANIFEST Makefile.SH
36142____________________________________________________________________________
36143[ 6226] By: jhi on 2000/06/23 13:53:07
36144 Log: Subject: [PATCH] remove forward declarations in Socket.pm
36145 From: Doug MacEachern <dougm@covalent.net>
36146 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
36147 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
36148
36149 From: Doug MacEachern <dougm@covalent.net>
36150 Subject: Re: [PATCH] remove forward declarations in Socket.pm
36151 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
36152 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
36153 Branch: cfgperl
36154 ! ext/Socket/Socket.pm op.c
36155____________________________________________________________________________
36156[ 6225] By: jhi on 2000/06/23 13:41:52
36157 Log: Add source code filenames to apidoc.
36158 From: simon@brecon.co.uk (Simon Cozens)
36159 Subject: [PATCH embed.pl] Source X-ref
36160 Date: 22 Jun 2000 02:18:49 GMT
36161 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
36162 Branch: cfgperl
36163 ! embed.pl
36164____________________________________________________________________________
36165[ 6224] By: jhi on 2000/06/23 13:32:33
36166 Log: A way to avoid English.pm performance hit.
36167 From: root <root@jester.slaysys.com>
36168 Subject: [YAPATCH English.pm] My turn to putt again
36169 Date: Thu, 22 Jun 2000 20:33:58 -0400
36170 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
36171 Branch: cfgperl
36172 ! lib/English.pm t/lib/english.t
36173____________________________________________________________________________
36174[ 6223] By: jhi on 2000/06/23 13:27:06
36175 Log: Avoid double close().
36176 Subject: [PATCH] avoid double close()
36177 From: Doug MacEachern <dougm@covalent.net>
36178 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
36179 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
36180 Branch: cfgperl
36181 ! doio.c
36182____________________________________________________________________________
36183[ 6222] By: jhi on 2000/06/23 13:25:54
36184 Log: doc typo fix
36185 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
36186 From: Ian Phillipps <Ian.Phillipps@iname.com>
36187 Date: Fri, 23 Jun 2000 10:40:58 +0100
36188 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
36189 Branch: cfgperl
36190 ! lib/Pod/Usage.pm
36191____________________________________________________________________________
36192[ 6221] By: jhi on 2000/06/23 13:24:15
36193 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
36194 From: simon@brecon.co.uk (Simon Cozens)
36195 Subject: [PATCH] Eliminate tr///[CU][CU]
36196 Date: 23 Jun 2000 11:05:40 GMT
36197 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
36198 Branch: cfgperl
36199 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
36200____________________________________________________________________________
36201[ 6220] By: jhi on 2000/06/22 16:07:51
36202 Log: Win32 patches from Benjamin Stuhl.
36203 Branch: cfgperl
36204 ! makedef.pl win32/win32.h
36205____________________________________________________________________________
36206[ 6219] By: jhi on 2000/06/22 16:06:34
36207 Log: Bytecode patches from Benjamin Stuhl.
36208 Branch: cfgperl
36209 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
36210 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
36211 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36212____________________________________________________________________________
36213[ 6218] By: jhi on 2000/06/15 23:54:16
36214 Log: Bytecode patches from Benjamin Stuhl.
36215 Branch: cfgperl
36216 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
36217____________________________________________________________________________
36218[ 6217] By: jhi on 2000/06/09 13:38:29
36219 Log: Rename the fdpid locking and integrate with Sarathy.
36220 Branch: cfgperl
36221 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
36222 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
36223 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
36224 ! win32/win32.c
36225 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
36226____________________________________________________________________________
36227[ 6216] By: gsar on 2000/06/08 14:54:21
36228 Log: be more optimal about clearing @_
36229 Branch: perl
36230 ! cop.h
36231____________________________________________________________________________
36232[ 6215] By: gsar on 2000/06/08 14:33:04
36233 Log: tweak comment about @DB::args
36234 Branch: perl
36235 ! av.h pp_ctl.c
36236____________________________________________________________________________
36237[ 6214] By: gsar on 2000/06/08 13:57:54
36238 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
36239 caller() wants to populate @DB::args with it (causes a coredump
36240 in Carp::confess())
36241 Branch: perl
36242 ! cop.h t/op/runlevel.t
36243____________________________________________________________________________
36244[ 6213] By: gsar on 2000/06/08 07:06:35
36245 Log: back out change#6106 (seems problematic)
36246 Branch: perl
36247 ! hints/solaris_2.sh
36248____________________________________________________________________________
36249[ 6212] By: jhi on 2000/06/07 03:10:36
36250 Log: Continuing mopup for #6204.
36251 Branch: cfgperl
36252 ! ext/B/defsubs_h.PL
36253____________________________________________________________________________
36254[ 6211] By: jhi on 2000/06/07 02:41:50
36255 Log: Mopup for #6204.
36256 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
36257 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
36258 This is comes from const() where POK isn't on when expected.
36259 Branch: cfgperl
36260 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
36261 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36262 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
36263 ! perlapi.h pod/perlapi.pod
36264____________________________________________________________________________
36265[ 6210] By: jhi on 2000/06/07 01:56:29
36266 Log: Mopup for #6207 and #6209.
36267 Branch: cfgperl
36268 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
36269____________________________________________________________________________
36270[ 6209] By: jhi on 2000/06/07 01:33:12
36271 Log: Lock PL_fdpid against race conditions, based on:
36272 Subject: [PATCH 5.6.0]subprocess fixup for threads
36273 From: Dan Sugalski <dan@sidhe.org>
36274 To: perl5-porters@perl.org
36275 Date: Tue, 11 Apr 2000 17:02:32 -0400
36276 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
36277 Branch: cfgperl
36278 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
36279 ! win32/win32.c
36280____________________________________________________________________________
36281[ 6208] By: jhi on 2000/06/07 01:05:23
36282 Log: Regen headers for #6207.
36283 Branch: cfgperl
36284 ! embed.h global.sym objXSUB.h proto.h
36285____________________________________________________________________________
36286[ 6207] By: jhi on 2000/06/06 23:43:13
36287 Log: Subject: [PATCH 5.6.0] Threadsafe patches
36288 From: Dan Sugalski <dan@sidhe.org>
36289 To: perl5-porters@perl.org
36290 Date: Mon, 08 May 2000 18:08:13 -0400
36291 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
36292 Branch: cfgperl
36293 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
36294 ! proto.h sv.h util.c
36295____________________________________________________________________________
36296[ 6206] By: jhi on 2000/06/06 23:21:23
36297 Log: Subject: [PATCH] Eliminate $a/$b in pod
36298 From: David Glasser <me@davidglasser.net>
36299 To: perl5-porters@perl.org
36300 Date: Mon, 29 May 2000 21:15:59 -0400
36301 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
36302 Branch: cfgperl
36303 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
36304 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
36305 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
36306 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
36307 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
36308 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
36309 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
36310 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
36311 ! pod/perlvar.pod pod/perlxs.pod
36312____________________________________________________________________________
36313[ 6205] By: jhi on 2000/06/06 23:12:14
36314 Log: Subject: [PATCH] Win32 improvements
36315 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
36316 To: gsar@activestate.com, perl5-porters@perl.org
36317 Date: Mon, 29 May 2000 17:22:24 PDT
36318 Message-ID: <20000530002224.91142.qmail@hotmail.com>
36319 (MUA had mangled many lines by wordwrapping)
36320 Branch: cfgperl
36321 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
36322____________________________________________________________________________
36323[ 6204] By: jhi on 2000/06/06 23:01:50
36324 Log: Subject: [PATCH] B::Bytecode patches
36325 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
36326 To: gsar@activestate.com, jhi@iki.fi
36327 Cc: perl5-porters@perl.org
36328 Message-ID: <20000602202526.48694.qmail@hotmail.com>
36329 (MUA had mangled many lines by wordwrapping)
36330 Branch: cfgperl
36331 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
36332 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
36333 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36334 ! intrpvar.h perl.c
36335____________________________________________________________________________
36336[ 6203] By: jhi on 2000/06/06 22:32:43
36337 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
36338 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36339 Date: Tue, 06 Jun 2000 13:07:45 -0700
36340 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
36341 Branch: cfgperl
36342 ! pod/perldiag.pod
36343____________________________________________________________________________
36344[ 6202] By: jhi on 2000/06/06 19:38:35
36345 Log: Integrate with Sarathy.
36346 Branch: cfgperl
36347 !> perl.c
36348____________________________________________________________________________
36349[ 6201] By: gsar on 2000/06/06 00:42:59
36350 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
36351 does a PUSHMARK that's never ever POPMARKed; in general, only
36352 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
36353 Perl_eval_[sp]v() don't because they don't take any incoming
36354 arguments (this leak has been around since the original version
36355 of perl_eval_pv() in 5.003_97e)
36356 Branch: perl
36357 ! perl.c
36358____________________________________________________________________________
36359[ 6200] By: jhi on 2000/06/04 03:44:52
36360 Log: Update to cperl-mode.el 4.31 from
36361 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
36362 Subject: A couple of notes
36363 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36364 To: Mailing list Perl5 <perl5-porters@perl.org>
36365 Date: Sat, 3 Jun 2000 23:33:32 -0400
36366 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
36367 Branch: cfgperl
36368 ! emacs/cperl-mode.el
36369____________________________________________________________________________
36370[ 6199] By: jhi on 2000/06/03 15:11:05
36371 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
36372 From: Dan Sugalski <dan@sidhe.org>
36373 To: perl5-porters@perl.org, vmsperl@perl.org
36374 Date: Fri, 02 Jun 2000 17:30:51 -0400
36375 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
36376 Branch: cfgperl
36377 ! vms/descrip_mms.template vms/gen_shrfls.pl
36378____________________________________________________________________________
36379[ 6198] By: jhi on 2000/06/03 14:59:15
36380 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
36381 From: Dan Sugalski <dan@sidhe.org>
36382 To: vmsperl@perl.org, perl5-porters@perl.org
36383 Date: Fri, 02 Jun 2000 16:00:41 -0400
36384 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
36385 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
36386 Branch: cfgperl
36387 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
36388 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
36389 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
36390____________________________________________________________________________
36391[ 6197] By: jhi on 2000/06/03 14:41:30
36392 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
36393 From: John Borwick <jhborwic@unity.ncsu.edu>
36394 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
36395 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
36396 Branch: cfgperl
36397 ! pod/perlsyn.pod
36398____________________________________________________________________________
36399[ 6196] By: jhi on 2000/06/03 14:38:09
36400 Log: Integrate with Sarathy.
36401 Branch: cfgperl
36402 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
36403 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
36404 !> vms/perly_c.vms
36405____________________________________________________________________________
36406[ 6195] By: gsar on 2000/06/02 22:43:13
36407 Log: fix yet another eval"" leak under USE_ITHREADS
36408 Branch: perl
36409 ! op.c
36410____________________________________________________________________________
36411[ 6194] By: gsar on 2000/06/02 18:22:06
36412 Log: fix small eval"" memory leaks under USE_ITHREADS
36413 Branch: perl
36414 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
36415 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
36416 ! vms/perly_c.vms
36417____________________________________________________________________________
36418[ 6193] By: jhi on 2000/06/01 13:03:56
36419 Log: Signals-be-gone for microperl.
36420 Branch: cfgperl
36421 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
36422____________________________________________________________________________
36423[ 6192] By: jhi on 2000/06/01 12:52:02
36424 Log: Integrate with Sarathy.
36425 Branch: cfgperl
36426 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
36427 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
36428 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
36429 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
36430 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
36431 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
36432 !> t/op/vec.t utils/h2xs.PL
36433____________________________________________________________________________
36434[ 6191] By: gsar on 2000/06/01 09:38:21
36435 Log: vec() loses numericalness (modified version of patch suggested
36436 by Robin Barker)
36437 Branch: perl
36438 ! doop.c t/op/vec.t
36439____________________________________________________________________________
36440[ 6190] By: gsar on 2000/06/01 09:26:15
36441 Log: submit missing embed.pl change
36442 Branch: perl
36443 ! embed.pl
36444____________________________________________________________________________
36445[ 6189] By: gsar on 2000/06/01 09:05:34
36446 Log: counting tr/// corrupts later operation (from M.J.T Guy)
36447 Branch: perl
36448 ! doop.c t/op/tr.t
36449____________________________________________________________________________
36450[ 6188] By: gsar on 2000/06/01 08:58:39
36451 Log: h2xs tweaks
36452 Branch: perl
36453 ! utils/h2xs.PL
36454____________________________________________________________________________
36455[ 6187] By: gsar on 2000/06/01 08:50:07
36456 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
36457 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36458 Branch: perl
36459 + lib/Pod/LaTeX.pm
36460 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
36461 ! pod/pod2latex.PL
36462____________________________________________________________________________
36463[ 6186] By: gsar on 2000/06/01 08:24:40
36464 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
36465 <wolfgang.laun@alcatel.at>)
36466 Branch: perl
36467 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
36468 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
36469____________________________________________________________________________
36470[ 6185] By: gsar on 2000/06/01 08:12:00
36471 Log: remove incorrect documentation about implicit split to @_ in
36472 list context, which never really worked in perl 5 (from
36473 M.J.T. Guy)
36474 Branch: perl
36475 ! pod/perlfunc.pod pod/perltrap.pod
36476____________________________________________________________________________
36477[ 6184] By: gsar on 2000/06/01 07:52:27
36478 Log: tweak for change#6127
36479 Branch: perl
36480 ! perl.c
36481____________________________________________________________________________
36482[ 6183] By: gsar on 2000/06/01 07:41:02
36483 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
36484 <nick@ccl4.org>)
36485 Branch: perl
36486 + t/lib/selfloader.t
36487 ! MANIFEST lib/SelfLoader.pm
36488____________________________________________________________________________
36489[ 6182] By: jhi on 2000/06/01 00:34:42
36490 Log: Be Cleaner Part Deux.
36491 Branch: cfgperl
36492 ! Makefile.SH
36493____________________________________________________________________________
36494[ 6181] By: jhi on 2000/06/01 00:32:09
36495 Log: Integrate with Sarathy.
36496 Branch: cfgperl
36497 !> pp.c t/op/arith.t
36498____________________________________________________________________________
36499[ 6180] By: jhi on 2000/06/01 00:31:13
36500 Log: microperl nits from Simon Cozens.
36501 Branch: cfgperl
36502 + uconfig.h
36503 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
36504 ! unixish.h
36505____________________________________________________________________________
36506[ 6179] By: gsar on 2000/05/31 22:37:51
36507 Log: buggy modulus on UVs introduced by change#3378 (resulted in
36508 4063328477 % 65535 amounting to 27406, instead of 27407)
36509 Branch: perl
36510 ! pp.c t/op/arith.t
36511____________________________________________________________________________
36512[ 6178] By: jhi on 2000/05/31 21:52:41
36513 Log: Be cleaner.
36514 Branch: cfgperl
36515 ! Makefile.SH
36516____________________________________________________________________________
36517[ 6177] By: jhi on 2000/05/31 21:47:33
36518 Log: Substitution utf8 patch from Simon Cozens.
36519 Branch: cfgperl
36520 ! pp_hot.c
36521____________________________________________________________________________
36522[ 6176] By: jhi on 2000/05/31 21:45:34
36523 Log: Single-quoted utf8 patch from Simon Cozens.
36524 Branch: cfgperl
36525 ! toke.c
36526____________________________________________________________________________
36527[ 6175] By: jhi on 2000/05/31 21:40:18
36528 Log: Integrate with Sarathy.
36529 Branch: cfgperl
36530 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
36531____________________________________________________________________________
36532[ 6174] By: jhi on 2000/05/31 21:37:31
36533 Log: microperl changes from Simon Cozens; Makefile for microperl
36534 written from scratch; few casts added as microperl compilation
36535 doesn't have all prototypes available.
36536 Branch: cfgperl
36537 + Makefile.micro README.micro Todo.micro uconfig.sh
36538 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
36539 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
36540 Branch: metaconfig
36541 + U/modified/Config_h.U
36542____________________________________________________________________________
36543[ 6173] By: jhi on 2000/05/31 20:00:24
36544 Log: metaconfig maintenance.
36545 Branch: metaconfig
36546 + U/modified/Inhdr.U U/typedefs/inotype.U
36547 Branch: metaconfig/U/perl
36548 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
36549 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
36550____________________________________________________________________________
36551[ 6172] By: gsar on 2000/05/31 05:05:42
36552 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
36553 (from Ilya Zakharevich)
36554 Branch: perl
36555 ! regexec.c t/op/re_tests
36556____________________________________________________________________________
36557[ 6171] By: gsar on 2000/05/31 05:01:47
36558 Log: scalar() doesn't force scalar context when used in void context
36559 (from Simon Cozens)
36560 Branch: perl
36561 ! op.c t/op/wantarray.t
36562____________________________________________________________________________
36563[ 6170] By: gsar on 2000/05/31 04:41:33
36564 Log: change#6142 needs tweaks to tests to work where there's no symlink()
36565 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36566 Branch: perl
36567 ! t/lib/filefind.t
36568____________________________________________________________________________
36569[ 6169] By: gsar on 2000/05/31 04:29:49
36570 Log: integrate cfgperl contents into mainline
36571 Branch: perl
36572 +> pod/perlmodlib.PL pod/perlnewmod.pod
36573 !> (integrate 42 files)
36574____________________________________________________________________________
36575[ 6168] By: jhi on 2000/05/30 22:53:37
36576 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
36577 Branch: cfgperl
36578 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36579 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
36580 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
36581 ! win32/config.bc win32/config.gc win32/config.vc
36582 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36583 ! win32/config_h.PL win32/config_sh.PL
36584 Branch: metaconfig/U/perl
36585 ! perlxv.U
36586____________________________________________________________________________
36587[ 6167] By: jhi on 2000/05/30 22:20:21
36588 Log: tweak todo
36589 Branch: cfgperl
36590 ! Todo-5.6
36591____________________________________________________________________________
36592[ 6166] By: jhi on 2000/05/30 22:11:51
36593 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
36594 in case somebody wants to write an extension for more
36595 shadow database interfaces.
36596 Branch: cfgperl
36597 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36598 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
36599 ! vos/config.def vos/config.h vos/config_h.SH_orig
36600 ! win32/config.bc win32/config.gc win32/config.vc
36601 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36602 Branch: metaconfig
36603 ! U/modified/Myinit.U
36604 Branch: metaconfig/U/perl
36605 + d_getespwnam.U d_getprpwnam.U i_prot.U
36606____________________________________________________________________________
36607[ 6165] By: jhi on 2000/05/30 18:35:34
36608 Log: Integrate with Sarathy.
36609 Branch: cfgperl
36610 !> op.c
36611____________________________________________________________________________
36612[ 6164] By: jhi on 2000/05/30 18:30:16
36613 Log: detypo
36614 Branch: cfgperl
36615 ! Configure config_h.SH
36616 Branch: metaconfig/U/perl
36617 ! perlxv.U
36618____________________________________________________________________________
36619[ 6163] By: gsar on 2000/05/30 03:24:03
36620 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
36621 Branch: perl
36622 ! op.c
36623____________________________________________________________________________
36624[ 6162] By: gsar on 2000/05/30 03:09:38
36625 Log: fix memory leak in method call optimization (change#3768);
36626 made C<eval "$x->foo()"> leak
36627 Branch: perl
36628 ! op.c
36629____________________________________________________________________________
36630[ 6161] By: jhi on 2000/05/29 17:56:26
36631 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
36632 both from Simon Cozens.
36633 Branch: cfgperl
36634 + pod/perlmodlib.PL pod/perlnewmod.pod
36635 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
36636 ! pod/perlmodlib.pod pod/perltoc.pod
36637____________________________________________________________________________
36638[ 6160] By: jhi on 2000/05/29 17:23:55
36639 Log: Changes for the File::Temp 0.08 (change #6159) test suite
36640 to fit better into the Perl distribution test framework.
36641 Branch: cfgperl
36642 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
36643 ! t/lib/ftmp-tempfile.t
36644____________________________________________________________________________
36645[ 6159] By: jhi on 2000/05/29 16:55:36
36646 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
36647 Branch: cfgperl
36648 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36649 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36650____________________________________________________________________________
36651[ 6158] By: bailey on 2000/05/29 16:22:08
36652 Log: Add fallback to tmpfile for use in cases where user's relying on
36653 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
36654 Lane's patch)
36655 Branch: vmsperl
36656 ! vms/vms.c vms/vmsish.h
36657____________________________________________________________________________
36658[ 6157] By: jhi on 2000/05/29 03:10:36
36659 Log: Regen Configure to jive with #6149.
36660 Branch: cfgperl
36661 ! Configure
36662 Branch: metaconfig
36663 ! U/modified/Getfile.U
36664____________________________________________________________________________
36665[ 6156] By: jhi on 2000/05/29 03:01:38
36666 Log: Integrate with Sarathy.
36667 Branch: cfgperl
36668 +> ext/DynaLoader/dl_mac.xs
36669 !> (integrate 38 files)
36670____________________________________________________________________________
36671[ 6155] By: gsar on 2000/05/28 21:15:58
36672 Log: small bug in change#6144; remove random \xA0 character that snuck
36673 in via change#6145
36674 Branch: perl
36675 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
36676____________________________________________________________________________
36677[ 6154] By: gsar on 2000/05/28 21:04:19
36678 Log: avoid type mismatch warning
36679 Branch: perl
36680 ! perl.c
36681____________________________________________________________________________
36682[ 6153] By: gsar on 2000/05/28 20:58:31
36683 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
36684 <nick@Bagpuss.uk.boo.com>)
36685 Branch: perl
36686 ! lib/Test/Harness.pm
36687____________________________________________________________________________
36688[ 6152] By: gsar on 2000/05/28 20:53:42
36689 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
36690 Branch: perl
36691 ! regexec.c
36692____________________________________________________________________________
36693[ 6151] By: gsar on 2000/05/28 20:50:28
36694 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
36695 Branch: perl
36696 ! regexec.c
36697____________________________________________________________________________
36698[ 6150] By: gsar on 2000/05/28 20:39:58
36699 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
36700 Branch: perl
36701 ! pod/perlrequick.pod
36702____________________________________________________________________________
36703[ 6149] By: gsar on 2000/05/28 20:35:16
36704 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
36705 <troc@netrus.net>)
36706 Branch: perl
36707 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
36708 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
36709 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
36710 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
36711____________________________________________________________________________
36712[ 6148] By: gsar on 2000/05/28 20:21:07
36713 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
36714 Branch: perl
36715 ! lib/ExtUtils/MM_Unix.pm
36716____________________________________________________________________________
36717[ 6147] By: gsar on 2000/05/28 20:12:41
36718 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
36719 (from Peter Prymmer)
36720 Branch: perl
36721 ! vms/subconfigure.com
36722____________________________________________________________________________
36723[ 6146] By: gsar on 2000/05/28 20:06:15
36724 Log: doc typo
36725 Branch: perl
36726 ! lib/warnings.pm warnings.h warnings.pl
36727____________________________________________________________________________
36728[ 6145] By: gsar on 2000/05/28 18:44:33
36729 Log: make xsubpp skip embedded pod (from Matthias Neeracher
36730 <neeri@iis.ee.ethz.ch>)
36731 Branch: perl
36732 ! lib/ExtUtils/xsubpp
36733____________________________________________________________________________
36734[ 6144] By: gsar on 2000/05/28 18:42:49
36735 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
36736 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
36737 <neeri@iis.ee.ethz.ch>)
36738 Branch: perl
36739 ! lib/AutoSplit.pm
36740____________________________________________________________________________
36741[ 6143] By: gsar on 2000/05/28 18:41:12
36742 Log: MacOS support, part 1 (from Matthias Neeracher
36743 <neeri@iis.ee.ethz.ch>)
36744 Branch: perl
36745 + ext/DynaLoader/dl_mac.xs
36746 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
36747 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
36748 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
36749 ! util.h
36750____________________________________________________________________________
36751[ 6142] By: gsar on 2000/05/28 18:21:51
36752 Log: File::Find fails to chdir when chasing symlinks (from
36753 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36754 Branch: perl
36755 ! lib/File/Find.pm t/lib/filefind.t
36756____________________________________________________________________________
36757[ 6141] By: jhi on 2000/05/28 14:25:15
36758 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
36759 forwarded by Peter Seebach from the bsdi-users mailing list.
36760 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
36761 Branch: perl
36762 ! hints/bsdos.sh
36763____________________________________________________________________________
36764[ 6140] By: jhi on 2000/05/28 14:11:57
36765 Log: Integrate with Sarathy.
36766 Branch: cfgperl
36767 +> (branch 30 files)
36768 !> (integrate 93 files)
36769____________________________________________________________________________
36770[ 6139] By: gsar on 2000/05/28 10:01:48
36771 Log: revise mktables.PL for bugs and newness in Unicode 3.0
36772 (from James Bence <jbence@amgen.com>)
36773 Branch: perl
36774 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
36775 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
36776 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
36777 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
36778 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
36779 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
36780 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
36781 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
36782 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
36783 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
36784 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
36785 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
36786 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
36787 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
36788 + lib/unicode/Is/SylWU.pl
36789 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
36790 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36791 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36792 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36793 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36794 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36795 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36796 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36797 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36798 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36799 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36800 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36801 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36802 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36803 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
36804 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
36805 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
36806 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
36807 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
36808 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
36809 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
36810 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
36811 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
36812 ! lib/unicode/Makefile lib/unicode/mktables.PL
36813____________________________________________________________________________
36814[ 6138] By: gsar on 2000/05/28 08:50:32
36815 Log: add note about the handling of negative indices to tied arrays
36816 (from Michael G Schwern <schwern@pobox.com>)
36817 Branch: perl
36818 ! pod/perltie.pod
36819____________________________________________________________________________
36820[ 6137] By: gsar on 2000/05/28 08:46:10
36821 Log: fix bogus redeclaration warning for "our" variables in different
36822 scopes
36823 Branch: perl
36824 ! op.c t/pragma/strict-vars
36825____________________________________________________________________________
36826[ 6136] By: gsar on 2000/05/28 08:31:20
36827 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
36828 Branch: perl
36829 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
36830____________________________________________________________________________
36831[ 6135] By: gsar on 2000/05/28 08:17:50
36832 Log: enable Test::Harness to dynamically determine column width etc.
36833 (from Rob Napier <rnapier@employees.org>)
36834 Branch: perl
36835 ! lib/Test/Harness.pm
36836____________________________________________________________________________
36837[ 6134] By: gsar on 2000/05/28 08:13:39
36838 Log: make Test::Harness use wait.h/WCOREDUMP if available
36839 (from Ben Tilly <ben_tilly@hotmail.com>)
36840 Branch: perl
36841 ! lib/Test/Harness.pm
36842____________________________________________________________________________
36843[ 6133] By: gsar on 2000/05/28 08:08:05
36844 Log: elide bogus test in change#6132
36845 Branch: perl
36846 ! t/pragma/warn/9enabled
36847____________________________________________________________________________
36848[ 6132] By: gsar on 2000/05/28 08:03:14
36849 Log: warnings::enabled() doesn't fall back to looking at $^W if
36850 caller isn't using lexical warnings (from Paul Marquess)
36851 Branch: perl
36852 ! pp_ctl.c t/pragma/warn/9enabled
36853____________________________________________________________________________
36854[ 6131] By: gsar on 2000/05/28 07:57:47
36855 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
36856 Branch: perl
36857 ! ext/POSIX/POSIX.pm
36858____________________________________________________________________________
36859[ 6130] By: gsar on 2000/05/28 07:29:12
36860 Log: fix places that mean C<"word" character> but say C<alphanumeric
36861 character>
36862 Branch: perl
36863 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
36864____________________________________________________________________________
36865[ 6129] By: gsar on 2000/05/28 07:18:41
36866 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
36867 Branch: perl
36868 ! vms/test.com
36869____________________________________________________________________________
36870[ 6128] By: gsar on 2000/05/28 07:12:55
36871 Log: new perlxstut example for passing/returning refs to arrays
36872 (from David Lowe <dlowe@pootpoot.com>)
36873 Branch: perl
36874 ! pod/perlxstut.pod
36875____________________________________________________________________________
36876[ 6127] By: gsar on 2000/05/28 07:02:50
36877 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
36878 failed (from Gisle Aas)
36879 Branch: perl
36880 ! cop.h perl.c
36881____________________________________________________________________________
36882[ 6126] By: gsar on 2000/05/28 06:39:53
36883 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
36884 (reworked variant of patch suggested by Simon Cozens)
36885 Branch: perl
36886 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
36887 ! pp_hot.c proto.h t/op/gv.t
36888____________________________________________________________________________
36889[ 6125] By: gsar on 2000/05/28 05:14:55
36890 Log: enable propagating exception objects via Perl_croak() in XS code
36891 (from Gisle Aas)
36892 Branch: perl
36893 ! util.c
36894____________________________________________________________________________
36895[ 6124] By: gsar on 2000/05/28 05:07:28
36896 Log: integrate vmsperl contents into mainline
36897 Branch: perl
36898 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
36899 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
36900 !> vms/vmsish.h
36901____________________________________________________________________________
36902[ 6123] By: gsar on 2000/05/28 05:03:53
36903 Log: clarify gotcha with #line directives (from Rocco Caputo
36904 <troc@netrus.net>)
36905 Branch: perl
36906 ! pod/perldebug.pod pod/perlsyn.pod
36907____________________________________________________________________________
36908[ 6122] By: gsar on 2000/05/28 04:58:29
36909 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
36910 (from Mark-Jason Dominus)
36911 Branch: perl
36912 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
36913 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
36914 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
36915 ! toke.c
36916____________________________________________________________________________
36917[ 6121] By: bailey on 2000/05/25 04:46:54
36918 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
36919 lists (based on fixes by Craig Berry)
36920 Branch: vmsperl
36921 ! lib/File/Spec/VMS.pm
36922____________________________________________________________________________
36923[ 6120] By: bailey on 2000/05/25 04:25:38
36924 Log: Add missing escape (Charles Lane)
36925 Branch: vmsperl
36926 ! t/op/lex_assign.t
36927____________________________________________________________________________
36928[ 6119] By: bailey on 2000/05/25 04:21:25
36929 Log: Quiet error messages in vmsish.t (Charles Lane)
36930 Branch: vmsperl
36931 ! vms/ext/vmsish.t
36932____________________________________________________________________________
36933[ 6118] By: bailey on 2000/05/25 04:17:57
36934 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
36935 Flatten case labels in switch statements uniformly (Charles Bailey)
36936 Branch: vmsperl
36937 ! vms/vms.c
36938____________________________________________________________________________
36939[ 6117] By: bailey on 2000/05/25 03:58:09
36940 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
36941 Branch: vmsperl
36942 ! vms/vmsish.h
36943____________________________________________________________________________
36944[ 6116] By: bailey on 2000/05/25 03:11:15
36945 Log: Miscellaneous cosmetic fixes (Charles Lane)
36946 Branch: vmsperl
36947 ! lib/ExtUtils/MM_VMS.pm
36948____________________________________________________________________________
36949[ 6115] By: bailey on 2000/05/25 03:10:36
36950 Log: Add bounds checking for several strings (Charles Lane)
36951 Branch: vmsperl
36952 ! vms/vms.c
36953____________________________________________________________________________
36954[ 6114] By: bailey on 2000/05/25 02:25:34
36955 Log: Urk -- undo previous removal of vmsish 'exit' change
36956 Branch: vmsperl
36957 ! vms/ext/vmsish.pm vms/vmsish.h
36958____________________________________________________________________________
36959[ 6113] By: bailey on 2000/05/24 02:24:40
36960 Log: Ugly workaround for version-specific RTL error
36961 Branch: vmsperl
36962 ! vms/vms.c
36963____________________________________________________________________________
36964[ 6112] By: bailey on 2000/05/24 02:19:55
36965 Log: Check for existence of file before trying to delete
36966 Branch: vmsperl
36967 ! vms/test.com
36968____________________________________________________________________________
36969[ 6111] By: bailey on 2000/05/23 23:35:13
36970 Log: Resync with mainline prior to post-5.6.0 updates
36971 Branch: vmsperl
36972 +> (branch 49 files)
36973 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
36974 ! vms/ext/vmsish.pm
36975 !> (integrate 334 files)
36976____________________________________________________________________________
36977[ 6110] By: jhi on 2000/05/23 19:28:32
36978 Log: todo tweak
36979 Branch: cfgperl
36980 ! Todo-5.6
36981____________________________________________________________________________
36982[ 6109] By: jhi on 2000/05/18 17:38:54
36983 Log: Integrate with Sarathy.
36984 Branch: cfgperl
36985 !> mg.c perl.h win32/perlhost.h
36986____________________________________________________________________________
36987[ 6108] By: gsar on 2000/05/17 02:24:56
36988 Log: reenable fake signal handling on Windows, bugs and all
36989 Branch: perl
36990 ! mg.c perl.h win32/perlhost.h
36991____________________________________________________________________________
36992[ 6107] By: jhi on 2000/05/15 18:01:41
36993 Log: Tweak the todo list.
36994 Branch: cfgperl
36995 ! Todo-5.6
36996____________________________________________________________________________
36997[ 6106] By: jhi on 2000/05/15 13:41:48
36998 Log: The (Configure) script refuses to go on, after asking for
36999 'You may also choose to try maximal 64-bitness....'.
37000 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
37001 -- Patrick Zima
37002 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
37003 Branch: cfgperl
37004 ! hints/solaris_2.sh
37005____________________________________________________________________________
37006[ 6105] By: jhi on 2000/05/11 14:37:43
37007 Log: Integrate with Sarathy.
37008 Branch: cfgperl
37009 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
37010 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
37011____________________________________________________________________________
37012[ 6104] By: gsar on 2000/05/11 03:39:07
37013 Log: PL_sys_intern was being initialized too late on windows
37014 Branch: perl
37015 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
37016 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
37017____________________________________________________________________________
37018[ 6103] By: jhi on 2000/05/09 19:42:20
37019 Log: Test tweaking for Unicos continues.
37020 Branch: cfgperl
37021 ! t/op/64bitint.t
37022____________________________________________________________________________
37023[ 6102] By: jhi on 2000/05/09 16:47:27
37024 Log: The test suite tweak in #6101 wasn't quite right.
37025 Branch: cfgperl
37026 ! t/lib/complex.t
37027____________________________________________________________________________
37028[ 6101] By: jhi on 2000/05/09 15:35:34
37029 Log: Hints and test tweaks for Unicos.
37030 Branch: cfgperl
37031 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
37032____________________________________________________________________________
37033[ 6100] By: jhi on 2000/05/08 21:15:06
37034 Log: More compilation tweakery from Allen Smith.
37035 Branch: cfgperl
37036 ! hints/irix_6.sh
37037____________________________________________________________________________
37038[ 6099] By: jhi on 2000/05/08 19:21:18
37039 Log: Tweaks for the cc bugs from Allen Smith.
37040 Branch: cfgperl
37041 ! hints/irix_6.sh
37042____________________________________________________________________________
37043[ 6098] By: jhi on 2000/05/08 19:13:37
37044 Log: Add a note about other, yet unsupported, shadow password APIs.
37045 Branch: cfgperl
37046 ! pp_sys.c
37047____________________________________________________________________________
37048[ 6097] By: jhi on 2000/05/08 18:46:34
37049 Log: Add a note about possible compilation problems from Allen Smith.
37050 Branch: cfgperl
37051 ! hints/irix_6.sh
37052____________________________________________________________________________
37053[ 6096] By: jhi on 2000/05/08 17:33:10
37054 Log: Integrate with Sarathy.
37055 Branch: cfgperl
37056 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37057 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
37058____________________________________________________________________________
37059[ 6095] By: jhi on 2000/05/08 16:21:33
37060 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
37061 might be useful in future.
37062 Branch: cfgperl
37063 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37064 ! config_h.SH
37065 Branch: metaconfig
37066 ! U/installdirs/inc_version_list.U
37067 Branch: metaconfig/U/perl
37068 ! perlxv.U
37069____________________________________________________________________________
37070[ 6094] By: gsar on 2000/05/08 14:22:22
37071 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
37072 Branch: perl
37073 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37074 ! hints/cygwin.sh pp_sys.c
37075____________________________________________________________________________
37076[ 6093] By: gsar on 2000/05/08 12:52:28
37077 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
37078 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
37079 Branch: perl
37080 ! pp_sys.c sv.c win32/perlhost.h
37081____________________________________________________________________________
37082[ 6092] By: jhi on 2000/05/07 22:40:34
37083 Log: Regen perltoc with the fixed buildtoc.
37084 Branch: cfgperl
37085 ! pod/perltoc.pod
37086____________________________________________________________________________
37087[ 6091] By: jhi on 2000/05/07 22:24:16
37088 Log: Integrate with Sarathy.
37089 Branch: cfgperl
37090 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
37091 !> t/op/substr.t toke.c
37092____________________________________________________________________________
37093[ 6090] By: gsar on 2000/05/07 19:47:07
37094 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
37095 [NI]OK; added tests for both
37096 Branch: perl
37097 ! perl.c pp_hot.c sv.c t/op/substr.t
37098____________________________________________________________________________
37099[ 6089] By: gsar on 2000/05/07 18:18:38
37100 Log: buildtoc tweak to fix newline lossage
37101 Branch: perl
37102 ! pod/buildtoc
37103____________________________________________________________________________
37104[ 6088] By: jhi on 2000/05/07 16:35:36
37105 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
37106 because we do not use those. The HAS_GETSPNAM remains,
37107 though, because we still do use that.
37108 Branch: cfgperl
37109 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37110 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
37111 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
37112 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
37113 ! win32/config.vc win32/config_H.bc win32/config_H.gc
37114 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37115____________________________________________________________________________
37116[ 6087] By: gsar on 2000/05/07 16:05:16
37117 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
37118 Branch: perl
37119 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
37120____________________________________________________________________________
37121[ 6086] By: jhi on 2000/05/07 15:27:07
37122 Log: Integrate with Sarathy.
37123 Branch: cfgperl
37124 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37125 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37126 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
37127 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
37128 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
37129 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
37130____________________________________________________________________________
37131[ 6085] By: gsar on 2000/05/07 05:52:02
37132 Log: repeat operator (x) doesn't preserve utf8-ness
37133 Branch: perl
37134 ! pp.c t/op/substr.t
37135____________________________________________________________________________
37136[ 6084] By: gsar on 2000/05/07 05:39:55
37137 Log: substr() does not preserve utf8-ness (from Stefan Eissing
37138 <Eissing@medicaldataservice.de>); added tests
37139 Branch: perl
37140 ! pp.c t/op/substr.t
37141____________________________________________________________________________
37142[ 6083] By: gsar on 2000/05/07 05:24:46
37143 Log: note about undocumented caller() return value (from M.J.T. Guy);
37144 yet another peek.t tweak
37145 Branch: perl
37146 ! pod/perlfunc.pod t/lib/peek.t
37147____________________________________________________________________________
37148[ 6082] By: gsar on 2000/05/07 05:08:40
37149 Log: peek.t non-portable to ithreads
37150 Branch: perl
37151 ! t/lib/peek.t
37152____________________________________________________________________________
37153[ 6081] By: gsar on 2000/05/07 04:17:04
37154 Log: better default perlbug categories for ok reports (from Richard Foley)
37155 Branch: perl
37156 ! utils/perlbug.PL
37157____________________________________________________________________________
37158[ 6080] By: gsar on 2000/05/07 04:08:07
37159 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
37160 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37161 Branch: perl
37162 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37163 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37164 ! AUTHORS MAINTAIN MANIFEST
37165____________________________________________________________________________
37166[ 6079] By: gsar on 2000/05/07 04:01:38
37167 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
37168 Branch: perl
37169 ! lib/Carp/Heavy.pm
37170____________________________________________________________________________
37171[ 6078] By: gsar on 2000/05/07 01:24:19
37172 Log: workaround for CRT bug in chdir() (from Charles Lane, via
37173 Peter Prymmer)
37174 Branch: perl
37175 ! iperlsys.h vms/vms.c vms/vmsish.h
37176____________________________________________________________________________
37177[ 6077] By: gsar on 2000/05/07 01:22:23
37178 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
37179 and Tom Phoenix)
37180 Branch: perl
37181 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
37182____________________________________________________________________________
37183[ 6076] By: gsar on 2000/05/06 17:36:29
37184 Log: integrate cfgperl contents into mainline
37185 Branch: perl
37186 +> t/lib/peek.t
37187 !> Configure MANIFEST Porting/Glossary Porting/config.sh
37188 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
37189 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
37190 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
37191____________________________________________________________________________
37192[ 6075] By: jhi on 2000/05/05 18:56:10
37193 Log: Make the test more portable.
37194 Branch: cfgperl
37195 ! t/lib/peek.t
37196____________________________________________________________________________
37197[ 6074] By: jhi on 2000/05/05 18:49:20
37198 Log: Introduce t/lib/peek.t.
37199 Branch: cfgperl
37200 + t/lib/peek.t
37201 ! MANIFEST
37202____________________________________________________________________________
37203[ 6073] By: jhi on 2000/05/05 14:30:45
37204 Log: Complex tweaks.
37205 Branch: cfgperl
37206 ! lib/Math/Complex.pm t/lib/complex.t
37207____________________________________________________________________________
37208[ 6072] By: jhi on 2000/05/05 12:27:13
37209 Log: Integrate with Sarathy.
37210 Branch: cfgperl
37211 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
37212 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37213 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
37214 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
37215____________________________________________________________________________
37216[ 6071] By: gsar on 2000/05/05 02:24:46
37217 Log: misformatted perllocal.pod (from Tim Jenness
37218 <t.jenness@jach.hawaii.edu>)
37219 Branch: perl
37220 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
37221____________________________________________________________________________
37222[ 6070] By: gsar on 2000/05/05 02:16:52
37223 Log: remove misleading comment (from M.J.T. Guy)
37224 Branch: perl
37225 ! t/lib/anydbm.t
37226____________________________________________________________________________
37227[ 6069] By: gsar on 2000/05/05 02:15:13
37228 Log: File::Spec compatibility update (from Barrie Slaymaker
37229 <barries@slaysys.com>)
37230 Branch: perl
37231 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37232 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
37233____________________________________________________________________________
37234[ 6068] By: gsar on 2000/05/05 02:01:50
37235 Log: note about values()
37236 Branch: perl
37237 ! pod/perlfunc.pod
37238____________________________________________________________________________
37239[ 6067] By: gsar on 2000/05/05 01:33:09
37240 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
37241 Branch: perl
37242 ! win32/win32.c
37243____________________________________________________________________________
37244[ 6066] By: gsar on 2000/05/05 01:23:43
37245 Log: s/END/CHECK/
37246 Branch: perl
37247 ! perl.c
37248____________________________________________________________________________
37249[ 6065] By: jhi on 2000/05/04 17:30:22
37250 Log: Integrate with Sarathy.
37251 Branch: cfgperl
37252 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
37253____________________________________________________________________________
37254[ 6064] By: gsar on 2000/05/04 17:26:14
37255 Log: change#5905 wasn't quite right--it's intent only applies when arguments
37256 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
37257 Branch: perl
37258 ! pp_sys.c sv.c
37259____________________________________________________________________________
37260[ 6063] By: gsar on 2000/05/04 16:52:29
37261 Log: tokeq() could read unallocated field in argument
37262 Branch: perl
37263 ! toke.c
37264____________________________________________________________________________
37265[ 6062] By: gsar on 2000/05/04 16:34:51
37266 Log: additional tests for utf8.t
37267 Branch: perl
37268 ! t/pragma/utf8.t
37269____________________________________________________________________________
37270[ 6061] By: gsar on 2000/05/04 16:09:28
37271 Log: change#5921 neglected to make eq honor "use bytes"
37272 Branch: perl
37273 ! sv.c
37274____________________________________________________________________________
37275[ 6060] By: jhi on 2000/05/04 15:30:16
37276 Log: Integrate with Sarathy.
37277 Branch: cfgperl
37278 !> perl.c regcomp.c t/pragma/utf8.t
37279____________________________________________________________________________
37280[ 6059] By: jhi on 2000/05/04 15:26:37
37281 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
37282 in natively 64-bit platforms where a long is a quad (no need
37283 for long longs). Also added bias for IVs.
37284 Branch: cfgperl
37285 ! toke.c
37286____________________________________________________________________________
37287[ 6058] By: gsar on 2000/05/04 00:19:14
37288 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
37289 (spotted by Donald Kinzer <dkinzer@premia.com>)
37290 Branch: perl
37291 ! perl.c
37292____________________________________________________________________________
37293[ 6057] By: gsar on 2000/05/03 18:34:01
37294 Log: fix broken parsing of /\x{ab}/
37295 Branch: perl
37296 ! regcomp.c t/pragma/utf8.t
37297____________________________________________________________________________
37298[ 6056] By: jhi on 2000/05/03 17:57:16
37299 Log: The search of infinity continues, this time simplified.
37300 Branch: cfgperl
37301 ! lib/Math/Complex.pm
37302____________________________________________________________________________
37303[ 6055] By: jhi on 2000/05/03 17:45:30
37304 Log: Detypo.
37305 Branch: cfgperl
37306 ! hints/unicos.sh
37307____________________________________________________________________________
37308[ 6054] By: jhi on 2000/05/02 22:28:27
37309 Log: Be more forgiving in POSIX about HUGE_VALL.
37310 Branch: cfgperl
37311 ! ext/POSIX/POSIX.xs
37312____________________________________________________________________________
37313[ 6053] By: jhi on 2000/05/02 22:25:05
37314 Log: Integrate with Sarathy.
37315 Branch: cfgperl
37316 !> hints/irix_6.sh pod/perlop.pod
37317____________________________________________________________________________
37318[ 6052] By: jhi on 2000/05/02 22:24:31
37319 Log: Unicos hint tweak.
37320 Branch: cfgperl
37321 ! hints/unicos.sh
37322____________________________________________________________________________
37323[ 6051] By: jhi on 2000/05/02 22:21:26
37324 Log: Complex tweakery.
37325 Branch: cfgperl
37326 ! lib/Math/Complex.pm t/lib/complex.t
37327____________________________________________________________________________
37328[ 6050] By: jhi on 2000/05/02 19:26:22
37329 Log: Use setxxent()/endxxent().
37330 Branch: cfgperl
37331 ! t/op/grent.t t/op/pwent.t
37332____________________________________________________________________________
37333[ 6049] By: jhi on 2000/05/02 19:06:02
37334 Log: Test both the scalar and list contexts.
37335 Branch: cfgperl
37336 ! t/op/grent.t t/op/pwent.t
37337____________________________________________________________________________
37338[ 6048] By: gsar on 2000/05/02 18:29:10
37339 Log: add note about how $( doesn't interpolate in REs (from
37340 Philip Newton <newton@ficus.frogspace.net>)
37341 Branch: perl
37342 ! pod/perlop.pod
37343____________________________________________________________________________
37344[ 6047] By: jhi on 2000/05/02 17:41:24
37345 Log: Call getspnam() only iff needd.
37346 Branch: cfgperl
37347 ! pp_sys.c
37348____________________________________________________________________________
37349[ 6046] By: gsar on 2000/05/02 17:07:25
37350 Log: libscheck has insufficient checks for n32 libs (from
37351 Albert Chin-A-Young <china@thewrittenword.com>)
37352 Branch: perl
37353 ! hints/irix_6.sh
37354____________________________________________________________________________
37355[ 6045] By: jhi on 2000/05/02 13:57:17
37356 Log: Integrate with Sarathy.
37357 Branch: cfgperl
37358 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
37359 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
37360____________________________________________________________________________
37361[ 6044] By: gsar on 2000/05/02 06:48:19
37362 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
37363 such that underscores are only ignored in literal numbers,
37364 "\x{...}", and hex/oct argument
37365 Branch: perl
37366 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
37367____________________________________________________________________________
37368[ 6043] By: gsar on 2000/05/02 02:22:29
37369 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
37370 Branch: perl
37371 ! pod/perlretut.pod
37372____________________________________________________________________________
37373[ 6042] By: gsar on 2000/05/02 02:17:51
37374 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
37375 Branch: perl
37376 ! pod/perltrap.pod
37377____________________________________________________________________________
37378[ 6041] By: gsar on 2000/05/02 01:53:51
37379 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
37380 to compensate
37381 Branch: perl
37382 ! Porting/makerel
37383____________________________________________________________________________
37384[ 6040] By: gsar on 2000/05/02 01:51:57
37385 Log: missing files in MANIFEST
37386 Branch: perl
37387 ! MANIFEST
37388____________________________________________________________________________
37389[ 6039] By: jhi on 2000/05/02 00:36:46
37390 Log: Infinite problems.
37391 Branch: cfgperl
37392 ! lib/Math/Complex.pm
37393____________________________________________________________________________
37394[ 6038] By: jhi on 2000/05/02 00:06:38
37395 Log: pwent/spent #ifdef imbalance.
37396 Branch: cfgperl
37397 ! pp_sys.c
37398____________________________________________________________________________
37399[ 6037] By: jhi on 2000/05/01 22:50:11
37400 Log: Use HUGE_VALL if applicable.
37401 Branch: cfgperl
37402 ! ext/POSIX/POSIX.xs util.c
37403____________________________________________________________________________
37404[ 6036] By: jhi on 2000/05/01 22:20:53
37405 Log: Correct Freudian slip.
37406 Branch: cfgperl
37407 ! pp_sys.c
37408____________________________________________________________________________
37409[ 6035] By: jhi on 2000/05/01 21:07:38
37410 Log: Continue on the pwent/spent case.
37411 Branch: cfgperl
37412 ! pp_sys.c
37413____________________________________________________________________________
37414[ 6034] By: jhi on 2000/05/01 17:45:14
37415 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
37416 adjustments in 6032 conflicted badly with this, will have
37417 to revisit them later.
37418 Branch: cfgperl
37419 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
37420 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
37421 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
37422 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
37423 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
37424 !> t/lib/cgi-html.t t/lib/cgi-request.t
37425____________________________________________________________________________
37426[ 6033] By: jhi on 2000/05/01 17:40:49
37427 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
37428 Branch: cfgperl
37429 ! pp_sys.c
37430____________________________________________________________________________
37431[ 6032] By: gsar on 2000/05/01 15:56:32
37432 Log: whitespace adjustments
37433 Branch: perl
37434 ! pp_sys.c
37435____________________________________________________________________________
37436[ 6031] By: gsar on 2000/05/01 15:19:41
37437 Log: small nits in diagnostics.pm (from Robin Barker)
37438 Branch: perl
37439 ! lib/diagnostics.pm pod/perldiag.pod
37440____________________________________________________________________________
37441[ 6030] By: gsar on 2000/05/01 08:39:18
37442 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
37443 for @- and @+ (from Johan Vromans)
37444 Branch: perl
37445 ! lib/English.pm pod/perlvar.pod
37446____________________________________________________________________________
37447[ 6029] By: gsar on 2000/05/01 08:16:10
37448 Log: add CGI.pm v2.66 (from Lincoln Stein)
37449 Branch: perl
37450 + lib/CGI/Util.pm t/lib/cgi-pretty.t
37451 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
37452 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
37453 ! t/lib/cgi-html.t t/lib/cgi-request.t
37454____________________________________________________________________________
37455[ 6028] By: gsar on 2000/05/01 06:34:41
37456 Log: Pod::Man generates groff-incompatible macro definition (from
37457 Tom Christiansen)
37458 Branch: perl
37459 ! lib/Pod/Man.pm
37460____________________________________________________________________________
37461[ 6027] By: gsar on 2000/05/01 06:31:36
37462 Log: podlators-1.02 update (from Russ Allbery)
37463 Branch: perl
37464 ! lib/Pod/Man.pm lib/Pod/Text.pm
37465____________________________________________________________________________
37466[ 6026] By: jhi on 2000/04/30 23:24:23
37467 Log: Integrate with Sarathy.
37468 Branch: cfgperl
37469 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
37470 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
37471 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
37472 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
37473 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
37474 !> t/lib/syslog.t toke.c win32/win32.h
37475____________________________________________________________________________
37476[ 6025] By: gsar on 2000/04/30 18:17:47
37477 Log: Is{Alnum,Alpha,Word} don't match titlecase
37478
37479 TODO: IsSpace is defined recursively!
37480
37481 (both spotted by Larry)
37482 Branch: perl
37483 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
37484 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
37485____________________________________________________________________________
37486[ 6024] By: gsar on 2000/04/30 17:50:19
37487 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
37488 (from Hugo van der Sanden)
37489 Branch: perl
37490 ! toke.c
37491____________________________________________________________________________
37492[ 6023] By: gsar on 2000/04/30 17:14:43
37493 Log: debugger stomps on $. (from M.J.T. Guy)
37494 Branch: perl
37495 ! lib/perl5db.pl
37496____________________________________________________________________________
37497[ 6022] By: gsar on 2000/04/30 16:59:22
37498 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
37499 Branch: perl
37500 ! sv.c
37501____________________________________________________________________________
37502[ 6021] By: gsar on 2000/04/29 21:00:08
37503 Log: remove Win2K issue in pod (fixed by change#6020)
37504 Branch: perl
37505 ! README.win32 pod/perl56delta.pod
37506____________________________________________________________________________
37507[ 6020] By: gsar on 2000/04/29 20:51:49
37508 Log: test tweak
37509 Branch: perl
37510 ! t/lib/open3.t
37511____________________________________________________________________________
37512[ 6019] By: gsar on 2000/04/29 20:34:27
37513 Log: windows portability tweaks
37514 Branch: perl
37515 ! t/lib/b.t win32/win32.h
37516____________________________________________________________________________
37517[ 6018] By: gsar on 2000/04/29 19:55:24
37518 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
37519 make _PATH_LOG() return "" if unavailable
37520 Branch: perl
37521 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
37522 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
37523____________________________________________________________________________
37524[ 6017] By: jhi on 2000/04/28 22:49:46
37525 Log: Integrate with Sarathy.
37526 Branch: cfgperl
37527 !> op.c perl.c pod/perldiag.pod t/lib/b.t
37528____________________________________________________________________________
37529[ 6016] By: jhi on 2000/04/28 22:46:14
37530 Log: Do not warn that an infinity does not look like a number.
37531 Branch: cfgperl
37532 ! sv.c
37533____________________________________________________________________________
37534[ 6015] By: gsar on 2000/04/28 22:35:49
37535 Log: tweak test for portability
37536 Branch: perl
37537 ! t/lib/b.t
37538____________________________________________________________________________
37539[ 6014] By: gsar on 2000/04/28 22:05:31
37540 Log: glob() loading File::Glob behind the scenes may cause syntax errors
37541 Branch: perl
37542 ! op.c
37543____________________________________________________________________________
37544[ 6013] By: gsar on 2000/04/28 21:25:22
37545 Log: tweak change#5945 to display correct switch name in diagnostic
37546 Branch: perl
37547 ! perl.c pod/perldiag.pod
37548____________________________________________________________________________
37549[ 6012] By: jhi on 2000/04/28 21:08:12
37550 Log: Integrate with Sarathy.
37551 Branch: cfgperl
37552 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
37553 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
37554 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
37555____________________________________________________________________________
37556[ 6011] By: jhi on 2000/04/28 21:04:46
37557 Log: &HUGE_VAL is not defined, it exists.
37558 Branch: cfgperl
37559 ! lib/Math/Complex.pm
37560____________________________________________________________________________
37561[ 6010] By: gsar on 2000/04/28 21:02:58
37562 Log: clarify note about shadow password support (from
37563 gellyfish@gellyfish.com)
37564 Branch: perl
37565 ! pod/perlfunc.pod
37566____________________________________________________________________________
37567[ 6009] By: gsar on 2000/04/28 21:00:00
37568 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
37569 Branch: perl
37570 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
37571____________________________________________________________________________
37572[ 6008] By: gsar on 2000/04/28 20:56:33
37573 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
37574 Branch: perl
37575 ! installperl vms/subconfigure.com
37576____________________________________________________________________________
37577[ 6007] By: gsar on 2000/04/28 20:51:21
37578 Log: note about compile failures and END blocks (from M.J.T. Guy)
37579 Branch: perl
37580 ! pod/perl56delta.pod pod/perlmod.pod
37581____________________________________________________________________________
37582[ 6006] By: jhi on 2000/04/28 20:42:14
37583 Log: Regen Configure.
37584 Branch: cfgperl
37585 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37586 ! config_h.SH
37587____________________________________________________________________________
37588[ 6005] By: gsar on 2000/04/28 20:41:16
37589 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
37590 Branch: perl
37591 ! utils/perldoc.PL
37592____________________________________________________________________________
37593[ 6004] By: jhi on 2000/04/28 20:28:21
37594 Log: Integrate with Sarathy.
37595 Branch: cfgperl
37596 !> Configure INSTALL Porting/Glossary Porting/config.sh
37597 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
37598 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
37599 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
37600 !> win32/config.vc win32/win32.c
37601____________________________________________________________________________
37602[ 6003] By: gsar on 2000/04/28 20:11:20
37603 Log: allow REG_EXPAND_SZ keys in Windows registry (from
37604 John Clayton <John.Clayton@barclayscapital.com>)
37605 Branch: perl
37606 ! win32/win32.c
37607____________________________________________________________________________
37608[ 6002] By: gsar on 2000/04/28 19:34:16
37609 Log: destructive sv_setsv() can lose UV-ness from source, causing
37610 numeric promotions/comparisons to fail to do the right thing
37611 Branch: perl
37612 ! sv.c
37613____________________________________________________________________________
37614[ 6001] By: gsar on 2000/04/28 18:44:15
37615 Log: support additional library locations via $Config{otherlibdirs}
37616 (from Andy Dougherty)
37617 Branch: perl
37618 ! Configure INSTALL Porting/Glossary Porting/config.sh
37619 ! Porting/config_H config_h.SH epoc/config.sh perl.c
37620 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
37621 ! win32/config.bc win32/config.gc win32/config.vc
37622____________________________________________________________________________
37623[ 6000] By: gsar on 2000/04/28 18:26:58
37624 Log: reworked otherlibdirs.U (from Andy Dougherty)
37625 Branch: metaconfig
37626 ! U/installdirs/otherlibdirs.U
37627____________________________________________________________________________
37628[ 5999] By: gsar on 2000/04/28 18:17:07
37629 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
37630 Branch: perl
37631 ! t/pragma/warn/toke toke.c
37632____________________________________________________________________________
37633[ 5998] By: jhi on 2000/04/28 13:32:17
37634 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
37635 Branch: cfgperl
37636 ! lib/Math/Complex.pm
37637____________________________________________________________________________
37638[ 5997] By: jhi on 2000/04/28 13:14:04
37639 Log: Preserve $!.
37640 Branch: cfgperl
37641 ! lib/Math/Complex.pm
37642____________________________________________________________________________
37643[ 5996] By: jhi on 2000/04/28 12:59:23
37644 Log: Integrate with Sarathy.
37645 Branch: cfgperl
37646 +> pod/perlrequick.pod pod/perlretut.pod
37647 !> (integrate 51 files)
37648____________________________________________________________________________
37649[ 5995] By: gsar on 2000/04/28 09:37:36
37650 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
37651 Branch: perl
37652 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
37653____________________________________________________________________________
37654[ 5994] By: gsar on 2000/04/28 09:33:26
37655 Log: fix for missed accounting for null byte in pack("Z",...) (from
37656 M.J.T. Guy)
37657 Branch: perl
37658 ! pp.c t/op/pack.t
37659____________________________________________________________________________
37660[ 5993] By: gsar on 2000/04/28 09:30:05
37661 Log: various minor tweaks seen on p5p
37662 Branch: perl
37663 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
37664____________________________________________________________________________
37665[ 5992] By: gsar on 2000/04/28 09:08:19
37666 Log: pod nit (from Simon Cozens)
37667 Branch: perl
37668 ! pod/perlop.pod
37669____________________________________________________________________________
37670[ 5991] By: gsar on 2000/04/28 09:06:36
37671 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
37672 Branch: perl
37673 ! README.posix-bc hints/posix-bc.sh
37674____________________________________________________________________________
37675[ 5990] By: gsar on 2000/04/28 08:54:52
37676 Log: use $ENV{LIB} to search for libs under Visual C compiler
37677 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
37678 Branch: perl
37679 ! lib/ExtUtils/Liblist.pm
37680____________________________________________________________________________
37681[ 5989] By: gsar on 2000/04/28 08:27:12
37682 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
37683 itself and no other (from Tom Hughes)
37684 Branch: perl
37685 ! t/op/array.t toke.c
37686____________________________________________________________________________
37687[ 5988] By: gsar on 2000/04/28 08:01:38
37688 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
37689 <paul@miraclefish.com>)
37690 Branch: perl
37691 ! lib/ExtUtils/MakeMaker.pm
37692____________________________________________________________________________
37693[ 5987] By: gsar on 2000/04/28 07:53:09
37694 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
37695 Branch: perl
37696 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
37697____________________________________________________________________________
37698[ 5986] By: gsar on 2000/04/28 07:44:17
37699 Log: add regular expressions tutorial and quick-start guide (from
37700 Mark Kvale <kvale@phy.ucsf.edu>)
37701 Branch: perl
37702 + pod/perlrequick.pod pod/perlretut.pod
37703 ! AUTHORS MAINTAIN MANIFEST
37704____________________________________________________________________________
37705[ 5985] By: gsar on 2000/04/28 07:30:28
37706 Log: forked child may not exit correctly if it failed to open
37707 /dev/console (from Graham Barr)
37708 Branch: perl
37709 ! ext/Sys/Syslog/Syslog.pm
37710____________________________________________________________________________
37711[ 5984] By: gsar on 2000/04/28 07:27:20
37712 Log: attributes::reftype() doesn't work on tied argument
37713 Branch: perl
37714 ! xsutils.c
37715____________________________________________________________________________
37716[ 5983] By: gsar on 2000/04/28 07:15:04
37717 Log: numeric conversion of non-number in change#3378 tramples on
37718 OOK offset, causing segfaults
37719 Branch: perl
37720 ! sv.c
37721____________________________________________________________________________
37722[ 5982] By: gsar on 2000/04/28 04:48:25
37723 Log: avoid error in IO::Socket::INET when given an unknown service name
37724 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
37725 Branch: perl
37726 ! ext/IO/lib/IO/Socket/INET.pm
37727____________________________________________________________________________
37728[ 5981] By: gsar on 2000/04/28 04:31:31
37729 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
37730 prototype mismatch with CORE::glob(); update pod and tests to
37731 suit (File::Glob::glob() is still available for backward
37732 compatibility, but should be considered deprecated)
37733 Branch: perl
37734 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
37735 ! t/lib/glob-taint.t
37736____________________________________________________________________________
37737[ 5980] By: gsar on 2000/04/28 03:47:29
37738 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
37739 <ghudson@mit.edu>)
37740 Branch: metaconfig
37741 ! U/modified/Options.U
37742 Branch: perl
37743 ! Configure
37744____________________________________________________________________________
37745[ 5979] By: gsar on 2000/04/28 03:07:54
37746 Log: under useithreads, constant pad entries could inadvertantly be
37747 shared across threads (from Eric Blood <eblood@xmission.com>);
37748 added Eric's test case to testsuite
37749 Branch: perl
37750 ! op.c t/op/misc.t
37751____________________________________________________________________________
37752[ 5978] By: gsar on 2000/04/27 21:13:00
37753 Log: sync version numbers in File::Spec with the ones on CPAN
37754 (from Barrie Slaymaker)
37755 Branch: perl
37756 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
37757 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
37758 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
37759____________________________________________________________________________
37760[ 5977] By: gsar on 2000/04/27 21:07:29
37761 Log: autoquote barewords followed by newline and arrow properly
37762 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
37763 Branch: perl
37764 ! t/pragma/warn/toke toke.c
37765____________________________________________________________________________
37766[ 5976] By: gsar on 2000/04/27 20:41:20
37767 Log: DB_File v1.73 update (from Paul Marquess)
37768 Branch: perl
37769 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37770 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37771____________________________________________________________________________
37772[ 5975] By: gsar on 2000/04/27 20:34:24
37773 Log: allow sort() reentrancy (variant of patch suggested by
37774 Hugo van der Sanden)
37775 Branch: perl
37776 ! pp_ctl.c t/op/sort.t
37777____________________________________________________________________________
37778[ 5974] By: gsar on 2000/04/27 19:46:57
37779 Log: change#4197 somehow missed initializing PL_errors, meaning
37780 sytax error queueing wasn't working outside eval"" at all;
37781 also fixed eval"" to localize PL_error_count, so that compile-time
37782 eval's don't clobber the error state of the outer context
37783 Branch: perl
37784 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
37785 ! t/pragma/warn/toke
37786____________________________________________________________________________
37787[ 5973] By: gsar on 2000/04/27 18:29:05
37788 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
37789 Branch: perl
37790 ! regcomp.c regexec.c t/op/re_tests
37791____________________________________________________________________________
37792[ 5972] By: jhi on 2000/04/27 18:22:41
37793 Log: Integrate with Sarathy.
37794 Branch: cfgperl
37795 +> t/lib/b.t t/lib/syslog.t
37796 !> (integrate 31 files)
37797____________________________________________________________________________
37798[ 5971] By: jhi on 2000/04/27 18:18:46
37799 Log: Unicos tweaks from Mark P. Lutz.
37800 Branch: cfgperl
37801 ! hints/unicos.sh lib/Math/Complex.pm
37802____________________________________________________________________________
37803[ 5970] By: gsar on 2000/04/27 18:05:11
37804 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
37805 IV is >32bits
37806 Branch: perl
37807 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
37808____________________________________________________________________________
37809[ 5969] By: gsar on 2000/04/27 17:50:56
37810 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
37811 Branch: perl
37812 + t/lib/syslog.t
37813 ! MANIFEST ext/Sys/Syslog/Syslog.pm
37814____________________________________________________________________________
37815[ 5968] By: gsar on 2000/04/27 17:44:49
37816 Log: tolerate spaces in group names in test on solaris (from David Boyce
37817 <dsb@boyski.com>)
37818 Branch: perl
37819 ! t/op/groups.t
37820____________________________________________________________________________
37821[ 5967] By: gsar on 2000/04/27 17:41:22
37822 Log: improved docs on the warn_uninit diagnostic (from David Glasser
37823 and Simon Cozens)
37824 Branch: perl
37825 ! pod/perldiag.pod
37826____________________________________________________________________________
37827[ 5966] By: gsar on 2000/04/27 16:54:58
37828 Log: add testsuite for B backends, fix bug in B::Deparse (from
37829 Simon Cozens <simon@brecon.co.uk>)
37830 Branch: perl
37831 + t/lib/b.t
37832 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
37833____________________________________________________________________________
37834[ 5965] By: gsar on 2000/04/27 16:10:37
37835 Log: avoid "will not stay shared" warnings for our variables (from
37836 Robin Barker)
37837 Branch: perl
37838 ! op.c t/pragma/warn/op
37839____________________________________________________________________________
37840[ 5964] By: gsar on 2000/04/27 07:05:05
37841 Log: reformat to 72 columns (again)
37842 Branch: perl
37843 ! pod/perldiag.pod
37844____________________________________________________________________________
37845[ 5963] By: gsar on 2000/04/27 06:28:31
37846 Log: patch from Larry to make (\&) prototype work; added tests for
37847 the same
37848 Branch: perl
37849 ! op.c t/comp/proto.t
37850____________________________________________________________________________
37851[ 5962] By: gsar on 2000/04/27 06:15:47
37852 Log: updated README.hpux (from Jeff Okamoto)
37853 Branch: perl
37854 ! README.hpux
37855____________________________________________________________________________
37856[ 5961] By: gsar on 2000/04/27 05:55:03
37857 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
37858 Branch: perl
37859 ! emacs/cperl-mode.el
37860____________________________________________________________________________
37861[ 5960] By: gsar on 2000/04/27 05:49:26
37862 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
37863 Branch: perl
37864 ! INSTALL
37865____________________________________________________________________________
37866[ 5959] By: gsar on 2000/04/27 05:33:41
37867 Log: doubled words in pods (from Simon Cozens
37868 <simon.p.cozens@jp.pwcglobal.com>)
37869 Branch: perl
37870 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
37871 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
37872 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
37873 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
37874 ! pod/perltootc.pod
37875____________________________________________________________________________
37876[ 5958] By: gsar on 2000/04/27 05:11:39
37877 Log: change#3569 deleted some essential code, revert; avoid use of
37878 atexit() to make DynaLoader work properly on AIX under mod_perl
37879 (from Jens-Uwe Mager <jum@helios.de>)
37880 Branch: perl
37881 ! ext/DynaLoader/dl_aix.xs
37882____________________________________________________________________________
37883[ 5957] By: gsar on 2000/04/27 04:54:51
37884 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
37885 Branch: perl
37886 ! pod/perlmod.pod
37887____________________________________________________________________________
37888[ 5956] By: gsar on 2000/04/27 04:51:47
37889 Log: better diagnostics on failed tests (from Ilya Zakharevich)
37890 Branch: perl
37891 ! t/op/lex_assign.t
37892____________________________________________________________________________
37893[ 5955] By: gsar on 2000/04/27 04:26:44
37894 Log: longstanding bug exposed by change#3307: sort arguments weren't
37895 compiled with the right wantarray context (ensuing runtime lookup
37896 via block_gimme() was getting the incidental context of the
37897 sort() itself)
37898 Branch: perl
37899 ! op.c t/op/sort.t
37900____________________________________________________________________________
37901[ 5954] By: gsar on 2000/04/26 23:42:12
37902 Log: integrate cfgperl contents into mainline
37903 Branch: perl
37904 !> (integrate 30 files)
37905____________________________________________________________________________
37906[ 5953] By: jhi on 2000/04/26 23:06:42
37907 Log: Integrate with Sarathy.
37908 Branch: cfgperl
37909 !> README.win32 ext/B/B/Deparse.pm
37910 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37911 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
37912 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
37913 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
37914 !> utils/perldoc.PL vms/perlvms.pod
37915____________________________________________________________________________
37916[ 5952] By: jhi on 2000/04/26 23:03:46
37917 Log: Undo "use integer" addition from 64bitint as it seems
37918 to break most of the subtests in Digital UNIX;
37919 Unicos needs to find another way.
37920 Branch: cfgperl
37921 ! t/op/64bitint.t
37922____________________________________________________________________________
37923[ 5951] By: jhi on 2000/04/26 22:57:53
37924 Log: Be more robust on "extreme" (large absolute value)
37925 arguments. Originally reported by Daniel Connelly
37926 as a problem with asinh() on large negative arguments,
37927 asinh() used to bail out because an argument to log()
37928 ended up being zero. Ilya Zakharevich proposed using
37929 Taylor's series in such cases, which for such large
37930 arguments is a very good approximation.
37931 Branch: cfgperl
37932 ! lib/Math/Complex.pm t/lib/complex.t
37933____________________________________________________________________________
37934[ 5950] By: gsar on 2000/04/25 19:13:12
37935 Log: reformat perldiag to avoid long lines
37936 Branch: perl
37937 ! pod/perldiag.pod
37938____________________________________________________________________________
37939[ 5949] By: gsar on 2000/04/25 18:41:11
37940 Log: make perldoc use the pod2man from the same version (from
37941 M.J.T. Guy)
37942 Branch: perl
37943 ! utils/perldoc.PL
37944____________________________________________________________________________
37945[ 5948] By: gsar on 2000/04/25 18:21:57
37946 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
37947 <kompas@kompas.usr.onet.pl>)
37948 Branch: perl
37949 ! lib/vars.pm
37950____________________________________________________________________________
37951[ 5947] By: gsar on 2000/04/25 18:11:53
37952 Log: use &dl_error rather than &dl_load_file as the guard for calling
37953 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
37954 statically built perl)
37955 Branch: perl
37956 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37957____________________________________________________________________________
37958[ 5946] By: jhi on 2000/04/25 17:37:54
37959 Log: Document that tr() is not tr(1).
37960 Branch: cfgperl
37961 ! pod/perlop.pod
37962____________________________________________________________________________
37963[ 5945] By: gsar on 2000/04/25 16:34:33
37964 Log: make module name mandatory after -M switch; reorder perldiag
37965 alphabetically (from Mark-Jason Dominus)
37966 Branch: perl
37967 ! perl.c pod/perldiag.pod
37968____________________________________________________________________________
37969[ 5944] By: jhi on 2000/04/25 01:15:18
37970 Log: On second thoughts frexp() does have two arguments.
37971 Branch: cfgperl
37972 ! perl.h
37973____________________________________________________________________________
37974[ 5943] By: jhi on 2000/04/24 22:56:32
37975 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
37976 Now pp_ncmp() returns undef is either operand is a NaN.
37977 Branch: cfgperl
37978 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37979 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
37980 ! vms/subconfigure.com vos/config.def vos/config.h
37981 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
37982 ! win32/config.vc win32/config_H.bc win32/config_H.gc
37983 ! win32/config_H.vc
37984 Branch: metaconfig/U/perl
37985 + d_modfl.U
37986____________________________________________________________________________
37987[ 5942] By: jhi on 2000/04/24 19:45:17
37988 Log: Regen Configure to match #5937.
37989 Branch: cfgperl
37990 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37991 ! config_h.SH
37992 Branch: metaconfig
37993 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
37994____________________________________________________________________________
37995[ 5941] By: jhi on 2000/04/24 19:24:11
37996 Log: Further Unicos fixes for Mark Lutz.
37997 Branch: cfgperl
37998 ! hints/unicos.sh pp_ctl.c
37999____________________________________________________________________________
38000[ 5940] By: jhi on 2000/04/24 19:09:06
38001 Log: Various Unicos 10.0.0.6 fixes.
38002
38003 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
38004 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
38005 Reply-To: tecmpl1@triton.ca.boeing.com
38006 To: perl5-porters@perl.org
38007 Date: Fri, 14 Apr 2000 20:21:00 GMT
38008 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
38009 Branch: cfgperl
38010 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
38011____________________________________________________________________________
38012[ 5939] By: gsar on 2000/04/24 19:01:24
38013 Log: more pod nits (from Larry Virden)
38014 Branch: perl
38015 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
38016 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
38017 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
38018____________________________________________________________________________
38019[ 5938] By: gsar on 2000/04/24 18:54:01
38020 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
38021 Branch: perl
38022 ! ext/B/B/Deparse.pm
38023____________________________________________________________________________
38024[ 5937] By: jhi on 2000/04/24 17:39:00
38025 Log: Integrate with Sarathy.
38026 Branch: cfgperl
38027 +> (branch 31 files)
38028 !> (integrate 73 files)
38029____________________________________________________________________________
38030[ 5936] By: gsar on 2000/04/24 17:30:06
38031 Log: additional tests for change#5934 (from Paul Marquess, who also
38032 sent in the same fix)
38033 Branch: perl
38034 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
38035 ! t/pragma/warn/5nolint t/pragma/warn/6default
38036____________________________________________________________________________
38037[ 5935] By: jhi on 2000/04/24 17:26:05
38038 Log: Do not assume sign propagation.
38039 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
38040 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38041 To: payner@ncifcrf.gov, perl5-porters@perl.org
38042 Date: Tue, 18 Apr 2000 18:24:49 +0100
38043 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
38044 Branch: cfgperl
38045 ! t/op/bop.t t/op/misc.t
38046____________________________________________________________________________
38047[ 5934] By: gsar on 2000/04/24 17:16:54
38048 Log: propagate lexical warnings from surrounding scope correctly
38049 within string eval()
38050 Branch: perl
38051 ! pp_ctl.c t/pragma/warn/pp_ctl
38052____________________________________________________________________________
38053[ 5933] By: jhi on 2000/04/24 17:01:07
38054 Log: Flatten the cpp jungle doing the nosuid checking.
38055 Branch: cfgperl
38056 ! perl.c
38057____________________________________________________________________________
38058[ 5932] By: gsar on 2000/04/24 09:08:14
38059 Log: add rsignal(), whichsig() and do_join() to public API list
38060 (mod_perl uses them to good advantage)
38061 Branch: perl
38062 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
38063____________________________________________________________________________
38064[ 5931] By: gsar on 2000/04/24 09:01:40
38065 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
38066 Branch: perl
38067 ! pp_hot.c regexec.c t/op/pat.t
38068____________________________________________________________________________
38069[ 5930] By: gsar on 2000/04/24 08:58:33
38070 Log: small os390 tweaks (from Peter Prymmer)
38071 Branch: perl
38072 ! config_h.SH makedepend.SH
38073____________________________________________________________________________
38074[ 5929] By: gsar on 2000/04/24 08:55:25
38075 Log: pod nits
38076 Branch: perl
38077 ! pod/perlguts.pod
38078____________________________________________________________________________
38079[ 5928] By: gsar on 2000/04/24 08:50:13
38080 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
38081 Branch: perl
38082 ! ext/IO/lib/IO/Poll.pm
38083____________________________________________________________________________
38084[ 5927] By: gsar on 2000/04/24 08:43:24
38085 Log: arrange for next() to resume at the unstack op rather than the
38086 loop conditional, so that scope cleanup happens correctly
38087 (from Stephen McCamant)
38088 Branch: perl
38089 ! op.c pp_ctl.c t/op/misc.t
38090____________________________________________________________________________
38091[ 5926] By: gsar on 2000/04/24 08:18:40
38092 Log: on windows, reserve 16M of stack rather than 128M (allows more
38093 threads to run concurrently)
38094 Branch: perl
38095 ! win32/Makefile win32/makefile.mk
38096____________________________________________________________________________
38097[ 5925] By: gsar on 2000/04/24 08:13:52
38098 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
38099 Branch: perl
38100 ! toke.c
38101____________________________________________________________________________
38102[ 5924] By: gsar on 2000/04/24 08:08:59
38103 Log: avoid using uninitialized memory in require version check
38104 Branch: perl
38105 ! pp_ctl.c universal.c
38106____________________________________________________________________________
38107[ 5923] By: gsar on 2000/04/24 07:20:14
38108 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
38109 Branch: perl
38110 ! ext/IO/lib/IO/Poll.pm
38111____________________________________________________________________________
38112[ 5922] By: gsar on 2000/04/24 07:08:42
38113 Log: commentary about IoTYPE() (from Nathan Torkington)
38114 Branch: perl
38115 ! sv.h
38116____________________________________________________________________________
38117[ 5921] By: gsar on 2000/04/24 06:58:26
38118 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
38119 by fix
38120 Branch: perl
38121 ! sv.c t/lib/charnames.t t/pragma/utf8.t
38122____________________________________________________________________________
38123[ 5920] By: gsar on 2000/04/24 06:37:59
38124 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
38125 Branch: perl
38126 ! doop.c t/op/ver.t
38127____________________________________________________________________________
38128[ 5919] By: gsar on 2000/04/24 06:21:58
38129 Log: Configure might miss old directories when prefix must be
38130 expanded (from Robin Barker)
38131 Branch: metaconfig
38132 ! U/installdirs/inc_version_list.U
38133 Branch: perl
38134 ! Configure
38135____________________________________________________________________________
38136[ 5918] By: gsar on 2000/04/24 06:16:11
38137 Log: VMS nits in glob() test (from Charles Lane)
38138 Branch: perl
38139 ! t/lib/glob-basic.t
38140____________________________________________________________________________
38141[ 5917] By: gsar on 2000/04/24 06:11:56
38142 Log: various pod nits (from Larry Virden and others)
38143 Branch: perl
38144 ! README.amiga README.hpux README.machten README.os2
38145 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
38146 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
38147 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
38148 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
38149 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
38150 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
38151 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
38152 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
38153____________________________________________________________________________
38154[ 5916] By: gsar on 2000/04/24 05:52:43
38155 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
38156 <wjones@tc.fluke.com>)
38157 Branch: perl
38158 ! t/lib/glob-basic.t
38159____________________________________________________________________________
38160[ 5915] By: gsar on 2000/04/24 05:07:01
38161 Log: supported platforms mixed up
38162 Branch: perl
38163 ! pod/perl56delta.pod pod/perlport.pod
38164____________________________________________________________________________
38165[ 5914] By: gsar on 2000/04/24 04:56:08
38166 Log: caller() wasn't returning the right number of elements for
38167 eval {...}
38168 Branch: perl
38169 ! pp_ctl.c t/pragma/warn/9enabled
38170____________________________________________________________________________
38171[ 5913] By: gsar on 2000/04/24 04:35:41
38172 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
38173 Mark-Jason Dominus)
38174 Branch: perl
38175 ! pod/perlfunc.pod
38176____________________________________________________________________________
38177[ 5912] By: gsar on 2000/04/24 04:17:15
38178 Log: fix totally broken caching in UNIVERSAL::isa() (from
38179 Nick Ing-Simmons)
38180 Branch: perl
38181 ! t/op/universal.t universal.c
38182____________________________________________________________________________
38183[ 5911] By: gsar on 2000/04/24 03:39:47
38184 Log: add linebreak properties from unicode/LineBrk.txt (from
38185 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
38186 Branch: perl
38187 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
38188 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
38189 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
38190 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
38191 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
38192 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
38193 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
38194 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
38195 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
38196 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
38197 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
38198 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
38199 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
38200 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
38201 + lib/unicode/Is/LbrkZW.pl
38202 ! lib/unicode/mktables.PL
38203____________________________________________________________________________
38204[ 5910] By: gsar on 2000/04/24 03:23:10
38205 Log: typo in pod
38206 Branch: perl
38207 ! ext/Thread/Thread.pm
38208____________________________________________________________________________
38209[ 5909] By: gsar on 2000/04/24 03:22:03
38210 Log: mode argument to do_binmode() should be file mode, not boolean
38211 Branch: perl
38212 ! pp_sys.c
38213____________________________________________________________________________
38214[ 5908] By: gsar on 2000/04/16 16:51:08
38215 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
38216 always returns a valid GV even when the symbol is trapped by strictures
38217 (avoids coredumps)
38218
38219 TODO: the C<package;> hack needs similar treatment
38220 Branch: perl
38221 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
38222 ! t/pragma/strict-vars
38223____________________________________________________________________________
38224[ 5907] By: jhi on 2000/03/31 23:42:56
38225 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
38226 an assumption which #5905 demolished.
38227 Branch: cfgperl
38228 ! pp_sys.c
38229____________________________________________________________________________
38230[ 5906] By: jhi on 2000/03/31 18:54:37
38231 Log: Typo in #5905.
38232 Branch: cfgperl
38233 ! t/op/64bitint.t
38234____________________________________________________________________________
38235[ 5905] By: jhi on 2000/03/31 18:50:54
38236 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
38237 reported by Joseph N. Hall. The bug was that even with use64bitint
38238 one had to use the prefixes q, L, or ll with printf/sprintf,
38239 contrary to the documentation and common sense.
38240 Branch: cfgperl
38241 ! sv.c t/op/64bitint.t
38242____________________________________________________________________________
38243[ 5904] By: gsar on 2000/03/28 02:31:32
38244 Log: add Changes, perldelta.pod
38245 Branch: perl
38246 + Changes pod/perldelta.pod
38247____________________________________________________________________________
38248[ 5903] By: gsar on 2000/03/28 02:03:55
38249 Log: rename Changes and perldelta.pod
38250 Branch: perl
38251 +> Changes5.6 pod/perl56delta.pod
38252 - Changes pod/perldelta.pod
38253 ! MANIFEST
38254____________________________________________________________________________
38255[ 5902] By: gsar on 2000/03/28 01:59:14
38256 Log: create maint-5.6 branch
38257 Branch: maint-5.6/perl
38258 +> (branch 1611 files)
38259____________________________________________________________________________
38260[ 5901] By: jhi on 2000/03/23 05:48:43
38261 Log: Integrate with Sarathy.
38262 Branch: cfgperl
38263 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
38264____________________________________________________________________________
38265[ 5900] By: gsar on 2000/03/23 05:42:43
38266 Log: three guesses on what this is :-)
38267 Branch: perl
38268 ! Changes