This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c documentation
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
6perlhack.pod for the details.
7
8
5850c7a4 9[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 10
99b32ad1
JH
11NOTE: Each change entry shows the change number; who checked it into the
12repository; when; description of the change; which branch the change
13happened in; and the affected files. The file lists have a short symbolic
14indicator:
15
16 ! modified
17 + added
18 - deleted
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
21
dd6de302
JH
22The Message-Ids in the change entries refer to the email messages sent
23to the perl5-porters mailing list. You can retrieve the messages for
24example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1 25
0b3b9d72
JH
26This file contains only changes that affect the mainline branch,
27not those that affect the (now decommissioned) cfgperl, or vmsperl,
28or any other branch.
29
99b32ad1 30--------------
51c9377f 31Version v5.7.1 Development release working toward v5.8
99b32ad1 32--------------
365eb269 33____________________________________________________________________________
f66cedcd
JH
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____________________________________________________________________________
377d47e7
JH
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____________________________________________________________________________
76e502b4
JH
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____________________________________________________________________________
a8b85033
JH
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____________________________________________________________________________
1d3af415
JH
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____________________________________________________________________________
00656eef
JH
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____________________________________________________________________________
3e1b4879
JH
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____________________________________________________________________________
c5ee9274
JH
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____________________________________________________________________________
520db9bf
JH
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____________________________________________________________________________
f508f4bf
JH
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____________________________________________________________________________
54848fd9
JH
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
f508f4bf
JH
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.
54848fd9
JH
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
f508f4bf
JH
2431 Log: (Retracted by #10375.)
2432
2433 IRIX hints patch from Merijn Broeren.
54848fd9
JH
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____________________________________________________________________________
4e488382
JH
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
f508f4bf
JH
2492 Log: (Retracted by #10375.)
2493
2494 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
4e488382
JH
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____________________________________________________________________________
55bceba6
JH
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
f508f4bf
JH
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
54848fd9 2727 (#10280 retracted)
55bceba6
JH
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
f508f4bf 2732
54848fd9
JH
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>
55bceba6
JH
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
54848fd9
JH
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>
55bceba6
JH
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____________________________________________________________________________
71c736f5
JH
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____________________________________________________________________________
610045af
JH
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____________________________________________________________________________
6b736850
JH
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____________________________________________________________________________
acd7faf1
JH
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____________________________________________________________________________
5661b806
JH
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____________________________________________________________________________
b65a4548
JH
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____________________________________________________________________________
d0e4b787
JH
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_____