This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
[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____________________________________________________________________________
02d1ae82
JH
34[ 11058] By: jhi on 2001/07/01 04:57:05
35 Log: Still one typo, regen toc.
36 Branch: perl
37 ! lib/Unicode/UCD.pm pod/perltoc.pod
38____________________________________________________________________________
39[ 11057] By: jhi on 2001/07/01 04:54:35
40 Log: Detypos and regen toc.
41 Branch: perl
42 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
43____________________________________________________________________________
44[ 11056] By: jhi on 2001/07/01 04:26:08
45 Log: VERSION tweak.
46 Branch: perl
47 ! ext/List/Util/lib/List/Util.pm
48____________________________________________________________________________
49[ 11055] By: jhi on 2001/06/30 22:18:37
50 Log: Attempt at plugging the leak under ithreads detected by Doug.
51 Branch: perl
52 ! op.h
53____________________________________________________________________________
54[ 11054] By: jhi on 2001/06/30 21:33:29
55 Log: gcc -Wall lint after #11051.
56 Branch: perl
57 ! pp_sys.c
58____________________________________________________________________________
59[ 11053] By: jhi on 2001/06/30 21:13:55
60 Log: Integrate perlio.
61 Branch: perl
62 !> lib/File/Find/taint.t
63____________________________________________________________________________
64[ 11052] By: jhi on 2001/06/30 21:07:38
65 Log: Don't use the v-strings for module VERSIONs.
66 Branch: perl
67 ! lib/Unicode/UCD.pm
68____________________________________________________________________________
69[ 11051] By: jhi on 2001/06/30 20:59:57
70 Log: Code cleanup based on turning off the -woffs in IRIX.
71 Not all of the gripes cleaned up (hairy code in hv.c and
72 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
73 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
74 to the IRIX hints)
75 Branch: perl
76 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
77 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
78 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
79 ! regcomp.c sv.c
80____________________________________________________________________________
81[ 11050] By: nick on 2001/06/30 20:46:46
82 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
83 Branch: perlio
84 ! lib/File/Find/taint.t
85____________________________________________________________________________
86[ 11049] By: nick on 2001/06/30 18:13:33
87 Log: Integrate mainline
88 Branch: perlio
89 +> NetWare/nwstdio.h NetWare/perlsdio.h
90 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
91 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
92 +> lib/Unicode/UCD.t t/run/exit.t
93 !> (integrate 60 files)
94____________________________________________________________________________
95[ 11048] By: jhi on 2001/06/30 16:23:39
96 Log: Delta delta.
97 Branch: perl
98 ! pod/perl572delta.pod
99____________________________________________________________________________
100[ 11047] By: jhi on 2001/06/30 16:03:40
101 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
102 by CPAN.pm, use rather _00.
103 Branch: perl
104 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
105 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
106 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
107 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
108 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
109 ! lib/ExtUtils/Embed.pm lib/Test.pm
110____________________________________________________________________________
111[ 11046] By: jhi on 2001/06/30 15:53:22
112 Log: Add a simple Unicode character database interface, Unicode::UCD.
113 Branch: perl
114 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
115 ! MANIFEST
116____________________________________________________________________________
117[ 11045] By: jhi on 2001/06/30 13:42:37
118 Log: Subject: [PATCH] op/numconver.t
119 From: Nicholas Clark <nick@ccl4.org>
120 Date: Sat, 30 Jun 2001 15:40:10 +0100
121 Message-ID: <20010630154010.I59620@plum.flirble.org>
122 Branch: perl
123 ! t/op/numconvert.t
124____________________________________________________________________________
125[ 11044] By: jhi on 2001/06/30 13:29:25
126 Log: The $^N is now taken (by #11038).
127 Branch: perl
128 ! t/base/lex.t
129____________________________________________________________________________
130[ 11043] By: jhi on 2001/06/30 13:15:59
131 Log: The #11040 had slipped to a wrong function...
132 Branch: perl
133 ! sv.c
134____________________________________________________________________________
135[ 11042] By: jhi on 2001/06/30 13:08:25
136 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
137 the Configure library symbol probe mysteriously finds all
138 symbols but those of pipe() and times().
139 Branch: perl
140 ! hints/aix.sh
141____________________________________________________________________________
142[ 11041] By: jhi on 2001/06/30 13:01:25
143 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
144 From: Nicholas Clark <nick@ccl4.org>
145 Date: Fri, 29 Jun 2001 23:49:07 +0100
146 Message-ID: <20010629234907.D59620@plum.flirble.org>
147 Branch: perl
148 ! lib/ExtUtils.t
149____________________________________________________________________________
150[ 11040] By: jhi on 2001/06/30 13:00:24
151 Log: Subject: [PATCH] weakref fix 2, not yet there
152 From: Artur Bergman <artur@contiller.se>
153 Date: Sat, 30 Jun 2001 01:18:16 +0200
154 Message-ID: <B762D957.1CC9%artur@contiller.se>
155 Branch: perl
156 ! sv.c
157____________________________________________________________________________
158[ 11039] By: jhi on 2001/06/30 12:59:25
159 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
160 From: Michael G Schwern <schwern@pobox.com>
161 Date: Fri, 29 Jun 2001 19:39:11 -0400
162 Message-ID: <20010629193910.D25304@blackrider>
163 Branch: perl
164 + t/run/exit.t
165 ! MANIFEST
166____________________________________________________________________________
167[ 11038] By: jhi on 2001/06/30 12:58:16
168 Log: Add support for $^N, the most-recently closed group.
169 Branch: perl
170 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
171 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
172 ! thrdvar.h
173____________________________________________________________________________
174[ 11037] By: jhi on 2001/06/30 12:53:40
175 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
176 From: lvirden@cas.org
177 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
178 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
179
180 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
181 From: lvirden@cas.org
182 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
183 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
184 Branch: perl
185 ! README.solaris
186____________________________________________________________________________
187[ 11036] By: jhi on 2001/06/30 12:51:45
188 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
189 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
190 Date: Sat, 30 Jun 2001 07:33:37 +0900
191 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
192
193 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
194 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
195 Date: Sat, 30 Jun 2001 21:38:14 +0900
196 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
197 Branch: perl
198 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
199 + ext/Encode/Encode/7bit-kr.enc
200 ! MANIFEST ext/Encode/Encode/Tcl.pm
201____________________________________________________________________________
202[ 11035] By: jhi on 2001/06/30 12:44:51
203 Log: NetWare tweaks from Guruprasad.
204 Branch: perl
205 + NetWare/nwstdio.h NetWare/perlsdio.h
206 ! MANIFEST NetWare/Makefile NetWare/config.wc
207 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
208 ! NetWare/t/Readme.txt
209____________________________________________________________________________
210[ 11034] By: jhi on 2001/06/29 23:28:16
211 Log: More module $VERSION bump-ups.
212 Branch: perl
213 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
214 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
215 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
216____________________________________________________________________________
217[ 11033] By: jhi on 2001/06/29 21:25:23
218 Log: Doc update due to #11032.
219 Branch: perl
220 ! pod/perl572delta.pod
221____________________________________________________________________________
222[ 11032] By: jhi on 2001/06/29 21:19:44
223 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
224 From: Peter Prymmer <pvhp@forte.com>
225 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
226 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
227 Branch: perl
228 ! ext/Time/HiRes/HiRes.xs
229____________________________________________________________________________
230[ 11031] By: jhi on 2001/06/29 14:31:53
231 Log: -lpthreads missing in AIX.
232 Branch: perl
233 ! hints/aix.sh
234____________________________________________________________________________
235[ 11030] By: jhi on 2001/06/29 14:08:12
236 Log: Subject: [PATCH] CLONE && weakrefs
237 From: Artur Bergman <artur@contiller.se>
238 Date: Fri, 29 Jun 2001 17:02:00 +0200
239 Message-ID: <B7626508.1CA0%artur@contiller.se>
240 Branch: perl
241 ! sv.c
242____________________________________________________________________________
243[ 11029] By: jhi on 2001/06/29 14:06:50
244 Log: Subject: Re: Bug report: split splits on wrong pattern
245 From: Radu Greab <radu@netsoft.ro>
246 Date: Wed, 27 Jun 2001 21:50:52 +0300
247 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
248 Branch: perl
249 ! pp_ctl.c t/op/split.t
250____________________________________________________________________________
251[ 11028] By: jhi on 2001/06/29 13:47:38
252 Log: Metaconfig unit change for #11027.
253 Branch: metaconfig/U/perl
254 ! d_modfl.U
255____________________________________________________________________________
256[ 11027] By: jhi on 2001/06/29 13:47:03
257 Log: I thought this Configure glitch for AIX was just recently fixed?
258 Branch: perl
259 ! Configure
260____________________________________________________________________________
261[ 11026] By: jhi on 2001/06/29 13:14:07
262 Log: Update Changes.
263 Branch: perl
264 ! Changes patchlevel.h
265____________________________________________________________________________
f1defd63
JH
266[ 11025] By: jhi on 2001/06/29 13:07:57
267 Log: Subject: Re: perl@10967, File::Find, and Cwd
268 From: Mike Guy <mjtg@cam.ac.uk>
269 Date: Fri, 29 Jun 2001 14:56:49 +0100
270 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
271 Branch: perl
272 ! lib/File/Find/taint.t
273____________________________________________________________________________
274[ 11024] By: jhi on 2001/06/29 12:39:23
275 Log: Update the sv_pvprintify() spec.
276 Branch: perl
277 ! pod/perltodo.pod
278____________________________________________________________________________
279[ 11023] By: jhi on 2001/06/29 12:33:33
280 Log: Known test failures update.
281 Branch: perl
282 ! pod/perl572delta.pod
283____________________________________________________________________________
284[ 11022] By: jhi on 2001/06/29 12:24:32
285 Log: Based on
286
287 Subject: [PATCH @11016] More );) fixes
288 From: Richard Soderberg <rs@crystalflame.net>
289 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
290 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
291 Branch: perl
292 ! ext/Thread/Thread.xs ext/Thread/typemap
293____________________________________________________________________________
294[ 11021] By: jhi on 2001/06/29 12:21:51
295 Log: Subject: [PATCH @11016] Fixes compile errors in four files
296 From: Richard Soderberg <rs@crystalflame.net>
297 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
298 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
299 Branch: perl
300 ! mg.c pp.c pp_hot.c util.c
301____________________________________________________________________________
302[ 11020] By: jhi on 2001/06/29 12:05:54
303 Log: AIX hints tweaking continues, from Merijn Brand.
304 Branch: perl
305 ! hints/aix.sh
306____________________________________________________________________________
307[ 11019] By: jhi on 2001/06/29 12:05:10
308 Log: HP-UX needs gccversion sooner, from Merijn Brand.
309 Branch: perl
310 ! hints/hpux.sh
311____________________________________________________________________________
312[ 11018] By: jhi on 2001/06/29 11:52:31
313 Log: Subject: [PATCH 5.6.1] OS/2 docs
314 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
315 Date: Fri, 29 Jun 2001 02:34:12 -0400
316 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
317 Branch: perl
318 ! README.os2 os2/Changes
319____________________________________________________________________________
320[ 11017] By: nick on 2001/06/29 10:20:30
321 Log: Integrate mainline
322 Branch: perlio
323 +> (branch 37 files)
324 - ext/ODBM_File/sdbm.t
325 !> (integrate 211 files)
326____________________________________________________________________________
327[ 11016] By: jhi on 2001/06/29 03:38:56
328 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
329 the modules found using a script written by Larry Schatzer Jr.
330 Branch: perl
331 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
332 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
333 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
334 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
335 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
336 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
337 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
338 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
339 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
340 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
341 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
342 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
343 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
344 ! lib/constant.pm lib/fields.pm lib/strict.pm
345____________________________________________________________________________
346[ 11015] By: jhi on 2001/06/29 02:55:58
347 Log: The latest JPL from the anoncvs.
348 Branch: perl
349 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
350____________________________________________________________________________
351[ 11014] By: jhi on 2001/06/29 02:16:55
352 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
353 Branch: perl
354 ! t/op/pat.t
355____________________________________________________________________________
356[ 11013] By: jhi on 2001/06/28 23:14:53
357 Log: Worrying about insecure directories now is a bit too late.
358 Branch: perl
359 ! lib/File/Find/taint.t
360____________________________________________________________________________
361[ 11012] By: jhi on 2001/06/28 21:36:36
362 Log: Cannot DIE() in a void function,
363 from Richard Hatch <rhatch@austin.ibm.com>.
364 Branch: perl
365 ! ext/IPC/SysV/SysV.xs
366____________________________________________________________________________
367[ 11011] By: jhi on 2001/06/28 19:32:13
368 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
369 From: Peter Prymmer <pvhp@forte.com>
370 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
371 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
372
373 (unfinished: time/hires tests 3, 5, 14 failing, but better
374 than wholesale failure)
375 Branch: perl
376 ! ext/Time/HiRes/HiRes.xs
377____________________________________________________________________________
378[ 11010] By: jhi on 2001/06/28 19:10:54
379 Log: Subject: [PATCH 5.6.1] OS/2 improvements
380 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
381 Date: Thu, 28 Jun 2001 16:03:14 -0400
382 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
383 Branch: perl
384 + os2/os2_base.t
385 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
386 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
387 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
388 ! os2/os2ish.h
389____________________________________________________________________________
390[ 11009] By: jhi on 2001/06/28 18:54:14
391 Log: Subject: Incrementing Extutils::Manifest's $VERSION
392 From: Michael G Schwern <schwern@pobox.com>
393 Date: Thu, 28 Jun 2001 13:13:49 -0400
394 Message-ID: <20010628131349.A14738@blackrider>
395 Branch: maint-5.6/perl
396 ! lib/ExtUtils/Manifest.pm
397____________________________________________________________________________
398[ 11008] By: jhi on 2001/06/28 18:52:20
399 Log: AIX tweak from Merijn Brand.
400 Branch: perl
401 ! hints/aix.sh
402____________________________________________________________________________
403[ 11007] By: jhi on 2001/06/28 17:46:27
404 Log: Create the macperl branch.
405 Branch: maint-5.6/macperl
406 +> (branch 1728 files)
407____________________________________________________________________________
408[ 11006] By: jhi on 2001/06/28 14:46:21
409 Log: Update Changes.
410 Branch: perl
411 ! Changes patchlevel.h
412____________________________________________________________________________
27c3e527
JH
413[ 11005] By: jhi on 2001/06/28 14:40:11
414 Log: More Perforce lore.
415 Branch: perl
416 ! Porting/repository.pod
417____________________________________________________________________________
418[ 11004] By: jhi on 2001/06/28 14:12:50
419 Log: Metaconfig unit changes for #11003.
420 Branch: metaconfig/U/perl
421 + d_nl_langinfo.U i_langinfo.U
422____________________________________________________________________________
423[ 11003] By: jhi on 2001/06/28 14:12:27
424 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
425 Expected not to exist in non-UNIX excepting in VMS, where
426 according to a quick web survey they just might.
427 Branch: perl
428 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
429 ! Porting/config_H config_h.SH configure.com epoc/config.sh
430 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
431 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
432 ! win32/config.bc win32/config.gc win32/config.vc
433____________________________________________________________________________
434[ 11002] By: jhi on 2001/06/28 13:39:11
435 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
436 in AIX is one is doing a 64-bit build.
437 Branch: perl
438 ! hints/aix.sh
439____________________________________________________________________________
440[ 11001] By: jhi on 2001/06/28 13:28:37
441 Log: Metaconfig unit changes for #11000.
442 Branch: metaconfig/U/perl
443 ! use64bits.U uselfs.U
444____________________________________________________________________________
445[ 11000] By: jhi on 2001/06/28 13:21:16
446 Log: Move use64bitint and use64bitall before uselargefiles.
447 Branch: perl
448 ! Configure
449____________________________________________________________________________
450[ 10999] By: jhi on 2001/06/28 03:49:07
451 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
452 From: Robert Spier <rspier@pobox.com>
453 Message-ID: <15162.41164.618712.841415@rls.cx>
454 Date: Wed, 27 Jun 2001 23:13:16 -0400
455 Branch: perl
456 ! doio.c
457____________________________________________________________________________
458[ 10998] By: jhi on 2001/06/28 03:42:57
459 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
460 From: Peter Prymmer <pvhp@forte.com>
461 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
462 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
463 Branch: perl
464 ! numeric.c
465____________________________________________________________________________
466[ 10997] By: jhi on 2001/06/28 03:42:12
467 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
468 From: Peter Prymmer <pvhp@forte.com>
469 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
470 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
471 Branch: perl
472 ! configure.com ext/Digest/MD5/Makefile.PL
473____________________________________________________________________________
474[ 10996] By: jhi on 2001/06/27 20:34:11
475 Log: Update Changes.
476 Branch: perl
477 ! Changes patchlevel.h
478____________________________________________________________________________
e7b7be70
JH
479[ 10995] By: jhi on 2001/06/27 20:06:28
480 Log: Tiny EPOC updates.
481 Branch: perl
482 ! epoc/config.sh
483____________________________________________________________________________
484[ 10994] By: jhi on 2001/06/27 19:55:16
485 Log: The Test::More and Test::Simple tests required help
486 thanks to our schizophrenic test scheme.
487 Branch: perl
488 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
489 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
490 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
491 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
492 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
493____________________________________________________________________________
494[ 10993] By: jhi on 2001/06/27 17:17:30
495 Log: Upgrade to Test::Simple 0.09.
496 Branch: perl
497 + lib/Test/Simple/Changes
498 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
499 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
500 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
501 ! lib/Test/Simple/t/plan_is_noplan.t
502____________________________________________________________________________
503[ 10992] By: jhi on 2001/06/27 17:11:28
504 Log: Upgrade to Test::More 0.07.
505 Branch: perl
506 + lib/Test/More/Changes
507 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
508 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
509 ! lib/Test/More/t/skipall.t
510____________________________________________________________________________
511[ 10991] By: jhi on 2001/06/27 17:04:13
512 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
513 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
514 Date: Wed, 27 Jun 2001 18:40:04 +0200
515 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
516 Branch: perl
517 ! hints/hpux.sh
518____________________________________________________________________________
519[ 10990] By: jhi on 2001/06/27 17:02:55
520 Log: Subject: [PATCH README.qnx hints/qnx.sh]
521 From: Norton Allen <allen@huarp.harvard.edu>
522 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
523 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
524 Branch: perl
525 ! README.qnx hints/qnx.sh
526____________________________________________________________________________
527[ 10989] By: jhi on 2001/06/27 14:33:53
528 Log: Subject: [PATCH] two little documentation nits
529 From: Abhijit Menon-Sen <ams@wiw.org>
530 Date: Wed, 27 Jun 2001 20:07:50 +0530
531 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
532 Branch: perl
533 ! sv.c sv.h
534____________________________________________________________________________
535[ 10988] By: jhi on 2001/06/27 13:33:32
536 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
537 From: Norton Allen <allen@huarp.harvard.edu>
538 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
539 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
540 Branch: perl
541 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
542____________________________________________________________________________
543[ 10987] By: jhi on 2001/06/27 12:14:36
544 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
545 From: Michael G Schwern <schwern@pobox.com>
546 Date: Wed, 27 Jun 2001 02:34:58 -0400
547 Message-ID: <20010627023458.K23874@blackrider>
548 Branch: perl
549 ! vms/test.com
550____________________________________________________________________________
551[ 10986] By: jhi on 2001/06/27 12:01:49
552 Log: Add perl_clone_host() for Netware.
553 Branch: perl
554 ! NetWare/nw5.c
555____________________________________________________________________________
556[ 10985] By: jhi on 2001/06/27 11:56:53
557 Log: GCC 3.0 hints for HP-UX.
558 Branch: perl
559 ! hints/hpux.sh
560____________________________________________________________________________
561[ 10984] By: jhi on 2001/06/27 11:55:06
562 Log: In some Linux distributions the libndbm is broken
563 (no null key support), therefore link with libgdbm
564 (if available), since it has a working ndbm emulation,
565 from Jonathan Stowe.
566 Branch: perl
567 + ext/NDBM_File/hints/linux.pl
568 ! MANIFEST
569____________________________________________________________________________
570[ 10983] By: jhi on 2001/06/27 11:48:56
571 Log: Subject: [PATCH perl@10930] find.t hack for VMS
572 From: "Craig A. Berry" <craigberry@mac.com>
573 Date: Tue, 26 Jun 2001 23:40:25 -0500
574 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
575 Branch: perl
576 ! lib/File/Find/find.t
577____________________________________________________________________________
578[ 10982] By: jhi on 2001/06/27 11:47:30
579 Log: AUTHORS updates.
580 Branch: perl
581 ! AUTHORS
582____________________________________________________________________________
583[ 10981] By: jhi on 2001/06/27 11:46:02
584 Log: Metaconfig unit change like #10980.
585 Branch: metaconfig
586 ! U/compline/d_stdstdio.U
587____________________________________________________________________________
588[ 10980] By: jhi on 2001/06/27 11:45:29
589 Log: "lose the it's", from Abhijit Menon-Sen.
590 ("It's" not searched, pods not searched.)
591 Branch: perl
592 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
593 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
594 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
595 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
596 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
597 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
598____________________________________________________________________________
599[ 10979] By: jhi on 2001/06/27 11:36:40
600 Log: "lose the looses", from Abhijit Menon-Sen.
601 Branch: perl
602 ! ext/B/B/Assembler.pm gv.c
603____________________________________________________________________________
604[ 10978] By: jhi on 2001/06/27 11:35:38
605 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
606 Branch: perl
607 ! hints/os390.sh
608____________________________________________________________________________
609[ 10977] By: jhi on 2001/06/27 11:33:28
610 Log: DEC C 5.3 on the VAX simply doesn't seem to like
611 compiling the MD5 extension, disable it there for now,
612 from Peter Prymmer.
613 Branch: perl
614 ! configure.com
615____________________________________________________________________________
616[ 10976] By: jhi on 2001/06/26 21:35:40
617 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
618 From: Jonathan Stowe <gellyfish@gellyfish.com>
619 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
620 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
621 Branch: perl
622 ! pod/perlfaq3.pod
623____________________________________________________________________________
624[ 10975] By: jhi on 2001/06/26 21:32:41
625 Log: Subject: [PATCH 5.6.1] perlxs misprints
626 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
627 Date: Tue, 26 Jun 2001 17:20:00 -0400
628 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
629 Branch: perl
630 ! pod/perlxs.pod
631____________________________________________________________________________
632[ 10974] By: jhi on 2001/06/26 21:31:51
633 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
634 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
635 Date: Tue, 26 Jun 2001 17:27:07 -0400
636 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
637 Branch: perl
638 ! lib/ExtUtils/MM_Unix.pm
639____________________________________________________________________________
640[ 10973] By: jhi on 2001/06/26 21:27:05
641 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
642 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
643 Date: Tue, 26 Jun 2001 17:23:24 -0400
644 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
645 Branch: perl
646 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
647____________________________________________________________________________
648[ 10972] By: jhi on 2001/06/26 20:27:19
649 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
650 by Olaf Flebbe.
651 Branch: perl
652 ! perl.h
653____________________________________________________________________________
654[ 10971] By: jhi on 2001/06/26 19:59:41
655 Log: Detypo.
656 Branch: perl
657 ! lib/Memoize/t/tie_sdbm.t
658____________________________________________________________________________
659[ 10970] By: jhi on 2001/06/26 19:10:19
660 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
661 Branch: perl
662 ! win32/perllib.c
663____________________________________________________________________________
664[ 10969] By: jhi on 2001/06/26 17:21:31
665 Log: Subject: [patch] perl_clone+CvFILE
666 From: Doug MacEachern <dougm@covalent.net>
667 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
668 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
669 Branch: perl
670 ! sv.c
671____________________________________________________________________________
672[ 10968] By: jhi on 2001/06/26 16:48:32
673 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
674 From: Mark-Jason Dominus <mjd@plover.com>
675 Date: Tue, 26 Jun 2001 12:33:01 -0400
676 Message-ID: <20010626163301.31298.qmail@plover.com>
677 Branch: perl
678 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
679____________________________________________________________________________
680[ 10967] By: jhi on 2001/06/26 14:21:49
681 Log: Update Changes.
682 Branch: perl
683 ! Changes patchlevel.h
684____________________________________________________________________________
debca88a
JH
685[ 10966] By: jhi on 2001/06/26 14:08:34
686 Log: Also catfile() needs now to explicitly exported.
687 Branch: perl
688 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
689____________________________________________________________________________
690[ 10965] By: jhi on 2001/06/26 13:57:54
691 Log: Regen toc.
692 Branch: perl
693 ! pod/perltoc.pod
694____________________________________________________________________________
695[ 10964] By: jhi on 2001/06/26 13:56:11
696 Log: Nonexistent pod command.
697 Branch: perl
698 ! pod/perl572delta.pod
699____________________________________________________________________________
700[ 10963] By: jhi on 2001/06/26 13:50:53
701 Log: Be more portable in the quest for tmpdir.
702 Branch: perl
703 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
704____________________________________________________________________________
705[ 10962] By: jhi on 2001/06/26 13:43:51
706 Log: Be more portable in finding out the home directory,
707 and use File::Spec to do the concat.
708 (Come to think of it, couldn't File::Spec provide
709 for a ->homedir method?)
710 Branch: perl
711 ! lib/Net/Config.pm
712____________________________________________________________________________
713[ 10961] By: jhi on 2001/06/26 13:37:30
714 Log: Doc patch for #10959.
715 Branch: perl
716 ! pod/perlfunc.pod
717____________________________________________________________________________
718[ 10960] By: jhi on 2001/06/26 13:33:07
719 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
720 From: "Philip Newton" <pnewton@gmx.de>
721 Date: Tue, 26 Jun 2001 16:26:47 +0200
722 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
723 Branch: perl
724 ! pod/perldata.pod
725____________________________________________________________________________
726[ 10959] By: jhi on 2001/06/26 13:31:57
727 Log: Subject: [PATH] shared -> unique;
728 From: "Artur Bergman" <artur@contiller.se>
729 Date: Tue, 26 Jun 2001 16:18:40 +0200
730 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
731
732 Because "shared" isn't: it's read-only.
733 Branch: perl
734 ! toke.c xsutils.c
735____________________________________________________________________________
736[ 10958] By: jhi on 2001/06/26 13:28:27
737 Log: Escape multiline croak messages.
738 Branch: perl
739 ! t/op/ver.t
740____________________________________________________________________________
741[ 10957] By: jhi on 2001/06/26 13:18:34
742 Log: No more pragma/*.t for minitest.
743 Branch: perl
744 ! Makefile.SH
745____________________________________________________________________________
746[ 10956] By: jhi on 2001/06/26 13:18:00
747 Log: AUTHORS updates.
748 Branch: perl
749 ! AUTHORS
750____________________________________________________________________________
751[ 10955] By: jhi on 2001/06/26 13:17:05
752 Log: delta updates.
753 Branch: perl
754 ! pod/perl572delta.pod
755____________________________________________________________________________
756[ 10954] By: jhi on 2001/06/26 12:36:07
757 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
758 From: Artur Bergman <artur@contiller.se>
759 Date: Tue, 26 Jun 2001 15:32:53 +0200
760 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
761 Branch: perl
762 ! makedef.pl sv.c sv.h win32/perllib.c
763____________________________________________________________________________
764[ 10953] By: jhi on 2001/06/26 12:33:55
765 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
766 From: Jonathan Stowe <gellyfish@gellyfish.com>
767 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
768 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
769
770 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
771 Branch: perl
772 + ext/Time/HiRes/hints/sco.pl
773 ! MANIFEST
774____________________________________________________________________________
775[ 10952] By: jhi on 2001/06/26 11:57:44
776 Log: Subject: [PATCH 5.6.1] static build
777 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
778 Date: Tue, 26 Jun 2001 04:22:25 -0400
779 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
780 Branch: perl
781 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
782 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
783____________________________________________________________________________
784[ 10951] By: jhi on 2001/06/26 11:55:59
785 Log: DJGPP patches from Laszlo Molnar.
786 Branch: perl
787 ! djgpp/djgpp.c perl.c util.c
788____________________________________________________________________________
789[ 10950] By: jhi on 2001/06/26 11:54:32
790 Log: Netware patches from Ananth Kesari.
791 Branch: perl
792 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
793 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
794 ! NetWare/nwtinfo.h
795____________________________________________________________________________
796[ 10949] By: jhi on 2001/06/26 11:49:09
797 Log: Detypo.
798 Branch: perl
799 ! ext/Errno/Errno_pm.PL
800____________________________________________________________________________
801[ 10948] By: jhi on 2001/06/26 03:44:29
802 Log: There seems to be two ways of spelling the $^O in *STEP.
803 Branch: perl
804 ! ext/Errno/Errno_pm.PL
805____________________________________________________________________________
806[ 10947] By: jhi on 2001/06/26 03:01:01
807 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
808 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
809 Branch: perl
810 ! ext/Errno/Errno_pm.PL
811____________________________________________________________________________
812[ 10946] By: jhi on 2001/06/26 02:50:46
813 Log: Known bugs update.
814 Branch: perl
815 ! pod/perl572delta.pod
816____________________________________________________________________________
817[ 10945] By: jhi on 2001/06/26 01:15:39
818 Log: The default installation of Cygwin has 500 as root's uid.
819 Branch: perl
820 ! lib/User/pwent.t
821____________________________________________________________________________
822[ 10944] By: jhi on 2001/06/26 01:12:39
823 Log: Be even more relaxed (re-allow having only one entry).
824 Branch: perl
825 ! t/op/grent.t t/op/pwent.t
826____________________________________________________________________________
827[ 10943] By: jhi on 2001/06/26 01:03:30
828 Log: Test failure updates.
829 Branch: perl
830 ! pod/perl572delta.pod
831____________________________________________________________________________
832[ 10942] By: jhi on 2001/06/25 23:32:05
833 Log: MPE/iX test tweaks from Mark Bixby.
834 Branch: perl
835 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
836 ! t/io/fs.t t/op/stat.t
837____________________________________________________________________________
838[ 10941] By: jhi on 2001/06/25 22:18:31
839 Log: Microperl findings.
840 Branch: perl
841 ! perl.h pp_sys.c
842____________________________________________________________________________
843[ 10940] By: jhi on 2001/06/25 21:59:29
844 Log: Touch uconfig.h.
845 Branch: perl
846 ! uconfig.h
847____________________________________________________________________________
848[ 10939] By: jhi on 2001/06/25 21:32:52
849 Log: Subject: [PATCH] Proposed fix for Pod::Man
850 From: Rob Napier <rnapier@employees.org>
851 Date: Mon, 25 Jun 2001 15:49:24 -0400
852 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
853
854 Cater for Solaris nroff brokenness (shortchanges daisywheel
855 printers, but hey, we also no more support PDPs.)
856 Branch: perl
857 ! lib/Pod/Man.pm
858____________________________________________________________________________
859[ 10938] By: jhi on 2001/06/25 21:14:41
860 Log: Typo in #10937.
861 Branch: perl
862 ! ext/POSIX/sigaction.t
863____________________________________________________________________________
864[ 10937] By: jhi on 2001/06/25 19:42:02
865 Log: SIGCONT not trappable in VMS.
866 Branch: perl
867 ! ext/POSIX/sigaction.t
868____________________________________________________________________________
869[ 10936] By: jhi on 2001/06/25 19:28:13
870 Log: Subject: [DRAFT] Encode-Tcl.t
871 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
872 Date: Tue, 26 Jun 2001 03:38:08 +0900
873 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
874 Branch: perl
875 + ext/Encode/Encode/Tcl.t
876 ! MANIFEST ext/Encode/Encode/Tcl.pm
877____________________________________________________________________________
878[ 10935] By: jhi on 2001/06/25 18:40:03
879 Log: Because of #10932 retract also the perlfunc hunk of #10910.
880 Branch: perl
881 ! pod/perlfunc.pod
882____________________________________________________________________________
883[ 10934] By: jhi on 2001/06/25 18:27:19
884 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
885 by Ilya Zakharevich in
886 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
887 Branch: perl
888 ! XSUB.h
889____________________________________________________________________________
890[ 10933] By: jhi on 2001/06/25 18:25:26
891 Log: Typo in #10889.
892 Branch: perl
893 ! hints/uts.sh
894____________________________________________________________________________
895[ 10932] By: jhi on 2001/06/25 18:23:30
896 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
897 From: Abhijit Menon-Sen <ams@wiw.org>
898 Date: Mon, 25 Jun 2001 23:45:45 +0530
899 Message-ID: <20010625234545.A5022@lustre.linux.in>
900 Branch: perl
901 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
902____________________________________________________________________________
903[ 10931] By: jhi on 2001/06/25 17:50:38
904 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
905 From: Michael G Schwern <schwern@pobox.com>
906 Date: Mon, 25 Jun 2001 14:35:51 -0400
907 Message-ID: <20010625143551.H13819@blackrider>
908 Branch: perl
909 ! lib/Test.pm
910____________________________________________________________________________
911[ 10930] By: jhi on 2001/06/25 14:33:46
912 Log: Update Changes.
913 Branch: perl
914 ! Changes patchlevel.h
915____________________________________________________________________________
0e84659b
JH
916[ 10929] By: jhi on 2001/06/25 14:17:57
917 Log: Regen toc and modlib.
918 Branch: perl
919 ! pod/perlmodlib.pod pod/perltoc.pod
920____________________________________________________________________________
921[ 10928] By: jhi on 2001/06/25 14:13:09
922 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
923 for the benefit of C++ compilers, as suggested by Guruprasad.
924 Branch: perl
925 ! embed.pl proto.h
926____________________________________________________________________________
927[ 10927] By: jhi on 2001/06/25 14:11:59
928 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
929 From: Jonathan Stowe <gellyfish@gellyfish.com>
930 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
931 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
932 Branch: perl
933 ! pod/perlfaq5.pod
934____________________________________________________________________________
935[ 10926] By: jhi on 2001/06/25 14:04:07
936 Log: Missed from #10925.
937 Branch: perl
938 ! gv.c
939____________________________________________________________________________
940[ 10925] By: jhi on 2001/06/25 14:00:06
941 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
942 From: Robin Houston <robin@kitsite.com>
943 Date: Sat, 19 May 2001 16:19:34 +0100
944 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
945 Branch: perl
946 ! cv.h gv.h op.c
947____________________________________________________________________________
948[ 10924] By: jhi on 2001/06/25 13:58:18
949 Log: Netware README tweak.
950 Branch: perl
951 ! README.netware
952____________________________________________________________________________
953[ 10923] By: jhi on 2001/06/25 13:57:13
954 Log: Subject: [PATCH] Re: overload.t fails
955 From: Abhijit Menon-Sen <ams@wiw.org>
956 Date: Mon, 25 Jun 2001 14:52:20 +0530
957 Message-ID: <20010625145220.A24114@lustre.linux.in>
958 Branch: perl
959 ! lib/overload.t
960____________________________________________________________________________
961[ 10922] By: jhi on 2001/06/25 13:56:20
962 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
963 From: Mike Guy <mjtg@cam.ac.uk>
964 Date: Mon, 25 Jun 2001 11:43:23 +0100
965 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
966 Branch: perl
967 ! lib/Carp.pm
968____________________________________________________________________________
969[ 10921] By: jhi on 2001/06/25 13:50:02
970 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
971 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
972 Date: Sun, 24 Jun 2001 05:17:05 -0400
973 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
974 Branch: perl
975 ! os2/os2ish.h
976____________________________________________________________________________
977[ 10920] By: jhi on 2001/06/25 13:49:13
978 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
979 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
980 Date: Mon, 25 Jun 2001 05:52:27 -0400
981 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
982 Branch: perl
983 ! hints/os2.sh
984____________________________________________________________________________
985[ 10919] By: jhi on 2001/06/25 13:48:30
986 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
987 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
988 Date: Mon, 25 Jun 2001 05:23:35 -0400
989 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
990 Branch: perl
991 ! os2/os2.c
992____________________________________________________________________________
993[ 10918] By: jhi on 2001/06/25 13:47:46
994 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
995 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
996 Date: Mon, 25 Jun 2001 05:04:32 -0400
997 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
998 Branch: perl
999 ! os2/OS2/REXX/DLL/DLL.pm
1000____________________________________________________________________________
1001[ 10917] By: jhi on 2001/06/25 13:44:14
1002 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
1003 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1004 Date: Mon, 25 Jun 2001 05:02:36 -0400
1005 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
1006 Branch: perl
1007 ! mg.c os2/dl_os2.c os2/os2.c
1008____________________________________________________________________________
1009[ 10916] By: jhi on 2001/06/25 13:41:20
1010 Log: Subject: Re: [PATCH 5.6.1] misprints
1011 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1012 Date: Mon, 25 Jun 2001 04:50:50 -0400
1013 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
1014 Branch: perl
1015 ! os2/os2.c pp_sys.c
1016____________________________________________________________________________
1017[ 10915] By: jhi on 2001/06/25 13:39:59
1018 Log: Add Test::More and Test::Simple to the delta.
1019 Branch: perl
1020 ! pod/perl572delta.pod
1021____________________________________________________________________________
1022[ 10914] By: jhi on 2001/06/25 13:38:08
1023 Log: Add Test::More, from Michael G Schwern.
1024 Branch: perl
1025 + lib/Test/More.pm lib/Test/More/t/More.t
1026 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1027 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1028 + t/lib/Test/More/Catch.pm
1029 ! MANIFEST
1030____________________________________________________________________________
1031[ 10913] By: jhi on 2001/06/25 13:35:41
1032 Log: Add Test::Simple from Michael G Schwern.
1033 Branch: perl
1034 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
1035 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1036 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1037 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
1038 + t/lib/Test/Simple/Catch.pm
1039 + t/lib/Test/Simple/sample_tests/death.plx
1040 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
1041 + t/lib/Test/Simple/sample_tests/extras.plx
1042 + t/lib/Test/Simple/sample_tests/five_fail.plx
1043 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
1044 + t/lib/Test/Simple/sample_tests/one_fail.plx
1045 + t/lib/Test/Simple/sample_tests/require.plx
1046 + t/lib/Test/Simple/sample_tests/success.plx
1047 + t/lib/Test/Simple/sample_tests/too_few.plx
1048 + t/lib/Test/Simple/sample_tests/two_fail.plx
1049 ! MANIFEST
1050____________________________________________________________________________
1051[ 10912] By: jhi on 2001/06/25 13:31:57
1052 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
1053 From: "Craig A. Berry" <craigberry@mac.com>
1054 Date: Sun, 24 Jun 2001 23:41:36 -0500
1055 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
1056 Branch: perl
1057 ! pp_sys.c
1058____________________________________________________________________________
1059[ 10911] By: jhi on 2001/06/25 13:05:00
1060 Log: Upgrade to Attribute::Handlers 0.70.
1061 Branch: perl
1062 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1063 ! MANIFEST lib/Attribute/Handlers.pm
1064____________________________________________________________________________
1065[ 10910] By: jhi on 2001/06/25 00:09:27
1066 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
1067 From: Abhijit Menon-Sen <ams@wiw.org>
1068 Date: Sat, 23 Jun 2001 05:17:44 +0530
1069 Message-ID: <20010623051744.A18583@lustre.linux.in>
1070
1071 (Can't think of a good place to put tests.)
1072 Branch: perl
1073 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
1074____________________________________________________________________________
1075[ 10909] By: jhi on 2001/06/24 23:45:13
1076 Log: Subject: [PATCH] t/op/pat.t typo fix
1077 From: Richard Soderberg <rs@crystalflame.net>
1078 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
1079 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
1080 Branch: perl
1081 ! t/op/pat.t
1082____________________________________________________________________________
1083[ 10908] By: jhi on 2001/06/24 22:24:49
1084 Log: Move the pack warnings to their own file, as pointed
1085 out by Spider.
1086 Branch: perl
1087 + t/lib/warnings/pp_pack
1088 ! MANIFEST t/lib/warnings/pp
1089____________________________________________________________________________
1090[ 10907] By: jhi on 2001/06/24 19:55:15
1091 Log: Update Changes.
1092 Branch: perl
1093 ! Changes patchlevel.h
1094____________________________________________________________________________
0e5c3182
JH
1095[ 10906] By: jhi on 2001/06/24 19:50:40
1096 Log: Partially fix a problem noticed by IRIX compiler:
1097 the initialization of parse_start was bypassed by
1098 several gotos. Now initialized to zero, which may
1099 not be the best choice.
1100 Branch: perl
1101 ! regcomp.c
1102____________________________________________________________________________
1103[ 10905] By: jhi on 2001/06/24 19:43:25
1104 Log: Relax the group and password tests back to moaning only
1105 if no matches at all are found. (Even with a small sample
1106 I could find many sites where there are, umm, anomalies in
1107 the said databases.)
1108 Branch: perl
1109 ! t/op/grent.t t/op/pwent.t
1110____________________________________________________________________________
1111[ 10904] By: jhi on 2001/06/24 18:45:55
1112 Log: Argh. How hard it can be to re-apply a patch manually? :-)
1113 Branch: perl
1114 ! pp_ctl.c
1115____________________________________________________________________________
1116[ 10903] By: jhi on 2001/06/24 18:40:52
1117 Log: De-cut-and-pasto in #10902.
1118 Branch: perl
1119 ! pp_ctl.c
1120____________________________________________________________________________
1121[ 10902] By: jhi on 2001/06/24 18:35:18
1122 Log: The #10771 didn't take?
1123 Branch: perl
1124 ! pp_ctl.c
1125____________________________________________________________________________
1126[ 10901] By: jhi on 2001/06/24 18:29:50
1127 Log: Undo the filetests part of #10900, under multiplicity
1128 weird errors take place.
1129 Branch: perl
1130 ! pp_sys.c
1131____________________________________________________________________________
1132[ 10900] By: jhi on 2001/06/24 18:20:36
1133 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
1134 Branch: perl
1135 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
1136____________________________________________________________________________
1137[ 10899] By: jhi on 2001/06/24 17:00:34
1138 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
1139 From: Tony Bowden <tony@kasei.com>
1140 Date: Sun, 24 Jun 2001 17:32:40 +0100
1141 Message-ID: <20010624173240.A16293@blackstar.co.uk>
1142
1143 Document (well, mention) shortmess() and longmess()
1144 to rob people of their fun of reinventing the weel.
1145 Branch: perl
1146 ! lib/Carp.pm
1147____________________________________________________________________________
1148[ 10898] By: jhi on 2001/06/24 16:51:40
1149 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
1150 From: Brian Jepson <bjepson@oreilly.com>
1151 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
1152 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
1153 Branch: perl
1154 ! pp_sys.c
1155____________________________________________________________________________
1156[ 10897] By: jhi on 2001/06/24 16:38:23
1157 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
1158 From: Robin Barker <rmb1@cise.npl.co.uk>
1159 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
1160 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
1161 Branch: perl
1162 ! lib/CPAN.pm
1163____________________________________________________________________________
1164[ 10896] By: jhi on 2001/06/24 16:36:32
1165 Log: Memoize patch from mjd.
1166 Branch: perl
1167 ! lib/Memoize/t/tie_storable.t
1168____________________________________________________________________________
1169[ 10895] By: jhi on 2001/06/24 16:33:59
1170 Log: Spec the sv_pvprintify() a bit more.
1171 Branch: perl
1172 ! pod/perltodo.pod
1173____________________________________________________________________________
1174[ 10894] By: jhi on 2001/06/24 14:43:36
1175 Log: Upgrade to Memoize 0.65.
1176 Branch: perl
1177 + lib/Memoize/t/array_confusion.t
1178 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
1179 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
1180 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
1181 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
1182 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
1183 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
1184 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1185 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
1186 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
1187 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
1188 ! lib/Memoize/t/tie_storable.t
1189____________________________________________________________________________
1190[ 10893] By: jhi on 2001/06/24 14:21:09
1191 Log: Metaconfig unit change for #10892.
1192 Branch: metaconfig
1193 ! U/modified/Options.U
1194____________________________________________________________________________
1195[ 10892] By: jhi on 2001/06/24 14:20:38
1196 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
1197 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1198 Date: Sun, 24 Jun 2001 05:24:40 -0400
1199 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
1200 Branch: perl
1201 ! Configure hints/os2.sh
1202____________________________________________________________________________
1203[ 10891] By: jhi on 2001/06/24 13:50:26
1204 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
1205 From: Mike Guy <mjtg@cam.ac.uk>
1206 Date: Sun, 24 Jun 2001 15:28:39 +0100
1207 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
1208
1209 Fix an ancient (5.002) bug.
1210 Branch: perl
1211 ! lib/Carp/Heavy.pm
1212____________________________________________________________________________
1213[ 10890] By: jhi on 2001/06/24 13:44:43
1214 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
1215 variables.
1216 Branch: perl
1217 ! pp_sys.c
1218____________________________________________________________________________
1219[ 10889] By: jhi on 2001/06/24 13:24:00
1220 Log: Make UTS as per #10888.
1221 Branch: perl
1222 ! hints/uts.sh
1223____________________________________________________________________________
1224[ 10888] By: jhi on 2001/06/24 13:21:23
1225 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
1226 Branch: perl
1227 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
1228 ! mpeix/mpeixish.h perl.h unixish.h
1229____________________________________________________________________________
1230[ 10887] By: jhi on 2001/06/24 13:15:45
1231 Log: AUTHORS update.
1232 Branch: perl
1233 ! AUTHORS
1234____________________________________________________________________________
1235[ 10886] By: jhi on 2001/06/24 13:14:31
1236 Log: Subject: Encode::Tcl for multibyte doesnot work
1237 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1238 Date: Sun, 24 Jun 2001 22:48:21 +0900
1239 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
1240 Branch: perl
1241 ! ext/Encode/Encode/Tcl.pm
1242____________________________________________________________________________
1243[ 10885] By: jhi on 2001/06/24 13:12:46
1244 Log: Subject: [PATCH] Remove tautology in error messages
1245 From: Mike Guy <mjtg@cam.ac.uk>
1246 Date: Sun, 24 Jun 2001 13:31:00 +0100
1247 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
1248 Branch: perl
1249 ! pp_sys.c
1250____________________________________________________________________________
1251[ 10884] By: jhi on 2001/06/24 13:11:36
1252 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
1253 Branch: perl
1254 ! hints/darwin.sh
1255____________________________________________________________________________
1256[ 10883] By: jhi on 2001/06/24 13:09:55
1257 Log: Subject: Re: [PATCH 5.6.1] test suite
1258 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1259 Date: Sun, 24 Jun 2001 05:47:05 -0400
1260 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
1261
1262 Test suite fixes.
1263 Branch: perl
1264 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
1265____________________________________________________________________________
1266[ 10882] By: jhi on 2001/06/24 13:07:46
1267 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
1268 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1269 Date: Sun, 24 Jun 2001 05:37:19 -0400
1270 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
1271 Branch: perl
1272 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
1273____________________________________________________________________________
1274[ 10881] By: jhi on 2001/06/24 13:05:24
1275 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
1276 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1277 Date: Sun, 24 Jun 2001 05:34:50 -0400
1278 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
1279
1280 Pacify compiler warnings.
1281 Branch: perl
1282 ! pp_sys.c
1283____________________________________________________________________________
1284[ 10880] By: jhi on 2001/06/24 13:02:30
1285 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
1286 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1287 Date: Sun, 24 Jun 2001 05:21:18 -0400
1288 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
1289
1290 Enable compression of executables during link time.
1291 Branch: perl
1292 ! hints/os2.sh
1293____________________________________________________________________________
1294[ 10879] By: jhi on 2001/06/24 13:00:47
1295 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
1296 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1297 Date: Sun, 24 Jun 2001 05:15:11 -0400
1298 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
1299
1300 Add ordinals to the export list for Perl DLL.
1301 (Breaks intra-version DLL compatibility.)
1302 Branch: perl
1303 ! makedef.pl
1304____________________________________________________________________________
1305[ 10878] By: jhi on 2001/06/24 02:12:04
1306 Log: Allow (displaying and) re-editing the Subject in perlbug.
1307 Also abstract the Subject quality control into a function.
1308 Branch: perl
1309 ! utils/perlbug.PL
1310____________________________________________________________________________
1311[ 10877] By: jhi on 2001/06/24 01:40:53
1312 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
1313 Branch: perl
1314 ! utils/perlbug.PL
1315____________________________________________________________________________
1316[ 10876] By: jhi on 2001/06/24 01:37:05
1317 Log: Regen toc and modlib.
1318 Branch: perl
1319 ! pod/perlmodlib.pod pod/perltoc.pod
1320____________________________________________________________________________
1321[ 10875] By: jhi on 2001/06/24 01:29:33
1322 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
1323 by John Peacock. (Can be 'ntea' which means emulate UNIX file
1324 attribute semantics as much as possible, or 'ntsec' which uses
1325 native NTFS semantics.) (See also #10877.)
1326 Branch: perl
1327 ! perl.c
1328____________________________________________________________________________
1329[ 10874] By: jhi on 2001/06/23 23:57:28
1330 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
1331 Branch: perl
1332 ! lib/Test/Harness.pm
1333____________________________________________________________________________
1334[ 10873] By: jhi on 2001/06/23 23:36:56
1335 Log: Just zap the -uPerlio.
1336 Branch: perl
1337 ! ext/B/Stash.t
1338____________________________________________________________________________
1339[ 10872] By: jhi on 2001/06/23 21:29:10
1340 Log: Do not test PerlIO if PerlIO not used.
1341 Branch: perl
1342 ! ext/PerlIO/PerlIO.t
1343____________________________________________________________________________
1344[ 10871] By: jhi on 2001/06/23 21:12:49
1345 Log: Regen perlapi.
1346 Branch: perl
1347 ! pod/perlapi.pod
1348____________________________________________________________________________
1349[ 10870] By: jhi on 2001/06/23 21:03:31
1350 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
1351 From: Nicholas Clark <nick@ccl4.org>
1352 Date: Sat, 23 Jun 2001 22:55:47 +0100
1353 Message-ID: <20010623225547.Z98663@plum.flirble.org>
1354 Branch: perl
1355 ! numeric.c
1356____________________________________________________________________________
1357[ 10869] By: jhi on 2001/06/23 17:13:21
1358 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
1359 From: Prymmer/Kahn <pvhp@best.com>
1360 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
1361 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
1362 Branch: perl
1363 ! lib/h2xs.t
1364____________________________________________________________________________
1365[ 10868] By: jhi on 2001/06/23 16:04:38
1366 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
1367 cygwin does not taint cwd, just like win32.
1368 Branch: perl
1369 ! lib/File/Find/taint.t t/op/taint.t
1370____________________________________________________________________________
1371[ 10867] By: jhi on 2001/06/23 15:39:15
1372 Log: Retract #10865, the patch should be unnecessary.
1373 (But seemingly helpful in Cygwin? Strange.)
1374 Branch: perl
1375 ! lib/Memoize/t/tie_ndbm.t
1376____________________________________________________________________________
1377[ 10866] By: jhi on 2001/06/23 15:06:30
1378 Log: Misplaced test file; plus Cygwin filesystem semantics.
1379 Branch: perl
1380 + ext/SDBM_File/sdbm.t
1381 - ext/ODBM_File/sdbm.t
1382 ! MANIFEST
1383____________________________________________________________________________
1384[ 10865] By: jhi on 2001/06/23 15:01:02
1385 Log: (Retracted by #10867.)
1386 Branch: perl
1387 ! lib/Memoize/t/tie_ndbm.t
1388____________________________________________________________________________
1389[ 10864] By: jhi on 2001/06/23 14:25:43
1390 Log: Metaconfig unit change for #10863.
1391 Branch: metaconfig/U/perl
1392 ! Extensions.U
1393____________________________________________________________________________
1394[ 10863] By: jhi on 2001/06/23 14:25:20
1395 Log: In Cygwin do not build NDBM_File and ODBM_File unless
1396 -lndbm and -ldbm are available.
1397 Branch: perl
1398 ! Configure config_h.SH
1399____________________________________________________________________________
1400[ 10862] By: jhi on 2001/06/23 14:02:14
1401 Log: More Cygwin filesystem semantics.
1402 Branch: perl
1403 ! t/io/fs.t t/op/stat.t
1404____________________________________________________________________________
1405[ 10861] By: jhi on 2001/06/23 13:38:00
1406 Log: More DOSish permission semantics for Cygwin.
1407 Branch: perl
1408 ! lib/AnyDBM_File.t
1409____________________________________________________________________________
1410[ 10860] By: jhi on 2001/06/23 13:32:41
1411 Log: Cygwin too has different permission semantics.
1412 Branch: perl
1413 ! ext/GDBM_File/gdbm.t
1414____________________________________________________________________________
1415[ 10859] By: jhi on 2001/06/23 13:30:06
1416 Log: The group (and assumedly passwd) databases can have
1417 only one entry (this is the case in cygwin).
1418 Branch: perl
1419 ! t/op/grent.t t/op/pwent.t
1420____________________________________________________________________________
1421[ 10858] By: jhi on 2001/06/23 13:16:26
1422 Log: Also in Cygwin use Socket to figure out domainname
1423 (if any) (avoids trying to call external 'domainname',
1424 which doesn't at the moment exist in Cygwin)
1425 Branch: perl
1426 ! lib/Net/Domain.pm
1427____________________________________________________________________________
1428[ 10857] By: jhi on 2001/06/23 12:48:32
1429 Log: Remove also the lib$Foo.def, not just $Foo.def.
1430 Branch: perl
1431 ! lib/ExtUtils/MM_Unix.pm
1432____________________________________________________________________________
1433[ 10856] By: jhi on 2001/06/23 12:21:53
1434 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
1435 Branch: perl
1436 ! unixish.h
1437____________________________________________________________________________
1438[ 10855] By: jhi on 2001/06/23 12:14:15
1439 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
1440 to match the whole isprint(), only the space character.
1441 Branch: perl
1442 ! handy.h pod/perlre.pod t/op/pat.t
1443____________________________________________________________________________
1444[ 10854] By: nick on 2001/06/23 08:09:33
1445 Log: Integrate mainline
1446 Branch: perlio
1447 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
1448 !> lib/ExtUtils.t lib/File/Find/taint.t
1449 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
1450 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
1451 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
1452____________________________________________________________________________
1453[ 10853] By: jhi on 2001/06/23 03:48:09
1454 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
1455 with its floats in os390 and s390 (UTS).
1456 Branch: perl
1457 ! lib/Math/BigInt/t/bigintpm.t
1458____________________________________________________________________________
1459[ 10852] By: jhi on 2001/06/23 03:38:53
1460 Log: Add also UTS (s390) to the non-IEEE float platforms.
1461 Branch: perl
1462 ! t/op/sprintf.t
1463____________________________________________________________________________
1464[ 10851] By: jhi on 2001/06/23 03:36:04
1465 Log: Subject: RFC: what are applicable standards for exponent sizes?
1466 From: Peter Prymmer <pvhp@forte.com>
1467 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
1468 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
1469 Branch: perl
1470 ! t/op/sprintf.t
1471____________________________________________________________________________
1472[ 10850] By: jhi on 2001/06/23 03:29:04
1473 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
1474 From: Peter Prymmer <pvhp@forte.com>
1475 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
1476 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
1477 Branch: perl
1478 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
1479____________________________________________________________________________
1480[ 10849] By: jhi on 2001/06/23 03:27:21
1481 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
1482 From: Peter Prymmer <pvhp@forte.com>
1483 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
1484 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
1485 Branch: perl
1486 ! lib/ExtUtils.t
1487____________________________________________________________________________
1488[ 10848] By: jhi on 2001/06/22 21:51:31
1489 Log: Retract #10845.
1490 Branch: perl
1491 ! lib/File/Find/taint.t
1492____________________________________________________________________________
1493[ 10847] By: jhi on 2001/06/22 21:50:38
1494 Log: Yet another error message.
1495 Branch: perl
1496 ! t/op/mkdir.t
1497____________________________________________________________________________
1498[ 10846] By: jhi on 2001/06/22 21:48:39
1499 Log: The croak message for nonexistent socket functions may vary.
1500 Branch: perl
1501 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
1502____________________________________________________________________________
1503[ 10845] By: jhi on 2001/06/22 21:42:38
1504 Log: (Retracted by #10848.)
1505 Branch: perl
1506 ! lib/File/Find/taint.t
1507____________________________________________________________________________
1508[ 10844] By: jhi on 2001/06/22 21:32:58
1509 Log: Integrate perlio.
1510 Branch: perl
1511 !> lib/File/Find/taint.t t/op/write.t
1512____________________________________________________________________________
1513[ 10843] By: nick on 2001/06/22 21:24:51
1514 Log: Back out debug in taint.t
1515 Branch: perlio
1516 ! lib/File/Find/taint.t
1517____________________________________________________________________________
1518[ 10842] By: jhi on 2001/06/22 21:20:02
1519 Log: setitimer() does not exist in Unicos, despite of what
1520 Configure thinks, from Mark P. Lutz.
1521 Branch: perl
1522 ! hints/unicos.sh
1523____________________________________________________________________________
1524[ 10841] By: nick on 2001/06/22 21:19:36
1525 Log: Skip cwd test on Win32 ???
1526 Branch: perlio
1527 ! lib/File/Find/taint.t
1528____________________________________________________________________________
1529[ 10840] By: jhi on 2001/06/22 21:17:34
1530 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
1531 and Tru64 gcc -Wall happy.
1532 Branch: perl
1533 ! mg.c
1534____________________________________________________________________________
1535[ 10839] By: jhi on 2001/06/22 21:15:32
1536 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
1537 Branch: perl
1538 ! ext/IPC/SysV/Semaphore.pm
1539____________________________________________________________________________
1540[ 10838] By: jhi on 2001/06/22 21:12:02
1541 Log: Metaconfig unit change for #10837.
1542 Branch: metaconfig/U/perl
1543 ! Cross.U
1544____________________________________________________________________________
1545[ 10837] By: jhi on 2001/06/22 21:09:42
1546 Log: Cleanup of the cross-compilation unit.
1547 Branch: perl
1548 ! Configure
1549____________________________________________________________________________
1550[ 10836] By: nick on 2001/06/22 20:45:12
1551 Log: Skip |- based op/write.t on Win32 as well as VMS
1552 Branch: perlio
1553 ! t/op/write.t
1554____________________________________________________________________________
1555[ 10835] By: jhi on 2001/06/22 20:44:20
1556 Log: Integrate perlio.
1557 Branch: perl
1558 !> util.c
1559____________________________________________________________________________
1560[ 10834] By: nick on 2001/06/22 20:41:54
1561 Log: Integrate mainline
1562 Branch: perlio
1563 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1564 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
1565 !> vos/config.ga.h
1566____________________________________________________________________________
1567[ 10833] By: nick on 2001/06/22 20:22:58
1568 Log: Patcho fix.
1569 Branch: perlio
1570 ! util.c
1571____________________________________________________________________________
1572[ 10832] By: jhi on 2001/06/22 20:13:02
1573 Log: Metaconfig unit changes for #10831.
1574 Branch: metaconfig
1575 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
1576____________________________________________________________________________
1577[ 10831] By: jhi on 2001/06/22 20:12:29
1578 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
1579 From: Andy Dougherty <doughera@lafayette.edu>
1580 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
1581 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
1582 Branch: perl
1583 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1584 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
1585____________________________________________________________________________
1586[ 10830] By: jhi on 2001/06/22 19:50:15
1587 Log: MPE/iX prototype nits from Mark Bixby.
1588 Branch: perl
1589 ! pp_sys.c
1590____________________________________________________________________________
1591[ 10829] By: jhi on 2001/06/22 16:25:16
1592 Log: Detypo.
1593 Branch: perl
1594 ! util.c
1595____________________________________________________________________________
1596[ 10828] By: nick on 2001/06/22 15:33:37
1597 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
1598 Branch: perlio
1599 +> lib/h2xs.t
1600 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
1601 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
1602 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
1603 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
1604 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1605 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
1606 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
1607 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
1608 !> vms/vmsish.h
1609____________________________________________________________________________
1610[ 10827] By: jhi on 2001/06/22 14:15:26
1611 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
1612 Date: Fri, 22 Jun 2001 10:08:35 -0500
1613 From: "Craig A. Berry" <craigberry@mac.com>
1614 Message-Id: <a05101001b75908704194@[192.168.56.145]>
1615 Branch: perl
1616 ! vms/vms.c vms/vmsish.h
1617____________________________________________________________________________
1618[ 10826] By: jhi on 2001/06/22 13:35:37
1619 Log: NetWare scripts tweak from Ananth Kesari.
1620 Branch: perl
1621 ! NetWare/t/NWScripts.pl
1622____________________________________________________________________________
1623[ 10825] By: jhi on 2001/06/22 13:00:55
1624 Log: Update Changes.
1625 Branch: perl
1626 ! Changes patchlevel.h
1627____________________________________________________________________________
3e2ce105
JH
1628[ 10824] By: jhi on 2001/06/22 12:46:56
1629 Log: Add .i and .s targets.
1630 Branch: perl
1631 ! Makefile.SH
1632____________________________________________________________________________
1633[ 10823] By: jhi on 2001/06/22 12:25:20
1634 Log: Upgrade to Locale::Maketext 1.03.
1635 Branch: perl
1636 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1637 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
1638____________________________________________________________________________
1639[ 10822] By: jhi on 2001/06/22 12:23:57
1640 Log: Upgrade to I18N::LangTags 0.26.
1641 Branch: perl
1642 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
1643 ! lib/I18N/LangTags/test.pl
1644____________________________________________________________________________
1645[ 10821] By: jhi on 2001/06/22 12:16:41
1646 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
1647 Philip Newton.
1648 Branch: perl
1649 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1650 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1651____________________________________________________________________________
1652[ 10820] By: jhi on 2001/06/22 12:13:37
1653 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
1654 From: Prymmer/Kahn <pvhp@best.com>
1655 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
1656 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
1657 Branch: perl
1658 + lib/h2xs.t
1659 ! MANIFEST utils/h2xs.PL
1660____________________________________________________________________________
1661[ 10819] By: jhi on 2001/06/22 12:11:56
1662 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
1663 From: Prymmer/Kahn <pvhp@best.com>
1664 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
1665 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
1666 Branch: perl
1667 ! lib/ExtUtils.t
1668____________________________________________________________________________
1669[ 10818] By: jhi on 2001/06/22 12:11:08
1670 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
1671 From: Prymmer/Kahn <pvhp@best.com>
1672 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
1673 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
1674 Branch: perl
1675 ! t/pod/plainer.t
1676____________________________________________________________________________
1677[ 10817] By: jhi on 2001/06/22 12:10:05
1678 Log: AUTHORS update.
1679 Branch: perl
1680 ! AUTHORS
1681____________________________________________________________________________
1682[ 10816] By: jhi on 2001/06/22 12:08:24
1683 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
1684 From: "Craig A. Berry" <craigberry@mac.com>
1685 Date: Thu, 21 Jun 2001 18:20:38 -0500
1686 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
1687 Branch: perl
1688 ! ext/POSIX/POSIX.xs
1689____________________________________________________________________________
1690[ 10815] By: jhi on 2001/06/22 12:07:19
1691 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
1692 From: "Craig A. Berry" <craigberry@mac.com>
1693 Date: Thu, 21 Jun 2001 09:58:52 -0500
1694 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
1695 Branch: perl
1696 ! ext/B/Deparse.t t/op/write.t
1697____________________________________________________________________________
1698[ 10814] By: nick on 2001/06/22 08:13:09
1699 Log: Integrate mainline.
1700 Branch: perlio
1701 !> (integrate 46 files)
1702____________________________________________________________________________
1703[ 10813] By: jhi on 2001/06/22 02:48:58
1704 Log: Change the prefixes only if $prefix is unset,
1705 as originally patched by Marcel Grunauer.
1706 Branch: perl
1707 ! hints/darwin.sh hints/rhapsody.sh
1708____________________________________________________________________________
1709[ 10812] By: jhi on 2001/06/22 02:44:41
1710 Log: Subject: Re: Patch for hints/darwin.sh
1711 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
1712 Date: Thu, 21 Jun 2001 11:23:46 -0700
1713 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
1714 Branch: perl
1715 ! hints/darwin.sh hints/rhapsody.sh
1716____________________________________________________________________________
1717[ 10811] By: jhi on 2001/06/22 02:34:27
1718 Log: Add .PHONY targets for non-file targets,
1719 from Wilfredo Sánchez. Should help saying
1720 "make install" on case-insensitive filesystems.
1721 Branch: perl
1722 ! Makefile.SH
1723____________________________________________________________________________
1724[ 10810] By: jhi on 2001/06/22 02:01:23
1725 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
1726 From: Doug MacEachern <dougm@covalent.net>
1727 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
1728 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
1729
1730 plus reword the getcwd() comment, plus use getcwd() buffer
1731 size minus one.
1732 Branch: perl
1733 ! util.c
1734____________________________________________________________________________
1735[ 10809] By: jhi on 2001/06/22 01:16:58
1736 Log: More gprofing from Doug MacEachern.
1737 Branch: perl
1738 ! Makefile.SH
1739____________________________________________________________________________
1740[ 10808] By: jhi on 2001/06/22 01:15:11
1741 Log: Metaconfig unit change for #10807.
1742 Branch: metaconfig/U/perl
1743 ! d_sfio.U
1744____________________________________________________________________________
1745[ 10807] By: jhi on 2001/06/22 01:14:43
1746 Log: Tell that you are removing the unneeded -lsfio.
1747 Branch: perl
1748 ! Configure
1749____________________________________________________________________________
1750[ 10806] By: jhi on 2001/06/22 01:03:14
1751 Log: More MPE/iX tweaks from Mark Bixby.
1752 Branch: perl
1753 ! perl.c t/op/magic.t
1754____________________________________________________________________________
1755[ 10805] By: jhi on 2001/06/21 22:41:11
1756 Log: The fchdir() proto is supposed to live in <unistd.h>.
1757 Branch: perl
1758 ! ext/Cwd/Cwd.xs
1759____________________________________________________________________________
1760[ 10804] By: jhi on 2001/06/21 22:24:42
1761 Log: This town is too small for the Cwd extension and me,
1762 it would seem...
1763 Branch: perl
1764 ! ext/Cwd/Cwd.xs
1765____________________________________________________________________________
1766[ 10803] By: jhi on 2001/06/21 21:54:00
1767 Log: Metaconfig unit change for #10802.
1768 Branch: metaconfig/U/perl
1769 ! d_modfl.U
1770____________________________________________________________________________
1771[ 10802] By: jhi on 2001/06/21 21:53:37
1772 Log: More d'ohs.
1773 Branch: perl
1774 ! Configure
1775____________________________________________________________________________
1776[ 10801] By: jhi on 2001/06/21 21:38:38
1777 Log: Off-by-one. I'm so classic.
1778 Branch: perl
1779 ! util.c
1780____________________________________________________________________________
1781[ 10800] By: jhi on 2001/06/21 20:10:19
1782 Log: Update Changes.
1783 Branch: perl
1784 ! Changes patchlevel.h
1785____________________________________________________________________________
62e06c62
JH
1786[ 10799] By: jhi on 2001/06/21 20:03:54
1787 Log: Subject: Documentation patch for Net::FTP
1788 From: Marcel Grunauer <marcel@codewerk.com>
1789 Date: Wed, 20 Jun 2001 23:03:26 +0200
1790 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
1791 Branch: perl
1792 ! lib/Net/FTP.pm
1793____________________________________________________________________________
1794[ 10798] By: jhi on 2001/06/21 20:01:14
1795 Log: Retract the #10417 mg.c and embed.pl parts because of
1796 strange SEGVs in 64bit x86 FreeBSD observed by
1797 Nicholas Clark.
1798 Branch: perl
1799 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
1800____________________________________________________________________________
1801[ 10797] By: jhi on 2001/06/21 19:40:34
1802 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
1803 Branch: perl
1804 ! Configure NetWare/config.wc NetWare/config_H.wc
1805 ! Porting/Glossary Porting/config.sh Porting/config_H
1806 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
1807 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1808 ! vos/config.ga.h win32/config.bc win32/config.gc
1809 ! win32/config.vc win32/config_H.bc win32/config_H.gc
1810 ! win32/config_H.vc
1811____________________________________________________________________________
1812[ 10796] By: jhi on 2001/06/21 19:08:28
1813 Log: Cwd tweak from Doug MacEachern.
1814 Branch: perl
1815 ! ext/Cwd/Cwd.xs
1816____________________________________________________________________________
1817[ 10795] By: jhi on 2001/06/21 19:03:48
1818 Log: Protect the fchdir() and lstat() with ifdefs.
1819 fchdir() needs a Configure probe.
1820 Branch: perl
1821 ! ext/Cwd/Cwd.xs
1822____________________________________________________________________________
1823[ 10794] By: nick on 2001/06/21 17:11:35
1824 Log: Integrate mainline
1825 Branch: perlio
1826 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
1827 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
1828 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
1829 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
1830 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
1831 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
1832 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
1833 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
1834 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
1835 - lib/File/Glob/case.t lib/File/Glob/global.t
1836 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
1837 - lib/File/Temp/posix.t lib/File/Temp/security.t
1838 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
1839 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
1840 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
1841 - lib/Text/Wrap/wrap.t
1842 !> (integrate 41 files)
1843____________________________________________________________________________
1844[ 10793] By: jhi on 2001/06/21 17:01:26
1845 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
1846 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1847 Date: Thu, 21 Jun 2001 13:04:54 -0500
1848 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
1849 Branch: perl
1850 ! ext/Cwd/Cwd.xs
1851____________________________________________________________________________
1852[ 10792] By: jhi on 2001/06/21 16:13:57
1853 Log: Subject: [PATCH pod] overlong =item
1854 From: Robin Barker <rmb1@cise.npl.co.uk>
1855 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
1856 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
1857 Branch: perl
1858 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1859 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1860____________________________________________________________________________
1861[ 10791] By: jhi on 2001/06/21 16:10:51
1862 Log: Subject: [PATCH perlio.c] format
1863 From: Robin Barker <rmb1@cise.npl.co.uk>
1864 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
1865 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
1866 Branch: perl
1867 ! perlio.c
1868____________________________________________________________________________
1869[ 10790] By: jhi on 2001/06/21 15:52:04
1870 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
1871 From: Radu Greab <radu@netsoft.ro>
1872 Date: Thu, 21 Jun 2001 19:06:02 +0300
1873 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
1874 Branch: perl
1875 ! pod/perlapi.pod sv.c
1876____________________________________________________________________________
1877[ 10789] By: jhi on 2001/06/21 14:48:25
1878 Log: The metaconfig unit changes for #10788.
1879 Branch: metaconfig/U/perl
1880 ! Cross.U fflushall.U
1881____________________________________________________________________________
1882[ 10788] By: jhi on 2001/06/21 14:47:48
1883 Log: Cross-configuration changes: make $from to rm the files
1884 before copying them over (this means that he rm can be
1885 removed from the fflushall test), create $targetmkdir
1886 (not documented in install since it is supposed to internal
1887 use only), make $run to copy over the executable only if
1888 a stamp file .xok doesn't already exist (to avoid unnecessary
1889 copying of the executable)
1890 Branch: perl
1891 ! Configure Makefile.SH
1892____________________________________________________________________________
1893[ 10787] By: nick on 2001/06/21 14:16:18
1894 Log: Integrate mainline
1895 Branch: perlio
1896 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
1897 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
1898 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
1899 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
1900 !> (integrate 34 files)
1901____________________________________________________________________________
1902[ 10786] By: jhi on 2001/06/21 13:59:32
1903 Log: Re-add the files as text.
1904 Branch: perl
1905 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
1906____________________________________________________________________________
1907[ 10785] By: jhi on 2001/06/21 13:57:55
1908 Log: Delete the binary files.
1909 Branch: perl
1910 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
1911____________________________________________________________________________
1912[ 10784] By: jhi on 2001/06/21 13:49:47
1913 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
1914 From: Andy Dougherty <doughera@lafayette.edu>
1915 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
1916 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
1917 Branch: perl
1918 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
1919 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
1920 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
1921 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
1922____________________________________________________________________________
1923[ 10783] By: jhi on 2001/06/21 13:46:50
1924 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
1925 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
1926 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
1927 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
1928
1929 Setting umask to something friendlier.
1930 Branch: perl
1931 ! installman installperl
1932____________________________________________________________________________
1933[ 10782] By: jhi on 2001/06/21 13:42:17
1934 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
1935 Resort MANIFEST with sort -f, looks much better.
1936 Branch: perl
1937 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
1938 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
1939 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
1940 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
1941 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
1942 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
1943 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
1944 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
1945 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
1946 - lib/File/Glob/case.t lib/File/Glob/global.t
1947 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
1948 - lib/File/Temp/posix.t lib/File/Temp/security.t
1949 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
1950 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
1951 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
1952 - lib/Text/Wrap/wrap.t
1953 ! MANIFEST
1954____________________________________________________________________________
1955[ 10781] By: jhi on 2001/06/21 13:16:04
1956 Log: Upgrade to I18N::LangTags 0.25.
1957 Branch: perl
1958 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
1959 ! lib/I18N/LangTags/List.pm
1960____________________________________________________________________________
1961[ 10780] By: jhi on 2001/06/21 13:12:54
1962 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
1963 From: Richard Soderberg <rs@crystalflame.net>
1964 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
1965 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
1966 Branch: perl
1967 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
1968 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
1969____________________________________________________________________________
1970[ 10779] By: jhi on 2001/06/21 12:59:57
1971 Log: Test obsoleted by change #10777.
1972 Branch: perl
1973 ! t/op/sub_lval.t
1974____________________________________________________________________________
1975[ 10778] By: jhi on 2001/06/21 12:52:37
1976 Log: Case of confused test numbering.
1977 Branch: perl
1978 ! t/op/pat.t
1979____________________________________________________________________________
1980[ 10777] By: jhi on 2001/06/21 12:30:57
1981 Log: Subject: Re: Opinion on undef lvalue
1982 From: Abhijit Menon-Sen <ams@wiw.org>
1983 Date: Sun, 17 Jun 2001 13:04:46 +0530
1984 Message-ID: <20010617130446.B27925@lustre.linux.in>
1985
1986 Allow lvalue subs to return undef in array context.
1987 Branch: perl
1988 ! pp_hot.c
1989____________________________________________________________________________
1990[ 10776] By: jhi on 2001/06/21 12:27:48
1991 Log: Just a guess that using the same hack for cygwin as
1992 for win32 might help.
1993 Branch: perl
1994 ! lib/File/Find/find.t
1995____________________________________________________________________________
1996[ 10775] By: jhi on 2001/06/21 12:25:58
1997 Log: NetWare tweaks from Guruprasad.
1998 Branch: perl
1999 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
2000 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
2001 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
2002 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
2003____________________________________________________________________________
2004[ 10774] By: jhi on 2001/06/21 12:21:17
2005 Log: Subject: Re: perl@10722: Bogus warnings on REs
2006 From: Hugo <hv@crypt.compulink.co.uk>
2007 Date: Thu, 21 Jun 2001 09:51:17 +0100
2008 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
2009
2010 Unroll to avoid a UTS compiler bug.
2011 Branch: perl
2012 ! regcomp.c
2013____________________________________________________________________________
2014[ 10773] By: jhi on 2001/06/21 12:13:13
2015 Log: Subject: Re: [PATCH] Make /o work under i?threads
2016 From: Artur Bergman <artur@contiller.se>
2017 Date: Thu, 21 Jun 2001 14:38:03 +0200
2018 Message-ID: <B757B74A.184D%artur@contiller.se>
2019 Branch: perl
2020 ! t/op/pat.t
2021____________________________________________________________________________
2022[ 10772] By: jhi on 2001/06/21 12:12:23
2023 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
2024 From: Artur Bergman <artur@contiller.se>
2025 Date: Thu, 21 Jun 2001 14:27:33 +0200
2026 Message-ID: <B757B4D4.1849%artur@contiller.se>
2027
2028 Plus extra parentheses.
2029 Branch: perl
2030 ! op.h
2031____________________________________________________________________________
2032[ 10771] By: jhi on 2001/06/21 12:10:29
2033 Log: Subject: [PATCH] Make /o work under i?threads
2034 From: Richard Soderberg <rs@crystalflame.net>
2035 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
2036 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
2037 Branch: perl
2038 ! pp_ctl.c
2039____________________________________________________________________________
2040[ 10770] By: jhi on 2001/06/21 12:09:28
2041 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
2042 From: Artur Bergman <artur@contiller.se>
2043 Date: Thu, 21 Jun 2001 14:04:54 +0200
2044 Message-ID: <B757AF86.1842%artur@contiller.se>
2045 Branch: perl
2046 ! op.h
2047____________________________________________________________________________
2048[ 10769] By: jhi on 2001/06/21 12:08:03
2049 Log: Subject: Re: perl@10765: sv.c not OK on win32
2050 From: Artur Bergman <artur@contiller.se>
2051 Date: Thu, 21 Jun 2001 10:31:06 +0200
2052 Message-ID: <B7577D69.182C%artur@contiller.se>
2053 Branch: perl
2054 ! sv.c
2055____________________________________________________________________________
2056[ 10768] By: jhi on 2001/06/21 12:03:56
2057 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
2058 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2059 Date: Thu, 21 Jun 2001 06:23:56 -0400
2060 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
2061
2062 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
2063 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2064 Date: Thu, 21 Jun 2001 06:32:21 -0400
2065 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
2066 Branch: perl
2067 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
2068____________________________________________________________________________
2069[ 10767] By: jhi on 2001/06/21 12:00:07
2070 Log: Subject: [PATCH] make syslog test more verbose
2071 From: Robert Spier <rspier@pobox.com>
2072 Date: Thu, 21 Jun 2001 00:54:32 -0400
2073 Message-ID: <15153.32264.295807.333073@rls.cx>
2074 Branch: perl
2075 ! ext/Sys/Syslog/syslog.t
2076____________________________________________________________________________
2077[ 10766] By: jhi on 2001/06/20 23:27:57
2078 Log: Subject: op/study.t refinements
2079 From: Hugo <hv@crypt.compulink.co.uk>
2080 Date: Thu, 21 Jun 2001 00:29:07 +0100
2081 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
2082 Branch: perl
2083 ! t/op/study.t
2084____________________________________________________________________________
2085[ 10765] By: jhi on 2001/06/20 19:51:47
2086 Log: Update Changes.
2087 Branch: perl
2088 ! Changes patchlevel.h
2089____________________________________________________________________________
974c90c5
JH
2090[ 10764] By: jhi on 2001/06/20 19:00:23
2091 Log: Subject: Re: [PATCH] djgpp updates
2092 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2093 Date: Wed, 20 Jun 2001 10:05:15 +0200
2094 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
2095 Branch: perl
2096 ! djgpp/config.over
2097____________________________________________________________________________
2098[ 10763] By: jhi on 2001/06/20 18:58:06
2099 Log: Fix for ID 20010619.002 "When building hash, hash keys that
2100 are function calls are not being called", from Abhijit.
2101 Branch: perl
2102 ! t/base/lex.t toke.c
2103____________________________________________________________________________
2104[ 10762] By: jhi on 2001/06/20 18:45:00
2105 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
2106 Branch: perl
2107 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
2108 + lib/Locale/Maketext/test.pl
2109 - lib/Locale/Maketext.t
2110 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2111 ! lib/Locale/Maketext/TPJ13.pod
2112____________________________________________________________________________
2113[ 10761] By: jhi on 2001/06/20 18:44:15
2114 Log: Metaconfig unit change for #10760.
2115 Branch: metaconfig
2116 ! U/modified/Cppsym.U
2117____________________________________________________________________________
2118[ 10760] By: jhi on 2001/06/20 18:42:04
2119 Log: Do not remove the ccsym* Cppsym* files since
2120 they are useful for metaconfig units coming after us.
2121 (This is the Configure nit mentioned in #10752.)
2122 Branch: perl
2123 ! Configure
2124____________________________________________________________________________
2125[ 10759] By: jhi on 2001/06/20 18:02:18
2126 Log: Update to I18N::LangTags 0.24, from Sean Burke.
2127 Branch: perl
2128 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
2129 + lib/I18N/LangTags/README
2130 - lib/I18N/LangTags/List.pod
2131 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
2132____________________________________________________________________________
2133[ 10758] By: jhi on 2001/06/20 17:34:43
2134 Log: Regen headers.
2135 Branch: perl
2136 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
2137 ! pod/perlapi.pod proto.h
2138____________________________________________________________________________
2139[ 10757] By: jhi on 2001/06/20 17:23:08
2140 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
2141 From: Artur Bergman <artur@contiller.se>
2142 Date: Wed, 20 Jun 2001 11:31:32 +0200
2143 Message-ID: <B7563A14.17D8%artur@contiller.se>
2144 Branch: perl
2145 ! embed.pl hv.c intrpvar.h sv.c sv.h
2146____________________________________________________________________________
2147[ 10756] By: jhi on 2001/06/20 17:13:26
2148 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
2149 From: Tim Sweetman <tim@aldigital.co.uk>
2150 Date: Wed, 13 Jun 2001 14:25:17 +0100
2151 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
2152 Branch: perl
2153 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
2154____________________________________________________________________________
2155[ 10755] By: nick on 2001/06/20 16:12:37
2156 Log: Integrate mainline
2157 Branch: perlio
2158 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
2159 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
2160 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
2161 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
2162 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
2163 !> t/op/study.t util.c
2164____________________________________________________________________________
2165[ 10754] By: gsar on 2001/06/20 15:22:27
2166 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
2167 but not Makefile)
2168 Branch: maint-5.6/perl
2169 ! win32/Makefile
2170____________________________________________________________________________
2171[ 10753] By: jhi on 2001/06/20 14:03:20
2172 Log: Security tweak on readlink().
2173 Branch: perl
2174 ! pp_sys.c
2175____________________________________________________________________________
2176[ 10752] By: jhi on 2001/06/20 14:00:23
2177 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
2178 Branch: perl
2179 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
2180 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
2181 ! mpeix/relink t/op/pwent.t
2182____________________________________________________________________________
2183[ 10751] By: jhi on 2001/06/20 13:57:27
2184 Log: Reinstate #10725 (with probe for alarm()).
2185 Branch: perl
2186 ! t/op/study.t
2187____________________________________________________________________________
2188[ 10750] By: jhi on 2001/06/20 13:53:46
2189 Log: Replace our implementation of realpath() with OpenBSD's
2190 (src/lib/libc/stdlib/realpath.c 1.4).
2191 Branch: perl
2192 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
2193 ! pod/perldiag.pod proto.h util.c
2194____________________________________________________________________________
2195[ 10749] By: jhi on 2001/06/20 13:07:49
2196 Log: Integrate perlio.
2197 Branch: perl
2198 !> perlio.c
2199____________________________________________________________________________
2200[ 10748] By: jhi on 2001/06/20 13:07:18
2201 Log: No point in going into memory-saving contortions
2202 with getcwd() since there's a danger of buffer overflow.
2203 Also make the POSIX extension to use sv_getcwd().
2204 Finally, a missed proto.h fragment.
2205 Branch: perl
2206 ! ext/POSIX/POSIX.xs proto.h util.c
2207____________________________________________________________________________
2208[ 10747] By: nick on 2001/06/20 12:38:26
2209 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
2210 Branch: perlio
2211 ! perlio.c
2212____________________________________________________________________________
2213[ 10746] By: jhi on 2001/06/20 11:51:10
2214 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
2215 From: Graham Barr <gbarr@pobox.com>
2216 Date: Wed, 20 Jun 2001 11:05:49 +0100
2217 Message-ID: <20010620110549.I19188@pobox.com>
2218
2219 reported in
2220
2221 Subject: Bug in IO::Socket::INET module (repeat)
2222 From: "Harmon S. Nine" <hnine@netarx.com>
2223 Date: Tue, 19 Jun 2001 09:41:35 -0400
2224 Message-ID: <3B2F568F.8080605@netarx.com>
2225
2226 The bug was that the IO::Socket::INET constructor
2227 did not allow a 'LocalPort' of 0.
2228 Branch: perl
2229 ! ext/IO/lib/IO/Socket/INET.pm
2230____________________________________________________________________________
2231[ 10745] By: nick on 2001/06/20 08:56:39
2232 Log: Integrate mainline.
2233 Branch: perlio
2234 !> (integrate 37 files)
2235____________________________________________________________________________
2236[ 10744] By: jhi on 2001/06/20 04:54:53
2237 Log: After some reading I don't think we can blindly
2238 use systems' realpath(). Too many security problems,
2239 too many buggy implementations.
2240
2241 TODO: the realpath() emulation code in util.c doesn't
2242 seem fully operational? (readlink(), for example?)
2243 Branch: perl
2244 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
2245 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
2246 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
2247 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
2248 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
2249 ! win32/config_H.gc win32/config_H.vc
2250____________________________________________________________________________
2251[ 10743] By: jhi on 2001/06/20 00:48:48
2252 Log: Metaconfig unit change for #10738.
2253 Branch: metaconfig
2254 ! U/compline/d_gconvert.U
2255____________________________________________________________________________
2256[ 10742] By: jhi on 2001/06/20 00:48:20
2257 Log: Integrate change #10739 from maintperl:
2258
2259 C<eval "/x$\r\n/x"> fails to compile correctly
2260 Branch: perl
2261 !> t/op/pat.t toke.c
2262____________________________________________________________________________
2263[ 10741] By: jhi on 2001/06/20 00:41:05
2264 Log: Retract #10725 (Hugo asked NOT to apply the patch)
2265 Branch: perl
2266 ! t/op/study.t
2267____________________________________________________________________________
2268[ 10740] By: jhi on 2001/06/19 23:58:25
2269 Log: The test.third results were funnily named because of the
2270 new test scheme.
2271 Branch: perl
2272 ! t/TEST
2273____________________________________________________________________________
2274[ 10739] By: gsar on 2001/06/19 23:49:15
2275 Log: C<eval "/x$\r\n/x"> fails to compile correctly
2276 Branch: maint-5.6/perl
2277 ! t/op/pat.t toke.c
2278____________________________________________________________________________
2279[ 10738] By: jhi on 2001/06/19 23:04:15
2280 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
2281 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2282 Date: Tue, 19 Jun 2001 19:15:40 -0400
2283 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
2284
2285 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
2286 because "1e+129" being expected but "1.e+129" being returned.
2287 The culprit (at least in Tru64) is the use of gcvt().
2288 Branch: perl
2289 ! Configure
2290____________________________________________________________________________
2291[ 10737] By: jhi on 2001/06/19 22:56:52
2292 Log: Subject: [PATCH perl@10722] test hunting on VMS
2293 From: "Craig A. Berry" <craigberry@mac.com>
2294 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
2295 Date: Tue, 19 Jun 2001 18:59:01 -0500
2296 Branch: perl
2297 ! vms/test.com
2298____________________________________________________________________________
2299[ 10736] By: jhi on 2001/06/19 21:32:29
2300 Log: Subject: [PATCH] s/typos//
2301 From: Abhijit Menon-Sen <ams@wiw.org>
2302 Date: Wed, 20 Jun 2001 02:15:02 +0530
2303 Message-ID: <20010620021502.A14541@lustre.linux.in>
2304
2305 Without the op.h s/bearword/bareword/ hunk, see
2306 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
2307 Branch: perl
2308 ! util.c
2309____________________________________________________________________________
2310[ 10735] By: jhi on 2001/06/19 21:26:43
2311 Log: Metaconfig unit change for #10732 and #10733.
2312 Branch: metaconfig/U/perl
2313 ! fflushall.U
2314____________________________________________________________________________
2315[ 10734] By: jhi on 2001/06/19 21:24:41
2316 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
2317 From: "Craig A. Berry" <craigberry@mac.com>
2318 Date: Tue, 19 Jun 2001 17:19:48 -0500
2319 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
2320 Branch: perl
2321 ! configure.com vms/descrip_mms.template
2322____________________________________________________________________________
2323[ 10733] By: jhi on 2001/06/19 19:57:44
2324 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
2325 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2326 Date: Tue, 19 Jun 2001 16:48:07 -0400
2327 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
2328
2329 Further fixes to fflush(NULL) detection.
2330 Branch: perl
2331 ! Configure
2332____________________________________________________________________________
2333[ 10732] By: jhi on 2001/06/19 19:38:20
2334 Log: AIX test -s hangs with non-existent files?
2335 (A genuine logic bug in Configure, but AIX also broken?)
2336 Branch: perl
2337 ! Configure
2338____________________________________________________________________________
2339[ 10731] By: jhi on 2001/06/19 19:17:35
2340 Log: AUTHORS updates.
2341 Branch: perl
2342 ! AUTHORS
2343____________________________________________________________________________
2344[ 10730] By: jhi on 2001/06/19 19:03:07
2345 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
2346 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2347 Date: Tue, 19 Jun 2001 15:33:25 -0400
2348 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
2349 Branch: perl
2350 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
2351 ! t/lib/warnings/pp
2352____________________________________________________________________________
2353[ 10729] By: jhi on 2001/06/19 18:34:10
2354 Log: Integrate perlio.
2355 Branch: perl
2356 !> lib/File/Find/find.t win32/distclean.bat
2357____________________________________________________________________________
2358[ 10728] By: nick on 2001/06/19 18:24:53
2359 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
2360 Branch: perlio
2361 ! lib/File/Find/find.t win32/distclean.bat
2362____________________________________________________________________________
2363[ 10727] By: jhi on 2001/06/19 18:07:31
2364 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
2365 also add information how to find out whether one has PerlIO.
2366 Branch: perl
2367 ! pod/perlfunc.pod
2368____________________________________________________________________________
2369[ 10726] By: jhi on 2001/06/19 17:59:30
2370 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
2371 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2372 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
2373 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
2374 Branch: perl
2375 ! pod/perlfunc.pod
2376____________________________________________________________________________
2377[ 10725] By: jhi on 2001/06/19 17:28:30
2378 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
2379 From: Hugo <hv@crypt.compulink.co.uk>
2380 Date: Tue, 19 Jun 2001 12:37:30 +0100
2381 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
2382 Branch: perl
2383 ! t/op/study.t
2384____________________________________________________________________________
2385[ 10724] By: jhi on 2001/06/19 17:22:20
2386 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
2387 From: Hugo <hv@crypt.compulink.co.uk>
2388 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
2389 Date: Tue, 19 Jun 2001 13:15:17 +0100
2390 Branch: perl
2391 ! util.c
2392____________________________________________________________________________
2393[ 10723] By: nick on 2001/06/19 14:46:15
2394 Log: Integrate mainline
2395 Branch: perlio
2396 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
2397 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
2398 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
2399 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
2400 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
2401 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
2402 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2403 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2404 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2405 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2406 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2407 - ext/Thread/unsync4.t
2408 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
2409 !> djgpp/config.over djgpp/fixpmain
2410 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
2411 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
2412 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
2413____________________________________________________________________________
2414[ 10722] By: jhi on 2001/06/19 11:55:30
2415 Log: Update Changes.
2416 Branch: perl
2417 ! Changes patchlevel.h
2418____________________________________________________________________________
63b3d4d8
JH
2419[ 10721] By: jhi on 2001/06/19 11:29:34
2420 Log: The existence shall be MANIFESted.
2421 Branch: perl
2422 ! MANIFEST
2423____________________________________________________________________________
2424[ 10720] By: jhi on 2001/06/19 10:58:09
2425 Log: The old libnet.cfg is first searched from the current directory,
2426 only then from the module path.
2427 Branch: perl
2428 ! utils/libnetcfg.PL
2429____________________________________________________________________________
2430[ 10719] By: jhi on 2001/06/19 10:55:59
2431 Log: NetWare tweaks from Guruprasad.
2432 Branch: perl
2433 ! NetWare/Makefile NetWare/config.wc
2434____________________________________________________________________________
2435[ 10718] By: jhi on 2001/06/19 10:54:22
2436 Log: Subject: [PATCH] djgpp updates
2437 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2438 Date: Tue, 19 Jun 2001 10:59:06 +0200
2439 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
2440 Branch: perl
2441 ! djgpp/config.over djgpp/fixpmain
2442____________________________________________________________________________
2443[ 10717] By: jhi on 2001/06/19 10:53:20
2444 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
2445 From: Prymmer/Kahn <pvhp@best.com>
2446 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
2447 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
2448 Branch: perl
2449 ! win32/Makefile
2450____________________________________________________________________________
2451[ 10716] By: jhi on 2001/06/19 10:52:25
2452 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
2453 to happen right after the inclusion of <inttypes.h>,
2454 from Edward Moy.
2455 Branch: perl
2456 ! handy.h perl.h
2457____________________________________________________________________________
2458[ 10715] By: jhi on 2001/06/19 10:49:21
2459 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
2460 From: Doug MacEachern <dougm@covalent.net>
2461 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
2462 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
2463 Branch: perl
2464 ! ext/DynaLoader/DynaLoader_pm.PL
2465____________________________________________________________________________
2466[ 10714] By: jhi on 2001/06/19 10:48:19
2467 Log: Revert #10656 for perfomance reasons but leave in the
2468 use of Hv*() macros -- in comments, so that grepping the
2469 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
2470 suggested by Sarathy, also by Abhijit.)
2471 Branch: perl
2472 ! hv.c
2473____________________________________________________________________________
2474[ 10713] By: jhi on 2001/06/19 10:46:08
2475 Log: Subject: [patch] .s MakeMaker suffix
2476 From: Doug MacEachern <dougm@covalent.net>
2477 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
2478 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
2479 Branch: perl
2480 ! lib/ExtUtils/MM_Unix.pm
2481____________________________________________________________________________
2482[ 10712] By: jhi on 2001/06/19 10:34:35
2483 Log: One test lost in the big shuffle restored.
2484 Branch: perl
2485 + ext/IPC/SysV/ipcsysv.t
2486 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2487____________________________________________________________________________
2488[ 10711] By: jhi on 2001/06/19 10:25:46
2489 Log: Rename the old non-standard threads tests so that
2490 they won't be invoked.
2491 Branch: perl
2492 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
2493 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
2494 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
2495 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
2496 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
2497 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
2498 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2499 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2500 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2501 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2502 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2503 - ext/Thread/unsync4.t
2504 ! MANIFEST
2505____________________________________________________________________________
2506[ 10710] By: jhi on 2001/06/19 10:18:41
2507 Log: Integrate perlio.
2508 Branch: perl
2509 !> win32/config_sh.PL
2510____________________________________________________________________________
2511[ 10709] By: nick on 2001/06/19 08:18:18
2512 Log: Integrate mainline
2513 Branch: perlio
2514 +> (branch 40 files)
2515 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
2516 - lib/strict/subs lib/strict/vars lib/warnings/1global
2517 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
2518 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
2519 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
2520 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
2521 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
2522 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
2523 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
2524 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
2525 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
2526 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
2527 - lib/warnings/utf8 lib/warnings/util
2528 !> (integrate 57 files)
2529____________________________________________________________________________
2530[ 10708] By: nick on 2001/06/19 07:57:10
2531 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
2532 Branch: perlio
2533 ! win32/config_sh.PL
2534____________________________________________________________________________
2535[ 10707] By: nick on 2001/06/19 07:05:07
2536 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
2537 Branch: perl
2538 ! perly.c perly.y perly_c.diff vms/perly_c.vms
2539____________________________________________________________________________
2540[ 10706] By: jhi on 2001/06/19 02:58:26
2541 Log: More perl572delta tweaks.
2542 Branch: perl
2543 ! pod/perl572delta.pod
2544____________________________________________________________________________
2545[ 10705] By: jhi on 2001/06/19 01:53:40
2546 Log: Update perl572delta.
2547 Branch: perl
2548 ! pod/perl572delta.pod
2549____________________________________________________________________________
2550[ 10704] By: jhi on 2001/06/19 01:28:40
2551 Log: VOS updates from Paul Green.
2552 Branch: perl
2553 ! vos/Changes vos/build.cm vos/perl.bind
2554____________________________________________________________________________
2555[ 10703] By: jhi on 2001/06/19 01:03:53
2556 Log: Update the vos/config.*.* files.
2557 Branch: perl
2558 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2559 ! vos/config.ga.h
2560____________________________________________________________________________
2561[ 10702] By: jhi on 2001/06/19 01:03:32
2562 Log: Add a makefile for more painless adding of symbols to the
2563 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
2564 takes care of the adding)
2565 Branch: perl
2566 + vos/Makefile
2567____________________________________________________________________________
2568[ 10701] By: jhi on 2001/06/19 00:51:44
2569 Log: Make libnetcfg by default display the libnet configuration,
2570 -c to change, add -i for old config, document all options,
2571 regen toc.
2572 Branch: perl
2573 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
2574____________________________________________________________________________
2575[ 10700] By: jhi on 2001/06/18 23:45:12
2576 Log: gcc -Wall sweep.
2577 Branch: perl
2578 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
2579____________________________________________________________________________
2580[ 10699] By: jhi on 2001/06/18 23:19:53
2581 Log: So there.
2582 Branch: perl
2583 ! universal.c
2584____________________________________________________________________________
2585[ 10698] By: jhi on 2001/06/18 23:10:22
2586 Log: Document the need for sv_printify().
2587
2588 Document that 'use utf8' has been considered.
2589
2590 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
2591 Branch: perl
2592 ! pod/perltodo.pod universal.c
2593____________________________________________________________________________
2594[ 10697] By: jhi on 2001/06/18 22:50:53
2595 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
2596 From: Nicholas Clark <nick@ccl4.org>
2597 Date: Mon, 18 Jun 2001 23:29:23 +0100
2598 Message-ID: <20010618232923.I98663@plum.flirble.org>
2599 Branch: perl
2600 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
2601 ! ext/Sys/Syslog/Makefile.PL
2602____________________________________________________________________________
2603[ 10696] By: jhi on 2001/06/18 22:39:32
2604 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
2605 From: Scott.L.Miller@Compaq.com
2606 Date: Mon, 18 Jun 2001 10:12:27 -0500
2607 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
2608 Branch: perl
2609 ! lib/perl5db.pl pod/perldebug.pod
2610____________________________________________________________________________
2611[ 10695] By: jhi on 2001/06/18 22:35:13
2612 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
2613 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2614 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
2615 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
2616 Branch: perl
2617 ! lib/Carp/Heavy.pm
2618____________________________________________________________________________
2619[ 10694] By: jhi on 2001/06/18 22:34:06
2620 Log: Subject: [PATCH] Documentation changes for CLONE
2621 From: Artur Bergman <artur@contiller.se>
2622 Date: Mon, 18 Jun 2001 22:06:37 +0200
2623 Message-ID: <B7542BEC.1719%artur@contiller.se>
2624 Branch: perl
2625 ! pod/perlmod.pod pod/perlsub.pod
2626____________________________________________________________________________
2627[ 10693] By: jhi on 2001/06/18 22:31:38
2628 Log: Subject: Re: configure.com
2629 From: "Craig A. Berry" <craigberry@mac.com>
2630 Date: Mon, 18 Jun 2001 16:04:38 -0500
2631 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
2632 Branch: perl
2633 ! configure.com
2634____________________________________________________________________________
2635[ 10692] By: jhi on 2001/06/18 22:30:43
2636 Log: Subject: PL_nullstash + perl_clone()
2637 From: Doug MacEachern <dougm@covalent.net>
2638 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
2639 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
2640 Branch: perl
2641 ! sv.c
2642____________________________________________________________________________
2643[ 10691] By: jhi on 2001/06/18 22:26:20
2644 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
2645 From: davem@fdgroup.co.uk
2646 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
2647 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
2648 Branch: perl
2649 ! embed.pl pod/perlapi.pod
2650____________________________________________________________________________
2651[ 10690] By: jhi on 2001/06/18 22:17:05
2652 Log: More cross-compilation defaults gleaned from -Dcc
2653 if it is CPU-OS-gcc.
2654 Branch: metaconfig
2655 ! U/modified/libc.U
2656 Branch: metaconfig/U/perl
2657 ! Cross.U
2658 Branch: perl
2659 ! Configure INSTALL
2660____________________________________________________________________________
2661[ 10689] By: jhi on 2001/06/18 13:59:47
2662 Log: Update Changes.
2663 Branch: perl
2664 ! Changes patchlevel.h
2665____________________________________________________________________________
d53fedae
JH
2666[ 10688] By: jhi on 2001/06/18 13:44:18
2667 Log: Subject: [PATCH 5.7.1] sv.c documentation
2668 From: davem@fdgroup.co.uk
2669 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
2670 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
2671 Branch: perl
2672 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
2673 ! sv.c sv.h
2674____________________________________________________________________________
2675[ 10687] By: jhi on 2001/06/18 13:38:03
2676 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
2677 From: "Jon Gunnip" <jongunnip@hotmail.com>
2678 Date: Sun, 17 Jun 2001 18:24:29 -0400
2679 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
2680 Branch: perl
2681 ! pod/perlvar.pod
2682____________________________________________________________________________
2683[ 10686] By: jhi on 2001/06/18 13:32:13
2684 Log: Move the locale/strict/warnings helper files back
2685 under the t/lib; this way the amount of non-installabled
2686 stuff under lib/ stays smaller.
2687 Branch: perl
2688 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
2689 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
2690 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
2691 + t/lib/warnings/5nolint t/lib/warnings/6default
2692 + t/lib/warnings/7fatal t/lib/warnings/8signal
2693 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
2694 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
2695 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
2696 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
2697 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
2698 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
2699 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
2700 + t/lib/warnings/taint t/lib/warnings/toke
2701 + t/lib/warnings/universal t/lib/warnings/utf8
2702 + t/lib/warnings/util
2703 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
2704 - lib/strict/subs lib/strict/vars lib/warnings/1global
2705 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
2706 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
2707 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
2708 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
2709 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
2710 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
2711 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
2712 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
2713 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
2714 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
2715 - lib/warnings/utf8 lib/warnings/util
2716 ! MANIFEST installperl lib/locale.t lib/strict.t
2717____________________________________________________________________________
2718[ 10685] By: jhi on 2001/06/18 13:11:49
2719 Log: Split off the pack/unpack code, from Nicholas Clark.
2720 Branch: perl
2721 + pp_pack.c
2722 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
2723 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
2724 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2725____________________________________________________________________________
2726[ 10684] By: jhi on 2001/06/18 12:25:55
2727 Log: Guard the SysV IPC tests against being invoked in
2728 SysV-IPC-less places.
2729 Branch: perl
2730 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2731____________________________________________________________________________
2732[ 10683] By: nick on 2001/06/18 12:24:42
2733 Log: Integrate mainline (new test scheme now ok on Linux).
2734 Branch: perlio
2735 +> lib/warnings.t
2736 !> dump.c sv.c
2737____________________________________________________________________________
2738[ 10682] By: jhi on 2001/06/18 12:20:50
2739 Log: Add the locale.c and numeric.c to the microperl sources.
2740 Branch: perl
2741 ! Makefile.micro win32/Makefile
2742____________________________________________________________________________
2743[ 10681] By: jhi on 2001/06/18 11:57:45
2744 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
2745 From: Abhijit Menon-Sen <ams@wiw.org>
2746 Date: Mon, 18 Jun 2001 14:23:44 +0530
2747 Message-ID: <20010618142344.A13136@lustre.linux.in>
2748 Branch: perl
2749 ! dump.c
2750____________________________________________________________________________
2751[ 10680] By: jhi on 2001/06/18 11:56:12
2752 Log: Subject: Re: [PATCH] more anonymous stash cleanups
2753 From: Abhijit Menon-Sen <ams@wiw.org>
2754 Date: Mon, 18 Jun 2001 15:50:32 +0530
2755 Message-ID: <20010618155032.A13223@lustre.linux.in>
2756
2757 Plus the comment left in as suggested by NI-S.
2758 Branch: perl
2759 ! sv.c
2760____________________________________________________________________________
2761[ 10679] By: jhi on 2001/06/18 11:49:27
2762 Log: One missed file.
2763 Branch: perl
2764 + lib/warnings.t
2765____________________________________________________________________________
2766[ 10678] By: nick on 2001/06/18 08:05:29
2767 Log: Integrate mainline (part2 - the deletes)
2768 Branch: perlio
2769 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
2770 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
2771 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
2772 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
2773 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
2774 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
2775 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
2776 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
2777 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
2778 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
2779 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
2780____________________________________________________________________________
2781[ 10677] By: nick on 2001/06/18 08:04:44
2782 Log: Integrate mainline (part1)
2783 Branch: perlio
2784 +> (branch 376 files)
2785 - (delete 219 files)
2786 !> (integrate 151 files)
2787____________________________________________________________________________
2788[ 10676] By: jhi on 2001/06/18 04:17:15
2789 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
2790 No doubt I made some mistakes like missed some files or
2791 misnamed some files. The naming rules were more or less:
2792 (1) if the module is from CPAN, follows its ways, be it
2793 t/*.t or test.pl.
2794 (2) otherwise if there are multiple tests for a module
2795 put them in a t/
2796 (3) otherwise if there's only one test put it in Module.t
2797 (4) helper files go to module/ (locale, strict, warnings)
2798 (5) use longer filenames now that we can (but e.g. the
2799 compat-0.6.t and the Text::Balanced test files still
2800 were renamed to be more civil against the 8.3 people)
2801 installperl was updated appropriately not to install the
2802 *.t files or the help files from under lib.
2803
2804 TODO: some helper files still remain under t/ that could
2805 follow their 'masters'. UPDATE: On second thoughts, why
2806 should they. They can continue to live under t/lib, and
2807 in fact the locale/strict/warnings helpers that were moved
2808 could be moved back. This way the amount of non-installable
2809 stuff under lib/ stays smaller.
2810 Branch: perl
2811 + (add 253 files)
2812 - (delete 254 files)
2813 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
2814____________________________________________________________________________
2815[ 10675] By: jhi on 2001/06/18 03:15:02
2816 Log: The warning no more comes from util.c, it comes from numeric.c.
2817 Branch: perl
2818 ! README.tru64
2819____________________________________________________________________________
2820[ 10674] By: jhi on 2001/06/18 00:56:22
2821 Log: Subject: Re: anyone good at casting spells?
2822 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2823 Date: Sun, 17 Jun 2001 21:21:04 -0400
2824 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
2825 Branch: perl
2826 ! ext/POSIX/POSIX.xs hv.h
2827____________________________________________________________________________
2828[ 10673] By: jhi on 2001/06/17 22:24:53
2829 Log: Protect the (original) thread tests against testing if no 5.005
2830 threads have been configured.
2831 Branch: perl
2832 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2833 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2834 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2835 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2836 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2837 ! ext/Thread/unsync4.t
2838____________________________________________________________________________
2839[ 10672] By: jhi on 2001/06/17 22:09:28
2840 Log: Try the new test scanning scheme on Text::Abbrev.
2841 Branch: perl
2842 + lib/Text/Abbrev.t
2843 - lib/Text/Abbrev/t/abbrev.t
2844 ! MANIFEST
2845____________________________________________________________________________
2846[ 10671] By: jhi on 2001/06/17 22:07:08
2847 Log: Change the scan policy of the *.t and test.pl files,
2848 now the *.t do not need to live in a t/ directory.
2849 Branch: perl
2850 ! t/TEST t/harness
2851____________________________________________________________________________
2852[ 10670] By: jhi on 2001/06/17 20:32:35
2853 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
2854 From: Ilmari Karonen <iltzu@sci.fi>
2855 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
2856 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
2857 Branch: perl
2858 ! pod/perlfaq7.pod
2859____________________________________________________________________________
2860[ 10669] By: jhi on 2001/06/17 20:30:22
2861 Log: Quench the warnings from Tru64; the HP-UX is still
2862 broken because it really, REALLY, doesn't like the
2863 HvARRAY() being lvalue:
2864
2865 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
2866 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
2867 Branch: perl
2868 ! hv.c
2869____________________________________________________________________________
2870[ 10668] By: jhi on 2001/06/17 19:13:24
2871 Log: Integrate change #10667 from maintperl:
2872
2873 change#10449 broke the special-case that makes lexicals inside the
2874 eval"" within DB::DB() visible
2875 Branch: perl
2876 !> op.c
2877____________________________________________________________________________
2878[ 10667] By: gsar on 2001/06/17 19:08:27
2879 Log: change#10449 broke the special-case that makes lexicals inside the
2880 eval"" within DB::DB() visible
2881 Branch: maint-5.6/perl
2882 ! op.c
2883____________________________________________________________________________
2884[ 10666] By: jhi on 2001/06/17 17:50:07
2885 Log: Still spurious output; indent the code a bit.
2886
2887 TODO1: separate the utility functions like MkDir
2888 into a helper script?
2889
2890 TODO2: I see a lot of repetition in the filepath()
2891 and dirpath() calls.
2892 Branch: perl
2893 ! t/lib/filefind.t t/lib/findtaint.t
2894____________________________________________________________________________
2895[ 10665] By: jhi on 2001/06/17 16:59:42
2896 Log: Regen modlib, toc.
2897 Branch: perl
2898 ! pod/perlmodlib.pod pod/perltoc.pod
2899____________________________________________________________________________
2900[ 10664] By: jhi on 2001/06/17 16:55:28
2901 Log: Add libnetcfg to perlutil.
2902 Branch: perl
2903 ! pod/perlutil.pod
2904____________________________________________________________________________
2905[ 10663] By: jhi on 2001/06/17 16:53:29
2906 Log: Initial integration of libnet-1.0703.
2907 The Configure script renamed as libnetcfg, will be
2908 installed along other utilities.
2909 Branch: perl
2910 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
2911 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
2912 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
2913 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
2914 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
2915 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
2916 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
2917 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
2918 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
2919 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
2920 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
2921 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2922 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
2923 + utils/libnetcfg.PL
2924 ! MANIFEST utils.lst utils/Makefile
2925____________________________________________________________________________
2926[ 10662] By: jhi on 2001/06/17 15:37:32
2927 Log: Less potentially test-harness-confusing output.
2928 Branch: perl
2929 ! lib/Memoize/t/expire_module_t.t
2930____________________________________________________________________________
2931[ 10661] By: jhi on 2001/06/17 15:31:04
2932 Log: The final print annoys make test.
2933 Branch: perl
2934 ! t/lib/filefind.t t/lib/findtaint.t
2935____________________________________________________________________________
2936[ 10660] By: jhi on 2001/06/17 14:00:21
2937 Log: Add an option for handling dangling symbolic links.
2938 Branch: perl
2939 ! lib/File/Find.pm t/lib/filefind.t
2940____________________________________________________________________________
2941[ 10659] By: jhi on 2001/06/17 13:45:48
2942 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
2943 From: Thomas Wegner <wegner_thomas@yahoo.com>
2944 Date: Sun, 17 Jun 2001 14:43:11 +0200
2945 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
2946 Branch: perl
2947 + t/lib/findtaint.t
2948 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
2949____________________________________________________________________________
2950[ 10658] By: jhi on 2001/06/17 13:13:25
2951 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
2952 From: Jonathan Stowe <gellyfish@gellyfish.com>
2953 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
2954 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
2955 Branch: perl
2956 ! lib/ExtUtils/MM_Unix.pm
2957____________________________________________________________________________
2958[ 10657] By: jhi on 2001/06/17 13:12:25
2959 Log: Subject: [PATCH] more anonymous stash cleanups
2960 From: Abhijit Menon-Sen <ams@wiw.org>
2961 Date: Sun, 17 Jun 2001 11:44:06 +0530
2962 Message-ID: <20010617114406.A25203@lustre.linux.in>
2963 Branch: perl
2964 ! op.c
2965____________________________________________________________________________
2966[ 10656] By: jhi on 2001/06/17 13:11:11
2967 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
2968 From: Abhijit Menon-Sen <ams@wiw.org>
2969 Date: Sun, 17 Jun 2001 08:02:59 +0530
2970 Message-ID: <20010617080259.A28776@lustre.linux.in>
2971
2972 Subject: [PATCH #2/7] xhv_eiter
2973 From: Abhijit Menon-Sen <ams@wiw.org>
2974 Date: Sun, 17 Jun 2001 08:13:18 +0530
2975 Message-ID: <20010617081318.B28776@lustre.linux.in>
2976
2977 Subject: [PATCH #3/7] xhv_fill
2978 From: Abhijit Menon-Sen <ams@wiw.org>
2979 Date: Sun, 17 Jun 2001 08:25:16 +0530
2980 Message-ID: <20010617082516.C28776@lustre.linux.in>
2981
2982 Subject: [PATCH #4/7] xhv_keys
2983 From: Abhijit Menon-Sen <ams@wiw.org>
2984 Date: Sun, 17 Jun 2001 08:36:17 +0530
2985 Message-ID: <20010617083617.D28776@lustre.linux.in>
2986
2987 Subject: [PATCH #5/7] xhv_max
2988 From: Abhijit Menon-Sen <ams@wiw.org>
2989 Date: Sun, 17 Jun 2001 08:39:48 +0530
2990 Message-ID: <20010617083948.E28776@lustre.linux.in>
2991
2992 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
2993 From: Abhijit Menon-Sen <ams@wiw.org>
2994 Date: Sun, 17 Jun 2001 08:51:11 +0530
2995 Message-ID: <20010617085111.F28776@lustre.linux.in>
2996 Branch: perl
2997 ! hv.c
2998____________________________________________________________________________
2999[ 10655] By: jhi on 2001/06/16 23:32:03
3000 Log: Update Changes.
3001 Branch: perl
3002 ! Changes patchlevel.h
3003____________________________________________________________________________
f66cedcd
JH
3004[ 10654] By: jhi on 2001/06/16 23:18:37
3005 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
3006 From: Abhijit Menon-Sen <ams@wiw.org>
3007 Date: Sat, 16 Jun 2001 07:41:19 +0530
3008 Message-ID: <20010616074119.A24720@lustre.linux.in>
3009 Branch: perl
3010 ! hv.c perl.c vms/vmsish.h win32/win32.h
3011____________________________________________________________________________
3012[ 10653] By: jhi on 2001/06/16 23:15:11
3013 Log: Document tests failing when threaded, since we now have more.
3014 Branch: perl
3015 ! pod/perl572delta.pod
3016____________________________________________________________________________
3017[ 10652] By: jhi on 2001/06/16 23:12:19
3018 Log: -Wall cleanup.
3019 Branch: perl
3020 ! ext/Thread/Thread.xs
3021____________________________________________________________________________
3022[ 10651] By: jhi on 2001/06/16 23:06:55
3023 Log: pthread_attr_setstacksize() isn't absolutely necessary
3024 to call, only iff THREAD_CREATE_NEEDS_STACK.
3025 Branch: perl
3026 ! ext/Thread/Thread.xs
3027____________________________________________________________________________
3028[ 10650] By: jhi on 2001/06/16 22:58:48
3029 Log: -Wall strays.
3030 Branch: perl
3031 ! perl.c util.c
3032____________________________________________________________________________
3033[ 10649] By: jhi on 2001/06/16 22:47:40
3034 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
3035 (and INT64_MIN) brokenness.
3036 Branch: perl
3037 ! hints/darwin.sh perl.h
3038____________________________________________________________________________
3039[ 10648] By: jhi on 2001/06/16 22:27:48
3040 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
3041 From: Nicholas Clark <nick@ccl4.org>
3042 Date: Sun, 17 Jun 2001 00:16:05 +0100
3043 Message-ID: <20010617001605.V98663@plum.flirble.org>
3044 Branch: perl
3045 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
3046 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3047 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3048____________________________________________________________________________
3049[ 10647] By: jhi on 2001/06/16 22:24:47
3050 Log: Add perlnetware to docs; regen toc; supply skeleton
3051 docs for some Memoize submodules.
3052 Branch: perl
3053 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
3054 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
3055 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
3056 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
3057 ! win32/Makefile win32/makefile.mk
3058____________________________________________________________________________
3059[ 10646] By: jhi on 2001/06/16 22:06:52
3060 Log: pod cleanup.
3061 Branch: perl
3062 ! README.netware
3063____________________________________________________________________________
3064[ 10645] By: jhi on 2001/06/16 21:47:00
3065 Log: Integrate Memoize 0.64. Few tweaks were required in
3066 the test scripts. Note that the speed and expire*
3067 tests take several dozen seconds to run.
3068 Branch: perl
3069 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
3070 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
3071 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
3072 + lib/Memoize/README lib/Memoize/SDBM_File.pm
3073 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
3074 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
3075 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
3076 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
3077 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
3078 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
3079 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
3080 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
3081 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
3082 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
3083 ! MANIFEST t/lib/1_compile.t
3084____________________________________________________________________________
3085[ 10644] By: jhi on 2001/06/16 20:35:49
3086 Log: Document the cross-compilation options.
3087 Branch: perl
3088 ! Cross/README INSTALL
3089____________________________________________________________________________
3090[ 10643] By: jhi on 2001/06/16 19:46:38
3091 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
3092 Branch: perl
3093 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
3094 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
3095 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
3096 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
3097 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
3098 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
3099 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
3100 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
3101 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
3102 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
3103 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
3104 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
3105 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
3106 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
3107 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
3108 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
3109 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
3110 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
3111 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
3112 + lib/ExtUtils/MM_NW5.pm
3113 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
3114 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
3115 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
3116 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
3117 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
3118 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
3119 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
3120 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
3121 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
3122 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
3123 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
3124 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
3125 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
3126 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
3127 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
3128 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
3129 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
3130 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
3131 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
3132 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
3133 ! util.h x2p/a2py.c
3134____________________________________________________________________________
3135[ 10642] By: jhi on 2001/06/16 19:16:04
3136 Log: Resort MANIFEST.
3137 Branch: perl
3138 ! MANIFEST
3139____________________________________________________________________________
3140[ 10641] By: jhi on 2001/06/16 18:52:26
3141 Log: Integrate perlio.
3142 Branch: perl
3143 +> win32/win32io.c
3144 !> MANIFEST perlio.c perliol.h win32/makefile.mk
3145____________________________________________________________________________
3146[ 10640] By: nick on 2001/06/16 18:38:31
3147 Log: Disable :win32 layer as default till I get it working
3148 Branch: perlio
3149 ! MANIFEST perlio.c
3150____________________________________________________________________________
3151[ 10639] By: jhi on 2001/06/16 18:35:46
3152 Log: Try the new scheme by moving the Text::Abbrev test
3153 to a new place under lib.
3154 Branch: perl
3155 + lib/Text/Abbrev/t/abbrev.t
3156 - t/lib/abbrev.t
3157 ! MANIFEST
3158____________________________________________________________________________
3159[ 10638] By: jhi on 2001/06/16 18:34:30
3160 Log: Make the code even more dynamical so that testname
3161 suffix length can change.
3162 Branch: perl
3163 ! lib/Test/Harness.pm t/TEST
3164____________________________________________________________________________
3165[ 10637] By: jhi on 2001/06/16 18:16:28
3166 Log: Allow for deeper t/ and also a single test.pl.
3167 Branch: perl
3168 ! t/TEST t/harness
3169____________________________________________________________________________
3170[ 10636] By: jhi on 2001/06/16 18:13:59
3171 Log: #define fix from Nicholas Clark.
3172 Branch: perl
3173 ! ext/POSIX/POSIX.xs
3174____________________________________________________________________________
3175[ 10635] By: jhi on 2001/06/16 17:50:43
3176 Log: Initialization is nice.
3177 Branch: perl
3178 ! lib/Test/Harness.pm
3179____________________________________________________________________________
3180[ 10634] By: jhi on 2001/06/16 17:38:53
3181 Log: Make t/TEST and t/harness to test also the t/ tests
3182 under the main lib/ and ext/ directories. Fix Test::Harness
3183 to dynamically change the width of its "foo/bar....ok" output.
3184 Branch: perl
3185 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
3186____________________________________________________________________________
3187[ 10633] By: jhi on 2001/06/16 16:58:57
3188 Log: Subject: [PATCH] Re: perl@10611
3189 From: Nicholas Clark <nick@ccl4.org>
3190 Date: Sat, 16 Jun 2001 16:52:47 +0100
3191 Message-ID: <20010616165247.O98663@plum.flirble.org>
3192
3193 The .xs parts, too.
3194 Branch: perl
3195 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
3196 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
3197____________________________________________________________________________
3198[ 10632] By: nick on 2001/06/16 16:44:35
3199 Log: Work-in-progress win32 layer semi-functional, checking
3200 for UNIX breakage.
3201 Branch: perlio
3202 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
3203____________________________________________________________________________
3204[ 10631] By: jhi on 2001/06/16 16:40:30
3205 Log: Subject: [PATCH] Re: perl@10611
3206 From: Nicholas Clark <nick@ccl4.org>
3207 Date: Sat, 16 Jun 2001 16:52:47 +0100
3208 Message-ID: <20010616165247.O98663@plum.flirble.org>
3209 Branch: perl
3210 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
3211 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
3212 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
3213 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
3214 ! lib/ExtUtils/Constant.pm
3215____________________________________________________________________________
3216[ 10630] By: jhi on 2001/06/16 15:11:38
3217 Log: Metaconfig unit change for #10629.
3218 Branch: metaconfig
3219 ! U/modified/Finish.U
3220____________________________________________________________________________
3221[ 10629] By: jhi on 2001/06/16 15:11:10
3222 Log: The extraction changed directories.
3223 Branch: perl
3224 ! Configure
3225____________________________________________________________________________
3226[ 10628] By: jhi on 2001/06/16 14:59:38
3227 Log: Math::BigInt 1.35 from Tels.
3228 Branch: perl
3229 + t/lib/mbimbf.t
3230 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3231 ! t/lib/bigfltpm.t t/lib/bigintpm.t
3232____________________________________________________________________________
3233[ 10627] By: nick on 2001/06/16 14:54:52
3234 Log: Work in progress UNIX-side edit of win32 PerLIO layer
3235 Branch: perlio
3236 + win32/win32io.c
3237 ! perlio.c win32/makefile.mk
3238____________________________________________________________________________
3239[ 10626] By: jhi on 2001/06/16 14:01:50
3240 Log: Subject: [PATCH 5.6.1] os2/diff-configure
3241 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3242 Date: Fri, 15 Jun 2001 01:19:36 -0400
3243 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
3244
3245 Empty all of it because I think #10624 made even the
3246 last patch hunk unnecessary.
3247 Branch: perl
3248 ! os2/diff.configure
3249____________________________________________________________________________
3250[ 10625] By: jhi on 2001/06/16 13:58:34
3251 Log: Metaconfig unit change for 10624.
3252 Branch: metaconfig
3253 ! U/modified/libc.U
3254 Branch: perl
3255 ! config_h.SH
3256____________________________________________________________________________
3257[ 10624] By: jhi on 2001/06/16 13:58:13
3258 Log: Move the initialization of libnames to the beginning so
3259 that can one 'seed' it (as OS/2 does.)
3260 Branch: perl
3261 ! Configure
3262____________________________________________________________________________
3263[ 10623] By: jhi on 2001/06/16 13:47:54
3264 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
3265 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3266 Date: Fri, 15 Jun 2001 19:10:57 -0400
3267 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
3268 Branch: perl
3269 ! os2/OS2/REXX/DLL/DLL.pm
3270____________________________________________________________________________
3271[ 10622] By: jhi on 2001/06/16 13:29:42
3272 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
3273 From: "Craig A. Berry" <craigberry@mac.com>
3274 Date: Fri, 15 Jun 2001 17:00:03 -0500
3275 Message-Id: <a05101007b750342599be@[172.16.52.1]>
3276 Branch: perl
3277 ! vms/descrip_mms.template
3278____________________________________________________________________________
3279[ 10621] By: jhi on 2001/06/16 13:28:37
3280 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
3281 From: "Craig A. Berry" <craigberry@mac.com>
3282 Date: Fri, 15 Jun 2001 18:39:42 -0500
3283 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
3284 Branch: perl
3285 ! lib/File/Spec/VMS.pm t/lib/extutils.t
3286____________________________________________________________________________
3287[ 10620] By: jhi on 2001/06/16 13:25:06
3288 Log: Integrate perlio.
3289 Branch: perl
3290 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
3291 !> t/io/utf8.t t/lib/io_scalar.t
3292____________________________________________________________________________
3293[ 10619] By: nick on 2001/06/15 21:05:19
3294 Log: Generated files
3295 Branch: perlio
3296 ! embed.h proto.h
3297____________________________________________________________________________
3298[ 10618] By: nick on 2001/06/15 20:27:42
3299 Log: Fix open.pm to work via XS-implemented method calls rather
3300 than *open::layers variables which caused all the HV/AV hassle.
3301 Branch: perlio
3302 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
3303 ! t/lib/io_scalar.t
3304____________________________________________________________________________
3305[ 10617] By: jhi on 2001/06/15 18:50:53
3306 Log: Integrate perlio.
3307 Branch: perl
3308 !> lib/ExtUtils/Constant.pm
3309____________________________________________________________________________
3310[ 10616] By: nick on 2001/06/15 18:46:47
3311 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
3312 Branch: perlio
3313 ! lib/ExtUtils/Constant.pm
3314____________________________________________________________________________
3315[ 10615] By: jhi on 2001/06/15 18:36:43
3316 Log: Integrate perlio.
3317 Branch: perl
3318 !> ext/Socket/Socket.xs
3319____________________________________________________________________________
3320[ 10614] By: nick on 2001/06/15 18:33:37
3321 Log: MULTIPLICITY fix for Socket.xs
3322 Branch: perlio
3323 ! ext/Socket/Socket.xs
3324____________________________________________________________________________
3325[ 10613] By: jhi on 2001/06/15 16:34:06
3326 Log: Subject: Re: perl@10611
3327 From: Doug MacEachern <dougm@covalent.net>
3328 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
3329 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
3330 Branch: perl
3331 ! ext/Socket/Socket.xs
3332____________________________________________________________________________
3333[ 10612] By: nick on 2001/06/15 16:14:38
3334 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
3335 Branch: perlio
3336 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3337 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
3338 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
3339 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
3340 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3341 !> utils/h2ph.PL
3342____________________________________________________________________________
3343[ 10611] By: jhi on 2001/06/15 14:29:04
3344 Log: Update Changes.
3345 Branch: perl
3346 ! Changes patchlevel.h
3347____________________________________________________________________________
377d47e7
JH
3348[ 10610] By: jhi on 2001/06/15 14:20:33
3349 Log: Upping the test count.
3350 Branch: perl
3351 ! t/lib/filefind.t
3352____________________________________________________________________________
3353[ 10609] By: jhi on 2001/06/15 14:13:29
3354 Log: Integrate perlio.
3355 Branch: perl
3356 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3357____________________________________________________________________________
3358[ 10608] By: jhi on 2001/06/15 14:12:31
3359 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
3360 From: andreas.koenig@anima.de (Andreas J. Koenig)
3361 Date: 15 Jun 2001 13:30:39 +0200
3362 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
3363
3364 Record the grim history.
3365 Branch: perl
3366 ! lib/File/Find.pm
3367____________________________________________________________________________
3368[ 10607] By: jhi on 2001/06/15 14:08:19
3369 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
3370 From: Brian McCauley <nobull@mail.com>
3371 Date: 15 Jun 2001 07:51:26 +0100
3372 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
3373 Branch: perl
3374 ! lib/File/Find.pm t/lib/filefind.t
3375____________________________________________________________________________
3376[ 10606] By: nick on 2001/06/15 14:00:08
3377 Log: regen_config_h for Win32.
3378 Branch: perlio
3379 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3380____________________________________________________________________________
3381[ 10605] By: jhi on 2001/06/15 13:49:55
3382 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
3383 From: Peter Prymmer <pvhp@forte.com>
3384 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
3385 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
3386 Branch: perl
3387 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3388____________________________________________________________________________
3389[ 10604] By: jhi on 2001/06/15 13:45:03
3390 Log: Some filesystems require writability for rename/unlink.
3391 Branch: perl
3392 ! opcode.pl
3393____________________________________________________________________________
3394[ 10603] By: jhi on 2001/06/15 13:41:34
3395 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
3396 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3397 Date: Fri, 15 Jun 2001 12:08:53 +0200
3398 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
3399 Branch: perl
3400 ! perlio.c
3401____________________________________________________________________________
3402[ 10602] By: jhi on 2001/06/15 13:27:04
3403 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
3404 From: Mike Guy <mjtg@cam.ac.uk>
3405 Date: Fri, 15 Jun 2001 14:11:49 +0100
3406 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
3407 Branch: perl
3408 ! opcode.pl
3409____________________________________________________________________________
3410[ 10601] By: jhi on 2001/06/15 13:21:18
3411 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
3412 From: Nicholas Clark <nick@ccl4.org>
3413 Date: Thu, 14 Jun 2001 23:52:56 +0100
3414 Message-ID: <20010614235256.G98663@plum.flirble.org>
3415 Branch: perl
3416 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3417 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3418____________________________________________________________________________
3419[ 10600] By: jhi on 2001/06/15 13:16:56
3420 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
3421 From: Russ Allbery <rra@stanford.edu>
3422 Date: 14 Jun 2001 13:24:43 -0700
3423 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
3424 Branch: perl
3425 ! ext/GDBM_File/GDBM_File.pm
3426____________________________________________________________________________
3427[ 10599] By: jhi on 2001/06/15 13:15:26
3428 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
3429 From: Nicholas Clark <nick@ccl4.org>
3430 Date: Thu, 14 Jun 2001 20:37:47 +0100
3431 Message-ID: <20010614203747.F98663@plum.flirble.org>
3432 Branch: perl
3433 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3434 ! t/lib/gdbm.t
3435____________________________________________________________________________
3436[ 10598] By: jhi on 2001/06/15 13:13:13
3437 Log: Integrate perlio.
3438 Branch: perl
3439 !> makedef.pl sv.c
3440____________________________________________________________________________
3441[ 10597] By: nick on 2001/06/15 11:08:13
3442 Log: Check that HVs with HvNAME() != NULL are really stashes before
3443 treating them as such. Also be more defensive on the GvCV.
3444 Win32 fork and dprof now working again.
3445 Branch: perlio
3446 ! sv.c
3447____________________________________________________________________________
3448[ 10596] By: nick on 2001/06/15 10:11:20
3449 Log: Integrate mainline.
3450 Branch: perlio
3451 +> Cross/README
3452 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3453 !> Porting/config_H config_h.SH configure.com epoc/config.sh
3454 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
3455 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3456 !> vos/config.ga.h win32/config.bc win32/config.gc
3457 !> win32/config.vc win32/config_H.bc win32/config_H.gc
3458 !> win32/config_H.vc
3459____________________________________________________________________________
3460[ 10595] By: nick on 2001/06/15 09:37:17
3461 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
3462 - Win32 (VC++) now builds but fails:
3463 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
3464 fork.t - No &___ENV_HV_NAME___::CLONE method ???
3465 write.t - open(...,"|-") not implemented on Win32
3466 Branch: perlio
3467 ! makedef.pl
3468____________________________________________________________________________
3469[ 10594] By: jhi on 2001/06/15 00:17:16
3470 Log: Integrate perlio.
3471 Branch: perl
3472 !> perlio.c win32/makefile.mk
3473____________________________________________________________________________
3474[ 10593] By: jhi on 2001/06/15 00:16:44
3475 Log: Metaconfig unit changes for #10592.
3476 Branch: metaconfig
3477 + U/modified/i_varhdr.U U/modified/startsh.U
3478 - U/a_dvisory/crosscompile.U U/target/Target.U
3479 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3480 ! U/compline/bitpbyte.U U/compline/byteorder.U
3481 ! U/compline/ccflags.U U/compline/charsize.U
3482 ! U/compline/d_casti32.U U/compline/d_castneg.U
3483 ! U/compline/d_closedir.U U/compline/d_fd_set.U
3484 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
3485 ! U/compline/d_keepsig.U U/compline/d_open3.U
3486 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
3487 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
3488 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
3489 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
3490 ! U/compline/doublesize.U U/compline/floatsize.U
3491 ! U/compline/nblock_io.U U/compline/orderlib.U
3492 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
3493 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
3494 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
3495 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
3496 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
3497 ! U/modified/spitshell.U U/threads/archname.U
3498 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3499 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
3500 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
3501 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
3502 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3503 Branch: metaconfig/U/perl
3504 + Cross.U
3505 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
3506 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
3507 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
3508 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
3509 ! stdio_streams.U uselfs.U
3510____________________________________________________________________________
3511[ 10592] By: jhi on 2001/06/15 00:15:52
3512 Log: The first steps towards cross-compilation.
3513
3514 Abstract execution of compiled test executables with $run,
3515 and abstract transfer of files with $to and $from.
3516
3517 Under cross-compilation the $run, $to, and $from will point
3518 to appropriate wrapper scripts, by default ssh and scp,
3519 but also rsh, rcp, and cp are supported. If not
3520 cross-compiling, they will be set to '', ':', and ':',
3521 respectively.
3522
3523 With these patches I was able to get Configure for
3524 iPAQ ARM Linux on an Intel Linux about 95% right
3525 (only a few tests failed to execute or they produced
3526 incorrect results), and I was able to compile
3527 a functional miniperl.
3528
3529 The symbol crosscompile renamed to be usecrosscompile,
3530 the corresponding C symbol from CROSSCOMPILE to
3531 USE_CROSS_COMPILE.
3532 Branch: perl
3533 ! Configure Cross/README Makefile.SH Porting/Glossary
3534 ! Porting/config.sh Porting/config_H config_h.SH configure.com
3535 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
3536 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3537 ! vos/config.ga.def vos/config.ga.h win32/config.bc
3538 ! win32/config.gc win32/config.vc win32/config_H.bc
3539 ! win32/config_H.gc win32/config_H.vc
3540____________________________________________________________________________
3541[ 10591] By: nick on 2001/06/14 20:00:12
3542 Log: Steps along the road toward Win32 building again.
3543 Branch: perlio
3544 ! perlio.c win32/makefile.mk
3545____________________________________________________________________________
3546[ 10590] By: jhi on 2001/06/14 16:11:11
3547 Log: Integrate perlio.
3548 Branch: perl
3549 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3550____________________________________________________________________________
3551[ 10589] By: nick on 2001/06/14 13:54:07
3552 Log: Routine regen_config_h for Win32
3553 Branch: perlio
3554 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3555____________________________________________________________________________
3556[ 10588] By: jhi on 2001/06/14 12:30:46
3557 Log: Integrate perlio.
3558 Branch: perl
3559 +> perlyline.pl
3560 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
3561____________________________________________________________________________
3562[ 10587] By: jhi on 2001/06/14 12:23:24
3563 Log: A placeholder.
3564 Branch: perl
3565 + Cross/README
3566____________________________________________________________________________
3567[ 10586] By: nick on 2001/06/14 08:25:07
3568 Log: Add new step to run_byacc which:
3569 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
3570 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
3571 Branch: perlio
3572 + perlyline.pl
3573 ! MANIFEST Makefile.SH perly.c
3574____________________________________________________________________________
3575[ 10585] By: nick on 2001/06/14 08:22:29
3576 Log: Integrate mainline
3577 Branch: perlio
3578 +> locale.c numeric.c
3579 !> Changes cygwin/Makefile.SHs embed.h embed.pl
3580 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
3581 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
3582 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
3583 !> x2p/Makefile.SH
3584____________________________________________________________________________
3585[ 10584] By: nick on 2001/06/14 08:05:53
3586 Log: Hack to remove insecure directories from PATH so test will run.
3587 Branch: perlio
3588 ! t/lib/filefind.t
3589____________________________________________________________________________
3590[ 10583] By: jhi on 2001/06/14 03:11:16
3591 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
3592 Branch: perl
3593 - t/lib/mbimbf.t
3594 ! MANIFEST
3595____________________________________________________________________________
3596[ 10582] By: jhi on 2001/06/14 03:04:51
3597 Log: Detypo.
3598 Branch: perl
3599 ! x2p/Makefile.SH
3600____________________________________________________________________________
3601[ 10581] By: jhi on 2001/06/14 03:03:14
3602 Log: de-$CONFIG continues.
3603 Branch: perl
3604 ! cygwin/Makefile.SHs x2p/Makefile.SH
3605____________________________________________________________________________
3606[ 10580] By: jhi on 2001/06/13 23:56:59
3607 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
3608 From: Nicholas Clark <nick@ccl4.org>
3609 Date: Wed, 13 Jun 2001 21:20:13 +0100
3610 Message-ID: <20010613212013.D98663@plum.flirble.org>
3611 Branch: perl
3612 ! opcode.pl
3613____________________________________________________________________________
3614[ 10579] By: jhi on 2001/06/13 23:55:29
3615 Log: Subject: splitting util.c
3616 From: Hugo <hv@crypt.compulink.co.uk>
3617 Date: Thu, 14 Jun 2001 00:41:08 +0100
3618 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
3619 Branch: perl
3620 + locale.c numeric.c
3621 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
3622 ! pod/perlapi.pod proto.h util.c
3623____________________________________________________________________________
3624[ 10578] By: jhi on 2001/06/13 23:45:11
3625 Log: Upgrade to Math::BigInt 1.34 from Tels.
3626 Branch: perl
3627 + t/lib/mbimbf.t
3628 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3629 ! t/lib/bigfltpm.t t/lib/bigintpm.t
3630____________________________________________________________________________
3631[ 10577] By: nick on 2001/06/13 19:02:48
3632 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
3633 Branch: perlio
3634 !> (integrate 125 files)
3635____________________________________________________________________________
3636[ 10576] By: jhi on 2001/06/13 18:10:01
3637 Log: Update Changes.
3638 Branch: perl
3639 ! Changes patchlevel.h
3640____________________________________________________________________________
76e502b4
JH
3641[ 10575] By: jhi on 2001/06/13 18:05:09
3642 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
3643 From: "Craig A. Berry" <craigberry@mac.com>
3644 Date: Wed, 13 Jun 2001 13:24:28 -0500
3645 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
3646 Branch: perl
3647 ! ext/re/Makefile.PL
3648____________________________________________________________________________
3649[ 10574] By: jhi on 2001/06/13 17:34:36
3650 Log: Mc.u.c. for #10573.
3651 Branch: metaconfig
3652 ! U/threads/usethreads.U
3653____________________________________________________________________________
3654[ 10573] By: jhi on 2001/06/13 17:34:00
3655 Log: It would be also be good if I could type.
3656 Branch: perl
3657 ! Configure
3658____________________________________________________________________________
3659[ 10572] By: jhi on 2001/06/13 17:26:29
3660 Log: Metaconfig unit change for #10571.
3661 Branch: metaconfig
3662 ! U/threads/usethreads.U
3663____________________________________________________________________________
3664[ 10571] By: jhi on 2001/06/13 17:26:05
3665 Log: A non-empty default is a good thing.
3666 Branch: perl
3667 ! Configure
3668____________________________________________________________________________
3669[ 10570] By: jhi on 2001/06/13 17:15:16
3670 Log: Metaconfig unit change for #10569.
3671 Branch: metaconfig
3672 ! U/threads/usethreads.U
3673____________________________________________________________________________
3674[ 10569] By: jhi on 2001/06/13 17:14:17
3675 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
3676 extremely experimental, not even prompted for.
3677 Branch: perl
3678 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3679 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
3680 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
3681 ! win32/config.bc win32/config.gc win32/config.vc
3682____________________________________________________________________________
3683[ 10568] By: jhi on 2001/06/13 16:22:27
3684 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
3685 Branch: perl
3686 ! pod/perlfaq6.pod
3687____________________________________________________________________________
3688[ 10567] By: jhi on 2001/06/13 16:20:23
3689 Log: Integrate perlio; conflicts, accept Nick's versions.
3690 Branch: perl
3691 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3692 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
3693____________________________________________________________________________
3694[ 10566] By: jhi on 2001/06/13 16:17:42
3695 Log: Subject: Re: ext/ + -Wall
3696 From: Doug MacEachern <dougm@covalent.net>
3697 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
3698 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
3699 Branch: perl
3700 ! XSUB.h lib/ExtUtils/xsubpp perl.h
3701____________________________________________________________________________
3702[ 10565] By: jhi on 2001/06/13 16:16:07
3703 Log: Similar logic as DB_File.xs, using the modern macros and
3704 defines them to older ones for older Perls where PERL_VERSION
3705 is not defined, from Doug MacEachern.
3706 Branch: perl
3707 ! ext/Storable/Storable.xs
3708____________________________________________________________________________
3709[ 10564] By: nick on 2001/06/13 15:22:01
3710 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
3711 and using that instead (name lookups are sequential search for now).
3712 Branch: perlio
3713 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3714 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
3715____________________________________________________________________________
3716[ 10563] By: jhi on 2001/06/13 14:07:43
3717 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
3718 From: "Richard Soderberg" <rs@crystalflame.net>
3719 Date: Sat, 26 May 2001 06:44:20 -0700
3720 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
3721 Branch: perl
3722 ! sv.c t/op/glob.t
3723____________________________________________________________________________
3724[ 10562] By: jhi on 2001/06/13 13:55:10
3725 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
3726 From: "Craig A. Berry" <craigberry@mac.com>
3727 Date: Tue, 12 Jun 2001 23:55:26 -0500
3728 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
3729 Branch: perl
3730 ! ext/re/Makefile.PL ext/re/re.xs
3731____________________________________________________________________________
3732[ 10561] By: jhi on 2001/06/13 13:44:58
3733 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
3734 suggested by NI-S.
3735 Branch: perl
3736 ! XSUB.h malloc.c perl.h
3737____________________________________________________________________________
3738[ 10560] By: jhi on 2001/06/13 13:35:42
3739 Log: Regen toc.
3740 Branch: perl
3741 ! pod/perltoc.pod
3742____________________________________________________________________________
3743[ 10559] By: jhi on 2001/06/13 12:53:18
3744 Log: Subject: [patch] perl.gprof control
3745 From: Doug MacEachern <dougm@covalent.net>
3746 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
3747 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
3748 Branch: perl
3749 ! miniperlmain.c perl.h
3750____________________________________________________________________________
3751[ 10558] By: jhi on 2001/06/13 12:51:47
3752 Log: Subject: Re: ext/ + -Wall
3753 From: Doug MacEachern <dougm@covalent.net>
3754 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
3755 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
3756
3757 Document ax and break up dXSARGS.
3758 Branch: perl
3759 ! XSUB.h pod/perlapi.pod
3760____________________________________________________________________________
3761[ 10557] By: jhi on 2001/06/13 12:39:55
3762 Log: More AIX tweakage from Merijn.
3763 Branch: perl
3764 ! hints/aix.sh
3765____________________________________________________________________________
3766[ 10556] By: jhi on 2001/06/13 03:26:58
3767 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
3768 From: "Craig A. Berry" <craigberry@mac.com>
3769 Date: Tue, 12 Jun 2001 22:57:45 -0500
3770 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
3771 Branch: perl
3772 ! vms/descrip_mms.template
3773____________________________________________________________________________
3774[ 10555] By: jhi on 2001/06/13 02:50:43
3775 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
3776 From: "Craig A. Berry" <craigberry@mac.com>
3777 Date: Tue, 12 Jun 2001 22:21:39 -0500
3778 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
3779 Branch: perl
3780 ! configure.com util.c
3781____________________________________________________________________________
3782[ 10554] By: jhi on 2001/06/13 02:23:16
3783 Log: New AIX dynaloading code from Jens-Uwe Mager.
3784 Does break binary compatibility.
3785 Branch: perl
3786 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
3787____________________________________________________________________________
3788[ 10553] By: jhi on 2001/06/13 02:10:16
3789 Log: VMS DEC C compiler found nits by Peter Prymmer.
3790 Branch: perl
3791 ! util.c
3792____________________________________________________________________________
3793[ 10552] By: jhi on 2001/06/13 01:36:12
3794 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
3795 From: Peter Prymmer <pvhp@forte.com>
3796 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
3797 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
3798 Branch: perl
3799 ! t/lib/filecomp.t
3800____________________________________________________________________________
3801[ 10551] By: jhi on 2001/06/13 01:26:53
3802 Log: I wonder how many $CONFIGs still lurk in the shadows.
3803 Branch: perl
3804 ! pod/Makefile.SH x2p/cflags.SH
3805____________________________________________________________________________
3806[ 10550] By: jhi on 2001/06/13 01:25:12
3807 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
3808 Branch: perl
3809 ! pod/checkpods.PL
3810____________________________________________________________________________
3811[ 10549] By: jhi on 2001/06/13 01:05:28
3812 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
3813 Branch: perl
3814 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
3815____________________________________________________________________________
3816[ 10548] By: jhi on 2001/06/13 00:41:28
3817 Log: Subject: [patch] rid local_patches warnings
3818 From: Doug MacEachern <dougm@covalent.net>
3819 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
3820 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
3821 Branch: perl
3822 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
3823____________________________________________________________________________
3824[ 10547] By: jhi on 2001/06/13 00:40:29
3825 Log: Subject: Re: ext/ + -Wall
3826 From: Doug MacEachern <dougm@covalent.net>
3827 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
3828 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
3829 Branch: perl
3830 ! ext/attrs/attrs.xs
3831____________________________________________________________________________
3832[ 10546] By: jhi on 2001/06/13 00:39:06
3833 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
3834 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3835 Date: Tue, 12 Jun 2001 14:36:20 -0400
3836 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
3837 Branch: perl
3838 ! pod/perlretut.pod
3839____________________________________________________________________________
3840[ 10545] By: jhi on 2001/06/13 00:38:02
3841 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
3842 From: Mike Guy <mjtg@cam.ac.uk>
3843 Date: Tue, 12 Jun 2001 19:10:31 +0100
3844 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
3845
3846 Subject: Re: [ID 20010612.001] out of memory during regex compilation
3847 From: Mike Guy <mjtg@cam.ac.uk>
3848 Date: Tue, 12 Jun 2001 19:21:01 +0100
3849 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
3850 Branch: perl
3851 ! pod/perlop.pod
3852____________________________________________________________________________
3853[ 10544] By: jhi on 2001/06/13 00:34:39
3854 Log: AIX tweaks from Merijn H. Brand.
3855 Branch: perl
3856 ! hints/aix.sh
3857____________________________________________________________________________
3858[ 10543] By: jhi on 2001/06/13 00:11:42
3859 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
3860 From: "Brendan O'Dea" <bod@compusol.com.au>
3861 Date: Wed, 13 Jun 2001 05:16:47 +1000
3862 Message-ID: <20010613051647.A8945@compusol.com.au>
3863 Branch: maint-5.6/perl
3864 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3865____________________________________________________________________________
3866[ 10542] By: jhi on 2001/06/13 00:07:50
3867 Log: Subject: Small bcopy cleanup
3868 From: Andy Dougherty <doughera@lafayette.edu>
3869 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
3870 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
3871 Branch: perl
3872 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
3873____________________________________________________________________________
3874[ 10541] By: jhi on 2001/06/13 00:05:18
3875 Log: Subject: [PATCH] Re: ext/ + -Wall
3876 From: Nicholas Clark <nick@ccl4.org>
3877 Date: Wed, 13 Jun 2001 00:04:30 +0100
3878 Message-ID: <20010613000430.M5901@plum.flirble.org>
3879 Branch: perl
3880 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3881____________________________________________________________________________
3882[ 10540] By: jhi on 2001/06/13 00:02:25
3883 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
3884 From: Nicholas Clark <nick@ccl4.org>
3885 Date: Tue, 12 Jun 2001 23:53:07 +0100
3886 Message-ID: <20010612235307.L5901@plum.flirble.org>
3887 Branch: perl
3888 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3889____________________________________________________________________________
3890[ 10539] By: jhi on 2001/06/12 23:59:10
3891 Log: MPE/iX tweaks from Mark Bixby.
3892 Branch: perl
3893 ! hints/mpeix.sh mpeix/mpeixish.h util.c
3894____________________________________________________________________________
3895[ 10538] By: jhi on 2001/06/12 14:16:15
3896 Log: Update Changes.
3897 Branch: perl
3898 ! Changes patchlevel.h
3899____________________________________________________________________________
a8b85033
JH
3900[ 10537] By: jhi on 2001/06/12 14:11:26
3901 Log: One less -Wall whine (found under DEBUGGING).
3902 Branch: perl
3903 ! x2p/Makefile.SH x2p/a2p.c
3904____________________________________________________________________________
3905[ 10536] By: jhi on 2001/06/12 13:32:09
3906 Log: s/case-independent/case-insensitive/g
3907 Branch: perl
3908 ! pod/perldebug.pod
3909____________________________________________________________________________
3910[ 10535] By: jhi on 2001/06/12 13:27:28
3911 Log: As suggested in
3912
3913 Subject: Re: ext/ + -Wall
3914 From: Gurusamy Sarathy <gsar@ActiveState.com>
3915 Date: Mon, 11 Jun 2001 23:34:31 -0700
3916 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
3917 Branch: perl
3918 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
3919 ! perl.h
3920____________________________________________________________________________
3921[ 10534] By: jhi on 2001/06/12 13:13:27
3922 Log: Subject: ext/ + -Wall
3923 From: Doug MacEachern <dougm@covalent.net>
3924 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
3925 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
3926 Branch: perl
3927 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
3928 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
3929 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
3930 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
3931 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
3932 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
3933 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
3934 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
3935 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
3936 ! lib/ExtUtils/xsubpp
3937____________________________________________________________________________
3938[ 10533] By: jhi on 2001/06/12 12:52:57
3939 Log: Subject: [PATCH] anonymous stashes
3940 From: Abhijit Menon-Sen <ams@wiw.org>
3941 Date: Tue, 12 Jun 2001 12:47:04 +0530
3942 Message-ID: <20010612124704.A29029@lustre.linux.in>
3943 Branch: perl
3944 ! dump.c gv.c sv.c xsutils.c
3945____________________________________________________________________________
3946[ 10532] By: jhi on 2001/06/12 12:37:36
3947 Log: One more test for $^S.
3948 Branch: perl
3949 ! t/op/magic.t
3950____________________________________________________________________________
3951[ 10531] By: jhi on 2001/06/12 12:35:02
3952 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
3953 From: Abhijit Menon-Sen <ams@wiw.org>
3954 Date: Tue, 12 Jun 2001 17:35:55 +0530
3955 Message-ID: <20010612173555.A32426@lustre.linux.in>
3956 Branch: perl
3957 ! mg.c t/op/magic.t
3958____________________________________________________________________________
3959[ 10530] By: jhi on 2001/06/12 12:31:11
3960 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
3961 From: Mike Guy <mjtg@cam.ac.uk>
3962 Date: Tue, 12 Jun 2001 13:14:15 +0100
3963 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
3964 Branch: perl
3965 ! pod/perlop.pod
3966____________________________________________________________________________
3967[ 10529] By: jhi on 2001/06/12 12:21:06
3968 Log: AUTHORS updates.
3969 Branch: perl
3970 ! AUTHORS
3971____________________________________________________________________________
3972[ 10528] By: jhi on 2001/06/12 12:19:47
3973 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
3974 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
3975 Content-Transfer-Encoding: 7bit
3976 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
3977 Branch: perl
3978 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
3979____________________________________________________________________________
3980[ 10527] By: jhi on 2001/06/12 11:58:53
3981 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
3982 From: "Philip Newton" <Philip.Newton@gmx.net>
3983 Date: Mon, 11 Jun 2001 07:08:03 +0200
3984 Message-Id: <200106120802.LAA08992@taas.iki.fi>
3985 Branch: perl
3986 ! t/base/term.t
3987____________________________________________________________________________
3988[ 10526] By: jhi on 2001/06/12 01:35:34
3989 Log: Cleanup the a2p.c for -Wall.
3990 Branch: perl
3991 ! x2p/Makefile.SH x2p/a2p.c
3992____________________________________________________________________________
3993[ 10525] By: jhi on 2001/06/12 01:10:56
3994 Log: File::Find update for MacOS from Chris Nandor.
3995 Branch: perl
3996 ! lib/File/Find.pm t/lib/filefind.t
3997____________________________________________________________________________
3998[ 10524] By: jhi on 2001/06/12 00:29:20
3999 Log: gcc -Wall nits picked out by a non-UNIX system
4000 (courtesy of Mark Bixby)
4001 Branch: perl
4002 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
4003 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
4004 ! pp_sys.c util.c
4005____________________________________________________________________________
4006[ 10523] By: jhi on 2001/06/11 22:34:03
4007 Log: Metaconfig unit change for #10522. (The d_modfl changes
4008 placate metalint.)
4009 Branch: metaconfig/U/perl
4010 ! d_modfl.U d_u32align.U
4011____________________________________________________________________________
4012[ 10522] By: jhi on 2001/06/11 22:33:00
4013 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
4014 be "./try 2>&1 >/dev/null".
4015 Branch: perl
4016 ! Configure
4017____________________________________________________________________________
4018[ 10521] By: jhi on 2001/06/11 19:49:54
4019 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
4020 From: "Craig A. Berry" <craigberry@mac.com>
4021 Date: Mon, 11 Jun 2001 14:00:32 -0500
4022 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
4023 Branch: perl
4024 ! configure.com
4025____________________________________________________________________________
4026[ 10520] By: jhi on 2001/06/11 17:55:47
4027 Log: Move the full \p\P lists to perlunicode.
4028 Branch: perl
4029 ! pod/perlretut.pod pod/perlunicode.pod
4030____________________________________________________________________________
4031[ 10519] By: jhi on 2001/06/11 17:10:00
4032 Log: VOS build tweak for 5.6.1 from Paul Green.
4033 Branch: maint-5.6/perl
4034 ! vos/build.cm
4035____________________________________________________________________________
4036[ 10518] By: jhi on 2001/06/11 17:07:03
4037 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
4038 From: "Craig A. Berry" <craigberry@mac.com>
4039 Date: Fri, 8 Jun 2001 18:08:18 -0500
4040 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
4041 Branch: perl
4042 ! vms/vms.c
4043____________________________________________________________________________
4044[ 10517] By: jhi on 2001/06/11 14:52:01
4045 Log: Update Changes.
4046 Branch: perl
4047 ! Changes patchlevel.h
4048____________________________________________________________________________
1d3af415
JH
4049[ 10516] By: jhi on 2001/06/11 14:46:33
4050 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
4051 Branch: perl
4052 ! vos/config.alpha.h vos/config.ga.h
4053____________________________________________________________________________
4054[ 10515] By: jhi on 2001/06/11 14:39:05
4055 Log: VOS updates from Paul Green for @10476.
4056 Branch: perl
4057 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
4058 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4059 ! vos/config.ga.h vos/configure_perl.cm
4060____________________________________________________________________________
4061[ 10514] By: jhi on 2001/06/11 12:58:43
4062 Log: Subject: [PATCH] Not many people know this ...
4063 From: Mike Guy <mjtg@cam.ac.uk>
4064 Date: Mon, 11 Jun 2001 14:55:15 +0100
4065 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
4066 Branch: perl
4067 ! pod/perldebug.pod
4068____________________________________________________________________________
4069[ 10513] By: jhi on 2001/06/11 12:30:06
4070 Log: Add final commas to lists as suggested by Philip Newton.
4071 Branch: perl
4072 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4073____________________________________________________________________________
4074[ 10512] By: jhi on 2001/06/11 12:28:49
4075 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
4076 Date: Sun, 10 Jun 2001 23:35:38 -0400
4077 From: Chris Nandor <pudge@pobox.com>
4078 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
4079 Branch: perl
4080 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
4081 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
4082 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
4083 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
4084 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
4085 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
4086 ! t/op/write.t t/pragma/strict.t
4087____________________________________________________________________________
4088[ 10511] By: jhi on 2001/06/11 12:13:31
4089 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
4090 From: Chris Nandor <pudge@pobox.com>
4091 Date: Mon, 11 Jun 2001 08:24:28 -0400
4092 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
4093 Branch: perl
4094 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
4095 ! t/lib/io_dir.t
4096____________________________________________________________________________
4097[ 10510] By: jhi on 2001/06/11 12:03:16
4098 Log: One more run_byacc (a hand-tweaked version had slipped in).
4099 Branch: perl
4100 ! perly.c vms/perly_c.vms
4101____________________________________________________________________________
4102[ 10509] By: nick on 2001/06/11 07:49:15
4103 Log: Integrate mainline
4104 Branch: perlio
4105 !> Makefile.SH embed.h embed.pl global.sym
4106 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
4107 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
4108 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
4109 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
4110____________________________________________________________________________
4111[ 10508] By: jhi on 2001/06/10 22:38:05
4112 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
4113 From: Mike Guy <mjtg@cam.ac.uk>
4114 Reply-To: mjtg@cam.ac.uk
4115 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
4116 Branch: perl
4117 ! lib/ExtUtils/Manifest.pm
4118____________________________________________________________________________
4119[ 10507] By: jhi on 2001/06/10 22:37:16
4120 Log: Subject: [PATCH] ExtUtils::Constant
4121 From: Nicholas Clark <nick@ccl4.org>
4122 Date: Sun, 10 Jun 2001 23:25:41 +0100
4123 Message-ID: <20010610232540.C76396@plum.flirble.org>
4124 Branch: perl
4125 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4126____________________________________________________________________________
4127[ 10506] By: jhi on 2001/06/10 20:57:20
4128 Log: Integrate perlio.
4129 Branch: perl
4130 !> iperlsys.h
4131____________________________________________________________________________
4132[ 10505] By: jhi on 2001/06/10 18:37:57
4133 Log: Move the grok_number and its lieutenant grok_numeric_radix
4134 from sv.c statics to util.c and public.
4135 Branch: perl
4136 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
4137 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
4138____________________________________________________________________________
4139[ 10504] By: nick on 2001/06/10 17:47:06
4140 Log: Fix (valid) -Wall warnings in perlio.c
4141 Branch: perlio
4142 ! iperlsys.h
4143____________________________________________________________________________
4144[ 10503] By: jhi on 2001/06/10 17:38:28
4145 Log: Update perly_c.diff, update perly.fixer to edit away
4146 some of the -Wall noise.
4147 Branch: perl
4148 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
4149____________________________________________________________________________
4150[ 10502] By: jhi on 2001/06/10 17:09:42
4151 Log: Check the version of byacc.
4152 Branch: perl
4153 ! Makefile.SH
4154____________________________________________________________________________
4155[ 10501] By: jhi on 2001/06/10 17:00:08
4156 Log: Subject: [PATCH] perly.y overhaul
4157 From: Simon Cozens <simon@netthink.co.uk>
4158 Date: Sun, 10 Jun 2001 16:56:54 +0100
4159 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
4160
4161 Plus make run_byacc.
4162 Branch: perl
4163 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
4164____________________________________________________________________________
4165[ 10500] By: jhi on 2001/06/10 16:07:28
4166 Log: Integrate perlio.
4167 Branch: perl
4168 !> perlio.c perlsfio.h
4169____________________________________________________________________________
4170[ 10499] By: nick on 2001/06/10 15:01:08
4171 Log: Integrate mainline
4172 Branch: perlio
4173 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
4174 !> t/pragma/locale.t util.c
4175____________________________________________________________________________
4176[ 10498] By: jhi on 2001/06/10 13:49:23
4177 Log: Put some meat on the perl572delta bones. The list of
4178 selected bug fixes needs more work, as does still the
4179 whole document.
4180 Branch: perl
4181 ! pod/perl572delta.pod
4182____________________________________________________________________________
4183[ 10497] By: nick on 2001/06/10 12:27:51
4184 Log: Paper over a crack or two with USE_SFIO
4185 Branch: perlio
4186 ! perlio.c perlsfio.h
4187____________________________________________________________________________
4188[ 10496] By: jhi on 2001/06/10 11:04:22
4189 Log: Update Changes.
4190 Branch: perl
4191 ! Changes patchlevel.h
4192____________________________________________________________________________
00656eef
JH
4193[ 10495] By: jhi on 2001/06/10 10:55:34
4194 Log: Subject: Re: pragma/locale.t #107
4195 From: Hugo <hv@crypt.compulink.co.uk>
4196 Date: Sun, 10 Jun 2001 11:23:30 +0100
4197 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
4198
4199 Encapsulate the scan of the decimal radix separator.
4200 Branch: perl
4201 ! embed.h embed.pl proto.h sv.c
4202____________________________________________________________________________
4203[ 10494] By: jhi on 2001/06/10 03:00:17
4204 Log: Try to grok numbers both with the locale specific separator
4205 and with the usual "." (if different from the lss); add a test
4206 to locale.t to do also a little bit of math in addition to just
4207 equalness testing; remove extraneous logic as suggested in
4208
4209 Subject: Re: pragma/locale.t #107
4210 From: Nicholas Clark <nick@ccl4.org>
4211 Date: Sat, 9 Jun 2001 22:37:36 +0100
4212 Message-ID: <20010609223735.Y76396@plum.flirble.org>
4213 Branch: perl
4214 ! sv.c t/pragma/locale.t
4215____________________________________________________________________________
4216[ 10493] By: jhi on 2001/06/10 01:25:23
4217 Log: Metaconfig unit change for #10492.
4218 Branch: metaconfig/U/perl
4219 ! Extensions.U
4220____________________________________________________________________________
4221[ 10492] By: jhi on 2001/06/10 01:23:59
4222 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
4223 From: Artur Bergman <artur@contiller.se>
4224 Date: Sat, 09 Jun 2001 21:03:51 +0200
4225 Message-ID: <B7483FB6.1398%artur@contiller.se>
4226 Branch: perl
4227 ! Configure
4228____________________________________________________________________________
4229[ 10491] By: jhi on 2001/06/10 01:15:40
4230 Log: Integrate perlio.
4231 Branch: perl
4232 !> perlsfio.h
4233____________________________________________________________________________
4234[ 10490] By: jhi on 2001/06/10 01:08:26
4235 Log: Do locale specific separator if only in locale.
4236 Branch: perl
4237 ! util.c
4238____________________________________________________________________________
4239[ 10489] By: nick on 2001/06/09 19:13:25
4240 Log: Make XS/Typemap compile (but fail) with sfio
4241 Branch: perlio
4242 ! perlsfio.h
4243____________________________________________________________________________
4244[ 10488] By: nick on 2001/06/09 19:12:51
4245 Log: Re-integrate mainline
4246 Branch: perlio
4247 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
4248 !> proto.h sv.c util.c
4249____________________________________________________________________________
4250[ 10487] By: nick on 2001/06/09 16:26:29
4251 Log: Integrate mainline
4252 Branch: perlio
4253 !> (integrate 31 files)
4254____________________________________________________________________________
4255[ 10486] By: jhi on 2001/06/09 16:11:51
4256 Log: Subject: [PATCH] New attempt to clone callack
4257 From: Artur Bergman <artur@contiller.se>
4258 Date: Thu, 07 Jun 2001 11:52:16 +0200
4259 Message-ID: <B7451B6F.12B7%artur@contiller.se>
4260 Branch: perl
4261 ! embedvar.h intrpvar.h perlapi.h sv.c
4262____________________________________________________________________________
4263[ 10485] By: jhi on 2001/06/09 15:23:52
4264 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
4265 Branch: perl
4266 ! embed.h embed.pl perl.h proto.h sv.c util.c
4267____________________________________________________________________________
4268[ 10484] By: jhi on 2001/06/09 14:47:25
4269 Log: Subject: Re: pragma/locale.t #107
4270 From: Nicholas Clark <nick@ccl4.org>
4271 Date: Sat, 9 Jun 2001 16:26:10 +0100
4272 Message-ID: <20010609162609.V76396@plum.flirble.org>
4273
4274 A missing NVification.
4275 Branch: perl
4276 ! sv.c
4277____________________________________________________________________________
4278[ 10483] By: jhi on 2001/06/08 19:40:32
4279 Log: Redo the #10482, there already was a test script for formats.
4280 Branch: perl
4281 - t/io/format.t
4282 ! MANIFEST t/op/write.t
4283____________________________________________________________________________
4284[ 10482] By: jhi on 2001/06/08 19:34:45
4285 Log: Twisted format testing, from Merijn.
4286 Branch: perl
4287 + t/io/format.t
4288 ! MANIFEST
4289____________________________________________________________________________
4290[ 10481] By: jhi on 2001/06/08 19:21:56
4291 Log: More \p{In...} testing, combined with \N{...}.
4292 Branch: perl
4293 ! lib/utf8_heavy.pl t/op/pat.t
4294____________________________________________________________________________
4295[ 10480] By: jhi on 2001/06/08 14:16:06
4296 Log: Metaconfig changes for #10479.
4297 Branch: metaconfig
4298 ! U/Glossary.patch
4299 Branch: metaconfig/U/perl
4300 ! d_modfl.U
4301____________________________________________________________________________
4302[ 10479] By: jhi on 2001/06/08 14:15:32
4303 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
4304 Branch: perl
4305 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4306 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
4307 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4308 ! win32/config.bc win32/config.gc win32/config.vc
4309____________________________________________________________________________
4310[ 10478] By: jhi on 2001/06/08 12:20:41
4311 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
4312 From: "Craig A. Berry" <craigberry@mac.com>
4313 Date: Thu, 7 Jun 2001 14:27:20 -0500
4314 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
4315 Branch: perl
4316 ! vms/perlvms.pod
4317____________________________________________________________________________
4318[ 10477] By: jhi on 2001/06/08 12:19:00
4319 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
4320 From: Gisle Aas <gisle@ActiveState.com>
4321 Date: 07 Jun 2001 17:04:29 -0700
4322 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
4323 Branch: perl
4324 ! ext/re/re.xs
4325____________________________________________________________________________
4326[ 10476] By: jhi on 2001/06/08 01:35:42
4327 Log: Update Changes.
4328 Branch: perl
4329 ! Changes patchlevel.h
4330____________________________________________________________________________
3e1b4879
JH
4331[ 10475] By: jhi on 2001/06/08 00:53:45
4332 Log: Regen Glossary et alia.
4333 Branch: perl
4334 ! Porting/Glossary Porting/config.sh Porting/config_H
4335____________________________________________________________________________
4336[ 10474] By: jhi on 2001/06/07 22:06:38
4337 Log: Metaconfig unit changes for #10473.
4338 Branch: metaconfig/U/perl
4339 ! d_modfl.U
4340____________________________________________________________________________
4341[ 10473] By: jhi on 2001/06/07 22:06:16
4342 Log: Harumph, also AIX will spill its guts (i.e. dump core)
4343 if an executable contains modfl() but it hasn't been
4344 compiled right (in the case of AIX, with cc -qlongdouble).
4345 Branch: perl
4346 ! Configure
4347____________________________________________________________________________
4348[ 10472] By: gsar on 2001/06/07 20:04:28
4349 Log: integrate change#10471 from mainline
4350
4351 in change#10451, check that CvOUTSIDE is a CV before looking in
4352 (it can apparently be SVt_NULL during global destruction)
4353 Branch: maint-5.6/perl
4354 !> op.c
4355____________________________________________________________________________
4356[ 10471] By: gsar on 2001/06/07 20:01:31
4357 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
4358 (it can apparently be SVt_NULL during global destruction)
4359 Branch: perl
4360 ! op.c
4361____________________________________________________________________________
4362[ 10470] By: jhi on 2001/06/07 12:17:51
4363 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
4364 From: Robin Barker <rmb1@cise.npl.co.uk>
4365 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
4366 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
4367 Branch: perl