Commit | Line | Data |
---|---|---|
99b32ad1 JH |
1 | Please note: This file provides a complete, temporally ordered log of |
2 | changes that went into every version of Perl. If you'd like more | |
3 | detailed information, please consult the comments in the individual | |
4 | patches posted to the perl5-porters mailing list. Patches for each | |
5 | individual change may also be obtained through ftp and rsync--see | |
6 | perlhack.pod for the details. | |
7 | ||
8 | ||
5850c7a4 | 9 | [The "CAST AND CREW" list has been moved to AUTHORS.] |
99b32ad1 | 10 | |
99b32ad1 JH |
11 | NOTE: Each change entry shows the change number; who checked it into the |
12 | repository; when; description of the change; which branch the change | |
13 | happened in; and the affected files. The file lists have a short symbolic | |
14 | indicator: | |
15 | ||
16 | ! modified | |
17 | + added | |
18 | - deleted | |
19 | +> branched (from elsewhere) | |
20 | !> merged changes (from elsewhere) | |
21 | ||
dd6de302 JH |
22 | The Message-Ids in the change entries refer to the email messages sent |
23 | to the perl5-porters mailing list. You can retrieve the messages for | |
24 | example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ | |
99b32ad1 | 25 | |
0b3b9d72 JH |
26 | This file contains only changes that affect the mainline branch, |
27 | not those that affect the (now decommissioned) cfgperl, or vmsperl, | |
28 | or any other branch. | |
29 | ||
99b32ad1 | 30 | -------------- |
51c9377f | 31 | Version v5.7.1 Development release working toward v5.8 |
99b32ad1 | 32 | -------------- |
365eb269 | 33 | ____________________________________________________________________________ |
14261ed0 JH |
34 | [ 11277] By: jhi on 2001/07/11 13:31:43 |
35 | Log: Subject: blead kit timestamps && the problem with running perl embed.pl | |
36 | From: Peter Prymmer <pvhp@forte.com> | |
37 | Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT) | |
38 | Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com> | |
39 | ||
40 | Backport of embed.pl to 5.003. | |
41 | Branch: perl | |
42 | ! embed.pl | |
43 | ____________________________________________________________________________ | |
44 | [ 11276] By: jhi on 2001/07/11 13:18:07 | |
45 | Log: Subject: Re: POSIX test #14 on UTS | |
46 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
47 | Date: Wed, 11 Jul 2001 03:02:14 +0100 | |
48 | Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk> | |
49 | Branch: perl | |
50 | ! ext/POSIX/POSIX.t | |
51 | ____________________________________________________________________________ | |
52 | [ 11275] By: jhi on 2001/07/11 13:15:49 | |
53 | Log: Make the I32 an IV to preserve structure alignment and size. | |
54 | Branch: perl | |
55 | ! op.h | |
56 | ____________________________________________________________________________ | |
57 | [ 11274] By: jhi on 2001/07/11 13:13:27 | |
58 | Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war. | |
59 | From: "Artur Bergman" <artur@contiller.se> | |
60 | Date: Wed, 11 Jul 2001 14:23:37 +0200 | |
61 | Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev> | |
62 | ||
63 | Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup(). | |
64 | Branch: perl | |
65 | ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h | |
66 | ! pod/perlapi.pod sv.c | |
67 | ____________________________________________________________________________ | |
68 | [ 11273] By: jhi on 2001/07/11 03:53:28 | |
69 | Log: Tweak until Pod::Parser gets updated. | |
70 | Branch: perl | |
71 | ! t/pod/special_seqs.xr | |
72 | ____________________________________________________________________________ | |
73 | [ 11272] By: jhi on 2001/07/11 00:46:05 | |
74 | Log: File::Spec usage tweak. | |
75 | Branch: perl | |
76 | ! lib/ExtUtils.t | |
77 | ____________________________________________________________________________ | |
78 | [ 11271] By: jhi on 2001/07/11 00:37:19 | |
79 | Log: Integrate #11263 from macperl; macos and macosx updates. | |
80 | Branch: perl | |
81 | !> pod/perlport.pod | |
82 | ____________________________________________________________________________ | |
83 | [ 11270] By: jhi on 2001/07/11 00:33:27 | |
84 | Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2' | |
85 | From: Peter Prymmer <pvhp@forte.com> | |
86 | Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT) | |
87 | Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com> | |
88 | Branch: perl | |
89 | + ext/Time/HiRes/hints/dynixptx.pl | |
90 | ! MANIFEST hints/dynixptx.sh | |
91 | ____________________________________________________________________________ | |
92 | [ 11269] By: jhi on 2001/07/11 00:32:16 | |
93 | Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006)) | |
94 | From: Nicholas Clark <nick@ccl4.org> | |
95 | Date: Tue, 10 Jul 2001 23:17:43 +0100 | |
96 | Message-ID: <20010710231742.B59620@plum.flirble.org> | |
97 | Branch: perl | |
98 | ! lib/ExtUtils.t lib/ExtUtils/Constant.pm | |
99 | ____________________________________________________________________________ | |
100 | [ 11268] By: jhi on 2001/07/11 00:30:56 | |
101 | Log: Subject: [DOC PATCH] Pluggable runops | |
102 | From: Paul Johnson <paul@pjcj.net> | |
103 | Date: Tue, 10 Jul 2001 21:53:28 +0200 | |
104 | Message-ID: <20010710215328.B26577@pjcj.net> | |
105 | Branch: perl | |
106 | ! pod/perlguts.pod | |
107 | ____________________________________________________________________________ | |
108 | [ 11267] By: jhi on 2001/07/11 00:29:59 | |
109 | Log: Subject: [PATCH] Authors | |
110 | From: Artur Bergman <artur@contiller.se> | |
111 | Date: Tue, 10 Jul 2001 20:39:12 +0200 | |
112 | Message-ID: <B771186F.21CD%artur@contiller.se> | |
113 | Branch: perl | |
114 | ! AUTHORS | |
115 | ____________________________________________________________________________ | |
116 | [ 11266] By: jhi on 2001/07/11 00:29:13 | |
117 | Log: Subject: Re: [PATCH] Small fix to pp_gmtime | |
118 | From: Doug MacEachern <dougm@covalent.net> | |
119 | Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT) | |
120 | Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net> | |
121 | Branch: perl | |
122 | ! pp_ctl.c | |
123 | ____________________________________________________________________________ | |
124 | [ 11265] By: jhi on 2001/07/11 00:28:15 | |
125 | Log: Subject: doc patch; times() in scalar context | |
126 | From: mjd@plover.com | |
127 | Date: 10 Jul 2001 18:01:17 -0000 | |
128 | Message-ID: <20010710180117.12477.qmail@plover.com> | |
129 | Branch: perl | |
130 | ! pod/perlfunc.pod | |
131 | ____________________________________________________________________________ | |
132 | [ 11264] By: jhi on 2001/07/11 00:27:17 | |
133 | Log: Subject: [PATCH] Small fix to pp_gmtime | |
134 | From: Artur Bergman <artur@contiller.se> | |
135 | Date: Tue, 10 Jul 2001 19:54:52 +0200 | |
136 | Message-ID: <B7710E0B.21C5%artur@contiller.se> | |
137 | Branch: perl | |
138 | ! pp_sys.c | |
139 | ____________________________________________________________________________ | |
140 | [ 11263] By: pudge on 2001/07/10 21:06:10 | |
141 | Log: Integrate changes from mainline perl, add notes about | |
142 | Mac OS X and Mac OS. | |
143 | Branch: maint-5.6/macperl | |
144 | ! pod/perlport.pod | |
145 | ____________________________________________________________________________ | |
146 | [ 11262] By: jhi on 2001/07/10 15:21:26 | |
147 | Log: A proof of the dangers of package; ? | |
148 | Branch: perl | |
149 | ! t/lib/warnings/op | |
150 | ____________________________________________________________________________ | |
151 | [ 11261] By: jhi on 2001/07/10 15:02:27 | |
152 | Log: Regen toc and modlib. | |
153 | Branch: perl | |
154 | ! pod/perlmodlib.pod pod/perltoc.pod | |
155 | ____________________________________________________________________________ | |
156 | [ 11260] By: jhi on 2001/07/10 15:00:37 | |
157 | Log: Add compexcl(), casefold(), and casespec() interfaces; | |
158 | and make all interfaces to return hash references instead | |
159 | of hashes. | |
160 | Branch: perl | |
161 | ! lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
162 | ____________________________________________________________________________ | |
163 | [ 11259] By: jhi on 2001/07/10 13:50:17 | |
164 | Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code) | |
165 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
166 | Date: Tue, 10 Jul 2001 09:55:59 +0200 | |
167 | Message-ID: <20010710.095300@ID-11583.news.dfncis.de> | |
168 | ||
169 | Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs | |
170 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
171 | Date: Tue, 10 Jul 2001 09:56:37 +0200 | |
172 | Message-ID: <20010710.095600@ID-11583.news.dfncis.de> | |
173 | Branch: perl | |
174 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
175 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t | |
176 | ____________________________________________________________________________ | |
177 | [ 11258] By: jhi on 2001/07/10 13:47:20 | |
178 | Log: Subject: [patch] undef &xsub for 1,2 | |
179 | From: Doug MacEachern <dougm@covalent.net> | |
180 | Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT) | |
181 | Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net> | |
182 | ||
183 | (This version of the patch with a comment from Gisle.) | |
184 | Branch: perl | |
185 | ! op.c | |
186 | ____________________________________________________________________________ | |
187 | [ 11257] By: jhi on 2001/07/10 13:45:44 | |
188 | Log: Mention package; deprecation and the Win32 problems. | |
189 | Branch: perl | |
190 | ! pod/perl572delta.pod | |
191 | ____________________________________________________________________________ | |
192 | [ 11256] By: jhi on 2001/07/10 13:45:12 | |
193 | Log: Subject: [PATCH] deprecate package with no arguments | |
194 | From: Robin Houston <robin@kitsite.com> | |
195 | Date: Tue, 10 Jul 2001 13:33:40 +0100 | |
196 | Message-ID: <20010710133340.A13452@robin.kitsite.com> | |
197 | Branch: perl | |
198 | ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op | |
199 | ____________________________________________________________________________ | |
200 | [ 11255] By: jhi on 2001/07/10 13:16:11 | |
201 | Log: Upgrade to podlators 1.10. | |
202 | Branch: perl | |
203 | ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm | |
204 | ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm | |
205 | ! pod/pod2man.PL pod/pod2text.PL | |
206 | ____________________________________________________________________________ | |
207 | [ 11254] By: jhi on 2001/07/10 13:09:34 | |
208 | Log: Upgrade to Term::ANSIColor 1.04. | |
209 | Branch: perl | |
210 | + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README | |
211 | ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl | |
212 | ____________________________________________________________________________ | |
213 | [ 11253] By: jhi on 2001/07/10 12:59:27 | |
214 | Log: Integrate perlio (the right fix for the ":layer(args)") | |
215 | Branch: perl | |
216 | !> perlio.c | |
217 | ____________________________________________________________________________ | |
218 | [ 11252] By: nick on 2001/07/10 06:58:14 | |
219 | Log: Fix open(...,"...:layer(xxx)",...) | |
220 | - use memEQ not strEQ as there is '(' not '\0' | |
221 | Branch: perlio | |
222 | ! perlio.c | |
223 | ____________________________________________________________________________ | |
224 | [ 11251] By: jhi on 2001/07/10 04:04:18 | |
225 | Log: Telling the number of tests helps. | |
226 | Branch: perl | |
227 | ! ext/PerlIO/t/encoding.t | |
228 | ____________________________________________________________________________ | |
229 | [ 11250] By: jhi on 2001/07/10 03:55:38 | |
230 | Log: Require I18N::Langinfo, not use. | |
231 | Branch: perl | |
232 | ! lib/open.pm | |
233 | ____________________________________________________________________________ | |
234 | [ 11249] By: jhi on 2001/07/10 03:50:18 | |
235 | Log: Add a test for for PerlIO ":encoding(...)" layer. | |
236 | Branch: perl | |
237 | + ext/PerlIO/t/encoding.t | |
238 | ! MANIFEST ext/Encode/Encode.pm | |
239 | ____________________________________________________________________________ | |
240 | [ 11248] By: jhi on 2001/07/10 02:06:57 | |
241 | Log: PerlIO ":encoding(foobar)" temporary fix. | |
242 | Not really correct, I think, since the change means | |
243 | that prefixes match. | |
244 | Branch: perl | |
245 | ! perlio.c | |
246 | ____________________________________________________________________________ | |
247 | [ 11247] By: jhi on 2001/07/10 01:38:11 | |
248 | Log: Update to Math::BigInt 1.36. The biggest news is | |
249 | the separation of the backend; now the pure Perl | |
250 | implementation is in Math::BigInt::Calc, but one | |
251 | can plugin, say, Math::BigInt::BitVect, and get | |
252 | considerable speedup. | |
253 | Branch: perl | |
254 | + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t | |
255 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
256 | ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t | |
257 | ! lib/Math/BigInt/t/mbimbf.t | |
258 | ____________________________________________________________________________ | |
259 | [ 11246] By: jhi on 2001/07/10 01:19:55 | |
260 | Log: Subject: Re: compatibility question | |
261 | From: Peter Prymmer <pvhp@forte.com> | |
262 | Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT) | |
263 | Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com> | |
264 | Branch: perl | |
265 | ! lib/ExtUtils/MM_VMS.pm | |
266 | ____________________________________________________________________________ | |
267 | [ 11245] By: jhi on 2001/07/10 01:18:04 | |
268 | Log: Subject: [PATCH ext/File/Glob/t/basic.t] | |
269 | From: Norton Allen <allen@huarp.harvard.edu> | |
270 | Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt) | |
271 | Message-Id: <200107092116.RAA12010@bottesini.harvard.edu> | |
272 | Branch: perl | |
273 | ! ext/File/Glob/t/basic.t | |
274 | ____________________________________________________________________________ | |
275 | [ 11244] By: jhi on 2001/07/10 01:16:27 | |
276 | Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix | |
277 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
278 | Date: Tue, 10 Jul 2001 00:29:55 +0900 | |
279 | Message-Id: <20010710002756.B497.BQW10602@nifty.com> | |
280 | Branch: perl | |
281 | + ext/Encode/Encode/HZ.enc | |
282 | ! MANIFEST ext/Encode/Encode/7bit-kana.enc | |
283 | ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t | |
284 | ! ext/Encode/Encode/iso2022-jp.enc | |
285 | ! ext/Encode/Encode/iso2022-kr.enc | |
286 | ____________________________________________________________________________ | |
287 | [ 11243] By: pudge on 2001/07/09 22:16:12 | |
288 | Log: Add in all them there macos/ files. | |
289 | Branch: maint-5.6/macperl | |
290 | + (add 577 files) | |
291 | ____________________________________________________________________________ | |
292 | [ 11242] By: jhi on 2001/07/09 20:26:04 | |
293 | Log: Add the new modules to the list of having those own tests. | |
294 | Branch: perl | |
295 | ! t/lib/1_compile.t | |
296 | ____________________________________________________________________________ | |
297 | [ 11241] By: jhi on 2001/07/09 19:09:58 | |
298 | Log: Add INOUT to control both ways at the same time. | |
299 | Branch: perl | |
300 | ! lib/open.pm | |
301 | ____________________________________________________________________________ | |
302 | [ 11240] By: nick on 2001/07/09 16:33:50 | |
303 | Log: Integrate mainline | |
304 | Branch: perlio | |
305 | +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t | |
306 | +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL | |
307 | !> (integrate 41 files) | |
308 | ____________________________________________________________________________ | |
309 | [ 11239] By: jhi on 2001/07/09 16:14:35 | |
310 | Log: More encoding mapping magic. | |
311 | Branch: perl | |
312 | ! lib/open.pm | |
313 | ____________________________________________________________________________ | |
314 | [ 11238] By: jhi on 2001/07/09 14:40:43 | |
315 | Log: Update Changes. | |
316 | Branch: perl | |
317 | ! Changes patchlevel.h | |
318 | ____________________________________________________________________________ | |
ff482e31 JH |
319 | [ 11237] By: jhi on 2001/07/09 14:27:27 |
320 | Log: Subject: [PATCH] OPpCONST_OCTAL fixes | |
321 | From: Abhijit Menon-Sen <ams@wiw.org> | |
322 | Date: Mon, 9 Jul 2001 07:38:45 +0530 | |
323 | Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org> | |
324 | Branch: perl | |
325 | ! op.c | |
326 | ____________________________________________________________________________ | |
327 | [ 11236] By: jhi on 2001/07/09 14:10:07 | |
328 | Log: Add a pseudolayer ":locale" to the open pragma which | |
329 | will get the encoding from the locale. Yet undocumented | |
330 | because I can't get the PerlIO :encoding(foobar) to work. | |
331 | Branch: perl | |
332 | ! ext/Encode/Encode.pm lib/open.pm | |
333 | ____________________________________________________________________________ | |
334 | [ 11235] By: jhi on 2001/07/09 13:38:43 | |
335 | Log: Add more encoding mappings. | |
336 | Branch: perl | |
337 | ! ext/Encode/Encode.pm | |
338 | ____________________________________________________________________________ | |
339 | [ 11234] By: jhi on 2001/07/09 13:24:54 | |
340 | Log: Document that using :encoding layer requires using Encode. | |
341 | Branch: perl | |
342 | ! ext/Encode/Encode.pm lib/PerlIO.pm | |
343 | ____________________________________________________________________________ | |
344 | [ 11233] By: jhi on 2001/07/09 13:19:34 | |
345 | Log: Netware tweak from Ananth Kesari. | |
346 | Branch: perl | |
347 | ! NetWare/netware.h | |
348 | ____________________________________________________________________________ | |
349 | [ 11232] By: gsar on 2001/07/09 04:40:07 | |
350 | Log: t/harness doesn't know about run/*.t | |
351 | Branch: perl | |
352 | ! t/harness | |
353 | ____________________________________________________________________________ | |
354 | [ 11231] By: gsar on 2001/07/09 04:36:30 | |
355 | Log: run/exit.t busted on windows | |
356 | Branch: perl | |
357 | ! t/run/exit.t | |
358 | ____________________________________________________________________________ | |
359 | [ 11230] By: gsar on 2001/07/09 04:14:54 | |
360 | Log: fix a couple of UCD.t tests that fail due to bad case | |
361 | Branch: perl | |
362 | ! lib/Unicode/UCD.t | |
363 | ____________________________________________________________________________ | |
364 | [ 11229] By: gsar on 2001/07/09 03:57:06 | |
365 | Log: test skip logic was broken | |
366 | Branch: perl | |
367 | ! ext/I18N/Langinfo/Langinfo.t | |
368 | ____________________________________________________________________________ | |
369 | [ 11228] By: gsar on 2001/07/09 03:42:20 | |
370 | Log: remove *.pdb files on windows upon $(MAKE) clean (fixes | |
371 | failure of ExtUtils.t#27 when built in debug mode) | |
372 | Branch: perl | |
373 | ! lib/ExtUtils/MM_Win32.pm | |
374 | ____________________________________________________________________________ | |
375 | [ 11227] By: gsar on 2001/07/09 02:11:04 | |
376 | Log: I18N::Langinfo is not available on windows | |
377 | Branch: perl | |
378 | ! win32/FindExt.pm | |
379 | ____________________________________________________________________________ | |
380 | [ 11226] By: gsar on 2001/07/09 01:55:23 | |
381 | Log: save a dTHX | |
382 | Branch: perl | |
383 | ! ext/POSIX/POSIX.xs | |
384 | ____________________________________________________________________________ | |
385 | [ 11225] By: jhi on 2001/07/08 23:42:37 | |
386 | Log: Update Changes. | |
387 | Branch: perl | |
388 | ! Changes patchlevel.h | |
389 | ____________________________________________________________________________ | |
21b6d9db JH |
390 | [ 11224] By: jhi on 2001/07/08 23:05:41 |
391 | Log: Guard the nl_langinfo() with HAS_NL_LANGINFO | |
392 | as pointed out by Sarathy. | |
393 | Branch: perl | |
394 | ! ext/I18N/Langinfo/Langinfo.xs | |
395 | ____________________________________________________________________________ | |
396 | [ 11223] By: jhi on 2001/07/08 22:59:01 | |
397 | Log: Retract #11212. | |
398 | Branch: perl | |
399 | ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c | |
400 | ____________________________________________________________________________ | |
401 | [ 11222] By: jhi on 2001/07/08 17:41:22 | |
402 | Log: Bump up the VERSION of Cwd.xs. | |
403 | Branch: perl | |
404 | ! ext/Cwd/Makefile.PL | |
405 | ____________________________________________________________________________ | |
406 | [ 11221] By: jhi on 2001/07/08 17:13:38 | |
407 | Log: Retract #11220, the problem wasn't the missing leading zero. | |
408 | Here's the problem: | |
409 | $ ./perl -we 'chmod(oct("755"), ".")' | |
410 | Non-octal literal mode (493) specified at -e line 1. | |
411 | (Did you mean 0493 instead?) | |
412 | Branch: perl | |
413 | ! lib/ExtUtils/MM_Unix.pm | |
414 | ____________________________________________________________________________ | |
415 | [ 11220] By: jhi on 2001/07/08 17:05:55 | |
416 | Log: (Retracted by #11221) | |
417 | Change the PERM_RW and PERM_RWX to 0644 and 0755 | |
418 | (add the leading zero). | |
419 | Branch: perl | |
420 | ! lib/ExtUtils/MM_Unix.pm | |
421 | ____________________________________________________________________________ | |
422 | [ 11219] By: jhi on 2001/07/08 16:17:32 | |
423 | Log: Integrate changes #11193, 11205, 11209 from macperl. | |
424 | ||
425 | Fix up AutoLoader to fudge for Mac paths in import(). | |
426 | ||
427 | Allow symbols in try_symbol() to begin with "_". | |
428 | ||
429 | Small portability fix for Mac OS. | |
430 | Branch: perl | |
431 | !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl | |
432 | ____________________________________________________________________________ | |
433 | [ 11218] By: jhi on 2001/07/08 16:10:30 | |
434 | Log: Metaconfig unit change for #11217. | |
435 | Branch: metaconfig/U/perl | |
436 | ! Extensions.U | |
437 | ____________________________________________________________________________ | |
438 | [ 11217] By: jhi on 2001/07/08 16:10:07 | |
439 | Log: Detypo, problem noticed by Gerrit P. Haase. | |
440 | Branch: perl | |
441 | ! Configure config_h.SH | |
442 | ____________________________________________________________________________ | |
443 | [ 11216] By: jhi on 2001/07/08 15:58:35 | |
444 | Log: Cwd cleanups. | |
445 | Branch: perl | |
446 | ! ext/Cwd/Cwd.xs | |
447 | ____________________________________________________________________________ | |
448 | [ 11215] By: jhi on 2001/07/08 15:52:57 | |
449 | Log: Slight tweaks on #11213. | |
450 | Branch: perl | |
451 | ! toke.c | |
452 | ____________________________________________________________________________ | |
453 | [ 11214] By: jhi on 2001/07/08 14:32:28 | |
454 | Log: A missing dTHX noticed by Gerrit P. Haase. | |
455 | Branch: perl | |
456 | ! ext/POSIX/POSIX.xs | |
457 | ____________________________________________________________________________ | |
458 | [ 11213] By: jhi on 2001/07/08 14:24:44 | |
459 | Log: Subject: [PATCH toke.c] Simplify yytoke() | |
460 | From: Simon Cozens <simon@netthink.co.uk> | |
461 | Date: Sun, 8 Jul 2001 13:24:34 +0100 | |
462 | Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror> | |
463 | ||
464 | Split out pending_ident(). | |
465 | Branch: perl | |
466 | ! embed.h embed.pl pod/perlapi.pod proto.h toke.c | |
467 | ____________________________________________________________________________ | |
468 | [ 11212] By: jhi on 2001/07/08 14:17:10 | |
469 | Log: (Retracted by #11223.) | |
470 | Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004 | |
471 | Date: Wed, 05 Nov 1997 17:22:34 -0600 | |
472 | From: Graham Barr <gbarr@ti.com> | |
473 | Message-Id: <3460FFBA.6DA51F46@ti.com> | |
474 | Branch: perl | |
475 | ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c | |
476 | ____________________________________________________________________________ | |
477 | [ 11211] By: jhi on 2001/07/08 13:53:38 | |
478 | Log: Fix I18N::Langinfo nits noticed but Philip Newton. | |
479 | Branch: perl | |
480 | ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t | |
481 | ! pod/perllocale.pod | |
482 | ____________________________________________________________________________ | |
483 | [ 11210] By: jhi on 2001/07/08 01:34:09 | |
484 | Log: Really do the test under the C locale. | |
485 | Branch: perl | |
486 | ! ext/I18N/Langinfo/Langinfo.t | |
487 | ____________________________________________________________________________ | |
488 | [ 11209] By: pudge on 2001/07/08 01:19:25 | |
489 | Log: Small portability fix for Mac OS. | |
490 | Branch: maint-5.6/macperl | |
491 | ! lib/Cwd.pm | |
492 | ____________________________________________________________________________ | |
493 | [ 11208] By: jhi on 2001/07/08 01:14:58 | |
494 | Log: Metaconfig unit change for #11207. | |
495 | Branch: metaconfig/U/perl | |
496 | ! Extensions.U | |
497 | ____________________________________________________________________________ | |
498 | [ 11207] By: jhi on 2001/07/08 01:14:02 | |
499 | Log: Add I18N::Langinfo, which is basically a wrapper around | |
500 | nl_langinfo(), which is an additional way to query locale | |
501 | specific information. | |
502 | Branch: perl | |
503 | + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t | |
504 | + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL | |
505 | ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod | |
506 | ____________________________________________________________________________ | |
507 | [ 11206] By: pudge on 2001/07/08 00:56:29 | |
508 | Log: Bugfixes for some tests. commonsense.t not in perl 5.6, | |
509 | used in File::Find tests; replace with if.t. | |
510 | Branch: maint-5.6/macperl | |
511 | ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t | |
512 | ! t/pragma/warn/op | |
513 | ____________________________________________________________________________ | |
514 | [ 11205] By: pudge on 2001/07/07 23:55:56 | |
515 | Log: Allow symbols in try_symbol() to begin with "_". | |
516 | Branch: maint-5.6/macperl | |
517 | ! makedef.pl | |
518 | ____________________________________________________________________________ | |
519 | [ 11204] By: pudge on 2001/07/07 23:53:37 | |
520 | Log: Sync up the File::Find changes from the rewrite by | |
521 | Thomas Wegner, et al. | |
522 | Branch: maint-5.6/macperl | |
523 | + t/lib/filefind-taint.t | |
524 | ! lib/File/Find.pm t/lib/filefind.t | |
525 | ____________________________________________________________________________ | |
526 | [ 11203] By: pudge on 2001/07/07 23:43:06 | |
527 | Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff | |
528 | From: Thomas Wegner <wegner_thomas@yahoo.com> | |
529 | Date: Thu, 5 Jul 2001 20:31:25 +0200 | |
530 | Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]> | |
531 | Branch: maint-5.6/macperl | |
532 | ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl | |
533 | ____________________________________________________________________________ | |
534 | [ 11202] By: pudge on 2001/07/07 23:38:36 | |
535 | Log: Some more test portability fixes. | |
536 | Branch: maint-5.6/macperl | |
537 | ! t/lib/filecopy.t t/pragma/warn/pp_sys | |
538 | ____________________________________________________________________________ | |
539 | [ 11201] By: jhi on 2001/07/07 22:52:38 | |
540 | Log: The #11200 removed wrong (non-existent) target. Duh. | |
541 | Branch: perl | |
542 | ! Makefile.SH | |
543 | ____________________________________________________________________________ | |
544 | [ 11200] By: jhi on 2001/07/07 22:44:14 | |
545 | Log: Zap the lib/re.pm before creating it. | |
546 | Branch: perl | |
547 | ! Makefile.SH | |
548 | ____________________________________________________________________________ | |
549 | [ 11199] By: pudge on 2001/07/07 20:54:35 | |
550 | Log: Another test. Please ignore. | |
551 | Branch: maint-5.6/macperl | |
552 | ! README.macos | |
553 | ____________________________________________________________________________ | |
554 | [ 11198] By: pudge on 2001/07/07 20:44:12 | |
555 | Log: Portability fixes for a lot of tests, especially IO-related | |
556 | tests, and warnings, and the harness script. | |
557 | Branch: maint-5.6/macperl | |
558 | ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t | |
559 | ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t | |
560 | ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t | |
561 | ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t | |
562 | ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t | |
563 | ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio | |
564 | ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys | |
565 | ! t/pragma/warnings.t | |
566 | ____________________________________________________________________________ | |
567 | [ 11197] By: jhi on 2001/07/07 20:32:28 | |
568 | Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs) | |
569 | From: Nicholas Clark <nick@ccl4.org> | |
570 | Date: Sat, 7 Jul 2001 21:00:17 +0100 | |
571 | Message-ID: <20010707210017.H59620@plum.flirble.org> | |
572 | Branch: perl | |
573 | ! lib/h2xs.t | |
574 | ____________________________________________________________________________ | |
575 | [ 11196] By: jhi on 2001/07/07 20:26:36 | |
576 | Log: The UNICOS/mk SysV IPC problem has been fixed. | |
577 | Branch: perl | |
578 | ! pod/perl572delta.pod | |
579 | ____________________________________________________________________________ | |
580 | [ 11195] By: jhi on 2001/07/07 19:59:51 | |
581 | Log: Slight update tweaks on perlunicode.pod. | |
582 | Branch: perl | |
583 | ! pod/perlunicode.pod | |
584 | ____________________________________________________________________________ | |
585 | [ 11194] By: jhi on 2001/07/07 17:53:03 | |
586 | Log: Subject: Doc patch DB_File.pm: use umask-friendly modes | |
587 | From: Mark-Jason Dominus <mjd@plover.com> | |
588 | Date: Sat, 07 Jul 2001 13:04:04 -0400 | |
589 | Message-ID: <20010707170404.32694.qmail@plover.com> | |
590 | Branch: perl | |
591 | ! ext/DB_File/DB_File.pm | |
592 | ____________________________________________________________________________ | |
593 | [ 11193] By: pudge on 2001/07/07 17:26:28 | |
594 | Log: Fix up AutoLoader to fudge for Mac paths in import(). | |
595 | Branch: maint-5.6/macperl | |
596 | ! lib/AutoLoader.pm | |
597 | ____________________________________________________________________________ | |
598 | [ 11192] By: jhi on 2001/07/07 17:03:06 | |
599 | Log: Try to force the lib/re.pm to be there before entering | |
600 | the extensions builds, should help for parallel makes. | |
601 | Branch: perl | |
602 | ! Makefile.SH | |
603 | ____________________________________________________________________________ | |
604 | [ 11191] By: jhi on 2001/07/07 15:26:16 | |
605 | Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX | |
606 | From: Norton Allen <allen@huarp.harvard.edu> | |
607 | Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt) | |
608 | Message-Id: <200107061601.MAA00597@bottesini.harvard.edu> | |
609 | Branch: perl | |
610 | ! ext/POSIX/POSIX.xs | |
611 | ____________________________________________________________________________ | |
612 | [ 11190] By: jhi on 2001/07/07 15:22:08 | |
613 | Log: Subject: [PATCH] Re: op/arith.t | |
614 | From: Nicholas Clark <nick@ccl4.org> | |
615 | Date: Sat, 7 Jul 2001 13:04:54 +0100 | |
616 | Message-ID: <20010707130454.D59620@plum.flirble.org> | |
617 | Branch: perl | |
618 | ! numeric.c toke.c | |
619 | ____________________________________________________________________________ | |
620 | [ 11189] By: jhi on 2001/07/07 15:20:44 | |
621 | Log: Subject: [PATCH] h2xs | |
622 | From: Nicholas Clark <nick@ccl4.org> | |
623 | Date: Fri, 6 Jul 2001 23:25:14 +0100 | |
624 | Message-ID: <20010706232514.X59620@plum.flirble.org> | |
625 | Branch: perl | |
626 | ! utils/h2xs.PL | |
627 | ____________________________________________________________________________ | |
628 | [ 11188] By: jhi on 2001/07/07 15:12:36 | |
629 | Log: Subject: Re: bleedperl perl_alloc..free leakage | |
630 | From: Radu Greab <radu@netsoft.ro> | |
631 | Date: Fri, 6 Jul 2001 19:48:54 +0300 | |
632 | Message-ID: <15173.60406.308246.456184@ix.netsoft.ro> | |
633 | ||
634 | Leak-be-gone. | |
635 | Branch: perl | |
636 | ! op.c | |
637 | ____________________________________________________________________________ | |
638 | [ 11187] By: pudge on 2001/07/07 02:11:36 | |
639 | Log: Test again. Please ignore. | |
640 | Branch: maint-5.6/macperl | |
641 | ! README.macos | |
642 | ____________________________________________________________________________ | |
643 | [ 11186] By: pudge on 2001/07/07 02:08:13 | |
644 | Log: Test. Please ignore. | |
645 | Branch: maint-5.6/macperl | |
646 | ! README.macos | |
647 | ____________________________________________________________________________ | |
648 | [ 11185] By: pudge on 2001/07/06 23:46:57 | |
649 | Log: Include changes already sent in separately as patches, | |
650 | before branch was created. | |
651 | Branch: maint-5.6/macperl | |
652 | ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c | |
653 | ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm | |
654 | ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t | |
655 | ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t | |
656 | ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t | |
657 | ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t | |
658 | ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t | |
659 | ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t | |
660 | ! t/op/regexp_noamp.t t/op/split.t t/op/write.t | |
661 | ! t/pragma/strict.t | |
662 | ____________________________________________________________________________ | |
663 | [ 11184] By: jhi on 2001/07/06 16:41:30 | |
664 | Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO | |
665 | From: Norton Allen <allen@huarp.harvard.edu> | |
666 | Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt) | |
667 | Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> | |
668 | Branch: perl | |
669 | ! utf8.h | |
670 | ____________________________________________________________________________ | |
671 | [ 11183] By: nick on 2001/07/06 16:27:40 | |
672 | Log: Integrate mainline | |
673 | Branch: perlio | |
674 | +> (branch 42 files) | |
675 | - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm | |
676 | - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t | |
677 | - win32/bin/mdelete.bat | |
678 | !> (integrate 215 files) | |
679 | ____________________________________________________________________________ | |
680 | [ 11182] By: jhi on 2001/07/06 15:57:16 | |
681 | Log: The #11166 needed also these updated. | |
682 | Branch: perl | |
683 | ! lib/warnings.pm warnings.h | |
684 | ____________________________________________________________________________ | |
685 | [ 11181] By: jhi on 2001/07/06 13:24:42 | |
686 | Log: Update Changes. | |
687 | Branch: perl | |
688 | ! Changes patchlevel.h | |
689 | ____________________________________________________________________________ | |
00847e8a JH |
690 | [ 11180] By: jhi on 2001/07/06 13:20:08 |
691 | Log: Regen toc. | |
692 | Branch: perl | |
693 | ! pod/perltoc.pod | |
694 | ____________________________________________________________________________ | |
695 | [ 11179] By: jhi on 2001/07/06 12:57:13 | |
696 | Log: Nit from Abhijit. | |
697 | Branch: perl | |
698 | ! lib/CPAN.pm | |
699 | ____________________________________________________________________________ | |
700 | [ 11178] By: jhi on 2001/07/06 12:53:04 | |
701 | Log: Retract #11172. | |
702 | Branch: perl | |
703 | ! t/op/method.t | |
704 | ____________________________________________________________________________ | |
705 | [ 11177] By: jhi on 2001/07/06 12:44:51 | |
706 | Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO | |
707 | From: Norton Allen <allen@huarp.harvard.edu> | |
708 | Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt) | |
709 | Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> | |
710 | Branch: perl | |
711 | ! lib/Cwd.pm | |
712 | ____________________________________________________________________________ | |
713 | [ 11176] By: jhi on 2001/07/06 12:42:45 | |
714 | Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO | |
715 | From: Norton Allen <allen@huarp.harvard.edu> | |
716 | Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt) | |
717 | Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> | |
718 | Branch: perl | |
719 | ! utf8.h | |
720 | ____________________________________________________________________________ | |
721 | [ 11175] By: jhi on 2001/07/06 12:29:56 | |
722 | Log: Retract #11165 since Sarathy pointed out it'll not | |
723 | work properly under threads, the problem should be | |
724 | solved using "the savestack, either via SSNEW() or | |
725 | using a newSVpv()+SAVEFREESV() combo." | |
726 | Branch: perl | |
727 | ! ext/POSIX/POSIX.xs | |
728 | ____________________________________________________________________________ | |
729 | [ 11174] By: jhi on 2001/07/06 12:27:31 | |
730 | Log: Retract #11125 since NI-S pointed out it'll not work in | |
731 | cases where the extension has their own handcrafted INC | |
732 | et alia. | |
733 | Branch: perl | |
734 | ! lib/ExtUtils/MM_Unix.pm | |
735 | ____________________________________________________________________________ | |
736 | [ 11173] By: jhi on 2001/07/06 12:20:50 | |
737 | Log: Subject: RE: [PATCH] -I and MakeMaker again | |
738 | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> | |
739 | Date: Fri, 6 Jul 2001 09:18:29 +0200 | |
740 | Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U> | |
741 | Branch: perl | |
742 | ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm | |
743 | ! lib/ExtUtils/MM_Win32.pm | |
744 | ____________________________________________________________________________ | |
745 | [ 11172] By: jhi on 2001/07/06 12:18:39 | |
746 | Log: (Retracted by #11178) | |
747 | Subject: [PATCH t/op/method.t] SUPER:: strangeness | |
748 | From: Piers Cawley <pdcawley@iterative-software.com> | |
749 | Date: 06 Jul 2001 10:49:01 +0100 | |
750 | Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk> | |
751 | Branch: perl | |
752 | ! t/op/method.t | |
753 | ____________________________________________________________________________ | |
754 | [ 11171] By: jhi on 2001/07/06 01:38:55 | |
755 | Log: VOS README update from Paul Green. | |
756 | Branch: perl | |
757 | ! README.vos | |
758 | ____________________________________________________________________________ | |
759 | [ 11170] By: jhi on 2001/07/06 01:19:33 | |
760 | Log: Subject: [PATCH README.qnx hints/qnx.sh] | |
761 | From: Norton Allen <allen@huarp.harvard.edu> | |
762 | Message-Id: <200107051755.NAA21422@bottesini.harvard.edu> | |
763 | Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt) | |
764 | Branch: perl | |
765 | ! README.qnx hints/qnx.sh | |
766 | ____________________________________________________________________________ | |
767 | [ 11169] By: jhi on 2001/07/06 01:17:43 | |
768 | Log: Subject: [PATCH] Doc patch for Tie::Hash | |
769 | From: Artur Bergman <artur@contiller.se> | |
770 | Date: Thu, 05 Jul 2001 22:51:18 +0200 | |
771 | Message-ID: <B76A9FE6.1F04%artur@contiller.se> | |
772 | Branch: perl | |
773 | ! lib/Tie/Hash.pm | |
774 | ____________________________________________________________________________ | |
775 | [ 11168] By: jhi on 2001/07/06 01:16:27 | |
776 | Log: Subject: [PATCH] perlfaq4.pod | |
777 | From: "Liney, Dave" <dave.liney@gbr.conoco.com> | |
778 | Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02> | |
779 | Date: Thu, 5 Jul 2001 18:44:10 +0100 | |
780 | Branch: perl | |
781 | ! pod/perlfaq4.pod | |
782 | ____________________________________________________________________________ | |
783 | [ 11167] By: jhi on 2001/07/06 01:14:41 | |
784 | Log: Subject: [PATCH B::Deparse] Make warnings handling more robust | |
785 | From: Robin Houston <robin@kitsite.com> | |
786 | Date: Thu, 5 Jul 2001 18:33:21 +0100 | |
787 | Message-ID: <20010705183321.A27345@robin.kitsite.com> | |
788 | Branch: perl | |
789 | ! ext/B/B/Deparse.pm | |
790 | ____________________________________________________________________________ | |
791 | [ 11166] By: jhi on 2001/07/06 01:11:50 | |
792 | Log: Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 | |
793 | From: Abhijit Menon-Sen <ams@wiw.org> | |
794 | Date: Fri, 6 Jul 2001 01:26:32 +0530 | |
795 | Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> | |
796 | Branch: perl | |
797 | ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym | |
798 | ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c | |
799 | ! warnings.pl | |
800 | ____________________________________________________________________________ | |
801 | [ 11165] By: jhi on 2001/07/06 00:19:26 | |
802 | Log: (Retracted by #11175) | |
803 | Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX | |
804 | From: Norton Allen <allen@huarp.harvard.edu> | |
805 | Message-Id: <200107051734.NAA13375@bottesini.harvard.edu> | |
806 | Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt) | |
807 | Branch: perl | |
808 | ! ext/POSIX/POSIX.xs | |
809 | ____________________________________________________________________________ | |
810 | [ 11164] By: jhi on 2001/07/06 00:14:57 | |
811 | Log: Unterminated C< (noticed by Richard Hatch), and few other | |
812 | small Unicode doc tweaks. | |
813 | Branch: perl | |
814 | ! pod/perlretut.pod | |
815 | ____________________________________________________________________________ | |
816 | [ 11163] By: jhi on 2001/07/05 19:33:34 | |
817 | Log: More flexible argument understanding; add charblocks() and | |
818 | charscripts(); make charblock() and charscript() two-way; | |
819 | add charinrange(); separate the $Unicode::UCD::VERSION and | |
820 | the version of the Unicode by adding UnicodeVersion(). | |
821 | Branch: perl | |
822 | ! lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
823 | ____________________________________________________________________________ | |
824 | [ 11162] By: jhi on 2001/07/05 13:38:36 | |
825 | Log: Update Unicode::UCD on \p{In...}. | |
826 | Branch: perl | |
827 | ! lib/Unicode/UCD.pm | |
828 | ____________________________________________________________________________ | |
829 | [ 11161] By: jhi on 2001/07/05 13:26:00 | |
830 | Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX | |
831 | From: Norton Allen <allen@huarp.harvard.edu> | |
832 | Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt) | |
833 | Message-Id: <200107051357.JAA06285@bottesini.harvard.edu> | |
834 | Branch: perl | |
835 | ! lib/ExtUtils/MM_Unix.pm | |
836 | ____________________________________________________________________________ | |
837 | [ 11160] By: jhi on 2001/07/05 13:06:53 | |
838 | Log: POSIX-BC tweaks from Thomas Dorner. | |
839 | Branch: perl | |
840 | ! hints/posix-bc.sh perlio.h | |
841 | ____________________________________________________________________________ | |
842 | [ 11159] By: jhi on 2001/07/05 04:17:18 | |
843 | Log: Module updates for the delta. | |
844 | Branch: perl | |
845 | ! pod/perl572delta.pod | |
846 | ____________________________________________________________________________ | |
847 | [ 11158] By: jhi on 2001/07/05 03:45:19 | |
848 | Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX | |
849 | From: Norton Allen <allen@huarp.harvard.edu> | |
850 | Message-Id: <200107050259.WAA06843@bottesini.harvard.edu> | |
851 | Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt) | |
852 | Branch: perl | |
853 | ! ext/IO/lib/IO/t/io_sock.t | |
854 | ____________________________________________________________________________ | |
855 | [ 11157] By: jhi on 2001/07/05 03:44:19 | |
856 | Log: Subject: [PATCH perldiag.pod] Quick fixes | |
857 | From: Simon Cozens <simon@netthink.co.uk> | |
858 | Date: Wed, 4 Jul 2001 20:22:12 +0100 | |
859 | Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror> | |
860 | Branch: perl | |
861 | ! pod/perldiag.pod | |
862 | ____________________________________________________________________________ | |
863 | [ 11156] By: jhi on 2001/07/05 03:43:28 | |
864 | Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match | |
865 | From: Radu Greab <radu@netsoft.ro> | |
866 | Date: Wed, 4 Jul 2001 22:13:31 +0300 | |
867 | Message-ID: <15171.27355.895094.128142@ix.netsoft.ro> | |
868 | Branch: perl | |
869 | ! op.c sv.c t/op/pos.t | |
870 | ____________________________________________________________________________ | |
871 | [ 11155] By: jhi on 2001/07/05 03:40:24 | |
872 | Log: Subject: [PATCH] -I and MakeMaker again | |
873 | From: Michael G Schwern <schwern@pobox.com> | |
874 | Date: Wed, 4 Jul 2001 15:03:07 -0400 | |
875 | Message-ID: <20010704150307.I20340@blackrider> | |
876 | ||
877 | (and retract #11145) | |
878 | Branch: perl | |
879 | ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm | |
880 | ! lib/ExtUtils/MakeMaker.pm | |
881 | ____________________________________________________________________________ | |
882 | [ 11154] By: jhi on 2001/07/05 03:32:43 | |
883 | Log: Subject: Re: PERFORCE change 11142 for review | |
884 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
885 | Date: Wed, 4 Jul 2001 20:46:26 +0200 | |
886 | Message-Id: <200107041841.VAA25380@taas.iki.fi> | |
887 | Branch: perl | |
888 | ! lib/ExtUtils/MakeMaker.pm | |
889 | ____________________________________________________________________________ | |
890 | [ 11153] By: jhi on 2001/07/05 03:29:21 | |
891 | Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings') | |
892 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
893 | Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST) | |
894 | Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com> | |
895 | Branch: perl | |
896 | ! utils/pl2pm.PL | |
897 | ____________________________________________________________________________ | |
898 | [ 11152] By: gsar on 2001/07/05 00:52:57 | |
899 | Log: fix the binary compatibility issue when building with/without | |
900 | usemymalloc by exporting Perl_malloc() et al as simple wrappers | |
901 | around the system functions (this allows most extensions built | |
902 | using one mode to coexist with perls built in the other mode) | |
903 | ||
904 | XXX the Perl_mfree() wrapper might need to do return(free()) on | |
905 | platforms where Free_t isn't "void" | |
906 | Branch: perl | |
907 | ! embed.h embed.pl makedef.pl proto.h util.c | |
908 | ____________________________________________________________________________ | |
909 | [ 11151] By: gsar on 2001/07/05 00:42:49 | |
910 | Log: perl built with USE_ITHREADS can deadlock during fork() or backticks | |
911 | since it doesn't ensure threads other than the one calling fork() | |
912 | aren't holding any locks; the fix is to use pthread_atfork() to | |
913 | hold global locks | |
914 | ||
915 | building perl with -Dusemymalloc exacerbates the problem since | |
916 | Perl_malloc() holds a mutex, and perl's exec() calls New() | |
917 | ||
918 | XXX the code in win32thread.h may be needed on platforms that have | |
919 | no pthread_atfork() | |
920 | Branch: perl | |
921 | ! perl.c thread.h win32/win32thread.h | |
922 | ____________________________________________________________________________ | |
923 | [ 11150] By: pudge on 2001/07/04 20:07:54 | |
924 | Log: Integrate #11009 from maintperl. | |
925 | Branch: maint-5.6/macperl | |
926 | !> lib/ExtUtils/Manifest.pm | |
927 | ____________________________________________________________________________ | |
928 | [ 11149] By: pudge on 2001/07/04 19:54:46 | |
929 | Log: Flexing my Perforce muscles. | |
930 | Branch: maint-5.6/macperl | |
931 | ! README.macos | |
932 | ____________________________________________________________________________ | |
933 | [ 11148] By: jhi on 2001/07/04 17:14:51 | |
934 | Log: Update Changes. | |
935 | Branch: perl | |
936 | ! Changes patchlevel.h | |
937 | ____________________________________________________________________________ | |
938 | [ 11147] By: jhi on 2001/07/04 16:41:25 | |
939 | Log: Metaconfig unit change for #11146. | |
940 | Branch: metaconfig/U/perl | |
941 | ! d_fcntl_can_lock.U | |
942 | ____________________________________________________________________________ | |
d3a7fa0a JH |
943 | [ 11146] By: jhi on 2001/07/04 16:36:31 |
944 | Log: Somehow the #ifdefs of the added code (in #11093) made | |
945 | HP-UX to fail the fcntl locking test, without the ifdefs | |
946 | the test seems to be working again. Reason unknown: | |
947 | HP-UX cc doesn't complain either way. | |
948 | Branch: perl | |
949 | ! Configure | |
950 | ____________________________________________________________________________ | |
951 | [ 11145] By: jhi on 2001/07/04 16:08:00 | |
952 | Log: PERLRUNINST needed in some spots. | |
953 | Branch: perl | |
954 | ! lib/ExtUtils/MM_Unix.pm | |
955 | ____________________________________________________________________________ | |
956 | [ 11144] By: jhi on 2001/07/04 16:07:35 | |
957 | Log: gcc -Wall nit. | |
958 | Branch: perl | |
959 | ! pp_hot.c | |
960 | ____________________________________________________________________________ | |
961 | [ 11143] By: jhi on 2001/07/04 15:08:26 | |
962 | Log: When removing tests updating the test count is a good idea, too. | |
963 | Branch: perl | |
964 | ! lib/Net/t/require.t | |
965 | ____________________________________________________________________________ | |
966 | [ 11142] By: jhi on 2001/07/04 14:57:51 | |
967 | Log: Document #11134 and add the new symbols to the list of | |
968 | of MakeMaker known ones. | |
969 | Branch: perl | |
970 | ! lib/ExtUtils/MakeMaker.pm | |
971 | ____________________________________________________________________________ | |
972 | [ 11141] By: jhi on 2001/07/04 14:34:11 | |
973 | Log: Microperl update. | |
974 | Branch: perl | |
975 | ! uconfig.h | |
976 | ____________________________________________________________________________ | |
977 | [ 11140] By: jhi on 2001/07/04 14:32:27 | |
978 | Log: Update the libnet tests as per #11138. | |
979 | Branch: perl | |
980 | - lib/Net/t/ph.t | |
981 | ! MANIFEST lib/Net/t/require.t | |
982 | ____________________________________________________________________________ | |
983 | [ 11139] By: jhi on 2001/07/04 14:14:33 | |
984 | Log: Regen toc and modlib. | |
985 | Branch: perl | |
986 | ! pod/perlmodlib.pod pod/perltoc.pod | |
987 | ____________________________________________________________________________ | |
988 | [ 11138] By: jhi on 2001/07/04 14:10:38 | |
989 | Log: Remove DummyInetd, PH, and SNPP from the libnet, as per | |
990 | Graham's request. | |
991 | Branch: perl | |
992 | - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm | |
993 | ! MANIFEST | |
994 | ____________________________________________________________________________ | |
995 | [ 11137] By: jhi on 2001/07/04 14:06:35 | |
996 | Log: Add the OS/390 harness results to the delta. | |
997 | Branch: perl | |
998 | ! pod/perl572delta.pod | |
999 | ____________________________________________________________________________ | |
1000 | [ 11136] By: jhi on 2001/07/04 13:59:01 | |
1001 | Log: Avoid the two study tests in OS/390 until the bug has been solved. | |
1002 | Branch: perl | |
1003 | ! t/op/study.t | |
1004 | ____________________________________________________________________________ | |
1005 | [ 11135] By: jhi on 2001/07/04 13:49:08 | |
1006 | Log: DOS/DJGPP tweaks from Laszlo Molnar. | |
1007 | Branch: perl | |
1008 | ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t | |
1009 | ____________________________________________________________________________ | |
1010 | [ 11134] By: jhi on 2001/07/04 13:47:46 | |
1011 | Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE | |
1012 | From: Michael G Schwern <schwern@pobox.com> | |
1013 | Date: Wed, 4 Jul 2001 00:01:16 -0400 | |
1014 | Message-ID: <20010704000116.C591@blackrider> | |
1015 | Branch: perl | |
1016 | ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm | |
1017 | ____________________________________________________________________________ | |
1018 | [ 11133] By: jhi on 2001/07/04 01:55:20 | |
1019 | Log: The #11132 missed singleton characters (not part | |
1020 | of a unilo..unihi range) in Unicode scripts. | |
1021 | Branch: perl | |
1022 | ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl | |
1023 | ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl | |
1024 | ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl | |
1025 | ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl | |
1026 | ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl | |
1027 | ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl | |
1028 | ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl | |
1029 | ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl | |
1030 | ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl | |
1031 | ! lib/unicode/mktables.PL t/op/pat.t | |
1032 | ____________________________________________________________________________ | |
1033 | [ 11132] By: jhi on 2001/07/04 01:32:11 | |
1034 | Log: Support preferentially the Unicode 'scripts' definition | |
1035 | in the \p{In...} notation since according to Unicode the | |
1036 | scripts concept is more natural for matching than using | |
1037 | the somewhat artificial block names. The block names are | |
1038 | still available, though, and if there's a name conflict, | |
1039 | the scripts one wins and the blocks one has to do with | |
1040 | 'Block' appended to its name. For more information see | |
1041 | ||
1042 | http://www.unicode.org/unicode/reports/tr24/ | |
1043 | Branch: perl | |
1044 | + lib/unicode/In/100.pl lib/unicode/In/101.pl | |
1045 | + lib/unicode/In/102.pl lib/unicode/In/103.pl | |
1046 | + lib/unicode/In/104.pl lib/unicode/In/105.pl | |
1047 | + lib/unicode/In/106.pl lib/unicode/In/107.pl | |
1048 | + lib/unicode/In/108.pl lib/unicode/In/109.pl | |
1049 | + lib/unicode/In/110.pl lib/unicode/In/111.pl | |
1050 | + lib/unicode/In/112.pl lib/unicode/In/113.pl | |
1051 | + lib/unicode/In/114.pl lib/unicode/In/115.pl | |
1052 | + lib/unicode/In/116.pl lib/unicode/In/117.pl | |
1053 | + lib/unicode/In/118.pl lib/unicode/In/119.pl | |
1054 | + lib/unicode/In/120.pl lib/unicode/In/121.pl | |
1055 | + lib/unicode/In/122.pl lib/unicode/In/123.pl | |
1056 | + lib/unicode/In/124.pl lib/unicode/In/125.pl | |
1057 | + lib/unicode/In/126.pl lib/unicode/In/127.pl | |
1058 | + lib/unicode/In/128.pl lib/unicode/In/129.pl | |
1059 | + lib/unicode/In/130.pl lib/unicode/In/131.pl | |
1060 | + lib/unicode/In/132.pl lib/unicode/In/133.pl | |
1061 | + lib/unicode/In/134.pl lib/unicode/In/135.pl | |
1062 | + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl | |
1063 | + lib/unicode/In/99.pl lib/unicode/Scripts.pl | |
1064 | ! (edit 106 files) | |
1065 | ____________________________________________________________________________ | |
1066 | [ 11131] By: jhi on 2001/07/03 23:02:02 | |
1067 | Log: Better document the difference between a block and a script. | |
1068 | Branch: perl | |
1069 | ! lib/Unicode/UCD.pm | |
1070 | ____________________________________________________________________________ | |
1071 | [ 11130] By: jhi on 2001/07/03 22:49:15 | |
1072 | Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch | |
1073 | From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | |
1074 | Date: Tue, 3 Jul 2001 15:04:23 -0500 | |
1075 | Message-ID: <20010703150423.C9787@chaos.wustl.edu> | |
1076 | Branch: perl | |
1077 | ! lib/CPAN.pm | |
1078 | ____________________________________________________________________________ | |
1079 | [ 11129] By: jhi on 2001/07/03 22:45:41 | |
1080 | Log: Add tests for charscript(). | |
1081 | Branch: perl | |
1082 | ! lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
1083 | ____________________________________________________________________________ | |
1084 | [ 11128] By: jhi on 2001/07/03 20:41:54 | |
1085 | Log: Add charscript() to get the UTR#24 script names of characters. | |
1086 | Branch: perl | |
1087 | ! lib/Unicode/UCD.pm | |
1088 | ____________________________________________________________________________ | |
1089 | [ 11127] By: jhi on 2001/07/03 19:53:29 | |
1090 | Log: Todo updates. | |
1091 | Branch: perl | |
1092 | ! pod/perltodo.pod | |
1093 | ____________________________________________________________________________ | |
1094 | [ 11126] By: jhi on 2001/07/03 19:45:30 | |
1095 | Log: Unicode::UCD updates. | |
1096 | Branch: perl | |
1097 | ! lib/Unicode/UCD.pm | |
1098 | ____________________________________________________________________________ | |
1099 | [ 11125] By: jhi on 2001/07/03 16:12:20 | |
1100 | Log: Subject: MakeMaker should pass through DEFINE and INC to subdirs | |
1101 | From: Alan Burlison <Alan.Burlison@sun.com> | |
1102 | Date: Tue, 03 Jul 2001 15:20:13 +0100 | |
1103 | Message-ID: <3B41D49D.A923D4F9@sun.com> | |
1104 | Branch: perl | |
1105 | ! lib/ExtUtils/MM_Unix.pm | |
1106 | ____________________________________________________________________________ | |
1107 | [ 11124] By: jhi on 2001/07/03 16:06:53 | |
1108 | Log: Subject: Patch needed for UTS | |
1109 | From: hom00@utsglobal.com (Hal Morris) | |
1110 | Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT) | |
1111 | Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com> | |
1112 | ||
1113 | Replace #11113 with a better version. | |
1114 | Branch: perl | |
1115 | ! perl.h | |
1116 | ____________________________________________________________________________ | |
1117 | [ 11123] By: jhi on 2001/07/03 16:04:49 | |
1118 | Log: Subject: Re: POINTERRIGOR | |
1119 | From: Andy Dougherty <doughera@lafayette.edu> | |
1120 | Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT) | |
1121 | Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu> | |
1122 | Branch: perl | |
1123 | ! util.c | |
1124 | ____________________________________________________________________________ | |
1125 | [ 11122] By: jhi on 2001/07/03 16:03:31 | |
1126 | Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files | |
1127 | From: "Philip Newton" <pnewton@gmx.de> | |
1128 | Date: Tue, 3 Jul 2001 17:03:34 +0200 | |
1129 | Message-ID: <3B41FAE6.29564.660E117@localhost> | |
1130 | Branch: perl | |
1131 | ! pp_hot.c | |
1132 | ____________________________________________________________________________ | |
1133 | [ 11121] By: jhi on 2001/07/03 13:26:08 | |
1134 | Log: Typos. | |
1135 | Branch: perl | |
1136 | ! INSTALL | |
1137 | ____________________________________________________________________________ | |
1138 | [ 11120] By: jhi on 2001/07/03 11:34:47 | |
1139 | Log: Subject: [PATCH 5.6.1] debugger fixes | |
1140 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1141 | Date: Tue, 3 Jul 2001 03:38:18 -0400 | |
1142 | Message-ID: <20010703033818.A16788@math.ohio-state.edu> | |
1143 | ||
1144 | The $^S is working again. | |
1145 | Branch: perl | |
1146 | ! lib/perl5db.pl | |
1147 | ____________________________________________________________________________ | |
1148 | [ 11119] By: jhi on 2001/07/03 11:33:27 | |
1149 | Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements | |
1150 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1151 | Date: Tue, 3 Jul 2001 03:34:06 -0400 | |
1152 | Message-ID: <20010703033406.A16776@math.ohio-state.edu> | |
1153 | Branch: perl | |
1154 | ! os2/OS2/Process/Process.pm | |
1155 | ____________________________________________________________________________ | |
1156 | [ 11118] By: jhi on 2001/07/03 11:29:54 | |
1157 | Log: Subject: [PATCH bleadperl] Bad lishp in change 11084 | |
1158 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1159 | Date: Tue, 3 Jul 2001 09:11:27 +0200 | |
1160 | Message-Id: <200107030706.KAA04596@taas.iki.fi> | |
1161 | Branch: perl | |
1162 | ! lib/FindBin.pm | |
1163 | ____________________________________________________________________________ | |
1164 | [ 11117] By: jhi on 2001/07/03 11:25:14 | |
1165 | Log: Delta delta. | |
1166 | Branch: perl | |
1167 | ! pod/perl572delta.pod | |
1168 | ____________________________________________________________________________ | |
1169 | [ 11116] By: jhi on 2001/07/02 23:06:50 | |
1170 | Log: Metaconfig unit change for 11115. | |
1171 | Branch: metaconfig | |
1172 | ! U/modified/libc.U | |
1173 | ____________________________________________________________________________ | |
1174 | [ 11115] By: jhi on 2001/07/02 23:06:27 | |
1175 | Log: Whitespace allowed at the ends of /lib/syscalls.exp lines | |
1176 | (from Richard Hatch) (this was the cause of pipes() and | |
1177 | times() myeteriously not being found) | |
1178 | Branch: perl | |
1179 | ! Configure | |
1180 | ____________________________________________________________________________ | |
1181 | [ 11114] By: jhi on 2001/07/02 22:58:41 | |
1182 | Log: Retract #10142, the real culprit found by Richard Hatch, | |
1183 | coming soon to Configure near you. | |
1184 | Branch: perl | |
1185 | ! hints/aix.sh | |
1186 | ____________________________________________________________________________ | |
1187 | [ 11113] By: jhi on 2001/07/02 22:56:09 | |
1188 | Log: (Replaced by #11124) UTS workaround from Hal Morris. | |
1189 | Branch: perl | |
1190 | ! perl.h | |
1191 | ____________________________________________________________________________ | |
1192 | [ 11112] By: jhi on 2001/07/02 22:53:29 | |
1193 | Log: Subject: [PATCH] grok not grocking correctly | |
1194 | From: Nicholas Clark <nick@ccl4.org> | |
1195 | Date: Tue, 3 Jul 2001 00:19:08 +0100 | |
1196 | Message-ID: <20010703001908.H59620@plum.flirble.org> | |
1197 | Branch: perl | |
1198 | ! numeric.c | |
1199 | ____________________________________________________________________________ | |
1200 | [ 11111] By: jhi on 2001/07/02 22:48:42 | |
1201 | Log: Subject: [PATCH Deparse.t] test just-posted patches | |
1202 | From: Robin Houston <robin@kitsite.com> | |
1203 | Date: Mon, 2 Jul 2001 23:46:15 +0100 | |
1204 | Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk> | |
1205 | Branch: perl | |
1206 | ! ext/B/Deparse.t | |
1207 | ____________________________________________________________________________ | |
1208 | [ 11110] By: jhi on 2001/07/02 22:27:10 | |
1209 | Log: Subject: [PATCH toke.c] autosplit into @F | |
1210 | From: Robin Houston <robin@kitsite.com> | |
1211 | Date: Mon, 2 Jul 2001 23:18:20 +0100 | |
1212 | Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk> | |
1213 | Branch: perl | |
1214 | ! perl.c toke.c | |
1215 | ____________________________________________________________________________ | |
1216 | [ 11109] By: jhi on 2001/07/02 22:25:03 | |
1217 | Log: Subject: [PATCH B::Deparse] hash key auto-quoting | |
1218 | From: Robin Houston <robin@kitsite.com> | |
1219 | Date: Mon, 2 Jul 2001 23:00:48 +0100 | |
1220 | Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk> | |
1221 | Branch: perl | |
1222 | ! ext/B/B/Deparse.pm | |
1223 | ____________________________________________________________________________ | |
1224 | [ 11108] By: jhi on 2001/07/02 19:21:18 | |
1225 | Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/ | |
1226 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1227 | Date: Mon, 2 Jul 2001 22:06:22 +0200 | |
1228 | (no Message-Id) | |
1229 | Branch: perl | |
1230 | ! ext/NDBM_File/hints/linux.pl | |
1231 | ____________________________________________________________________________ | |
1232 | [ 11107] By: jhi on 2001/07/02 19:19:25 | |
1233 | Log: Subject: Re: Fixed pack problem - sort of | |
1234 | From: Nicholas Clark <nick@ccl4.org> | |
1235 | Date: Mon, 2 Jul 2001 20:59:20 +0100 | |
1236 | Message-ID: <20010702205919.F59620@plum.flirble.org> | |
1237 | Branch: perl | |
1238 | ! pp_pack.c t/op/pack.t | |
1239 | ____________________________________________________________________________ | |
1240 | [ 11106] By: jhi on 2001/07/02 19:18:28 | |
1241 | Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd | |
1242 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1243 | Date: Mon, 2 Jul 2001 15:45:41 -0400 | |
1244 | Message-ID: <20010702154541.B24295@math.ohio-state.edu> | |
1245 | Branch: perl | |
1246 | ! os2/os2.c | |
1247 | ____________________________________________________________________________ | |
1248 | [ 11105] By: jhi on 2001/07/02 19:17:27 | |
00847e8a | 1249 | Log: (Mistaken retraction) |
d3a7fa0a JH |
1250 | Branch: perl |
1251 | ! utils/pl2pm.PL | |
1252 | ____________________________________________________________________________ | |
1253 | [ 11104] By: jhi on 2001/07/02 18:56:15 | |
1254 | Log: Detypo in #11103. | |
1255 | Branch: perl | |
1256 | ! utils/pl2pm.PL | |
1257 | ____________________________________________________________________________ | |
1258 | [ 11103] By: jhi on 2001/07/02 18:54:53 | |
1259 | Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings') | |
1260 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
1261 | Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST) | |
1262 | Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com> | |
1263 | Branch: perl | |
1264 | ! utils/pl2pm.PL | |
1265 | ____________________________________________________________________________ | |
1266 | [ 11102] By: jhi on 2001/07/02 18:16:09 | |
1267 | Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak? | |
1268 | From: "Craig A. Berry" <craigberry@mac.com> | |
1269 | Date: Mon, 02 Jul 2001 14:11:23 -0500 | |
1270 | Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01> | |
1271 | Branch: perl | |
1272 | ! lib/Unicode/UCD.pm | |
1273 | ____________________________________________________________________________ | |
1274 | [ 11101] By: jhi on 2001/07/02 18:14:51 | |
1275 | Log: Subject: [PATCH] Re: op/numconvert.t failures | |
1276 | From: Nicholas Clark <nick@ccl4.org> | |
1277 | Date: Mon, 2 Jul 2001 20:10:48 +0100 | |
1278 | Message-ID: <20010702201048.E59620@plum.flirble.org> | |
1279 | Branch: perl | |
1280 | ! t/op/numconvert.t | |
1281 | ____________________________________________________________________________ | |
1282 | [ 11100] By: jhi on 2001/07/02 17:51:44 | |
1283 | Log: Update Changes. | |
1284 | Branch: perl | |
1285 | ! Changes patchlevel.h | |
1286 | ____________________________________________________________________________ | |
f44d3bd2 JH |
1287 | [ 11099] By: jhi on 2001/07/02 17:46:31 |
1288 | Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked). | |
1289 | The real fix must be more involved. The line of code all the leaky | |
1290 | call stacks seem to go through is op.c:2949, the PmopSTASH_set() | |
1291 | line of Perl_newPMOP(). | |
1292 | Branch: perl | |
1293 | ! op.h | |
1294 | ____________________________________________________________________________ | |
1295 | [ 11098] By: jhi on 2001/07/02 17:37:44 | |
1296 | Log: Based on | |
1297 | ||
1298 | Subject: Re: sizeof(struct sembuf) | |
1299 | From: Nicholas Clark <nick@ccl4.org> | |
1300 | Date: Sun, 1 Jul 2001 22:26:48 +0100 | |
1301 | Message-ID: <20010701222648.W59620@plum.flirble.org> | |
1302 | ||
1303 | but do semop() always the slow way. | |
1304 | Branch: perl | |
1305 | ! doio.c | |
1306 | ____________________________________________________________________________ | |
1307 | [ 11097] By: jhi on 2001/07/02 17:22:14 | |
1308 | Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings | |
1309 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
1310 | Date: Tue, 03 Jul 2001 00:56:30 +0900 | |
1311 | Message-Id: <20010703005600.2225.BQW10602@nifty.com> | |
1312 | Branch: perl | |
1313 | ! ext/Encode/Encode/Tcl.t | |
1314 | ____________________________________________________________________________ | |
1315 | [ 11096] By: jhi on 2001/07/02 17:11:24 | |
1316 | Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences | |
1317 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
1318 | Date: Tue, 03 Jul 2001 00:55:46 +0900 | |
1319 | Message-Id: <20010703005516.2222.BQW10602@nifty.com> | |
1320 | Branch: perl | |
1321 | ! ext/Encode/Encode/Tcl.pm | |
1322 | ____________________________________________________________________________ | |
1323 | [ 11095] By: jhi on 2001/07/02 17:07:14 | |
1324 | Log: Regen api and toc. | |
1325 | Branch: perl | |
1326 | ! pod/perlapi.pod pod/perltoc.pod | |
1327 | ____________________________________________________________________________ | |
1328 | [ 11094] By: jhi on 2001/07/02 16:29:42 | |
1329 | Log: Metaconfig unit change for #11093. | |
1330 | Branch: metaconfig/U/perl | |
1331 | ! d_fcntl_can_lock.U | |
1332 | ____________________________________________________________________________ | |
1333 | [ 11093] By: jhi on 2001/07/02 16:28:56 | |
1334 | Log: The fcntl locking test may hang if NFS locking messed up; | |
1335 | break out with alarm(10). | |
1336 | Branch: perl | |
1337 | ! Configure | |
1338 | ____________________________________________________________________________ | |
1339 | [ 11092] By: jhi on 2001/07/02 14:11:31 | |
1340 | Log: Move the mdelete.bat from win32/bin to win32. | |
1341 | Branch: perl | |
1342 | ! MANIFEST | |
1343 | ____________________________________________________________________________ | |
1344 | [ 11091] By: jhi on 2001/07/02 14:10:01 | |
1345 | Log: Typo in #11083. | |
1346 | Branch: perl | |
1347 | ! ext/Time/Piece/Piece.t | |
1348 | ____________________________________________________________________________ | |
1349 | [ 11090] By: jhi on 2001/07/02 13:36:58 | |
1350 | Log: Netware tweaks from Guruprasad. | |
1351 | Branch: perl | |
1352 | - NetWare/perlsdio.h | |
1353 | ! MANIFEST NetWare/Makefile NetWare/interface.c | |
1354 | ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h | |
1355 | ! perlsdio.h | |
1356 | ____________________________________________________________________________ | |
1357 | [ 11089] By: jhi on 2001/07/02 13:25:40 | |
1358 | Log: Subject: Re: [PATH] shared -> unique; | |
1359 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1360 | Date: Wed, 27 Jun 2001 03:51:27 +0530 | |
1361 | Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org> | |
1362 | Branch: perl | |
1363 | ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c | |
1364 | ____________________________________________________________________________ | |
1365 | [ 11088] By: jhi on 2001/07/02 13:24:27 | |
1366 | Log: Subject: Re: AIX / gcc-3.0 | |
1367 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1368 | Date: Mon, 02 Jul 2001 15:20:21 +0200 | |
1369 | Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl> | |
1370 | Branch: perl | |
1371 | ! hints/aix.sh | |
1372 | ____________________________________________________________________________ | |
1373 | [ 11087] By: jhi on 2001/07/02 13:23:21 | |
1374 | Log: Subject: Re: Bug report: split splits on wrong pattern | |
1375 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1376 | Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org> | |
1377 | Date: Mon, 2 Jul 2001 16:31:33 +0530 | |
1378 | Branch: perl | |
1379 | ! pp_ctl.c | |
1380 | ____________________________________________________________________________ | |
1381 | [ 11086] By: jhi on 2001/07/02 13:22:30 | |
1382 | Log: Subject: [PATCH 5.6.1] test harness | |
1383 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1384 | Date: Mon, 2 Jul 2001 06:29:21 -0400 | |
1385 | Message-ID: <20010702062921.A1810@math.ohio-state.edu> | |
1386 | Branch: perl | |
1387 | ! lib/Test/Harness.pm | |
1388 | ____________________________________________________________________________ | |
1389 | [ 11085] By: jhi on 2001/07/02 13:21:39 | |
1390 | Log: Subject: [PATCH 5.6.1] debugger goof | |
1391 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1392 | Date: Mon, 2 Jul 2001 06:27:22 -0400 | |
1393 | Message-ID: <20010702062722.A1746@math.ohio-state.edu> | |
1394 | Branch: perl | |
1395 | ! lib/perl5db.pl | |
1396 | ____________________________________________________________________________ | |
1397 | [ 11084] By: jhi on 2001/07/02 13:20:50 | |
1398 | Log: Subject: [PATCH 5.6.1] OS/2 cwd | |
1399 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1400 | Date: Mon, 2 Jul 2001 06:21:17 -0400 | |
1401 | Message-ID: <20010702062117.A1401@math.ohio-state.edu> | |
1402 | Branch: perl | |
1403 | ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c | |
1404 | ____________________________________________________________________________ | |
1405 | [ 11083] By: jhi on 2001/07/02 13:19:18 | |
1406 | Log: Make #11082 more OS/2-specific. | |
1407 | Branch: perl | |
1408 | ! ext/Time/Piece/Piece.t | |
1409 | ____________________________________________________________________________ | |
1410 | [ 11082] By: jhi on 2001/07/02 13:14:36 | |
1411 | Log: Subject: [PATCH 5.6.1] OS/2 gmtime() | |
1412 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1413 | Date: Mon, 2 Jul 2001 06:06:34 -0400 | |
1414 | Message-ID: <20010702060634.A1356@math.ohio-state.edu> | |
1415 | Branch: perl | |
1416 | ! ext/Time/Piece/Piece.t | |
1417 | ____________________________________________________________________________ | |
1418 | [ 11081] By: jhi on 2001/07/02 13:13:08 | |
1419 | Log: Subject: [PATCH B::Deparse] version number & changes | |
1420 | From: Robin Houston <robin@kitsite.com> | |
1421 | Date: Sun, 1 Jul 2001 17:17:29 +0100 | |
1422 | Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk> | |
1423 | Branch: perl | |
1424 | ! ext/B/B/Deparse.pm | |
1425 | ____________________________________________________________________________ | |
1426 | [ 11080] By: jhi on 2001/07/02 13:11:48 | |
1427 | Log: Subject: a small fix. | |
1428 | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> | |
1429 | Date: Mon, 2 Jul 2001 12:17:53 +0200 | |
1430 | Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U> | |
1431 | Branch: perl | |
1432 | ! ext/Thread/Thread.xs | |
1433 | ____________________________________________________________________________ | |
1434 | [ 11079] By: jhi on 2001/07/02 13:10:39 | |
1435 | Log: Subject: RE: perl@10907 | |
1436 | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> | |
1437 | Date: Mon, 2 Jul 2001 12:06:16 +0200 | |
1438 | Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U> | |
1439 | ||
1440 | Borland C vs PerlIO. | |
1441 | Branch: perl | |
1442 | ! win32/config.bc win32/config_H.bc | |
1443 | ____________________________________________________________________________ | |
1444 | [ 11078] By: jhi on 2001/07/02 13:03:44 | |
1445 | Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1 | |
1446 | From: "H.M. Brand" <merijn@l1.procura.nl> | |
1447 | Date: Mon, 02 Jul 2001 11:18:57 +0200 | |
1448 | Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl> | |
1449 | Branch: perl | |
1450 | ! t/op/write.t | |
1451 | ____________________________________________________________________________ | |
1452 | [ 11077] By: jhi on 2001/07/02 12:58:27 | |
1453 | Log: Subject: [PATCH] Deleting ext/util/mkbootstrap | |
1454 | From: Michael G Schwern <schwern@pobox.com> | |
1455 | Date: Mon, 2 Jul 2001 00:26:24 -0400 | |
1456 | Message-ID: <20010702002624.A18302@blackrider> | |
1457 | Branch: perl | |
1458 | - ext/util/mkbootstrap | |
1459 | ____________________________________________________________________________ | |
1460 | [ 11076] By: jhi on 2001/07/02 12:56:20 | |
1461 | Log: Subject: [PATCH op.h] v minor comment tweak | |
1462 | From: Robin Houston <robin@puffinry.freeserve.co.uk> | |
1463 | Date: Mon, 2 Jul 2001 00:42:01 +0100 | |
1464 | Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk> | |
1465 | Branch: perl | |
1466 | ! op.h | |
1467 | ____________________________________________________________________________ | |
1468 | [ 11075] By: jhi on 2001/07/02 12:53:48 | |
1469 | Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts. | |
1470 | Branch: perl | |
1471 | ! pod/perlfunc.pod | |
1472 | ____________________________________________________________________________ | |
1473 | [ 11074] By: jhi on 2001/07/02 12:52:28 | |
1474 | Log: Subject: Re: sizeof(struct sembuf) | |
1475 | From: Nicholas Clark <nick@ccl4.org> | |
1476 | Date: Sun, 1 Jul 2001 19:23:16 +0100 | |
1477 | Message-ID: <20010701192316.V59620@plum.flirble.org> | |
1478 | ||
1479 | s/signaling/signalling/ | |
1480 | Branch: perl | |
1481 | ! pod/perlfunc.pod | |
1482 | ____________________________________________________________________________ | |
1483 | [ 11073] By: jhi on 2001/07/02 12:49:51 | |
1484 | Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N | |
1485 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1486 | Date: Sun, 1 Jul 2001 09:37:56 +0200 | |
1487 | Message-Id: <200107010733.KAA03920@taas.iki.fi> | |
1488 | Branch: perl | |
1489 | ! pod/perlvar.pod | |
1490 | ____________________________________________________________________________ | |
1491 | [ 11072] By: jhi on 2001/07/02 12:48:03 | |
1492 | Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/ | |
1493 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1494 | Date: Sun, 1 Jul 2001 09:37:56 +0200 | |
1495 | Message-Id: <200107010733.KAA03925@taas.iki.fi> | |
1496 | Branch: perl | |
1497 | ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm | |
1498 | ____________________________________________________________________________ | |
1499 | [ 11071] By: jhi on 2001/07/02 12:45:12 | |
1500 | Log: Metaconfig unit change for #11070. | |
1501 | Branch: metaconfig | |
1502 | ! U/compline/randfunc.U | |
1503 | ____________________________________________________________________________ | |
1504 | [ 11070] By: jhi on 2001/07/02 12:43:58 | |
1505 | Log: Subject: [PATCH perlsnap] its --> it's --> its | |
1506 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1507 | Date: Sun, 1 Jul 2001 09:37:56 +0200 | |
1508 | Message-Id: <200107010733.KAA03914@taas.iki.fi> | |
1509 | Branch: perl | |
1510 | ! Porting/config_H | |
1511 | ____________________________________________________________________________ | |
1512 | [ 11069] By: jhi on 2001/07/02 12:01:52 | |
1513 | Log: Sync with Sarathy; integrate with perlio. | |
1514 | Branch: perl | |
1515 | !> gv.c | |
1516 | ____________________________________________________________________________ | |
1517 | [ 11068] By: gsar on 2001/07/02 08:07:54 | |
1518 | Log: regenerate win32/config_H.?c files | |
1519 | Branch: perl | |
1520 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
1521 | ____________________________________________________________________________ | |
1522 | [ 11067] By: gsar on 2001/07/02 08:03:55 | |
1523 | Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | |
1524 | naming discipline | |
1525 | ||
1526 | win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing | |
1527 | because of this) | |
1528 | ||
1529 | fix a warning about "fd" being used without being set in Cwd.xs | |
1530 | Branch: perl | |
1531 | ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t | |
1532 | ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c | |
1533 | ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc | |
1534 | ! win32/config.vc | |
1535 | ____________________________________________________________________________ | |
1536 | [ 11066] By: gsar on 2001/07/02 07:12:10 | |
1537 | Log: win32 fixes: fix various syntax errors ("no preprocessor directives | |
1538 | within macro arguments") and warnings ("unary minus applied to | |
1539 | unsigned type", among others) | |
1540 | Branch: perl | |
1541 | ! gv.c hv.c op.c pp.c sv.c toke.c | |
1542 | ____________________________________________________________________________ | |
1543 | [ 11065] By: gsar on 2001/07/02 06:26:22 | |
1544 | Log: win32 fixes: more spurious CRs | |
1545 | Branch: perl | |
1546 | ! win32/mdelete.bat | |
1547 | ____________________________________________________________________________ | |
1548 | [ 11064] By: gsar on 2001/07/02 06:25:22 | |
1549 | Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat | |
1550 | from win32/bin (or it gets deleted by distclean); don't delete | |
1551 | lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on | |
1552 | NT (should be made Win9x specific, and added to makefile.mk) | |
1553 | Branch: perl | |
1554 | +> win32/mdelete.bat | |
1555 | - win32/bin/mdelete.bat | |
1556 | ! win32/Makefile win32/makefile.mk | |
1557 | ____________________________________________________________________________ | |
1558 | [ 11063] By: nick on 2001/07/01 18:54:09 | |
1559 | Log: Quick for for #ifdef mess | |
1560 | Branch: perlio | |
1561 | ! gv.c | |
1562 | ____________________________________________________________________________ | |
1563 | [ 11062] By: nick on 2001/07/01 18:47:42 | |
1564 | Log: Raw integrate - does not build #if mess in gv.c | |
1565 | Branch: perlio | |
1566 | !> (integrate 29 files) | |
1567 | ____________________________________________________________________________ | |
1568 | [ 11061] By: jhi on 2001/07/01 15:20:38 | |
1569 | Log: Make 'compile' target a little less broken. | |
1570 | Still very broken, though: -Wall warnings from | |
1571 | the generated code, boot_Foo prototypes missing, | |
1572 | can't autoload Fcntl::SEEK_CUR et alia, ... | |
1573 | Branch: perl | |
1574 | ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile | |
1575 | ! utils/perlcc.PL x2p/Makefile.SH | |
1576 | ____________________________________________________________________________ | |
1577 | [ 11060] By: jhi on 2001/07/01 14:04:20 | |
1578 | Log: Upgrade to Storable 1.0.12, from Raphael Manfredi. | |
1579 | Branch: perl | |
1580 | ! ext/Storable/ChangeLog ext/Storable/Storable.pm | |
1581 | ! ext/Storable/Storable.xs ext/Storable/t/freeze.t | |
1582 | ____________________________________________________________________________ | |
1583 | [ 11059] By: jhi on 2001/07/01 05:02:59 | |
1584 | Log: Update Changes. | |
1585 | Branch: perl | |
1586 | ! Changes patchlevel.h | |
1587 | ____________________________________________________________________________ | |
02d1ae82 JH |
1588 | [ 11058] By: jhi on 2001/07/01 04:57:05 |
1589 | Log: Still one typo, regen toc. | |
1590 | Branch: perl | |
1591 | ! lib/Unicode/UCD.pm pod/perltoc.pod | |
1592 | ____________________________________________________________________________ | |
1593 | [ 11057] By: jhi on 2001/07/01 04:54:35 | |
1594 | Log: Detypos and regen toc. | |
1595 | Branch: perl | |
1596 | ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod | |
1597 | ____________________________________________________________________________ | |
1598 | [ 11056] By: jhi on 2001/07/01 04:26:08 | |
1599 | Log: VERSION tweak. | |
1600 | Branch: perl | |
1601 | ! ext/List/Util/lib/List/Util.pm | |
1602 | ____________________________________________________________________________ | |
1603 | [ 11055] By: jhi on 2001/06/30 22:18:37 | |
1604 | Log: Attempt at plugging the leak under ithreads detected by Doug. | |
1605 | Branch: perl | |
1606 | ! op.h | |
1607 | ____________________________________________________________________________ | |
1608 | [ 11054] By: jhi on 2001/06/30 21:33:29 | |
1609 | Log: gcc -Wall lint after #11051. | |
1610 | Branch: perl | |
1611 | ! pp_sys.c | |
1612 | ____________________________________________________________________________ | |
1613 | [ 11053] By: jhi on 2001/06/30 21:13:55 | |
1614 | Log: Integrate perlio. | |
1615 | Branch: perl | |
1616 | !> lib/File/Find/taint.t | |
1617 | ____________________________________________________________________________ | |
1618 | [ 11052] By: jhi on 2001/06/30 21:07:38 | |
1619 | Log: Don't use the v-strings for module VERSIONs. | |
1620 | Branch: perl | |
1621 | ! lib/Unicode/UCD.pm | |
1622 | ____________________________________________________________________________ | |
1623 | [ 11051] By: jhi on 2001/06/30 20:59:57 | |
1624 | Log: Code cleanup based on turning off the -woffs in IRIX. | |
1625 | Not all of the gripes cleaned up (hairy code in hv.c and | |
1626 | regcomp.c; unused newsp, gimme, and optype from cop.h macros; | |
1627 | unused 'key' arguments in ?DBM_File.xs) (and the -woffs left | |
1628 | to the IRIX hints) | |
1629 | Branch: perl | |
1630 | ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs | |
1631 | ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs | |
1632 | ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c | |
1633 | ! regcomp.c sv.c | |
1634 | ____________________________________________________________________________ | |
1635 | [ 11050] By: nick on 2001/06/30 20:46:46 | |
1636 | Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t | |
1637 | Branch: perlio | |
1638 | ! lib/File/Find/taint.t | |
1639 | ____________________________________________________________________________ | |
1640 | [ 11049] By: nick on 2001/06/30 18:13:33 | |
1641 | Log: Integrate mainline | |
1642 | Branch: perlio | |
1643 | +> NetWare/nwstdio.h NetWare/perlsdio.h | |
1644 | +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc | |
1645 | +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm | |
1646 | +> lib/Unicode/UCD.t t/run/exit.t | |
1647 | !> (integrate 60 files) | |
1648 | ____________________________________________________________________________ | |
1649 | [ 11048] By: jhi on 2001/06/30 16:23:39 | |
1650 | Log: Delta delta. | |
1651 | Branch: perl | |
1652 | ! pod/perl572delta.pod | |
1653 | ____________________________________________________________________________ | |
1654 | [ 11047] By: jhi on 2001/06/30 16:03:40 | |
1655 | Log: More VERSION tuning: to avoid unnecessary Perl upgrades | |
1656 | by CPAN.pm, use rather _00. | |
1657 | Branch: perl | |
1658 | ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm | |
1659 | ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm | |
1660 | ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm | |
1661 | ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm | |
1662 | ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm | |
1663 | ! lib/ExtUtils/Embed.pm lib/Test.pm | |
1664 | ____________________________________________________________________________ | |
1665 | [ 11046] By: jhi on 2001/06/30 15:53:22 | |
1666 | Log: Add a simple Unicode character database interface, Unicode::UCD. | |
1667 | Branch: perl | |
1668 | + lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
1669 | ! MANIFEST | |
1670 | ____________________________________________________________________________ | |
1671 | [ 11045] By: jhi on 2001/06/30 13:42:37 | |
1672 | Log: Subject: [PATCH] op/numconver.t | |
1673 | From: Nicholas Clark <nick@ccl4.org> | |
1674 | Date: Sat, 30 Jun 2001 15:40:10 +0100 | |
1675 | Message-ID: <20010630154010.I59620@plum.flirble.org> | |
1676 | Branch: perl | |
1677 | ! t/op/numconvert.t | |
1678 | ____________________________________________________________________________ | |
1679 | [ 11044] By: jhi on 2001/06/30 13:29:25 | |
1680 | Log: The $^N is now taken (by #11038). | |
1681 | Branch: perl | |
1682 | ! t/base/lex.t | |
1683 | ____________________________________________________________________________ | |
1684 | [ 11043] By: jhi on 2001/06/30 13:15:59 | |
1685 | Log: The #11040 had slipped to a wrong function... | |
1686 | Branch: perl | |
1687 | ! sv.c | |
1688 | ____________________________________________________________________________ | |
1689 | [ 11042] By: jhi on 2001/06/30 13:08:25 | |
1690 | Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0) | |
1691 | the Configure library symbol probe mysteriously finds all | |
1692 | symbols but those of pipe() and times(). | |
1693 | Branch: perl | |
1694 | ! hints/aix.sh | |
1695 | ____________________________________________________________________________ | |
1696 | [ 11041] By: jhi on 2001/06/30 13:01:25 | |
1697 | Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00) | |
1698 | From: Nicholas Clark <nick@ccl4.org> | |
1699 | Date: Fri, 29 Jun 2001 23:49:07 +0100 | |
1700 | Message-ID: <20010629234907.D59620@plum.flirble.org> | |
1701 | Branch: perl | |
1702 | ! lib/ExtUtils.t | |
1703 | ____________________________________________________________________________ | |
1704 | [ 11040] By: jhi on 2001/06/30 13:00:24 | |
1705 | Log: Subject: [PATCH] weakref fix 2, not yet there | |
1706 | From: Artur Bergman <artur@contiller.se> | |
1707 | Date: Sat, 30 Jun 2001 01:18:16 +0200 | |
1708 | Message-ID: <B762D957.1CC9%artur@contiller.se> | |
1709 | Branch: perl | |
1710 | ! sv.c | |
1711 | ____________________________________________________________________________ | |
1712 | [ 11039] By: jhi on 2001/06/30 12:59:25 | |
1713 | Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes. | |
1714 | From: Michael G Schwern <schwern@pobox.com> | |
1715 | Date: Fri, 29 Jun 2001 19:39:11 -0400 | |
1716 | Message-ID: <20010629193910.D25304@blackrider> | |
1717 | Branch: perl | |
1718 | + t/run/exit.t | |
1719 | ! MANIFEST | |
1720 | ____________________________________________________________________________ | |
1721 | [ 11038] By: jhi on 2001/06/30 12:58:16 | |
1722 | Log: Add support for $^N, the most-recently closed group. | |
1723 | Branch: perl | |
1724 | ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod | |
1725 | ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t | |
1726 | ! thrdvar.h | |
1727 | ____________________________________________________________________________ | |
1728 | [ 11037] By: jhi on 2001/06/30 12:53:40 | |
1729 | Log: Subject: [ID 20010630.001] Editorial nits in README.solaris | |
1730 | From: lvirden@cas.org | |
1731 | Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT) | |
1732 | Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org> | |
1733 | ||
1734 | Subject: [ID 20010630.002] Another editorial tweak to README.solaris | |
1735 | From: lvirden@cas.org | |
1736 | Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT) | |
1737 | Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org> | |
1738 | Branch: perl | |
1739 | ! README.solaris | |
1740 | ____________________________________________________________________________ | |
1741 | [ 11036] By: jhi on 2001/06/30 12:51:45 | |
1742 | Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding | |
1743 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
1744 | Date: Sat, 30 Jun 2001 07:33:37 +0900 | |
1745 | Message-Id: <20010630073226.7C79.BQW10602@nifty.com> | |
1746 | ||
1747 | Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding | |
1748 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
1749 | Date: Sat, 30 Jun 2001 21:38:14 +0900 | |
1750 | Message-Id: <20010630213554.F67A.BQW10602@nifty.com> | |
1751 | Branch: perl | |
1752 | + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc | |
1753 | + ext/Encode/Encode/7bit-kr.enc | |
1754 | ! MANIFEST ext/Encode/Encode/Tcl.pm | |
1755 | ____________________________________________________________________________ | |
1756 | [ 11035] By: jhi on 2001/06/30 12:44:51 | |
1757 | Log: NetWare tweaks from Guruprasad. | |
1758 | Branch: perl | |
1759 | + NetWare/nwstdio.h NetWare/perlsdio.h | |
1760 | ! MANIFEST NetWare/Makefile NetWare/config.wc | |
1761 | ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h | |
1762 | ! NetWare/t/Readme.txt | |
1763 | ____________________________________________________________________________ | |
1764 | [ 11034] By: jhi on 2001/06/29 23:28:16 | |
1765 | Log: More module $VERSION bump-ups. | |
1766 | Branch: perl | |
1767 | ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm | |
1768 | ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm | |
1769 | ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm | |
1770 | ____________________________________________________________________________ | |
1771 | [ 11033] By: jhi on 2001/06/29 21:25:23 | |
1772 | Log: Doc update due to #11032. | |
1773 | Branch: perl | |
1774 | ! pod/perl572delta.pod | |
1775 | ____________________________________________________________________________ | |
1776 | [ 11032] By: jhi on 2001/06/29 21:19:44 | |
1777 | Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX | |
1778 | From: Peter Prymmer <pvhp@forte.com> | |
1779 | Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT) | |
1780 | Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com> | |
1781 | Branch: perl | |
1782 | ! ext/Time/HiRes/HiRes.xs | |
1783 | ____________________________________________________________________________ | |
1784 | [ 11031] By: jhi on 2001/06/29 14:31:53 | |
1785 | Log: -lpthreads missing in AIX. | |
1786 | Branch: perl | |
1787 | ! hints/aix.sh | |
1788 | ____________________________________________________________________________ | |
1789 | [ 11030] By: jhi on 2001/06/29 14:08:12 | |
1790 | Log: Subject: [PATCH] CLONE && weakrefs | |
1791 | From: Artur Bergman <artur@contiller.se> | |
1792 | Date: Fri, 29 Jun 2001 17:02:00 +0200 | |
1793 | Message-ID: <B7626508.1CA0%artur@contiller.se> | |
1794 | Branch: perl | |
1795 | ! sv.c | |
1796 | ____________________________________________________________________________ | |
1797 | [ 11029] By: jhi on 2001/06/29 14:06:50 | |
1798 | Log: Subject: Re: Bug report: split splits on wrong pattern | |
1799 | From: Radu Greab <radu@netsoft.ro> | |
1800 | Date: Wed, 27 Jun 2001 21:50:52 +0300 | |
1801 | Message-ID: <15162.11020.279064.471031@ix.netsoft.ro> | |
1802 | Branch: perl | |
1803 | ! pp_ctl.c t/op/split.t | |
1804 | ____________________________________________________________________________ | |
1805 | [ 11028] By: jhi on 2001/06/29 13:47:38 | |
1806 | Log: Metaconfig unit change for #11027. | |
1807 | Branch: metaconfig/U/perl | |
1808 | ! d_modfl.U | |
1809 | ____________________________________________________________________________ | |
1810 | [ 11027] By: jhi on 2001/06/29 13:47:03 | |
1811 | Log: I thought this Configure glitch for AIX was just recently fixed? | |
1812 | Branch: perl | |
1813 | ! Configure | |
1814 | ____________________________________________________________________________ | |
1815 | [ 11026] By: jhi on 2001/06/29 13:14:07 | |
1816 | Log: Update Changes. | |
1817 | Branch: perl | |
1818 | ! Changes patchlevel.h | |
1819 | ____________________________________________________________________________ | |
f1defd63 JH |
1820 | [ 11025] By: jhi on 2001/06/29 13:07:57 |
1821 | Log: Subject: Re: perl@10967, File::Find, and Cwd | |
1822 | From: Mike Guy <mjtg@cam.ac.uk> | |
1823 | Date: Fri, 29 Jun 2001 14:56:49 +0100 | |
1824 | Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk> | |
1825 | Branch: perl | |
1826 | ! lib/File/Find/taint.t | |
1827 | ____________________________________________________________________________ | |
1828 | [ 11024] By: jhi on 2001/06/29 12:39:23 | |
1829 | Log: Update the sv_pvprintify() spec. | |
1830 | Branch: perl | |
1831 | ! pod/perltodo.pod | |
1832 | ____________________________________________________________________________ | |
1833 | [ 11023] By: jhi on 2001/06/29 12:33:33 | |
1834 | Log: Known test failures update. | |
1835 | Branch: perl | |
1836 | ! pod/perl572delta.pod | |
1837 | ____________________________________________________________________________ | |
1838 | [ 11022] By: jhi on 2001/06/29 12:24:32 | |
1839 | Log: Based on | |
1840 | ||
1841 | Subject: [PATCH @11016] More );) fixes | |
1842 | From: Richard Soderberg <rs@crystalflame.net> | |
1843 | Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT) | |
1844 | Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> | |
1845 | Branch: perl | |
1846 | ! ext/Thread/Thread.xs ext/Thread/typemap | |
1847 | ____________________________________________________________________________ | |
1848 | [ 11021] By: jhi on 2001/06/29 12:21:51 | |
1849 | Log: Subject: [PATCH @11016] Fixes compile errors in four files | |
1850 | From: Richard Soderberg <rs@crystalflame.net> | |
1851 | Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT) | |
1852 | Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com> | |
1853 | Branch: perl | |
1854 | ! mg.c pp.c pp_hot.c util.c | |
1855 | ____________________________________________________________________________ | |
1856 | [ 11020] By: jhi on 2001/06/29 12:05:54 | |
1857 | Log: AIX hints tweaking continues, from Merijn Brand. | |
1858 | Branch: perl | |
1859 | ! hints/aix.sh | |
1860 | ____________________________________________________________________________ | |
1861 | [ 11019] By: jhi on 2001/06/29 12:05:10 | |
1862 | Log: HP-UX needs gccversion sooner, from Merijn Brand. | |
1863 | Branch: perl | |
1864 | ! hints/hpux.sh | |
1865 | ____________________________________________________________________________ | |
1866 | [ 11018] By: jhi on 2001/06/29 11:52:31 | |
1867 | Log: Subject: [PATCH 5.6.1] OS/2 docs | |
1868 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1869 | Date: Fri, 29 Jun 2001 02:34:12 -0400 | |
1870 | Message-ID: <20010629023412.A6033@math.ohio-state.edu> | |
1871 | Branch: perl | |
1872 | ! README.os2 os2/Changes | |
1873 | ____________________________________________________________________________ | |
1874 | [ 11017] By: nick on 2001/06/29 10:20:30 | |
1875 | Log: Integrate mainline | |
1876 | Branch: perlio | |
1877 | +> (branch 37 files) | |
1878 | - ext/ODBM_File/sdbm.t | |
1879 | !> (integrate 211 files) | |
1880 | ____________________________________________________________________________ | |
1881 | [ 11016] By: jhi on 2001/06/29 03:38:56 | |
1882 | Log: Bump up the VERSIONs of modules that have changed since 5.6.0, | |
1883 | the modules found using a script written by Larry Schatzer Jr. | |
1884 | Branch: perl | |
1885 | ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm | |
1886 | ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm | |
1887 | ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm | |
1888 | ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm | |
1889 | ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm | |
1890 | ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm | |
1891 | ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm | |
1892 | ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm | |
1893 | ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm | |
1894 | ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm | |
1895 | ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm | |
1896 | ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm | |
1897 | ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm | |
1898 | ! lib/constant.pm lib/fields.pm lib/strict.pm | |
1899 | ____________________________________________________________________________ | |
1900 | [ 11015] By: jhi on 2001/06/29 02:55:58 | |
1901 | Log: The latest JPL from the anoncvs. | |
1902 | Branch: perl | |
1903 | ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL | |
1904 | ____________________________________________________________________________ | |
1905 | [ 11014] By: jhi on 2001/06/29 02:16:55 | |
1906 | Log: In EBCDIC assume UTF-EBCDIC, not UTF-8. | |
1907 | Branch: perl | |
1908 | ! t/op/pat.t | |
1909 | ____________________________________________________________________________ | |
1910 | [ 11013] By: jhi on 2001/06/28 23:14:53 | |
1911 | Log: Worrying about insecure directories now is a bit too late. | |
1912 | Branch: perl | |
1913 | ! lib/File/Find/taint.t | |
1914 | ____________________________________________________________________________ | |
1915 | [ 11012] By: jhi on 2001/06/28 21:36:36 | |
1916 | Log: Cannot DIE() in a void function, | |
1917 | from Richard Hatch <rhatch@austin.ibm.com>. | |
1918 | Branch: perl | |
1919 | ! ext/IPC/SysV/SysV.xs | |
1920 | ____________________________________________________________________________ | |
1921 | [ 11011] By: jhi on 2001/06/28 19:32:13 | |
1922 | Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX | |
1923 | From: Peter Prymmer <pvhp@forte.com> | |
1924 | Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT) | |
1925 | Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com> | |
1926 | ||
1927 | (unfinished: time/hires tests 3, 5, 14 failing, but better | |
1928 | than wholesale failure) | |
1929 | Branch: perl | |
1930 | ! ext/Time/HiRes/HiRes.xs | |
1931 | ____________________________________________________________________________ | |
1932 | [ 11010] By: jhi on 2001/06/28 19:10:54 | |
1933 | Log: Subject: [PATCH 5.6.1] OS/2 improvements | |
1934 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1935 | Date: Thu, 28 Jun 2001 16:03:14 -0400 | |
1936 | Message-ID: <20010628160314.A17906@math.ohio-state.edu> | |
1937 | Branch: perl | |
1938 | + os2/os2_base.t | |
1939 | ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs | |
1940 | ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs | |
1941 | ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c | |
1942 | ! os2/os2ish.h | |
1943 | ____________________________________________________________________________ | |
1944 | [ 11009] By: jhi on 2001/06/28 18:54:14 | |
1945 | Log: Subject: Incrementing Extutils::Manifest's $VERSION | |
1946 | From: Michael G Schwern <schwern@pobox.com> | |
1947 | Date: Thu, 28 Jun 2001 13:13:49 -0400 | |
1948 | Message-ID: <20010628131349.A14738@blackrider> | |
1949 | Branch: maint-5.6/perl | |
1950 | ! lib/ExtUtils/Manifest.pm | |
1951 | ____________________________________________________________________________ | |
1952 | [ 11008] By: jhi on 2001/06/28 18:52:20 | |
1953 | Log: AIX tweak from Merijn Brand. | |
1954 | Branch: perl | |
1955 | ! hints/aix.sh | |
1956 | ____________________________________________________________________________ | |
1957 | [ 11007] By: jhi on 2001/06/28 17:46:27 | |
1958 | Log: Create the macperl branch. | |
1959 | Branch: maint-5.6/macperl | |
1960 | +> (branch 1728 files) | |
1961 | ____________________________________________________________________________ | |
1962 | [ 11006] By: jhi on 2001/06/28 14:46:21 | |
1963 | Log: Update Changes. | |
1964 | Branch: perl | |
1965 | ! Changes patchlevel.h | |
1966 | ____________________________________________________________________________ | |
27c3e527 JH |
1967 | [ 11005] By: jhi on 2001/06/28 14:40:11 |
1968 | Log: More Perforce lore. | |
1969 | Branch: perl | |
1970 | ! Porting/repository.pod | |
1971 | ____________________________________________________________________________ | |
1972 | [ 11004] By: jhi on 2001/06/28 14:12:50 | |
1973 | Log: Metaconfig unit changes for #11003. | |
1974 | Branch: metaconfig/U/perl | |
1975 | + d_nl_langinfo.U i_langinfo.U | |
1976 | ____________________________________________________________________________ | |
1977 | [ 11003] By: jhi on 2001/06/28 14:12:27 | |
1978 | Log: Add Configure probes for nl_langinfo() and <langinfo.h>. | |
1979 | Expected not to exist in non-UNIX excepting in VMS, where | |
1980 | according to a quick web survey they just might. | |
1981 | Branch: perl | |
1982 | ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh | |
1983 | ! Porting/config_H config_h.SH configure.com epoc/config.sh | |
1984 | ! perl.h uconfig.h uconfig.sh vos/config.alpha.def | |
1985 | ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h | |
1986 | ! win32/config.bc win32/config.gc win32/config.vc | |
1987 | ____________________________________________________________________________ | |
1988 | [ 11002] By: jhi on 2001/06/28 13:39:11 | |
1989 | Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia | |
1990 | in AIX is one is doing a 64-bit build. | |
1991 | Branch: perl | |
1992 | ! hints/aix.sh | |
1993 | ____________________________________________________________________________ | |
1994 | [ 11001] By: jhi on 2001/06/28 13:28:37 | |
1995 | Log: Metaconfig unit changes for #11000. | |
1996 | Branch: metaconfig/U/perl | |
1997 | ! use64bits.U uselfs.U | |
1998 | ____________________________________________________________________________ | |
1999 | [ 11000] By: jhi on 2001/06/28 13:21:16 | |
2000 | Log: Move use64bitint and use64bitall before uselargefiles. | |
2001 | Branch: perl | |
2002 | ! Configure | |
2003 | ____________________________________________________________________________ | |
2004 | [ 10999] By: jhi on 2001/06/28 03:49:07 | |
2005 | Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH] | |
2006 | From: Robert Spier <rspier@pobox.com> | |
2007 | Message-ID: <15162.41164.618712.841415@rls.cx> | |
2008 | Date: Wed, 27 Jun 2001 23:13:16 -0400 | |
2009 | Branch: perl | |
2010 | ! doio.c | |
2011 | ____________________________________________________________________________ | |
2012 | [ 10998] By: jhi on 2001/06/28 03:42:57 | |
2013 | Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX | |
2014 | From: Peter Prymmer <pvhp@forte.com> | |
2015 | Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT) | |
2016 | Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com> | |
2017 | Branch: perl | |
2018 | ! numeric.c | |
2019 | ____________________________________________________________________________ | |
2020 | [ 10997] By: jhi on 2001/06/28 03:42:12 | |
2021 | Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM | |
2022 | From: Peter Prymmer <pvhp@forte.com> | |
2023 | Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT) | |
2024 | Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com> | |
2025 | Branch: perl | |
2026 | ! configure.com ext/Digest/MD5/Makefile.PL | |
2027 | ____________________________________________________________________________ | |
2028 | [ 10996] By: jhi on 2001/06/27 20:34:11 | |
2029 | Log: Update Changes. | |
2030 | Branch: perl | |
2031 | ! Changes patchlevel.h | |
2032 | ____________________________________________________________________________ | |
e7b7be70 JH |
2033 | [ 10995] By: jhi on 2001/06/27 20:06:28 |
2034 | Log: Tiny EPOC updates. | |
2035 | Branch: perl | |
2036 | ! epoc/config.sh | |
2037 | ____________________________________________________________________________ | |
2038 | [ 10994] By: jhi on 2001/06/27 19:55:16 | |
2039 | Log: The Test::More and Test::Simple tests required help | |
2040 | thanks to our schizophrenic test scheme. | |
2041 | Branch: perl | |
2042 | ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t | |
2043 | ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t | |
2044 | ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t | |
2045 | ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t | |
2046 | ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t | |
2047 | ____________________________________________________________________________ | |
2048 | [ 10993] By: jhi on 2001/06/27 17:17:30 | |
2049 | Log: Upgrade to Test::Simple 0.09. | |
2050 | Branch: perl | |
2051 | + lib/Test/Simple/Changes | |
2052 | ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t | |
2053 | ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t | |
2054 | ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t | |
2055 | ! lib/Test/Simple/t/plan_is_noplan.t | |
2056 | ____________________________________________________________________________ | |
2057 | [ 10992] By: jhi on 2001/06/27 17:11:28 | |
2058 | Log: Upgrade to Test::More 0.07. | |
2059 | Branch: perl | |
2060 | + lib/Test/More/Changes | |
2061 | ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t | |
2062 | ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t | |
2063 | ! lib/Test/More/t/skipall.t | |
2064 | ____________________________________________________________________________ | |
2065 | [ 10991] By: jhi on 2001/06/27 17:04:13 | |
2066 | Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX | |
2067 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2068 | Date: Wed, 27 Jun 2001 18:40:04 +0200 | |
2069 | Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl> | |
2070 | Branch: perl | |
2071 | ! hints/hpux.sh | |
2072 | ____________________________________________________________________________ | |
2073 | [ 10990] By: jhi on 2001/06/27 17:02:55 | |
2074 | Log: Subject: [PATCH README.qnx hints/qnx.sh] | |
2075 | From: Norton Allen <allen@huarp.harvard.edu> | |
2076 | Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt) | |
2077 | Message-Id: <200106271746.NAA02789@bottesini.harvard.edu> | |
2078 | Branch: perl | |
2079 | ! README.qnx hints/qnx.sh | |
2080 | ____________________________________________________________________________ | |
2081 | [ 10989] By: jhi on 2001/06/27 14:33:53 | |
2082 | Log: Subject: [PATCH] two little documentation nits | |
2083 | From: Abhijit Menon-Sen <ams@wiw.org> | |
2084 | Date: Wed, 27 Jun 2001 20:07:50 +0530 | |
2085 | Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org> | |
2086 | Branch: perl | |
2087 | ! sv.c sv.h | |
2088 | ____________________________________________________________________________ | |
2089 | [ 10988] By: jhi on 2001/06/27 13:33:32 | |
2090 | Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX | |
2091 | From: Norton Allen <allen@huarp.harvard.edu> | |
2092 | Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt) | |
2093 | Message-Id: <200106271433.KAA04947@bottesini.harvard.edu> | |
2094 | Branch: perl | |
2095 | ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm | |
2096 | ____________________________________________________________________________ | |
2097 | [ 10987] By: jhi on 2001/06/27 12:14:36 | |
2098 | Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas) | |
2099 | From: Michael G Schwern <schwern@pobox.com> | |
2100 | Date: Wed, 27 Jun 2001 02:34:58 -0400 | |
2101 | Message-ID: <20010627023458.K23874@blackrider> | |
2102 | Branch: perl | |
2103 | ! vms/test.com | |
2104 | ____________________________________________________________________________ | |
2105 | [ 10986] By: jhi on 2001/06/27 12:01:49 | |
2106 | Log: Add perl_clone_host() for Netware. | |
2107 | Branch: perl | |
2108 | ! NetWare/nw5.c | |
2109 | ____________________________________________________________________________ | |
2110 | [ 10985] By: jhi on 2001/06/27 11:56:53 | |
2111 | Log: GCC 3.0 hints for HP-UX. | |
2112 | Branch: perl | |
2113 | ! hints/hpux.sh | |
2114 | ____________________________________________________________________________ | |
2115 | [ 10984] By: jhi on 2001/06/27 11:55:06 | |
2116 | Log: In some Linux distributions the libndbm is broken | |
2117 | (no null key support), therefore link with libgdbm | |
2118 | (if available), since it has a working ndbm emulation, | |
2119 | from Jonathan Stowe. | |
2120 | Branch: perl | |
2121 | + ext/NDBM_File/hints/linux.pl | |
2122 | ! MANIFEST | |
2123 | ____________________________________________________________________________ | |
2124 | [ 10983] By: jhi on 2001/06/27 11:48:56 | |
2125 | Log: Subject: [PATCH perl@10930] find.t hack for VMS | |
2126 | From: "Craig A. Berry" <craigberry@mac.com> | |
2127 | Date: Tue, 26 Jun 2001 23:40:25 -0500 | |
2128 | Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]> | |
2129 | Branch: perl | |
2130 | ! lib/File/Find/find.t | |
2131 | ____________________________________________________________________________ | |
2132 | [ 10982] By: jhi on 2001/06/27 11:47:30 | |
2133 | Log: AUTHORS updates. | |
2134 | Branch: perl | |
2135 | ! AUTHORS | |
2136 | ____________________________________________________________________________ | |
2137 | [ 10981] By: jhi on 2001/06/27 11:46:02 | |
2138 | Log: Metaconfig unit change like #10980. | |
2139 | Branch: metaconfig | |
2140 | ! U/compline/d_stdstdio.U | |
2141 | ____________________________________________________________________________ | |
2142 | [ 10980] By: jhi on 2001/06/27 11:45:29 | |
2143 | Log: "lose the it's", from Abhijit Menon-Sen. | |
2144 | ("It's" not searched, pods not searched.) | |
2145 | Branch: perl | |
2146 | ! Porting/Glossary Porting/config_H README.qnx config_h.SH | |
2147 | ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm | |
2148 | ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh | |
2149 | ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm | |
2150 | ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm | |
2151 | ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c | |
2152 | ____________________________________________________________________________ | |
2153 | [ 10979] By: jhi on 2001/06/27 11:36:40 | |
2154 | Log: "lose the looses", from Abhijit Menon-Sen. | |
2155 | Branch: perl | |
2156 | ! ext/B/B/Assembler.pm gv.c | |
2157 | ____________________________________________________________________________ | |
2158 | [ 10978] By: jhi on 2001/06/27 11:35:38 | |
2159 | Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer. | |
2160 | Branch: perl | |
2161 | ! hints/os390.sh | |
2162 | ____________________________________________________________________________ | |
2163 | [ 10977] By: jhi on 2001/06/27 11:33:28 | |
2164 | Log: DEC C 5.3 on the VAX simply doesn't seem to like | |
2165 | compiling the MD5 extension, disable it there for now, | |
2166 | from Peter Prymmer. | |
2167 | Branch: perl | |
2168 | ! configure.com | |
2169 | ____________________________________________________________________________ | |
2170 | [ 10976] By: jhi on 2001/06/26 21:35:40 | |
2171 | Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it. | |
2172 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2173 | Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST) | |
2174 | Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com> | |
2175 | Branch: perl | |
2176 | ! pod/perlfaq3.pod | |
2177 | ____________________________________________________________________________ | |
2178 | [ 10975] By: jhi on 2001/06/26 21:32:41 | |
2179 | Log: Subject: [PATCH 5.6.1] perlxs misprints | |
2180 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2181 | Date: Tue, 26 Jun 2001 17:20:00 -0400 | |
2182 | Message-ID: <20010626172000.A26951@math.ohio-state.edu> | |
2183 | Branch: perl | |
2184 | ! pod/perlxs.pod | |
2185 | ____________________________________________________________________________ | |
2186 | [ 10974] By: jhi on 2001/06/26 21:31:51 | |
2187 | Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line | |
2188 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2189 | Date: Tue, 26 Jun 2001 17:27:07 -0400 | |
2190 | Message-ID: <20010626172707.A27097@math.ohio-state.edu> | |
2191 | Branch: perl | |
2192 | ! lib/ExtUtils/MM_Unix.pm | |
2193 | ____________________________________________________________________________ | |
2194 | [ 10973] By: jhi on 2001/06/26 21:27:05 | |
2195 | Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g | |
2196 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2197 | Date: Tue, 26 Jun 2001 17:23:24 -0400 | |
2198 | Message-ID: <20010626172324.A27003@math.ohio-state.edu> | |
2199 | Branch: perl | |
2200 | ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs | |
2201 | ____________________________________________________________________________ | |
2202 | [ 10972] By: jhi on 2001/06/26 20:27:19 | |
2203 | Log: Better place for nop IN_LOCALE_NUMERIC, pointed out | |
2204 | by Olaf Flebbe. | |
2205 | Branch: perl | |
2206 | ! perl.h | |
2207 | ____________________________________________________________________________ | |
2208 | [ 10971] By: jhi on 2001/06/26 19:59:41 | |
2209 | Log: Detypo. | |
2210 | Branch: perl | |
2211 | ! lib/Memoize/t/tie_sdbm.t | |
2212 | ____________________________________________________________________________ | |
2213 | [ 10970] By: jhi on 2001/06/26 19:10:19 | |
2214 | Log: perl_clone_host() needs PERL_IMPLICIT_SYS. | |
2215 | Branch: perl | |
2216 | ! win32/perllib.c | |
2217 | ____________________________________________________________________________ | |
2218 | [ 10969] By: jhi on 2001/06/26 17:21:31 | |
2219 | Log: Subject: [patch] perl_clone+CvFILE | |
2220 | From: Doug MacEachern <dougm@covalent.net> | |
2221 | Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT) | |
2222 | Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net> | |
2223 | Branch: perl | |
2224 | ! sv.c | |
2225 | ____________________________________________________________________________ | |
2226 | [ 10968] By: jhi on 2001/06/26 16:48:32 | |
2227 | Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas) | |
2228 | From: Mark-Jason Dominus <mjd@plover.com> | |
2229 | Date: Tue, 26 Jun 2001 12:33:01 -0400 | |
2230 | Message-ID: <20010626163301.31298.qmail@plover.com> | |
2231 | Branch: perl | |
2232 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t | |
2233 | ____________________________________________________________________________ | |
2234 | [ 10967] By: jhi on 2001/06/26 14:21:49 | |
2235 | Log: Update Changes. | |
2236 | Branch: perl | |
2237 | ! Changes patchlevel.h | |
2238 | ____________________________________________________________________________ | |
debca88a JH |
2239 | [ 10966] By: jhi on 2001/06/26 14:08:34 |
2240 | Log: Also catfile() needs now to explicitly exported. | |
2241 | Branch: perl | |
2242 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t | |
2243 | ____________________________________________________________________________ | |
2244 | [ 10965] By: jhi on 2001/06/26 13:57:54 | |
2245 | Log: Regen toc. | |
2246 | Branch: perl | |
2247 | ! pod/perltoc.pod | |
2248 | ____________________________________________________________________________ | |
2249 | [ 10964] By: jhi on 2001/06/26 13:56:11 | |
2250 | Log: Nonexistent pod command. | |
2251 | Branch: perl | |
2252 | ! pod/perl572delta.pod | |
2253 | ____________________________________________________________________________ | |
2254 | [ 10963] By: jhi on 2001/06/26 13:50:53 | |
2255 | Log: Be more portable in the quest for tmpdir. | |
2256 | Branch: perl | |
2257 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t | |
2258 | ____________________________________________________________________________ | |
2259 | [ 10962] By: jhi on 2001/06/26 13:43:51 | |
2260 | Log: Be more portable in finding out the home directory, | |
2261 | and use File::Spec to do the concat. | |
2262 | (Come to think of it, couldn't File::Spec provide | |
2263 | for a ->homedir method?) | |
2264 | Branch: perl | |
2265 | ! lib/Net/Config.pm | |
2266 | ____________________________________________________________________________ | |
2267 | [ 10961] By: jhi on 2001/06/26 13:37:30 | |
2268 | Log: Doc patch for #10959. | |
2269 | Branch: perl | |
2270 | ! pod/perlfunc.pod | |
2271 | ____________________________________________________________________________ | |
2272 | [ 10960] By: jhi on 2001/06/26 13:33:07 | |
2273 | Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g | |
2274 | From: "Philip Newton" <pnewton@gmx.de> | |
2275 | Date: Tue, 26 Jun 2001 16:26:47 +0200 | |
2276 | Message-ID: <3B38B7C7.32635.1E8DC14@localhost> | |
2277 | Branch: perl | |
2278 | ! pod/perldata.pod | |
2279 | ____________________________________________________________________________ | |
2280 | [ 10959] By: jhi on 2001/06/26 13:31:57 | |
2281 | Log: Subject: [PATH] shared -> unique; | |
2282 | From: "Artur Bergman" <artur@contiller.se> | |
2283 | Date: Tue, 26 Jun 2001 16:18:40 +0200 | |
2284 | Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev> | |
2285 | ||
2286 | Because "shared" isn't: it's read-only. | |
2287 | Branch: perl | |
2288 | ! toke.c xsutils.c | |
2289 | ____________________________________________________________________________ | |
2290 | [ 10958] By: jhi on 2001/06/26 13:28:27 | |
2291 | Log: Escape multiline croak messages. | |
2292 | Branch: perl | |
2293 | ! t/op/ver.t | |
2294 | ____________________________________________________________________________ | |
2295 | [ 10957] By: jhi on 2001/06/26 13:18:34 | |
2296 | Log: No more pragma/*.t for minitest. | |
2297 | Branch: perl | |
2298 | ! Makefile.SH | |
2299 | ____________________________________________________________________________ | |
2300 | [ 10956] By: jhi on 2001/06/26 13:18:00 | |
2301 | Log: AUTHORS updates. | |
2302 | Branch: perl | |
2303 | ! AUTHORS | |
2304 | ____________________________________________________________________________ | |
2305 | [ 10955] By: jhi on 2001/06/26 13:17:05 | |
2306 | Log: delta updates. | |
2307 | Branch: perl | |
2308 | ! pod/perl572delta.pod | |
2309 | ____________________________________________________________________________ | |
2310 | [ 10954] By: jhi on 2001/06/26 12:36:07 | |
2311 | Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS | |
2312 | From: Artur Bergman <artur@contiller.se> | |
2313 | Date: Tue, 26 Jun 2001 15:32:53 +0200 | |
2314 | Message-ID: <B75E5BA5.1A7C%artur@contiller.se> | |
2315 | Branch: perl | |
2316 | ! makedef.pl sv.c sv.h win32/perllib.c | |
2317 | ____________________________________________________________________________ | |
2318 | [ 10953] By: jhi on 2001/06/26 12:33:55 | |
2319 | Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO | |
2320 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2321 | Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST) | |
2322 | Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com> | |
2323 | ||
2324 | SCO OpenServer 5.0.5 needs an explicit -lc for usleep(). | |
2325 | Branch: perl | |
2326 | + ext/Time/HiRes/hints/sco.pl | |
2327 | ! MANIFEST | |
2328 | ____________________________________________________________________________ | |
2329 | [ 10952] By: jhi on 2001/06/26 11:57:44 | |
2330 | Log: Subject: [PATCH 5.6.1] static build | |
2331 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2332 | Date: Tue, 26 Jun 2001 04:22:25 -0400 | |
2333 | Message-ID: <20010626042225.A2604@math.ohio-state.edu> | |
2334 | Branch: perl | |
2335 | ! ext/List/Util/Makefile.PL lib/ExtUtils.t | |
2336 | ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs | |
2337 | ____________________________________________________________________________ | |
2338 | [ 10951] By: jhi on 2001/06/26 11:55:59 | |
2339 | Log: DJGPP patches from Laszlo Molnar. | |
2340 | Branch: perl | |
2341 | ! djgpp/djgpp.c perl.c util.c | |
2342 | ____________________________________________________________________________ | |
2343 | [ 10950] By: jhi on 2001/06/26 11:54:32 | |
2344 | Log: Netware patches from Ananth Kesari. | |
2345 | Branch: perl | |
2346 | ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c | |
2347 | ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h | |
2348 | ! NetWare/nwtinfo.h | |
2349 | ____________________________________________________________________________ | |
2350 | [ 10949] By: jhi on 2001/06/26 11:49:09 | |
2351 | Log: Detypo. | |
2352 | Branch: perl | |
2353 | ! ext/Errno/Errno_pm.PL | |
2354 | ____________________________________________________________________________ | |
2355 | [ 10948] By: jhi on 2001/06/26 03:44:29 | |
2356 | Log: There seems to be two ways of spelling the $^O in *STEP. | |
2357 | Branch: perl | |
2358 | ! ext/Errno/Errno_pm.PL | |
2359 | ____________________________________________________________________________ | |
2360 | [ 10947] By: jhi on 2001/06/26 03:01:01 | |
2361 | Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement | |
2362 | the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>. | |
2363 | Branch: perl | |
2364 | ! ext/Errno/Errno_pm.PL | |
2365 | ____________________________________________________________________________ | |
2366 | [ 10946] By: jhi on 2001/06/26 02:50:46 | |
2367 | Log: Known bugs update. | |
2368 | Branch: perl | |
2369 | ! pod/perl572delta.pod | |
2370 | ____________________________________________________________________________ | |
2371 | [ 10945] By: jhi on 2001/06/26 01:15:39 | |
2372 | Log: The default installation of Cygwin has 500 as root's uid. | |
2373 | Branch: perl | |
2374 | ! lib/User/pwent.t | |
2375 | ____________________________________________________________________________ | |
2376 | [ 10944] By: jhi on 2001/06/26 01:12:39 | |
2377 | Log: Be even more relaxed (re-allow having only one entry). | |
2378 | Branch: perl | |
2379 | ! t/op/grent.t t/op/pwent.t | |
2380 | ____________________________________________________________________________ | |
2381 | [ 10943] By: jhi on 2001/06/26 01:03:30 | |
2382 | Log: Test failure updates. | |
2383 | Branch: perl | |
2384 | ! pod/perl572delta.pod | |
2385 | ____________________________________________________________________________ | |
2386 | [ 10942] By: jhi on 2001/06/25 23:32:05 | |
2387 | Log: MPE/iX test tweaks from Mark Bixby. | |
2388 | Branch: perl | |
2389 | ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t | |
2390 | ! t/io/fs.t t/op/stat.t | |
2391 | ____________________________________________________________________________ | |
2392 | [ 10941] By: jhi on 2001/06/25 22:18:31 | |
2393 | Log: Microperl findings. | |
2394 | Branch: perl | |
2395 | ! perl.h pp_sys.c | |
2396 | ____________________________________________________________________________ | |
2397 | [ 10940] By: jhi on 2001/06/25 21:59:29 | |
2398 | Log: Touch uconfig.h. | |
2399 | Branch: perl | |
2400 | ! uconfig.h | |
2401 | ____________________________________________________________________________ | |
2402 | [ 10939] By: jhi on 2001/06/25 21:32:52 | |
2403 | Log: Subject: [PATCH] Proposed fix for Pod::Man | |
2404 | From: Rob Napier <rnapier@employees.org> | |
2405 | Date: Mon, 25 Jun 2001 15:49:24 -0400 | |
2406 | Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com> | |
2407 | ||
2408 | Cater for Solaris nroff brokenness (shortchanges daisywheel | |
2409 | printers, but hey, we also no more support PDPs.) | |
2410 | Branch: perl | |
2411 | ! lib/Pod/Man.pm | |
2412 | ____________________________________________________________________________ | |
2413 | [ 10938] By: jhi on 2001/06/25 21:14:41 | |
2414 | Log: Typo in #10937. | |
2415 | Branch: perl | |
2416 | ! ext/POSIX/sigaction.t | |
2417 | ____________________________________________________________________________ | |
2418 | [ 10937] By: jhi on 2001/06/25 19:42:02 | |
2419 | Log: SIGCONT not trappable in VMS. | |
2420 | Branch: perl | |
2421 | ! ext/POSIX/sigaction.t | |
2422 | ____________________________________________________________________________ | |
2423 | [ 10936] By: jhi on 2001/06/25 19:28:13 | |
2424 | Log: Subject: [DRAFT] Encode-Tcl.t | |
2425 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
2426 | Date: Tue, 26 Jun 2001 03:38:08 +0900 | |
2427 | Message-Id: <20010626033550.BC35.BQW10602@nifty.com> | |
2428 | Branch: perl | |
2429 | + ext/Encode/Encode/Tcl.t | |
2430 | ! MANIFEST ext/Encode/Encode/Tcl.pm | |
2431 | ____________________________________________________________________________ | |
2432 | [ 10935] By: jhi on 2001/06/25 18:40:03 | |
2433 | Log: Because of #10932 retract also the perlfunc hunk of #10910. | |
2434 | Branch: perl | |
2435 | ! pod/perlfunc.pod | |
2436 | ____________________________________________________________________________ | |
2437 | [ 10934] By: jhi on 2001/06/25 18:27:19 | |
2438 | Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested | |
2439 | by Ilya Zakharevich in | |
2440 | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html | |
2441 | Branch: perl | |
2442 | ! XSUB.h | |
2443 | ____________________________________________________________________________ | |
2444 | [ 10933] By: jhi on 2001/06/25 18:25:26 | |
2445 | Log: Typo in #10889. | |
2446 | Branch: perl | |
2447 | ! hints/uts.sh | |
2448 | ____________________________________________________________________________ | |
2449 | [ 10932] By: jhi on 2001/06/25 18:23:30 | |
2450 | Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <> | |
2451 | From: Abhijit Menon-Sen <ams@wiw.org> | |
2452 | Date: Mon, 25 Jun 2001 23:45:45 +0530 | |
2453 | Message-ID: <20010625234545.A5022@lustre.linux.in> | |
2454 | Branch: perl | |
2455 | ! lib/overload.t opcode.h opcode.pl t/op/flip.t | |
2456 | ____________________________________________________________________________ | |
2457 | [ 10931] By: jhi on 2001/06/25 17:50:38 | |
2458 | Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ?? | |
2459 | From: Michael G Schwern <schwern@pobox.com> | |
2460 | Date: Mon, 25 Jun 2001 14:35:51 -0400 | |
2461 | Message-ID: <20010625143551.H13819@blackrider> | |
2462 | Branch: perl | |
2463 | ! lib/Test.pm | |
2464 | ____________________________________________________________________________ | |
2465 | [ 10930] By: jhi on 2001/06/25 14:33:46 | |
2466 | Log: Update Changes. | |
2467 | Branch: perl | |
2468 | ! Changes patchlevel.h | |
2469 | ____________________________________________________________________________ | |
0e84659b JH |
2470 | [ 10929] By: jhi on 2001/06/25 14:17:57 |
2471 | Log: Regen toc and modlib. | |
2472 | Branch: perl | |
2473 | ! pod/perlmodlib.pod pod/perltoc.pod | |
2474 | ____________________________________________________________________________ | |
2475 | [ 10928] By: jhi on 2001/06/25 14:13:09 | |
2476 | Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C | |
2477 | for the benefit of C++ compilers, as suggested by Guruprasad. | |
2478 | Branch: perl | |
2479 | ! embed.pl proto.h | |
2480 | ____________________________________________________________________________ | |
2481 | [ 10927] By: jhi on 2001/06/25 14:11:59 | |
2482 | Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction | |
2483 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2484 | Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST) | |
2485 | Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com> | |
2486 | Branch: perl | |
2487 | ! pod/perlfaq5.pod | |
2488 | ____________________________________________________________________________ | |
2489 | [ 10926] By: jhi on 2001/06/25 14:04:07 | |
2490 | Log: Missed from #10925. | |
2491 | Branch: perl | |
2492 | ! gv.c | |
2493 | ____________________________________________________________________________ | |
2494 | [ 10925] By: jhi on 2001/06/25 14:00:06 | |
2495 | Log: Subject: [PATCH] Re: CvFILE corruption under ithreads | |
2496 | From: Robin Houston <robin@kitsite.com> | |
2497 | Date: Sat, 19 May 2001 16:19:34 +0100 | |
2498 | Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk> | |
2499 | Branch: perl | |
2500 | ! cv.h gv.h op.c | |
2501 | ____________________________________________________________________________ | |
2502 | [ 10924] By: jhi on 2001/06/25 13:58:18 | |
2503 | Log: Netware README tweak. | |
2504 | Branch: perl | |
2505 | ! README.netware | |
2506 | ____________________________________________________________________________ | |
2507 | [ 10923] By: jhi on 2001/06/25 13:57:13 | |
2508 | Log: Subject: [PATCH] Re: overload.t fails | |
2509 | From: Abhijit Menon-Sen <ams@wiw.org> | |
2510 | Date: Mon, 25 Jun 2001 14:52:20 +0530 | |
2511 | Message-ID: <20010625145220.A24114@lustre.linux.in> | |
2512 | Branch: perl | |
2513 | ! lib/overload.t | |
2514 | ____________________________________________________________________________ | |
2515 | [ 10922] By: jhi on 2001/06/25 13:56:20 | |
2516 | Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of | |
2517 | From: Mike Guy <mjtg@cam.ac.uk> | |
2518 | Date: Mon, 25 Jun 2001 11:43:23 +0100 | |
2519 | Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk> | |
2520 | Branch: perl | |
2521 | ! lib/Carp.pm | |
2522 | ____________________________________________________________________________ | |
2523 | [ 10921] By: jhi on 2001/06/25 13:50:02 | |
2524 | Log: Subject: Re: [PATCH 5.6.1] OS2 syslog | |
2525 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2526 | Date: Sun, 24 Jun 2001 05:17:05 -0400 | |
2527 | Message-ID: <20010624051704.A27604@math.ohio-state.edu> | |
2528 | Branch: perl | |
2529 | ! os2/os2ish.h | |
2530 | ____________________________________________________________________________ | |
2531 | [ 10920] By: jhi on 2001/06/25 13:49:13 | |
2532 | Log: Subject: [PATCH 5.6.1] crypt() on OS/2 | |
2533 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2534 | Date: Mon, 25 Jun 2001 05:52:27 -0400 | |
2535 | Message-ID: <20010625055227.A24635@math.ohio-state.edu> | |
2536 | Branch: perl | |
2537 | ! hints/os2.sh | |
2538 | ____________________________________________________________________________ | |
2539 | [ 10919] By: jhi on 2001/06/25 13:48:30 | |
2540 | Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken | |
2541 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2542 | Date: Mon, 25 Jun 2001 05:23:35 -0400 | |
2543 | Message-ID: <20010625052334.A24320@math.ohio-state.edu> | |
2544 | Branch: perl | |
2545 | ! os2/os2.c | |
2546 | ____________________________________________________________________________ | |
2547 | [ 10918] By: jhi on 2001/06/25 13:47:46 | |
2548 | Log: Subject: Re: [PATCH 5.6.1] OS2::DLL | |
2549 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2550 | Date: Mon, 25 Jun 2001 05:04:32 -0400 | |
2551 | Message-ID: <20010625050432.A24128@math.ohio-state.edu> | |
2552 | Branch: perl | |
2553 | ! os2/OS2/REXX/DLL/DLL.pm | |
2554 | ____________________________________________________________________________ | |
2555 | [ 10917] By: jhi on 2001/06/25 13:44:14 | |
2556 | Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2 | |
2557 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2558 | Date: Mon, 25 Jun 2001 05:02:36 -0400 | |
2559 | Message-ID: <20010625050235.A24046@math.ohio-state.edu> | |
2560 | Branch: perl | |
2561 | ! mg.c os2/dl_os2.c os2/os2.c | |
2562 | ____________________________________________________________________________ | |
2563 | [ 10916] By: jhi on 2001/06/25 13:41:20 | |
2564 | Log: Subject: Re: [PATCH 5.6.1] misprints | |
2565 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2566 | Date: Mon, 25 Jun 2001 04:50:50 -0400 | |
2567 | Message-ID: <20010625045049.A23965@math.ohio-state.edu> | |
2568 | Branch: perl | |
2569 | ! os2/os2.c pp_sys.c | |
2570 | ____________________________________________________________________________ | |
2571 | [ 10915] By: jhi on 2001/06/25 13:39:59 | |
2572 | Log: Add Test::More and Test::Simple to the delta. | |
2573 | Branch: perl | |
2574 | ! pod/perl572delta.pod | |
2575 | ____________________________________________________________________________ | |
2576 | [ 10914] By: jhi on 2001/06/25 13:38:08 | |
2577 | Log: Add Test::More, from Michael G Schwern. | |
2578 | Branch: perl | |
2579 | + lib/Test/More.pm lib/Test/More/t/More.t | |
2580 | + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t | |
2581 | + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t | |
2582 | + t/lib/Test/More/Catch.pm | |
2583 | ! MANIFEST | |
2584 | ____________________________________________________________________________ | |
2585 | [ 10913] By: jhi on 2001/06/25 13:35:41 | |
2586 | Log: Add Test::Simple from Michael G Schwern. | |
2587 | Branch: perl | |
2588 | + lib/Test/Simple.pm lib/Test/Simple/t/exit.t | |
2589 | + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t | |
2590 | + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t | |
2591 | + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t | |
2592 | + t/lib/Test/Simple/Catch.pm | |
2593 | + t/lib/Test/Simple/sample_tests/death.plx | |
2594 | + t/lib/Test/Simple/sample_tests/death_in_eval.plx | |
2595 | + t/lib/Test/Simple/sample_tests/extras.plx | |
2596 | + t/lib/Test/Simple/sample_tests/five_fail.plx | |
2597 | + t/lib/Test/Simple/sample_tests/last_minute_death.plx | |
2598 | + t/lib/Test/Simple/sample_tests/one_fail.plx | |
2599 | + t/lib/Test/Simple/sample_tests/require.plx | |
2600 | + t/lib/Test/Simple/sample_tests/success.plx | |
2601 | + t/lib/Test/Simple/sample_tests/too_few.plx | |
2602 | + t/lib/Test/Simple/sample_tests/two_fail.plx | |
2603 | ! MANIFEST | |
2604 | ____________________________________________________________________________ | |
2605 | [ 10912] By: jhi on 2001/06/25 13:31:57 | |
2606 | Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c | |
2607 | From: "Craig A. Berry" <craigberry@mac.com> | |
2608 | Date: Sun, 24 Jun 2001 23:41:36 -0500 | |
2609 | Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]> | |
2610 | Branch: perl | |
2611 | ! pp_sys.c | |
2612 | ____________________________________________________________________________ | |
2613 | [ 10911] By: jhi on 2001/06/25 13:05:00 | |
2614 | Log: Upgrade to Attribute::Handlers 0.70. | |
2615 | Branch: perl | |
2616 | + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README | |
2617 | ! MANIFEST lib/Attribute/Handlers.pm | |
2618 | ____________________________________________________________________________ | |
2619 | [ 10910] By: jhi on 2001/06/25 00:09:27 | |
2620 | Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <> | |
2621 | From: Abhijit Menon-Sen <ams@wiw.org> | |
2622 | Date: Sat, 23 Jun 2001 05:17:44 +0530 | |
2623 | Message-ID: <20010623051744.A18583@lustre.linux.in> | |
2624 | ||
2625 | (Can't think of a good place to put tests.) | |
2626 | Branch: perl | |
2627 | ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c | |
2628 | ____________________________________________________________________________ | |
2629 | [ 10909] By: jhi on 2001/06/24 23:45:13 | |
2630 | Log: Subject: [PATCH] t/op/pat.t typo fix | |
2631 | From: Richard Soderberg <rs@crystalflame.net> | |
2632 | Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT) | |
2633 | Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com> | |
2634 | Branch: perl | |
2635 | ! t/op/pat.t | |
2636 | ____________________________________________________________________________ | |
2637 | [ 10908] By: jhi on 2001/06/24 22:24:49 | |
2638 | Log: Move the pack warnings to their own file, as pointed | |
2639 | out by Spider. | |
2640 | Branch: perl | |
2641 | + t/lib/warnings/pp_pack | |
2642 | ! MANIFEST t/lib/warnings/pp | |
2643 | ____________________________________________________________________________ | |
2644 | [ 10907] By: jhi on 2001/06/24 19:55:15 | |
2645 | Log: Update Changes. | |
2646 | Branch: perl | |
2647 | ! Changes patchlevel.h | |
2648 | ____________________________________________________________________________ | |
0e5c3182 JH |
2649 | [ 10906] By: jhi on 2001/06/24 19:50:40 |
2650 | Log: Partially fix a problem noticed by IRIX compiler: | |
2651 | the initialization of parse_start was bypassed by | |
2652 | several gotos. Now initialized to zero, which may | |
2653 | not be the best choice. | |
2654 | Branch: perl | |
2655 | ! regcomp.c | |
2656 | ____________________________________________________________________________ | |
2657 | [ 10905] By: jhi on 2001/06/24 19:43:25 | |
2658 | Log: Relax the group and password tests back to moaning only | |
2659 | if no matches at all are found. (Even with a small sample | |
2660 | I could find many sites where there are, umm, anomalies in | |
2661 | the said databases.) | |
2662 | Branch: perl | |
2663 | ! t/op/grent.t t/op/pwent.t | |
2664 | ____________________________________________________________________________ | |
2665 | [ 10904] By: jhi on 2001/06/24 18:45:55 | |
2666 | Log: Argh. How hard it can be to re-apply a patch manually? :-) | |
2667 | Branch: perl | |
2668 | ! pp_ctl.c | |
2669 | ____________________________________________________________________________ | |
2670 | [ 10903] By: jhi on 2001/06/24 18:40:52 | |
2671 | Log: De-cut-and-pasto in #10902. | |
2672 | Branch: perl | |
2673 | ! pp_ctl.c | |
2674 | ____________________________________________________________________________ | |
2675 | [ 10902] By: jhi on 2001/06/24 18:35:18 | |
2676 | Log: The #10771 didn't take? | |
2677 | Branch: perl | |
2678 | ! pp_ctl.c | |
2679 | ____________________________________________________________________________ | |
2680 | [ 10901] By: jhi on 2001/06/24 18:29:50 | |
2681 | Log: Undo the filetests part of #10900, under multiplicity | |
2682 | weird errors take place. | |
2683 | Branch: perl | |
2684 | ! pp_sys.c | |
2685 | ____________________________________________________________________________ | |
2686 | [ 10900] By: jhi on 2001/06/24 18:20:36 | |
2687 | Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin. | |
2688 | Branch: perl | |
2689 | ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c | |
2690 | ____________________________________________________________________________ | |
2691 | [ 10899] By: jhi on 2001/06/24 17:00:34 | |
2692 | Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of | |
2693 | From: Tony Bowden <tony@kasei.com> | |
2694 | Date: Sun, 24 Jun 2001 17:32:40 +0100 | |
2695 | Message-ID: <20010624173240.A16293@blackstar.co.uk> | |
2696 | ||
2697 | Document (well, mention) shortmess() and longmess() | |
2698 | to rob people of their fun of reinventing the weel. | |
2699 | Branch: perl | |
2700 | ! lib/Carp.pm | |
2701 | ____________________________________________________________________________ | |
2702 | [ 10898] By: jhi on 2001/06/24 16:51:40 | |
2703 | Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem | |
2704 | From: Brian Jepson <bjepson@oreilly.com> | |
2705 | Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT) | |
2706 | Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com> | |
2707 | Branch: perl | |
2708 | ! pp_sys.c | |
2709 | ____________________________________________________________________________ | |
2710 | [ 10897] By: jhi on 2001/06/24 16:38:23 | |
2711 | Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02 | |
2712 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2713 | Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST) | |
2714 | Message-Id: <200106221825.TAA16884@tempest.npl.co.uk> | |
2715 | Branch: perl | |
2716 | ! lib/CPAN.pm | |
2717 | ____________________________________________________________________________ | |
2718 | [ 10896] By: jhi on 2001/06/24 16:36:32 | |
2719 | Log: Memoize patch from mjd. | |
2720 | Branch: perl | |
2721 | ! lib/Memoize/t/tie_storable.t | |
2722 | ____________________________________________________________________________ | |
2723 | [ 10895] By: jhi on 2001/06/24 16:33:59 | |
2724 | Log: Spec the sv_pvprintify() a bit more. | |
2725 | Branch: perl | |
2726 | ! pod/perltodo.pod | |
2727 | ____________________________________________________________________________ | |
2728 | [ 10894] By: jhi on 2001/06/24 14:43:36 | |
2729 | Log: Upgrade to Memoize 0.65. | |
2730 | Branch: perl | |
2731 | + lib/Memoize/t/array_confusion.t | |
2732 | ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm | |
2733 | ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm | |
2734 | ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm | |
2735 | ! lib/Memoize/README lib/Memoize/SDBM_File.pm | |
2736 | ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO | |
2737 | ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t | |
2738 | ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t | |
2739 | ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t | |
2740 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t | |
2741 | ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t | |
2742 | ! lib/Memoize/t/tie_storable.t | |
2743 | ____________________________________________________________________________ | |
2744 | [ 10893] By: jhi on 2001/06/24 14:21:09 | |
2745 | Log: Metaconfig unit change for #10892. | |
2746 | Branch: metaconfig | |
2747 | ! U/modified/Options.U | |
2748 | ____________________________________________________________________________ | |
2749 | [ 10892] By: jhi on 2001/06/24 14:20:38 | |
2750 | Log: Subject: Re: [PATCH 5.6.1] OS2 Configure | |
2751 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2752 | Date: Sun, 24 Jun 2001 05:24:40 -0400 | |
2753 | Message-ID: <20010624052440.A27698@math.ohio-state.edu> | |
2754 | Branch: perl | |
2755 | ! Configure hints/os2.sh | |
2756 | ____________________________________________________________________________ | |
2757 | [ 10891] By: jhi on 2001/06/24 13:50:26 | |
2758 | Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of | |
2759 | From: Mike Guy <mjtg@cam.ac.uk> | |
2760 | Date: Sun, 24 Jun 2001 15:28:39 +0100 | |
2761 | Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk> | |
2762 | ||
2763 | Fix an ancient (5.002) bug. | |
2764 | Branch: perl | |
2765 | ! lib/Carp/Heavy.pm | |
2766 | ____________________________________________________________________________ | |
2767 | [ 10890] By: jhi on 2001/06/24 13:44:43 | |
2768 | Log: The #10881 was too vigorous in pp_system() in moving 'unused' | |
2769 | variables. | |
2770 | Branch: perl | |
2771 | ! pp_sys.c | |
2772 | ____________________________________________________________________________ | |
2773 | [ 10889] By: jhi on 2001/06/24 13:24:00 | |
2774 | Log: Make UTS as per #10888. | |
2775 | Branch: perl | |
2776 | ! hints/uts.sh | |
2777 | ____________________________________________________________________________ | |
2778 | [ 10888] By: jhi on 2001/06/24 13:21:23 | |
2779 | Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden. | |
2780 | Branch: perl | |
2781 | ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh | |
2782 | ! mpeix/mpeixish.h perl.h unixish.h | |
2783 | ____________________________________________________________________________ | |
2784 | [ 10887] By: jhi on 2001/06/24 13:15:45 | |
2785 | Log: AUTHORS update. | |
2786 | Branch: perl | |
2787 | ! AUTHORS | |
2788 | ____________________________________________________________________________ | |
2789 | [ 10886] By: jhi on 2001/06/24 13:14:31 | |
2790 | Log: Subject: Encode::Tcl for multibyte doesnot work | |
2791 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
2792 | Date: Sun, 24 Jun 2001 22:48:21 +0900 | |
2793 | Message-Id: <20010624223252.6658.BQW10602@nifty.com> | |
2794 | Branch: perl | |
2795 | ! ext/Encode/Encode/Tcl.pm | |
2796 | ____________________________________________________________________________ | |
2797 | [ 10885] By: jhi on 2001/06/24 13:12:46 | |
2798 | Log: Subject: [PATCH] Remove tautology in error messages | |
2799 | From: Mike Guy <mjtg@cam.ac.uk> | |
2800 | Date: Sun, 24 Jun 2001 13:31:00 +0100 | |
2801 | Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk> | |
2802 | Branch: perl | |
2803 | ! pp_sys.c | |
2804 | ____________________________________________________________________________ | |
2805 | [ 10884] By: jhi on 2001/06/24 13:11:36 | |
2806 | Log: Darwin needs -traditional-cpp for cppflags to build Errno. | |
2807 | Branch: perl | |
2808 | ! hints/darwin.sh | |
2809 | ____________________________________________________________________________ | |
2810 | [ 10883] By: jhi on 2001/06/24 13:09:55 | |
2811 | Log: Subject: Re: [PATCH 5.6.1] test suite | |
2812 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2813 | Date: Sun, 24 Jun 2001 05:47:05 -0400 | |
2814 | Message-ID: <20010624054705.A27890@math.ohio-state.edu> | |
2815 | ||
2816 | Test suite fixes. | |
2817 | Branch: perl | |
2818 | ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t | |
2819 | ____________________________________________________________________________ | |
2820 | [ 10882] By: jhi on 2001/06/24 13:07:46 | |
2821 | Log: Subject: Re: [PATCH 5.6.1] OS2 warnings | |
2822 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2823 | Date: Sun, 24 Jun 2001 05:37:19 -0400 | |
2824 | Message-ID: <20010624053719.A27866@math.ohio-state.edu> | |
2825 | Branch: perl | |
2826 | ! os2/dl_os2.c os2/os2.c os2/os2ish.h | |
2827 | ____________________________________________________________________________ | |
2828 | [ 10881] By: jhi on 2001/06/24 13:05:24 | |
2829 | Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings | |
2830 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2831 | Date: Sun, 24 Jun 2001 05:34:50 -0400 | |
2832 | Message-ID: <20010624053450.A27856@math.ohio-state.edu> | |
2833 | ||
2834 | Pacify compiler warnings. | |
2835 | Branch: perl | |
2836 | ! pp_sys.c | |
2837 | ____________________________________________________________________________ | |
2838 | [ 10880] By: jhi on 2001/06/24 13:02:30 | |
2839 | Log: Subject: Re: [PATCH 5.6.1] OS2 linking | |
2840 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2841 | Date: Sun, 24 Jun 2001 05:21:18 -0400 | |
2842 | Message-ID: <20010624052118.A27615@math.ohio-state.edu> | |
2843 | ||
2844 | Enable compression of executables during link time. | |
2845 | Branch: perl | |
2846 | ! hints/os2.sh | |
2847 | ____________________________________________________________________________ | |
2848 | [ 10879] By: jhi on 2001/06/24 13:00:47 | |
2849 | Log: Subject: Re: [PATCH 5.6.1] OS2 linking | |
2850 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2851 | Date: Sun, 24 Jun 2001 05:15:11 -0400 | |
2852 | Message-ID: <20010624051511.A27544@math.ohio-state.edu> | |
2853 | ||
2854 | Add ordinals to the export list for Perl DLL. | |
2855 | (Breaks intra-version DLL compatibility.) | |
2856 | Branch: perl | |
2857 | ! makedef.pl | |
2858 | ____________________________________________________________________________ | |
2859 | [ 10878] By: jhi on 2001/06/24 02:12:04 | |
2860 | Log: Allow (displaying and) re-editing the Subject in perlbug. | |
2861 | Also abstract the Subject quality control into a function. | |
2862 | Branch: perl | |
2863 | ! utils/perlbug.PL | |
2864 | ____________________________________________________________________________ | |
2865 | [ 10877] By: jhi on 2001/06/24 01:40:53 | |
2866 | Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V). | |
2867 | Branch: perl | |
2868 | ! utils/perlbug.PL | |
2869 | ____________________________________________________________________________ | |
2870 | [ 10876] By: jhi on 2001/06/24 01:37:05 | |
2871 | Log: Regen toc and modlib. | |
2872 | Branch: perl | |
2873 | ! pod/perlmodlib.pod pod/perltoc.pod | |
2874 | ____________________________________________________________________________ | |
2875 | [ 10875] By: jhi on 2001/06/24 01:29:33 | |
2876 | Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested | |
2877 | by John Peacock. (Can be 'ntea' which means emulate UNIX file | |
2878 | attribute semantics as much as possible, or 'ntsec' which uses | |
2879 | native NTFS semantics.) (See also #10877.) | |
2880 | Branch: perl | |
2881 | ! perl.c | |
2882 | ____________________________________________________________________________ | |
2883 | [ 10874] By: jhi on 2001/06/23 23:57:28 | |
2884 | Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now. | |
2885 | Branch: perl | |
2886 | ! lib/Test/Harness.pm | |
2887 | ____________________________________________________________________________ | |
2888 | [ 10873] By: jhi on 2001/06/23 23:36:56 | |
2889 | Log: Just zap the -uPerlio. | |
2890 | Branch: perl | |
2891 | ! ext/B/Stash.t | |
2892 | ____________________________________________________________________________ | |
2893 | [ 10872] By: jhi on 2001/06/23 21:29:10 | |
2894 | Log: Do not test PerlIO if PerlIO not used. | |
2895 | Branch: perl | |
2896 | ! ext/PerlIO/PerlIO.t | |
2897 | ____________________________________________________________________________ | |
2898 | [ 10871] By: jhi on 2001/06/23 21:12:49 | |
2899 | Log: Regen perlapi. | |
2900 | Branch: perl | |
2901 | ! pod/perlapi.pod | |
2902 | ____________________________________________________________________________ | |
2903 | [ 10870] By: jhi on 2001/06/23 21:03:31 | |
2904 | Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno) | |
2905 | From: Nicholas Clark <nick@ccl4.org> | |
2906 | Date: Sat, 23 Jun 2001 22:55:47 +0100 | |
2907 | Message-ID: <20010623225547.Z98663@plum.flirble.org> | |
2908 | Branch: perl | |
2909 | ! numeric.c | |
2910 | ____________________________________________________________________________ | |
2911 | [ 10869] By: jhi on 2001/06/23 17:13:21 | |
2912 | Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t | |
2913 | From: Prymmer/Kahn <pvhp@best.com> | |
2914 | Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT) | |
2915 | Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com> | |
2916 | Branch: perl | |
2917 | ! lib/h2xs.t | |
2918 | ____________________________________________________________________________ | |
2919 | [ 10868] By: jhi on 2001/06/23 16:04:38 | |
2920 | Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs. | |
2921 | cygwin does not taint cwd, just like win32. | |
2922 | Branch: perl | |
2923 | ! lib/File/Find/taint.t t/op/taint.t | |
2924 | ____________________________________________________________________________ | |
2925 | [ 10867] By: jhi on 2001/06/23 15:39:15 | |
2926 | Log: Retract #10865, the patch should be unnecessary. | |
2927 | (But seemingly helpful in Cygwin? Strange.) | |
2928 | Branch: perl | |
2929 | ! lib/Memoize/t/tie_ndbm.t | |
2930 | ____________________________________________________________________________ | |
2931 | [ 10866] By: jhi on 2001/06/23 15:06:30 | |
2932 | Log: Misplaced test file; plus Cygwin filesystem semantics. | |
2933 | Branch: perl | |
2934 | + ext/SDBM_File/sdbm.t | |
2935 | - ext/ODBM_File/sdbm.t | |
2936 | ! MANIFEST | |
2937 | ____________________________________________________________________________ | |
2938 | [ 10865] By: jhi on 2001/06/23 15:01:02 | |
2939 | Log: (Retracted by #10867.) | |
2940 | Branch: perl | |
2941 | ! lib/Memoize/t/tie_ndbm.t | |
2942 | ____________________________________________________________________________ | |
2943 | [ 10864] By: jhi on 2001/06/23 14:25:43 | |
2944 | Log: Metaconfig unit change for #10863. | |
2945 | Branch: metaconfig/U/perl | |
2946 | ! Extensions.U | |
2947 | ____________________________________________________________________________ | |
2948 | [ 10863] By: jhi on 2001/06/23 14:25:20 | |
2949 | Log: In Cygwin do not build NDBM_File and ODBM_File unless | |
2950 | -lndbm and -ldbm are available. | |
2951 | Branch: perl | |
2952 | ! Configure config_h.SH | |
2953 | ____________________________________________________________________________ | |
2954 | [ 10862] By: jhi on 2001/06/23 14:02:14 | |
2955 | Log: More Cygwin filesystem semantics. | |
2956 | Branch: perl | |
2957 | ! t/io/fs.t t/op/stat.t | |
2958 | ____________________________________________________________________________ | |
2959 | [ 10861] By: jhi on 2001/06/23 13:38:00 | |
2960 | Log: More DOSish permission semantics for Cygwin. | |
2961 | Branch: perl | |
2962 | ! lib/AnyDBM_File.t | |
2963 | ____________________________________________________________________________ | |
2964 | [ 10860] By: jhi on 2001/06/23 13:32:41 | |
2965 | Log: Cygwin too has different permission semantics. | |
2966 | Branch: perl | |
2967 | ! ext/GDBM_File/gdbm.t | |
2968 | ____________________________________________________________________________ | |
2969 | [ 10859] By: jhi on 2001/06/23 13:30:06 | |
2970 | Log: The group (and assumedly passwd) databases can have | |
2971 | only one entry (this is the case in cygwin). | |
2972 | Branch: perl | |
2973 | ! t/op/grent.t t/op/pwent.t | |
2974 | ____________________________________________________________________________ | |
2975 | [ 10858] By: jhi on 2001/06/23 13:16:26 | |
2976 | Log: Also in Cygwin use Socket to figure out domainname | |
2977 | (if any) (avoids trying to call external 'domainname', | |
2978 | which doesn't at the moment exist in Cygwin) | |
2979 | Branch: perl | |
2980 | ! lib/Net/Domain.pm | |
2981 | ____________________________________________________________________________ | |
2982 | [ 10857] By: jhi on 2001/06/23 12:48:32 | |
2983 | Log: Remove also the lib$Foo.def, not just $Foo.def. | |
2984 | Branch: perl | |
2985 | ! lib/ExtUtils/MM_Unix.pm | |
2986 | ____________________________________________________________________________ | |
2987 | [ 10856] By: jhi on 2001/06/23 12:21:53 | |
2988 | Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT(). | |
2989 | Branch: perl | |
2990 | ! unixish.h | |
2991 | ____________________________________________________________________________ | |
2992 | [ 10855] By: jhi on 2001/06/23 12:14:15 | |
2993 | Log: Fix for ID 20010619.003, the [[:print:]] is not supposed | |
2994 | to match the whole isprint(), only the space character. | |
2995 | Branch: perl | |
2996 | ! handy.h pod/perlre.pod t/op/pat.t | |
2997 | ____________________________________________________________________________ | |
2998 | [ 10854] By: nick on 2001/06/23 08:09:33 | |
2999 | Log: Integrate mainline | |
3000 | Branch: perlio | |
3001 | !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh | |
3002 | !> lib/ExtUtils.t lib/File/Find/taint.t | |
3003 | !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t | |
3004 | !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t | |
3005 | !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs | |
3006 | ____________________________________________________________________________ | |
3007 | [ 10853] By: jhi on 2001/06/23 03:48:09 | |
3008 | Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding | |
3009 | with its floats in os390 and s390 (UTS). | |
3010 | Branch: perl | |
3011 | ! lib/Math/BigInt/t/bigintpm.t | |
3012 | ____________________________________________________________________________ | |
3013 | [ 10852] By: jhi on 2001/06/23 03:38:53 | |
3014 | Log: Add also UTS (s390) to the non-IEEE float platforms. | |
3015 | Branch: perl | |
3016 | ! t/op/sprintf.t | |
3017 | ____________________________________________________________________________ | |
3018 | [ 10851] By: jhi on 2001/06/23 03:36:04 | |
3019 | Log: Subject: RFC: what are applicable standards for exponent sizes? | |
3020 | From: Peter Prymmer <pvhp@forte.com> | |
3021 | Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT) | |
3022 | Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com> | |
3023 | Branch: perl | |
3024 | ! t/op/sprintf.t | |
3025 | ____________________________________________________________________________ | |
3026 | [ 10850] By: jhi on 2001/06/23 03:29:04 | |
3027 | Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS | |
3028 | From: Peter Prymmer <pvhp@forte.com> | |
3029 | Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT) | |
3030 | Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com> | |
3031 | Branch: perl | |
3032 | ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs | |
3033 | ____________________________________________________________________________ | |
3034 | [ 10849] By: jhi on 2001/06/23 03:27:21 | |
3035 | Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch | |
3036 | From: Peter Prymmer <pvhp@forte.com> | |
3037 | Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT) | |
3038 | Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com> | |
3039 | Branch: perl | |
3040 | ! lib/ExtUtils.t | |
3041 | ____________________________________________________________________________ | |
3042 | [ 10848] By: jhi on 2001/06/22 21:51:31 | |
3043 | Log: Retract #10845. | |
3044 | Branch: perl | |
3045 | ! lib/File/Find/taint.t | |
3046 | ____________________________________________________________________________ | |
3047 | [ 10847] By: jhi on 2001/06/22 21:50:38 | |
3048 | Log: Yet another error message. | |
3049 | Branch: perl | |
3050 | ! t/op/mkdir.t | |
3051 | ____________________________________________________________________________ | |
3052 | [ 10846] By: jhi on 2001/06/22 21:48:39 | |
3053 | Log: The croak message for nonexistent socket functions may vary. | |
3054 | Branch: perl | |
3055 | ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t | |
3056 | ____________________________________________________________________________ | |
3057 | [ 10845] By: jhi on 2001/06/22 21:42:38 | |
3058 | Log: (Retracted by #10848.) | |
3059 | Branch: perl | |
3060 | ! lib/File/Find/taint.t | |
3061 | ____________________________________________________________________________ | |
3062 | [ 10844] By: jhi on 2001/06/22 21:32:58 | |
3063 | Log: Integrate perlio. | |
3064 | Branch: perl | |
3065 | !> lib/File/Find/taint.t t/op/write.t | |
3066 | ____________________________________________________________________________ | |
3067 | [ 10843] By: nick on 2001/06/22 21:24:51 | |
3068 | Log: Back out debug in taint.t | |
3069 | Branch: perlio | |
3070 | ! lib/File/Find/taint.t | |
3071 | ____________________________________________________________________________ | |
3072 | [ 10842] By: jhi on 2001/06/22 21:20:02 | |
3073 | Log: setitimer() does not exist in Unicos, despite of what | |
3074 | Configure thinks, from Mark P. Lutz. | |
3075 | Branch: perl | |
3076 | ! hints/unicos.sh | |
3077 | ____________________________________________________________________________ | |
3078 | [ 10841] By: nick on 2001/06/22 21:19:36 | |
3079 | Log: Skip cwd test on Win32 ??? | |
3080 | Branch: perlio | |
3081 | ! lib/File/Find/taint.t | |
3082 | ____________________________________________________________________________ | |
3083 | [ 10840] By: jhi on 2001/06/22 21:17:34 | |
3084 | Log: Casting this way seems to keep both 64-bitint x86 FreeBSD | |
3085 | and Tru64 gcc -Wall happy. | |
3086 | Branch: perl | |
3087 | ! mg.c | |
3088 | ____________________________________________________________________________ | |
3089 | [ 10839] By: jhi on 2001/06/22 21:15:32 | |
3090 | Log: The packs must be done in native shorts, fix from Mark P. Lutz. | |
3091 | Branch: perl | |
3092 | ! ext/IPC/SysV/Semaphore.pm | |
3093 | ____________________________________________________________________________ | |
3094 | [ 10838] By: jhi on 2001/06/22 21:12:02 | |
3095 | Log: Metaconfig unit change for #10837. | |
3096 | Branch: metaconfig/U/perl | |
3097 | ! Cross.U | |
3098 | ____________________________________________________________________________ | |
3099 | [ 10837] By: jhi on 2001/06/22 21:09:42 | |
3100 | Log: Cleanup of the cross-compilation unit. | |
3101 | Branch: perl | |
3102 | ! Configure | |
3103 | ____________________________________________________________________________ | |
3104 | [ 10836] By: nick on 2001/06/22 20:45:12 | |
3105 | Log: Skip |- based op/write.t on Win32 as well as VMS | |
3106 | Branch: perlio | |
3107 | ! t/op/write.t | |
3108 | ____________________________________________________________________________ | |
3109 | [ 10835] By: jhi on 2001/06/22 20:44:20 | |
3110 | Log: Integrate perlio. | |
3111 | Branch: perl | |
3112 | !> util.c | |
3113 | ____________________________________________________________________________ | |
3114 | [ 10834] By: nick on 2001/06/22 20:41:54 | |
3115 | Log: Integrate mainline | |
3116 | Branch: perlio | |
3117 | !> Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3118 | !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h | |
3119 | !> vos/config.ga.h | |
3120 | ____________________________________________________________________________ | |
3121 | [ 10833] By: nick on 2001/06/22 20:22:58 | |
3122 | Log: Patcho fix. | |
3123 | Branch: perlio | |
3124 | ! util.c | |
3125 | ____________________________________________________________________________ | |
3126 | [ 10832] By: jhi on 2001/06/22 20:13:02 | |
3127 | Log: Metaconfig unit changes for #10831. | |
3128 | Branch: metaconfig | |
3129 | ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U | |
3130 | ____________________________________________________________________________ | |
3131 | [ 10831] By: jhi on 2001/06/22 20:12:29 | |
3132 | Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup | |
3133 | From: Andy Dougherty <doughera@lafayette.edu> | |
3134 | Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT) | |
3135 | Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu> | |
3136 | Branch: perl | |
3137 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3138 | ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h | |
3139 | ____________________________________________________________________________ | |
3140 | [ 10830] By: jhi on 2001/06/22 19:50:15 | |
3141 | Log: MPE/iX prototype nits from Mark Bixby. | |
3142 | Branch: perl | |
3143 | ! pp_sys.c | |
3144 | ____________________________________________________________________________ | |
3145 | [ 10829] By: jhi on 2001/06/22 16:25:16 | |
3146 | Log: Detypo. | |
3147 | Branch: perl | |
3148 | ! util.c | |
3149 | ____________________________________________________________________________ | |
3150 | [ 10828] By: nick on 2001/06/22 15:33:37 | |
3151 | Log: Integrate mainline (in near desperate attempt to get Win32 to build...) | |
3152 | Branch: perlio | |
3153 | +> lib/h2xs.t | |
3154 | !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl | |
3155 | !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t | |
3156 | !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm | |
3157 | !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl | |
3158 | !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod | |
3159 | !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl | |
3160 | !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h | |
3161 | !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c | |
3162 | !> vms/vmsish.h | |
3163 | ____________________________________________________________________________ | |
3164 | [ 10827] By: jhi on 2001/06/22 14:15:26 | |
3165 | Log: Subject: [PATCH perl@10800] sigaction workaround for VMS | |
3166 | Date: Fri, 22 Jun 2001 10:08:35 -0500 | |
3167 | From: "Craig A. Berry" <craigberry@mac.com> | |
3168 | Message-Id: <a05101001b75908704194@[192.168.56.145]> | |
3169 | Branch: perl | |
3170 | ! vms/vms.c vms/vmsish.h | |
3171 | ____________________________________________________________________________ | |
3172 | [ 10826] By: jhi on 2001/06/22 13:35:37 | |
3173 | Log: NetWare scripts tweak from Ananth Kesari. | |
3174 | Branch: perl | |
3175 | ! NetWare/t/NWScripts.pl | |
3176 | ____________________________________________________________________________ | |
3177 | [ 10825] By: jhi on 2001/06/22 13:00:55 | |
3178 | Log: Update Changes. | |
3179 | Branch: perl | |
3180 | ! Changes patchlevel.h | |
3181 | ____________________________________________________________________________ | |
3e2ce105 JH |
3182 | [ 10824] By: jhi on 2001/06/22 12:46:56 |
3183 | Log: Add .i and .s targets. | |
3184 | Branch: perl | |
3185 | ! Makefile.SH | |
3186 | ____________________________________________________________________________ | |
3187 | [ 10823] By: jhi on 2001/06/22 12:25:20 | |
3188 | Log: Upgrade to Locale::Maketext 1.03. | |
3189 | Branch: perl | |
3190 | ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod | |
3191 | ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl | |
3192 | ____________________________________________________________________________ | |
3193 | [ 10822] By: jhi on 2001/06/22 12:23:57 | |
3194 | Log: Upgrade to I18N::LangTags 0.26. | |
3195 | Branch: perl | |
3196 | ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog | |
3197 | ! lib/I18N/LangTags/test.pl | |
3198 | ____________________________________________________________________________ | |
3199 | [ 10821] By: jhi on 2001/06/22 12:16:41 | |
3200 | Log: The #10792 didn't take, and s/sighni/signi/, as noticed by | |
3201 | Philip Newton. | |
3202 | Branch: perl | |
3203 | ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod | |
3204 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
3205 | ____________________________________________________________________________ | |
3206 | [ 10820] By: jhi on 2001/06/22 12:13:37 | |
3207 | Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs | |
3208 | From: Prymmer/Kahn <pvhp@best.com> | |
3209 | Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT) | |
3210 | Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com> | |
3211 | Branch: perl | |
3212 | + lib/h2xs.t | |
3213 | ! MANIFEST utils/h2xs.PL | |
3214 | ____________________________________________________________________________ | |
3215 | [ 10819] By: jhi on 2001/06/22 12:11:56 | |
3216 | Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t | |
3217 | From: Prymmer/Kahn <pvhp@best.com> | |
3218 | Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT) | |
3219 | Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com> | |
3220 | Branch: perl | |
3221 | ! lib/ExtUtils.t | |
3222 | ____________________________________________________________________________ | |
3223 | [ 10818] By: jhi on 2001/06/22 12:11:08 | |
3224 | Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32 | |
3225 | From: Prymmer/Kahn <pvhp@best.com> | |
3226 | Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT) | |
3227 | Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com> | |
3228 | Branch: perl | |
3229 | ! t/pod/plainer.t | |
3230 | ____________________________________________________________________________ | |
3231 | [ 10817] By: jhi on 2001/06/22 12:10:05 | |
3232 | Log: AUTHORS update. | |
3233 | Branch: perl | |
3234 | ! AUTHORS | |
3235 | ____________________________________________________________________________ | |
3236 | [ 10816] By: jhi on 2001/06/22 12:08:24 | |
3237 | Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction? | |
3238 | From: "Craig A. Berry" <craigberry@mac.com> | |
3239 | Date: Thu, 21 Jun 2001 18:20:38 -0500 | |
3240 | Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01> | |
3241 | Branch: perl | |
3242 | ! ext/POSIX/POSIX.xs | |
3243 | ____________________________________________________________________________ | |
3244 | [ 10815] By: jhi on 2001/06/22 12:07:19 | |
3245 | Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS | |
3246 | From: "Craig A. Berry" <craigberry@mac.com> | |
3247 | Date: Thu, 21 Jun 2001 09:58:52 -0500 | |
3248 | Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01> | |
3249 | Branch: perl | |
3250 | ! ext/B/Deparse.t t/op/write.t | |
3251 | ____________________________________________________________________________ | |
3252 | [ 10814] By: nick on 2001/06/22 08:13:09 | |
3253 | Log: Integrate mainline. | |
3254 | Branch: perlio | |
3255 | !> (integrate 46 files) | |
3256 | ____________________________________________________________________________ | |
3257 | [ 10813] By: jhi on 2001/06/22 02:48:58 | |
3258 | Log: Change the prefixes only if $prefix is unset, | |
3259 | as originally patched by Marcel Grunauer. | |
3260 | Branch: perl | |
3261 | ! hints/darwin.sh hints/rhapsody.sh | |
3262 | ____________________________________________________________________________ | |
3263 | [ 10812] By: jhi on 2001/06/22 02:44:41 | |
3264 | Log: Subject: Re: Patch for hints/darwin.sh | |
3265 | From: Wilfredo Sanchez <wsanchez@MIT.EDU> | |
3266 | Date: Thu, 21 Jun 2001 11:23:46 -0700 | |
3267 | Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu> | |
3268 | Branch: perl | |
3269 | ! hints/darwin.sh hints/rhapsody.sh | |
3270 | ____________________________________________________________________________ | |
3271 | [ 10811] By: jhi on 2001/06/22 02:34:27 | |
3272 | Log: Add .PHONY targets for non-file targets, | |
3273 | from Wilfredo Sánchez. Should help saying | |
3274 | "make install" on case-insensitive filesystems. | |
3275 | Branch: perl | |
3276 | ! Makefile.SH | |
3277 | ____________________________________________________________________________ | |
3278 | [ 10810] By: jhi on 2001/06/22 02:01:23 | |
3279 | Log: Subject: Re: Automated smoke report for patch 10764 (truncated) | |
3280 | From: Doug MacEachern <dougm@covalent.net> | |
3281 | Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT) | |
3282 | Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net> | |
3283 | ||
3284 | plus reword the getcwd() comment, plus use getcwd() buffer | |
3285 | size minus one. | |
3286 | Branch: perl | |
3287 | ! util.c | |
3288 | ____________________________________________________________________________ | |
3289 | [ 10809] By: jhi on 2001/06/22 01:16:58 | |
3290 | Log: More gprofing from Doug MacEachern. | |
3291 | Branch: perl | |
3292 | ! Makefile.SH | |
3293 | ____________________________________________________________________________ | |
3294 | [ 10808] By: jhi on 2001/06/22 01:15:11 | |
3295 | Log: Metaconfig unit change for #10807. | |
3296 | Branch: metaconfig/U/perl | |
3297 | ! d_sfio.U | |
3298 | ____________________________________________________________________________ | |
3299 | [ 10807] By: jhi on 2001/06/22 01:14:43 | |
3300 | Log: Tell that you are removing the unneeded -lsfio. | |
3301 | Branch: perl | |
3302 | ! Configure | |
3303 | ____________________________________________________________________________ | |
3304 | [ 10806] By: jhi on 2001/06/22 01:03:14 | |
3305 | Log: More MPE/iX tweaks from Mark Bixby. | |
3306 | Branch: perl | |
3307 | ! perl.c t/op/magic.t | |
3308 | ____________________________________________________________________________ | |
3309 | [ 10805] By: jhi on 2001/06/21 22:41:11 | |
3310 | Log: The fchdir() proto is supposed to live in <unistd.h>. | |
3311 | Branch: perl | |
3312 | ! ext/Cwd/Cwd.xs | |
3313 | ____________________________________________________________________________ | |
3314 | [ 10804] By: jhi on 2001/06/21 22:24:42 | |
3315 | Log: This town is too small for the Cwd extension and me, | |
3316 | it would seem... | |
3317 | Branch: perl | |
3318 | ! ext/Cwd/Cwd.xs | |
3319 | ____________________________________________________________________________ | |
3320 | [ 10803] By: jhi on 2001/06/21 21:54:00 | |
3321 | Log: Metaconfig unit change for #10802. | |
3322 | Branch: metaconfig/U/perl | |
3323 | ! d_modfl.U | |
3324 | ____________________________________________________________________________ | |
3325 | [ 10802] By: jhi on 2001/06/21 21:53:37 | |
3326 | Log: More d'ohs. | |
3327 | Branch: perl | |
3328 | ! Configure | |
3329 | ____________________________________________________________________________ | |
3330 | [ 10801] By: jhi on 2001/06/21 21:38:38 | |
3331 | Log: Off-by-one. I'm so classic. | |
3332 | Branch: perl | |
3333 | ! util.c | |
3334 | ____________________________________________________________________________ | |
3335 | [ 10800] By: jhi on 2001/06/21 20:10:19 | |
3336 | Log: Update Changes. | |
3337 | Branch: perl | |
3338 | ! Changes patchlevel.h | |
3339 | ____________________________________________________________________________ | |
62e06c62 JH |
3340 | [ 10799] By: jhi on 2001/06/21 20:03:54 |
3341 | Log: Subject: Documentation patch for Net::FTP | |
3342 | From: Marcel Grunauer <marcel@codewerk.com> | |
3343 | Date: Wed, 20 Jun 2001 23:03:26 +0200 | |
3344 | Message-Id: <20010620210309.DCMT6087.viemta06@localhost> | |
3345 | Branch: perl | |
3346 | ! lib/Net/FTP.pm | |
3347 | ____________________________________________________________________________ | |
3348 | [ 10798] By: jhi on 2001/06/21 20:01:14 | |
3349 | Log: Retract the #10417 mg.c and embed.pl parts because of | |
3350 | strange SEGVs in 64bit x86 FreeBSD observed by | |
3351 | Nicholas Clark. | |
3352 | Branch: perl | |
3353 | ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h | |
3354 | ____________________________________________________________________________ | |
3355 | [ 10797] By: jhi on 2001/06/21 19:40:34 | |
3356 | Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist). | |
3357 | Branch: perl | |
3358 | ! Configure NetWare/config.wc NetWare/config_H.wc | |
3359 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
3360 | ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh | |
3361 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
3362 | ! vos/config.ga.h win32/config.bc win32/config.gc | |
3363 | ! win32/config.vc win32/config_H.bc win32/config_H.gc | |
3364 | ! win32/config_H.vc | |
3365 | ____________________________________________________________________________ | |
3366 | [ 10796] By: jhi on 2001/06/21 19:08:28 | |
3367 | Log: Cwd tweak from Doug MacEachern. | |
3368 | Branch: perl | |
3369 | ! ext/Cwd/Cwd.xs | |
3370 | ____________________________________________________________________________ | |
3371 | [ 10795] By: jhi on 2001/06/21 19:03:48 | |
3372 | Log: Protect the fchdir() and lstat() with ifdefs. | |
3373 | fchdir() needs a Configure probe. | |
3374 | Branch: perl | |
3375 | ! ext/Cwd/Cwd.xs | |
3376 | ____________________________________________________________________________ | |
3377 | [ 10794] By: nick on 2001/06/21 17:11:35 | |
3378 | Log: Integrate mainline | |
3379 | Branch: perlio | |
3380 | +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t | |
3381 | +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t | |
3382 | +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t | |
3383 | +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t | |
3384 | +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t | |
3385 | +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t | |
3386 | +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t | |
3387 | +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t | |
3388 | - lib/Attribute/Handlers.t lib/File/Glob/basic.t | |
3389 | - lib/File/Glob/case.t lib/File/Glob/global.t | |
3390 | - lib/File/Glob/taint.t lib/File/Temp/mktemp.t | |
3391 | - lib/File/Temp/posix.t lib/File/Temp/security.t | |
3392 | - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t | |
3393 | - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t | |
3394 | - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t | |
3395 | - lib/Text/Wrap/wrap.t | |
3396 | !> (integrate 41 files) | |
3397 | ____________________________________________________________________________ | |
3398 | [ 10793] By: jhi on 2001/06/21 17:01:26 | |
3399 | Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS | |
3400 | From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com> | |
3401 | Date: Thu, 21 Jun 2001 13:04:54 -0500 | |
3402 | Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01> | |
3403 | Branch: perl | |
3404 | ! ext/Cwd/Cwd.xs | |
3405 | ____________________________________________________________________________ | |
3406 | [ 10792] By: jhi on 2001/06/21 16:13:57 | |
3407 | Log: Subject: [PATCH pod] overlong =item | |
3408 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3409 | Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST) | |
3410 | Message-Id: <200106211708.SAA08097@tempest.npl.co.uk> | |
3411 | Branch: perl | |
3412 | ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod | |
3413 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
3414 | ____________________________________________________________________________ | |
3415 | [ 10791] By: jhi on 2001/06/21 16:10:51 | |
3416 | Log: Subject: [PATCH perlio.c] format | |
3417 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3418 | Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST) | |
3419 | Message-Id: <200106211705.SAA08067@tempest.npl.co.uk> | |
3420 | Branch: perl | |
3421 | ! perlio.c | |
3422 | ____________________________________________________________________________ | |
3423 | [ 10790] By: jhi on 2001/06/21 15:52:04 | |
3424 | Log: Subject: Re: [PATCH 5.7.1] sv.c documentation | |
3425 | From: Radu Greab <radu@netsoft.ro> | |
3426 | Date: Thu, 21 Jun 2001 19:06:02 +0300 | |
3427 | Message-ID: <15154.7018.376419.295092@ix.netsoft.ro> | |
3428 | Branch: perl | |
3429 | ! pod/perlapi.pod sv.c | |
3430 | ____________________________________________________________________________ | |
3431 | [ 10789] By: jhi on 2001/06/21 14:48:25 | |
3432 | Log: The metaconfig unit changes for #10788. | |
3433 | Branch: metaconfig/U/perl | |
3434 | ! Cross.U fflushall.U | |
3435 | ____________________________________________________________________________ | |
3436 | [ 10788] By: jhi on 2001/06/21 14:47:48 | |
3437 | Log: Cross-configuration changes: make $from to rm the files | |
3438 | before copying them over (this means that he rm can be | |
3439 | removed from the fflushall test), create $targetmkdir | |
3440 | (not documented in install since it is supposed to internal | |
3441 | use only), make $run to copy over the executable only if | |
3442 | a stamp file .xok doesn't already exist (to avoid unnecessary | |
3443 | copying of the executable) | |
3444 | Branch: perl | |
3445 | ! Configure Makefile.SH | |
3446 | ____________________________________________________________________________ | |
3447 | [ 10787] By: nick on 2001/06/21 14:16:18 | |
3448 | Log: Integrate mainline | |
3449 | Branch: perlio | |
3450 | +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm | |
3451 | +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog | |
3452 | +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl | |
3453 | - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t | |
3454 | !> (integrate 34 files) | |
3455 | ____________________________________________________________________________ | |
3456 | [ 10786] By: jhi on 2001/06/21 13:59:32 | |
3457 | Log: Re-add the files as text. | |
3458 | Branch: perl | |
3459 | + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8 | |
3460 | ____________________________________________________________________________ | |
3461 | [ 10785] By: jhi on 2001/06/21 13:57:55 | |
3462 | Log: Delete the binary files. | |
3463 | Branch: perl | |
3464 | - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8 | |
3465 | ____________________________________________________________________________ | |
3466 | [ 10784] By: jhi on 2001/06/21 13:49:47 | |
3467 | Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions | |
3468 | From: Andy Dougherty <doughera@lafayette.edu> | |
3469 | Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT) | |
3470 | Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu> | |
3471 | Branch: perl | |
3472 | ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL | |
3473 | ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL | |
3474 | ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL | |
3475 | ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL | |
3476 | ____________________________________________________________________________ | |
3477 | [ 10783] By: jhi on 2001/06/21 13:46:50 | |
3478 | Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems | |
3479 | From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000) | |
3480 | Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) | |
3481 | Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz> | |
3482 | ||
3483 | Setting umask to something friendlier. | |
3484 | Branch: perl | |
3485 | ! installman installperl | |
3486 | ____________________________________________________________________________ | |
3487 | [ 10782] By: jhi on 2001/06/21 13:42:17 | |
3488 | Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories. | |
3489 | Resort MANIFEST with sort -f, looks much better. | |
3490 | Branch: perl | |
3491 | + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t | |
3492 | + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t | |
3493 | + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t | |
3494 | + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t | |
3495 | + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t | |
3496 | + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t | |
3497 | + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t | |
3498 | + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t | |
3499 | - lib/Attribute/Handlers.t lib/File/Glob/basic.t | |
3500 | - lib/File/Glob/case.t lib/File/Glob/global.t | |
3501 | - lib/File/Glob/taint.t lib/File/Temp/mktemp.t | |
3502 | - lib/File/Temp/posix.t lib/File/Temp/security.t | |
3503 | - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t | |
3504 | - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t | |
3505 | - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t | |
3506 | - lib/Text/Wrap/wrap.t | |
3507 | ! MANIFEST | |
3508 | ____________________________________________________________________________ | |
3509 | [ 10781] By: jhi on 2001/06/21 13:16:04 | |
3510 | Log: Upgrade to I18N::LangTags 0.25. | |
3511 | Branch: perl | |
3512 | ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog | |
3513 | ! lib/I18N/LangTags/List.pm | |
3514 | ____________________________________________________________________________ | |
3515 | [ 10780] By: jhi on 2001/06/21 13:12:54 | |
3516 | Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere. | |
3517 | From: Richard Soderberg <rs@crystalflame.net> | |
3518 | Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT) | |
3519 | Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com> | |
3520 | Branch: perl | |
3521 | ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c | |
3522 | ! op.c pp.c pp_ctl.c pp_hot.c regexec.c | |
3523 | ____________________________________________________________________________ | |
3524 | [ 10779] By: jhi on 2001/06/21 12:59:57 | |
3525 | Log: Test obsoleted by change #10777. | |
3526 | Branch: perl | |
3527 | ! t/op/sub_lval.t | |
3528 | ____________________________________________________________________________ | |
3529 | [ 10778] By: jhi on 2001/06/21 12:52:37 | |
3530 | Log: Case of confused test numbering. | |
3531 | Branch: perl | |
3532 | ! t/op/pat.t | |
3533 | ____________________________________________________________________________ | |
3534 | [ 10777] By: jhi on 2001/06/21 12:30:57 | |
3535 | Log: Subject: Re: Opinion on undef lvalue | |
3536 | From: Abhijit Menon-Sen <ams@wiw.org> | |
3537 | Date: Sun, 17 Jun 2001 13:04:46 +0530 | |
3538 | Message-ID: <20010617130446.B27925@lustre.linux.in> | |
3539 | ||
3540 | Allow lvalue subs to return undef in array context. | |
3541 | Branch: perl | |
3542 | ! pp_hot.c | |
3543 | ____________________________________________________________________________ | |
3544 | [ 10776] By: jhi on 2001/06/21 12:27:48 | |
3545 | Log: Just a guess that using the same hack for cygwin as | |
3546 | for win32 might help. | |
3547 | Branch: perl | |
3548 | ! lib/File/Find/find.t | |
3549 | ____________________________________________________________________________ | |
3550 | [ 10775] By: jhi on 2001/06/21 12:25:58 | |
3551 | Log: NetWare tweaks from Guruprasad. | |
3552 | Branch: perl | |
3553 | ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc | |
3554 | ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h | |
3555 | ! NetWare/nwperlsys.c NetWare/t/NWModify.pl | |
3556 | ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt | |
3557 | ____________________________________________________________________________ | |
3558 | [ 10774] By: jhi on 2001/06/21 12:21:17 | |
3559 | Log: Subject: Re: perl@10722: Bogus warnings on REs | |
3560 | From: Hugo <hv@crypt.compulink.co.uk> | |
3561 | Date: Thu, 21 Jun 2001 09:51:17 +0100 | |
3562 | Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk> | |
3563 | ||
3564 | Unroll to avoid a UTS compiler bug. | |
3565 | Branch: perl | |
3566 | ! regcomp.c | |
3567 | ____________________________________________________________________________ | |
3568 | [ 10773] By: jhi on 2001/06/21 12:13:13 | |
3569 | Log: Subject: Re: [PATCH] Make /o work under i?threads | |
3570 | From: Artur Bergman <artur@contiller.se> | |
3571 | Date: Thu, 21 Jun 2001 14:38:03 +0200 | |
3572 | Message-ID: <B757B74A.184D%artur@contiller.se> | |
3573 | Branch: perl | |
3574 | ! t/op/pat.t | |
3575 | ____________________________________________________________________________ | |
3576 | [ 10772] By: jhi on 2001/06/21 12:12:23 | |
3577 | Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad | |
3578 | From: Artur Bergman <artur@contiller.se> | |
3579 | Date: Thu, 21 Jun 2001 14:27:33 +0200 | |
3580 | Message-ID: <B757B4D4.1849%artur@contiller.se> | |
3581 | ||
3582 | Plus extra parentheses. | |
3583 | Branch: perl | |
3584 | ! op.h | |
3585 | ____________________________________________________________________________ | |
3586 | [ 10771] By: jhi on 2001/06/21 12:10:29 | |
3587 | Log: Subject: [PATCH] Make /o work under i?threads | |
3588 | From: Richard Soderberg <rs@crystalflame.net> | |
3589 | Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT) | |
3590 | Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com> | |
3591 | Branch: perl | |
3592 | ! pp_ctl.c | |
3593 | ____________________________________________________________________________ | |
3594 | [ 10770] By: jhi on 2001/06/21 12:09:28 | |
3595 | Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad | |
3596 | From: Artur Bergman <artur@contiller.se> | |
3597 | Date: Thu, 21 Jun 2001 14:04:54 +0200 | |
3598 | Message-ID: <B757AF86.1842%artur@contiller.se> | |
3599 | Branch: perl | |
3600 | ! op.h | |
3601 | ____________________________________________________________________________ | |
3602 | [ 10769] By: jhi on 2001/06/21 12:08:03 | |
3603 | Log: Subject: Re: perl@10765: sv.c not OK on win32 | |
3604 | From: Artur Bergman <artur@contiller.se> | |
3605 | Date: Thu, 21 Jun 2001 10:31:06 +0200 | |
3606 | Message-ID: <B7577D69.182C%artur@contiller.se> | |
3607 | Branch: perl | |
3608 | ! sv.c | |
3609 | ____________________________________________________________________________ | |
3610 | [ 10768] By: jhi on 2001/06/21 12:03:56 | |
3611 | Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr* | |
3612 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3613 | Date: Thu, 21 Jun 2001 06:23:56 -0400 | |
3614 | Message-ID: <20010621062356.A8619@math.ohio-state.edu> | |
3615 | ||
3616 | Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr* | |
3617 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3618 | Date: Thu, 21 Jun 2001 06:32:21 -0400 | |
3619 | Message-ID: <20010621063221.A8823@math.ohio-state.edu> | |
3620 | Branch: perl | |
3621 | ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h | |
3622 | ____________________________________________________________________________ | |
3623 | [ 10767] By: jhi on 2001/06/21 12:00:07 | |
3624 | Log: Subject: [PATCH] make syslog test more verbose | |
3625 | From: Robert Spier <rspier@pobox.com> | |
3626 | Date: Thu, 21 Jun 2001 00:54:32 -0400 | |
3627 | Message-ID: <15153.32264.295807.333073@rls.cx> | |
3628 | Branch: perl | |
3629 | ! ext/Sys/Syslog/syslog.t | |
3630 | ____________________________________________________________________________ | |
3631 | [ 10766] By: jhi on 2001/06/20 23:27:57 | |
3632 | Log: Subject: op/study.t refinements | |
3633 | From: Hugo <hv@crypt.compulink.co.uk> | |
3634 | Date: Thu, 21 Jun 2001 00:29:07 +0100 | |
3635 | Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk> | |
3636 | Branch: perl | |
3637 | ! t/op/study.t | |
3638 | ____________________________________________________________________________ | |
3639 | [ 10765] By: jhi on 2001/06/20 19:51:47 | |
3640 | Log: Update Changes. | |
3641 | Branch: perl | |
3642 | ! Changes patchlevel.h | |
3643 | ____________________________________________________________________________ | |
974c90c5 JH |
3644 | [ 10764] By: jhi on 2001/06/20 19:00:23 |
3645 | Log: Subject: Re: [PATCH] djgpp updates | |
3646 | From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | |
3647 | Date: Wed, 20 Jun 2001 10:05:15 +0200 | |
3648 | Message-ID: <20010620100515.L5600@libra.eth.ericsson.se> | |
3649 | Branch: perl | |
3650 | ! djgpp/config.over | |
3651 | ____________________________________________________________________________ | |
3652 | [ 10763] By: jhi on 2001/06/20 18:58:06 | |
3653 | Log: Fix for ID 20010619.002 "When building hash, hash keys that | |
3654 | are function calls are not being called", from Abhijit. | |
3655 | Branch: perl | |
3656 | ! t/base/lex.t toke.c | |
3657 | ____________________________________________________________________________ | |
3658 | [ 10762] By: jhi on 2001/06/20 18:45:00 | |
3659 | Log: Upgrade to Locale::Maketext 1.02, from Sean Burke. | |
3660 | Branch: perl | |
3661 | + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README | |
3662 | + lib/Locale/Maketext/test.pl | |
3663 | - lib/Locale/Maketext.t | |
3664 | ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod | |
3665 | ! lib/Locale/Maketext/TPJ13.pod | |
3666 | ____________________________________________________________________________ | |
3667 | [ 10761] By: jhi on 2001/06/20 18:44:15 | |
3668 | Log: Metaconfig unit change for #10760. | |
3669 | Branch: metaconfig | |
3670 | ! U/modified/Cppsym.U | |
3671 | ____________________________________________________________________________ | |
3672 | [ 10760] By: jhi on 2001/06/20 18:42:04 | |
3673 | Log: Do not remove the ccsym* Cppsym* files since | |
3674 | they are useful for metaconfig units coming after us. | |
3675 | (This is the Configure nit mentioned in #10752.) | |
3676 | Branch: perl | |
3677 | ! Configure | |
3678 | ____________________________________________________________________________ | |
3679 | [ 10759] By: jhi on 2001/06/20 18:02:18 | |
3680 | Log: Update to I18N::LangTags 0.24, from Sean Burke. | |
3681 | Branch: perl | |
3682 | + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm | |
3683 | + lib/I18N/LangTags/README | |
3684 | - lib/I18N/LangTags/List.pod | |
3685 | ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl | |
3686 | ____________________________________________________________________________ | |
3687 | [ 10758] By: jhi on 2001/06/20 17:34:43 | |
3688 | Log: Regen headers. | |
3689 | Branch: perl | |
3690 | ! embed.h embedvar.h global.sym perlapi.c perlapi.h | |
3691 | ! pod/perlapi.pod proto.h | |
3692 | ____________________________________________________________________________ | |
3693 | [ 10757] By: jhi on 2001/06/20 17:23:08 | |
3694 | Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone | |
3695 | From: Artur Bergman <artur@contiller.se> | |
3696 | Date: Wed, 20 Jun 2001 11:31:32 +0200 | |
3697 | Message-ID: <B7563A14.17D8%artur@contiller.se> | |
3698 | Branch: perl | |
3699 | ! embed.pl hv.c intrpvar.h sv.c sv.h | |
3700 | ____________________________________________________________________________ | |
3701 | [ 10756] By: jhi on 2001/06/20 17:13:26 | |
3702 | Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable | |
3703 | From: Tim Sweetman <tim@aldigital.co.uk> | |
3704 | Date: Wed, 13 Jun 2001 14:25:17 +0100 | |
3705 | Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> | |
3706 | Branch: perl | |
3707 | ! ext/POSIX/POSIX.t lib/AutoLoader.pm | |
3708 | ____________________________________________________________________________ | |
3709 | [ 10755] By: nick on 2001/06/20 16:12:37 | |
3710 | Log: Integrate mainline | |
3711 | Branch: perlio | |
3712 | !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t | |
3713 | !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t | |
3714 | !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t | |
3715 | !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h | |
3716 | !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t | |
3717 | !> t/op/study.t util.c | |
3718 | ____________________________________________________________________________ | |
3719 | [ 10754] By: gsar on 2001/06/20 15:22:27 | |
3720 | Log: missing ld entry in Config.pm on Windows (makefile.mk had it, | |
3721 | but not Makefile) | |
3722 | Branch: maint-5.6/perl | |
3723 | ! win32/Makefile | |
3724 | ____________________________________________________________________________ | |
3725 | [ 10753] By: jhi on 2001/06/20 14:03:20 | |
3726 | Log: Security tweak on readlink(). | |
3727 | Branch: perl | |
3728 | ! pp_sys.c | |
3729 | ____________________________________________________________________________ | |
3730 | [ 10752] By: jhi on 2001/06/20 14:00:23 | |
3731 | Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.) | |
3732 | Branch: perl | |
3733 | ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh | |
3734 | ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h | |
3735 | ! mpeix/relink t/op/pwent.t | |
3736 | ____________________________________________________________________________ | |
3737 | [ 10751] By: jhi on 2001/06/20 13:57:27 | |
3738 | Log: Reinstate #10725 (with probe for alarm()). | |
3739 | Branch: perl | |
3740 | ! t/op/study.t | |
3741 | ____________________________________________________________________________ | |
3742 | [ 10750] By: jhi on 2001/06/20 13:53:46 | |
3743 | Log: Replace our implementation of realpath() with OpenBSD's | |
3744 | (src/lib/libc/stdlib/realpath.c 1.4). | |
3745 | Branch: perl | |
3746 | ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c | |
3747 | ! pod/perldiag.pod proto.h util.c | |
3748 | ____________________________________________________________________________ | |
3749 | [ 10749] By: jhi on 2001/06/20 13:07:49 | |
3750 | Log: Integrate perlio. | |
3751 | Branch: perl | |
3752 | !> perlio.c | |
3753 | ____________________________________________________________________________ | |
3754 | [ 10748] By: jhi on 2001/06/20 13:07:18 | |
3755 | Log: No point in going into memory-saving contortions | |
3756 | with getcwd() since there's a danger of buffer overflow. | |
3757 | Also make the POSIX extension to use sv_getcwd(). | |
3758 | Finally, a missed proto.h fragment. | |
3759 | Branch: perl | |
3760 | ! ext/POSIX/POSIX.xs proto.h util.c | |
3761 | ____________________________________________________________________________ | |
3762 | [ 10747] By: nick on 2001/06/20 12:38:26 | |
3763 | Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread. | |
3764 | Branch: perlio | |
3765 | ! perlio.c | |
3766 | ____________________________________________________________________________ | |
3767 | [ 10746] By: jhi on 2001/06/20 11:51:10 | |
3768 | Log: Subject: Re: Bug in IO::Socket::INET module (repeat) | |
3769 | From: Graham Barr <gbarr@pobox.com> | |
3770 | Date: Wed, 20 Jun 2001 11:05:49 +0100 | |
3771 | Message-ID: <20010620110549.I19188@pobox.com> | |
3772 | ||
3773 | reported in | |
3774 | ||
3775 | Subject: Bug in IO::Socket::INET module (repeat) | |
3776 | From: "Harmon S. Nine" <hnine@netarx.com> | |
3777 | Date: Tue, 19 Jun 2001 09:41:35 -0400 | |
3778 | Message-ID: <3B2F568F.8080605@netarx.com> | |
3779 | ||
3780 | The bug was that the IO::Socket::INET constructor | |
3781 | did not allow a 'LocalPort' of 0. | |
3782 | Branch: perl | |
3783 | ! ext/IO/lib/IO/Socket/INET.pm | |
3784 | ____________________________________________________________________________ | |
3785 | [ 10745] By: nick on 2001/06/20 08:56:39 | |
3786 | Log: Integrate mainline. | |
3787 | Branch: perlio | |
3788 | !> (integrate 37 files) | |
3789 | ____________________________________________________________________________ | |
3790 | [ 10744] By: jhi on 2001/06/20 04:54:53 | |
3791 | Log: After some reading I don't think we can blindly | |
3792 | use systems' realpath(). Too many security problems, | |
3793 | too many buggy implementations. | |
3794 | ||
3795 | TODO: the realpath() emulation code in util.c doesn't | |
3796 | seem fully operational? (readlink(), for example?) | |
3797 | Branch: perl | |
3798 | ! Configure Makefile.micro Porting/Glossary Porting/config.sh | |
3799 | ! Porting/config_H config_h.SH embed.h embed.pl global.sym | |
3800 | ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h | |
3801 | ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h | |
3802 | ! vos/config.ga.def vos/config.ga.h win32/config_H.bc | |
3803 | ! win32/config_H.gc win32/config_H.vc | |
3804 | ____________________________________________________________________________ | |
3805 | [ 10743] By: jhi on 2001/06/20 00:48:48 | |
3806 | Log: Metaconfig unit change for #10738. | |
3807 | Branch: metaconfig | |
3808 | ! U/compline/d_gconvert.U | |
3809 | ____________________________________________________________________________ | |
3810 | [ 10742] By: jhi on 2001/06/20 00:48:20 | |
3811 | Log: Integrate change #10739 from maintperl: | |
3812 | ||
3813 | C<eval "/x$\r\n/x"> fails to compile correctly | |
3814 | Branch: perl | |
3815 | !> t/op/pat.t toke.c | |
3816 | ____________________________________________________________________________ | |
3817 | [ 10741] By: jhi on 2001/06/20 00:41:05 | |
3818 | Log: Retract #10725 (Hugo asked NOT to apply the patch) | |
3819 | Branch: perl | |
3820 | ! t/op/study.t | |
3821 | ____________________________________________________________________________ | |
3822 | [ 10740] By: jhi on 2001/06/19 23:58:25 | |
3823 | Log: The test.third results were funnily named because of the | |
3824 | new test scheme. | |
3825 | Branch: perl | |
3826 | ! t/TEST | |
3827 | ____________________________________________________________________________ | |
3828 | [ 10739] By: gsar on 2001/06/19 23:49:15 | |
3829 | Log: C<eval "/x$\r\n/x"> fails to compile correctly | |
3830 | Branch: maint-5.6/perl | |
3831 | ! t/op/pat.t toke.c | |
3832 | ____________________________________________________________________________ | |
3833 | [ 10738] By: jhi on 2001/06/19 23:04:15 | |
3834 | Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) | |
3835 | From: Spider Boardman <spider@Orb.Nashua.NH.US> | |
3836 | Date: Tue, 19 Jun 2001 19:15:40 -0400 | |
3837 | Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US> | |
3838 | ||
3839 | The bigintpm.t #1183 failing in Tru64 (and also Cygwin) | |
3840 | because "1e+129" being expected but "1.e+129" being returned. | |
3841 | The culprit (at least in Tru64) is the use of gcvt(). | |
3842 | Branch: perl | |
3843 | ! Configure | |
3844 | ____________________________________________________________________________ | |
3845 | [ 10737] By: jhi on 2001/06/19 22:56:52 | |
3846 | Log: Subject: [PATCH perl@10722] test hunting on VMS | |
3847 | From: "Craig A. Berry" <craigberry@mac.com> | |
3848 | Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01> | |
3849 | Date: Tue, 19 Jun 2001 18:59:01 -0500 | |
3850 | Branch: perl | |
3851 | ! vms/test.com | |
3852 | ____________________________________________________________________________ | |
3853 | [ 10736] By: jhi on 2001/06/19 21:32:29 | |
3854 | Log: Subject: [PATCH] s/typos// | |
3855 | From: Abhijit Menon-Sen <ams@wiw.org> | |
3856 | Date: Wed, 20 Jun 2001 02:15:02 +0530 | |
3857 | Message-ID: <20010620021502.A14541@lustre.linux.in> | |
3858 | ||
3859 | Without the op.h s/bearword/bareword/ hunk, see | |
3860 | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html | |
3861 | Branch: perl | |
3862 | ! util.c | |
3863 | ____________________________________________________________________________ | |
3864 | [ 10735] By: jhi on 2001/06/19 21:26:43 | |
3865 | Log: Metaconfig unit change for #10732 and #10733. | |
3866 | Branch: metaconfig/U/perl | |
3867 | ! fflushall.U | |
3868 | ____________________________________________________________________________ | |
3869 | [ 10734] By: jhi on 2001/06/19 21:24:41 | |
3870 | Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS | |
3871 | From: "Craig A. Berry" <craigberry@mac.com> | |
3872 | Date: Tue, 19 Jun 2001 17:19:48 -0500 | |
3873 | Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01> | |
3874 | Branch: perl | |
3875 | ! configure.com vms/descrip_mms.template | |
3876 | ____________________________________________________________________________ | |
3877 | [ 10733] By: jhi on 2001/06/19 19:57:44 | |
3878 | Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) | |
3879 | From: Spider Boardman <spider@Orb.Nashua.NH.US> | |
3880 | Date: Tue, 19 Jun 2001 16:48:07 -0400 | |
3881 | Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US> | |
3882 | ||
3883 | Further fixes to fflush(NULL) detection. | |
3884 | Branch: perl | |
3885 | ! Configure | |
3886 | ____________________________________________________________________________ | |
3887 | [ 10732] By: jhi on 2001/06/19 19:38:20 | |
3888 | Log: AIX test -s hangs with non-existent files? | |
3889 | (A genuine logic bug in Configure, but AIX also broken?) | |
3890 | Branch: perl | |
3891 | ! Configure | |
3892 | ____________________________________________________________________________ | |
3893 | [ 10731] By: jhi on 2001/06/19 19:17:35 | |
3894 | Log: AUTHORS updates. | |
3895 | Branch: perl | |
3896 | ! AUTHORS | |
3897 | ____________________________________________________________________________ | |
3898 | [ 10730] By: jhi on 2001/06/19 19:03:07 | |
3899 | Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) | |
3900 | From: Spider Boardman <spider@Orb.Nashua.NH.US> | |
3901 | Date: Tue, 19 Jun 2001 15:33:25 -0400 | |
3902 | Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US> | |
3903 | Branch: perl | |
3904 | ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t | |
3905 | ! t/lib/warnings/pp | |
3906 | ____________________________________________________________________________ | |
3907 | [ 10729] By: jhi on 2001/06/19 18:34:10 | |
3908 | Log: Integrate perlio. | |
3909 | Branch: perl | |
3910 | !> lib/File/Find/find.t win32/distclean.bat | |
3911 | ____________________________________________________________________________ | |
3912 | [ 10728] By: nick on 2001/06/19 18:24:53 | |
3913 | Log: Hack File/Find/find.t to use File::Spec::Unix on Win32. | |
3914 | Branch: perlio | |
3915 | ! lib/File/Find/find.t win32/distclean.bat | |
3916 | ____________________________________________________________________________ | |
3917 | [ 10727] By: jhi on 2001/06/19 18:07:31 | |
3918 | Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan; | |
3919 | also add information how to find out whether one has PerlIO. | |
3920 | Branch: perl | |
3921 | ! pod/perlfunc.pod | |
3922 | ____________________________________________________________________________ | |
3923 | [ 10726] By: jhi on 2001/06/19 17:59:30 | |
3924 | Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod | |
3925 | From: Jeffrey Friedl <jfriedl@yahoo-inc.com> | |
3926 | Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT) | |
3927 | Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com> | |
3928 | Branch: perl | |
3929 | ! pod/perlfunc.pod | |
3930 | ____________________________________________________________________________ | |
3931 | [ 10725] By: jhi on 2001/06/19 17:28:30 | |
3932 | Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study | |
3933 | From: Hugo <hv@crypt.compulink.co.uk> | |
3934 | Date: Tue, 19 Jun 2001 12:37:30 +0100 | |
3935 | Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk> | |
3936 | Branch: perl | |
3937 | ! t/op/study.t | |
3938 | ____________________________________________________________________________ | |
3939 | [ 10724] By: jhi on 2001/06/19 17:22:20 | |
3940 | Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study | |
3941 | From: Hugo <hv@crypt.compulink.co.uk> | |
3942 | Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk> | |
3943 | Date: Tue, 19 Jun 2001 13:15:17 +0100 | |
3944 | Branch: perl | |
3945 | ! util.c | |
3946 | ____________________________________________________________________________ | |
3947 | [ 10723] By: nick on 2001/06/19 14:46:15 | |
3948 | Log: Integrate mainline | |
3949 | Branch: perlio | |
3950 | +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx | |
3951 | +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx | |
3952 | +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx | |
3953 | +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx | |
3954 | +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx | |
3955 | +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx | |
3956 | - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t | |
3957 | - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t | |
3958 | - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t | |
3959 | - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t | |
3960 | - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t | |
3961 | - ext/Thread/unsync4.t | |
3962 | !> Changes MANIFEST NetWare/Makefile NetWare/config.wc | |
3963 | !> djgpp/config.over djgpp/fixpmain | |
3964 | !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t | |
3965 | !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm | |
3966 | !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile | |
3967 | ____________________________________________________________________________ | |
3968 | [ 10722] By: jhi on 2001/06/19 11:55:30 | |
3969 | Log: Update Changes. | |
3970 | Branch: perl | |
3971 | ! Changes patchlevel.h | |
3972 | ____________________________________________________________________________ | |
63b3d4d8 JH |
3973 | [ 10721] By: jhi on 2001/06/19 11:29:34 |
3974 | Log: The existence shall be MANIFESted. | |
3975 | Branch: perl | |
3976 | ! MANIFEST | |
3977 | ____________________________________________________________________________ | |
3978 | [ 10720] By: jhi on 2001/06/19 10:58:09 | |
3979 | Log: The old libnet.cfg is first searched from the current directory, | |
3980 | only then from the module path. | |
3981 | Branch: perl | |
3982 | ! utils/libnetcfg.PL | |
3983 | ____________________________________________________________________________ | |
3984 | [ 10719] By: jhi on 2001/06/19 10:55:59 | |
3985 | Log: NetWare tweaks from Guruprasad. | |
3986 | Branch: perl | |
3987 | ! NetWare/Makefile NetWare/config.wc | |
3988 | ____________________________________________________________________________ | |
3989 | [ 10718] By: jhi on 2001/06/19 10:54:22 | |
3990 | Log: Subject: [PATCH] djgpp updates | |
3991 | From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | |
3992 | Date: Tue, 19 Jun 2001 10:59:06 +0200 | |
3993 | Message-ID: <20010619105906.C5600@libra.eth.ericsson.se> | |
3994 | Branch: perl | |
3995 | ! djgpp/config.over djgpp/fixpmain | |
3996 | ____________________________________________________________________________ | |
3997 | [ 10717] By: jhi on 2001/06/19 10:53:20 | |
3998 | Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32 | |
3999 | From: Prymmer/Kahn <pvhp@best.com> | |
4000 | Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT) | |
4001 | Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com> | |
4002 | Branch: perl | |
4003 | ! win32/Makefile | |
4004 | ____________________________________________________________________________ | |
4005 | [ 10716] By: jhi on 2001/06/19 10:52:25 | |
4006 | Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs | |
4007 | to happen right after the inclusion of <inttypes.h>, | |
4008 | from Edward Moy. | |
4009 | Branch: perl | |
4010 | ! handy.h perl.h | |
4011 | ____________________________________________________________________________ | |
4012 | [ 10715] By: jhi on 2001/06/19 10:49:21 | |
4013 | Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules} | |
4014 | From: Doug MacEachern <dougm@covalent.net> | |
4015 | Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT) | |
4016 | Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net> | |
4017 | Branch: perl | |
4018 | ! ext/DynaLoader/DynaLoader_pm.PL | |
4019 | ____________________________________________________________________________ | |
4020 | [ 10714] By: jhi on 2001/06/19 10:48:19 | |
4021 | Log: Revert #10656 for perfomance reasons but leave in the | |
4022 | use of Hv*() macros -- in comments, so that grepping the | |
4023 | source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup | |
4024 | suggested by Sarathy, also by Abhijit.) | |
4025 | Branch: perl | |
4026 | ! hv.c | |
4027 | ____________________________________________________________________________ | |
4028 | [ 10713] By: jhi on 2001/06/19 10:46:08 | |
4029 | Log: Subject: [patch] .s MakeMaker suffix | |
4030 | From: Doug MacEachern <dougm@covalent.net> | |
4031 | Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT) | |
4032 | Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net> | |
4033 | Branch: perl | |
4034 | ! lib/ExtUtils/MM_Unix.pm | |
4035 | ____________________________________________________________________________ | |
4036 | [ 10712] By: jhi on 2001/06/19 10:34:35 | |
4037 | Log: One test lost in the big shuffle restored. | |
4038 | Branch: perl | |
4039 | + ext/IPC/SysV/ipcsysv.t | |
4040 | ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t | |
4041 | ____________________________________________________________________________ | |
4042 | [ 10711] By: jhi on 2001/06/19 10:25:46 | |
4043 | Log: Rename the old non-standard threads tests so that | |
4044 | they won't be invoked. | |
4045 | Branch: perl | |
4046 | + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx | |
4047 | + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx | |
4048 | + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx | |
4049 | + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx | |
4050 | + ext/Thread/unsync.tx ext/Thread/unsync2.tx | |
4051 | + ext/Thread/unsync3.tx ext/Thread/unsync4.tx | |
4052 | - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t | |
4053 | - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t | |
4054 | - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t | |
4055 | - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t | |
4056 | - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t | |
4057 | - ext/Thread/unsync4.t | |
4058 | ! MANIFEST | |
4059 | ____________________________________________________________________________ | |
4060 | [ 10710] By: jhi on 2001/06/19 10:18:41 | |
4061 | Log: Integrate perlio. | |
4062 | Branch: perl | |
4063 | !> win32/config_sh.PL | |
4064 | ____________________________________________________________________________ | |
4065 | [ 10709] By: nick on 2001/06/19 08:18:18 | |
4066 | Log: Integrate mainline | |
4067 | Branch: perlio | |
4068 | +> (branch 40 files) | |
4069 | - lib/locale/latin1 lib/locale/utf8 lib/strict/refs | |
4070 | - lib/strict/subs lib/strict/vars lib/warnings/1global | |
4071 | - lib/warnings/2use lib/warnings/3both lib/warnings/4lint | |
4072 | - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal | |
4073 | - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av | |
4074 | - lib/warnings/doio lib/warnings/doop lib/warnings/gv | |
4075 | - lib/warnings/hv lib/warnings/malloc lib/warnings/mg | |
4076 | - lib/warnings/op lib/warnings/perl lib/warnings/perlio | |
4077 | - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl | |
4078 | - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp | |
4079 | - lib/warnings/regexec lib/warnings/run lib/warnings/sv | |
4080 | - lib/warnings/taint lib/warnings/toke lib/warnings/universal | |
4081 | - lib/warnings/utf8 lib/warnings/util | |
4082 | !> (integrate 57 files) | |
4083 | ____________________________________________________________________________ | |
4084 | [ 10708] By: nick on 2001/06/19 07:57:10 | |
4085 | Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm | |
4086 | Branch: perlio | |
4087 | ! win32/config_sh.PL | |
4088 | ____________________________________________________________________________ | |
4089 | [ 10707] By: nick on 2001/06/19 07:05:07 | |
4090 | Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy. | |
4091 | Branch: perl | |
4092 | ! perly.c perly.y perly_c.diff vms/perly_c.vms | |
4093 | ____________________________________________________________________________ | |
4094 | [ 10706] By: jhi on 2001/06/19 02:58:26 | |
4095 | Log: More perl572delta tweaks. | |
4096 | Branch: perl | |
4097 | ! pod/perl572delta.pod | |
4098 | ____________________________________________________________________________ | |
4099 | [ 10705] By: jhi on 2001/06/19 01:53:40 | |
4100 | Log: Update perl572delta. | |
4101 | Branch: perl | |
4102 | ! pod/perl572delta.pod | |
4103 | ____________________________________________________________________________ | |
4104 | [ 10704] By: jhi on 2001/06/19 01:28:40 | |
4105 | Log: VOS updates from Paul Green. | |
4106 | Branch: perl | |
4107 | ! vos/Changes vos/build.cm vos/perl.bind | |
4108 | ____________________________________________________________________________ | |
4109 | [ 10703] By: jhi on 2001/06/19 01:03:53 | |
4110 | Log: Update the vos/config.*.* files. | |
4111 | Branch: perl | |
4112 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
4113 | ! vos/config.ga.h | |
4114 | ____________________________________________________________________________ | |
4115 | [ 10702] By: jhi on 2001/06/19 01:03:32 | |
4116 | Log: Add a makefile for more painless adding of symbols to the | |
4117 | VOS headers while in UNIX (in VOS the vos/configure_perl.cm | |
4118 | takes care of the adding) | |
4119 | Branch: perl | |
4120 | + vos/Makefile | |
4121 | ____________________________________________________________________________ | |
4122 | [ 10701] By: jhi on 2001/06/19 00:51:44 | |
4123 | Log: Make libnetcfg by default display the libnet configuration, | |
4124 | -c to change, add -i for old config, document all options, | |
4125 | regen toc. | |
4126 | Branch: perl | |
4127 | ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL | |
4128 | ____________________________________________________________________________ | |
4129 | [ 10700] By: jhi on 2001/06/18 23:45:12 | |
4130 | Log: gcc -Wall sweep. | |
4131 | Branch: perl | |
4132 | ! ext/IO/IO.xs ext/Time/Piece/Piece.xs | |
4133 | ____________________________________________________________________________ | |
4134 | [ 10699] By: jhi on 2001/06/18 23:19:53 | |
4135 | Log: So there. | |
4136 | Branch: perl | |
4137 | ! universal.c | |
4138 | ____________________________________________________________________________ | |
4139 | [ 10698] By: jhi on 2001/06/18 23:10:22 | |
4140 | Log: Document the need for sv_printify(). | |
4141 | ||
4142 | Document that 'use utf8' has been considered. | |
4143 | ||
4144 | (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.) | |
4145 | Branch: perl | |
4146 | ! pod/perltodo.pod universal.c | |
4147 | ____________________________________________________________________________ | |
4148 | [ 10697] By: jhi on 2001/06/18 22:50:53 | |
4149 | Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611 | |
4150 | From: Nicholas Clark <nick@ccl4.org> | |
4151 | Date: Mon, 18 Jun 2001 23:29:23 +0100 | |
4152 | Message-ID: <20010618232923.I98663@plum.flirble.org> | |
4153 | Branch: perl | |
4154 | ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL | |
4155 | ! ext/Sys/Syslog/Makefile.PL | |
4156 | ____________________________________________________________________________ | |
4157 | [ 10696] By: jhi on 2001/06/18 22:39:32 | |
4158 | Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs | |
4159 | From: Scott.L.Miller@Compaq.com | |
4160 | Date: Mon, 18 Jun 2001 10:12:27 -0500 | |
4161 | Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com> | |
4162 | Branch: perl | |
4163 | ! lib/perl5db.pl pod/perldebug.pod | |
4164 | ____________________________________________________________________________ | |
4165 | [ 10695] By: jhi on 2001/06/18 22:35:13 | |
4166 | Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation | |
4167 | From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> | |
4168 | Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT) | |
4169 | Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net> | |
4170 | Branch: perl | |
4171 | ! lib/Carp/Heavy.pm | |
4172 | ____________________________________________________________________________ | |
4173 | [ 10694] By: jhi on 2001/06/18 22:34:06 | |
4174 | Log: Subject: [PATCH] Documentation changes for CLONE | |
4175 | From: Artur Bergman <artur@contiller.se> | |
4176 | Date: Mon, 18 Jun 2001 22:06:37 +0200 | |
4177 | Message-ID: <B7542BEC.1719%artur@contiller.se> | |
4178 | Branch: perl | |
4179 | ! pod/perlmod.pod pod/perlsub.pod | |
4180 | ____________________________________________________________________________ | |
4181 | [ 10693] By: jhi on 2001/06/18 22:31:38 | |
4182 | Log: Subject: Re: configure.com | |
4183 | From: "Craig A. Berry" <craigberry@mac.com> | |
4184 | Date: Mon, 18 Jun 2001 16:04:38 -0500 | |
4185 | Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com> | |
4186 | Branch: perl | |
4187 | ! configure.com | |
4188 | ____________________________________________________________________________ | |
4189 | [ 10692] By: jhi on 2001/06/18 22:30:43 | |
4190 | Log: Subject: PL_nullstash + perl_clone() | |
4191 | From: Doug MacEachern <dougm@covalent.net> | |
4192 | Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT) | |
4193 | Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net> | |
4194 | Branch: perl | |
4195 | ! sv.c | |
4196 | ____________________________________________________________________________ | |
4197 | [ 10691] By: jhi on 2001/06/18 22:26:20 | |
4198 | Log: Subject: Re: [PATCH 5.7.1] sv.c documentation | |
4199 | From: davem@fdgroup.co.uk | |
4200 | Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST) | |
4201 | Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk> | |
4202 | Branch: perl | |
4203 | ! embed.pl pod/perlapi.pod | |
4204 | ____________________________________________________________________________ | |
4205 | [ 10690] By: jhi on 2001/06/18 22:17:05 | |
4206 | Log: More cross-compilation defaults gleaned from -Dcc | |
4207 | if it is CPU-OS-gcc. | |
4208 | Branch: metaconfig | |
4209 | ! U/modified/libc.U | |
4210 | Branch: metaconfig/U/perl | |
4211 | ! Cross.U | |
4212 | Branch: perl | |
4213 | ! Configure INSTALL | |
4214 | ____________________________________________________________________________ | |
4215 | [ 10689] By: jhi on 2001/06/18 13:59:47 | |
4216 | Log: Update Changes. | |
4217 | Branch: perl | |
4218 | ! Changes patchlevel.h | |
4219 | ____________________________________________________________________________ | |
d53fedae JH |
4220 | [ 10688] By: jhi on 2001/06/18 13:44:18 |
4221 | Log: Subject: [PATCH 5.7.1] sv.c documentation | |
4222 | From: davem@fdgroup.co.uk | |
4223 | Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST) | |
4224 | Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk> | |
4225 | Branch: perl | |
4226 | ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod | |
4227 | ! sv.c sv.h | |
4228 | ____________________________________________________________________________ | |
4229 | [ 10687] By: jhi on 2001/06/18 13:38:03 | |
4230 | Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod | |
4231 | From: "Jon Gunnip" <jongunnip@hotmail.com> | |
4232 | Date: Sun, 17 Jun 2001 18:24:29 -0400 | |
4233 | Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com> | |
4234 | Branch: perl | |
4235 | ! pod/perlvar.pod | |
4236 | ____________________________________________________________________________ | |
4237 | [ 10686] By: jhi on 2001/06/18 13:32:13 | |
4238 | Log: Move the locale/strict/warnings helper files back | |
4239 | under the t/lib; this way the amount of non-installabled | |
4240 | stuff under lib/ stays smaller. | |
4241 | Branch: perl | |
4242 | + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs | |
4243 | + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global | |
4244 | + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint | |
4245 | + t/lib/warnings/5nolint t/lib/warnings/6default | |
4246 | + t/lib/warnings/7fatal t/lib/warnings/8signal | |
4247 | + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio | |
4248 | + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv | |
4249 | + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op | |
4250 | + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly | |
4251 | + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot | |
4252 | + t/lib/warnings/pp_sys t/lib/warnings/regcomp | |
4253 | + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv | |
4254 | + t/lib/warnings/taint t/lib/warnings/toke | |
4255 | + t/lib/warnings/universal t/lib/warnings/utf8 | |
4256 | + t/lib/warnings/util | |
4257 | - lib/locale/latin1 lib/locale/utf8 lib/strict/refs | |
4258 | - lib/strict/subs lib/strict/vars lib/warnings/1global | |
4259 | - lib/warnings/2use lib/warnings/3both lib/warnings/4lint | |
4260 | - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal | |
4261 | - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av | |
4262 | - lib/warnings/doio lib/warnings/doop lib/warnings/gv | |
4263 | - lib/warnings/hv lib/warnings/malloc lib/warnings/mg | |
4264 | - lib/warnings/op lib/warnings/perl lib/warnings/perlio | |
4265 | - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl | |
4266 | - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp | |
4267 | - lib/warnings/regexec lib/warnings/run lib/warnings/sv | |
4268 | - lib/warnings/taint lib/warnings/toke lib/warnings/universal | |
4269 | - lib/warnings/utf8 lib/warnings/util | |
4270 | ! MANIFEST installperl lib/locale.t lib/strict.t | |
4271 | ____________________________________________________________________________ | |
4272 | [ 10685] By: jhi on 2001/06/18 13:11:49 | |
4273 | Log: Split off the pack/unpack code, from Nicholas Clark. | |
4274 | Branch: perl | |
4275 | + pp_pack.c | |
4276 | ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl | |
4277 | ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h | |
4278 | ! vms/descrip_mms.template win32/Makefile win32/makefile.mk | |
4279 | ____________________________________________________________________________ | |
4280 | [ 10684] By: jhi on 2001/06/18 12:25:55 | |
4281 | Log: Guard the SysV IPC tests against being invoked in | |
4282 | SysV-IPC-less places. | |
4283 | Branch: perl | |
4284 | ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t | |
4285 | ____________________________________________________________________________ | |
4286 | [ 10683] By: nick on 2001/06/18 12:24:42 | |
4287 | Log: Integrate mainline (new test scheme now ok on Linux). | |
4288 | Branch: perlio | |
4289 | +> lib/warnings.t | |
4290 | !> dump.c sv.c | |
4291 | ____________________________________________________________________________ | |
4292 | [ 10682] By: jhi on 2001/06/18 12:20:50 | |
4293 | Log: Add the locale.c and numeric.c to the microperl sources. | |
4294 | Branch: perl | |
4295 | ! Makefile.micro win32/Makefile | |
4296 | ____________________________________________________________________________ | |
4297 | [ 10681] By: jhi on 2001/06/18 11:57:45 | |
4298 | Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...) | |
4299 | From: Abhijit Menon-Sen <ams@wiw.org> | |
4300 | Date: Mon, 18 Jun 2001 14:23:44 +0530 | |
4301 | Message-ID: <20010618142344.A13136@lustre.linux.in> | |
4302 | Branch: perl | |
4303 | ! dump.c | |
4304 | ____________________________________________________________________________ | |
4305 | [ 10680] By: jhi on 2001/06/18 11:56:12 | |
4306 | Log: Subject: Re: [PATCH] more anonymous stash cleanups | |
4307 | From: Abhijit Menon-Sen <ams@wiw.org> | |
4308 | Date: Mon, 18 Jun 2001 15:50:32 +0530 | |
4309 | Message-ID: <20010618155032.A13223@lustre.linux.in> | |
4310 | ||
4311 | Plus the comment left in as suggested by NI-S. | |
4312 | Branch: perl | |
4313 | ! sv.c | |
4314 | ____________________________________________________________________________ | |
4315 | [ 10679] By: jhi on 2001/06/18 11:49:27 | |
4316 | Log: One missed file. | |
4317 | Branch: perl | |
4318 | + lib/warnings.t | |
4319 | ____________________________________________________________________________ | |
4320 | [ 10678] By: nick on 2001/06/18 08:05:29 | |
4321 | Log: Integrate mainline (part2 - the deletes) | |
4322 | Branch: perlio | |
4323 | - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t | |
4324 | - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t | |
4325 | - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t | |
4326 | - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t | |
4327 | - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t | |
4328 | - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t | |
4329 | - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t | |
4330 | - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t | |
4331 | - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t | |
4332 | - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t | |
4333 | - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t | |
4334 | ____________________________________________________________________________ | |
4335 | [ 10677] By: nick on 2001/06/18 08:04:44 | |
4336 | Log: Integrate mainline (part1) | |
4337 | Branch: perlio | |
4338 | +> (branch 376 files) | |
4339 | - (delete 219 files) | |
4340 | !> (integrate 151 files) | |
4341 | ____________________________________________________________________________ | |
4342 | [ 10676] By: jhi on 2001/06/18 04:17:15 | |
4343 | Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/. | |
4344 | No doubt I made some mistakes like missed some files or | |
4345 | misnamed some files. The naming rules were more or less: | |
4346 | (1) if the module is from CPAN, follows its ways, be it | |
4347 | t/*.t or test.pl. | |
4348 | (2) otherwise if there are multiple tests for a module | |
4349 | put them in a t/ | |
4350 | (3) otherwise if there's only one test put it in Module.t | |
4351 | (4) helper files go to module/ (locale, strict, warnings) | |
4352 | (5) use longer filenames now that we can (but e.g. the | |
4353 | compat-0.6.t and the Text::Balanced test files still | |
4354 | were renamed to be more civil against the 8.3 people) | |
4355 | installperl was updated appropriately not to install the | |
4356 | *.t files or the help files from under lib. | |
4357 | ||
4358 | TODO: some helper files still remain under t/ that could | |
4359 | follow their 'masters'. UPDATE: On second thoughts, why | |
4360 | should they. They can continue to live under t/lib, and | |
4361 | in fact the locale/strict/warnings helpers that were moved | |
4362 | could be moved back. This way the amount of non-installable | |
4363 | stuff under lib/ stays smaller. | |
4364 | Branch: perl | |
4365 | + (add 253 files) | |
4366 | - (delete 254 files) | |
4367 | ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness | |