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 | ____________________________________________________________________________ |
fdea1ccc JH |
34 | [ 14680] By: jhi on 2002/02/13 13:41:50 |
35 | Log: Integrate perlio; | |
36 | ||
37 | Do not lc() the file names before doing dirname() or they don't match. | |
38 | Branch: perl | |
39 | !> lib/ExtUtils/t/Installed.t | |
40 | ____________________________________________________________________________ | |
41 | [ 14679] By: sky on 2002/02/13 12:56:13 | |
42 | Log: rename mutex to make a bit more sense | |
43 | Branch: perl | |
44 | ! ext/threads/threads.xs | |
45 | ____________________________________________________________________________ | |
46 | [ 14678] By: sky on 2002/02/13 12:46:11 | |
47 | Log: Track active threads.... | |
48 | Branch: perl | |
49 | ! ext/threads/threads.pm ext/threads/threads.xs | |
50 | ____________________________________________________________________________ | |
51 | [ 14676] By: sky on 2002/02/13 09:03:37 | |
52 | Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again | |
53 | From: Michael G Schwern <schwern@pobox.com> | |
54 | Date: ons feb 13, 2002 11:00:17 Europe/Stockholm | |
55 | Message-Id: <20020213100017.GA6288@blackrider> | |
56 | Branch: perl | |
57 | ! lib/File/Spec/t/rel2abs2rel.t | |
58 | ____________________________________________________________________________ | |
59 | [ 14675] By: sky on 2002/02/13 09:00:24 | |
60 | Log: Do not propagate END blocks to child threads, test. | |
61 | Branch: perl | |
62 | + ext/threads/t/end.t | |
63 | ! MANIFEST ext/threads/threads.xs | |
64 | ____________________________________________________________________________ | |
65 | [ 14672] By: jhi on 2002/02/13 05:17:07 | |
66 | Log: $ln is supposed to be already set to $ln + executable suffix | |
67 | on platforms that need it, from Paul Green. | |
68 | Branch: perl | |
69 | ! Configure | |
70 | ____________________________________________________________________________ | |
71 | [ 14671] By: jhi on 2002/02/13 05:12:28 | |
72 | Log: Subject: New command syntax for 'x' command | |
73 | From: Mark-Jason Dominus <mjd@plover.com> | |
74 | Date: Tue, 12 Feb 2002 20:54:01 -0500 | |
75 | Message-ID: <20020213015401.25685.qmail@plover.com> | |
76 | Branch: perl | |
77 | ! lib/perl5db.pl pod/perldebug.pod | |
78 | ____________________________________________________________________________ | |
79 | [ 14670] By: jhi on 2002/02/13 05:11:12 | |
80 | Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command | |
81 | From: Mark-Jason Dominus <mjd@plover.com> | |
82 | Date: Tue, 12 Feb 2002 20:20:42 -0500 | |
83 | Message-ID: <20020213012042.25245.qmail@plover.com> | |
84 | Branch: perl | |
85 | ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod | |
86 | ____________________________________________________________________________ | |
87 | [ 14669] By: jhi on 2002/02/13 04:43:43 | |
88 | Log: Iteration continues. | |
89 | Branch: perl | |
90 | ! utf8.c | |
91 | ____________________________________________________________________________ | |
92 | [ 14668] By: jhi on 2002/02/13 02:37:31 | |
93 | Log: Duh. | |
94 | Branch: perl | |
95 | ! pp_pack.c t/op/length.t | |
96 | ____________________________________________________________________________ | |
97 | [ 14667] By: jhi on 2002/02/13 01:33:01 | |
98 | Log: Retract #14666. | |
99 | Branch: perl | |
100 | ! t/op/lc.t | |
101 | ____________________________________________________________________________ | |
102 | [ 14666] By: jhi on 2002/02/13 01:22:13 | |
103 | Log: (retracted by #14667) | |
104 | Branch: perl | |
105 | ! t/op/lc.t | |
106 | ____________________________________________________________________________ | |
107 | [ 14665] By: jhi on 2002/02/13 00:45:02 | |
108 | Log: Tiny test script tweaks. | |
109 | Branch: perl | |
110 | ! t/uni/fold.t | |
111 | ____________________________________________________________________________ | |
112 | [ 14664] By: jhi on 2002/02/13 00:24:37 | |
113 | Log: Rewrite the "special mapping" part of to_utf8_case(), | |
114 | this time with fewer bugs. (See: The Law of Cybernetic | |
115 | Entymology.) | |
116 | Branch: perl | |
117 | ! utf8.c | |
118 | ____________________________________________________________________________ | |
119 | [ 14663] By: sky on 2002/02/12 18:26:16 | |
120 | Log: Stop failures if you pass an object, sv_dup might not be the right | |
121 | thing to use since I have a feeling we end up cloning far too much. | |
122 | (Like the stash for example).... Maybe we need a lightweight sv_dup | |
123 | that searches the target for things.... | |
124 | Real fix is another option to perl_clone which controls if you should | |
125 | save stashes. | |
126 | Branch: perl | |
127 | ! ext/threads/threads.xs | |
128 | ____________________________________________________________________________ | |
129 | [ 14662] By: jhi on 2002/02/12 17:19:49 | |
130 | Log: Retract #14661. | |
131 | Branch: perl | |
132 | ! hints/solaris_2.sh | |
133 | ____________________________________________________________________________ | |
134 | [ 14661] By: jhi on 2002/02/12 17:16:20 | |
135 | Log: (retracted by #14662) | |
136 | Branch: perl | |
137 | ! hints/solaris_2.sh | |
138 | ____________________________________________________________________________ | |
139 | [ 14660] By: jhi on 2002/02/12 15:03:58 | |
140 | Log: EBCDIC: another "can't happen". | |
141 | Branch: perl | |
142 | ! utf8.c | |
143 | ____________________________________________________________________________ | |
144 | [ 14659] By: sky on 2002/02/12 14:38:21 | |
145 | Log: Join support, however something wierd seems to happen with filehandles that are passed along threads... | |
146 | Branch: perl | |
147 | + ext/threads/t/join.t | |
148 | ! MANIFEST ext/threads/threads.xs | |
149 | ____________________________________________________________________________ | |
150 | [ 14657] By: jhi on 2002/02/12 13:44:34 | |
151 | Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function | |
152 | From: Jan Dubois <JanD@ActiveState.com> | |
153 | Date: Tue, 12 Feb 2002 00:56:31 -0800 | |
154 | Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com> | |
155 | Branch: perl | |
156 | ! lib/Win32.pod win32/win32.c win32/win32.h | |
157 | ____________________________________________________________________________ | |
158 | [ 14656] By: jhi on 2002/02/12 13:39:18 | |
159 | Log: Subject: [PATCH] Re: 14654 introduced a bug | |
160 | From: Michael G Schwern <schwern@pobox.com> | |
161 | Date: Tue, 12 Feb 2002 05:37:36 -0500 | |
162 | Message-ID: <20020212103736.GC14327@blackrider> | |
163 | Branch: perl | |
164 | ! lib/File/Spec/t/rel2abs2rel.t | |
165 | ____________________________________________________________________________ | |
166 | [ 14655] By: jhi on 2002/02/12 04:50:58 | |
167 | Log: More unset installman[13]dir tweaks from chromatic. | |
168 | Branch: perl | |
169 | ! lib/ExtUtils/Installed.pm | |
170 | ____________________________________________________________________________ | |
171 | [ 14654] By: jhi on 2002/02/12 04:31:44 | |
172 | Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?) | |
173 | From: Michael G Schwern <schwern@pobox.com> | |
174 | Date: Mon, 11 Feb 2002 12:23:02 -0500 | |
175 | Message-ID: <20020211172302.GD9556@blackrider> | |
176 | Branch: perl | |
177 | ! lib/File/Spec/t/rel2abs2rel.t | |
178 | ____________________________________________________________________________ | |
179 | [ 14653] By: jhi on 2002/02/12 04:29:10 | |
180 | Log: Use `` instead of -| to be a little bit more portable, | |
181 | from Michael Schwern. | |
182 | Branch: perl | |
183 | ! lib/ExtUtils/t/Embed.t | |
184 | ____________________________________________________________________________ | |
185 | [ 14652] By: jhi on 2002/02/12 03:17:44 | |
186 | Log: EBCDIC: this change for \N{} in particular is now | |
187 | unnecessary because of the recent more general | |
188 | pack U change. | |
189 | Branch: perl | |
190 | ! toke.c | |
191 | ____________________________________________________________________________ | |
192 | [ 14651] By: jhi on 2002/02/12 02:15:05 | |
193 | Log: Subject: [PATCH @14647] t/test.pl fix for VMS | |
194 | From: "Craig A. Berry" <craigberry@mac.com> | |
195 | Date: Mon, 11 Feb 2002 17:13:47 -0600 | |
196 | Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01> | |
197 | Branch: perl | |
198 | ! t/test.pl | |
199 | ____________________________________________________________________________ | |
200 | [ 14650] By: jhi on 2002/02/11 23:44:09 | |
201 | Log: EBCDIC: pack U bytes change. | |
202 | Branch: perl | |
203 | ! t/op/length.t | |
204 | ____________________________________________________________________________ | |
205 | [ 14649] By: jhi on 2002/02/11 23:38:28 | |
206 | Log: EBCDIC: pack U is no more equal to concat of \xHHs. | |
207 | Branch: perl | |
208 | ! t/op/each.t | |
209 | ____________________________________________________________________________ | |
210 | [ 14647] By: jhi on 2002/02/11 15:11:14 | |
211 | Log: Update Changes. | |
212 | Branch: perl | |
213 | ! Changes patchlevel.h | |
214 | ____________________________________________________________________________ | |
9cc6b47a JH |
215 | [ 14646] By: jhi on 2002/02/11 15:07:28 |
216 | Log: Regen toc. | |
217 | Branch: perl | |
218 | ! pod/perltoc.pod | |
219 | ____________________________________________________________________________ | |
220 | [ 14645] By: jhi on 2002/02/11 14:59:02 | |
221 | Log: Forgot from #14641. | |
222 | Branch: perl | |
223 | ! lib/ExtUtils/t/Embed.t | |
224 | ____________________________________________________________________________ | |
225 | [ 14642] By: jhi on 2002/02/11 14:46:39 | |
226 | Log: -Dmksymlinks was broken by #14628. | |
227 | Branch: perl | |
228 | ! Configure | |
229 | ____________________________________________________________________________ | |
230 | [ 14641] By: jhi on 2002/02/11 14:32:12 | |
231 | Log: Subject: [PATCH @14577] OS/2 build | |
232 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
233 | Date: Mon, 11 Feb 2002 06:56:41 -0500 | |
234 | Message-ID: <20020211065640.A14993@math.ohio-state.edu> | |
235 | ||
236 | (sans the Configure, perlio.sym, and t/op/stat.t parts) | |
237 | Branch: perl | |
238 | ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh | |
239 | ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c | |
240 | ! os2/os2ish.h | |
241 | ____________________________________________________________________________ | |
242 | [ 14640] By: jhi on 2002/02/11 14:11:13 | |
243 | Log: Integrate perlio; | |
244 | ||
245 | Re-structure Japanese encodings - part 1 | |
246 | ||
247 | Split Japanese encodings - part 2 | |
248 | - build separate .c files with separate 'compile' steps | |
249 | - overall Japanese.xs / Japanese.pm which loads them | |
250 | ||
251 | Add test for Japanese encoding (well euc-jp anyway). | |
252 | Fix one bug shown by above | |
253 | Skip test which does not pass yet. | |
254 | ||
255 | Patch up the failing multi-byte write case, and un-skip | |
256 | the test. | |
257 | Branch: perl | |
258 | +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t | |
259 | +> ext/Encode/t/table.euc ext/Encode/t/table.ref | |
260 | - ext/Encode/EUC_JP/EUC_JP.pm | |
261 | !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs | |
262 | ____________________________________________________________________________ | |
263 | [ 14634] By: jhi on 2002/02/11 03:40:01 | |
264 | Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency | |
265 | From: Mike Guy <mjtg@cam.ac.uk> | |
266 | Date: Mon, 11 Feb 2002 02:50:42 +0000 | |
267 | Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk> | |
268 | Branch: perl | |
269 | ! t/op/arith.t | |
270 | ____________________________________________________________________________ | |
271 | [ 14633] By: jhi on 2002/02/11 01:53:01 | |
272 | Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. | |
273 | Stepping backward in the string would be majorly bad. | |
274 | Branch: perl | |
275 | ! regcomp.c | |
276 | ____________________________________________________________________________ | |
277 | [ 14632] By: jhi on 2002/02/11 01:38:40 | |
278 | Log: The debugger part of | |
279 | ||
280 | Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager | |
281 | From: Michael G Schwern <schwern@pobox.com> | |
282 | Date: Wed, 6 Feb 2002 17:32:12 -0500 | |
283 | Message-ID: <20020206223212.GG1346@blackrider> | |
284 | Branch: perl | |
285 | ! lib/perl5db.pl | |
286 | ____________________________________________________________________________ | |
287 | [ 14631] By: jhi on 2002/02/10 22:11:53 | |
288 | Log: Integrate perlio; | |
289 | ||
290 | Borland/Win32 tuning | |
291 | ||
292 | Move PerlIO_perlio to layer_syms where it belongs? | |
293 | Branch: perl | |
294 | !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc | |
295 | ____________________________________________________________________________ | |
296 | [ 14630] By: jhi on 2002/02/10 22:10:19 | |
297 | Log: EBCDIC: the low 256 needs to be shuffled also | |
298 | in pack/unpack U (this breaks the equivalence | |
299 | of pack U and v-strings, but I think if someone | |
300 | has to give, v-strings are a good victim) | |
301 | Branch: perl | |
302 | ! pp_pack.c t/op/pack.t | |
303 | ____________________________________________________________________________ | |
304 | [ 14628] By: jhi on 2002/02/10 21:55:45 | |
305 | Log: Two Configure tweaks; the u32align test was trying | |
306 | to write into a string literal, the ln -s test was | |
307 | failing in VOS. | |
308 | Branch: perl | |
309 | ! Configure | |
310 | ____________________________________________________________________________ | |
311 | [ 14627] By: jhi on 2002/02/10 21:07:20 | |
312 | Log: DJGPP tweaks from Laszlo Molnar. | |
313 | Branch: perl | |
314 | ! djgpp/djgpp.c lib/File/Spec.pm | |
315 | ____________________________________________________________________________ | |
316 | [ 14624] By: jhi on 2002/02/10 15:33:40 | |
317 | Log: Additional explanation for the [:...:] failure. | |
318 | Branch: perl | |
319 | ! pod/perldiag.pod | |
320 | ____________________________________________________________________________ | |
321 | [ 14623] By: jhi on 2002/02/10 15:15:53 | |
322 | Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current | |
323 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
324 | Date: Sun, 10 Feb 2002 13:32:48 +0100 | |
325 | Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl> | |
326 | Branch: perl | |
327 | ! makedef.pl | |
328 | ____________________________________________________________________________ | |
329 | [ 14622] By: jhi on 2002/02/10 15:08:06 | |
330 | Log: Test tweaks from chromatic for cases where there | |
331 | are no installman1dir or installman3dir. | |
332 | Branch: perl | |
333 | ! lib/ExtUtils/t/Installed.t | |
334 | ____________________________________________________________________________ | |
335 | [ 14621] By: jhi on 2002/02/10 15:07:21 | |
336 | Log: Integrate perlio; | |
337 | ||
338 | Nick Clark's tweaks to Encode compile process | |
339 | 1. Use decimal constants to unit string arrays rather than | |
340 | very long string litterals (latter having possible "\0" | |
341 | on end issues, and needing ANSI C line splicing). | |
342 | 2. Replace tail-recursion during insert process with itteration. | |
343 | Nick C sees 12% speedup from these. | |
344 | Branch: perl | |
345 | !> ext/Encode/Encode.pm ext/Encode/compile | |
346 | ____________________________________________________________________________ | |
347 | [ 14620] By: jhi on 2002/02/10 15:04:19 | |
348 | Log: Portability notes: filename characters, character sets. | |
349 | Branch: perl | |
350 | ! pod/perlport.pod | |
351 | ____________________________________________________________________________ | |
352 | [ 14617] By: jhi on 2002/02/10 02:56:54 | |
353 | Log: Use the "Unicode 1.0" name field for control characters, | |
354 | as suggested by Mark Davis. Note that Unicode 3.2 will | |
355 | require some more legwork on this because of certain | |
356 | alternative names. | |
357 | Branch: perl | |
358 | ! lib/unicore/Name.pl lib/unicore/mktables | |
359 | ____________________________________________________________________________ | |
360 | [ 14616] By: jhi on 2002/02/09 22:41:18 | |
361 | Log: The -W 0,float(ieee) and gcvt() are the bad combination. | |
362 | Branch: perl | |
363 | ! hints/os390.sh | |
364 | ____________________________________________________________________________ | |
365 | [ 14615] By: jhi on 2002/02/09 22:34:00 | |
366 | Log: EBCDIC: the non-printable characters are different. | |
367 | Branch: perl | |
368 | ! ext/B/B/Deparse.pm | |
369 | ____________________________________________________________________________ | |
370 | [ 14614] By: jhi on 2002/02/09 21:42:26 | |
371 | Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio | |
372 | From: Nicholas Clark <nick@unfortu.net> | |
373 | Date: Sat, 9 Feb 2002 22:31:29 +0000 | |
374 | Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net> | |
375 | Branch: perl | |
376 | ! t/lib/warnings/pp_hot | |
377 | ____________________________________________________________________________ | |
378 | [ 14613] By: jhi on 2002/02/09 21:12:12 | |
379 | Log: Subject: [PATCH] Re: Modulus operator inconsistency | |
380 | From: Nicholas Clark <nick@unfortu.net> | |
381 | Date: Sat, 9 Feb 2002 21:00:13 +0000 | |
382 | Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net> | |
383 | Branch: perl | |
384 | ! op.c t/op/arith.t | |
385 | ____________________________________________________________________________ | |
386 | [ 14612] By: jhi on 2002/02/09 18:15:39 | |
387 | Log: Use the same escaping mechanism for all the *flags. | |
388 | Branch: perl | |
389 | ! lib/ExtUtils/Embed.pm | |
390 | ____________________________________________________________________________ | |
391 | [ 14611] By: jhi on 2002/02/09 17:26:06 | |
392 | Log: Protect possible parentheses in ccflags, ccdlflags, and | |
393 | ldflags. (In OS/390 there are parentheses in ccflags.) | |
394 | Branch: perl | |
395 | ! lib/ExtUtils/Embed.pm | |
396 | ____________________________________________________________________________ | |
397 | [ 14610] By: jhi on 2002/02/09 16:12:03 | |
398 | Log: Subject: [PATCH] perl5db.pl: restart in taint mode | |
399 | From: Peter Scott <Peter@PSDT.com> | |
400 | Date: Fri, 08 Feb 2002 19:20:19 -0800 | |
401 | Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com> | |
402 | Branch: perl | |
403 | ! lib/perl5db.pl | |
404 | ____________________________________________________________________________ | |
405 | [ 14609] By: jhi on 2002/02/08 21:33:59 | |
406 | Log: FAQ sync. | |
407 | Branch: perl | |
408 | ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod | |
409 | ____________________________________________________________________________ | |
410 | [ 14608] By: jhi on 2002/02/08 20:46:38 | |
411 | Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName | |
412 | From: Chris Nandor <pudge@pobox.com> | |
413 | Date: Fri, 08 Feb 2002 16:31:41 -0500 | |
414 | Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com> | |
415 | Branch: perl | |
416 | ! cop.h deb.c pp_ctl.c toke.c util.c | |
417 | ____________________________________________________________________________ | |
418 | [ 14605] By: jhi on 2002/02/08 19:18:17 | |
419 | Log: The Configure change to go with #14604. | |
420 | Branch: perl | |
421 | ! Configure | |
422 | ____________________________________________________________________________ | |
423 | [ 14604] By: jhi on 2002/02/08 19:13:56 | |
424 | Log: Subject: [PATCH] Re: [ID 20020205.007] BSDi test failure perl 5.6.1 | |
425 | From: Andy Dougherty <doughera@lafayette.edu> | |
426 | Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST) | |
427 | Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu> | |
428 | Branch: perl | |
429 | ! hints/bsdos.sh | |
430 | ____________________________________________________________________________ | |
431 | [ 14602] By: sky on 2002/02/08 15:19:15 | |
432 | Log: Start testing for safe localtime functions, TODO, test more functions. | |
433 | Branch: perl | |
434 | + ext/threads/t/libc.t | |
435 | ! MANIFEST | |
436 | ____________________________________________________________________________ | |
437 | [ 14601] By: jhi on 2002/02/08 14:14:16 | |
438 | Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle | |
439 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
440 | Date: Fri, 8 Feb 2002 00:21:07 +0100 | |
441 | Message-ID: <20020208002107.E763@rafael> | |
442 | Branch: perl | |
443 | ! doio.c pp_sys.c t/io/argv.t | |
444 | ____________________________________________________________________________ | |
445 | [ 14600] By: jhi on 2002/02/08 14:07:15 | |
446 | Log: Subject: [PATCH] Configure followed by make minitest | |
447 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
448 | Date: Wed, 06 Feb 2002 21:35:20 -0800 | |
449 | Message-ID: <YIhY8gzkgSbC092yn@efn.org> | |
450 | Branch: perl | |
451 | ! t/op/taint.t t/run/fresh_perl.t | |
452 | ____________________________________________________________________________ | |
453 | [ 14599] By: jhi on 2002/02/08 14:05:12 | |
454 | Log: Integrate perlio; | |
455 | ||
456 | Extract something from yesterdays effort - convert my mail on pad | |
457 | data structures (incoporating Sarathy's corrections/clarifications) | |
458 | into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod. | |
459 | Branch: perl | |
460 | !> cv.h pod/perlapi.pod pod/perlintern.pod | |
461 | ____________________________________________________________________________ | |
462 | [ 14597] By: jhi on 2002/02/08 14:01:01 | |
463 | Log: Configure DJGPP tweak from Laszlo Molnar. | |
464 | Branch: perl | |
465 | ! Configure | |
466 | ____________________________________________________________________________ | |
467 | [ 14596] By: jhi on 2002/02/08 14:00:23 | |
468 | Log: DJGPP tweaks from Laszlo Molnar. | |
469 | Branch: perl | |
470 | ! djgpp/djgppsed.sh perl.c | |
471 | ____________________________________________________________________________ | |
472 | [ 14593] By: jhi on 2002/02/08 03:08:20 | |
473 | Log: To really skip the test an exit() is needed. | |
474 | Branch: perl | |
475 | ! lib/encoding.t | |
476 | ____________________________________________________________________________ | |
477 | [ 14592] By: jhi on 2002/02/08 02:57:30 | |
478 | Log: More diagnostics from Nicholas Clark. | |
479 | Branch: perl | |
480 | ! lib/Benchmark.t | |
481 | ____________________________________________________________________________ | |
482 | [ 14591] By: jhi on 2002/02/07 22:54:57 | |
483 | Log: In case of failure be more verbose. | |
484 | Branch: perl | |
485 | ! t/base/num.t | |
486 | ____________________________________________________________________________ | |
487 | [ 14581] By: jhi on 2002/02/07 17:10:06 | |
488 | Log: Sanity checks to see that the IV/NV and the PV of numeric | |
489 | scalars stay in sync (unearthed this via the OS/390 gcvt() | |
490 | brokenness) | |
491 | Branch: perl | |
492 | + t/base/num.t | |
493 | ! MANIFEST | |
494 | ____________________________________________________________________________ | |
495 | [ 14580] By: jhi on 2002/02/07 14:07:33 | |
496 | Log: Retract the anon leak subpatch of #14418 and #14431 | |
497 | (the latter came into bleadperl as part of #14433). | |
498 | Branch: perl | |
499 | ! op.c t/run/fresh_perl.t | |
500 | ____________________________________________________________________________ | |
501 | [ 14579] By: jhi on 2002/02/06 23:38:10 | |
502 | Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it | |
503 | mangles 0.1 to "10". sprintf() seems more well-behaved. | |
504 | Branch: perl | |
505 | ! hints/os390.sh | |
506 | ____________________________________________________________________________ | |
507 | [ 14578] By: jhi on 2002/02/06 19:56:53 | |
508 | Log: Subject: [PATCH @14557] another Encode fix for VMS | |
509 | From: "Craig A. Berry" <craigberry@mac.com> | |
510 | Date: Wed, 06 Feb 2002 14:44:20 -0600 | |
511 | Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01> | |
512 | Branch: perl | |
513 | ! ext/Encode/Encode.xs ext/Encode/Makefile.PL | |
514 | ____________________________________________________________________________ | |
515 | [ 14577] By: jhi on 2002/02/06 15:38:25 | |
516 | Log: Integrate perlio; | |
517 | ||
518 | One way to avoid OS390 winge about #line directives. | |
519 | Branch: perl | |
520 | !> ext/Encode/EUC_JP/Makefile.PL | |
521 | ____________________________________________________________________________ | |
522 | [ 14576] By: jhi on 2002/02/06 15:36:55 | |
523 | Log: Update Changes. | |
524 | Branch: perl | |
525 | ! Changes patchlevel.h | |
526 | ____________________________________________________________________________ | |
4e0c4a73 JH |
527 | [ 14574] By: jhi on 2002/02/06 15:11:05 |
528 | Log: s/Netware/NetWare/ | |
529 | Branch: perl | |
530 | ! MANIFEST | |
531 | ____________________________________________________________________________ | |
532 | [ 14573] By: jhi on 2002/02/06 15:10:00 | |
533 | Log: New Netware scripts. | |
534 | Branch: perl | |
535 | + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl | |
536 | + NetWare/t/NWScripts-Exist.pl | |
537 | ! MANIFEST | |
538 | ____________________________________________________________________________ | |
539 | [ 14572] By: jhi on 2002/02/06 15:02:20 | |
540 | Log: EBCDIC: the encoding pragma would need some rethinking, | |
541 | probably a pass of EBCDIC->Unicode mapping. For now, | |
542 | disable it on EBCDIC. | |
543 | Branch: perl | |
544 | ! lib/encoding.pm lib/encoding.t | |
545 | ____________________________________________________________________________ | |
546 | [ 14571] By: jhi on 2002/02/06 14:44:27 | |
547 | Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points | |
548 | for the low 256. Now tweaked the tests, but maybe it's | |
549 | the module that needs few NATIVE_TO_UNI()s somewhere? | |
550 | Branch: perl | |
551 | ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t | |
552 | ____________________________________________________________________________ | |
553 | [ 14570] By: jhi on 2002/02/06 13:59:19 | |
554 | Log: Subject: [PATCH utf8.c] format problem | |
555 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
556 | Date: Wed, 6 Feb 2002 14:01:43 GMT | |
557 | Message-Id: <200202061401.OAA25053@tempest.npl.co.uk> | |
558 | Branch: perl | |
559 | ! utf8.c | |
560 | ____________________________________________________________________________ | |
561 | [ 14568] By: jhi on 2002/02/06 04:44:33 | |
562 | Log: EBCDIC: 0x41 is not cricket. | |
563 | Branch: perl | |
564 | ! ext/Encode/t/Encode.t | |
565 | ____________________________________________________________________________ | |
566 | [ 14567] By: jhi on 2002/02/05 23:12:19 | |
567 | Log: NetWare update from Ananth Kesari. | |
568 | Branch: perl | |
569 | ! NetWare/Makefile NetWare/bat/BldNWExt.bat | |
570 | ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h | |
571 | ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c | |
572 | ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl | |
573 | ! NetWare/t/NWScripts.pl makedef.pl | |
574 | ____________________________________________________________________________ | |
575 | [ 14566] By: sky on 2002/02/05 18:39:13 | |
576 | Log: Subject: Re: File::Spec::rel2abs2rel (?) | |
577 | From: Michael G Schwern <schwern@pobox.com> | |
578 | Date: Tue, 5 Feb 2002 13:47:39 -0500 | |
579 | Message-ID: <20020205184739.GB17375@blackrider> | |
580 | Branch: perl | |
581 | ! lib/File/Spec/t/rel2abs2rel.t | |
582 | ____________________________________________________________________________ | |
583 | [ 14564] By: jhi on 2002/02/05 17:05:40 | |
584 | Log: Integrate perlio; | |
585 | ||
586 | More Encode tweaks: | |
587 | - make expensive and marginal substring search optional (-O) | |
588 | - enable -O for ASCII-oid encodings (search space is small) | |
589 | - add ASCII-oid jis0201 to basic Encode.so | |
590 | - add some other Japanese encodings to EUC_JP bundle (without -O) | |
591 | Branch: perl | |
592 | +> ext/Encode/Encode/jis0201.ucm | |
593 | !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL | |
594 | !> ext/Encode/compile | |
595 | ____________________________________________________________________________ | |
596 | [ 14562] By: sky on 2002/02/05 14:50:36 | |
597 | Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks. | |
598 | Branch: perl | |
599 | ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t | |
600 | ____________________________________________________________________________ | |
601 | [ 14561] By: jhi on 2002/02/05 14:25:36 | |
602 | Log: EBCDIC: SHARP S is different. | |
603 | Branch: perl | |
604 | ! regexec.c utf8.h | |
605 | ____________________________________________________________________________ | |
606 | [ 14560] By: sky on 2002/02/05 13:49:40 | |
607 | Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks | |
608 | Branch: perl | |
609 | ! t/op/filetest.t | |
610 | ____________________________________________________________________________ | |
611 | [ 14559] By: sky on 2002/02/05 11:39:24 | |
612 | Log: Add . first to the PATH enviroment to test that we realy get ./perl and not some other older perl. | |
613 | Branch: perl | |
614 | ! lib/File/Spec/t/rel2abs2rel.t | |
615 | ____________________________________________________________________________ | |
616 | [ 14558] By: sky on 2002/02/05 11:20:21 | |
617 | Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance... | |
618 | Branch: perl | |
619 | ! ext/POSIX/t/posix.t | |
620 | ____________________________________________________________________________ | |
621 | [ 14557] By: sky on 2002/02/05 10:30:58 | |
622 | Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them. | |
623 | Branch: perl | |
624 | ! hints/darwin.sh perl.h | |
625 | ____________________________________________________________________________ | |
626 | [ 14554] By: jhi on 2002/02/04 23:22:28 | |
627 | Log: Subject: [PATCH] File::Find tests not cleaning up properly | |
628 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
629 | Date: Mon, 4 Feb 2002 22:09:07 +0100 | |
630 | Message-ID: <20020204220907.A8288@rafael> | |
631 | Branch: perl | |
632 | ! lib/File/Find/t/find.t lib/File/Find/t/taint.t | |
633 | ____________________________________________________________________________ | |
634 | [ 14553] By: jhi on 2002/02/04 22:27:11 | |
635 | Log: Signedness mumblings from Tru64. | |
636 | Branch: perl | |
637 | ! ext/Encode/Encode.xs | |
638 | ____________________________________________________________________________ | |
639 | [ 14552] By: jhi on 2002/02/04 22:22:16 | |
640 | Log: Subject: [PATCH @14550] Encode build fix-ups for VMS | |
641 | From: "Craig A. Berry" <craigberry@mac.com> | |
642 | Date: Mon, 04 Feb 2002 17:16:00 -0600 | |
643 | Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01> | |
644 | Branch: perl | |
645 | ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL | |
646 | ! ext/Encode/Encode.xs | |
647 | ____________________________________________________________________________ | |
648 | [ 14550] By: jhi on 2002/02/04 14:47:00 | |
649 | Log: Update Changes. | |
650 | Branch: perl | |
651 | ! Changes patchlevel.h | |
652 | ____________________________________________________________________________ | |
31db85a9 JH |
653 | [ 14549] By: jhi on 2002/02/04 13:57:42 |
654 | Log: Comment microtweaks. | |
655 | Branch: perl | |
656 | ! lib/locale.t | |
657 | ____________________________________________________________________________ | |
658 | [ 14548] By: jhi on 2002/02/04 13:32:00 | |
659 | Log: Subject: trivial docu patch | |
660 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
661 | Date: 04 Feb 2002 08:15:19 +0100 | |
662 | Message-ID: <m3pu3l7m60.fsf@anima.de> | |
663 | Branch: perl | |
664 | ! pod/perluniintro.pod | |
665 | ____________________________________________________________________________ | |
666 | [ 14547] By: jhi on 2002/02/04 13:30:55 | |
667 | Log: Subject: [PATCH] (??{ }) anomaly | |
668 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
669 | Date: Sun, 03 Feb 2002 20:21:45 -0800 | |
670 | Message-ID: <ZxgX8gzkgCXO092yn@efn.org> | |
671 | Branch: perl | |
672 | ! regcomp.c | |
673 | ____________________________________________________________________________ | |
674 | [ 14546] By: jhi on 2002/02/04 04:41:02 | |
675 | Log: Integrate perlio. | |
676 | ||
677 | Carry on where we left off if we have to grow destination | |
678 | SV during XS encode/decode | |
679 | ||
680 | Remove debugging warning, be consistent about API fails. | |
681 | Branch: perl | |
682 | !> ext/Encode/Encode.xs | |
683 | ____________________________________________________________________________ | |
684 | [ 14543] By: jhi on 2002/02/03 19:06:06 | |
685 | Log: Subject: PATCH CPAN.pm | |
686 | From: Mark-Jason Dominus <mjd@plover.com> | |
687 | Date: Sun, 03 Feb 2002 12:36:36 -0500 | |
688 | Message-ID: <20020203173636.27451.qmail@plover.com> | |
689 | Branch: perl | |
690 | ! lib/CPAN.pm | |
691 | ____________________________________________________________________________ | |
692 | [ 14542] By: jhi on 2002/02/03 19:05:13 | |
693 | Log: Must search further back. | |
694 | Branch: perl | |
695 | ! lib/h2xs.t | |
696 | ____________________________________________________________________________ | |
697 | [ 14540] By: jhi on 2002/02/03 18:33:53 | |
698 | Log: EBCDIC: more natification. | |
699 | Branch: perl | |
700 | ! regcomp.c | |
701 | ____________________________________________________________________________ | |
702 | [ 14539] By: jhi on 2002/02/03 18:32:31 | |
703 | Log: Debug noise. | |
704 | Branch: perl | |
705 | ! ext/Encode/Encode.xs | |
706 | ____________________________________________________________________________ | |
707 | [ 14538] By: jhi on 2002/02/03 18:13:07 | |
708 | Log: Integrate perlio; | |
709 | ||
710 | Stable intermediate point in Encode cleanup. | |
711 | :encode(euc-jp) works on Dan's table.euc | |
712 | Much buffer copying and other silliness remains. | |
713 | Branch: perl | |
714 | !> ext/Encode/Encode.pm ext/Encode/Encode.xs | |
715 | !> ext/Encode/lib/Encode/Encoding.pm | |
716 | ____________________________________________________________________________ | |
717 | [ 14537] By: jhi on 2002/02/03 17:57:31 | |
718 | Log: Prettify. | |
719 | Branch: perl | |
720 | ! lib/unicore/mktables | |
721 | ____________________________________________________________________________ | |
722 | [ 14535] By: jhi on 2002/02/03 17:29:57 | |
723 | Log: EBCDIC: it's much nicer to compare Unicode code points | |
724 | to Unicode code points. | |
725 | Branch: perl | |
726 | ! regexec.c | |
727 | ____________________________________________________________________________ | |
728 | [ 14534] By: jhi on 2002/02/03 17:04:34 | |
729 | Log: EBCDIC: character classes must remap the low 256. | |
730 | Branch: perl | |
731 | ! regcomp.c | |
732 | ____________________________________________________________________________ | |
733 | [ 14533] By: jhi on 2002/02/03 16:05:12 | |
734 | Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke. | |
735 | Branch: perl | |
736 | ! lib/I18N/LangTags/List.pm | |
737 | ____________________________________________________________________________ | |
738 | [ 14532] By: jhi on 2002/02/03 15:36:36 | |
739 | Log: FAQ sync. | |
740 | Branch: perl | |
741 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod | |
742 | ! pod/perlfaq6.pod pod/perlfaq7.pod | |
743 | ____________________________________________________________________________ | |
744 | [ 14531] By: jhi on 2002/02/03 15:35:28 | |
745 | Log: Integrate perlio; | |
746 | ||
747 | Re-indent Encode.xs | |
748 | ||
749 | Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data. | |
750 | (Mis-feature discovered by Encode.) | |
751 | Branch: perl | |
752 | !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c | |
753 | ____________________________________________________________________________ | |
754 | [ 14530] By: jhi on 2002/02/03 15:30:24 | |
755 | Log: Subject: [PATCH] lstat FH and -l FH warnings | |
756 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
757 | Date: Sat, 2 Feb 2002 22:24:54 +0100 | |
758 | Message-ID: <20020202222454.A11608@rafael> | |
759 | Branch: perl | |
760 | ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c | |
761 | ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t | |
762 | ____________________________________________________________________________ | |
763 | [ 14529] By: jhi on 2002/02/03 15:27:26 | |
764 | Log: Subject: [PATCH t/op/taint.t] remove possible false positive | |
765 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
766 | Date: Sat, 2 Feb 2002 13:11:01 +0100 | |
767 | Message-ID: <20020202131101.A722@rafael> | |
768 | ||
769 | Subject: [PATCH t/op/ver.t] another false positive | |
770 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
771 | Date: Sat, 2 Feb 2002 13:38:22 +0100 | |
772 | Message-ID: <20020202133822.E722@rafael> | |
773 | ||
774 | Subject: [PATCH] t/test.pl:ok() doesn't work | |
775 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
776 | Date: Sun, 03 Feb 2002 00:02:38 -0800 | |
777 | Message-ID: <e6OX8gzkgSMO092yn@efn.org> | |
778 | Branch: perl | |
779 | ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t | |
780 | ! t/test.pl | |
781 | ____________________________________________________________________________ | |
782 | [ 14528] By: jhi on 2002/02/03 15:26:33 | |
783 | Log: Subject: [PATCH @13746] OS2::Process's constants | |
784 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
785 | Date: Sat, 2 Feb 2002 01:00:55 -0500 | |
786 | Message-ID: <20020202010055.A12924@math.ohio-state.edu> | |
787 | Branch: perl | |
788 | ! os2/OS2/Process/Makefile.PL | |
789 | ____________________________________________________________________________ | |
790 | [ 14527] By: jhi on 2002/02/03 15:16:46 | |
791 | Log: Subject: [PATCH @13746] h2xs | |
792 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
793 | Date: Sat, 2 Feb 2002 00:58:44 -0500 | |
794 | Message-ID: <20020202005844.A12756@math.ohio-state.edu> | |
795 | Branch: perl | |
796 | ! utils/h2xs.PL | |
797 | ____________________________________________________________________________ | |
798 | [ 14525] By: jhi on 2002/02/02 16:44:58 | |
799 | Log: EBCDIC: since #14519 made \N{...} to remap, | |
800 | the test cannot expect an ASCII code point. | |
801 | Branch: perl | |
802 | ! lib/charnames.t | |
803 | ____________________________________________________________________________ | |
804 | [ 14524] By: jhi on 2002/02/02 05:03:24 | |
805 | Log: Sub-MANIFEST-tweak. | |
806 | Branch: perl | |
807 | ! ext/Encode/MANIFEST | |
808 | ____________________________________________________________________________ | |
809 | [ 14523] By: jhi on 2002/02/02 02:54:44 | |
810 | Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like | |
811 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
812 | Date: Fri, 01 Feb 2002 23:51:03 +0900 | |
813 | Message-Id: <20020201234727.15ED.BQW10602@nifty.com> | |
814 | Branch: perl | |
815 | ! ext/Encode/lib/Encode/Tcl/Escape.pm | |
816 | ____________________________________________________________________________ | |
817 | [ 14522] By: jhi on 2002/02/02 02:53:29 | |
818 | Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1) | |
819 | From: Andy Dougherty <doughera@lafayette.edu> | |
820 | Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST) | |
821 | Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu> | |
822 | Branch: perl | |
823 | ! README.solaris hints/solaris_2.sh | |
824 | ____________________________________________________________________________ | |
825 | [ 14521] By: jhi on 2002/02/02 02:08:42 | |
826 | Log: EBCDIC: no hope to get the low 256 right in unifolding. | |
827 | Branch: perl | |
828 | ! t/uni/fold.t | |
829 | ____________________________________________________________________________ | |
830 | [ 14520] By: jhi on 2002/02/02 02:02:13 | |
831 | Log: todo entry for missing pack formats. | |
832 | Branch: perl | |
833 | ! pod/perltodo.pod | |
834 | ____________________________________________________________________________ | |
835 | [ 14519] By: jhi on 2002/02/02 01:31:50 | |
836 | Log: EBCDIC: the low 256 \N{...} need to be remapped. | |
837 | Branch: perl | |
838 | ! toke.c | |
839 | ____________________________________________________________________________ | |
840 | [ 14516] By: jhi on 2002/02/01 16:46:16 | |
841 | Log: Integrate perlio; | |
842 | ||
843 | Minor Encode tweaks: | |
844 | - move Encode.pm back to top of Encode like normal XS extension | |
845 | - avoid .def as a file extension (Win32 builds) | |
846 | Branch: perl | |
847 | ! MANIFEST | |
848 | !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs | |
849 | !> ext/Encode/Makefile.PL ext/Encode/compile | |
850 | ____________________________________________________________________________ | |
851 | [ 14514] By: jhi on 2002/02/01 14:45:26 | |
852 | Log: Subject: [PATCH utf8.t] temp file not cleaned up | |
853 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
854 | Date: Fri, 1 Feb 2002 15:47:46 +0100 | |
855 | Message-ID: <20020201154746.A24079@rafael> | |
856 | Branch: perl | |
857 | ! t/io/utf8.t | |
858 | ____________________________________________________________________________ | |
859 | [ 14513] By: jhi on 2002/02/01 14:44:39 | |
860 | Log: Subject: [PATCH] make "lstat FH" croak | |
861 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
862 | Date: Fri, 1 Feb 2002 15:12:50 +0100 | |
863 | Message-ID: <20020201151250.A738@rafael> | |
864 | Branch: perl | |
865 | ! pod/perldiag.pod pp_sys.c t/op/stat.t | |
866 | ____________________________________________________________________________ | |
867 | [ 14512] By: jhi on 2002/02/01 14:42:58 | |
868 | Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure | |
869 | From: Kay Röpke <kroepke@dolphin-services.de> | |
870 | Date: Fri, 1 Feb 2002 01:10:43 +0100 | |
871 | Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de> | |
872 | Branch: perl | |
873 | ! t/op/stat.t | |
874 | ____________________________________________________________________________ | |
875 | [ 14511] By: jhi on 2002/02/01 05:17:59 | |
876 | Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC | |
877 | I got it in Tru64 + ithreads but only without -g, took | |
878 | some debugging by printf (which was no fun either since | |
879 | adding some debug printfs hid the error) | |
880 | Branch: perl | |
881 | ! regexec.c utf8.c | |
882 | ____________________________________________________________________________ | |
883 | [ 14510] By: jhi on 2002/01/31 22:48:13 | |
884 | Log: Subject: Re: [PATCH] perl -V: | |
885 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
886 | Date: Thu, 31 Jan 2002 12:10:20 -0800 | |
887 | Message-ID: <sSaW8gzkgaNQ092yn@efn.org> | |
888 | ||
889 | Subject: Re: [PATCH] perl -V: | |
890 | From: Michael G Schwern <schwern@pobox.com> | |
891 | Date: Thu, 31 Jan 2002 16:43:13 -0500 | |
892 | Message-ID: <20020131214313.GH6498@blackrider> | |
893 | Branch: perl | |
894 | ! t/run/switches.t | |
895 | ____________________________________________________________________________ | |
896 | [ 14509] By: jhi on 2002/01/31 21:30:46 | |
897 | Log: #14505 effect. | |
898 | Branch: perl | |
899 | ! pod/perluniintro.pod | |
900 | ____________________________________________________________________________ | |
901 | [ 14508] By: jhi on 2002/01/31 16:57:18 | |
902 | Log: Daniel S. Lewart adopts the Math::Complex. | |
903 | Branch: perl | |
904 | ! lib/Math/Complex.pm | |
905 | ____________________________________________________________________________ | |
906 | [ 14507] By: jhi on 2002/01/31 16:54:44 | |
907 | Log: More Complex DWIMmery. | |
908 | Branch: perl | |
909 | ! lib/Math/Complex.pm lib/Math/Complex.t | |
910 | ____________________________________________________________________________ | |
911 | [ 14506] By: jhi on 2002/01/31 15:27:49 | |
912 | Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _ | |
913 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
914 | Date: Thu, 31 Jan 2002 14:37:52 +0100 | |
915 | Message-ID: <20020131143752.A1452@rafael> | |
916 | Branch: perl | |
917 | ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t | |
918 | ____________________________________________________________________________ | |
919 | [ 14505] By: jhi on 2002/01/31 15:26:41 | |
920 | Log: Turn the I/O Unicode error by default on, but the | |
921 | character-generating Unicode error by default off, | |
922 | as Larry suggested. | |
923 | Branch: perl | |
924 | ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8 | |
925 | ! utf8.c | |
926 | ____________________________________________________________________________ | |
927 | [ 14504] By: jhi on 2002/01/31 14:08:44 | |
928 | Log: Subject: [PATCH] open.pm minor cleanup | |
929 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
930 | Date: Thu, 31 Jan 2002 15:03:02 +0100 | |
931 | Message-ID: <20020131150302.C1452@rafael> | |
932 | Branch: perl | |
933 | ! lib/open.pm | |
934 | ____________________________________________________________________________ | |
935 | [ 14503] By: jhi on 2002/01/30 15:28:29 | |
936 | Log: Update Changes. | |
937 | Branch: perl | |
938 | ! Changes patchlevel.h | |
939 | ____________________________________________________________________________ | |
d4c3df8f JH |
940 | [ 14502] By: jhi on 2002/01/30 14:32:25 |
941 | Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status | |
942 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
943 | Date: Wed, 30 Jan 2002 11:58:33 GMT | |
944 | Message-Id: <200201301158.LAA14883@tempest.npl.co.uk> | |
945 | Branch: perl | |
946 | ! lib/CPAN.pm | |
947 | ____________________________________________________________________________ | |
948 | [ 14501] By: jhi on 2002/01/30 14:20:32 | |
949 | Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm; | |
950 | re-sort MANIFEST. | |
951 | Branch: perl | |
952 | + ext/Encode/Encode.pm | |
953 | - ext/Encode/lib/Encode.pm | |
954 | ! MANIFEST ext/Encode/Makefile.PL | |
955 | ____________________________________________________________________________ | |
956 | [ 14500] By: jhi on 2002/01/30 14:05:13 | |
957 | Log: Integrate perlio; | |
958 | ||
959 | Collect some stats during compile process. | |
960 | Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR | |
961 | as one XS - inconclusive - marginal win? | |
962 | Add some comments to encode.h | |
963 | Branch: perl | |
964 | !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile | |
965 | !> ext/Encode/encode.h | |
966 | ____________________________________________________________________________ | |
967 | [ 14497] By: jhi on 2002/01/30 04:40:56 | |
968 | Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's) | |
969 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
970 | Date: Tue, 29 Jan 2002 01:13:09 -0800 | |
971 | Message-ID: <lemV8gzkgu/K092yn@efn.org> | |
972 | Branch: perl | |
973 | ! configpm | |
974 | ____________________________________________________________________________ | |
975 | [ 14496] By: jhi on 2002/01/30 01:55:57 | |
976 | Log: Subject: [PATCH t/op/inccode.t] new test | |
977 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
978 | Date: Tue, 29 Jan 2002 22:03:45 +0100 | |
979 | Message-ID: <20020129220345.A704@rafael> | |
980 | Branch: perl | |
981 | ! t/op/inccode.t | |
982 | ____________________________________________________________________________ | |
983 | [ 14495] By: jhi on 2002/01/30 01:01:26 | |
984 | Log: EBCDIC: t/op/lc.t now passes. | |
985 | Branch: perl | |
986 | ! t/op/lc.t | |
987 | ____________________________________________________________________________ | |
988 | [ 14494] By: jhi on 2002/01/30 00:41:52 | |
989 | Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40 | |
990 | Branch: perl | |
991 | ! utf8.c | |
992 | ____________________________________________________________________________ | |
993 | [ 14493] By: jhi on 2002/01/29 22:32:05 | |
994 | Log: Must find stuff during build. | |
995 | Branch: perl | |
996 | ! ext/Encode/compile | |
997 | ____________________________________________________________________________ | |
998 | [ 14492] By: jhi on 2002/01/29 22:24:54 | |
999 | Log: Integrate with perlio; | |
1000 | ||
1001 | Basics of a compiled Encode XS extension | |
1002 | Branch: perl | |
1003 | +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL | |
1004 | +> ext/Encode/Encode/euc-jp.ucm | |
1005 | !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile | |
1006 | !> ext/Encode/encode.h | |
1007 | ____________________________________________________________________________ | |
1008 | [ 14491] By: jhi on 2002/01/29 22:23:25 | |
1009 | Log: EBCDIC tweaks-- no new test passes, but getting closer. | |
1010 | Branch: perl | |
1011 | ! utf8.c | |
1012 | ____________________________________________________________________________ | |
1013 | [ 14488] By: jhi on 2002/01/29 16:38:58 | |
1014 | Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high) | |
1015 | From: Richard Clamp <richardc@unixbeard.net> | |
1016 | Date: Mon, 28 Jan 2002 02:17:55 +0000 | |
1017 | Message-ID: <20020128021755.GA28344@mirth.demon.co.uk> | |
1018 | Branch: perl | |
1019 | ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t | |
1020 | ____________________________________________________________________________ | |
1021 | [ 14487] By: jhi on 2002/01/29 14:23:03 | |
1022 | Log: OS/390 seems to do length 0 udp reads, Nicholas says | |
1023 | skippage is for now the best cause of action. | |
1024 | Branch: perl | |
1025 | ! ext/Socket/socketpair.t | |
1026 | ____________________________________________________________________________ | |
1027 | [ 14486] By: jhi on 2002/01/29 14:09:21 | |
1028 | Log: Encode cleanup from Dan Kogai; reworked even further. | |
1029 | Branch: perl | |
1030 | + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm | |
1031 | + ext/Encode/lib/Encode/Encoding.pm | |
1032 | + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm | |
1033 | + ext/Encode/lib/Encode/Tcl/Escape.pm | |
1034 | + ext/Encode/lib/Encode/Tcl/Extended.pm | |
1035 | + ext/Encode/lib/Encode/Tcl/HanZi.pm | |
1036 | + ext/Encode/lib/Encode/Tcl/Table.pm | |
1037 | + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm | |
1038 | + ext/Encode/lib/Encode/iso10646_1.pm | |
1039 | + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm | |
1040 | + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t | |
1041 | + ext/Encode/t/Tcl.t | |
1042 | - ext/Encode.t ext/Encode/Encode.pm | |
1043 | - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm | |
1044 | - ext/Encode/Encode/Tcl.t ext/Encode/Todo | |
1045 | ! MANIFEST ext/Encode/Encode/8859-1.ucm | |
1046 | ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm | |
1047 | ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm | |
1048 | ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm | |
1049 | ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm | |
1050 | ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm | |
1051 | ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm | |
1052 | ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm | |
1053 | ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm | |
1054 | ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm | |
1055 | ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm | |
1056 | ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL | |
1057 | ! ext/Encode/compile | |
1058 | ____________________________________________________________________________ | |
1059 | [ 14485] By: jhi on 2002/01/28 23:17:20 | |
1060 | Log: Workaround for DJGPP broken F_GETFL from Laszlo. | |
1061 | Branch: perl | |
1062 | ! djgpp/djgpp.c perlio.c | |
1063 | ____________________________________________________________________________ | |
1064 | [ 14484] By: jhi on 2002/01/28 23:15:22 | |
1065 | Log: Prettier printing from Michael Schwern. | |
1066 | Branch: perl | |
1067 | ! t/test.pl | |
1068 | ____________________________________________________________________________ | |
1069 | [ 14483] By: jhi on 2002/01/28 23:08:27 | |
1070 | Log: Show also the debug and debugcolor as known pragmas. | |
1071 | Branch: perl | |
1072 | ! ext/re/re.pm | |
1073 | ____________________________________________________________________________ | |
1074 | [ 14482] By: jhi on 2002/01/28 22:08:38 | |
1075 | Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader | |
1076 | From: "Craig A. Berry" <craigberry@mac.com> | |
1077 | Date: Mon, 28 Jan 2002 16:30:30 -0600 | |
1078 | Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01> | |
1079 | Branch: perl | |
1080 | ! ext/B/t/assembler.t | |
1081 | ____________________________________________________________________________ | |
1082 | [ 14480] By: jhi on 2002/01/28 21:57:37 | |
1083 | Log: DJGPP needs to know its exe soon, too. | |
1084 | Branch: perl | |
1085 | ! Configure | |
1086 | ____________________________________________________________________________ | |
1087 | [ 14479] By: jhi on 2002/01/28 21:36:34 | |
1088 | Log: Round #2 on EBCDICation. | |
1089 | Branch: perl | |
1090 | ! t/op/append.t | |
1091 | ____________________________________________________________________________ | |
1092 | [ 14478] By: jhi on 2002/01/28 21:19:40 | |
1093 | Log: Integrate perlio; | |
1094 | ||
1095 | Set makefile.mk CCHOME etc. for default locations of MinGW and free | |
1096 | Borland compilers. (Borland builds one or two oddities.) | |
1097 | Branch: perl | |
1098 | !> win32/config.bc win32/makefile.mk | |
1099 | ____________________________________________________________________________ | |
1100 | [ 14473] By: jhi on 2002/01/28 17:12:27 | |
1101 | Log: Misunderstood Merijn's patch. | |
1102 | Branch: perl | |
1103 | ! hints/hpux.sh | |
1104 | ____________________________________________________________________________ | |
1105 | [ 14472] By: jhi on 2002/01/28 17:11:58 | |
1106 | Log: Misapplied Merijn's patch. | |
1107 | Branch: perl | |
1108 | ! Configure | |
1109 | ____________________________________________________________________________ | |
1110 | [ 14471] By: jhi on 2002/01/28 14:51:20 | |
1111 | Log: Update Changes. | |
1112 | Branch: perl | |
1113 | ! Changes patchlevel.h | |
1114 | ____________________________________________________________________________ | |
aa13708d JH |
1115 | [ 14470] By: jhi on 2002/01/28 14:33:36 |
1116 | Log: BeOS has sockets but not true ones. | |
1117 | Branch: perl | |
1118 | ! pp_sys.c | |
1119 | ____________________________________________________________________________ | |
1120 | [ 14468] By: jhi on 2002/01/28 14:03:01 | |
1121 | Log: For some strange reason under the smoke harness the alignment | |
1122 | test hangs in HP-UX 10.20. So hint it to avoid the test. | |
1123 | Branch: perl | |
1124 | ! hints/hpux.sh | |
1125 | ____________________________________________________________________________ | |
1126 | [ 14467] By: jhi on 2002/01/28 14:00:32 | |
1127 | Log: Allow d_u32align to be hinted. | |
1128 | Branch: perl | |
1129 | ! Configure | |
1130 | ____________________________________________________________________________ | |
1131 | [ 14466] By: jhi on 2002/01/28 13:41:18 | |
1132 | Log: The shift key is important. | |
1133 | Branch: perl | |
1134 | ! ext/B/B.xs | |
1135 | ____________________________________________________________________________ | |
1136 | [ 14465] By: jhi on 2002/01/28 13:36:15 | |
1137 | Log: The "used only once" warnings (from gv_check) come | |
1138 | in pseudorandom hash order-- in EBCDIC the order | |
1139 | is different. Add a new option that allow the warnings | |
1140 | to come in any order (Paul Marquess). | |
1141 | Branch: perl | |
1142 | ! lib/warnings.t t/lib/warnings/perl | |
1143 | ____________________________________________________________________________ | |
1144 | [ 14464] By: jhi on 2002/01/28 13:04:58 | |
1145 | Log: Integrate perlio; the 0nothread test failure without threads. | |
1146 | Branch: perl | |
1147 | !> ext/threads/shared/t/0nothread.t | |
1148 | ____________________________________________________________________________ | |
1149 | [ 14460] By: jhi on 2002/01/28 03:37:30 | |
1150 | Log: FAQ sync. | |
1151 | Branch: perl | |
1152 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod | |
1153 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod | |
1154 | ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod | |
1155 | ! pod/perlfaq9.pod | |
1156 | ____________________________________________________________________________ | |
1157 | [ 14459] By: jhi on 2002/01/28 02:28:10 | |
1158 | Log: Upgrade to podlators 1.20. | |
1159 | Branch: perl | |
1160 | ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t | |
1161 | ____________________________________________________________________________ | |
1162 | [ 14458] By: jhi on 2002/01/28 01:36:28 | |
1163 | Log: Retract #14448, a better patch coming up. | |
1164 | Branch: perl | |
1165 | ! lib/Pod/t/basic.t | |
1166 | ____________________________________________________________________________ | |
1167 | [ 14457] By: jhi on 2002/01/28 01:31:40 | |
1168 | Log: EBCDIC portability. | |
1169 | Branch: perl | |
1170 | ! t/op/append.t | |
1171 | ____________________________________________________________________________ | |
1172 | [ 14456] By: jhi on 2002/01/27 23:49:40 | |
1173 | Log: Further cygwin installperl tweak from Gerrit P. Haase. | |
1174 | Branch: perl | |
1175 | ! installperl | |
1176 | ____________________________________________________________________________ | |
1177 | [ 14455] By: jhi on 2002/01/27 23:47:42 | |
1178 | Log: A bug in Bulgarian EBCDIC locale (this sounds like | |
1179 | a Sherlock Holmes mystery...) Well, a few more EBCDICs | |
1180 | locales failed, too. The patch works around the bug by | |
1181 | skipping the test, but the real problem may be deeper | |
1182 | (affecting probably only EBCDIC platforms, though): | |
1183 | see the comment in locale.t for more details. | |
1184 | Branch: perl | |
1185 | ! lib/locale.t | |
1186 | ____________________________________________________________________________ | |
1187 | [ 14453] By: jhi on 2002/01/27 22:36:08 | |
1188 | Log: Subject: Bleadperl on Cygwin today | |
1189 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
1190 | Date: Sun, 27 Jan 2002 22:30:41 +0100 | |
1191 | Message-ID: <462007239437.20020127223041@familiehaase.de> | |
1192 | Branch: perl | |
1193 | ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl | |
1194 | ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t | |
1195 | ! lib/ExtUtils/t/MM_Cygwin.t | |
1196 | ____________________________________________________________________________ | |
1197 | [ 14452] By: jhi on 2002/01/27 21:57:56 | |
1198 | Log: Unfinished EBCDIC branch. | |
1199 | Branch: perl | |
1200 | ! t/op/ver.t | |
1201 | ____________________________________________________________________________ | |
1202 | [ 14451] By: jhi on 2002/01/27 21:47:29 | |
1203 | Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez. | |
1204 | Branch: perl | |
1205 | ! ext/B/B.xs ext/B/B/Deparse.pm | |
1206 | ____________________________________________________________________________ | |
1207 | [ 14450] By: jhi on 2002/01/27 21:44:37 | |
1208 | Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting | |
1209 | platforms. | |
1210 | Branch: perl | |
1211 | ! ext/B/t/stash.t | |
1212 | ____________________________________________________________________________ | |
1213 | [ 14449] By: jhi on 2002/01/27 19:34:56 | |
1214 | Log: Apparently no need for EBCDIC exception any more. | |
1215 | Branch: perl | |
1216 | ! ext/B/t/showlex.t | |
1217 | ____________________________________________________________________________ | |
1218 | [ 14448] By: jhi on 2002/01/27 18:48:17 | |
1219 | Log: (retracted by #14458) | |
1220 | (Russ Allbery) OS/390 is using a high-bit character for ESC, | |
1221 | skip the test for now. A better fix would be to override | |
1222 | the notion of the platform's escape sequence in the test | |
1223 | of Pod::Text::Termcap. We may have to apply a filter to | |
1224 | the output to substitute back in the ESC character that | |
1225 | the test expects, but only on OS/390. | |
1226 | Branch: perl | |
1227 | ! lib/Pod/t/basic.t | |
1228 | ____________________________________________________________________________ | |
1229 | [ 14447] By: jhi on 2002/01/27 18:19:01 | |
1230 | Log: Detypo. | |
1231 | Branch: perl | |
1232 | ! ext/Devel/Peek/Peek.t | |
1233 | ____________________________________________________________________________ | |
1234 | [ 14446] By: jhi on 2002/01/27 17:57:21 | |
1235 | Log: OS/390 USS has a different idea of the pw* functions. | |
1236 | Also, test the name with eq, not with ==. | |
1237 | Branch: perl | |
1238 | ! lib/User/pwent.t | |
1239 | ____________________________________________________________________________ | |
1240 | [ 14445] By: jhi on 2002/01/27 17:37:54 | |
1241 | Log: O_RDONLY/O_WRONLY/O_RDWR portability. | |
1242 | Branch: perl | |
1243 | ! doio.c | |
1244 | ____________________________________________________________________________ | |
1245 | [ 14444] By: jhi on 2002/01/27 16:32:32 | |
1246 | Log: ASCIIisms. | |
1247 | Branch: perl | |
1248 | ! ext/PerlIO/t/encoding.t | |
1249 | ____________________________________________________________________________ | |
1250 | [ 14443] By: jhi on 2002/01/27 15:59:31 | |
1251 | Log: chr(42) ne '*' if one is in EBCDIC. | |
1252 | Branch: perl | |
1253 | ! t/op/pack.t | |
1254 | ____________________________________________________________________________ | |
1255 | [ 14442] By: jhi on 2002/01/27 15:26:52 | |
1256 | Log: Subject: [PATCH] Fix up recent op/stat.t failures | |
1257 | From: Andy Dougherty <doughera@lafayette.edu> | |
1258 | Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST) | |
1259 | Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu> | |
1260 | Branch: perl | |
1261 | ! t/op/stat.t | |
1262 | ____________________________________________________________________________ | |
1263 | [ 14441] By: jhi on 2002/01/27 15:21:49 | |
1264 | Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current | |
1265 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1266 | Date: Sun, 27 Jan 2002 15:03:18 +0100 | |
1267 | Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl> | |
1268 | Branch: perl | |
1269 | ! lib/ExtUtils/t/Command.t | |
1270 | ____________________________________________________________________________ | |
1271 | [ 14440] By: jhi on 2002/01/27 15:20:52 | |
1272 | Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing | |
1273 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1274 | Date: Sun, 27 Jan 2002 14:51:10 +0100 | |
1275 | Message-ID: <20020127145110.A16332@rafael> | |
1276 | Branch: perl | |
1277 | ! ext/B/B/Deparse.pm | |
1278 | ____________________________________________________________________________ | |
1279 | [ 14438] By: jhi on 2002/01/26 23:56:53 | |
1280 | Log: Comment to avoid later "cleanups." | |
1281 | Branch: perl | |
1282 | ! lib/ExtUtils/MakeMaker.pm | |
1283 | ____________________________________________________________________________ | |
1284 | [ 14437] By: jhi on 2002/01/26 23:54:50 | |
1285 | Log: USS V2R10 seems to be happier with env FOO=... cmd ... | |
1286 | instead of just FOO=... cmd ... | |
1287 | Branch: perl | |
1288 | ! Makefile.SH | |
1289 | ____________________________________________________________________________ | |
1290 | [ 14436] By: jhi on 2002/01/26 23:14:04 | |
1291 | Log: Overquoting bad (in UNIX one would get | |
1292 | Can't open perl script "'-I../lib'": No such file or directory) | |
1293 | Branch: perl | |
1294 | ! lib/Pod/t/Usage.t | |
1295 | ____________________________________________________________________________ | |
1296 | [ 14435] By: jhi on 2002/01/26 22:41:05 | |
1297 | Log: Integrate perlio; | |
1298 | ||
1299 | "All tests successful" VC6.0 Win32 | |
1300 | (Update config.vc to need cppstdin so those tests are skipped...) | |
1301 | Branch: perl | |
1302 | !> win32/config.vc win32/config_H.bc win32/config_H.gc | |
1303 | !> win32/config_H.vc | |
1304 | ____________________________________________________________________________ | |
1305 | [ 14433] By: jhi on 2002/01/26 21:38:56 | |
1306 | Log: Integrate perlio; | |
1307 | ||
1308 | 1st two tests of File/Find/t/find.t and taint.t were run after | |
1309 | calling cleanup(). If previous fail had left for_find directory, | |
1310 | but no content in it then cleanup() returned cd'ed to that directory. | |
1311 | So tests failed. Fixed cleanup()-s. | |
1312 | ||
1313 | If we get to sighandler by mistake (no perl handler set) then | |
1314 | warn() and exit() rather than die() - should never happen | |
1315 | but if it does context needed to die is likely to be trashed | |
1316 | as well. | |
1317 | ||
1318 | Win32 signal emulation cleanup. | |
1319 | ||
1320 | Tinkering with thread cleanup mutex-ing - not the problem | |
1321 | (op.c is) but could have been... | |
1322 | ||
1323 | Fix/band-aid for op.c's anon CV leak fix co-existing with threads. | |
1324 | Should really be looked at by someone that knows about pads. | |
1325 | ||
1326 | Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple | |
1327 | for CRLF line endings. | |
1328 | Branch: perl | |
1329 | !> ext/threads/threads.xs lib/File/Find/t/find.t | |
1330 | !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c | |
1331 | !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h | |
1332 | ____________________________________________________________________________ | |
1333 | [ 14430] By: jhi on 2002/01/26 20:54:16 | |
1334 | Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test | |
1335 | From: "Craig A. Berry" <craigberry@mac.com> | |
1336 | Date: Sat, 26 Jan 2002 11:19:44 -0600 | |
1337 | Message-Id: <a05101000b87895064ee3@[172.16.52.1]> | |
1338 | Branch: perl | |
1339 | ! lib/Pod/Usage.pm lib/Pod/t/Usage.t | |
1340 | ____________________________________________________________________________ | |
1341 | [ 14424] By: jhi on 2002/01/25 22:10:11 | |
1342 | Log: Integrate perlio; | |
1343 | ||
1344 | Fix winsystem.t's attempt to build showav.exe to work | |
1345 | with gcc (which writes a.exe unless told with -o ). | |
1346 | Also put in a few more fail-safes to check .exe got | |
1347 | built somehow. | |
1348 | ||
1349 | More Win32 tuning | |
1350 | ||
1351 | Save $! so that other syscalls don't disturb it before | |
1352 | we test it. | |
1353 | Branch: perl | |
1354 | !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t | |
1355 | !> t/op/winsystem.t | |
1356 | ____________________________________________________________________________ | |
1357 | [ 14423] By: jhi on 2002/01/25 22:08:09 | |
1358 | Log: Subject: [PATCH] new test in op/universal.t | |
1359 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1360 | Date: Fri, 25 Jan 2002 23:17:33 +0100 | |
1361 | Message-ID: <20020125231733.A11733@rafael> | |
1362 | Branch: perl | |
1363 | ! t/op/universal.t | |
1364 | ____________________________________________________________________________ | |
1365 | [ 14419] By: jhi on 2002/01/25 17:25:05 | |
1366 | Log: Subject: [Patch Encode.xs] calculation of need overflows | |
1367 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
1368 | Date: Sat, 26 Jan 2002 00:58:50 +0900 | |
1369 | Message-Id: <20020126005802.89B3.BQW10602@nifty.com> | |
1370 | Branch: perl | |
1371 | ! ext/Encode/Encode.xs | |
1372 | ____________________________________________________________________________ | |
1373 | [ 14418] By: jhi on 2002/01/25 16:28:40 | |
1374 | Log: Integrate changes 13474+13478+13584 from maintperl; | |
1375 | anon sub leakage. | |
1376 | Branch: perl | |
1377 | ! op.c t/run/fresh_perl.t | |
1378 | ____________________________________________________________________________ | |
1379 | [ 14417] By: jhi on 2002/01/25 15:34:18 | |
1380 | Log: Update Changes. | |
1381 | Branch: perl | |
1382 | ! Changes patchlevel.h | |
1383 | ____________________________________________________________________________ | |
71e41b3a JH |
1384 | [ 14416] By: jhi on 2002/01/25 15:04:25 |
1385 | Log: Integrate perlio; extensive threads and threads::shared work | |
aa13708d JH |
1386 | (note that the below is a chronological list of perlio |
1387 | check-in entries since the last integrate) | |
71e41b3a JH |
1388 | |
1389 | Nearly-working threads re-structuring. Do not integrate, | |
1390 | submit-ing to get to Win32, and as "off site" backup. | |
1391 | ||
1392 | threads work again on Win32. (Not threads::shared yet) | |
1393 | Submit to see if they do on Linux. | |
1394 | ||
1395 | Add new threads/typemap to MANIFEST | |
1396 | ||
1397 | XS side of new threads::shared designed, coded and compiles, | |
1398 | and mostly commented but is totaly untested. | |
1399 | submit in case anyone wants a preview. | |
1400 | ||
1401 | Miss mg_len == 0 meaning don't Safefree | |
1402 | ||
1403 | Shared scalars working, some shared array ops working. | |
1404 | ||
1405 | Implement recursive lock and use of scope for PL_sharedsv_space, | |
1406 | so now croak() from asserts does not leave locks. | |
1407 | Make hv_simple compile (new prototype for debugging probe). | |
1408 | ||
1409 | thread::shared nearly working again - remaining issue | |
1410 | is references withing shared space. | |
1411 | Added bulk test with no threads involved (for debugging) | |
1412 | Tuned tests to skip those needing _thrcnt | |
1413 | ||
1414 | SvTEMP_off to stop private PV's being stolen and stored in shared space | |
1415 | ||
1416 | Except Win32 from echo tests. (Alarm does not break into connect) | |
1417 | ||
1418 | Expand command line test globs on Win32. | |
1419 | ||
1420 | threads::shared tidy up: | |
1421 | - Add _id() function to shared.xs so we can test refs point at same thing. | |
1422 | - Use that rather that comparing stringified ref in shared/t/hv_refs.t | |
1423 | - Allow no_share to pass if sharing to works despite mis-ordering. | |
1424 | - Change docs of threads to document ->create() (as used in tests), | |
1425 | and not mention "new". | |
1426 | ||
1427 | Linux/NFS hackery was not faking right number of passes. | |
1428 | Branch: perl | |
1429 | +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap | |
1430 | +> ext/threads/typemap | |
1431 | - ext/threads/threads.h sharedsv.c sharedsv.h | |
1432 | ! NetWare/config_H.wc | |
1433 | !> (integrate 38 files) | |
1434 | ____________________________________________________________________________ | |
1435 | [ 14415] By: jhi on 2002/01/25 14:33:43 | |
1436 | Log: Subject: Re: perldebguts minor tweaks | |
1437 | From: Joe McMahon <mcmahon@metalab.unc.edu> | |
1438 | Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST) | |
1439 | Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu> | |
1440 | Branch: perl | |
1441 | ! pod/perldebguts.pod | |
1442 | ____________________________________________________________________________ | |
1443 | [ 14413] By: jhi on 2002/01/25 14:05:49 | |
1444 | Log: Okay, you can come home now, _(). | |
1445 | Branch: perl | |
1446 | ! config_h.SH | |
1447 | ____________________________________________________________________________ | |
1448 | [ 14409] By: jhi on 2002/01/24 21:08:35 | |
1449 | Log: Subject: perldebguts minor tweaks | |
1450 | From: Joe McMahon <mcmahon@metalab.unc.edu> | |
1451 | Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST) | |
1452 | Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu> | |
1453 | Branch: perl | |
1454 | ! pod/perldebguts.pod | |
1455 | ____________________________________________________________________________ | |
1456 | [ 14408] By: jhi on 2002/01/24 20:58:15 | |
1457 | Log: Subject: [PATCH] perldebguts.pod [bleadperl] | |
1458 | From: Peter Scott <Peter@PSDT.com> | |
1459 | Date: Thu, 24 Jan 2002 08:51:34 -0800 | |
1460 | Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com> | |
1461 | Branch: perl | |
1462 | ! pod/perldebguts.pod | |
1463 | ____________________________________________________________________________ | |
1464 | [ 14407] By: jhi on 2002/01/24 20:55:34 | |
1465 | Log: Few more paranoia checks for Unicode hash keys. | |
1466 | Branch: perl | |
1467 | ! t/op/each.t | |
1468 | ____________________________________________________________________________ | |
1469 | [ 14406] By: jhi on 2002/01/24 18:03:02 | |
1470 | Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t | |
1471 | From: Andy Dougherty <doughera@lafayette.edu> | |
1472 | Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST) | |
1473 | Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu> | |
1474 | Branch: perl | |
1475 | ! t/op/stat.t | |
1476 | ____________________________________________________________________________ | |
1477 | [ 14405] By: jhi on 2002/01/24 15:44:31 | |
1478 | Log: The | |
1479 | ||
1480 | Subject: Very old debugger UTF-8 bug | |
1481 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1482 | Date: 24 Jan 2002 12:45:44 +0100 | |
1483 | Message-ID: <m3y9iot1jr.fsf@anima.de> | |
1484 | ||
1485 | still broken, but this should work as a stopgap | |
1486 | measure to stop pp_match accessing naughty data. | |
1487 | Branch: perl | |
1488 | ! pod/perldiag.pod pp_hot.c | |
1489 | ____________________________________________________________________________ | |
1490 | [ 14403] By: jhi on 2002/01/24 13:13:29 | |
1491 | Log: Pacify picky compilers (this time Sun Workshop). | |
1492 | Branch: perl | |
1493 | ! Configure | |
1494 | ____________________________________________________________________________ | |
1495 | [ 14402] By: jhi on 2002/01/24 12:45:02 | |
1496 | Log: Subject: Very old debugger UTF-8 bug | |
1497 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1498 | Date: 24 Jan 2002 12:45:44 +0100 | |
1499 | Message-ID: <m3y9iot1jr.fsf@anima.de> | |
1500 | Branch: perl | |
1501 | ! lib/dumpvar.pl | |
1502 | ____________________________________________________________________________ | |
1503 | [ 14400] By: jhi on 2002/01/24 02:49:05 | |
1504 | Log: Sprinkle some copyrights (use the oldest timestamp to | |
1505 | be found in the repository, which is most often not right, | |
1506 | but at least consistent) | |
1507 | Branch: perl | |
1508 | ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h | |
1509 | ! fakesdio.h fakethr.h global.sym globals.c keywords.h | |
1510 | ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl | |
1511 | ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h | |
1512 | ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h | |
1513 | ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c | |
1514 | ! unixish.h xsutils.c | |
1515 | ____________________________________________________________________________ | |
1516 | [ 14391] By: jhi on 2002/01/23 18:48:45 | |
1517 | Log: Copyright++. (Not all the toplevel *.h have one, it seems.) | |
1518 | Branch: perl | |
1519 | ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c | |
1520 | ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c | |
1521 | ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y | |
1522 | ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod | |
1523 | ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c | |
1524 | ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c | |
1525 | ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c | |
1526 | ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y | |
1527 | ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h | |
1528 | ! x2p/util.c x2p/util.h x2p/walk.c | |
1529 | ____________________________________________________________________________ | |
1530 | [ 14390] By: jhi on 2002/01/23 18:30:18 | |
1531 | Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and | |
1532 | therefore quite probably also obsolete code. | |
1533 | Branch: perl | |
1534 | ! sv.c | |
1535 | ____________________________________________________________________________ | |
1536 | [ 14389] By: jhi on 2002/01/23 15:09:38 | |
1537 | Log: Update Changes. | |
1538 | Branch: perl | |
1539 | ! Changes patchlevel.h | |
1540 | ____________________________________________________________________________ | |
6df78d39 JH |
1541 | [ 14388] By: jhi on 2002/01/23 15:04:06 |
1542 | Log: Small update on todo. Could use a lot more. | |
1543 | Branch: perl | |
1544 | ! pod/perltodo.pod | |
1545 | ____________________________________________________________________________ | |
1546 | [ 14386] By: jhi on 2002/01/23 14:19:01 | |
1547 | Log: Subject: [ID 20020121.003] perldata doco bug | |
1548 | From: John Stumbles <jstumbles@bluearc.com> | |
1549 | Date: Mon, 21 Jan 2002 14:19:56 -0000 | |
1550 | Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com> | |
1551 | Branch: perl | |
1552 | ! pod/perldata.pod | |
1553 | ____________________________________________________________________________ | |
1554 | [ 14385] By: jhi on 2002/01/23 14:17:52 | |
1555 | Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ? | |
1556 | From: Michael G Schwern <schwern@pobox.com> | |
1557 | Date: Mon, 21 Jan 2002 15:16:42 -0500 | |
1558 | Message-ID: <20020121201642.GA6659@blackrider> | |
1559 | Branch: perl | |
1560 | ! embed.fnc embed.h proto.h t/op/universal.t universal.c | |
1561 | ____________________________________________________________________________ | |
1562 | [ 14384] By: jhi on 2002/01/23 13:45:30 | |
1563 | Log: Subject: [PATCH] Re: eval not catching warnings? | |
1564 | From: abigail@foad.org | |
1565 | Date: Wed, 23 Jan 2002 15:35:47 +0100 | |
1566 | Message-ID: <20020123143547.24798.qmail@foad.org> | |
1567 | Branch: perl | |
1568 | ! pod/perlfunc.pod | |
1569 | ____________________________________________________________________________ | |
1570 | [ 14383] By: jhi on 2002/01/23 03:57:58 | |
1571 | Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED) | |
1572 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
1573 | Date: Tue, 22 Jan 2002 17:00:54 -0800 | |
1574 | Message-Id: <GtgT8gzkg+CG092yn@efn.org> | |
1575 | Branch: perl | |
1576 | ! t/run/fresh_perl.t | |
1577 | ____________________________________________________________________________ | |
1578 | [ 14381] By: jhi on 2002/01/23 03:47:05 | |
1579 | Log: HP-UX 10.20 cc pacifying from Merijn. | |
1580 | Branch: perl | |
1581 | ! Configure | |
1582 | ____________________________________________________________________________ | |
1583 | [ 14380] By: jhi on 2002/01/23 03:41:26 | |
1584 | Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369) | |
1585 | From: "Craig A. Berry" <craigberry@mac.com> | |
1586 | Date: Tue, 22 Jan 2002 22:14:26 -0600 | |
1587 | Message-Id: <a05101000b873de9cf801@[172.16.52.1]> | |
1588 | Branch: perl | |
1589 | ! vms/test.com | |
1590 | ____________________________________________________________________________ | |
1591 | [ 14379] By: jhi on 2002/01/23 03:11:31 | |
1592 | Log: AIX cpp bug: having macro arguments and character constants | |
1593 | "the same" means trouble (here s and 's') | |
1594 | What broke now was 841 and 842 of t/op/pat.t, because of the | |
1595 | ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0 | |
1596 | (note that breakage happened only under cc_r and usethreads+ | |
1597 | useithreads) | |
1598 | Branch: perl | |
1599 | ! utf8.h | |
1600 | ____________________________________________________________________________ | |
1601 | [ 14376] By: jhi on 2002/01/22 16:46:48 | |
1602 | Log: Subject: [PATCH] Support truncate() in VOS port | |
1603 | From: Paul_GreenVOS@vos.stratus.com | |
1604 | Date: Mon, 21 Jan 02 23:27 est | |
1605 | Message-Id: <200201220428.XAA15304@mailhub1.stratus.com> | |
1606 | Branch: perl | |
1607 | + vos/vos.c | |
1608 | ! MANIFEST hints/vos.sh vos/vosish.h | |
1609 | ____________________________________________________________________________ | |
1610 | [ 14374] By: jhi on 2002/01/22 16:36:41 | |
1611 | Log: Get rid of the _() macro since (1) we require ANSI anyway | |
aa13708d | 1612 | (2) Other software (GNU) seems to use it and we don't need it, |
6df78d39 JH |
1613 | so let's give it up. |
1614 | Branch: perl | |
1615 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1616 | ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c | |
1617 | ! plan9/config.plan9 pod/perltoc.pod uconfig.h | |
1618 | ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc | |
1619 | ! win32/config_H.gc win32/config_H.vc win32/config_H.win64 | |
1620 | ! wince/config.h wince/config_H.ce | |
1621 | ____________________________________________________________________________ | |
1622 | [ 14371] By: jhi on 2002/01/21 19:36:04 | |
1623 | Log: Subject: [BUG] /\_/ an unrecognized escape? | |
1624 | From: Michael G Schwern <schwern@pobox.com> | |
1625 | Date: Mon, 21 Jan 2002 15:22:54 -0500 | |
1626 | Message-ID: <20020121202254.GA6731@blackrider> | |
1627 | Branch: perl | |
1628 | ! t/lib/warnings/toke toke.c | |
1629 | ____________________________________________________________________________ | |
1630 | [ 14370] By: jhi on 2002/01/21 19:16:00 | |
1631 | Log: Undo the renaming of the Unicode data files; the simple | |
1632 | solution being not including the *.html files. This means | |
1633 | that in the future there is no need for any renamings | |
1634 | (well, assuming that the Consortium doesn't cause any), | |
1635 | and the files are named like they are in the Consortium | |
1636 | website, thus alleviating confusion. | |
1637 | Branch: perl | |
1638 | + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt | |
1639 | + lib/unicore/CaseFolding.txt | |
1640 | + lib/unicore/CompositionExclusions.txt | |
1641 | + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt | |
1642 | + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt | |
1643 | - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt | |
1644 | - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt | |
1645 | - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt | |
1646 | - lib/unicore/NamesList.html lib/unicore/PropList.html | |
1647 | - lib/unicore/SpecCase.txt lib/unicore/UCD.html | |
1648 | - lib/unicore/Unicode.html lib/unicore/Unicode.txt | |
1649 | - lib/unicore/rename | |
1650 | ! (edit 285 files) | |
1651 | ____________________________________________________________________________ | |
1652 | [ 14369] By: jhi on 2002/01/21 15:10:59 | |
1653 | Log: Update Changes. | |
1654 | Branch: perl | |
1655 | ! Changes patchlevel.h | |
1656 | ____________________________________________________________________________ | |
1faa7c87 JH |
1657 | [ 14368] By: jhi on 2002/01/21 14:56:42 |
1658 | Log: Subject: RE: BCC for Win32 is unhappy @14331 | |
1659 | From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com> | |
1660 | Date: Mon, 21 Jan 2002 09:48:40 +0300 | |
1661 | Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com> | |
1662 | ||
1663 | (using IV instead of int) | |
1664 | Branch: perl | |
1665 | ! hv.h | |
1666 | ____________________________________________________________________________ | |
1667 | [ 14367] By: jhi on 2002/01/21 14:29:05 | |
1668 | Log: path_is_absolute() needs a prototype (and maybe | |
1669 | a better name, but that's another story). | |
1670 | Branch: perl | |
1671 | ! embed.fnc embed.h pp_ctl.c proto.h | |
1672 | ____________________________________________________________________________ | |
1673 | [ 14366] By: jhi on 2002/01/21 14:07:35 | |
1674 | Log: Subject: Re: coderefs in @INC | |
1675 | From: Chris Nandor <pudge@pobox.com> | |
1676 | Date: Thu, 17 Jan 2002 11:26:02 -0500 | |
1677 | Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]> | |
1678 | Branch: perl | |
1679 | ! pp_ctl.c | |
1680 | ____________________________________________________________________________ | |
1681 | [ 14365] By: jhi on 2002/01/21 14:06:11 | |
1682 | Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics | |
1683 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1684 | Date: Sun, 20 Jan 2002 22:53:56 +0100 | |
1685 | Message-ID: <20020120225356.A12093@rafael> | |
1686 | Branch: perl | |
1687 | ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use | |
1688 | ! t/lib/warnings/9enabled warnings.h warnings.pl | |
1689 | ____________________________________________________________________________ | |
1690 | [ 14364] By: jhi on 2002/01/21 03:53:08 | |
1691 | Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS | |
1692 | From: "Craig A. Berry" <craigberry@mac.com> | |
1693 | Date: Sun, 20 Jan 2002 22:49:42 -0600 | |
1694 | Message-Id: <a05101004b8714273d60c@[172.16.52.1]> | |
1695 | Branch: perl | |
1696 | ! lib/ExtUtils/MakeMaker.pm | |
1697 | ____________________________________________________________________________ | |
1698 | [ 14360] By: jhi on 2002/01/20 17:11:12 | |
1699 | Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes | |
1700 | From: Paul_GreenVOS@vos.stratus.com | |
1701 | Date: Sat, 19 Jan 02 17:17 est | |
1702 | Message-Id: <200201192218.RAA07911@mailhub1.stratus.com> | |
1703 | ||
1704 | Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests | |
1705 | From: Paul_GreenVOS@vos.stratus.com | |
1706 | Date: Sat, 19 Jan 02 17:19 est | |
1707 | Message-Id: <200201192218.RAA12331@mailhub2.stratus.com> | |
1708 | Branch: perl | |
1709 | ! lib/ExtUtils/t/Command.t | |
1710 | ____________________________________________________________________________ | |
1711 | [ 14359] By: jhi on 2002/01/20 17:09:40 | |
1712 | Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix | |
1713 | From: Paul_GreenVOS@vos.stratus.com | |
1714 | Date: Sat, 19 Jan 02 14:30 est | |
1715 | Message-Id: <200201191932.OAA05601@mailhub1.stratus.com> | |
1716 | Branch: perl | |
1717 | ! lib/AnyDBM_File.t | |
1718 | ____________________________________________________________________________ | |
1719 | [ 14358] By: jhi on 2002/01/20 17:01:38 | |
1720 | Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch | |
1721 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1722 | Date: Sun, 20 Jan 2002 13:51:36 +0100 | |
1723 | Message-ID: <20020120135136.A710@rafael> | |
1724 | Branch: perl | |
1725 | ! ext/File/Glob/t/basic.t | |
1726 | ____________________________________________________________________________ | |
1727 | [ 14354] By: jhi on 2002/01/20 06:35:54 | |
1728 | Log: Make also hex() and oct() to croak if their arguments | |
1729 | cannot be downgraded (that is, if they contain wide | |
1730 | characters), just like crypt() does (and use the croak | |
1731 | feature of sv_utf8_downgrade()). | |
1732 | Branch: perl | |
1733 | ! pp.c t/op/oct.t | |
1734 | ____________________________________________________________________________ | |
1735 | [ 14351] By: jhi on 2002/01/19 21:06:58 | |
1736 | Log: Regen toc. | |
1737 | Branch: perl | |
1738 | ! pod/perltoc.pod | |
1739 | ____________________________________________________________________________ | |
1740 | [ 14350] By: jhi on 2002/01/19 21:03:07 | |
1741 | Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names | |
1742 | From: David Dyck <dcd@tc.fluke.com> | |
1743 | Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) | |
1744 | Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com> | |
1745 | Branch: perl | |
1746 | ! pod/perl5004delta.pod pod/perl5005delta.pod | |
1747 | ! pod/perl561delta.pod pod/perl56delta.pod | |
1748 | ____________________________________________________________________________ | |
1749 | [ 14349] By: jhi on 2002/01/19 20:07:17 | |
1750 | Log: FAQ sync. | |
1751 | Branch: perl | |
1752 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
1753 | ____________________________________________________________________________ | |
1754 | [ 14348] By: jhi on 2002/01/19 17:58:34 | |
1755 | Log: Subject: [PATCH lib/Pod/t/Usage.t] | |
1756 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1757 | Date: Sat, 19 Jan 2002 19:57:57 +0100 | |
1758 | Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com> | |
1759 | Branch: perl | |
1760 | + lib/Pod/t/Usage.t | |
1761 | ! MANIFEST | |
1762 | ____________________________________________________________________________ | |
1763 | [ 14347] By: jhi on 2002/01/19 17:57:08 | |
1764 | Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix | |
1765 | From: Paul_GreenVOS@vos.stratus.com | |
1766 | Date: Sat, 19 Jan 02 13:15 est | |
1767 | Message-Id: <200201191814.NAA09367@mailhub2.stratus.com> | |
1768 | Branch: perl | |
1769 | ! ext/SDBM_File/sdbm.t | |
1770 | ____________________________________________________________________________ | |
1771 | [ 14346] By: jhi on 2002/01/19 17:55:55 | |
1772 | Log: Integrate perlio; Split out core of sv_magic() into sv_magicext(). | |
1773 | Branch: perl | |
1774 | !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h | |
1775 | !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c | |
1776 | ____________________________________________________________________________ | |
1777 | [ 14345] By: gbarr on 2002/01/19 16:51:23 | |
1778 | Log: Alternative Time::Local algorithm that uses matematical formula | |
1779 | for timegm instead of progressive guessing | |
1780 | Branch: perl | |
1781 | ! lib/Time/Local.pm | |
1782 | ____________________________________________________________________________ | |
1783 | [ 14344] By: jhi on 2002/01/19 16:11:09 | |
1784 | Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch | |
1785 | From: Paul_GreenVOS@vos.stratus.com | |
1786 | Date: Sat, 19 Jan 02 11:20 est | |
1787 | Message-Id: <200201191619.LAA07751@mailhub2.stratus.com> | |
1788 | Branch: perl | |
1789 | ! ext/File/Glob/t/basic.t | |
1790 | ____________________________________________________________________________ | |
1791 | [ 14343] By: jhi on 2002/01/19 16:09:52 | |
1792 | Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS | |
1793 | From: Paul_GreenVOS@vos.stratus.com | |
1794 | Date: Fri, 18 Jan 02 22:56 est | |
1795 | Message-Id: <200201190400.XAA16899@mailhub1.stratus.com> | |
1796 | Branch: perl | |
1797 | ! ext/Cwd/t/cwd.t | |
1798 | ____________________________________________________________________________ | |
1799 | [ 14342] By: jhi on 2002/01/19 16:08:19 | |
1800 | Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check | |
1801 | From: Paul_GreenVOS@vos.stratus.com | |
1802 | Date: Fri, 18 Jan 02 22:48 est | |
1803 | Message-Id: <200201190349.WAA28294@mailhub2.stratus.com> | |
1804 | Branch: perl | |
1805 | ! lib/Time/Local.t | |
1806 | ____________________________________________________________________________ | |
1807 | [ 14341] By: jhi on 2002/01/19 16:06:56 | |
1808 | Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way | |
1809 | From: Paul_GreenVOS@vos.stratus.com | |
1810 | Date: Fri, 18 Jan 02 16:22 est | |
1811 | Message-Id: <200201182125.QAA08563@mailhub1.stratus.com> | |
1812 | Branch: perl | |
1813 | ! ext/Devel/DProf/DProf.t | |
1814 | ____________________________________________________________________________ | |
1815 | [ 14340] By: jhi on 2002/01/19 03:00:26 | |
1816 | Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext | |
1817 | From: Tels <perl_dummy@bloodgate.com> | |
1818 | Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) | |
1819 | Message-Id: <200201182106.XAA19133@taku.hut.fi> | |
1820 | Branch: perl | |
1821 | ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t | |
1822 | ____________________________________________________________________________ | |
1823 | [ 14339] By: jhi on 2002/01/19 02:56:26 | |
1824 | Log: Don't do socketpair udp unless you've got all what it takes. | |
1825 | Branch: perl | |
1826 | ! util.c | |
1827 | ____________________________________________________________________________ | |
1828 | [ 14338] By: jhi on 2002/01/19 02:51:34 | |
1829 | Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy | |
1830 | From: Tels <perl_dummy@bloodgate.com> | |
1831 | Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) | |
1832 | Message-Id: <200201182206.AAA15310@taku.hut.fi> | |
1833 | Branch: perl | |
1834 | ! lib/ExtUtils/MM_BeOS.pm | |
1835 | ____________________________________________________________________________ | |
1836 | [ 14336] By: jhi on 2002/01/19 02:47:50 | |
1837 | Log: Avoid bare "set", and kiss .uucp goodbye. | |
1838 | Branch: perl | |
1839 | ! Configure | |
1840 | ____________________________________________________________________________ | |
1841 | [ 14334] By: jhi on 2002/01/18 21:16:08 | |
1842 | Log: Retract #14327 for now, going to the limit seems | |
1843 | to be too much for many platforms. | |
1844 | Branch: perl | |
1845 | ! lib/Time/Local.t | |
1846 | ____________________________________________________________________________ | |
1847 | [ 14331] By: jhi on 2002/01/18 16:09:38 | |
1848 | Log: Update Changes. | |
1849 | Branch: perl | |
1850 | ! Changes patchlevel.h | |
1851 | ____________________________________________________________________________ | |
35e19d63 JH |
1852 | [ 14330] By: jhi on 2002/01/18 15:07:49 |
1853 | Log: Try to make the connect/read/write timeouting. | |
1854 | Branch: perl | |
1855 | ! ext/Socket/Socket.t | |
1856 | ____________________________________________________________________________ | |
1857 | [ 14329] By: jhi on 2002/01/18 14:49:49 | |
1858 | Log: Netware Makefile tweak from Ananth Kesari. | |
1859 | Branch: perl | |
1860 | ! NetWare/Makefile | |
1861 | ____________________________________________________________________________ | |
1862 | [ 14328] By: jhi on 2002/01/18 14:37:02 | |
1863 | Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation | |
1864 | From: Michael G Schwern <schwern@pobox.com> | |
1865 | Date: Fri, 18 Jan 2002 03:10:27 -0500 | |
1866 | Message-ID: <20020118081027.GE7226@blackrider> | |
1867 | Branch: perl | |
1868 | ! lib/File/Find.pm | |
1869 | ____________________________________________________________________________ | |
1870 | [ 14327] By: jhi on 2002/01/18 14:33:19 | |
aa13708d JH |
1871 | Log: (retracted by #14334) |
1872 | ||
1873 | Subject: [PATCH] Improving lib/Time/Local.t | |
35e19d63 JH |
1874 | From: Paul_GreenVOS@vos.stratus.com |
1875 | Date: Thu, 17 Jan 02 22:36 est | |
1876 | Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> | |
1877 | Branch: perl | |
1878 | ! lib/Time/Local.t | |
1879 | ____________________________________________________________________________ | |
1880 | [ 14326] By: jhi on 2002/01/18 14:32:08 | |
1881 | Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 | |
1882 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1883 | Date: Fri, 18 Jan 2002 13:18:47 +0100 | |
1884 | Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> | |
1885 | Branch: perl | |
1886 | ! lib/ExtUtils/t/MM_Win32.t | |
1887 | ____________________________________________________________________________ | |
1888 | [ 14325] By: jhi on 2002/01/18 14:30:49 | |
1889 | Log: Subject: [PATCH] Syncing with bleadperl | |
1890 | From: Michael G Schwern <schwern@pobox.com> | |
1891 | Date: Fri, 18 Jan 2002 03:04:33 -0500 | |
1892 | Message-ID: <20020118080432.GC7226@blackrider> | |
1893 | Branch: perl | |
1894 | + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm | |
1895 | - lib/ExtUtils/inst | |
1896 | ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm | |
1897 | ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm | |
1898 | ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm | |
1899 | ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t | |
1900 | ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t | |
1901 | ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t | |
1902 | ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t | |
1903 | ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t | |
1904 | ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t | |
1905 | ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t | |
1906 | ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t | |
1907 | ! lib/ExtUtils/testlib.pm | |
1908 | ____________________________________________________________________________ | |
1909 | [ 14324] By: jhi on 2002/01/18 13:40:56 | |
1910 | Log: Detypo. | |
1911 | Branch: perl | |
1912 | ! AUTHORS | |
1913 | ____________________________________________________________________________ | |
1914 | [ 14323] By: jhi on 2002/01/18 00:35:24 | |
1915 | Log: Subject: [PATCH] MM check_hints test | |
1916 | From: Michael G Schwern <schwern@pobox.com> | |
1917 | Date: Thu, 17 Jan 2002 20:25:57 -0500 | |
1918 | Message-ID: <20020118012557.GE32762@blackrider> | |
1919 | Branch: perl | |
1920 | + lib/ExtUtils/t/hints.t | |
1921 | ! MANIFEST | |
1922 | ____________________________________________________________________________ | |
1923 | [ 14322] By: jhi on 2002/01/18 00:21:11 | |
1924 | Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ? | |
1925 | From: Michael G Schwern <schwern@pobox.com> | |
1926 | Date: Thu, 17 Jan 2002 20:12:20 -0500 | |
1927 | Message-ID: <20020118011220.GC32762@blackrider> | |
1928 | ||
1929 | (#14317 replaced with this) | |
1930 | Branch: perl | |
1931 | ! lib/ExtUtils/MakeMaker.pm | |
1932 | ____________________________________________________________________________ | |
1933 | [ 14321] By: jhi on 2002/01/17 22:51:55 | |
1934 | Log: Subject: [PATCH perldiag] overload.pm warnings | |
1935 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1936 | Date: Thu, 17 Jan 2002 23:53:49 +0100 | |
1937 | Message-ID: <20020117235349.A14530@rafael> | |
1938 | Branch: perl | |
1939 | ! pod/perldiag.pod | |
1940 | ____________________________________________________________________________ | |
1941 | [ 14320] By: jhi on 2002/01/17 22:49:36 | |
1942 | Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation | |
1943 | From: Michael G Schwern <schwern@pobox.com> | |
1944 | Date: Thu, 17 Jan 2002 16:35:47 -0500 | |
1945 | Message-ID: <20020117213546.GD23830@blackrider> | |
1946 | Branch: perl | |
1947 | ! lib/File/Find.pm | |
1948 | ____________________________________________________________________________ | |
1949 | [ 14319] By: jhi on 2002/01/17 22:43:12 | |
1950 | Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE | |
1951 | From: chromatic <chromatic@rmci.net> | |
1952 | Date: Thu, 17 Jan 2002 13:04:22 -0700 | |
1953 | Message-ID: <20020117200557.98720.qmail@onion.perl.org> | |
1954 | Branch: perl | |
1955 | ! pod/perltodo.pod | |
1956 | ____________________________________________________________________________ | |
1957 | [ 14318] By: jhi on 2002/01/17 22:42:12 | |
1958 | Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version) | |
1959 | From: chromatic <chromatic@rmci.net> | |
1960 | Date: Thu, 17 Jan 2002 12:59:04 -0700 | |
1961 | Message-ID: <20020117200039.96481.qmail@onion.perl.org> | |
1962 | Branch: perl | |
1963 | ! lib/ExtUtils/t/Mkbootstrap.t | |
1964 | ____________________________________________________________________________ | |
1965 | [ 14317] By: jhi on 2002/01/17 22:39:48 | |
1966 | Log: (replaced by #14322) | |
1967 | The #14300 broke hints file handling. | |
1968 | Branch: perl | |
1969 | ! lib/ExtUtils/MakeMaker.pm | |
1970 | ____________________________________________________________________________ | |
1971 | [ 14315] By: jhi on 2002/01/17 22:13:44 | |
1972 | Log: Subject: [PATCH] long doubles | |
1973 | From: Nicholas Clark <nick@unfortu.net> | |
1974 | Date: Thu, 17 Jan 2002 17:06:28 +0000 | |
1975 | Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net> | |
1976 | Branch: perl | |
1977 | ! Configure | |
1978 | ____________________________________________________________________________ | |
1979 | [ 14313] By: jhi on 2002/01/17 21:51:05 | |
1980 | Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U) | |
1981 | From: Andy Dougherty <doughera@lafayette.edu> | |
1982 | Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST) | |
1983 | Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu> | |
1984 | Branch: perl | |
1985 | ! Configure | |
1986 | ____________________________________________________________________________ | |
1987 | [ 14311] By: sky on 2002/01/17 21:01:00 | |
1988 | Log: Simplify the code that duplicates the threads | |
1989 | init function and the parameters to the thread by using sv_dup. | |
1990 | Note,what happens if you pass a shared variable as a parameter? | |
1991 | Branch: perl | |
1992 | ! ext/threads/threads.xs | |
1993 | ____________________________________________________________________________ | |
1994 | [ 14310] By: jhi on 2002/01/17 15:23:56 | |
1995 | Log: Update Changes. | |
1996 | Branch: perl | |
1997 | ! Changes patchlevel.h | |
1998 | ____________________________________________________________________________ | |
c53d082d JH |
1999 | [ 14309] By: jhi on 2002/01/17 14:39:20 |
2000 | Log: Rename kill_perl to fresh_perl; replace fresh_perl() | |
2001 | with fresh_perl_is() and fresh_perl_like(). | |
2002 | Branch: perl | |
2003 | + t/run/fresh_perl.t | |
2004 | - t/run/kill_perl.t | |
2005 | ! MANIFEST t/test.pl | |
2006 | ____________________________________________________________________________ | |
2007 | [ 14308] By: jhi on 2002/01/17 14:06:46 | |
2008 | Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize | |
2009 | From: Benjamin Goldberg <goldbb2@earthlink.net> | |
2010 | Date: Wed, 09 Jan 2002 21:03:16 -0500 | |
2011 | Message-ID: <3C3CF664.A2BF3AC2@earthlink.net> | |
2012 | Branch: perl | |
2013 | ! ext/Unicode/Normalize/Normalize.pm | |
2014 | ____________________________________________________________________________ | |
2015 | [ 14307] By: jhi on 2002/01/17 14:04:06 | |
2016 | Log: Retract #14144 as Hugo isn't happy with it. | |
2017 | Branch: perl | |
2018 | ! scope.c t/run/kill_perl.t | |
2019 | ____________________________________________________________________________ | |
2020 | [ 14306] By: jhi on 2002/01/17 13:57:53 | |
2021 | Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus | |
2022 | From: Richard Clamp <richardc@unixbeard.net> | |
2023 | Date: Wed, 16 Jan 2002 17:34:31 +0000 | |
2024 | Message-ID: <20020116173431.GA28924@mirth.demon.co.uk> | |
2025 | Branch: perl | |
2026 | ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t | |
2027 | ____________________________________________________________________________ | |
2028 | [ 14305] By: jhi on 2002/01/17 13:32:56 | |
2029 | Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c | |
2030 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
2031 | Date: Tue, 15 Jan 2002 21:23:30 +0100 | |
2032 | Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu> | |
2033 | Branch: perl | |
2034 | ! ext/Opcode/Opcode.xs | |
2035 | ____________________________________________________________________________ | |
2036 | [ 14304] By: jhi on 2002/01/16 16:55:52 | |
2037 | Log: Subject: [PATCH] Fix crypt.t and fs.t tests | |
2038 | From: Paul_GreenVOS@vos.stratus.com | |
2039 | Date: Wed, 16 Jan 02 6:42 est | |
2040 | Message-Id: <200201161143.GAA02292@mailhub1.stratus.com> | |
2041 | Branch: perl | |
2042 | ! t/io/fs.t t/op/crypt.t | |
2043 | ____________________________________________________________________________ | |
2044 | [ 14303] By: jhi on 2002/01/16 14:55:57 | |
2045 | Log: Subject: Re: [PATCH] length of undefined $(digit) should warn | |
2046 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2047 | Date: Wed, 16 Jan 2002 13:43:39 +0100 | |
2048 | Message-ID: <20020116134339.A704@rafael> | |
2049 | ||
2050 | (replaces #14302) | |
2051 | Branch: perl | |
2052 | ! mg.c t/lib/warnings/mg | |
2053 | ____________________________________________________________________________ | |
2054 | [ 14302] By: jhi on 2002/01/16 13:47:58 | |
2055 | Log: (replaced by #14303) | |
2056 | Subject: [PATCH] length of undefined $(digit) should warn | |
2057 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2058 | Date: Tue, 15 Jan 2002 23:02:44 +0100 | |
2059 | Message-ID: <20020115230244.A31786@rafael> | |
2060 | Branch: perl | |
2061 | ! mg.c t/lib/warnings/mg | |
2062 | ____________________________________________________________________________ | |
2063 | [ 14301] By: jhi on 2002/01/16 13:45:20 | |
2064 | Log: The non-MakeMaker.pm parts of | |
2065 | ||
2066 | Subject: [PATCH] Re: MM_Beos.pm? | |
2067 | From: Tels <perl_dummy@bloodgate.com> | |
2068 | Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET) | |
2069 | Message-Id: <200201142006.WAA29544@taas.iki.fi> | |
2070 | Branch: perl | |
2071 | ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm | |
2072 | ! lib/ExtUtils/t/MM_Unix.t | |
2073 | ____________________________________________________________________________ | |
2074 | [ 14300] By: jhi on 2002/01/16 13:40:53 | |
2075 | Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3 | |
2076 | From: Michael G Schwern <schwern@pobox.com> | |
2077 | Date: Tue, 15 Jan 2002 20:07:50 -0500 | |
2078 | Message-ID: <20020116010750.GH625@blackrider> | |
2079 | Branch: perl | |
2080 | ! lib/ExtUtils/MakeMaker.pm | |
2081 | ____________________________________________________________________________ | |
2082 | [ 14299] By: jhi on 2002/01/16 13:37:41 | |
2083 | Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup | |
2084 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2085 | Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST) | |
2086 | Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com> | |
2087 | Branch: perl | |
2088 | ! lib/Text/Tabs.pm | |
2089 | ____________________________________________________________________________ | |
2090 | [ 14298] By: jhi on 2002/01/16 13:34:29 | |
2091 | Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm | |
2092 | From: "Green, Paul" <Paul.Green@stratus.com> | |
2093 | Date: Tue, 15 Jan 2002 22:28:10 -0500 | |
2094 | Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com> | |
2095 | Branch: perl | |
2096 | ! lib/ExtUtils/MM_Unix.pm | |
2097 | ____________________________________________________________________________ | |
2098 | [ 14297] By: jhi on 2002/01/16 13:21:26 | |
2099 | Log: Integrate perlio; offsetof() is in <stddef.h> | |
2100 | Branch: perl | |
2101 | !> ext/Socket/Socket.xs | |
2102 | ____________________________________________________________________________ | |
2103 | [ 14294] By: jhi on 2002/01/16 05:37:29 | |
2104 | Log: Jeffrey's Unicode adventure continues: unify the In/*.pl | |
2105 | and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce | |
2106 | Canonical.pl and Exact.pl. | |
2107 | Branch: perl | |
2108 | + (add 259 files) | |
2109 | - (delete 288 files) | |
2110 | ! MANIFEST lib/unicore/Makefile lib/unicore/Properties | |
2111 | ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl | |
2112 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
2113 | ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl | |
2114 | ____________________________________________________________________________ | |
2115 | [ 14293] By: jhi on 2002/01/16 00:32:27 | |
2116 | Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas. | |
2117 | Branch: perl | |
2118 | ! ext/Socket/Socket.xs | |
2119 | ____________________________________________________________________________ | |
2120 | [ 14292] By: jhi on 2002/01/15 20:06:49 | |
2121 | Log: Subject: [PATCH] Add Slab_Free to embed.fnc | |
2122 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2123 | Date: Tue, 15 Jan 2002 21:59:19 +0100 | |
2124 | Message-ID: <3C44A637.16602.25EB208@localhost> | |
2125 | Branch: perl | |
2126 | ! embed.fnc embed.h proto.h | |
2127 | ____________________________________________________________________________ | |
2128 | [ 14291] By: jhi on 2002/01/15 20:00:02 | |
2129 | Log: Duh. The updated In/*.pl weren't checked in. | |
2130 | Branch: perl | |
2131 | ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl | |
2132 | ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl | |
2133 | ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl | |
2134 | ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl | |
2135 | ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl | |
2136 | ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl | |
2137 | ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl | |
2138 | ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl | |
2139 | ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl | |
2140 | ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl | |
2141 | ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl | |
2142 | ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl | |
2143 | ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl | |
2144 | ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl | |
2145 | ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl | |
2146 | ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl | |
2147 | ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl | |
2148 | ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl | |
2149 | ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl | |
2150 | ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl | |
2151 | ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl | |
2152 | ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl | |
2153 | ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl | |
2154 | ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl | |
2155 | ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl | |
2156 | ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl | |
2157 | ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl | |
2158 | ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl | |
2159 | ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl | |
2160 | ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl | |
2161 | ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl | |
2162 | ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl | |
2163 | ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl | |
2164 | ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl | |
2165 | ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl | |
2166 | ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl | |
2167 | ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl | |
2168 | ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl | |
2169 | ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl | |
2170 | ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl | |
2171 | ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl | |
2172 | ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl | |
2173 | ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl | |
2174 | ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl | |
2175 | ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl | |
2176 | ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl | |
2177 | ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl | |
2178 | ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl | |
2179 | ____________________________________________________________________________ | |
2180 | [ 14290] By: jhi on 2002/01/15 18:39:54 | |
2181 | Log: Update Changes. | |
2182 | Branch: perl | |
2183 | ! Changes patchlevel.h | |
2184 | ____________________________________________________________________________ | |
c59301f6 JH |
2185 | [ 14289] By: jhi on 2002/01/15 18:38:03 |
2186 | Log: Jeffrey is trying very hard to avoid working on his | |
2187 | book, it would seem :-) (better naming, better comments | |
2188 | in the files) | |
2189 | Branch: perl | |
2190 | + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl | |
2191 | + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl | |
2192 | + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl | |
2193 | + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties | |
2194 | - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl | |
2195 | - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl | |
2196 | - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl | |
2197 | - lib/unicore/Is/IDStart.pl | |
2198 | ! (edit 200 files) | |
2199 | ____________________________________________________________________________ | |
2200 | [ 14287] By: jhi on 2002/01/15 17:55:54 | |
2201 | Log: Some protection against spaces in directory names. | |
2202 | (Tru64 still has some makedepend problems in such | |
2203 | cases but that looks like Tru64's problem.) | |
2204 | Branch: perl | |
2205 | ! Configure Makefile.SH | |
2206 | ____________________________________________________________________________ | |
2207 | [ 14286] By: jhi on 2002/01/15 17:13:28 | |
2208 | Log: Should have been in #14285 but I have sausages for fingers. | |
2209 | Branch: perl | |
2210 | + lib/ExtUtils/MM_BeOS.pm | |
2211 | ____________________________________________________________________________ | |
2212 | [ 14285] By: jhi on 2002/01/15 17:12:59 | |
2213 | Log: MM_BeOS from Tels. | |
2214 | Branch: perl | |
2215 | + lib/ExtUtils/t/MM_BeOS.t | |
2216 | ! MANIFEST | |
2217 | ____________________________________________________________________________ | |
2218 | [ 14284] By: jhi on 2002/01/15 15:55:53 | |
2219 | Log: Integrate perlio; | |
2220 | ||
2221 | (reintroduce #14251) Slab allocator for ops | |
2222 | - moved the statics to intrpvar.h | |
2223 | - implemented Slab_Free() | |
2224 | - uses PerlMemShared (for now) if distinction exists. | |
2225 | ||
2226 | Slab allocator submit after resolve -ay to keep it! | |
2227 | ||
2228 | Hand merge of non slab allocator stuff | |
2229 | ||
2230 | const-ness fix in savepv's passing of NULL | |
2231 | ||
2232 | Typo in #else branch of PL_SLAB_ALLOC | |
2233 | ||
2234 | Integrate rest of mainline | |
2235 | ||
2236 | Regen embed enable slab for PERL_IMPLICIT_SYS | |
2237 | ||
2238 | Correct name of PL_OP_SLAB_ALLOC | |
2239 | ||
2240 | Correct slab allocator for case where sizeof(IV) > sizeof(IV *) | |
2241 | e.g. -Duse64bitint on a 32-bit platform. | |
2242 | Now uses I32 for use-count and is more careful with its casts. | |
2243 | Branch: perl | |
2244 | !> (integrate 28 files) | |
2245 | ____________________________________________________________________________ | |
2246 | [ 14279] By: jhi on 2002/01/15 14:43:04 | |
2247 | Log: Subject: [PATCH] Socket::sockaddr_family | |
2248 | From: Gisle Aas <gisle@ActiveState.com> | |
2249 | Date: 15 Jan 2002 06:35:28 -0800 | |
2250 | Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com> | |
2251 | Branch: perl | |
2252 | ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs | |
2253 | ____________________________________________________________________________ | |
2254 | [ 14278] By: jhi on 2002/01/15 14:37:34 | |
2255 | Log: Subject: [PATCH perldiag] Style issue | |
2256 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2257 | Date: Tue, 15 Jan 2002 15:36:30 +0100 | |
2258 | Message-ID: <20020115153630.A11568@rafael> | |
2259 | Branch: perl | |
2260 | ! pod/perldiag.pod | |
2261 | ____________________________________________________________________________ | |
2262 | [ 14276] By: jhi on 2002/01/15 14:22:38 | |
2263 | Log: NetWare tweak from Ananth Kesari. | |
2264 | Branch: perl | |
2265 | ! lib/ExtUtils/MakeMaker.pm | |
2266 | ____________________________________________________________________________ | |
2267 | [ 14275] By: jhi on 2002/01/15 14:19:43 | |
2268 | Log: Throwback. | |
2269 | Branch: perl | |
2270 | ! MANIFEST | |
2271 | ____________________________________________________________________________ | |
2272 | [ 14274] By: jhi on 2002/01/15 14:16:28 | |
2273 | Log: A couple of additional character classes from Jeffrey, | |
2274 | hopefully useful in future for internal use for implementing | |
2275 | some special cases of casing. | |
2276 | ||
2277 | Also regenerate once more all the character classes, | |
2278 | now without the timestamp. A timestamp would be kind of | |
2279 | nice but it's not: having a timestamp in a file means that | |
2280 | even if the effective contents of file really didn't | |
2281 | change, the file looks as if it changed. | |
2282 | Branch: perl | |
2283 | + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl | |
2284 | + lib/unicore/Is/CombAbov.pl | |
2285 | ! (edit 304 files) | |
2286 | ____________________________________________________________________________ | |
2287 | [ 14273] By: jhi on 2002/01/15 13:53:01 | |
2288 | Log: Make the test harder. | |
2289 | Branch: perl | |
2290 | ! t/op/pat.t | |
2291 | ____________________________________________________________________________ | |
2292 | [ 14272] By: jhi on 2002/01/15 13:51:11 | |
2293 | Log: Additional utf8_heavy.pl tweak from Jeffrey. | |
2294 | Branch: perl | |
2295 | ! lib/utf8_heavy.pl | |
2296 | ____________________________________________________________________________ | |
2297 | [ 14264] By: jhi on 2002/01/15 04:19:11 | |
2298 | Log: Pod nits. | |
2299 | Branch: perl | |
2300 | ! lib/Unicode/UCD.pm pod/perlunicode.pod | |
2301 | ____________________________________________________________________________ | |
2302 | [ 14263] By: jhi on 2002/01/15 02:14:29 | |
2303 | Log: The Unicode categories doc patch to go with #14254, | |
2304 | from Jeffrey. | |
2305 | Branch: perl | |
2306 | ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod | |
2307 | ____________________________________________________________________________ | |
2308 | [ 14262] By: jhi on 2002/01/15 01:30:09 | |
2309 | Log: There isn't going to be perl.third.exe. | |
2310 | Branch: perl | |
2311 | ! Makefile.SH | |
2312 | ____________________________________________________________________________ | |
2313 | [ 14261] By: jhi on 2002/01/15 01:25:11 | |
2314 | Log: Subject: [PATCH] small coredump correction | |
2315 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2316 | Date: Tue, 15 Jan 2002 00:22:52 +0100 | |
2317 | Message-ID: <20020115002252.I691@rafael> | |
2318 | Branch: perl | |
2319 | ! op.c | |
2320 | ____________________________________________________________________________ | |
2321 | [ 14260] By: jhi on 2002/01/15 01:23:53 | |
2322 | Log: Subject: [PATCH] Overriding readline() should also override <FH> | |
2323 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2324 | Date: Mon, 14 Jan 2002 23:03:04 +0100 | |
2325 | Message-ID: <20020114230304.A691@rafael> | |
2326 | ||
2327 | Subject: Re: [PATCH] Overriding readline() should also override <FH> | |
2328 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2329 | Date: Mon, 14 Jan 2002 23:18:43 +0100 | |
2330 | Message-ID: <20020114231843.E691@rafael> | |
2331 | Branch: perl | |
2332 | ! pod/perlsub.pod t/op/override.t toke.c | |
2333 | ____________________________________________________________________________ | |
2334 | [ 14256] By: jhi on 2002/01/14 14:42:12 | |
2335 | Log: Update Changes. | |
2336 | Branch: perl | |
2337 | ! Changes patchlevel.h | |
2338 | ____________________________________________________________________________ | |
9ce38ebc JH |
2339 | [ 14255] By: jhi on 2002/01/14 14:04:24 |
2340 | Log: Retract #14251 (the op slab allocator from perlio) | |
2341 | until we figure out why 2.2.19 x86 debian gets | |
2342 | a circular sibling chain and therefore hangs in | |
2343 | the Perl_ck_subr() sibling for-loop. | |
2344 | Branch: perl | |
2345 | ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h | |
2346 | ! perlapi.c perlapi.h proto.h | |
2347 | ____________________________________________________________________________ | |
2348 | [ 14254] By: jhi on 2002/01/14 13:25:07 | |
2349 | Log: Big mktables rewrite from Jeffrey; | |
2350 | documentation not yet updated. | |
2351 | Branch: perl | |
2352 | + (add 171 files) | |
2353 | - (delete 182 files) | |
2354 | ! (edit 135 files) | |
2355 | ____________________________________________________________________________ | |
2356 | [ 14253] By: ams on 2002/01/14 03:15:05 | |
2357 | Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH} | |
2358 | From: Michael G Schwern <schwern@pobox.com> | |
2359 | Date: Sun, 13 Jan 2002 21:00:07 -0500 | |
2360 | Message-Id: <20020114020007.GB2877@blackrider> | |
2361 | Branch: perl | |
2362 | ! lib/Cwd.pm | |
2363 | ____________________________________________________________________________ | |
2364 | [ 14252] By: jhi on 2002/01/14 00:27:41 | |
2365 | Log: Subject: Re: Win32 status - progress ! | |
2366 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
2367 | Date: Mon, 14 Jan 2002 02:29:51 +0100 | |
2368 | Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com> | |
2369 | Branch: perl | |
2370 | ! lib/ExtUtils/t/MM_Win32.t | |
2371 | ____________________________________________________________________________ | |
2372 | [ 14251] By: jhi on 2002/01/13 23:30:05 | |
2373 | Log: Integrate perlio. | |
2374 | ||
2375 | Slab allocator for ops | |
2376 | - moved the statics to intrpvar.h | |
2377 | - implemented Slab_Free() | |
2378 | - uses PerlMemShared (for now) if distinction exists. | |
2379 | Branch: perl | |
2380 | !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h | |
2381 | !> perlapi.c perlapi.h proto.h | |
2382 | ____________________________________________________________________________ | |
2383 | [ 14249] By: jhi on 2002/01/13 19:55:10 | |
2384 | Log: Start a new test category: uni. Much of t/op/pat | |
2385 | should probably be moved here, but holding on that | |
2386 | until Jeffrey finishes his big mktables rewrite. | |
2387 | Bits and pieces of op/split, op/pack, op/append, | |
2388 | op/join, could probably be moved to respective uni | |
2389 | tests, too. | |
2390 | Branch: perl | |
2391 | + t/uni/fold.t t/uni/sprintf.t | |
2392 | - t/op/unifold.t t/op/unisprintf.t | |
2393 | ! MANIFEST t/TEST t/harness | |
2394 | ____________________________________________________________________________ | |
2395 | [ 14248] By: jhi on 2002/01/13 19:52:02 | |
2396 | Log: Subject: [PATCH] enable Win32 to build again | |
2397 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2398 | Date: Sun, 13 Jan 2002 21:49:24 +0100 | |
2399 | Message-ID: <3C4200E4.15926.23F6131@localhost> | |
2400 | ||
2401 | miniperl.exe.exe does not exe that well. | |
2402 | Branch: perl | |
2403 | ! lib/ExtUtils/MM_Unix.pm | |
2404 | ____________________________________________________________________________ | |
2405 | [ 14247] By: jhi on 2002/01/13 19:50:23 | |
2406 | Log: Mention some of the load-affected tests. | |
2407 | Branch: perl | |
2408 | ! INSTALL | |
2409 | ____________________________________________________________________________ | |
2410 | [ 14246] By: jhi on 2002/01/13 19:38:17 | |
2411 | Log: Move the UTF-8 conversion code earlier so that | |
2412 | op/ver is happy. | |
2413 | Branch: perl | |
2414 | ! sv.c t/op/ver.t | |
2415 | ____________________________________________________________________________ | |
2416 | [ 14245] By: jhi on 2002/01/13 19:19:59 | |
2417 | Log: Upgrade to Scalar-List-Util 1.06. The Makefile.PLs | |
2418 | have diverged quite a bit so no updates there. | |
2419 | Branch: perl | |
2420 | ! ext/List/Util/ChangeLog ext/List/Util/Util.xs | |
2421 | ! ext/List/Util/lib/List/Util.pm | |
2422 | ! ext/List/Util/lib/Scalar/Util.pm | |
2423 | ____________________________________________________________________________ | |
2424 | [ 14244] By: jhi on 2002/01/13 18:27:00 | |
2425 | Log: Make the crypt() pickier: if downgrading doesn't work, | |
2426 | croak. | |
2427 | Branch: perl | |
2428 | ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t | |
2429 | ____________________________________________________________________________ | |
2430 | [ 14243] By: jhi on 2002/01/13 18:12:23 | |
2431 | Log: Grow the buffer in case Unicode caused size changes | |
2432 | (and it very probably did). | |
2433 | Branch: perl | |
2434 | ! sv.c | |
2435 | ____________________________________________________________________________ | |
2436 | [ 14242] By: jhi on 2002/01/13 17:46:45 | |
2437 | Log: Future-proofing from Jeffrey Friedl (for conflicting | |
2438 | In* and Is* names). | |
2439 | Branch: perl | |
2440 | ! lib/utf8_heavy.pl | |
2441 | ____________________________________________________________________________ | |
2442 | [ 14241] By: jhi on 2002/01/13 17:40:29 | |
2443 | Log: Subject: [PATCH] Re: Warning in B.xs | |
2444 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2445 | Date: Sun, 13 Jan 2002 19:39:52 +0100 | |
2446 | Message-ID: <3C41E288.20562.1C8C895@localhost> | |
2447 | Branch: perl | |
2448 | ! ext/B/B.xs | |
2449 | ____________________________________________________________________________ | |
2450 | [ 14240] By: jhi on 2002/01/13 17:35:48 | |
2451 | Log: Subject: Re: lookbehind broken with latest bleedperl | |
2452 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2453 | Date: Sun, 13 Jan 2002 18:06:22 +0000 | |
2454 | Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk> | |
2455 | Branch: perl | |
2456 | ! regexec.c t/op/re_tests | |
2457 | ____________________________________________________________________________ | |
2458 | [ 14239] By: jhi on 2002/01/13 17:24:51 | |
2459 | Log: Subject: [PATCH] more MM_Unix.t tests | |
2460 | From: Tels <perl_dummy@bloodgate.com> | |
2461 | Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) | |
2462 | Message-Id: <200201131621.SAA17925@tiku.hut.fi> | |
2463 | ||
2464 | Subject: [PATCH] 14220 misunderstood, I bet | |
2465 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2466 | Date: 12 Jan 2002 21:31:58 +0100 | |
2467 | Message-ID: <m3k7un8g5d.fsf@anima.de> | |
2468 | Branch: perl | |
2469 | ! lib/ExtUtils/t/MM_Unix.t | |
2470 | ____________________________________________________________________________ | |
2471 | [ 14238] By: jhi on 2002/01/13 17:14:25 | |
2472 | Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION | |
2473 | From: Tels <perl_dummy@bloodgate.com> | |
2474 | Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) | |
2475 | Message-Id: <200201131602.SAA15687@tiku.hut.fi> | |
2476 | ||
2477 | Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION | |
2478 | From: Tels <perl_dummy@bloodgate.com> | |
2479 | Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) | |
2480 | Message-Id: <200201131610.SAA18974@tiku.hut.fi> | |
2481 | Branch: perl | |
2482 | ! lib/ExtUtils/MM_Unix.pm | |
2483 | ____________________________________________________________________________ | |
2484 | [ 14237] By: jhi on 2002/01/13 17:12:04 | |
2485 | Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure | |
2486 | From: Nicholas Clark <nick@unfortu.net> | |
2487 | Date: Sun, 13 Jan 2002 15:58:34 +0000 | |
2488 | Message-ID: <20020113155833.C314@Bagpuss.unfortu.net> | |
2489 | Branch: perl | |
2490 | ! lib/Benchmark.t | |
2491 | ____________________________________________________________________________ | |
2492 | [ 14236] By: jhi on 2002/01/13 17:08:18 | |
2493 | Log: Anton Berezin did more reading and the uid setting story | |
2494 | gets more complex. | |
2495 | Branch: perl | |
2496 | ! pod/perltodo.pod utils/perldoc.PL | |
2497 | ____________________________________________________________________________ | |
2498 | [ 14235] By: jhi on 2002/01/13 16:45:52 | |
2499 | Log: Integrate perlio; | |
2500 | ||
2501 | Win32 fixes: | |
2502 | - vmem.h hack to handle free-by-wrong-thread after eval "". | |
2503 | - Initialize timerid | |
2504 | Branch: perl | |
2505 | !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c | |
2506 | ____________________________________________________________________________ | |
2507 | [ 14234] By: jhi on 2002/01/13 16:44:07 | |
2508 | Log: Subject: Re: HiRes | |
2509 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2510 | Date: Sun, 13 Jan 2002 10:18:46 +0100 | |
2511 | Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> | |
2512 | ||
2513 | Give up on socketpair in HP-UX. | |
2514 | Branch: perl | |
2515 | ! ext/Socket/socketpair.t | |
2516 | ____________________________________________________________________________ | |
2517 | [ 14231] By: jhi on 2002/01/13 05:15:01 | |
2518 | Log: *groan* | |
2519 | Branch: perl | |
2520 | ! t/op/pat.t | |
2521 | ____________________________________________________________________________ | |
2522 | [ 14230] By: jhi on 2002/01/13 05:13:03 | |
2523 | Log: One more sharp s case found by Jeffrey. | |
2524 | Branch: perl | |
2525 | ! regexec.c t/op/pat.t | |
2526 | ____________________________________________________________________________ | |
2527 | [ 14229] By: jhi on 2002/01/13 04:43:33 | |
2528 | Log: Comment tweak. | |
2529 | Branch: perl | |
2530 | ! regexec.c | |
2531 | ____________________________________________________________________________ | |
2532 | [ 14228] By: jhi on 2002/01/13 04:30:45 | |
2533 | Log: Don't bother checking for the Greek special | |
2534 | cases if the node is too short. | |
2535 | Branch: perl | |
2536 | ! regcomp.c | |
2537 | ____________________________________________________________________________ | |
2538 | [ 14227] By: jhi on 2002/01/12 21:00:04 | |
2539 | Log: Update Changes. | |
2540 | Branch: perl | |
2541 | ! Changes patchlevel.h | |
2542 | ____________________________________________________________________________ | |
df6a5558 JH |
2543 | [ 14225] By: jhi on 2002/01/12 20:28:05 |
2544 | Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm | |
2545 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2546 | Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) | |
2547 | Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com> | |
2548 | Branch: perl | |
2549 | ! Configure config_h.SH | |
2550 | ____________________________________________________________________________ | |
2551 | [ 14224] By: jhi on 2002/01/12 20:18:02 | |
2552 | Log: Quick reformat using indent -kr -nce, as requested | |
2553 | by Dan Kogai and suggest by NI-S. | |
2554 | Branch: perl | |
2555 | ! ext/Encode/encengine.c | |
2556 | ____________________________________________________________________________ | |
2557 | [ 14223] By: jhi on 2002/01/12 20:08:54 | |
2558 | Log: Couple more Unicode lookbehind tests. | |
2559 | Branch: perl | |
2560 | ! t/op/pat.t | |
2561 | ____________________________________________________________________________ | |
2562 | [ 14222] By: jhi on 2002/01/12 20:05:29 | |
2563 | Log: Sharp S as a special treat for our German UTF-8 testers :-) | |
2564 | Branch: perl | |
2565 | ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h | |
2566 | ____________________________________________________________________________ | |
2567 | [ 14221] By: jhi on 2002/01/12 18:38:54 | |
2568 | Log: Subject: {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | |
2569 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2570 | Date: Sat, 12 Jan 2002 20:37:32 +0100 | |
2571 | Message-ID: <3C409E8C.16203.196C2D3@localhost> | |
2572 | Branch: perl | |
2573 | ! ext/B/B/Deparse.pm | |
2574 | ____________________________________________________________________________ | |
2575 | [ 14220] By: jhi on 2002/01/12 18:27:32 | |
2576 | Log: Hrmph. Is having a test for an exact version of MM_Unix.pm | |
2577 | really worth the bits it's printed on? | |
2578 | Branch: perl | |
2579 | ! lib/ExtUtils/t/MM_Unix.t | |
2580 | ____________________________________________________________________________ | |
2581 | [ 14219] By: jhi on 2002/01/12 18:06:49 | |
2582 | Log: Special treatment for U+03B0 and U+0390 in //i, | |
2583 | this means that we can remove the minlen pessimisations | |
2584 | introduced by the #14096. | |
2585 | Branch: perl | |
2586 | ! pp_hot.c regcomp.c regexec.c | |
2587 | ____________________________________________________________________________ | |
2588 | [ 14218] By: jhi on 2002/01/12 16:14:52 | |
2589 | Log: Integrate perlio; | |
2590 | ||
2591 | Abstract out the cloning of SvPVX and handle shared pv in a | |
2592 | safe (if suboptimal) manner. Does not fix op/fork.t :-( | |
2593 | ||
2594 | Win32-ize socketpair test | |
2595 | - Win32 can fork even though $Config{d_fork} is undef | |
2596 | - SOCK_DGRAM does not work - skip those tests. | |
2597 | Branch: perl | |
2598 | !> ext/Socket/socketpair.t sv.c | |
2599 | ____________________________________________________________________________ | |
2600 | [ 14217] By: jhi on 2002/01/12 16:09:59 | |
2601 | Log: One should first drop the real uid, not the effective uid. | |
2602 | [ID 20020110.003] | |
2603 | Branch: perl | |
2604 | ! utils/perldoc.PL | |
2605 | ____________________________________________________________________________ | |
2606 | [ 14216] By: jhi on 2002/01/12 15:50:38 | |
2607 | Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | |
2608 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2609 | Date: Fri, 11 Jan 2002 23:29:48 +0100 | |
2610 | Message-ID: <3C3F756C.4581.2E2A938@localhost> | |
2611 | Branch: perl | |
2612 | + ext/B/C/C.xs ext/B/C/Makefile.PL | |
2613 | ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST | |
2614 | ! utils/perlcc.PL | |
2615 | ____________________________________________________________________________ | |
2616 | [ 14215] By: jhi on 2002/01/12 15:22:01 | |
2617 | Log: Subject: [PATCH] Re: Magic numbers in B::Concise | |
2618 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
2619 | Date: Fri, 11 Jan 2002 14:29:30 -0800 | |
2620 | Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu> | |
2621 | Branch: perl | |
2622 | ! ext/B/t/concise.t | |
2623 | ____________________________________________________________________________ | |
2624 | [ 14212] By: ams on 2002/01/12 06:10:52 | |
2625 | Log: Subject: [PATCH] More fixes for Stratus VOS | |
2626 | From: "Green, Paul" <Paul.Green@stratus.com> | |
2627 | Date: Fri, 11 Jan 2002 17:30:37 -0500 | |
2628 | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com> | |
2629 | Branch: perl | |
2630 | ! hints/vos.sh lib/ExtUtils/MM_Unix.pm | |
2631 | ____________________________________________________________________________ | |
2632 | [ 14211] By: jhi on 2002/01/12 06:01:29 | |
2633 | Log: Upgrade to CGI.pm 2.80. | |
2634 | Branch: perl | |
2635 | ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t | |
2636 | ____________________________________________________________________________ | |
2637 | [ 14210] By: jhi on 2002/01/12 05:57:36 | |
2638 | Log: FAQ sync. | |
2639 | Branch: perl | |
2640 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod | |
2641 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod | |
2642 | ! pod/perlfaq8.pod | |
2643 | ____________________________________________________________________________ | |
2644 | [ 14209] By: jhi on 2002/01/12 05:54:24 | |
2645 | Log: This is getting embarrassing. | |
2646 | Branch: perl | |
2647 | ! t/op/pat.t | |
2648 | ____________________________________________________________________________ | |
2649 | [ 14208] By: jhi on 2002/01/12 05:30:03 | |
2650 | Log: Doc tweaks. | |
2651 | Branch: perl | |
2652 | ! pod/perlunicode.pod | |
2653 | ____________________________________________________________________________ | |
2654 | [ 14207] By: jhi on 2002/01/12 05:16:55 | |
2655 | Log: Updating the test count is good; also rephrasing | |
2656 | so that there is no ok output containing "not". | |
2657 | Branch: perl | |
2658 | ! t/op/pat.t | |
2659 | ____________________________________________________________________________ | |
2660 | [ 14206] By: jhi on 2002/01/12 05:11:20 | |
2661 | Log: Andreas is busy :-) | |
2662 | Branch: perl | |
2663 | ! doop.c t/op/unisprintf.t | |
2664 | ____________________________________________________________________________ | |
2665 | [ 14205] By: jhi on 2002/01/12 04:55:20 | |
2666 | Log: Unicode lookbehind looked bad. | |
2667 | Branch: perl | |
2668 | ! regexec.c t/op/pat.t | |
2669 | ____________________________________________________________________________ | |
2670 | [ 14204] By: jhi on 2002/01/12 01:43:48 | |
2671 | Log: Garbage collection. | |
2672 | Branch: perl | |
2673 | ! t/run/kill_perl.t | |
2674 | ____________________________________________________________________________ | |
2675 | [ 14203] By: jhi on 2002/01/12 00:10:51 | |
2676 | Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals | |
2677 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2678 | Date: Fri, 11 Jan 2002 23:29:48 +0100 | |
2679 | Message-ID: <3C3F756C.21561.2E2A9CE@localhost> | |
2680 | Branch: perl | |
2681 | ! embed.fnc global.sym makedef.pl | |
2682 | ____________________________________________________________________________ | |
2683 | [ 14202] By: jhi on 2002/01/12 00:07:41 | |
2684 | Log: Subject: [PATCH] perldelta nit? | |
2685 | From: Robert Spier <rspier@pobox.com> | |
2686 | Date: Fri, 11 Jan 2002 15:19:16 -0800 | |
2687 | Message-ID: <15423.29428.164185.251700@rls.cx> | |
2688 | Branch: perl | |
2689 | ! pod/perldelta.pod | |
2690 | ____________________________________________________________________________ | |
2691 | [ 14201] By: jhi on 2002/01/12 00:06:02 | |
2692 | Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More | |
2693 | From: Michael G Schwern <schwern@pobox.com> | |
2694 | Date: Fri, 11 Jan 2002 17:08:17 -0500 | |
2695 | Message-ID: <20020111220817.GG2838@blackrider> | |
2696 | Branch: perl | |
2697 | ! t/run/kill_perl.t t/test.pl | |
2698 | ____________________________________________________________________________ | |
2699 | [ 14200] By: jhi on 2002/01/12 00:02:05 | |
2700 | Log: Subject: [PATCH] Correct misleading error message | |
2701 | From: Mike Guy <mjtg@cam.ac.uk> | |
2702 | Date: Fri, 11 Jan 2002 18:36:33 +0000 | |
2703 | Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk> | |
2704 | ||
2705 | hash assignment -> anonymous hash | |
2706 | Branch: perl | |
2707 | ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t | |
2708 | ____________________________________________________________________________ | |
2709 | [ 14199] By: jhi on 2002/01/11 23:58:00 | |
2710 | Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c | |
2711 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
2712 | Date: Fri, 11 Jan 2002 16:58:14 +0100 | |
2713 | Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu> | |
2714 | Branch: perl | |
2715 | ! ext/Unicode/Normalize/mkheader | |
2716 | ____________________________________________________________________________ | |
2717 | [ 14198] By: jhi on 2002/01/11 23:53:05 | |
2718 | Log: Add a new test for is-sprintf-preserving Unicodeness: | |
2719 | #14194 and an old one from kill_perl.t (I could have used | |
2720 | sprintf.t, but it's format was quite fixed, and I didn't | |
2721 | feel like breaking the format) | |
2722 | Branch: perl | |
2723 | + t/op/unisprintf.t | |
2724 | ! MANIFEST t/run/kill_perl.t | |
2725 | ____________________________________________________________________________ | |
2726 | [ 14197] By: jhi on 2002/01/11 21:48:49 | |
2727 | Log: Integrate perlio; | |
2728 | Install dummy signal() handlers for Win32's SIGINT and SIGBREAK | |
2729 | Branch: perl | |
2730 | !> win32/win32.c | |
2731 | ____________________________________________________________________________ | |
2732 | [ 14195] By: jhi on 2002/01/11 20:07:35 | |
2733 | Log: Integrate perlio; | |
2734 | A mostly-stable version of "new" Win32 signal/kill support. | |
2735 | Branch: perl | |
2736 | !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc | |
2737 | !> win32/config.gc win32/config.vc win32/config_H.bc | |
2738 | !> win32/config_H.gc win32/config_H.vc win32/config_h.PL | |
2739 | !> win32/makefile.mk win32/win32.c win32/win32.h | |
2740 | ____________________________________________________________________________ | |
2741 | [ 14194] By: jhi on 2002/01/11 20:04:26 | |
2742 | Log: Fix for | |
2743 | ||
2744 | Subject: UTF-8 sprintf bug in bleadperl | |
2745 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2746 | Date: 11 Jan 2002 15:47:15 +0100 | |
2747 | Message-ID: <m3vge99c7g.fsf@anima.de> | |
2748 | ||
2749 | I have tests, have just to figure out where to put them | |
2750 | since op/sprintf looks a bit unfriendly for tests of | |
2751 | somewhat freer form. | |
2752 | Branch: perl | |
2753 | ! doop.c sv.c | |
2754 | ____________________________________________________________________________ | |
2755 | [ 14191] By: jhi on 2002/01/11 15:34:53 | |
2756 | Log: Update Changes. | |
2757 | Branch: perl | |
2758 | ! Changes patchlevel.h | |
2759 | ____________________________________________________________________________ | |
7231552f JH |
2760 | [ 14190] By: jhi on 2002/01/11 14:52:51 |
2761 | Log: Subject: [PATCH] Re: Magic numbers in B::Concise | |
2762 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
2763 | Date: Thu, 10 Jan 2002 18:21:34 -0800 | |
2764 | Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu> | |
2765 | Branch: perl | |
2766 | + ext/B/t/concise.t | |
2767 | ! MANIFEST | |
2768 | ____________________________________________________________________________ | |
2769 | [ 14189] By: jhi on 2002/01/11 14:51:11 | |
2770 | Log: Upgrade to CGI.pm 2.79. Manual tweaks were | |
2771 | necessary in form.t and html.t @INC setups. | |
2772 | Branch: perl | |
2773 | ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t | |
2774 | ____________________________________________________________________________ | |
2775 | [ 14188] By: jhi on 2002/01/11 14:31:17 | |
2776 | Log: Yet another twist. | |
2777 | Branch: perl | |
2778 | ! t/test.pl | |
2779 | ____________________________________________________________________________ | |
2780 | [ 14187] By: jhi on 2002/01/11 14:14:12 | |
2781 | Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed | |
2782 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2783 | Date: Fri, 11 Jan 2002 13:04:15 +0100 | |
2784 | Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl> | |
2785 | Branch: perl | |
2786 | ! hints/aix.sh | |
2787 | ____________________________________________________________________________ | |
2788 | [ 14186] By: jhi on 2002/01/11 14:13:02 | |
2789 | Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3 | |
2790 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2791 | Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT) | |
2792 | Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com> | |
2793 | Branch: perl | |
2794 | ! lib/AnyDBM_File.t | |
2795 | ____________________________________________________________________________ | |
2796 | [ 14185] By: jhi on 2002/01/11 14:10:01 | |
2797 | Log: Arguments were being mangled. | |
2798 | Branch: perl | |
2799 | ! t/test.pl | |
2800 | ____________________________________________________________________________ | |
2801 | [ 14184] By: jhi on 2002/01/11 14:05:53 | |
2802 | Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More | |
2803 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2804 | Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT) | |
2805 | Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com> | |
2806 | Branch: perl | |
2807 | ! lib/AnyDBM_File.t | |
2808 | ____________________________________________________________________________ | |
2809 | [ 14183] By: jhi on 2002/01/11 13:59:22 | |
2810 | Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl() | |
2811 | From: Michael G Schwern <schwern@pobox.com> | |
2812 | Date: Fri, 11 Jan 2002 04:26:27 -0500 | |
2813 | Message-ID: <20020111092626.GA16544@blackrider> | |
2814 | Branch: perl | |
2815 | ! t/run/kill_perl.t t/test.pl | |
2816 | ____________________________________________________________________________ | |
2817 | [ 14182] By: jhi on 2002/01/11 13:57:59 | |
2818 | Log: Subject: [PATCH] Test::Harness 2.01 | |
2819 | From: Michael G Schwern <schwern@pobox.com> | |
2820 | Date: Thu, 10 Jan 2002 21:11:24 -0500 | |
2821 | Message-ID: <20020111021123.GA30666@blackrider> | |
2822 | Branch: perl | |
2823 | + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm | |
2824 | + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t | |
2825 | + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t | |
2826 | + lib/Test/Harness/t/nonumbers.t | |
2827 | + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t | |
2828 | + t/lib/sample-tests/lone_not_bug | |
2829 | + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint | |
2830 | + t/lib/sample-tests/vms_nit | |
2831 | ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes | |
2832 | ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t | |
2833 | ____________________________________________________________________________ | |
2834 | [ 14181] By: jhi on 2002/01/11 13:57:38 | |
2835 | Log: patch is silly when creating new files: don't run | |
2836 | patch more than once. | |
2837 | Branch: perl | |
2838 | ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t | |
2839 | ____________________________________________________________________________ | |
2840 | [ 14180] By: jhi on 2002/01/11 13:53:49 | |
2841 | Log: Forgot from #14179. | |
2842 | Branch: perl | |
2843 | ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t | |
2844 | ____________________________________________________________________________ | |
2845 | [ 14179] By: jhi on 2002/01/11 13:24:13 | |
2846 | Log: Subject: [PATCH] is() undef/'' behavior change | |
2847 | From: Michael G Schwern <schwern@pobox.com> | |
2848 | Date: Fri, 11 Jan 2002 03:35:51 -0500 | |
2849 | Message-ID: <20020111083551.GC30666@blackrider> | |
2850 | ||
2851 | Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix | |
2852 | From: Michael G Schwern <schwern@pobox.com> | |
2853 | Date: Fri, 11 Jan 2002 03:37:44 -0500 | |
2854 | Message-ID: <20020111083744.GD30666@blackrider> | |
2855 | Branch: perl | |
2856 | ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t | |
2857 | ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm | |
2858 | ! lib/Pod/t/InputObjects.t lib/blib.t | |
2859 | ____________________________________________________________________________ | |
2860 | [ 14178] By: jhi on 2002/01/11 13:21:59 | |
2861 | Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41 | |
2862 | From: Michael G Schwern <schwern@pobox.com> | |
2863 | Date: Thu, 10 Jan 2002 19:56:23 -0500 | |
2864 | Message-ID: <20020111005623.GA13192@blackrider> | |
2865 | Branch: perl | |
2866 | + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t | |
2867 | ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm | |
2868 | ! lib/Test/Simple.pm lib/Test/Simple/Changes | |
2869 | ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t | |
2870 | ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t | |
2871 | ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t | |
2872 | ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t | |
2873 | ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t | |
2874 | ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t | |
2875 | ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t | |
2876 | ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t | |
2877 | ! lib/Test/Simple/t/plan_is_noplan.t | |
2878 | ! lib/Test/Simple/t/plan_no_plan.t | |
2879 | ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t | |
2880 | ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t | |
2881 | ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t | |
2882 | ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t | |
2883 | ! lib/Test/Tutorial.pod | |
2884 | ____________________________________________________________________________ | |
2885 | [ 14177] By: gsar on 2002/01/11 02:56:05 | |
2886 | Log: malloc() things must be free()d, not Safefree()d (bug in change#11280 | |
2887 | revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST) | |
2888 | ||
2889 | turns out even the malloc() was never really needed to begin with, | |
2890 | so get rid of it | |
2891 | Branch: perl | |
2892 | ! sv.c | |
2893 | ____________________________________________________________________________ | |
2894 | [ 14176] By: jhi on 2002/01/11 02:11:21 | |
2895 | Log: Small doc tweaks. | |
2896 | Branch: perl | |
2897 | ! pod/perluniintro.pod | |
2898 | ____________________________________________________________________________ | |
2899 | [ 14175] By: gsar on 2002/01/11 01:05:15 | |
2900 | Log: support using the CRT's malloc() family of functions instead of | |
2901 | the internal one when ithreads is enabled; allocate large blocks | |
2902 | using VirtualAlloc() since the Heap*() functions may only be tuned | |
2903 | for small allocations (from Doug Lankshear <dougl@ActiveState.com>) | |
2904 | ||
2905 | pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc(); | |
2906 | also see comments at the top of win32/vmem.h for other options that | |
2907 | can be set | |
2908 | Branch: perl | |
2909 | ! win32/vmem.h | |
2910 | ____________________________________________________________________________ | |
2911 | [ 14174] By: jhi on 2002/01/10 19:33:29 | |
2912 | Log: Subject: micropatch | |
2913 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2914 | Date: Thu, 10 Jan 2002 18:20:58 +0000 | |
2915 | Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk> | |
2916 | Branch: perl | |
2917 | ! regcomp.c | |
2918 | ____________________________________________________________________________ | |
2919 | [ 14173] By: jhi on 2002/01/10 19:32:16 | |
2920 | Log: Subject: [PATCH] Embed.t on Win32 | |
2921 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2922 | Date: Thu, 10 Jan 2002 18:56:21 +0100 | |
2923 | Message-ID: <3C3DE3D5.7359.1FEB994@localhost> | |
2924 | Branch: perl | |
2925 | ! lib/ExtUtils/t/Embed.t | |
2926 | ____________________________________________________________________________ | |
2927 | [ 14172] By: jhi on 2002/01/10 19:31:00 | |
2928 | Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our | |
2929 | From: Gisle Aas <gisle@ActiveState.com> | |
2930 | Date: 10 Jan 2002 08:56:05 -0800 | |
2931 | Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com> | |
2932 | Branch: perl | |
2933 | ! toke.c | |
2934 | ____________________________________________________________________________ | |
2935 | [ 14171] By: jhi on 2002/01/10 19:29:08 | |
2936 | Log: Subject: [PATCH] doc fixes | |
2937 | From: "Brendan O'Dea" <bod@debian.org> | |
2938 | Date: Fri, 11 Jan 2002 03:49:54 +1100 | |
2939 | Message-ID: <20020110164954.GA21891@compusol.com.au> | |
2940 | Branch: perl | |
2941 | ! lib/I18N/Collate.pm pod/perlfunc.pod | |
2942 | ____________________________________________________________________________ | |
2943 | [ 14170] By: jhi on 2002/01/10 17:48:42 | |
2944 | Log: Integrate perlio; More signal hackery. | |
2945 | Branch: perl | |
2946 | !> win32/win32.c | |
2947 | ____________________________________________________________________________ | |
2948 | [ 14169] By: jhi on 2002/01/10 17:47:34 | |
2949 | Log: No need to show internal encodings, or return them | |
2950 | in random order. | |
2951 | Branch: perl | |
2952 | ! ext/Encode/Encode.pm | |
2953 | ____________________________________________________________________________ | |
2954 | [ 14166] By: jhi on 2002/01/10 15:24:41 | |
2955 | Log: I think we can claim to be supporting Unicode | |
2956 | "loose matching" now. | |
2957 | Branch: perl | |
2958 | ! pod/perlunicode.pod | |
2959 | ____________________________________________________________________________ | |
2960 | [ 14165] By: jhi on 2002/01/10 15:07:56 | |
2961 | Log: Subject: doc patch | |
2962 | From: mjd@plover.com | |
2963 | Date: 10 Jan 2002 15:12:27 -0000 | |
2964 | Message-ID: <20020110151227.14850.qmail@plover.com> | |
2965 | Branch: perl | |
2966 | ! pod/perlrun.pod | |
2967 | ____________________________________________________________________________ | |
2968 | [ 14164] By: jhi on 2002/01/10 14:54:38 | |
2969 | Log: Subject: Re: [ID 20011223.001] accept leaks memory | |
2970 | From: Andy Dougherty <doughera@lafayette.edu> | |
2971 | Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST) | |
2972 | Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu> | |
2973 | Branch: perl | |
2974 | ! hints/linux.sh | |
2975 | ____________________________________________________________________________ | |
2976 | [ 14163] By: jhi on 2002/01/10 14:52:08 | |
2977 | Log: Integrate perlio; Skeleton coding of more kill() support on Win32. | |
2978 | Branch: perl | |
2979 | !> win32/win32.c | |
2980 | ____________________________________________________________________________ | |
2981 | [ 14162] By: jhi on 2002/01/10 14:50:03 | |
2982 | Log: Subject: [PATCH] Magic numbers in B::Concise | |
2983 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
2984 | Date: Wed, 9 Jan 2002 23:04:01 -0800 | |
2985 | Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu> | |
2986 | Branch: perl | |
2987 | ! ext/B/B/Concise.pm ext/B/O.pm | |
2988 | ____________________________________________________________________________ | |
2989 | [ 14161] By: jhi on 2002/01/10 14:48:52 | |
2990 | Log: Subject: [PATCH] No 'once' warnings for variables declared with our | |
2991 | From: Gisle Aas <gisle@ActiveState.com> | |
2992 | Date: 09 Jan 2002 21:52:40 -0800 | |
2993 | Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com> | |
2994 | Branch: perl | |
2995 | ! t/lib/strict/vars toke.c | |
2996 | ____________________________________________________________________________ | |
2997 | [ 14159] By: jhi on 2002/01/09 21:28:13 | |
2998 | Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes | |
2999 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3000 | Date: Wed, 9 Jan 2002 23:24:32 +0100 | |
3001 | Message-ID: <20020109232432.A692@rafael> | |
3002 | Branch: perl | |
3003 | ! ext/B/B/Deparse.pm | |
3004 | ____________________________________________________________________________ | |
3005 | [ 14158] By: jhi on 2002/01/09 21:25:19 | |
3006 | Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) | |
3007 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
3008 | Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT) | |
3009 | Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com> | |
3010 | Branch: perl | |
3011 | ! t/run/kill_perl.t | |
3012 | ____________________________________________________________________________ | |
3013 | [ 14157] By: jhi on 2002/01/09 19:59:28 | |
3014 | Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | |
3015 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
3016 | Date: Wed, 09 Jan 2002 20:16:54 +0000 | |
3017 | Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk> | |
3018 | Branch: perl | |
3019 | ! regexec.c | |
3020 | ____________________________________________________________________________ | |
3021 | [ 14156] By: jhi on 2002/01/09 19:46:27 | |
3022 | Log: Subject: [Patch @14129] fixes Unicode::Normalize | |
3023 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
3024 | Date: Thu, 10 Jan 2002 01:08:56 +0900 | |
3025 | Message-Id: <20020110010110.690B.BQW10602@nifty.com> | |
3026 | Branch: perl | |
3027 | - ext/Unicode/Normalize/Normalize.pod | |
3028 | ! MANIFEST ext/Unicode/Normalize/Makefile.PL | |
3029 | ! ext/Unicode/Normalize/Normalize.pm | |
3030 | ! ext/Unicode/Normalize/Normalize.xs | |
3031 | ! ext/Unicode/Normalize/mkheader | |
3032 | ____________________________________________________________________________ | |
3033 | [ 14155] By: jhi on 2002/01/09 19:09:15 | |
3034 | Log: Integrate perlio; (Re-)implement alarm() for Win32. | |
3035 | Branch: perl | |
3036 | !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h | |
3037 | !> win32/win32iop.h | |
3038 | ____________________________________________________________________________ | |
3039 | [ 14154] By: jhi on 2002/01/09 19:08:15 | |
3040 | Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152) | |
3041 | From: Nicholas Clark <nick@unfortu.net> | |
3042 | Date: Wed, 9 Jan 2002 17:56:04 +0000 | |
3043 | Message-ID: <20020109175604.H354@Bagpuss.unfortu.net> | |
3044 | Branch: perl | |
3045 | ! t/op/readdir.t | |
3046 | ____________________________________________________________________________ | |
3047 | [ 14152] By: jhi on 2002/01/09 14:37:01 | |
3048 | Log: Update Changes. | |
3049 | Branch: perl | |
3050 | ! Changes patchlevel.h | |
3051 | ____________________________________________________________________________ | |
4116aceb JH |
3052 | [ 14150] By: jhi on 2002/01/09 14:27:23 |
3053 | Log: Thinko. | |
3054 | Branch: perl | |
3055 | ! ext/threads/t/stress_re.t | |
3056 | ____________________________________________________________________________ | |
3057 | [ 14149] By: jhi on 2002/01/09 13:47:31 | |
3058 | Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | |
3059 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
3060 | Date: Wed, 09 Jan 2002 13:37:17 +0000 | |
3061 | Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk> | |
3062 | Branch: perl | |
3063 | ! regexec.c t/op/re_tests | |
3064 | ____________________________________________________________________________ | |
3065 | [ 14148] By: jhi on 2002/01/09 13:00:09 | |
3066 | Log: Subject: Re: Weird Malformed warning in bleadperl | |
3067 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3068 | Date: 09 Jan 2002 11:12:37 +0100 | |
3069 | Message-ID: <m3itabbzoq.fsf@anima.de> | |
3070 | Branch: perl | |
3071 | ! regexec.c t/op/pat.t | |
3072 | ____________________________________________________________________________ | |
3073 | [ 14147] By: jhi on 2002/01/09 12:59:42 | |
3074 | Log: Forgot stress_re.t from MANIFEST. | |
3075 | Branch: perl | |
3076 | ! MANIFEST | |
3077 | ____________________________________________________________________________ | |
3078 | [ 14146] By: jhi on 2002/01/09 12:47:27 | |
3079 | Log: In dumping use isPRINT() instead of isprint() so that locale | |
3080 | does not come into play. | |
3081 | Branch: perl | |
3082 | ! utf8.c | |
3083 | ____________________________________________________________________________ | |
3084 | [ 14145] By: jhi on 2002/01/09 02:52:39 | |
3085 | Log: Add a threads stress test for regular expressions | |
3086 | (mostly just a modified stress_string.t) and doesn't | |
3087 | test that much of regular expressions, just that $1 | |
3088 | doesn't get stomped by competing threads (as it does | |
3089 | in the 5005threads of old). | |
3090 | Branch: perl | |
3091 | + ext/threads/t/stress_re.t | |
3092 | ! MANIFEST | |
3093 | ____________________________________________________________________________ | |
3094 | [ 14144] By: jhi on 2002/01/09 02:28:33 | |
3095 | Log: Subject: Re: [ID 20010912.007] substr reference core dump | |
3096 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
3097 | Date: Tue, 08 Jan 2002 19:17:50 +0000 | |
3098 | Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk> | |
3099 | Branch: perl | |
3100 | ! scope.c t/run/kill_perl.t | |
3101 | ____________________________________________________________________________ | |
3102 | [ 14143] By: jhi on 2002/01/09 01:32:05 | |
3103 | Log: SANY (. with /s) wasn't happy on Unicode. | |
3104 | Branch: perl | |
3105 | ! regexec.c t/op/pat.t | |
3106 | ____________________________________________________________________________ | |
3107 | [ 14142] By: ams on 2002/01/08 22:42:10 | |
3108 | Log: Subject: [PATCH] perldebug nit | |
3109 | From: Tels <tels@bloodgate.com> | |
3110 | Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET) | |
3111 | Branch: perl | |
3112 | ! pod/perldebug.pod | |
3113 | ____________________________________________________________________________ | |
3114 | [ 14141] By: ams on 2002/01/08 21:32:59 | |
3115 | Log: Subject: [PATCH] Minor fix to perl/Makefile.SH | |
3116 | From: "Green, Paul" <Paul.Green@stratus.com> | |
3117 | Date: Tue, 8 Jan 2002 17:31:35 -0500 | |
3118 | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com> | |
3119 | Branch: perl | |
3120 | ! Makefile.SH | |
3121 | ____________________________________________________________________________ | |
3122 | [ 14140] By: ams on 2002/01/08 21:27:57 | |
3123 | Log: Subject: [PATCH] Re: Slight chokage from Deparse | |
3124 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3125 | Date: Tue, 8 Jan 2002 23:04:45 +0100 | |
3126 | Message-Id: <20020108230445.A4798@rafael> | |
3127 | Branch: perl | |
3128 | ! ext/B/B/Deparse.pm | |
3129 | ____________________________________________________________________________ | |
3130 | [ 14139] By: jhi on 2002/01/08 19:13:43 | |
3131 | Log: Subject: [patch] peep() is rude | |
3132 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
3133 | Date: Tue, 08 Jan 2002 19:17:50 +0000 | |
3134 | Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk> | |
3135 | Branch: perl | |
3136 | ! op.c t/run/kill_perl.t | |
3137 | ____________________________________________________________________________ | |
3138 | [ 14138] By: jhi on 2002/01/08 19:01:16 | |
3139 | Log: unifold is really an op test since it requires | |
3140 | no external modules for its actual testing: | |
3141 | only the unicore CaseFold.txt file, and File::Spec | |
3142 | to portably access that file. | |
3143 | Branch: perl | |
3144 | + t/op/unifold.t | |
3145 | - lib/unifold.t | |
3146 | ! MANIFEST | |
3147 | ____________________________________________________________________________ | |
3148 | [ 14137] By: jhi on 2002/01/08 16:29:48 | |
3149 | Log: Subject: [patch] save a test | |
3150 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
3151 | Date: Tue, 08 Jan 2002 16:18:47 +0000 | |
3152 | Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk> | |
3153 | Branch: perl | |
3154 | ! regcomp.c | |
3155 | ____________________________________________________________________________ | |
3156 | [ 14135] By: jhi on 2002/01/08 15:12:38 | |
3157 | Log: Subject: Not OK 13843 | |
3158 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3159 | Date: 08 Jan 2002 14:12:29 +0100 | |
3160 | Message-ID: <m38zb9c7gi.fsf@anima.de> | |
3161 | Branch: perl | |
3162 | ! op.c t/op/subst.t | |
3163 | ____________________________________________________________________________ | |
3164 | [ 14134] By: jhi on 2002/01/08 14:30:00 | |
3165 | Log: Missed one variant of the fold testing, noticed bu Hugo. | |
3166 | Branch: perl | |
3167 | ! lib/unifold.t | |
3168 | ____________________________________________________________________________ | |
3169 | [ 14133] By: jhi on 2002/01/08 14:23:39 | |
3170 | Log: Enchance the Storable magic description. | |
3171 | Branch: perl | |
3172 | ! ext/Storable/Storable.pm | |
3173 | ____________________________________________________________________________ | |
3174 | [ 14132] By: ams on 2002/01/08 09:16:12 | |
3175 | Log: Subject: [PATCH] don't installperl pods | |
3176 | From: H.Merijn Brand <h.m.brand@hccnet.nl> | |
3177 | Date: Tue, 08 Jan 2002 10:36:01 +0100 | |
3178 | Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl> | |
3179 | Branch: perl | |
3180 | ! installperl | |
3181 | ____________________________________________________________________________ | |
3182 | [ 14131] By: ams on 2002/01/08 03:38:40 | |
3183 | Log: Subject: Math-BigInt v1.49 released | |
3184 | From: Tels <perl_dummy@bloodgate.com> | |
3185 | Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET) | |
3186 | Branch: perl | |
3187 | + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t | |
3188 | + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t | |
3189 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
3190 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t | |
3191 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t | |
3192 | ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc | |
3193 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t | |
3194 | ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t | |
3195 | ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm | |
3196 | ! t/lib/Math/BigInt/Subclass.pm | |
3197 | ____________________________________________________________________________ | |
3198 | [ 14130] By: jhi on 2002/01/08 02:13:53 | |
3199 | Log: A little better comments. | |
3200 | Branch: perl | |
3201 | ! regexec.c | |
3202 | ____________________________________________________________________________ | |
3203 | [ 14129] By: jhi on 2002/01/07 23:45:05 | |
3204 | Log: No normalization form DNF. | |
3205 | Branch: perl | |
3206 | ! ext/Unicode/Normalize/Normalize.pm | |
3207 | ____________________________________________________________________________ | |
3208 | [ 14128] By: jhi on 2002/01/07 23:40:15 | |
3209 | Log: Extension nits found by -Wall (several from threads | |
3210 | and threads::shared, but leaving them to Arthur). | |
3211 | Branch: perl | |
3212 | ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm | |
3213 | ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs | |
3214 | ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs | |
3215 | ! ext/Unicode/Normalize/mkheader x2p/str.c | |
3216 | ____________________________________________________________________________ | |
3217 | [ 14125] By: ams on 2002/01/07 22:03:22 | |
3218 | Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter) | |
3219 | From: Nicholas Clark (sans From field in mail header) | |
3220 | Date: Mon, 7 Jan 2002 16:18:23 +0000 | |
3221 | Message-Id: <20020107161823.A599@Bagpuss.unfortu.net> | |
3222 | Branch: perl | |
3223 | ! lib/Exporter.pm | |
3224 | ____________________________________________________________________________ | |
3225 | [ 14124] By: ams on 2002/01/07 21:46:11 | |
3226 | Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS | |
3227 | From: "Green, Paul" <Paul.Green@stratus.com> | |
3228 | Date: Mon, 7 Jan 2002 16:59:38 -0500 | |
3229 | Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com> | |
3230 | Branch: perl | |
3231 | ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h | |
3232 | ____________________________________________________________________________ | |
3233 | [ 14122] By: jhi on 2002/01/07 16:09:50 | |
3234 | Log: Update Changes. | |
3235 | Branch: perl | |
3236 | ! Changes patchlevel.h | |
3237 | ____________________________________________________________________________ | |
ee45e09c JH |
3238 | [ 14121] By: jhi on 2002/01/07 16:03:34 |
3239 | Log: Subject: [PATCH] Correct module name in perldelta* | |
3240 | From: Mike Guy <mjtg@cam.ac.uk> | |
3241 | Date: Mon, 07 Jan 2002 17:02:43 +0000 | |
3242 | Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk> | |
3243 | Branch: perl | |
3244 | ! pod/perl561delta.pod pod/perl56delta.pod | |
3245 | ____________________________________________________________________________ | |
3246 | [ 14120] By: jhi on 2002/01/07 15:55:25 | |
3247 | Log: AUTHORS update. | |
3248 | Branch: perl | |
3249 | ! AUTHORS | |
3250 | ____________________________________________________________________________ | |
3251 | [ 14119] By: jhi on 2002/01/07 15:52:34 | |
3252 | Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com> | |
3253 | Branch: perl | |
3254 | ! ext/Storable/Storable.pm | |
3255 | ____________________________________________________________________________ | |
3256 | [ 14118] By: jhi on 2002/01/07 15:06:25 | |
3257 | Log: perldelta updates. | |
3258 | Branch: perl | |
3259 | ! pod/perldelta.pod | |
3260 | ____________________________________________________________________________ | |
3261 | [ 14117] By: jhi on 2002/01/07 13:52:30 | |
3262 | Log: Document the flags of pv_uni_display(). | |
3263 | Branch: perl | |
3264 | ! pod/perlapi.pod utf8.c | |
3265 | ____________________________________________________________________________ | |
3266 | [ 14116] By: jhi on 2002/01/07 13:49:17 | |
3267 | Log: Forgot from #14115. | |
3268 | Branch: perl | |
3269 | ! t/op/re_tests | |
3270 | ____________________________________________________________________________ | |
3271 | [ 14115] By: jhi on 2002/01/07 13:48:06 | |
3272 | Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d | |
3273 | From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> | |
3274 | Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST) | |
3275 | Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net> | |
3276 | Branch: perl | |
3277 | ! regcomp.c | |
3278 | ____________________________________________________________________________ | |
3279 | [ 14114] By: jhi on 2002/01/07 04:44:05 | |
3280 | Log: More regex and utf8 debug dumping. | |
3281 | Branch: perl | |
3282 | ! dump.c regcomp.c regexec.c utf8.c utf8.h | |
3283 | ____________________________________________________________________________ | |
3284 | [ 14113] By: jhi on 2002/01/07 01:05:01 | |
3285 | Log: Unused variable. | |
3286 | Branch: perl | |
3287 | ! regcomp.c | |
3288 | ____________________________________________________________________________ | |
3289 | [ 14112] By: jhi on 2002/01/07 00:52:46 | |
3290 | Log: Regen toc. | |
3291 | Branch: perl | |
3292 | ! pod/perltoc.pod | |
3293 | ____________________________________________________________________________ | |
3294 | [ 14111] By: jhi on 2002/01/07 00:03:57 | |
3295 | Log: capitalize correctly, noticed by David Dyck. | |
3296 | Branch: perl | |
3297 | ! lib/sort.pm | |
3298 | ____________________________________________________________________________ | |
3299 | [ 14109] By: jhi on 2002/01/06 20:51:32 | |
3300 | Log: No need to overqualify. | |
3301 | Branch: perl | |
3302 | ! lib/sort.pm | |
3303 | ____________________________________________________________________________ | |
3304 | [ 14108] By: jhi on 2002/01/06 20:38:34 | |
3305 | Log: PL_debug_pad wasn't initialized to zeroes which broke | |
3306 | ithreads + DEBUGGING. | |
3307 | Branch: perl | |
3308 | ! sv.c | |
3309 | ____________________________________________________________________________ | |
3310 | [ 14107] By: jhi on 2002/01/06 15:39:31 | |
3311 | Log: Update Changes. | |
3312 | Branch: perl | |
3313 | ! Changes patchlevel.h | |
3314 | ____________________________________________________________________________ | |
8f4e3b92 JH |
3315 | [ 14106] By: jhi on 2002/01/06 15:33:51 |
3316 | Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) | |
3317 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
3318 | Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT) | |
3319 | Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com> | |
3320 | Branch: perl | |
3321 | ! pp_sys.c | |
3322 | ____________________________________________________________________________ | |
3323 | [ 14105] By: jhi on 2002/01/06 15:11:15 | |
3324 | Log: DB_File sync from Paul Marquess. | |
3325 | Branch: perl | |
3326 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
3327 | ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo | |
3328 | ! ext/DB_File/t/db-recno.t ext/DB_File/version.c | |
3329 | ____________________________________________________________________________ | |
3330 | [ 14104] By: jhi on 2002/01/06 15:08:14 | |
3331 | Log: Subject: [PATCH] B, B::C, perlcc, t/TEST | |
3332 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
3333 | Date: Sun, 6 Jan 2002 11:44:30 +0100 | |
3334 | Message-ID: <3C38389E.7831.493570@localhost> | |
3335 | Branch: perl | |
3336 | ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST | |
3337 | ! utils/perlcc.PL | |
3338 | ____________________________________________________________________________ | |
3339 | [ 14103] By: jhi on 2002/01/06 14:57:01 | |
3340 | Log: Tests for #14098. | |
3341 | Branch: perl | |
3342 | ! t/op/lc.t | |
3343 | ____________________________________________________________________________ | |
3344 | [ 14101] By: ams on 2002/01/06 04:52:50 | |
3345 | Log: Subject: [PATCH] Bad prototype detection now an optional warning | |
3346 | From: Sam Tregar <sam@tregar.com> | |
3347 | Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST) | |
3348 | Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain> | |
3349 | Branch: perl | |
3350 | ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod | |
3351 | ! t/comp/proto.t toke.c | |
3352 | ____________________________________________________________________________ | |
3353 | [ 14100] By: ams on 2002/01/06 01:56:59 | |
3354 | Log: Subject: [PATCH] Correct several Stratus VOS build issues | |
3355 | From: "Green, Paul" <Paul.Green@stratus.com> | |
3356 | Date: Sat, 5 Jan 2002 21:30:56 -0500 | |
3357 | Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> | |
3358 | Branch: perl | |
3359 | ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h | |
3360 | ____________________________________________________________________________ | |
3361 | [ 14099] By: jhi on 2002/01/05 22:51:38 | |
3362 | Log: Further perl.org URL elaboration from Ask. | |
3363 | Branch: perl | |
3364 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
3365 | ____________________________________________________________________________ | |
3366 | [ 14098] By: jhi on 2002/01/05 22:47:59 | |
3367 | Log: The same problem with To{Lower,Title,Upper} | |
3368 | as earlier with ToFold. | |
3369 | Branch: perl | |
3370 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
3371 | ! lib/unicore/To/Upper.pl lib/unicore/mktables | |
3372 | ____________________________________________________________________________ | |
3373 | [ 14097] By: jhi on 2002/01/05 22:11:35 | |
3374 | Log: Retract #14057 for now; the alarm/setitimer timers | |
3375 | seen to be the same in many systems, which leads into | |
3376 | hangups. | |
3377 | Branch: perl | |
3378 | ! ext/Time/HiRes/HiRes.t | |
3379 | ____________________________________________________________________________ | |
3380 | [ 14096] By: jhi on 2002/01/05 22:09:20 | |
3381 | Log: Finish up (ha!) the Unicode case folding; | |
3382 | enhance regex dumping code. | |
3383 | Branch: perl | |
3384 | + lib/unifold.t | |
3385 | ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c | |
3386 | ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h | |
3387 | ____________________________________________________________________________ | |
3388 | [ 14095] By: jhi on 2002/01/05 22:07:33 | |
3389 | Log: Use the perl.org news gw instead of the perl.com one | |
3390 | (from Ask). | |
3391 | Branch: perl | |
3392 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
3393 | ____________________________________________________________________________ | |
3394 | [ 14094] By: jhi on 2002/01/05 21:26:09 | |
3395 | Log: Zero() wasn't documented. | |
3396 | Branch: perl | |
3397 | ! pod/perlclib.pod | |
3398 | ____________________________________________________________________________ | |
3399 | [ 14093] By: ams on 2002/01/05 17:58:35 | |
3400 | Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more. | |
3401 | From: Nicholas Clark <nick@unfortu.net> | |
3402 | Date: Sat, 5 Jan 2002 18:55:39 +0000 | |
3403 | Message-Id: <20020105185538.K300@Bagpuss.unfortu.net> | |
3404 | Branch: perl | |
3405 | ! lib/Memoize/t/tie_ndbm.t | |
3406 | ____________________________________________________________________________ | |
3407 | [ 14092] By: jhi on 2002/01/05 17:26:05 | |
3408 | Log: Also UNICOS/mk has deviant socketpair(). | |
3409 | Branch: perl | |
3410 | ! ext/Socket/socketpair.t | |
3411 | ____________________________________________________________________________ | |
3412 | [ 14091] By: jhi on 2002/01/05 17:21:12 | |
3413 | Log: Ooops. Retract the regex parts of #14090. | |
3414 | Branch: perl | |
3415 | ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c | |
3416 | ____________________________________________________________________________ | |
3417 | [ 14090] By: jhi on 2002/01/05 17:18:43 | |
3418 | Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | |
3419 | From: Nicholas Clark <nick@unfortu.net> | |
3420 | Date: Sat, 5 Jan 2002 18:10:13 +0000 | |
3421 | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> | |
3422 | Branch: perl | |
3423 | ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c | |
3424 | ! regcomp.h regexec.c | |
3425 | ____________________________________________________________________________ | |
3426 | [ 14089] By: jhi on 2002/01/05 15:42:12 | |
3427 | Log: Integrate perlio; a missing aTHX. | |
3428 | Branch: perl | |
3429 | !> op.c | |
3430 | ____________________________________________________________________________ | |
3431 | [ 14085] By: jhi on 2002/01/04 23:36:23 | |
3432 | Log: In the UTF-8 branch of crypt() the extra \0 byte is required, | |
3433 | found by Marc Lehmann. | |
3434 | Branch: perl | |
3435 | ! pp.c | |
3436 | ____________________________________________________________________________ | |
3437 | [ 14084] By: jhi on 2002/01/04 22:57:03 | |
3438 | Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking | |
3439 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3440 | Date: Sat, 5 Jan 2002 00:31:12 +0100 | |
3441 | Message-ID: <20020105003112.E1850@rafael> | |
3442 | Branch: perl | |
3443 | ! t/comp/proto.t | |
3444 | ____________________________________________________________________________ | |
3445 | [ 14083] By: jhi on 2002/01/04 22:56:23 | |
3446 | Log: A bit of "perl.com" cleanup. | |
3447 | Branch: perl | |
3448 | ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod | |
3449 | ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod | |
3450 | ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod | |
3451 | ! pod/perlmodlib.PL pod/perlmodlib.pod | |
3452 | ____________________________________________________________________________ | |
3453 | [ 14082] By: jhi on 2002/01/04 21:53:30 | |
3454 | Log: Subject: [PATCH op.c] Bad \[...] prototype checking | |
3455 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3456 | Date: Fri, 4 Jan 2002 23:35:19 +0100 | |
3457 | Message-ID: <20020104233519.A1850@rafael> | |
3458 | Branch: perl | |
3459 | ! op.c | |
3460 | ____________________________________________________________________________ | |
3461 | [ 14081] By: jhi on 2002/01/04 21:45:22 | |
3462 | Log: Integrate change #14062 from macperl; | |
3463 | Define setbuf, setvbuf for Mac OS | |
3464 | Branch: perl | |
3465 | !> ext/IO/IO.xs | |
3466 | ____________________________________________________________________________ | |
3467 | [ 14078] By: jhi on 2002/01/04 21:07:05 | |
3468 | Log: Display the native pwd command. | |
3469 | Branch: perl | |
3470 | ! ext/Cwd/t/cwd.t | |
3471 | ____________________________________________________________________________ | |
3472 | [ 14077] By: jhi on 2002/01/04 21:00:53 | |
3473 | Log: Under Mac OS X /dev/stdout is normally a symlink, | |
3474 | but when running the test it seems to become a socket. | |
3475 | So let's extend our censorship. | |
3476 | Branch: perl | |
3477 | ! t/op/stat.t | |
3478 | ____________________________________________________________________________ | |
3479 | [ 14068] By: jhi on 2002/01/04 20:24:59 | |
3480 | Log: If we do have socketpair(), make my_socketpair() | |
3481 | just call the real socketpair(). This way we always | |
3482 | have real code behind my_socketpair() and a symbol | |
3483 | corresponding to the my_socketpair in global.sym. | |
3484 | Branch: perl | |
3485 | ! embed.fnc embed.h makedef.pl proto.h util.c | |
3486 | ____________________________________________________________________________ | |
3487 | [ 14060] By: jhi on 2002/01/04 20:06:58 | |
3488 | Log: Spread the good word of "env". | |
3489 | Branch: perl | |
3490 | ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod | |
3491 | ____________________________________________________________________________ | |
3492 | [ 14059] By: jhi on 2002/01/04 19:57:11 | |
3493 | Log: Till the system tests do something non-Win*, better rename | |
3494 | the test so that people on other platforms don't get confused. | |
3495 | (Not win32system, because assumedly there's win64, too.) | |
3496 | Branch: perl | |
3497 | + t/op/winsystem.t | |
3498 | - t/op/system.t | |
3499 | ! MANIFEST | |
3500 | ____________________________________________________________________________ | |
3501 | [ 14058] By: jhi on 2002/01/04 19:48:09 | |
3502 | Log: Some tweaks. | |
3503 | Branch: perl | |
3504 | ! lib/Pod/t/Functions.t | |
3505 | ____________________________________________________________________________ | |
3506 | [ 14057] By: ams on 2002/01/04 17:40:31 | |
3507 | Log: (retracted by #14057) | |
3508 | ||
3509 | Subject: [PATCH] Time/HiRes/HiRes.t | |
3510 | From: Nicholas Clark <nick@unfortu.net> | |
3511 | Date: Fri, 4 Jan 2002 17:28:46 +0000 | |
3512 | Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net> | |
3513 | Branch: perl | |
3514 | ! ext/Time/HiRes/HiRes.t | |
3515 | ____________________________________________________________________________ | |
3516 | [ 14056] By: jhi on 2002/01/04 17:35:34 | |
3517 | Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test | |
3518 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
3519 | Date: Fri, 04 Jan 2002 18:42:33 +0100 | |
3520 | Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com> | |
3521 | Branch: perl | |
3522 | + lib/Pod/t/Functions.t | |
3523 | ! MANIFEST lib/Pod/Functions.pm | |
3524 | ____________________________________________________________________________ | |
3525 | [ 14055] By: jhi on 2002/01/04 14:33:09 | |
3526 | Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try | |
3527 | From: "Craig A. Berry" <craigberry@mac.com> | |
3528 | Date: Thu, 3 Jan 2002 17:32:20 -0600 | |
3529 | Message-Id: <a05101004b85a82bb7352@[172.16.52.1]> | |
3530 | Branch: perl | |
3531 | ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm | |
3532 | ____________________________________________________________________________ | |
3533 | [ 14054] By: jhi on 2002/01/04 04:04:05 | |
3534 | Log: Document the U+0085, U+2028, and U+2029. | |
3535 | Branch: perl | |
3536 | ! pod/perlre.pod pod/perlretut.pod | |
3537 | ____________________________________________________________________________ | |
3538 | [ 14053] By: ams on 2002/01/04 03:27:44 | |
3539 | Log: Subject: [PATCH] warn if not CORE::dump | |
3540 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3541 | Date: Thu, 3 Jan 2002 22:04:00 +0100 | |
3542 | Message-Id: <20020103220400.A13958@rafael> | |
3543 | Branch: perl | |
3544 | ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c | |
3545 | ____________________________________________________________________________ | |
3546 | [ 14052] By: jhi on 2002/01/04 03:13:50 | |
3547 | Log: Add U+0085, U+2028, and U+2029 to \s under Unicode. | |
3548 | Branch: perl | |
3549 | ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t | |
3550 | ____________________________________________________________________________ | |
3551 | [ 14051] By: ams on 2002/01/04 03:00:12 | |
3552 | Log: Subject: [PATCH] File::Compare::VERSION | |
3553 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3554 | Date: Thu, 3 Jan 2002 23:42:52 +0100 | |
3555 | Message-Id: <20020103234252.G13958@rafael> | |
3556 | Branch: perl | |
3557 | ! lib/File/Compare.pm | |
3558 | ____________________________________________________________________________ | |
3559 | [ 14050] By: ams on 2002/01/04 02:58:05 | |
3560 | Log: Subject: [PATCH @14042] threads::shared doc | |
3561 | From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk> | |
3562 | Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT) | |
3563 | Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> | |
3564 | Branch: perl | |
3565 | ! ext/threads/shared/shared.pm | |
3566 | ____________________________________________________________________________ | |
3567 | [ 14049] By: jhi on 2002/01/03 20:38:22 | |
3568 | Log: #14048 exposed few false positives, to be fixed soonish. | |
3569 | Branch: perl | |
3570 | ! t/op/pat.t | |
3571 | ____________________________________________________________________________ | |
3572 | [ 14048] By: jhi on 2002/01/03 20:36:38 | |
3573 | Log: Do not add the first characters of multicharacter foldings | |
3574 | into character classes. | |
3575 | Branch: perl | |
3576 | ! regcomp.c | |
3577 | ____________________________________________________________________________ | |
3578 | [ 14047] By: jhi on 2002/01/03 20:30:55 | |
3579 | Log: A bit of testing for #14046. | |
3580 | Branch: perl | |
3581 | ! t/op/pat.t | |
3582 | ____________________________________________________________________________ | |
3583 | [ 14046] By: jhi on 2002/01/03 20:22:48 | |
3584 | Log: Allow emitting the foldcased version of "\x{df}", "ss" | |
3585 | (among others, another example would be \x{fb00} -> "ff") | |
3586 | Branch: perl | |
3587 | ! regcomp.c | |
3588 | ____________________________________________________________________________ | |
3589 | [ 14045] By: jhi on 2002/01/03 19:29:35 | |
3590 | Log: Subject: [PATCH] File::Spec & NetWare | |
3591 | From: Dave Rolsky <autarch@urth.org> | |
3592 | Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST) | |
3593 | Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org> | |
3594 | Branch: perl | |
3595 | - lib/File/Spec/NW5.pm | |
3596 | ! MANIFEST lib/File/Spec.pm | |
3597 | ____________________________________________________________________________ | |
3598 | [ 14044] By: jhi on 2002/01/03 19:26:53 | |
3599 | Log: FAQ sync (RCS Ids only?) | |
3600 | Branch: perl | |
3601 | ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod | |
3602 | ____________________________________________________________________________ | |
3603 | [ 14043] By: jhi on 2002/01/03 19:25:48 | |
3604 | Log: AUTHORs updates. | |
3605 | Branch: perl | |
3606 | ! AUTHORS | |
3607 | ____________________________________________________________________________ | |
3608 | [ 14042] By: jhi on 2002/01/03 16:04:24 | |
3609 | Log: Update Changes. | |
3610 | Branch: perl | |
3611 | ! Changes patchlevel.h | |
3612 | ____________________________________________________________________________ | |
0ac6548c JH |
3613 | [ 14041] By: jhi on 2002/01/03 15:57:42 |
3614 | Log: Missed the =head1 additions. | |
3615 | Branch: perl | |
3616 | ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h | |
3617 | ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c | |
3618 | ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c | |
3619 | ! util.c | |
3620 | ____________________________________________________________________________ | |
3621 | [ 14040] By: jhi on 2002/01/03 15:05:06 | |
3622 | Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy | |
3623 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3624 | Date: Thu, 3 Jan 2002 15:26:20 GMT | |
3625 | Message-Id: <200201031526.PAA06095@tempest.npl.co.uk> | |
3626 | Branch: perl | |
3627 | ! lib/Carp.t lib/Carp/Heavy.pm | |
3628 | ____________________________________________________________________________ | |
3629 | [ 14039] By: jhi on 2002/01/03 15:02:12 | |
3630 | Log: Subject: [PATCH hv.c] | |
3631 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3632 | Date: Thu, 3 Jan 2002 14:49:06 GMT | |
3633 | Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> | |
3634 | ||
3635 | -Wformat check. | |
3636 | Branch: perl | |
3637 | ! hv.c | |
3638 | ____________________________________________________________________________ | |
3639 | [ 14038] By: jhi on 2002/01/03 15:01:09 | |
3640 | Log: NetWare tweaks from Ananth Kesari. | |
3641 | Branch: perl | |
3642 | ! NetWare/t/NWScripts.pl lib/File/Find.pm | |
3643 | ____________________________________________________________________________ | |
3644 | [ 14037] By: jhi on 2002/01/03 13:41:38 | |
3645 | Log: Cast. | |
3646 | Branch: perl | |
3647 | ! regexec.c | |
3648 | ____________________________________________________________________________ | |
3649 | [ 14036] By: ams on 2002/01/03 12:12:31 | |
3650 | Log: Grammar fix suggested by Gwyn Judd. | |
3651 | Branch: perl | |
3652 | ! pod/perldiag.pod | |
3653 | ____________________________________________________________________________ | |
3654 | [ 14033] By: ams on 2002/01/03 08:24:24 | |
3655 | Log: Subject: Not ok 14031: PPPort Makefile.PL | |
3656 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3657 | Date: 03 Jan 2002 10:17:46 +0100 | |
3658 | Message-Id: <m3sn9n94jp.fsf@anima.de> | |
3659 | Branch: perl | |
3660 | ! ext/Devel/PPPort/Makefile.PL | |
3661 | ____________________________________________________________________________ | |
3662 | [ 14031] By: jhi on 2002/01/03 01:52:04 | |
3663 | Log: Off-by-one is my middle name. | |
3664 | Branch: perl | |
3665 | ! regexec.c | |
3666 | ____________________________________________________________________________ | |
3667 | [ 14030] By: ams on 2002/01/02 23:56:37 | |
3668 | Log: Subject: [PATCH @14015] threads::shared disabling | |
3669 | From: Andy Bussey <andybussey@yahoo.co.uk> | |
3670 | Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT) | |
3671 | Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com> | |
3672 | Branch: perl | |
3673 | + ext/threads/shared/t/no_share.t | |
3674 | ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm | |
3675 | ____________________________________________________________________________ | |
3676 | [ 14029] By: jhi on 2002/01/02 23:40:08 | |
3677 | Log: Simon's new perlapi scheme, I hope I got all the pieces. | |
3678 | Branch: perl | |
3679 | + autodoc.pl embed.fnc | |
3680 | ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod | |
3681 | ____________________________________________________________________________ | |
3682 | [ 14028] By: jhi on 2002/01/02 23:29:03 | |
3683 | Log: Integrate perlio; more PPPort Makefile source dependence removal | |
3684 | Branch: perl | |
3685 | !> ext/Devel/PPPort/Makefile.PL perl.h | |
3686 | ____________________________________________________________________________ | |
3687 | [ 14027] By: ams on 2002/01/02 21:42:50 | |
3688 | Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax | |
3689 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3690 | Date: Wed, 2 Jan 2002 23:09:13 +0100 | |
3691 | Message-Id: <20020102230913.A17373@rafael> | |
3692 | Branch: perl | |
3693 | ! pod/perldiag.pod | |
3694 | ____________________________________________________________________________ | |
3695 | [ 14026] By: ams on 2002/01/02 21:38:34 | |
3696 | Log: Subject: Re: PATCH: lib/Term/Cap.pm | |
3697 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
3698 | Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT) | |
3699 | Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com> | |
3700 | Branch: perl | |
3701 | ! lib/Term/Cap.pm | |
3702 | ____________________________________________________________________________ | |
3703 | [ 14025] By: ams on 2002/01/02 18:34:26 | |
3704 | Log: Subject: [PATCH] Bad prototype detection changed from error to warning | |
3705 | From: Sam Tregar <sam@tregar.com> | |
3706 | Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST) | |
3707 | Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain> | |
3708 | Branch: perl | |
3709 | ! pod/perldiag.pod t/comp/proto.t toke.c | |
3710 | ____________________________________________________________________________ | |
3711 | [ 14024] By: ams on 2002/01/02 18:16:12 | |
3712 | Log: Subject: PATCH: lib/Term/Cap.pm | |
3713 | From: Norton Allen <allen@huarp.harvard.edu> | |
3714 | Date: Wed, 2 Jan 2002 14:22:09 -0500 (est) | |
3715 | Message-Id: <200201021922.OAA18505@bottesini.harvard.edu> | |
3716 | Branch: perl | |
3717 | ! lib/Term/Cap.pm | |
3718 | ____________________________________________________________________________ | |
3719 | [ 14023] By: ams on 2002/01/02 18:12:31 | |
3720 | Log: Subject: PATCH: lib/Cwd.pm for QNX4 | |
3721 | From: Norton Allen <allen@huarp.harvard.edu> | |
3722 | Date: Wed, 2 Jan 2002 14:19:42 -0500 (est) | |
3723 | Message-Id: <200201021919.OAA18012@bottesini.harvard.edu> | |
3724 | Branch: perl | |
3725 | ! lib/Cwd.pm | |
3726 | ____________________________________________________________________________ | |
3727 | [ 14020] By: ams on 2002/01/02 17:06:27 | |
3728 | Log: Fix misplaced application of #14016. | |
3729 | Branch: perl | |
3730 | ! op.c | |
3731 | ____________________________________________________________________________ | |
3732 | [ 14019] By: jhi on 2002/01/02 16:51:38 | |
3733 | Log: Integrate perlio; avoid uninit debug_pad. | |
3734 | Branch: perl | |
3735 | !> sv.c | |
3736 | ____________________________________________________________________________ | |
3737 | [ 14018] By: jhi on 2002/01/02 16:50:22 | |
3738 | Log: makedepend VOS fix from Paul Green. | |
3739 | Branch: perl | |
3740 | ! makedepend.SH | |
3741 | ____________________________________________________________________________ | |
3742 | [ 14016] By: ams on 2002/01/02 15:58:11 | |
3743 | Log: Subject: [PATCH] random crash in B::LISTOP::last | |
3744 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
3745 | Date: Wed, 2 Jan 2002 17:37:28 +0100 | |
3746 | Message-Id: <3C334558.3906.19CB98D@localhost> | |
3747 | Branch: perl | |
3748 | ! op.c | |
3749 | ____________________________________________________________________________ | |
3750 | [ 14015] By: jhi on 2002/01/02 15:21:12 | |
3751 | Log: Update Changes. | |
3752 | Branch: perl | |
3753 | ! Changes patchlevel.h | |
3754 | ____________________________________________________________________________ | |
38b0d3dc JH |
3755 | [ 14014] By: jhi on 2002/01/02 15:12:57 |
3756 | Log: One more iteration of the ibcmp_utf8() interface, | |
3757 | hopefully this is a convergent iteration... | |
3758 | Branch: perl | |
3759 | ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c | |
3760 | ____________________________________________________________________________ | |
3761 | [ 14013] By: ams on 2002/01/02 13:43:58 | |
3762 | Log: Upgrade to podlators-1.19. | |
3763 | Branch: perl | |
3764 | + lib/Pod/t/man.t lib/Pod/t/text-errors.t | |
3765 | ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm | |
3766 | ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap | |
3767 | ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr | |
3768 | ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt | |
3769 | ____________________________________________________________________________ | |
3770 | [ 14012] By: ams on 2002/01/02 09:48:51 | |
3771 | Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value | |
3772 | From: martyn@inpharmatica.co.uk | |
3773 | Date: Wed, 19 Dec 2001 19:05:00 +0000 | |
3774 | Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk> | |
3775 | Branch: perl | |
3776 | ! lib/Pod/Usage.pm | |
3777 | ____________________________________________________________________________ | |
3778 | [ 14010] By: jhi on 2002/01/02 03:59:22 | |
3779 | Log: Make ibcmp_utf8() optionally progress in either string for | |
3780 | as long as it takes and optionally record how far it got. | |
3781 | Branch: perl | |
3782 | ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c | |
3783 | ____________________________________________________________________________ | |
3784 | [ 14009] By: jhi on 2002/01/02 00:35:15 | |
3785 | Log: Once more try to get the PPPort Makefile right. | |
3786 | Branch: perl | |
3787 | ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL | |
3788 | ____________________________________________________________________________ | |
3789 | [ 14008] By: jhi on 2002/01/02 00:03:27 | |
3790 | Log: -Wall silencing. | |
3791 | Branch: perl | |
3792 | ! utf8.c | |
3793 | ____________________________________________________________________________ | |
3794 | [ 14007] By: jhi on 2002/01/01 23:48:19 | |
3795 | Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes | |
3796 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3797 | Date: Tue, 1 Jan 2002 22:45:21 +0100 | |
3798 | Message-ID: <20020101224521.A691@rafael> | |
3799 | Branch: perl | |
3800 | ! ext/B/B/Deparse.pm | |
3801 | ____________________________________________________________________________ | |
3802 | [ 14006] By: jhi on 2002/01/01 23:40:10 | |
3803 | Log: VOS tweak from Paul Green: VOS has different O_BINARY | |
3804 | and O_TEXT, but VOS always uses LF, never CRLF. | |
3805 | Branch: perl | |
3806 | ! perl.h | |
3807 | ____________________________________________________________________________ | |
3808 | [ 14005] By: jhi on 2002/01/01 23:34:25 | |
3809 | Log: Make ibcmp_utf8() more robust and make regmatch() use it. | |
3810 | Branch: perl | |
3811 | ! regexec.c utf8.c | |
3812 | ____________________________________________________________________________ | |
3813 | [ 14004] By: jhi on 2002/01/01 18:27:50 | |
3814 | Log: Now that to_utf8_fold() was fixed. | |
3815 | Branch: perl | |
3816 | ! regcomp.c regexec.c | |
3817 | ____________________________________________________________________________ | |
3818 | [ 14003] By: jhi on 2002/01/01 18:04:02 | |
3819 | Log: Integrate perlio; experimental binmode() re-coding. | |
3820 | Branch: perl | |
3821 | !> perlio.c | |
3822 | ____________________________________________________________________________ | |
3823 | [ 14002] By: jhi on 2002/01/01 17:53:44 | |
3824 | Log: Document the to_utf8_*() functions. | |
3825 | Branch: perl | |
3826 | ! embed.pl pod/perlapi.pod utf8.c | |
3827 | ____________________________________________________________________________ | |
3828 | [ 14001] By: jhi on 2002/01/01 17:29:05 | |
3829 | Log: Better support for multicharacter foldings. | |
3830 | Now all but two of the CaseFold.txt cases work-- but | |
3831 | only when the target string is single-character, more | |
3832 | debugging needed. | |
3833 | Branch: perl | |
3834 | ! regexec.c | |
3835 | ____________________________________________________________________________ | |
3836 | [ 14000] By: ams on 2002/01/01 15:59:43 | |
3837 | Log: Subject: [PATCH] don't installperl pods | |
3838 | From: Nicholas Clark <nick@unfortu.net> | |
3839 | Date: Tue, 1 Jan 2002 16:44:12 +0000 | |
3840 | Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net> | |
3841 | Branch: perl | |
3842 | ! installperl | |
3843 | ____________________________________________________________________________ | |
3844 | [ 13999] By: ams on 2002/01/01 14:34:04 | |
3845 | Log: Subject: [PATCH] perldiag.pod transposition | |
3846 | From: Nicholas Clark <nick@unfortu.net> | |
3847 | Date: Tue, 1 Jan 2002 15:03:52 +0000 | |
3848 | Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net> | |
3849 | Branch: perl | |
3850 | ! pod/perldiag.pod | |
3851 | ____________________________________________________________________________ | |
3852 | [ 13998] By: ams on 2002/01/01 13:36:49 | |
3853 | Log: Subject: [PATCH perldiag] Corrections : unknown warning category | |
3854 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3855 | Date: Tue, 1 Jan 2002 15:12:36 +0100 | |
3856 | Message-Id: <20020101151236.A951@rafael> | |
3857 | Branch: perl | |
3858 | ! pod/perldiag.pod | |
3859 | ____________________________________________________________________________ | |
3860 | [ 13997] By: ams on 2002/01/01 13:33:06 | |
3861 | Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl | |
3862 | From: Nicholas Clark <nick@unfortu.net> | |
3863 | Date: Tue, 1 Jan 2002 13:13:17 +0000 | |
3864 | Message-Id: <20020101131316.A475@Bagpuss.unfortu.net> | |
3865 | Branch: perl | |
3866 | ! ext/Socket/socketpair.t | |
3867 | ____________________________________________________________________________ | |
3868 | [ 13996] By: ams on 2002/01/01 04:44:28 | |
3869 | Log: Subject: [PATCH @13746] Leaner exporter | |
3870 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3871 | Date: Mon, 31 Dec 2001 18:16:08 -0500 | |
3872 | Message-Id: <20011231181608.A29253@math.ohio-state.edu> | |
3873 | Branch: perl | |
3874 | ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm | |
3875 | ____________________________________________________________________________ | |
3876 | [ 13995] By: ams on 2002/01/01 04:29:44 | |
3877 | Log: Subject: [PATCH @13746] h2xs broken | |
3878 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3879 | Date: Mon, 31 Dec 2001 17:48:55 -0500 | |
3880 | Message-Id: <20011231174855.A29128@math.ohio-state.edu> | |
3881 | Branch: perl | |
3882 | ! utils/h2xs.PL | |
3883 | ____________________________________________________________________________ | |
3884 | [ 13994] By: ams on 2002/01/01 04:25:46 | |
3885 | Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken | |
3886 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3887 | Date: Mon, 31 Dec 2001 17:42:25 -0500 | |
3888 | Message-Id: <20011231174225.A29048@math.ohio-state.edu> | |
3889 | Branch: perl | |
3890 | ! lib/ExtUtils/MM_Unix.pm | |
3891 | ____________________________________________________________________________ | |
3892 | [ 13993] By: jhi on 2002/01/01 03:45:24 | |
3893 | Log: Rename the variables to be a bit more consistent. | |
3894 | Branch: perl | |
3895 | ! utf8.c | |
3896 | ____________________________________________________________________________ | |
3897 | [ 13992] By: jhi on 2002/01/01 03:35:01 | |
3898 | Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching | |
3899 | (found by Jeffrey Friedl) | |
3900 | Branch: perl | |
3901 | ! regexec.c t/op/pat.t utf8.c | |
3902 | ____________________________________________________________________________ | |
3903 | [ 13990] By: jhi on 2001/12/31 17:13:12 | |
3904 | Log: Update Changes. | |
3905 | Branch: perl | |
3906 | ! Changes patchlevel.h | |
3907 | ____________________________________________________________________________ | |
99f22665 JH |
3908 | [ 13989] By: jhi on 2001/12/31 16:47:28 |
3909 | Log: Less unused ones. | |
3910 | Branch: perl | |
3911 | ! regexec.c | |
3912 | ____________________________________________________________________________ | |
3913 | [ 13988] By: jhi on 2001/12/31 16:46:29 | |
3914 | Log: Unused variable. | |
3915 | Branch: perl | |
3916 | ! regcomp.c | |
3917 | ____________________________________________________________________________ | |
3918 | [ 13987] By: jhi on 2001/12/31 16:41:15 | |
3919 | Log: Forgotten file. | |
3920 | Branch: perl | |
3921 | ! MANIFEST | |
3922 | ____________________________________________________________________________ | |
3923 | [ 13986] By: jhi on 2001/12/31 16:35:57 | |
3924 | Log: Subject: Re: Cygwin: one down one to go | |
3925 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3926 | Date: Mon, 31 Dec 2001 18:34:36 +0100 | |
3927 | Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> | |
3928 | Branch: perl | |
3929 | ! cygwin/Makefile.SHs | |
3930 | ____________________________________________________________________________ | |
3931 | [ 13985] By: jhi on 2001/12/31 16:33:08 | |
3932 | Log: Add some comments to the recent Unicode case-folding saga. | |
3933 | Branch: perl | |
3934 | ! regcomp.c regexec.c | |
3935 | ____________________________________________________________________________ | |
3936 | [ 13984] By: jhi on 2001/12/31 16:19:13 | |
3937 | Log: Slight comment tweakage. | |
3938 | Branch: perl | |
3939 | ! ext/I18N/Langinfo/Langinfo.t | |
3940 | ____________________________________________________________________________ | |
3941 | [ 13983] By: jhi on 2001/12/31 16:05:18 | |
3942 | Log: Clarify the BeOS O_TEXT/O_BINARY situation. | |
3943 | Branch: perl | |
3944 | ! perl.h | |
3945 | ____________________________________________________________________________ | |
3946 | [ 13982] By: jhi on 2001/12/31 15:05:36 | |
3947 | Log: Subject: [ PATCH] Cygwin: one down one to go | |
3948 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3949 | Date: Mon, 31 Dec 2001 17:03:40 +0100 | |
3950 | Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl> | |
3951 | Branch: perl | |
3952 | ! lib/Pod/t/basic.t | |
3953 | ____________________________________________________________________________ | |
3954 | [ 13981] By: jhi on 2001/12/31 14:44:03 | |
3955 | Log: Tweak the dependencies not to recompile everytime, | |
3956 | as suggested by NI-S. | |
3957 | Branch: perl | |
3958 | ! ext/Devel/PPPort/Makefile.PL | |
3959 | ____________________________________________________________________________ | |
3960 | [ 13980] By: jhi on 2001/12/31 14:29:17 | |
3961 | Log: Planning still not right. | |
3962 | Branch: perl | |
3963 | ! lib/User/grent.t | |
3964 | ____________________________________________________________________________ | |
3965 | [ 13979] By: jhi on 2001/12/31 14:19:55 | |
3966 | Log: Subject: [PATCH lib/User/grent.t] Double double test test header header | |
3967 | From: Michael G Schwern <schwern@pobox.com> | |
3968 | Date: Sun, 30 Dec 2001 18:07:55 -0500 | |
3969 | Message-ID: <20011230230755.GG12840@blackrider> | |
3970 | ||
3971 | (lib/User/grent, really) | |
3972 | Branch: perl | |
3973 | ! lib/User/grent.t | |
3974 | ____________________________________________________________________________ | |
3975 | [ 13978] By: jhi on 2001/12/31 14:17:55 | |
3976 | Log: Integrate perlio; cleanup, in particular avoid accidental | |
3977 | PerlIO_flush(NULL) if PerlIONext is NULL. | |
3978 | Branch: perl | |
3979 | !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h | |
3980 | ____________________________________________________________________________ | |
3981 | [ 13977] By: jhi on 2001/12/31 14:15:58 | |
3982 | Log: Subject: typo in IO::Socket::INET.pm | |
3983 | From: mjd@plover.com | |
3984 | Date: 31 Dec 2001 14:31:10 -0000 | |
3985 | Message-ID: <20011231143110.4989.qmail@plover.com> | |
3986 | Branch: perl | |
3987 | ! ext/IO/lib/IO/Socket/INET.pm | |
3988 | ____________________________________________________________________________ | |
3989 | [ 13974] By: jhi on 2001/12/31 04:59:53 | |
3990 | Log: Subject: Re: [PATCH] Basic bad prototype detection | |
3991 | From: Sam Tregar <sam@tregar.com> | |
3992 | Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST) | |
3993 | Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain> | |
3994 | Branch: perl | |
3995 | ! t/comp/proto.t toke.c | |
3996 | ____________________________________________________________________________ | |
3997 | [ 13973] By: jhi on 2001/12/31 04:14:45 | |
3998 | Log: Subject: [PATCH] configure.com / scriptdirexp | |
3999 | From: "Craig A. Berry" <craigberry@mac.com> | |
4000 | Date: Sun, 30 Dec 2001 15:47:28 -0600 | |
4001 | Message-Id: <a05101004b8553b205841@[172.16.52.1]> | |
4002 | Branch: perl | |
4003 | ! configure.com | |
4004 | ____________________________________________________________________________ | |
4005 | [ 13972] By: jhi on 2001/12/31 04:07:35 | |
4006 | Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods | |
4007 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
4008 | Date: Mon, 31 Dec 2001 03:55:27 +0100 | |
4009 | Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com> | |
4010 | Branch: perl | |
4011 | ! lib/ExtUtils/t/MM_Win32.t | |
4012 | ____________________________________________________________________________ | |
4013 | [ 13971] By: jhi on 2001/12/31 04:05:46 | |
4014 | Log: Subject: [PATCH] Basic bad prototype detection | |
4015 | From: Sam Tregar <sam@tregar.com> | |
4016 | Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) | |
4017 | Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain> | |
4018 | Branch: perl | |
4019 | ! pod/perldiag.pod t/comp/proto.t toke.c | |
4020 | ____________________________________________________________________________ | |
4021 | [ 13970] By: jhi on 2001/12/31 03:53:54 | |
4022 | Log: Makefiles are sloppy about the exe suffix | |
4023 | (from Paul Green) | |
4024 | Branch: perl | |
4025 | ! Makefile.SH x2p/Makefile.SH | |
4026 | ____________________________________________________________________________ | |
4027 | [ 13969] By: jhi on 2001/12/31 03:42:15 | |
4028 | Log: Delay folding until necessary; start of handling | |
4029 | folding into several characters. | |
4030 | Branch: perl | |
4031 | ! regcomp.c regexec.c | |
4032 | ____________________________________________________________________________ | |
4033 | [ 13968] By: jhi on 2001/12/31 00:35:35 | |
4034 | Log: gcc -Wall dewhine. | |
4035 | Branch: perl | |
4036 | ! regexec.c | |
4037 | ____________________________________________________________________________ | |
4038 | [ 13967] By: jhi on 2001/12/31 00:29:37 | |
4039 | Log: More Unicode folding tweaks, avoid potential false matches. | |
4040 | Branch: perl | |
4041 | ! regexec.c | |
4042 | ____________________________________________________________________________ | |
4043 | [ 13966] By: jhi on 2001/12/30 23:30:56 | |
4044 | Log: Make that six wrongs. | |
4045 | Branch: perl | |
4046 | ! regexec.c utf8.c | |
4047 | ____________________________________________________________________________ | |
4048 | [ 13965] By: jhi on 2001/12/30 23:12:17 | |
4049 | Log: Four wrongs can make a right. | |
4050 | Branch: perl | |
4051 | ! regexec.c utf8.c | |
4052 | ____________________________________________________________________________ | |
4053 | [ 13964] By: jhi on 2001/12/30 21:12:25 | |
4054 | Log: Fix all the I case foldings as per CaseFold.txt. | |
4055 | Branch: perl | |
4056 | ! regcomp.c regexec.c | |
4057 | ____________________________________________________________________________ | |
4058 | [ 13963] By: jhi on 2001/12/30 20:04:32 | |
4059 | Log: Fix all the C(ommon) case foldings as per CaseFold.txt. | |
4060 | Branch: perl | |
4061 | ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c | |
4062 | ! regexec.c utf8.c | |
4063 | ____________________________________________________________________________ | |
4064 | [ 13961] By: jhi on 2001/12/30 17:35:45 | |
4065 | Log: Integrate perlio; more win32 stuff: | |
4066 | ||
4067 | A. Use Perl_my_socketpair() | |
4068 | B. Use PerlSock_xxxx() rather than raw xxxx() so we get to | |
4069 | load winsock. | |
4070 | C. (In passing) work round fact that $$ is now SvREADONLY | |
4071 | so we need to take special measures to set it during | |
4072 | pseudo-fork. | |
4073 | Branch: perl | |
4074 | !> util.c win32/perlhost.h | |
4075 | ____________________________________________________________________________ | |
4076 | [ 13960] By: jhi on 2001/12/30 17:33:24 | |
4077 | Log: Fix ppport.h for Unix. | |
4078 | Branch: perl | |
4079 | + ext/Devel/PPPort/ppport_h.PL | |
4080 | - ext/Devel/PPPort/ppport.h.PL | |
4081 | ! MANIFEST ext/Devel/PPPort/Makefile.PL | |
4082 | ____________________________________________________________________________ | |
4083 | [ 13958] By: jhi on 2001/12/30 16:33:58 | |
4084 | Log: Integrate perlio; win32 kicking. | |
4085 | Branch: perl | |
4086 | +> ext/Devel/PPPort/ppport.h.PL | |
4087 | !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL | |
4088 | !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym | |
4089 | !> proto.h | |
4090 | ____________________________________________________________________________ | |
4091 | [ 13956] By: jhi on 2001/12/30 16:32:11 | |
4092 | Log: Must look for cat also in $PATH (noticed by Philip Newton). | |
4093 | Branch: perl | |
4094 | ! Configure | |
4095 | ____________________________________________________________________________ | |
4096 | [ 13955] By: jhi on 2001/12/30 16:19:46 | |
4097 | Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE | |
4098 | From: Blair Zajac <blair@orcaware.com> | |
4099 | Date: Sat, 29 Dec 2001 22:37:03 -0800 | |
4100 | Message-ID: <3C2EB60F.BB4321DD@orcaware.com> | |
4101 | Branch: perl | |
4102 | ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod | |
4103 | ____________________________________________________________________________ | |
4104 | [ 13954] By: jhi on 2001/12/30 16:17:44 | |
4105 | Log: Regen files. | |
4106 | Branch: perl | |
4107 | ! embed.h global.sym pod/perlapi.pod uconfig.h | |
4108 | ____________________________________________________________________________ | |
4109 | [ 13953] By: jhi on 2001/12/30 15:57:25 | |
4110 | Log: Subject: [PATCH] -t without -w | |
4111 | From: Michael G Schwern <schwern@pobox.com> | |
4112 | Date: Sat, 29 Dec 2001 23:46:25 -0500 | |
4113 | Message-ID: <20011230044625.GA14386@blackrider> | |
4114 | Branch: perl | |
4115 | ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h | |
4116 | ! warnings.pl | |
4117 | ____________________________________________________________________________ | |
4118 | [ 13952] By: jhi on 2001/12/30 15:52:59 | |
4119 | Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm | |
4120 | From: Dave Rolsky <autarch@urth.org> | |
4121 | Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) | |
4122 | Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org> | |
4123 | ||
4124 | $^O is NetWare, not Netware. | |
4125 | Branch: perl | |
4126 | ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm | |
4127 | ____________________________________________________________________________ | |
4128 | [ 13951] By: jhi on 2001/12/30 15:51:19 | |
4129 | Log: Sarathy thinks undoing C++ comments from C++ files | |
4130 | is a bit too zealous. | |
4131 | Branch: perl | |
4132 | ! win32/perlhost.h win32/vmem.h | |
4133 | ____________________________________________________________________________ | |
4134 | [ 13947] By: nick on 2001/12/30 11:35:51 | |
4135 | Log: More Cwd tidy up | |
4136 | Branch: perl | |
4137 | ! MANIFEST installperl | |
4138 | ____________________________________________________________________________ | |
4139 | [ 13946] By: nick on 2001/12/30 11:12:42 | |
4140 | Log: Undo a mess trying Cwd.pm in its ext directory | |
4141 | Branch: perl | |
4142 | + lib/Cwd.pm | |
4143 | - ext/Cwd/Cwd.pm | |
4144 | ____________________________________________________________________________ | |
4145 | [ 13943] By: jhi on 2001/12/29 21:30:48 | |
4146 | Log: Update Changes. | |
4147 | Branch: perl | |
4148 | ! Changes patchlevel.h | |
4149 | ____________________________________________________________________________ | |
d6171bb7 JH |
4150 | [ 13942] By: jhi on 2001/12/29 21:12:02 |
4151 | Log: Subject: [PATCH] cleaner close on tests, take 2 | |
4152 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
4153 | Date: 29 Dec 2001 21:42:37 +0100 | |
4154 | Message-ID: <m33d1tvjuq.fsf@anima.de> | |
4155 | ||
4156 | (the DB_File patches) | |
4157 | Branch: perl | |
4158 | ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t | |
4159 | ! ext/DB_File/t/db-recno.t | |
4160 | ____________________________________________________________________________ | |
4161 | [ 13941] By: jhi on 2001/12/29 20:25:22 | |
4162 | Log: Integrate perlio; regen'ed config_H.?c | |
4163 | Branch: perl | |
4164 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
4165 | ____________________________________________________________________________ | |
4166 | [ 13940] By: jhi on 2001/12/29 20:22:57 | |
4167 | Log: Subject: [PATCH] cleaner close on tests, take 2 | |
4168 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
4169 | Date: 29 Dec 2001 21:42:37 +0100 | |
4170 | Message-ID: <m33d1tvjuq.fsf@anima.de> | |
4171 | ||
4172 | (except for the three DB_File patch fragments) | |
4173 | Branch: perl | |
4174 | ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t | |
4175 | ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t | |
4176 | ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t | |
4177 | ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t | |
4178 | ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t | |
4179 | ! t/op/runlevel.t t/op/write.t t/run/switches.t | |
4180 | ____________________________________________________________________________ | |
4181 | [ 13939] By: jhi on 2001/12/29 20:17:55 | |
4182 | Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32) | |
4183 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
4184 | Date: Sat, 29 Dec 2001 20:38:59 +0100 | |
4185 | Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> | |
4186 | ||
4187 | (NetWare tree not touched because it's very //) | |
4188 | Branch: perl | |
4189 | ! XSUB.h os2/os2.c perl.h win32/include/netdb.h | |
4190 | ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h | |
4191 | ! wince/include/errno.h wince/include/netdb.h | |
4192 | ! wince/include/sys/socket.h wince/include/sys/stat.h | |
4193 | ! wince/perllib.c wince/perlmain.c wince/win32.h | |
4194 | ! wince/win32iop.h wince/win32thread.c wince/win32thread.h | |
4195 | ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c | |
4196 | ____________________________________________________________________________ | |
4197 | [ 13937] By: jhi on 2001/12/29 18:28:36 | |
4198 | Log: Give up on serious testing of langinfo(). Leave the old | |
4199 | code in place, though. | |
4200 | Branch: perl | |
4201 | ! ext/I18N/Langinfo/Langinfo.t | |
4202 | ____________________________________________________________________________ | |
4203 | [ 13935] By: jhi on 2001/12/29 17:36:08 | |
4204 | Log: Integrate perlio; | |
4205 | ||
4206 | Define the two socket error numbers in terms of WSAEXXXXX equivalents | |
4207 | ||
4208 | Fudge Config.pm so File::Spec does not croak. | |
4209 | Branch: perl | |
4210 | !> win32/FindExt.pm win32/win32.h | |
4211 | ____________________________________________________________________________ | |
4212 | [ 13932] By: jhi on 2001/12/29 17:24:24 | |
4213 | Log: VOS tweaks from Paul Green. | |
4214 | ||
4215 | The Configure tweaks: the _exe needs to be | |
4216 | set after the init; VOS has fd 3 hardwired to /dev/tty; | |
4217 | the grep/ln/make substitutions really need to stick. | |
4218 | Branch: perl | |
4219 | ! Configure hints/vos.sh perl.h util.c vos/build.cm | |
4220 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
4221 | ! vos/config.ga.h vos/vosish.h | |
4222 | ____________________________________________________________________________ | |
4223 | [ 13930] By: jhi on 2001/12/29 15:35:00 | |
4224 | Log: Subject: [PATCH] Pod whitespace cleanup, round 0. | |
4225 | From: coral@eekeek.org | |
4226 | Date: Fri, 28 Dec 2001 19:58:22 -0500 | |
4227 | Message-Id: <200112290058.fBT0wMD26750@eekeek.org> | |
4228 | Branch: perl | |
4229 | ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod | |
4230 | ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod | |
4231 | ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod | |
4232 | ! pod/perlunicode.pod pod/perlxs.pod util.c | |
4233 | ____________________________________________________________________________ | |
4234 | [ 13929] By: jhi on 2001/12/29 15:31:20 | |
4235 | Log: op/exec Win32 patch from Schwern via Abe Timmerman. | |
4236 | Branch: perl | |
4237 | ! t/op/exec.t | |
4238 | ____________________________________________________________________________ | |
4239 | [ 13928] By: jhi on 2001/12/29 15:30:14 | |
4240 | Log: Subject: [PATCH lib/Pod/t/InputObjects.t] | |
4241 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
4242 | Date: Sat, 29 Dec 2001 13:10:06 +0100 | |
4243 | Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com> | |
4244 | Branch: perl | |
4245 | + lib/Pod/t/InputObjects.t | |
4246 | ____________________________________________________________________________ | |
4247 | [ 13927] By: jhi on 2001/12/29 15:27:39 | |
4248 | Log: Integrate perlio; | |
4249 | ||
4250 | Quick fix (after couple of clever fixes failed) for | |
4251 | "accept leaks memory" fail [ID 20011223.001] | |
4252 | ||
4253 | Nick Clark's embed.pl fix for my_socketpair | |
4254 | Branch: perl | |
4255 | !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h | |
4256 | ____________________________________________________________________________ | |
4257 | [ 13925] By: jhi on 2001/12/29 15:21:53 | |
4258 | Log: Slight tweaks on the MM_Win32.t. | |
4259 | Branch: perl | |
4260 | ! lib/ExtUtils/t/MM_Win32.t | |
4261 | ____________________________________________________________________________ | |
4262 | [ 13924] By: jhi on 2001/12/29 15:16:47 | |
4263 | Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] | |
4264 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
4265 | Date: Sat, 29 Dec 2001 12:51:36 +0100 | |
4266 | Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com> | |
4267 | Branch: perl | |
4268 | + lib/ExtUtils/t/MM_Win32.t | |
4269 | ! MANIFEST | |
4270 | ____________________________________________________________________________ | |
4271 | [ 13922] By: jhi on 2001/12/29 15:09:00 | |
4272 | Log: Subject: [PATCH] Module names and other nits | |
4273 | From: Autrijus Tang <autrijus@autrijus.org> | |
4274 | Date: Sat, 29 Dec 2001 01:59:28 +0800 | |
4275 | Message-ID: <20011229015928.A29712@geb.elixus.org> | |
4276 | Branch: perl | |
4277 | ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod | |
4278 | ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod | |
4279 | ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod | |
4280 | ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod | |
4281 | ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod | |
4282 | ____________________________________________________________________________ | |
4283 | [ 13921] By: jhi on 2001/12/29 15:05:08 | |
4284 | Log: socketpair tweaks from Nicholas Clark. | |
4285 | Branch: perl | |
4286 | ! ext/Socket/socketpair.t util.c | |
4287 | ____________________________________________________________________________ | |
4288 | [ 13919] By: jhi on 2001/12/28 17:01:39 | |
4289 | Log: Retract #13917. | |
4290 | Branch: perl | |
4291 | ! doop.c | |
4292 | ____________________________________________________________________________ | |
4293 | [ 13918] By: jhi on 2001/12/28 17:00:53 | |
4294 | Log: Subject: provisional MakeMaker patch for VMS | |
4295 | From: "Craig A. Berry" <craigberry@mac.com> | |
4296 | Date: Thu, 27 Dec 2001 22:29:37 -0600 | |
4297 | Message-Id: <a05101004b8515264aa3a@[172.16.52.1]> | |
4298 | Branch: perl | |
4299 | ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm | |
4300 | ____________________________________________________________________________ | |
4301 | [ 13917] By: jhi on 2001/12/28 16:57:19 | |
4302 | Log: (retracted by #13919) | |
4303 | Branch: perl | |
4304 | ! doop.c | |
4305 | ____________________________________________________________________________ | |
4306 | [ 13915] By: jhi on 2001/12/28 01:16:45 | |
4307 | Log: Remove debris in any case. | |
4308 | Branch: perl | |
4309 | ! Configure | |
4310 | ____________________________________________________________________________ | |
4311 | [ 13914] By: jhi on 2001/12/28 00:22:10 | |
4312 | Log: Subject: [PATCH] Re: B::walksymtable oddness | |
4313 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
4314 | Date: Thu, 27 Dec 2001 19:14:24 +0100 | |
4315 | Message-ID: <3C2B7310.861.18820D0@localhost> | |
4316 | Branch: perl | |
4317 | ! ext/B/B.pm | |
4318 | ____________________________________________________________________________ | |
4319 | [ 13913] By: jhi on 2001/12/27 23:57:34 | |
4320 | Log: Subject: [PATCH] because (sys)?read doesn't reset buffers | |
4321 | From: Nicholas Clark <nick@unfortu.net> | |
4322 | Date: Fri, 28 Dec 2001 00:43:02 +0000 | |
4323 | Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net> | |
4324 | Branch: perl | |
4325 | ! ext/Socket/socketpair.t | |
4326 | ____________________________________________________________________________ | |
4327 | [ 13912] By: jhi on 2001/12/27 23:56:20 | |
4328 | Log: Fast Latin1<->UTF-8 conversion for older Perls. | |
4329 | Branch: perl | |
4330 | ! pod/perluniintro.pod | |
4331 | ____________________________________________________________________________ | |
4332 | [ 13911] By: jhi on 2001/12/27 14:52:45 | |
4333 | Log: Update Changes. | |
4334 | Branch: perl | |
4335 | ! Changes patchlevel.h | |
4336 | ____________________________________________________________________________ | |
b682381a JH |
4337 | [ 13910] By: jhi on 2001/12/27 14:32:23 |
4338 | Log: More wait status trickery for BeOS. | |
4339 | Branch: perl | |
4340 | ! ext/POSIX/POSIX.xs | |
4341 | ____________________________________________________________________________ | |
4342 | [ 13908] By: jhi on 2001/12/27 14:15:27 | |
4343 | Log: Try to catch the SIGBUS, as suggested by Nicholas Clark. | |
4344 | Branch: perl | |
4345 | ! Configure | |
4346 | ____________________________________________________________________________ | |
4347 | [ 13907] By: jhi on 2001/12/27 14:05:09 | |
4348 | Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED) | |
4349 | From: gbarr@monty.mutatus.co.uk | |
4350 | Date: 27 Dec 2001 14:41:36 -0000 | |
4351 | Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk> | |
4352 | Branch: perl | |
4353 | ! lib/ExtUtils/t/Embed.t | |
4354 | ____________________________________________________________________________ | |
4355 | [ 13906] By: jhi on 2001/12/27 13:58:18 | |
4356 | Log: Subject: [PATCH] Re: socketpair emulation | |
4357 | From: Nicholas Clark <nick@unfortu.net> | |
4358 | Date: Wed, 26 Dec 2001 20:08:14 +0000 | |
4359 | Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net> | |
4360 | Branch: perl | |
4361 | ! ext/Socket/socketpair.t | |
4362 | ____________________________________________________________________________ | |
4363 | [ 13905] By: jhi on 2001/12/27 13:55:03 | |
4364 | Log: Subject: [DOC PATCH] left is right and right is left | |
4365 | From: Philip Newton <Philip.Newton@gmx.net> | |
4366 | Date: Thu, 27 Dec 2001 10:04:17 +0100 | |