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