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