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 | ____________________________________________________________________________ |
71de3767 JH |
34 | [ 14832] By: jhi on 2002/02/22 14:25:18 |
35 | Log: Implement IV/UV/NV/long double pack/unpack with | |
36 | template letters j/J/F/D (the latter two have been | |
37 | undocumented aliases of f/d). | |
38 | Branch: perl | |
39 | ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t | |
40 | ____________________________________________________________________________ | |
41 | [ 14831] By: jhi on 2002/02/22 13:47:08 | |
42 | Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile | |
43 | From: Nicholas Clark <nick@unfortu.net> | |
44 | Date: Fri, 22 Feb 2002 14:01:25 +0000 | |
45 | Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net> | |
46 | Branch: perl | |
47 | ! ext/Encode/compile | |
48 | ____________________________________________________________________________ | |
49 | [ 14830] By: jhi on 2002/02/22 13:44:27 | |
50 | Log: NetWare change from Ananth Kesari. | |
51 | Branch: perl | |
52 | - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl | |
53 | ! MANIFEST | |
54 | ____________________________________________________________________________ | |
55 | [ 14829] By: jhi on 2002/02/22 13:42:42 | |
56 | Log: Subject: [PATCH @14577] pack with a human face: part ]|[ | |
57 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
58 | Date: Fri, 22 Feb 2002 03:55:13 -0500 | |
59 | Message-ID: <20020222035513.A894@math.ohio-state.edu> | |
60 | Branch: perl | |
61 | ! pod/perlfunc.pod pp_pack.c t/op/pack.t | |
62 | ____________________________________________________________________________ | |
63 | [ 14828] By: jhi on 2002/02/22 13:19:19 | |
64 | Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now. | |
65 | Branch: perl | |
66 | ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm | |
67 | ____________________________________________________________________________ | |
68 | [ 14827] By: jhi on 2002/02/22 13:11:00 | |
69 | Log: Make measure_struct a file static. | |
70 | Branch: perl | |
71 | ! pp_pack.c | |
72 | ____________________________________________________________________________ | |
73 | [ 14826] By: jhi on 2002/02/22 04:30:27 | |
74 | Log: EBCDIC: someone who knows what they are doing | |
75 | and whether it is possible at all in the first | |
76 | place needs to figure these tests out on EBCDIC. | |
77 | The CJK encodings heavily abuse their knowledge | |
78 | of ASCII and that may require a translation layer | |
79 | or four to survive UTF-EBCDIC. | |
80 | Branch: perl | |
81 | ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t | |
82 | ____________________________________________________________________________ | |
83 | [ 14825] By: jhi on 2002/02/22 02:43:03 | |
84 | Log: croak() needs context. | |
85 | Branch: perl | |
86 | ! pp_pack.c | |
87 | ____________________________________________________________________________ | |
88 | [ 14824] By: jhi on 2002/02/22 01:56:06 | |
89 | Log: Subject: [PATCH @14577] pack with a human face: the sequel | |
90 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
91 | Date: Thu, 21 Feb 2002 21:33:37 -0500 | |
92 | Message-ID: <20020221213337.A23848@math.ohio-state.edu> | |
93 | Branch: perl | |
94 | ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c | |
95 | ! proto.h t/op/pack.t | |
96 | ____________________________________________________________________________ | |
97 | [ 14823] By: jhi on 2002/02/22 00:38:19 | |
98 | Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile | |
99 | From: Nicholas Clark <nick@unfortu.net> | |
100 | Date: Fri, 22 Feb 2002 00:49:44 +0000 | |
101 | Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net> | |
102 | Branch: perl | |
103 | ! ext/Encode/compile | |
104 | ____________________________________________________________________________ | |
105 | [ 14822] By: jhi on 2002/02/21 22:42:17 | |
106 | Log: Test for #14795. | |
107 | Branch: perl | |
108 | ! t/op/pat.t | |
109 | ____________________________________________________________________________ | |
110 | [ 14821] By: jhi on 2002/02/21 22:05:20 | |
111 | Log: Testing for ASCII in EBCDIC makes one's brain hurt. | |
112 | Branch: perl | |
113 | ! t/op/pat.t | |
114 | ____________________________________________________________________________ | |
115 | [ 14820] By: jhi on 2002/02/21 21:53:00 | |
116 | Log: Subject: [PATCH] next batch of bugfixes | |
117 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
118 | Date: Thu, 21 Feb 2002 23:54:41 +0100 | |
119 | Message-ID: <20020221235441.A17260@rafael> | |
120 | Branch: perl | |
121 | ! ext/B/B/Deparse.pm | |
122 | ____________________________________________________________________________ | |
123 | [ 14819] By: jhi on 2002/02/21 21:06:54 | |
124 | Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1) | |
125 | From: chromatic <chromatic@rmci.net> | |
126 | Date: Thu, 21 Feb 2002 14:17:35 -0700 | |
127 | Message-ID: <20020221211823.80922.qmail@onion.perl.org> | |
128 | Branch: perl | |
129 | ! lib/File/stat.pm lib/File/stat.t | |
130 | ____________________________________________________________________________ | |
131 | [ 14818] By: jhi on 2002/02/21 21:01:36 | |
132 | Log: Externalization from Jatan Shah <jshah@broadcom.com>. | |
133 | Branch: perl | |
134 | ! ext/re/re.xs | |
135 | ____________________________________________________________________________ | |
136 | [ 14817] By: jhi on 2002/02/21 20:02:27 | |
137 | Log: Upgrade to Math::BigInt 1.51. | |
138 | Branch: perl | |
139 | + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t | |
140 | + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t | |
141 | + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t | |
142 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
143 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t | |
144 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t | |
145 | ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc | |
146 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t | |
147 | ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t | |
148 | ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t | |
149 | ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t | |
150 | ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm | |
151 | ____________________________________________________________________________ | |
152 | [ 14816] By: jhi on 2002/02/21 19:33:01 | |
153 | Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken | |
154 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
155 | Date: Thu, 21 Feb 2002 21:20:25 +0100 | |
156 | Message-ID: <69510538936.20020221212025@familiehaase.de> | |
157 | Branch: perl | |
158 | ! Makefile.SH | |
159 | ____________________________________________________________________________ | |
160 | [ 14815] By: jhi on 2002/02/21 17:28:23 | |
161 | Log: Subject: [PATCH @14577] grouping in pack/unpack | |
162 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
163 | Date: Thu, 21 Feb 2002 06:06:14 -0500 | |
164 | Message-ID: <20020221060614.A29836@math.ohio-state.edu> | |
165 | Branch: perl | |
166 | ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod | |
167 | ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t | |
168 | ____________________________________________________________________________ | |
169 | [ 14814] By: jhi on 2002/02/21 15:41:10 | |
170 | Log: Subject: [PATCH propose] question about fs.t | |
171 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
172 | Date: Thu, 21 Feb 2002 15:10:21 +0100 | |
173 | Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu> | |
174 | Branch: perl | |
175 | ! t/io/fs.t | |
176 | ____________________________________________________________________________ | |
177 | [ 14813] By: jhi on 2002/02/21 15:37:44 | |
178 | Log: Subject: [PATCH] 'make clobber' on Cygwin broken | |
179 | From: "Gerrit P. Haase" <gerrit@familiehaase.de> | |
180 | Date: Thu, 21 Feb 2002 09:54:28 +0100 | |
181 | Message-ID: <13576559576.20020221095428@familiehaase.de> | |
182 | Branch: perl | |
183 | ! Makefile.SH | |
184 | ____________________________________________________________________________ | |
185 | [ 14812] By: ams on 2002/02/21 14:59:09 | |
186 | Log: Subject: typo correction | |
187 | From: mjd@plover.com | |
188 | Date: 21 Feb 2002 15:43:49 -0000 | |
189 | Message-Id: <20020221154349.22772.qmail@plover.com> | |
190 | Branch: perl | |
191 | ! pod/perldebug.pod | |
192 | ____________________________________________________________________________ | |
193 | [ 14811] By: ams on 2002/02/21 14:02:12 | |
194 | Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden | |
195 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
196 | Date: Thu, 21 Feb 2002 15:22:22 +0100 | |
197 | Message-Id: <20020221152222.A15095@rafael> | |
198 | Branch: perl | |
199 | ! op.h toke.c | |
200 | ____________________________________________________________________________ | |
201 | [ 14810] By: ams on 2002/02/21 12:45:28 | |
202 | Log: Subject: [PATCH @14577] cosmetic OS/2 patches | |
203 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
204 | Date: Thu, 21 Feb 2002 06:02:48 -0500 | |
205 | Message-Id: <20020221060248.A29705@math.ohio-state.edu> | |
206 | Branch: perl | |
207 | ! lib/ExtUtils/Mksymlists.pm makedef.pl | |
208 | ____________________________________________________________________________ | |
209 | [ 14809] By: nick on 2002/02/21 09:31:08 | |
210 | Log: Integrate mainline | |
211 | Branch: perlio | |
212 | +> lib/Pod/t/Select.t | |
213 | !> (integrate 37 files) | |
214 | ____________________________________________________________________________ | |
215 | [ 14808] By: jhi on 2002/02/21 05:33:27 | |
216 | Log: metaconfig unit change for #14807. | |
217 | Branch: metaconfig | |
218 | ! U/modified/Signal.U | |
219 | ____________________________________________________________________________ | |
220 | [ 14807] By: jhi on 2002/02/21 05:33:07 | |
221 | Log: Revert #14805, didn't quite work. | |
222 | Branch: perl | |
223 | ! Configure config_h.SH | |
224 | ____________________________________________________________________________ | |
225 | [ 14806] By: jhi on 2002/02/21 05:21:52 | |
226 | Log: metaconfig changes for #14805. | |
227 | Branch: metaconfig | |
228 | ! U/modified/Signal.U dist-3.0at70b/kit/makeSH | |
229 | ____________________________________________________________________________ | |
230 | [ 14805] By: jhi on 2002/02/21 05:21:21 | |
231 | Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts | |
232 | From: Paul Eggert <eggert@twinsun.com> | |
233 | Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST) | |
234 | Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com> | |
235 | Branch: perl | |
236 | ! Configure config_h.SH | |
237 | ____________________________________________________________________________ | |
238 | [ 14804] By: jhi on 2002/02/21 04:56:05 | |
239 | Log: More advice. | |
240 | Branch: perl | |
241 | ! README.os390 | |
242 | ____________________________________________________________________________ | |
243 | [ 14803] By: jhi on 2002/02/21 04:40:37 | |
244 | Log: Missing MANIFESTation. | |
245 | Branch: perl | |
246 | ! MANIFEST | |
247 | ____________________________________________________________________________ | |
248 | [ 14802] By: ams on 2002/02/20 22:55:25 | |
249 | Log: Subject: [PATCH] Add missing Tolkien quotes to *.c | |
250 | From: Autrijus Tang <autrijus@autrijus.org> | |
251 | Date: Thu, 21 Feb 2002 07:13:12 +0800 | |
252 | Message-Id: <20020220231312.GA775@not.autrijus.org> | |
253 | Branch: perl | |
254 | ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c | |
255 | ____________________________________________________________________________ | |
256 | [ 14801] By: ams on 2002/02/20 22:27:20 | |
257 | Log: Subject: Re: Make Schwern poor in just 20 easy steps! | |
258 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
259 | Date: Thu, 21 Feb 2002 00:20:40 +0100 | |
260 | Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com> | |
261 | Branch: perl | |
262 | + lib/Pod/t/Select.t | |
263 | ____________________________________________________________________________ | |
264 | [ 14800] By: jhi on 2002/02/20 22:15:23 | |
265 | Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument | |
266 | twice, causing the loop to skip every other character. | |
267 | Branch: perl | |
268 | ! utf8.c | |
269 | ____________________________________________________________________________ | |
270 | [ 14799] By: jhi on 2002/02/20 21:43:21 | |
271 | Log: Better debugging info. | |
272 | Branch: perl | |
273 | ! t/uni/case.pl | |
274 | ____________________________________________________________________________ | |
275 | [ 14798] By: jhi on 2002/02/20 21:13:50 | |
276 | Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile | |
277 | From: Nicholas Clark <nick@unfortu.net> | |
278 | Date: Wed, 20 Feb 2002 22:13:05 +0000 | |
279 | Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net> | |
280 | Branch: perl | |
281 | ! ext/Encode/compile | |
282 | ____________________________________________________________________________ | |
283 | [ 14797] By: jhi on 2002/02/20 18:31:14 | |
284 | Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts | |
285 | From: Paul Eggert <eggert@twinsun.com> | |
286 | Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST) | |
287 | Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com> | |
288 | Branch: perl | |
289 | ! pod/perlhack.pod | |
290 | ____________________________________________________________________________ | |
291 | [ 14796] By: nick on 2002/02/20 18:15:00 | |
292 | Log: Integrate mainline | |
293 | Branch: perlio | |
294 | +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
295 | +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod | |
296 | +> lib/Locale/Country.pod lib/Locale/Currency.pod | |
297 | +> lib/Locale/Language.pod lib/Locale/Script.pm | |
298 | +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t | |
299 | +> t/uni/title.t t/uni/upper.t | |
300 | !> (integrate 41 files) | |
301 | ____________________________________________________________________________ | |
302 | [ 14795] By: ams on 2002/02/20 17:08:38 | |
303 | Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports | |
304 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
305 | Date: Wed, 20 Feb 2002 18:06:59 +0000 | |
306 | Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk> | |
307 | Branch: perl | |
308 | ! pp_ctl.c | |
309 | ____________________________________________________________________________ | |
310 | [ 14794] By: ams on 2002/02/20 16:41:56 | |
311 | Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark | |
312 | From: Paul_GreenVOS@vos.stratus.com | |
313 | Date: Wed, 20 Feb 02 12:21 est | |
314 | Message-Id: <200202201723.MAA24639@mailhub1.stratus.com> | |
315 | Branch: perl | |
316 | ! Makefile.SH | |
317 | ____________________________________________________________________________ | |
318 | [ 14793] By: jhi on 2002/02/20 16:26:56 | |
319 | Log: Forgot from #14790. | |
320 | Branch: perl | |
321 | ! pp_pack.c | |
322 | ____________________________________________________________________________ | |
323 | [ 14792] By: jhi on 2002/02/20 16:23:00 | |
324 | Log: Update Changes. | |
325 | Branch: perl | |
326 | ! Changes patchlevel.h | |
327 | ____________________________________________________________________________ | |
13089db4 JH |
328 | [ 14791] By: jhi on 2002/02/20 15:24:19 |
329 | Log: Integrate change #14778 from maintperl. | |
330 | Branch: perl | |
331 | ! t/lib/strict/subs | |
332 | !> op.c | |
333 | ____________________________________________________________________________ | |
334 | [ 14790] By: jhi on 2002/02/20 15:08:06 | |
335 | Log: Subject: Re: [ID 20020220.001] pack w with objects | |
336 | From: Ulrich Pfeifer <upf@de.uu.net> | |
337 | Date: 20 Feb 2002 11:21:15 +0100 | |
338 | Message-ID: <p5g03wcv38.fsf@de.uu.net> | |
339 | Branch: perl | |
340 | ! t/op/pack.t | |
341 | ____________________________________________________________________________ | |
342 | [ 14789] By: jhi on 2002/02/20 15:05:54 | |
343 | Log: Subject: Re: [PATCH] go faster for Encode's compile | |
344 | From: Nicholas Clark <nick@unfortu.net> | |
345 | Date: Tue, 19 Feb 2002 23:38:36 +0000 | |
346 | Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net> | |
347 | Branch: perl | |
348 | ! ext/Encode/compile | |
349 | ____________________________________________________________________________ | |
350 | [ 14788] By: jhi on 2002/02/20 15:02:31 | |
351 | Log: Regen Glossary. | |
352 | Branch: perl | |
353 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
354 | ____________________________________________________________________________ | |
355 | [ 14787] By: jhi on 2002/02/20 14:57:37 | |
356 | Log: metaconfig unit change for #14786 (not visible yet, | |
357 | since Glossary needs regenerating) | |
358 | Branch: metaconfig | |
359 | ! U/compline/d_gconvert.U | |
360 | ____________________________________________________________________________ | |
361 | [ 14786] By: jhi on 2002/02/20 14:56:55 | |
362 | Log: Subject: d_Gconvert hints and Glossary | |
363 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
364 | Date: Tue, 19 Feb 2002 11:55:36 -0800 | |
365 | Message-ID: <42qc8gzkgOFN092yn@efn.org> | |
366 | Branch: perl | |
367 | ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh | |
368 | ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh | |
369 | ! hints/svr5.sh | |
370 | ____________________________________________________________________________ | |
371 | [ 14785] By: jhi on 2002/02/20 14:38:45 | |
372 | Log: metaconfig unit changes for #14784. | |
373 | Branch: metaconfig | |
374 | ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U | |
375 | ____________________________________________________________________________ | |
376 | [ 14784] By: jhi on 2002/02/20 14:38:14 | |
377 | Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts | |
378 | From: Paul Eggert <eggert@twinsun.com> | |
379 | Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) | |
380 | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> | |
381 | Branch: perl | |
382 | ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh | |
383 | ! pod/perlhack.pod | |
384 | ____________________________________________________________________________ | |
385 | [ 14783] By: jhi on 2002/02/20 14:21:32 | |
386 | Log: metaconfig unit change for #14782. | |
387 | Branch: metaconfig/U/perl | |
388 | ! Mksymlinks.U | |
389 | ____________________________________________________________________________ | |
390 | [ 14782] By: jhi on 2002/02/20 14:20:33 | |
391 | Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin) | |
392 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
393 | Date: Wed, 20 Feb 2002 00:23:29 +0100 | |
394 | Message-ID: <70348722516.20020220002329@familiehaase.de> | |
395 | Branch: perl | |
396 | ! Configure | |
397 | ____________________________________________________________________________ | |
398 | [ 14781] By: jhi on 2002/02/20 13:58:16 | |
399 | Log: Subject: Re: Lexical scoping bug with EXPR for EXPR? | |
400 | From: Nicholas Clark <nick@unfortu.net> | |
401 | Date: Tue, 19 Feb 2002 19:27:42 +0000 | |
402 | Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net> | |
403 | ||
404 | (with modifications) | |
405 | Branch: perl | |
406 | ! pod/perlsub.pod | |
407 | ____________________________________________________________________________ | |
408 | [ 14780] By: jhi on 2002/02/20 13:49:44 | |
409 | Log: NetWare tweak from Ananth Kesari. | |
410 | Branch: perl | |
411 | ! lib/ExtUtils/MakeMaker.pm | |
412 | ____________________________________________________________________________ | |
413 | [ 14779] By: ams on 2002/02/20 06:51:55 | |
414 | Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>. | |
415 | Branch: perl | |
416 | ! pod/perlfaq4.pod | |
417 | ____________________________________________________________________________ | |
418 | [ 14778] By: gsar on 2002/02/20 04:17:22 | |
419 | Log: constant folding on the range operator had the effect of disabling | |
420 | peephole optimizations in all the siblings of the range OP; the | |
421 | effect of this was that barewords could escape strictures when | |
422 | they were hiding in such places | |
423 | Branch: maint-5.6/perl | |
424 | ! op.c t/pragma/strict-subs | |
425 | ____________________________________________________________________________ | |
426 | [ 14777] By: ams on 2002/02/20 00:56:21 | |
427 | Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970) | |
428 | From: Graham Barr <gbarr@pobox.com> | |
429 | Date: Tue, 19 Feb 2002 23:08:47 +0000 | |
430 | Message-Id: <20020219230847.G66560@pobox.com> | |
431 | Branch: perl | |
432 | ! lib/Time/Local.pm | |
433 | ____________________________________________________________________________ | |
434 | [ 14776] By: ams on 2002/02/19 17:20:28 | |
435 | Log: Subject: [DOCPATCH] C<< >> in Tie::Hash | |
436 | From: Nicholas Clark <nick@unfortu.net> | |
437 | Date: Tue, 19 Feb 2002 16:23:22 +0000 | |
438 | Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net> | |
439 | Branch: perl | |
440 | ! lib/Tie/Hash.pm | |
441 | ____________________________________________________________________________ | |
442 | [ 14775] By: jhi on 2002/02/19 15:20:52 | |
443 | Log: Regen doc, regen toc. | |
444 | Branch: perl | |
445 | ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod | |
446 | ____________________________________________________________________________ | |
447 | [ 14774] By: jhi on 2002/02/19 15:18:03 | |
448 | Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR? | |
449 | From: Dave Mitchell <davem@fdgroup.co.uk> | |
450 | Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) | |
451 | Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk> | |
452 | Branch: perl | |
453 | ! pod/perlsub.pod | |
454 | ____________________________________________________________________________ | |
455 | [ 14773] By: jhi on 2002/02/19 15:13:57 | |
456 | Log: Detypo. | |
457 | Branch: perl | |
458 | ! lib/Tie/Memoize.pm | |
459 | ____________________________________________________________________________ | |
460 | [ 14772] By: jhi on 2002/02/19 15:01:25 | |
461 | Log: UTF-8 C API doc tweaks. | |
462 | Branch: perl | |
463 | ! pod/perlunicode.pod | |
464 | ____________________________________________________________________________ | |
465 | [ 14771] By: jhi on 2002/02/19 14:03:08 | |
466 | Log: Mention that the case-switchers know about Unicode, too. | |
467 | Branch: perl | |
468 | ! pod/perlop.pod | |
469 | ____________________________________________________________________________ | |
470 | [ 14770] By: jhi on 2002/02/19 13:49:52 | |
471 | Log: Upgrade to Locale::Codes 2.01. | |
472 | Branch: perl | |
473 | + lib/Locale/Constants.pod lib/Locale/Country.pod | |
474 | + lib/Locale/Currency.pod lib/Locale/Language.pod | |
475 | + lib/Locale/Script.pod | |
476 | ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
477 | ! lib/Locale/Constants.pm lib/Locale/Country.pm | |
478 | ! lib/Locale/Currency.pm lib/Locale/Language.pm | |
479 | ! lib/Locale/Maketext.pm lib/Locale/Script.pm | |
480 | ____________________________________________________________________________ | |
481 | [ 14769] By: jhi on 2002/02/19 13:34:16 | |
482 | Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR? | |
483 | From: Dave Mitchell <davem@fdgroup.co.uk> | |
484 | Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) | |
485 | Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk> | |
486 | Branch: perl | |
487 | ! pod/perlsub.pod | |
488 | ____________________________________________________________________________ | |
489 | [ 14768] By: jhi on 2002/02/19 13:32:32 | |
490 | Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs | |
491 | From: Sam Tregar <sam@tregar.com> | |
492 | Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) | |
493 | Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain> | |
494 | Branch: perl | |
495 | ! sv.h | |
496 | ____________________________________________________________________________ | |
497 | [ 14767] By: jhi on 2002/02/19 13:29:04 | |
498 | Log: The test requires perlio. | |
499 | Branch: perl | |
500 | ! ext/Encode/t/JP.t | |
501 | ____________________________________________________________________________ | |
502 | [ 14766] By: jhi on 2002/02/19 04:57:59 | |
503 | Log: Misplaced block end. | |
504 | Branch: perl | |
505 | ! utf8.c | |
506 | ____________________________________________________________________________ | |
507 | [ 14765] By: jhi on 2002/02/19 04:53:30 | |
508 | Log: The POSIX extensions are deadly. | |
509 | Branch: perl | |
510 | ! regcomp.c | |
511 | ____________________________________________________________________________ | |
512 | [ 14764] By: jhi on 2002/02/19 04:44:41 | |
513 | Log: Let's not overdo the growth. | |
514 | Branch: perl | |
515 | ! pp.c | |
516 | ____________________________________________________________________________ | |
517 | [ 14763] By: jhi on 2002/02/19 04:19:21 | |
518 | Log: Third time makes the charm. | |
519 | Branch: perl | |
520 | ! README.os390 | |
521 | ____________________________________________________________________________ | |
522 | [ 14762] By: jhi on 2002/02/19 04:03:46 | |
523 | Log: Oops. | |
524 | Branch: perl | |
525 | ! utf8.c | |
526 | ____________________________________________________________________________ | |
527 | [ 14761] By: jhi on 2002/02/19 03:49:34 | |
528 | Log: Add back the new casing tests. | |
529 | Branch: perl | |
530 | + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t | |
531 | ! MANIFEST | |
532 | ____________________________________________________________________________ | |
533 | [ 14760] By: jhi on 2002/02/19 03:49:16 | |
534 | Log: Prefer special case mappings. | |
535 | Branch: perl | |
536 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
537 | ! lib/unicore/To/Upper.pl lib/unicore/mktables | |
538 | ____________________________________________________________________________ | |
539 | [ 14759] By: jhi on 2002/02/19 03:48:46 | |
540 | Log: Try special casing first. | |
541 | Branch: perl | |
542 | ! utf8.c | |
543 | ____________________________________________________________________________ | |
544 | [ 14758] By: jhi on 2002/02/19 01:55:14 | |
545 | Log: Not extending enough. | |
546 | Branch: perl | |
547 | ! pp.c utf8.h | |
548 | ____________________________________________________________________________ | |
549 | [ 14757] By: jhi on 2002/02/19 00:21:07 | |
550 | Log: No need to store identity mappings. | |
551 | Branch: perl | |
552 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
553 | ! lib/unicore/mktables | |
554 | ____________________________________________________________________________ | |
555 | [ 14756] By: ams on 2002/02/18 20:21:17 | |
556 | Log: Forward port #14704 from maint-5.6. | |
557 | Branch: perl | |
558 | ! doio.c | |
559 | ____________________________________________________________________________ | |
560 | [ 14755] By: jhi on 2002/02/18 20:16:40 | |
561 | Log: Regen Changes. | |
562 | Branch: perl | |
563 | ! Changes | |
564 | ____________________________________________________________________________ | |
25caadfd JH |
565 | [ 14754] By: ams on 2002/02/18 19:01:09 |
566 | Log: Subject: [PATCH] VMS cando_by_name and current process privs | |
567 | From: "Craig A. Berry" <craigberry@mac.com> | |
568 | Date: Mon, 18 Feb 2002 14:03:30 -0600 | |
569 | Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01> | |
570 | Branch: perl | |
571 | ! vms/vms.c | |
572 | ____________________________________________________________________________ | |
573 | [ 14753] By: jhi on 2002/02/18 17:58:39 | |
574 | Log: Update Changes. | |
575 | Branch: perl | |
576 | ! Changes patchlevel.h | |
577 | ____________________________________________________________________________ | |
168e7ffa JH |
578 | [ 14752] By: jhi on 2002/02/18 17:54:44 |
579 | Log: What do you know; these tests unearthed nasty problems. | |
580 | Will resolve those first. | |
581 | Branch: perl | |
582 | - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t | |
583 | ! MANIFEST | |
584 | ____________________________________________________________________________ | |
585 | [ 14751] By: jhi on 2002/02/18 17:52:23 | |
586 | Log: Update Changes. | |
587 | Branch: perl | |
588 | ! Changes patchlevel.h | |
589 | ____________________________________________________________________________ | |
249f3c53 JH |
590 | [ 14750] By: ams on 2002/02/18 17:36:05 |
591 | Log: Subject: Re: IO::Poll: Removing Handles | |
592 | From: Matthew Sachs <matthewg@zevils.com> | |
593 | Date: Mon, 18 Feb 2002 13:19:01 -0500 | |
594 | Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com> | |
595 | Branch: perl | |
596 | ! ext/IO/lib/IO/t/io_poll.t | |
597 | ____________________________________________________________________________ | |
598 | [ 14749] By: jhi on 2002/02/18 16:49:51 | |
599 | Log: Subject: VMS test fix-ups (alarm.t and glob.t) | |
600 | From: "Craig A. Berry" <craigberry@mac.com> | |
601 | Date: Mon, 18 Feb 2002 11:52:21 -0600 | |
602 | Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01> | |
603 | Branch: perl | |
604 | ! t/op/alarm.t t/op/glob.t | |
605 | ____________________________________________________________________________ | |
606 | [ 14748] By: ams on 2002/02/18 15:53:36 | |
607 | Log: s/load_module/Perl_load_module/ | |
608 | Branch: perl | |
609 | ! gv.c | |
610 | ____________________________________________________________________________ | |
611 | [ 14747] By: jhi on 2002/02/18 15:43:06 | |
612 | Log: Unused in ASCII, used in EBCDIC. | |
613 | Branch: perl | |
614 | ! utf8.c | |
615 | ____________________________________________________________________________ | |
616 | [ 14746] By: jhi on 2002/02/18 15:26:32 | |
617 | Log: Upgrade to Locale::Codes 2.00. | |
618 | Branch: perl | |
619 | + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
620 | + lib/Locale/Codes/t/script.t lib/Locale/Script.pm | |
621 | ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t | |
622 | ! lib/Locale/Constants.pm lib/Locale/Country.pm | |
623 | ! lib/Locale/Currency.pm lib/Locale/Language.pm | |
624 | ____________________________________________________________________________ | |
625 | [ 14745] By: ams on 2002/02/18 15:20:44 | |
626 | Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation | |
627 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
628 | Date: Sat, 16 Feb 2002 00:06:01 +0100 | |
629 | Message-Id: <20020216000601.A17249@rafael> | |
630 | Branch: perl | |
631 | ! gv.c | |
632 | ____________________________________________________________________________ | |
633 | [ 14744] By: jhi on 2002/02/18 14:54:47 | |
634 | Log: More Unicode casing checks. | |
635 | Branch: perl | |
636 | + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t | |
637 | ! MANIFEST | |
638 | ____________________________________________________________________________ | |
639 | [ 14743] By: ams on 2002/02/18 14:35:38 | |
640 | Log: Subject: IO::Poll: Removing Handles | |
641 | From: Matthew Sachs <matthewg@zevils.com> | |
642 | Date: Sun, 17 Feb 2002 04:49:46 -0500 | |
643 | Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com> | |
644 | Branch: perl | |
645 | ! ext/IO/lib/IO/Poll.pm | |
646 | ____________________________________________________________________________ | |
647 | [ 14741] By: ams on 2002/02/18 13:59:48 | |
648 | Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER" | |
649 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
650 | Date: Mon, 18 Feb 2002 15:41:26 +0100 | |
651 | Message-Id: <20020218154126.A692@rafael> | |
652 | Branch: perl | |
653 | ! pp_ctl.c t/op/do.t | |
654 | ____________________________________________________________________________ | |
25caadfd JH |
655 | [ 14740] By: nick on 2002/02/18 09:09:23 |
656 | Log: Integrate mainline | |
657 | Branch: perlio | |
658 | +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
659 | +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL | |
660 | +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL | |
661 | +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
662 | +> ext/Encode/lib/Encode/JP/Constants.pm | |
663 | +> ext/Encode/lib/Encode/JP/H2Z.pm | |
664 | +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
665 | +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm | |
666 | +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl | |
667 | +> os2/OS2/Process/t/os2_process.t | |
668 | +> os2/OS2/Process/t/os2_process_kid.t | |
669 | +> os2/OS2/Process/t/os2_process_text.t | |
670 | - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL | |
671 | - ext/Encode/t/Japanese.t | |
672 | !> (integrate 47 files) | |
673 | ____________________________________________________________________________ | |
249f3c53 JH |
674 | [ 14739] By: jhi on 2002/02/18 05:02:47 |
675 | Log: EBCDIC: now the worst seems to be over for | |
676 | the "Malformed" warnings. Still a few of them, | |
677 | and plenty of test failures, but getting better. | |
678 | Branch: perl | |
679 | ! regcomp.c utf8.c | |
680 | ____________________________________________________________________________ | |
681 | [ 14738] By: jhi on 2002/02/18 02:31:05 | |
682 | Log: Upgrade to Net::Ping 2.12. | |
683 | Branch: perl | |
684 | ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README | |
685 | ! lib/Net/Ping/t/110_icmp_inst.t | |
686 | ____________________________________________________________________________ | |
687 | [ 14737] By: jhi on 2002/02/18 02:24:31 | |
688 | Log: After much rewriting we are now pretty much | |
689 | back to where we started. | |
690 | Branch: perl | |
691 | ! utf8.c | |
692 | ____________________________________________________________________________ | |
693 | [ 14736] By: ams on 2002/02/18 01:23:00 | |
694 | Log: Subject: [PATCH B::Deparse] two fixes | |
695 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
696 | Date: Sun, 17 Feb 2002 23:58:59 +0100 | |
697 | Message-Id: <20020217235859.A32513@rafael> | |
698 | Branch: perl | |
699 | ! ext/B/B/Deparse.pm | |
700 | ____________________________________________________________________________ | |
701 | [ 14735] By: jhi on 2002/02/17 21:24:26 | |
702 | Log: Buglet. | |
703 | Branch: perl | |
704 | ! ext/Encode/lib/Encode/JP/JIS.pm | |
705 | ____________________________________________________________________________ | |
706 | [ 14734] By: jhi on 2002/02/17 20:44:59 | |
707 | Log: Clearing up to_utf8_case() continues: this time use | |
708 | a single return, and EBCDICification for all paths. | |
709 | Branch: perl | |
710 | ! utf8.c | |
711 | ____________________________________________________________________________ | |
712 | [ 14733] By: jhi on 2002/02/17 19:51:01 | |
713 | Log: Small tweaks to get the test running (fix @INC and | |
714 | do not overwrite the table.utf8 and table.rnd). | |
715 | Branch: perl | |
716 | ! ext/Encode/t/JP.t | |
717 | ____________________________________________________________________________ | |
718 | [ 14732] By: jhi on 2002/02/17 18:40:24 | |
719 | Log: Tiny tweak. | |
720 | Branch: perl | |
721 | ! utf8.c | |
722 | ____________________________________________________________________________ | |
723 | [ 14731] By: jhi on 2002/02/17 16:56:17 | |
724 | Log: Redundant casts. | |
725 | Branch: perl | |
726 | ! utf8.c | |
727 | ____________________________________________________________________________ | |
728 | [ 14730] By: jhi on 2002/02/17 16:50:34 | |
729 | Log: More filename portability tips. | |
730 | Branch: perl | |
731 | ! pod/perlport.pod | |
732 | ____________________________________________________________________________ | |
733 | [ 14729] By: jhi on 2002/02/17 16:25:06 | |
734 | Log: FAQ sync. | |
735 | Branch: perl | |
736 | ! pod/perlfaq3.pod pod/perlfaq5.pod | |
737 | ____________________________________________________________________________ | |
738 | [ 14728] By: ams on 2002/02/17 16:15:09 | |
739 | Log: Subject: podlators 1.21 released | |
740 | From: Russ Allbery <rra@stanford.edu> | |
741 | Date: Sat, 16 Feb 2002 21:42:56 -0800 | |
742 | Message-Id: <yladu8irz3.fsf@windlord.stanford.edu> | |
743 | Branch: perl | |
744 | ! lib/Pod/Text/Overstrike.pm | |
745 | ____________________________________________________________________________ | |
746 | [ 14727] By: sky on 2002/02/17 11:36:52 | |
747 | Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die() | |
748 | From: Autrijus Tang <autrijus@autrijus.org> | |
749 | Date: Sun, 17 Feb 2002 19:46:47 +0800 | |
750 | Message-ID: <20020217194647.A1410@not.autrijus.org> | |
751 | Branch: perl | |
752 | ! pp_ctl.c t/op/tiehandle.t util.c | |
753 | ____________________________________________________________________________ | |
754 | [ 14726] By: jhi on 2002/02/17 03:13:30 | |
755 | Log: EBCDIC: to_utf8_case() is supposed to get its low 256 | |
756 | input in native code points, not Unicode. | |
757 | Branch: perl | |
758 | ! utf8.c | |
759 | ____________________________________________________________________________ | |
760 | [ 14725] By: jhi on 2002/02/17 01:43:42 | |
761 | Log: Regen Glossary. | |
762 | Branch: perl | |
763 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
764 | ____________________________________________________________________________ | |
765 | [ 14724] By: jhi on 2002/02/17 01:12:37 | |
25caadfd | 766 | Log: The #14715 and #14716 were okay: they just revealed |
249f3c53 JH |
767 | a bug in the EXACTF matching. |
768 | Branch: perl | |
769 | ! regexec.c utf8.c | |
770 | ____________________________________________________________________________ | |
771 | [ 14723] By: jhi on 2002/02/16 16:14:19 | |
772 | Log: Retreat, retreat! (retract #14715 and #14716) | |
773 | Branch: perl | |
774 | ! utf8.c | |
775 | ____________________________________________________________________________ | |
776 | [ 14722] By: jhi on 2002/02/16 16:06:00 | |
777 | Log: Encode 0.40, from Dan Kogai. | |
778 | Branch: perl | |
779 | + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
780 | + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL | |
781 | + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL | |
782 | + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
783 | + ext/Encode/lib/Encode/JP/Constants.pm | |
784 | + ext/Encode/lib/Encode/JP/H2Z.pm | |
785 | + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
786 | + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm | |
787 | + ext/Encode/t/JP.t ext/Encode/t/japanese.pl | |
788 | + ext/Encode/t/table.rnd ext/Encode/t/table.utf8 | |
789 | - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL | |
790 | - ext/Encode/t/Japanese.t | |
791 | ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST | |
792 | ! ext/Encode/t/Encode.t | |
793 | ____________________________________________________________________________ | |
794 | [ 14721] By: jhi on 2002/02/16 15:37:40 | |
795 | Log: metaconfig unit change for #14720. | |
796 | Branch: perl | |
797 | ! Configure | |
798 | ____________________________________________________________________________ | |
25caadfd JH |
799 | [ 14720] By: jhi on 2002/02/16 15:36:42 |
800 | Log: Regenerate Configure (small tweaks on Yitzchak's, | |
801 | main difference being that the preference variables are | |
802 | called gconvert_...). | |
803 | Branch: metaconfig | |
804 | ! U/compline/d_gconvert.U | |
805 | ____________________________________________________________________________ | |
249f3c53 JH |
806 | [ 14719] By: ams on 2002/02/16 14:11:01 |
807 | Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure | |
808 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
809 | Date: Thu, 14 Feb 2002 22:27:33 -0800 | |
810 | Message-Id: <VpKb8gzkgCdK092yn@efn.org> | |
811 | (Applied by hand.) | |
812 | Branch: perl | |
813 | ! Configure | |
814 | ____________________________________________________________________________ | |
815 | [ 14718] By: ams on 2002/02/16 13:45:28 | |
816 | Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open | |
817 | From: Philip Newton <Philip.Newton@gmx.net> | |
818 | Date: Sat, 16 Feb 2002 10:05:05 +0100 | |
819 | Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com> | |
820 | (Applied by hand.) | |
821 | Branch: perl | |
822 | ! pod/perlport.pod | |
823 | ____________________________________________________________________________ | |
824 | [ 14717] By: ams on 2002/02/16 04:30:23 | |
825 | Log: Remove dubious test. | |
826 | Branch: perl | |
827 | ! t/io/open.t | |
828 | ____________________________________________________________________________ | |
829 | [ 14716] By: jhi on 2002/02/16 04:24:45 | |
830 | Log: Tiny tweak. | |
831 | Branch: perl | |
832 | ! utf8.c | |
833 | ____________________________________________________________________________ | |
834 | [ 14715] By: jhi on 2002/02/16 03:49:14 | |
835 | Log: Restructure to_utf8_case() for simpler execution paths. | |
836 | Branch: perl | |
837 | ! utf8.c | |
838 | ____________________________________________________________________________ | |
839 | [ 14714] By: ams on 2002/02/16 02:43:59 | |
840 | Log: Absorb #14701 by Sarathy from maint-5.6. | |
841 | Branch: perl | |
842 | ! doio.c t/io/open.t | |
843 | ____________________________________________________________________________ | |
844 | [ 14713] By: ams on 2002/02/16 01:51:27 | |
845 | Log: Subject: [PATCH] VOS patches for perl 5.8 | |
846 | From: Paul_GreenVOS@vos.stratus.com | |
847 | Date: Fri, 15 Feb 02 17:41 est | |
848 | Message-Id: <200202152243.RAA01195@mailhub1.stratus.com> | |
849 | Branch: perl | |
850 | ! README.vos vos/Changes vos/build.cm vos/config.alpha.def | |
851 | ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h | |
852 | ! vos/install_perl.cm | |
853 | ____________________________________________________________________________ | |
854 | [ 14712] By: jhi on 2002/02/15 21:08:13 | |
855 | Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615 | |
856 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
857 | Date: Fri, 15 Feb 2002 23:05:44 +0100 | |
858 | Message-ID: <20020215230544.A690@rafael> | |
859 | Branch: perl | |
860 | ! ext/B/B/Deparse.pm | |
861 | ____________________________________________________________________________ | |
862 | [ 14711] By: jhi on 2002/02/15 19:26:07 | |
863 | Log: Add $VERSION. | |
864 | Branch: perl | |
865 | ! lib/Tie/Memoize.pm | |
866 | ____________________________________________________________________________ | |
867 | [ 14710] By: jhi on 2002/02/15 15:40:30 | |
868 | Log: Update Changes. | |
869 | Branch: perl | |
870 | ! Changes patchlevel.h | |
871 | ____________________________________________________________________________ | |
531adb68 JH |
872 | [ 14709] By: jhi on 2002/02/15 15:01:54 |
873 | Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc | |
874 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
875 | Date: Thu, 14 Feb 2002 19:07:40 GMT | |
876 | Message-Id: <200202141907.TAA21516@tempest.npl.co.uk> | |
877 | ||
878 | (the hints part only) | |
879 | Branch: perl | |
880 | ! hints/solaris_2.sh | |
881 | ____________________________________________________________________________ | |
25caadfd JH |
882 | [ 14708] By: jhi on 2002/02/15 15:00:27 |
883 | Log: metaconfig unit changes for #14707. | |
884 | Branch: metaconfig | |
885 | ! U/modified/cc.U | |
886 | Branch: metaconfig/U/perl | |
887 | ! Checkcc.U | |
888 | ____________________________________________________________________________ | |
531adb68 JH |
889 | [ 14707] By: jhi on 2002/02/15 15:00:01 |
890 | Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc | |
891 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
892 | Date: Fri, 15 Feb 2002 12:14:39 GMT | |
893 | Message-Id: <200202151214.MAA26466@tempest.npl.co.uk> | |
894 | ||
895 | Split checking-for-gcc and checking-for-cc. | |
896 | Branch: perl | |
897 | ! Configure | |
898 | ____________________________________________________________________________ | |
899 | [ 14706] By: ams on 2002/02/15 13:57:15 | |
900 | Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2 | |
901 | From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi> | |
902 | Date: 15 Feb 2002 10:53:06 +0200 | |
903 | Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi> | |
904 | Branch: perl | |
905 | ! lib/Pod/Html.pm | |
906 | ____________________________________________________________________________ | |
907 | [ 14705] By: ams on 2002/02/15 08:42:55 | |
908 | Log: Subject: [PATCH @14577] OS/2 tests and more | |
909 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
910 | Date: Fri, 15 Feb 2002 03:56:24 -0500 | |
911 | Message-Id: <20020215035624.A16467@math.ohio-state.edu> | |
912 | Branch: perl | |
913 | + os2/OS2/Process/t/os2_process.t | |
914 | + os2/OS2/Process/t/os2_process_kid.t | |
915 | + os2/OS2/Process/t/os2_process_text.t | |
916 | ! MANIFEST configpm hints/os2.sh makedef.pl | |
917 | ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm | |
918 | ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t | |
919 | ! os2/os2ish.h | |
920 | ____________________________________________________________________________ | |
25caadfd JH |
921 | [ 14704] By: gsar on 2002/02/15 08:42:48 |
922 | Log: don't Safefree() PerlIO pointers we didn't allocate to begin with; | |
923 | avoid wasteful PL_fdpid fiddling where that is not warranted; | |
924 | mostly whitespace fixes | |
925 | ||
926 | these were longstanding todo items from: | |
927 | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html | |
928 | Branch: maint-5.6/perl | |
929 | ! doio.c | |
930 | ____________________________________________________________________________ | |
931 | [ 14702] By: nick on 2002/02/15 08:31:41 | |
932 | Log: Integrate mainline | |
933 | Branch: perlio | |
934 | +> lib/if.pm lib/if.t | |
935 | !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t | |
936 | !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README | |
937 | !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t | |
938 | !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t | |
939 | !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t | |
940 | !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm | |
941 | !> lib/charnames.t pod/perluniintro.pod pp_sys.c | |
942 | !> t/lib/warnings/pp_sys | |
943 | ____________________________________________________________________________ | |
944 | [ 14701] By: gsar on 2002/02/15 08:04:58 | |
945 | Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms | |
946 | (and also dies quickly on Windows); this bug crept in as | |
947 | change#610, a.k.a change#646 | |
948 | Branch: maint-5.6/perl | |
949 | ! doio.c t/io/open.t | |
950 | ____________________________________________________________________________ | |
531adb68 JH |
951 | [ 14700] By: jhi on 2002/02/15 02:51:13 |
952 | Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2 | |
953 | From: Ville "Skyttä" <ville.skytta@iki.fi> | |
954 | Date: Wed, 13 Feb 2002 22:29:39 +0200 | |
955 | Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi> | |
956 | Branch: perl | |
957 | ! lib/Pod/Html.pm | |
958 | ____________________________________________________________________________ | |
959 | [ 14699] By: jhi on 2002/02/14 23:47:43 | |
960 | Log: Document and test the C0 and C1. | |
961 | Branch: perl | |
962 | ! lib/charnames.pm lib/charnames.t | |
963 | ____________________________________________________________________________ | |
25caadfd JH |
964 | [ 14698] By: jhi on 2002/02/14 22:21:55 |
965 | Log: metaconfig unit change for #14697. | |
966 | Branch: metaconfig | |
967 | ! U/modified/Init.U | |
968 | ____________________________________________________________________________ | |
531adb68 JH |
969 | [ 14697] By: jhi on 2002/02/14 22:21:20 |
970 | Log: Also OS/2 seems to need exe set early. | |
971 | Branch: perl | |
972 | ! Configure | |
973 | ____________________________________________________________________________ | |
974 | [ 14696] By: jhi on 2002/02/14 22:13:18 | |
975 | Log: Document pack U0U. | |
976 | Branch: perl | |
977 | ! pod/perluniintro.pod | |
978 | ____________________________________________________________________________ | |
979 | [ 14695] By: jhi on 2002/02/14 21:56:52 | |
980 | Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS | |
981 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
982 | Date: Thu, 14 Feb 2002 23:58:00 +0100 | |
983 | Message-ID: <20020214235800.A12901@rafael> | |
984 | Branch: perl | |
985 | ! pp_sys.c t/lib/warnings/pp_sys | |
986 | ____________________________________________________________________________ | |
987 | [ 14694] By: jhi on 2002/02/14 21:54:43 | |
988 | Log: Subject: [PATCH @13746] conditional pragmas | |
989 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
990 | Date: Mon, 31 Dec 2001 18:18:09 -0500 | |
991 | Message-ID: <20011231181809.A29528@math.ohio-state.edu> | |
992 | Branch: perl | |
993 | + lib/if.pm lib/if.t | |
994 | ! MANIFEST | |
995 | ____________________________________________________________________________ | |
996 | [ 14693] By: jhi on 2002/02/14 21:47:08 | |
997 | Log: Deparse bug introduced by #14615: the fix is just a workaround, | |
998 | I suspect there to be another deeper bug, must distill simpler | |
999 | test case. | |
1000 | Branch: perl | |
1001 | ! ext/B/B/Deparse.pm ext/B/t/deparse.t | |
1002 | ____________________________________________________________________________ | |
1003 | [ 14692] By: jhi on 2002/02/14 19:52:26 | |
1004 | Log: Integrate perlio; | |
1005 | ||
1006 | Make dependencies more precise (for nmake) | |
1007 | Branch: perl | |
1008 | !> ext/Encode/EUC_JP/Makefile.PL | |
1009 | ____________________________________________________________________________ | |
1010 | [ 14691] By: jhi on 2002/02/14 18:08:58 | |
1011 | Log: Just a guess. | |
1012 | Branch: perl | |
1013 | ! lib/Tie/Handle.pm | |
1014 | ____________________________________________________________________________ | |
25caadfd JH |
1015 | [ 14690] By: nick on 2002/02/14 16:30:56 |
1016 | Log: Integrate mainline | |
1017 | Branch: perlio | |
1018 | +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t | |
1019 | !> Changes MANIFEST Makefile.SH ext/threads/threads.pm | |
1020 | !> ext/threads/threads.xs lib/ExtUtils/Installed.pm | |
1021 | !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t | |
1022 | !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t | |
1023 | !> utf8.c | |
1024 | ____________________________________________________________________________ | |
531adb68 JH |
1025 | [ 14689] By: jhi on 2002/02/14 16:03:50 |
1026 | Log: Upgrade to Net::Ping 2.11. | |
1027 | Branch: perl | |
1028 | ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README | |
1029 | ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t | |
1030 | ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t | |
1031 | ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t | |
1032 | ____________________________________________________________________________ | |
1033 | [ 14688] By: jhi on 2002/02/14 15:15:17 | |
1034 | Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t] | |
1035 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
1036 | Date: Wed, 13 Feb 2002 17:37:07 GMT | |
1037 | Message-Id: <200202131737.RAA29010@tempest.npl.co.uk> | |
1038 | ||
1039 | (updated version of the above) | |
1040 | Branch: perl | |
1041 | ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t | |
1042 | ____________________________________________________________________________ | |
1043 | [ 14687] By: jhi on 2002/02/14 14:44:02 | |
1044 | Log: Excise inexact blather. | |
1045 | Branch: perl | |
1046 | ! utf8.c | |
1047 | ____________________________________________________________________________ | |
1048 | [ 14686] By: jhi on 2002/02/14 14:30:35 | |
1049 | Log: Subject: Re: [PATCH @13746] tied hashes: memoization | |
1050 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1051 | Date: Mon, 31 Dec 2001 20:28:46 -0500 | |
1052 | Message-ID: <20011231202845.A1323@math.ohio-state.edu> | |
1053 | Branch: perl | |
1054 | + lib/Tie/Memoize.pm lib/Tie/Memoize.t | |
1055 | ! MANIFEST | |
1056 | ____________________________________________________________________________ | |
25caadfd JH |
1057 | [ 14685] By: nick on 2002/02/14 14:20:20 |
1058 | Log: Make dependencies more precise (for nmake) | |
1059 | Branch: perlio | |
1060 | ! ext/Encode/EUC_JP/Makefile.PL | |
1061 | ____________________________________________________________________________ | |
531adb68 JH |
1062 | [ 14684] By: jhi on 2002/02/14 14:09:10 |
1063 | Log: Subject: [PATCH @13746] tied hashes | |
1064 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1065 | Date: Mon, 31 Dec 2001 19:15:39 -0500 | |
1066 | Message-ID: <20011231191539.A46@math.ohio-state.edu> | |
1067 | Branch: perl | |
1068 | ! lib/Tie/Hash.pm pod/perltie.pod | |
1069 | ____________________________________________________________________________ | |
1070 | [ 14683] By: jhi on 2002/02/13 22:30:55 | |
1071 | Log: Subject: Re: [PATCH] Configure followed by make minitest | |
1072 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
1073 | Date: Sun, 10 Feb 2002 23:22:05 -0800 | |
1074 | Message-ID: <dE3Z8gzkgyBD092yn@efn.org> | |
1075 | Branch: perl | |
1076 | ! Makefile.SH | |
1077 | ____________________________________________________________________________ | |
1078 | [ 14682] By: jhi on 2002/02/13 15:50:37 | |
1079 | Log: Subject: Re: perl@14647 | |
1080 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1081 | Date: Mon, 11 Feb 2002 19:30:36 +0100 | |
1082 | Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl> | |
1083 | Branch: perl | |
1084 | ! t/op/groups.t | |
1085 | ____________________________________________________________________________ | |
1086 | [ 14681] By: jhi on 2002/02/13 15:14:25 | |
1087 | Log: Update Changes. | |
1088 | Branch: perl | |
1089 | ! Changes patchlevel.h | |
1090 | ____________________________________________________________________________ | |
fdea1ccc JH |
1091 | [ 14680] By: jhi on 2002/02/13 13:41:50 |
1092 | Log: Integrate perlio; | |
1093 | ||
1094 | Do not lc() the file names before doing dirname() or they don't match. | |
1095 | Branch: perl | |
1096 | !> lib/ExtUtils/t/Installed.t | |
1097 | ____________________________________________________________________________ | |
1098 | [ 14679] By: sky on 2002/02/13 12:56:13 | |
1099 | Log: rename mutex to make a bit more sense | |
1100 | Branch: perl | |
1101 | ! ext/threads/threads.xs | |
1102 | ____________________________________________________________________________ | |
1103 | [ 14678] By: sky on 2002/02/13 12:46:11 | |
1104 | Log: Track active threads.... | |
1105 | Branch: perl | |
1106 | ! ext/threads/threads.pm ext/threads/threads.xs | |
1107 | ____________________________________________________________________________ | |
25caadfd JH |
1108 | [ 14677] By: nick on 2002/02/13 09:30:42 |
1109 | Log: Do not lc() the file names before doing dirname() or they don't match. | |
1110 | Branch: perlio | |
1111 | ! lib/ExtUtils/t/Installed.t | |
1112 | ____________________________________________________________________________ | |
fdea1ccc JH |
1113 | [ 14676] By: sky on 2002/02/13 09:03:37 |
1114 | Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again | |
1115 | From: Michael G Schwern <schwern@pobox.com> | |
1116 | Date: ons feb 13, 2002 11:00:17 Europe/Stockholm | |
1117 | Message-Id: <20020213100017.GA6288@blackrider> | |
1118 | Branch: perl | |
1119 | ! lib/File/Spec/t/rel2abs2rel.t | |
1120 | ____________________________________________________________________________ | |
1121 | [ 14675] By: sky on 2002/02/13 09:00:24 | |
1122 | Log: Do not propagate END blocks to child threads, test. | |
1123 | Branch: perl | |
1124 | + ext/threads/t/end.t | |
1125 | ! MANIFEST ext/threads/threads.xs | |
1126 | ____________________________________________________________________________ | |
25caadfd JH |
1127 | [ 14674] By: nick on 2002/02/13 08:34:55 |
1128 | Log: Integrate mainline | |
1129 | Branch: perlio | |
1130 | +> ext/threads/t/join.t | |
1131 | !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh | |
1132 | !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c | |
1133 | !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c | |
1134 | ____________________________________________________________________________ | |
1135 | [ 14673] By: jhi on 2002/02/13 05:17:26 | |
1136 | Log: metaconfig unit change for #14672. | |
1137 | Branch: metaconfig | |
1138 | ! U/modified/lns.U | |
1139 | ____________________________________________________________________________ | |
fdea1ccc JH |
1140 | [ 14672] By: jhi on 2002/02/13 05:17:07 |
1141 | Log: $ln is supposed to be already set to $ln + executable suffix | |
1142 | on platforms that need it, from Paul Green. | |
1143 | Branch: perl | |
1144 | ! Configure | |
1145 | ____________________________________________________________________________ | |
1146 | [ 14671] By: jhi on 2002/02/13 05:12:28 | |
1147 | Log: Subject: New command syntax for 'x' command | |
1148 | From: Mark-Jason Dominus <mjd@plover.com> | |
1149 | Date: Tue, 12 Feb 2002 20:54:01 -0500 | |
1150 | Message-ID: <20020213015401.25685.qmail@plover.com> | |
1151 | Branch: perl | |
1152 | ! lib/perl5db.pl pod/perldebug.pod | |
1153 | ____________________________________________________________________________ | |
1154 | [ 14670] By: jhi on 2002/02/13 05:11:12 | |
1155 | Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command | |
1156 | From: Mark-Jason Dominus <mjd@plover.com> | |
1157 | Date: Tue, 12 Feb 2002 20:20:42 -0500 | |
1158 | Message-ID: <20020213012042.25245.qmail@plover.com> | |
1159 | Branch: perl | |
1160 | ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod | |
1161 | ____________________________________________________________________________ | |
1162 | [ 14669] By: jhi on 2002/02/13 04:43:43 | |
1163 | Log: Iteration continues. | |
1164 | Branch: perl | |
1165 | ! utf8.c | |
1166 | ____________________________________________________________________________ | |
1167 | [ 14668] By: jhi on 2002/02/13 02:37:31 | |
1168 | Log: Duh. | |
1169 | Branch: perl | |
1170 | ! pp_pack.c t/op/length.t | |
1171 | ____________________________________________________________________________ | |
1172 | [ 14667] By: jhi on 2002/02/13 01:33:01 | |
1173 | Log: Retract #14666. | |
1174 | Branch: perl | |
1175 | ! t/op/lc.t | |
1176 | ____________________________________________________________________________ | |
1177 | [ 14666] By: jhi on 2002/02/13 01:22:13 | |
1178 | Log: (retracted by #14667) | |
1179 | Branch: perl | |
1180 | ! t/op/lc.t | |
1181 | ____________________________________________________________________________ | |
1182 | [ 14665] By: jhi on 2002/02/13 00:45:02 | |
1183 | Log: Tiny test script tweaks. | |
1184 | Branch: perl | |
1185 | ! t/uni/fold.t | |
1186 | ____________________________________________________________________________ | |
1187 | [ 14664] By: jhi on 2002/02/13 00:24:37 | |
1188 | Log: Rewrite the "special mapping" part of to_utf8_case(), | |
1189 | this time with fewer bugs. (See: The Law of Cybernetic | |
1190 | Entymology.) | |
1191 | Branch: perl | |
1192 | ! utf8.c | |
1193 | ____________________________________________________________________________ | |
1194 | [ 14663] By: sky on 2002/02/12 18:26:16 | |
1195 | Log: Stop failures if you pass an object, sv_dup might not be the right | |
1196 | thing to use since I have a feeling we end up cloning far too much. | |
1197 | (Like the stash for example).... Maybe we need a lightweight sv_dup | |
1198 | that searches the target for things.... | |
1199 | Real fix is another option to perl_clone which controls if you should | |
1200 | save stashes. | |
1201 | Branch: perl | |
1202 | ! ext/threads/threads.xs | |
1203 | ____________________________________________________________________________ | |
1204 | [ 14662] By: jhi on 2002/02/12 17:19:49 | |
1205 | Log: Retract #14661. | |
1206 | Branch: perl | |
1207 | ! hints/solaris_2.sh | |
1208 | ____________________________________________________________________________ | |
1209 | [ 14661] By: jhi on 2002/02/12 17:16:20 | |
1210 | Log: (retracted by #14662) | |
1211 | Branch: perl | |
1212 | ! hints/solaris_2.sh | |
1213 | ____________________________________________________________________________ | |
1214 | [ 14660] By: jhi on 2002/02/12 15:03:58 | |
1215 | Log: EBCDIC: another "can't happen". | |
1216 | Branch: perl | |
1217 | ! utf8.c | |
1218 | ____________________________________________________________________________ | |
1219 | [ 14659] By: sky on 2002/02/12 14:38:21 | |
1220 | Log: Join support, however something wierd seems to happen with filehandles that are passed along threads... | |
1221 | Branch: perl | |
1222 | + ext/threads/t/join.t | |
1223 | ! MANIFEST ext/threads/threads.xs | |
1224 | ____________________________________________________________________________ | |
25caadfd JH |
1225 | [ 14658] By: nick on 2002/02/12 13:54:06 |
1226 | Log: Integrate mainline | |
1227 | Branch: perlio | |
1228 | !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t | |
1229 | !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t | |
1230 | !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h | |
1231 | ____________________________________________________________________________ | |
fdea1ccc JH |
1232 | [ 14657] By: jhi on 2002/02/12 13:44:34 |
1233 | Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function | |
1234 | From: Jan Dubois <JanD@ActiveState.com> | |
1235 | Date: Tue, 12 Feb 2002 00:56:31 -0800 | |
1236 | Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com> | |
1237 | Branch: perl | |
1238 | ! lib/Win32.pod win32/win32.c win32/win32.h | |
1239 | ____________________________________________________________________________ | |
1240 | [ 14656] By: jhi on 2002/02/12 13:39:18 | |
1241 | Log: Subject: [PATCH] Re: 14654 introduced a bug | |
1242 | From: Michael G Schwern <schwern@pobox.com> | |
1243 | Date: Tue, 12 Feb 2002 05:37:36 -0500 | |
1244 | Message-ID: <20020212103736.GC14327@blackrider> | |
1245 | Branch: perl | |
1246 | ! lib/File/Spec/t/rel2abs2rel.t | |
1247 | ____________________________________________________________________________ | |
1248 | [ 14655] By: jhi on 2002/02/12 04:50:58 | |
1249 | Log: More unset installman[13]dir tweaks from chromatic. | |
1250 | Branch: perl | |
1251 | ! lib/ExtUtils/Installed.pm | |
1252 | ____________________________________________________________________________ | |
1253 | [ 14654] By: jhi on 2002/02/12 04:31:44 | |
1254 | Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?) | |
1255 | From: Michael G Schwern <schwern@pobox.com> | |
1256 | Date: Mon, 11 Feb 2002 12:23:02 -0500 | |
1257 | Message-ID: <20020211172302.GD9556@blackrider> | |
1258 | Branch: perl | |
1259 | ! lib/File/Spec/t/rel2abs2rel.t | |
1260 | ____________________________________________________________________________ | |
1261 | [ 14653] By: jhi on 2002/02/12 04:29:10 | |
1262 | Log: Use `` instead of -| to be a little bit more portable, | |
1263 | from Michael Schwern. | |
1264 | Branch: perl | |
1265 | ! lib/ExtUtils/t/Embed.t | |
1266 | ____________________________________________________________________________ | |
1267 | [ 14652] By: jhi on 2002/02/12 03:17:44 | |
1268 | Log: EBCDIC: this change for \N{} in particular is now | |
1269 | unnecessary because of the recent more general | |
1270 | pack U change. | |
1271 | Branch: perl | |
1272 | ! toke.c | |
1273 | ____________________________________________________________________________ | |
1274 | [ 14651] By: jhi on 2002/02/12 02:15:05 | |
1275 | Log: Subject: [PATCH @14647] t/test.pl fix for VMS | |
1276 | From: "Craig A. Berry" <craigberry@mac.com> | |
1277 | Date: Mon, 11 Feb 2002 17:13:47 -0600 | |
1278 | Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01> | |
1279 | Branch: perl | |
1280 | ! t/test.pl | |
1281 | ____________________________________________________________________________ | |
1282 | [ 14650] By: jhi on 2002/02/11 23:44:09 | |
1283 | Log: EBCDIC: pack U bytes change. | |
1284 | Branch: perl | |
1285 | ! t/op/length.t | |
1286 | ____________________________________________________________________________ | |
1287 | [ 14649] By: jhi on 2002/02/11 23:38:28 | |
1288 | Log: EBCDIC: pack U is no more equal to concat of \xHHs. | |
1289 | Branch: perl | |
1290 | ! t/op/each.t | |
1291 | ____________________________________________________________________________ | |
25caadfd JH |
1292 | [ 14648] By: nick on 2002/02/11 16:14:50 |
1293 | Log: Integrate mainline | |
1294 | Branch: perlio | |
1295 | !> Changes Configure Makefile.SH autodoc.pl | |
1296 | !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm | |
1297 | !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c | |
1298 | !> os2/os2ish.h patchlevel.h pod/perltoc.pod | |
1299 | ____________________________________________________________________________ | |
fdea1ccc JH |
1300 | [ 14647] By: jhi on 2002/02/11 15:11:14 |
1301 | Log: Update Changes. | |
1302 | Branch: perl | |
1303 | ! Changes patchlevel.h | |
1304 | ____________________________________________________________________________ | |
9cc6b47a JH |
1305 | [ 14646] By: jhi on 2002/02/11 15:07:28 |
1306 | Log: Regen toc. | |
1307 | Branch: perl | |
1308 | ! pod/perltoc.pod | |
1309 | ____________________________________________________________________________ | |
1310 | [ 14645] By: jhi on 2002/02/11 14:59:02 | |
1311 | Log: Forgot from #14641. | |
1312 | Branch: perl | |
1313 | ! lib/ExtUtils/t/Embed.t | |
1314 | ____________________________________________________________________________ | |
25caadfd JH |
1315 | [ 14644] By: jhi on 2002/02/11 14:49:14 |
1316 | Log: A forgotten metaconfig unit. | |
1317 | Branch: metaconfig/U/perl | |
1318 | + i_features.U | |
1319 | ____________________________________________________________________________ | |
1320 | [ 14643] By: jhi on 2002/02/11 14:47:11 | |
1321 | Log: metaconfig unit changes for #14642. | |
1322 | Branch: metaconfig | |
1323 | + U/modified/lns.U | |
1324 | Branch: metaconfig/U/perl | |
1325 | ! issymlink.U | |
1326 | ____________________________________________________________________________ | |
9cc6b47a JH |
1327 | [ 14642] By: jhi on 2002/02/11 14:46:39 |
1328 | Log: -Dmksymlinks was broken by #14628. | |
1329 | Branch: perl | |
1330 | ! Configure | |
1331 | ____________________________________________________________________________ | |
1332 | [ 14641] By: jhi on 2002/02/11 14:32:12 | |
1333 | Log: Subject: [PATCH @14577] OS/2 build | |
1334 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1335 | Date: Mon, 11 Feb 2002 06:56:41 -0500 | |
1336 | Message-ID: <20020211065640.A14993@math.ohio-state.edu> | |
1337 | ||
1338 | (sans the Configure, perlio.sym, and t/op/stat.t parts) | |
1339 | Branch: perl | |
1340 | ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh | |
1341 | ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c | |
1342 | ! os2/os2ish.h | |
1343 | ____________________________________________________________________________ | |
1344 | [ 14640] By: jhi on 2002/02/11 14:11:13 | |
1345 | Log: Integrate perlio; | |
1346 | ||
1347 | Re-structure Japanese encodings - part 1 | |
1348 | ||
1349 | Split Japanese encodings - part 2 | |
1350 | - build separate .c files with separate 'compile' steps | |
1351 | - overall Japanese.xs / Japanese.pm which loads them | |
1352 | ||
1353 | Add test for Japanese encoding (well euc-jp anyway). | |
1354 | Fix one bug shown by above | |
1355 | Skip test which does not pass yet. | |
1356 | ||
1357 | Patch up the failing multi-byte write case, and un-skip | |
1358 | the test. | |
1359 | Branch: perl | |
1360 | +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t | |
1361 | +> ext/Encode/t/table.euc ext/Encode/t/table.ref | |
1362 | - ext/Encode/EUC_JP/EUC_JP.pm | |
1363 | !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs | |
1364 | ____________________________________________________________________________ | |
25caadfd JH |
1365 | [ 14639] By: nick on 2002/02/11 11:59:18 |
1366 | Log: Patch up the failing multi-byte write case, and un-skip | |
1367 | the test. | |
1368 | Branch: perlio | |
1369 | ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t | |
1370 | ____________________________________________________________________________ | |
1371 | [ 14638] By: nick on 2002/02/11 10:55:39 | |
1372 | Log: Add test for Japanese encoding (well euc-jp anyway). | |
1373 | Fix one bug shown by above | |
1374 | Skip test which does not pass yet. | |
1375 | Branch: perlio | |
1376 | + ext/Encode/t/Japanese.t ext/Encode/t/table.euc | |
1377 | + ext/Encode/t/table.ref | |
1378 | ! MANIFEST ext/Encode/Encode.xs | |
1379 | ____________________________________________________________________________ | |
1380 | [ 14637] By: nick on 2002/02/11 09:07:04 | |
1381 | Log: Split Japanese encodings - part 2 | |
1382 | - build separate .c files with separate 'compile' steps | |
1383 | - overall Japanese.xs / Japanese.pm which loads them | |
1384 | Branch: perlio | |
1385 | ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL | |
1386 | ____________________________________________________________________________ | |
1387 | [ 14636] By: nick on 2002/02/11 08:15:42 | |
1388 | Log: Re-structure Japanese encodings - part 1 | |
1389 | Branch: perlio | |
1390 | +> ext/Encode/EUC_JP/Japanese.pm | |
1391 | - ext/Encode/EUC_JP/EUC_JP.pm | |
1392 | ! MANIFEST ext/Encode/EUC_JP/Makefile.PL | |
1393 | ____________________________________________________________________________ | |
1394 | [ 14635] By: nick on 2002/02/11 08:05:12 | |
1395 | Log: Integrate mainline | |
1396 | Branch: perlio | |
1397 | !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t | |
1398 | !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod | |
1399 | !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t | |
1400 | ____________________________________________________________________________ | |
9cc6b47a JH |
1401 | [ 14634] By: jhi on 2002/02/11 03:40:01 |
1402 | Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency | |
1403 | From: Mike Guy <mjtg@cam.ac.uk> | |
1404 | Date: Mon, 11 Feb 2002 02:50:42 +0000 | |
1405 | Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk> | |
1406 | Branch: perl | |
1407 | ! t/op/arith.t | |
1408 | ____________________________________________________________________________ | |
1409 | [ 14633] By: jhi on 2002/02/11 01:53:01 | |
1410 | Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. | |
1411 | Stepping backward in the string would be majorly bad. | |
1412 | Branch: perl | |
1413 | ! regcomp.c | |
1414 | ____________________________________________________________________________ | |
1415 | [ 14632] By: jhi on 2002/02/11 01:38:40 | |
1416 | Log: The debugger part of | |
1417 | ||
1418 | Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager | |
1419 | From: Michael G Schwern <schwern@pobox.com> | |
1420 | Date: Wed, 6 Feb 2002 17:32:12 -0500 | |
1421 | Message-ID: <20020206223212.GG1346@blackrider> | |
1422 | Branch: perl | |
1423 | ! lib/perl5db.pl | |
1424 | ____________________________________________________________________________ | |
1425 | [ 14631] By: jhi on 2002/02/10 22:11:53 | |
1426 | Log: Integrate perlio; | |
1427 | ||
1428 | Borland/Win32 tuning | |
1429 | ||
1430 | Move PerlIO_perlio to layer_syms where it belongs? | |
1431 | Branch: perl | |
1432 | !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc | |
1433 | ____________________________________________________________________________ | |
1434 | [ 14630] By: jhi on 2002/02/10 22:10:19 | |
1435 | Log: EBCDIC: the low 256 needs to be shuffled also | |
1436 | in pack/unpack U (this breaks the equivalence | |
1437 | of pack U and v-strings, but I think if someone | |
1438 | has to give, v-strings are a good victim) | |
1439 | Branch: perl | |
1440 | ! pp_pack.c t/op/pack.t | |
1441 | ____________________________________________________________________________ | |
25caadfd JH |
1442 | [ 14629] By: jhi on 2002/02/10 21:56:17 |
1443 | Log: metaconfig unit changes for #14628. | |
1444 | Branch: metaconfig/U/perl | |
1445 | ! d_u32align.U issymlink.U | |
1446 | ____________________________________________________________________________ | |
9cc6b47a JH |
1447 | [ 14628] By: jhi on 2002/02/10 21:55:45 |
1448 | Log: Two Configure tweaks; the u32align test was trying | |
1449 | to write into a string literal, the ln -s test was | |
1450 | failing in VOS. | |
1451 | Branch: perl | |
1452 | ! Configure | |
1453 | ____________________________________________________________________________ | |
1454 | [ 14627] By: jhi on 2002/02/10 21:07:20 | |
1455 | Log: DJGPP tweaks from Laszlo Molnar. | |
1456 | Branch: perl | |
1457 | ! djgpp/djgpp.c lib/File/Spec.pm | |
1458 | ____________________________________________________________________________ | |
25caadfd JH |
1459 | [ 14626] By: nick on 2002/02/10 18:36:47 |
1460 | Log: Move PerlIO_perlio to layer_syms where it belongs? | |
1461 | Branch: perlio | |
1462 | ! makedef.pl | |
1463 | ____________________________________________________________________________ | |
1464 | [ 14625] By: nick on 2002/02/10 18:02:21 | |
1465 | Log: Borland/Win32 tuning | |
1466 | Branch: perlio | |
1467 | ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc | |
1468 | ____________________________________________________________________________ | |
9cc6b47a JH |
1469 | [ 14624] By: jhi on 2002/02/10 15:33:40 |
1470 | Log: Additional explanation for the [:...:] failure. | |
1471 | Branch: perl | |
1472 | ! pod/perldiag.pod | |
1473 | ____________________________________________________________________________ | |
1474 | [ 14623] By: jhi on 2002/02/10 15:15:53 | |
1475 | Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current | |
1476 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1477 | Date: Sun, 10 Feb 2002 13:32:48 +0100 | |
1478 | Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl> | |
1479 | Branch: perl | |
1480 | ! makedef.pl | |
1481 | ____________________________________________________________________________ | |
1482 | [ 14622] By: jhi on 2002/02/10 15:08:06 | |
1483 | Log: Test tweaks from chromatic for cases where there | |
1484 | are no installman1dir or installman3dir. | |
1485 | Branch: perl | |
1486 | ! lib/ExtUtils/t/Installed.t | |
1487 | ____________________________________________________________________________ | |
1488 | [ 14621] By: jhi on 2002/02/10 15:07:21 | |
1489 | Log: Integrate perlio; | |
1490 | ||
1491 | Nick Clark's tweaks to Encode compile process | |
1492 | 1. Use decimal constants to unit string arrays rather than | |
1493 | very long string litterals (latter having possible "\0" | |
1494 | on end issues, and needing ANSI C line splicing). | |
1495 | 2. Replace tail-recursion during insert process with itteration. | |
1496 | Nick C sees 12% speedup from these. | |
1497 | Branch: perl | |
1498 | !> ext/Encode/Encode.pm ext/Encode/compile | |
1499 | ____________________________________________________________________________ | |
1500 | [ 14620] By: jhi on 2002/02/10 15:04:19 | |
1501 | Log: Portability notes: filename characters, character sets. | |
1502 | Branch: perl | |
1503 | ! pod/perlport.pod | |
1504 | ____________________________________________________________________________ | |
25caadfd JH |
1505 | [ 14619] By: nick on 2002/02/10 11:06:05 |
1506 | Log: Integrate mainline | |
1507 | Branch: perlio | |
1508 | ! ext/Encode/Encode.pm | |
1509 | !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh | |
1510 | !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl | |
1511 | !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod | |
1512 | !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c | |
1513 | !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c | |
1514 | ____________________________________________________________________________ | |
1515 | [ 14618] By: nick on 2002/02/10 10:48:15 | |
1516 | Log: Nick Clark's tweaks to Encode compile process | |
1517 | 1. Use decimal constants to unit string arrays rather than | |
1518 | very long string litterals (latter having possible "\0" | |
1519 | on end issues, and needing ANSI C line splicing). | |
1520 | 2. Replace tail-recursion during insert process with itteration. | |
1521 | Nick C sees 12% speedup from these. | |
1522 | Branch: perlio | |
1523 | ! ext/Encode/compile | |
1524 | ____________________________________________________________________________ | |
9cc6b47a JH |
1525 | [ 14617] By: jhi on 2002/02/10 02:56:54 |
1526 | Log: Use the "Unicode 1.0" name field for control characters, | |
1527 | as suggested by Mark Davis. Note that Unicode 3.2 will | |
1528 | require some more legwork on this because of certain | |
1529 | alternative names. | |
1530 | Branch: perl | |
1531 | ! lib/unicore/Name.pl lib/unicore/mktables | |
1532 | ____________________________________________________________________________ | |
1533 | [ 14616] By: jhi on 2002/02/09 22:41:18 | |
1534 | Log: The -W 0,float(ieee) and gcvt() are the bad combination. | |
1535 | Branch: perl | |
1536 | ! hints/os390.sh | |
1537 | ____________________________________________________________________________ | |
1538 | [ 14615] By: jhi on 2002/02/09 22:34:00 | |
1539 | Log: EBCDIC: the non-printable characters are different. | |
1540 | Branch: perl | |
1541 | ! ext/B/B/Deparse.pm | |
1542 | ____________________________________________________________________________ | |
1543 | [ 14614] By: jhi on 2002/02/09 21:42:26 | |
1544 | Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio | |
1545 | From: Nicholas Clark <nick@unfortu.net> | |
1546 | Date: Sat, 9 Feb 2002 22:31:29 +0000 | |
1547 | Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net> | |
1548 | Branch: perl | |
1549 | ! t/lib/warnings/pp_hot | |
1550 | ____________________________________________________________________________ | |
1551 | [ 14613] By: jhi on 2002/02/09 21:12:12 | |
1552 | Log: Subject: [PATCH] Re: Modulus operator inconsistency | |
1553 | From: Nicholas Clark <nick@unfortu.net> | |
1554 | Date: Sat, 9 Feb 2002 21:00:13 +0000 | |
1555 | Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net> | |
1556 | Branch: perl | |
1557 | ! op.c t/op/arith.t | |
1558 | ____________________________________________________________________________ | |
1559 | [ 14612] By: jhi on 2002/02/09 18:15:39 | |
1560 | Log: Use the same escaping mechanism for all the *flags. | |
1561 | Branch: perl | |
1562 | ! lib/ExtUtils/Embed.pm | |
1563 | ____________________________________________________________________________ | |
1564 | [ 14611] By: jhi on 2002/02/09 17:26:06 | |
1565 | Log: Protect possible parentheses in ccflags, ccdlflags, and | |
1566 | ldflags. (In OS/390 there are parentheses in ccflags.) | |
1567 | Branch: perl | |
1568 | ! lib/ExtUtils/Embed.pm | |
1569 | ____________________________________________________________________________ | |
1570 | [ 14610] By: jhi on 2002/02/09 16:12:03 | |
1571 | Log: Subject: [PATCH] perl5db.pl: restart in taint mode | |
1572 | From: Peter Scott <Peter@PSDT.com> | |
1573 | Date: Fri, 08 Feb 2002 19:20:19 -0800 | |
1574 | Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com> | |
1575 | Branch: perl | |
1576 | ! lib/perl5db.pl | |
1577 | ____________________________________________________________________________ | |
1578 | [ 14609] By: jhi on 2002/02/08 21:33:59 | |
1579 | Log: FAQ sync. | |
1580 | Branch: perl | |
1581 | ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod | |
1582 | ____________________________________________________________________________ | |
1583 | [ 14608] By: jhi on 2002/02/08 20:46:38 | |
1584 | Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName | |
1585 | From: Chris Nandor <pudge@pobox.com> | |
1586 | Date: Fri, 08 Feb 2002 16:31:41 -0500 | |
1587 | Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com> | |
1588 | Branch: perl | |
1589 | ! cop.h deb.c pp_ctl.c toke.c util.c | |
1590 | ____________________________________________________________________________ | |
25caadfd JH |
1591 | [ 14607] By: pudge on 2002/02/08 19:21:04 |
1592 | Log: Redo CopFILE / MacPerl_MPWFIleName patch | |
1593 | Branch: maint-5.6/macperl | |
1594 | ! cop.h deb.c pp_ctl.c toke.c util.c | |
1595 | ____________________________________________________________________________ | |
1596 | [ 14606] By: jhi on 2002/02/08 19:18:41 | |
1597 | Log: The metaconfig unit change to go with #14605. | |
1598 | Branch: metaconfig/U/perl | |
1599 | ! libperl.U | |
1600 | ____________________________________________________________________________ | |
9cc6b47a JH |
1601 | [ 14605] By: jhi on 2002/02/08 19:18:17 |
1602 | Log: The Configure change to go with #14604. | |
1603 | Branch: perl | |
1604 | ! Configure | |
1605 | ____________________________________________________________________________ | |
1606 | [ 14604] By: jhi on 2002/02/08 19:13:56 | |
1607 | Log: Subject: [PATCH] Re: [ID 20020205.007] BSDi test failure perl 5.6.1 | |
1608 | From: Andy Dougherty <doughera@lafayette.edu> | |
1609 | Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST) | |
1610 | Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu> | |
1611 | Branch: perl | |
1612 | ! hints/bsdos.sh | |
1613 | ____________________________________________________________________________ | |
25caadfd JH |
1614 | [ 14603] By: nick on 2002/02/08 18:16:09 |
1615 | Log: Integrate mainline | |
1616 | Branch: perlio | |
1617 | +> ext/threads/t/libc.t | |
1618 | !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c | |
1619 | !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t | |
1620 | ____________________________________________________________________________ | |
9cc6b47a JH |
1621 | [ 14602] By: sky on 2002/02/08 15:19:15 |
1622 | Log: Start testing for safe localtime functions, TODO, test more functions. | |
1623 | Branch: perl | |
1624 | + ext/threads/t/libc.t | |
1625 | ! MANIFEST | |
1626 | ____________________________________________________________________________ | |
1627 | [ 14601] By: jhi on 2002/02/08 14:14:16 | |
1628 | Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle | |
1629 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1630 | Date: Fri, 8 Feb 2002 00:21:07 +0100 | |
1631 | Message-ID: <20020208002107.E763@rafael> | |
1632 | Branch: perl | |
1633 | ! doio.c pp_sys.c t/io/argv.t | |
1634 | ____________________________________________________________________________ | |
1635 | [ 14600] By: jhi on 2002/02/08 14:07:15 | |
1636 | Log: Subject: [PATCH] Configure followed by make minitest | |
1637 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
1638 | Date: Wed, 06 Feb 2002 21:35:20 -0800 | |
1639 | Message-ID: <YIhY8gzkgSbC092yn@efn.org> | |
1640 | Branch: perl | |
1641 | ! t/op/taint.t t/run/fresh_perl.t | |
1642 | ____________________________________________________________________________ | |
1643 | [ 14599] By: jhi on 2002/02/08 14:05:12 | |
1644 | Log: Integrate perlio; | |
1645 | ||
1646 | Extract something from yesterdays effort - convert my mail on pad | |
1647 | data structures (incoporating Sarathy's corrections/clarifications) | |
1648 | into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod. | |
1649 | Branch: perl | |
1650 | !> cv.h pod/perlapi.pod pod/perlintern.pod | |
1651 | ____________________________________________________________________________ | |
25caadfd JH |
1652 | [ 14598] By: jhi on 2002/02/08 14:01:28 |
1653 | Log: metaconfig unit changes for #14597. | |
1654 | Branch: metaconfig | |
1655 | ! U/modified/Loc.U | |
1656 | Branch: metaconfig/U/perl | |
1657 | ! libperl.U | |
1658 | ____________________________________________________________________________ | |
9cc6b47a JH |
1659 | [ 14597] By: jhi on 2002/02/08 14:01:01 |
1660 | Log: Configure DJGPP tweak from Laszlo Molnar. | |
1661 | Branch: perl | |
1662 | ! Configure | |
1663 | ____________________________________________________________________________ | |
1664 | [ 14596] By: jhi on 2002/02/08 14:00:23 | |
1665 | Log: DJGPP tweaks from Laszlo Molnar. | |
1666 | Branch: perl | |
1667 | ! djgpp/djgppsed.sh perl.c | |
1668 | ____________________________________________________________________________ | |
25caadfd JH |
1669 | [ 14595] By: nick on 2002/02/08 09:19:29 |
1670 | Log: Extract something from yesterdays effort - convert my mail on pad | |
1671 | data structures (incoporating Sarathy's corrections/clarifications) | |
1672 | into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod. | |
1673 | Branch: perlio | |
1674 | ! cv.h pod/perlapi.pod pod/perlintern.pod | |
1675 | ____________________________________________________________________________ | |
1676 | [ 14594] By: nick on 2002/02/08 08:34:49 | |
1677 | Log: Integrate mainline | |
1678 | Branch: perlio | |
1679 | +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl | |
1680 | +> NetWare/t/NWScripts-Exist.pl t/base/num.t | |
1681 | !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL | |
1682 | !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t | |
1683 | !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t | |
1684 | !> op.c patchlevel.h t/run/fresh_perl.t utf8.c | |
1685 | ____________________________________________________________________________ | |
9cc6b47a JH |
1686 | [ 14593] By: jhi on 2002/02/08 03:08:20 |
1687 | Log: To really skip the test an exit() is needed. | |
1688 | Branch: perl | |
1689 | ! lib/encoding.t | |
1690 | ____________________________________________________________________________ | |
1691 | [ 14592] By: jhi on 2002/02/08 02:57:30 | |
1692 | Log: More diagnostics from Nicholas Clark. | |
1693 | Branch: perl | |
1694 | ! lib/Benchmark.t | |
1695 | ____________________________________________________________________________ | |
1696 | [ 14591] By: jhi on 2002/02/07 22:54:57 | |
1697 | Log: In case of failure be more verbose. | |
1698 | Branch: perl | |
1699 | ! t/base/num.t | |
1700 | ____________________________________________________________________________ | |
25caadfd JH |
1701 | [ 14590] By: pudge on 2002/02/07 19:29:03 |
1702 | Log: Update Changes | |
1703 | Branch: maint-5.6/macperl | |
1704 | ! macos/Changes | |
1705 | ____________________________________________________________________________ | |
1706 | [ 14589] By: pudge on 2002/02/07 19:26:55 | |
1707 | Log: Merge AEGizmos library into PPC binary | |
1708 | Branch: maint-5.6/macperl | |
1709 | ! macos/Makefile.mk | |
1710 | ____________________________________________________________________________ | |
1711 | [ 14588] By: pudge on 2002/02/07 18:51:05 | |
1712 | Log: Add -ansifor for MrCpp options | |
1713 | Branch: maint-5.6/macperl | |
1714 | ! macos/BuildRules.mk | |
1715 | ____________________________________________________________________________ | |
1716 | [ 14587] By: pudge on 2002/02/07 18:46:28 | |
1717 | Log: Check ownership of CatInfos (MacPerl Bug #494482) | |
1718 | Branch: maint-5.6/macperl | |
1719 | ! macos/ext/Mac/Files/Files.xs | |
1720 | ____________________________________________________________________________ | |
1721 | [ 14586] By: pudge on 2002/02/07 18:40:21 | |
1722 | Log: Resource updates | |
1723 | Branch: maint-5.6/macperl | |
1724 | ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc | |
1725 | ____________________________________________________________________________ | |
1726 | [ 14585] By: pudge on 2002/02/07 18:38:44 | |
1727 | Log: Empty path is ENOENT (MacPerl Bug #512351) | |
1728 | Branch: maint-5.6/macperl | |
1729 | ! macos/macperl/MPAppleEvents.c | |
1730 | ____________________________________________________________________________ | |
1731 | [ 14584] By: pudge on 2002/02/07 18:38:03 | |
1732 | Log: Fix horrible list maintencance bugs (MacPerl Bug #443568) | |
1733 | Branch: maint-5.6/macperl | |
1734 | ! macos/macperl/MPAEVTStream.cp | |
1735 | ____________________________________________________________________________ | |
1736 | [ 14583] By: pudge on 2002/02/07 18:36:29 | |
1737 | Log: macify(ABSTRACT_FROM) | |
1738 | Branch: maint-5.6/macperl | |
1739 | ! macos/lib/ExtUtils/MM_MacOS.pm | |
1740 | ____________________________________________________________________________ | |
1741 | [ 14582] By: pudge on 2002/02/07 18:35:20 | |
1742 | Log: Use correct Mac filenames in error messages, caller() | |
1743 | Branch: maint-5.6/macperl | |
1744 | ! deb.c pp_ctl.c toke.c util.c | |
1745 | ____________________________________________________________________________ | |
9cc6b47a JH |
1746 | [ 14581] By: jhi on 2002/02/07 17:10:06 |
1747 | Log: Sanity checks to see that the IV/NV and the PV of numeric | |
1748 | scalars stay in sync (unearthed this via the OS/390 gcvt() | |
1749 | brokenness) | |
1750 | Branch: perl | |
1751 | + t/base/num.t | |
1752 | ! MANIFEST | |
1753 | ____________________________________________________________________________ | |
1754 | [ 14580] By: jhi on 2002/02/07 14:07:33 | |
1755 | Log: Retract the anon leak subpatch of #14418 and #14431 | |
1756 | (the latter came into bleadperl as part of #14433). | |
1757 | Branch: perl | |
1758 | ! op.c t/run/fresh_perl.t | |
1759 | ____________________________________________________________________________ | |
1760 | [ 14579] By: jhi on 2002/02/06 23:38:10 | |
1761 | Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it | |
1762 | mangles 0.1 to "10". sprintf() seems more well-behaved. | |
1763 | Branch: perl | |
1764 | ! hints/os390.sh | |
1765 | ____________________________________________________________________________ | |
1766 | [ 14578] By: jhi on 2002/02/06 19:56:53 | |
1767 | Log: Subject: [PATCH @14557] another Encode fix for VMS | |
1768 | From: "Craig A. Berry" <craigberry@mac.com> | |
1769 | Date: Wed, 06 Feb 2002 14:44:20 -0600 | |
1770 | Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01> | |
1771 | Branch: perl | |
1772 | ! ext/Encode/Encode.xs ext/Encode/Makefile.PL | |
1773 | ____________________________________________________________________________ | |
1774 | [ 14577] By: jhi on 2002/02/06 15:38:25 | |
1775 | Log: Integrate perlio; | |
1776 | ||
1777 | One way to avoid OS390 winge about #line directives. | |
1778 | Branch: perl | |
1779 | !> ext/Encode/EUC_JP/Makefile.PL | |
1780 | ____________________________________________________________________________ | |
1781 | [ 14576] By: jhi on 2002/02/06 15:36:55 | |
1782 | Log: Update Changes. | |
1783 | Branch: perl | |
1784 | ! Changes patchlevel.h | |
1785 | ____________________________________________________________________________ | |
25caadfd JH |
1786 | [ 14575] By: nick on 2002/02/06 15:23:24 |
1787 | Log: One way to avoid OS390 winge about #line directives. | |
1788 | Branch: perlio | |
1789 | ! ext/Encode/EUC_JP/Makefile.PL | |
1790 | ____________________________________________________________________________ | |
4e0c4a73 JH |
1791 | [ 14574] By: jhi on 2002/02/06 15:11:05 |
1792 | Log: s/Netware/NetWare/ | |
1793 | Branch: perl | |
1794 | ! MANIFEST | |
1795 | ____________________________________________________________________________ | |
1796 | [ 14573] By: jhi on 2002/02/06 15:10:00 | |
1797 | Log: New Netware scripts. | |
1798 | Branch: perl | |
1799 | + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl | |
1800 | + NetWare/t/NWScripts-Exist.pl | |
1801 | ! MANIFEST | |
1802 | ____________________________________________________________________________ | |
1803 | [ 14572] By: jhi on 2002/02/06 15:02:20 | |
1804 | Log: EBCDIC: the encoding pragma would need some rethinking, | |
1805 | probably a pass of EBCDIC->Unicode mapping. For now, | |
1806 | disable it on EBCDIC. | |
1807 | Branch: perl | |
1808 | ! lib/encoding.pm lib/encoding.t | |
1809 | ____________________________________________________________________________ | |
1810 | [ 14571] By: jhi on 2002/02/06 14:44:27 | |
1811 | Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points | |
1812 | for the low 256. Now tweaked the tests, but maybe it's | |
1813 | the module that needs few NATIVE_TO_UNI()s somewhere? | |
1814 | Branch: perl | |
1815 | ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t | |
1816 | ____________________________________________________________________________ | |
1817 | [ 14570] By: jhi on 2002/02/06 13:59:19 | |
1818 | Log: Subject: [PATCH utf8.c] format problem | |
1819 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
1820 | Date: Wed, 6 Feb 2002 14:01:43 GMT | |
1821 | Message-Id: <200202061401.OAA25053@tempest.npl.co.uk> | |
1822 | Branch: perl | |
1823 | ! utf8.c | |
1824 | ____________________________________________________________________________ | |
25caadfd JH |
1825 | [ 14569] By: nick on 2002/02/06 09:52:23 |
1826 | Log: Integrate mainline | |
1827 | Branch: perlio | |
1828 | !> NetWare/Makefile NetWare/bat/BldNWExt.bat | |
1829 | !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h | |
1830 | !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c | |
1831 | !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl | |
1832 | !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t | |
1833 | !> lib/File/Spec/t/rel2abs2rel.t makedef.pl | |
1834 | ____________________________________________________________________________ | |
4e0c4a73 JH |
1835 | [ 14568] By: jhi on 2002/02/06 04:44:33 |
1836 | Log: EBCDIC: 0x41 is not cricket. | |
1837 | Branch: perl | |
1838 | ! ext/Encode/t/Encode.t | |
1839 | ____________________________________________________________________________ | |
1840 | [ 14567] By: jhi on 2002/02/05 23:12:19 | |
1841 | Log: NetWare update from Ananth Kesari. | |
1842 | Branch: perl | |
1843 | ! NetWare/Makefile NetWare/bat/BldNWExt.bat | |
1844 | ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h | |
1845 | ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c | |
1846 | ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl | |
1847 | ! NetWare/t/NWScripts.pl makedef.pl | |
1848 | ____________________________________________________________________________ | |
1849 | [ 14566] By: sky on 2002/02/05 18:39:13 | |
1850 | Log: Subject: Re: File::Spec::rel2abs2rel (?) | |
1851 | From: Michael G Schwern <schwern@pobox.com> | |
1852 | Date: Tue, 5 Feb 2002 13:47:39 -0500 | |
1853 | Message-ID: <20020205184739.GB17375@blackrider> | |
1854 | Branch: perl | |
1855 | ! lib/File/Spec/t/rel2abs2rel.t | |
1856 | ____________________________________________________________________________ | |
25caadfd JH |
1857 | [ 14565] By: nick on 2002/02/05 17:31:24 |
1858 | Log: Integrate mainline | |
1859 | Branch: perlio | |
1860 | !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh | |
1861 | !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t | |
1862 | !> utf8.h | |
1863 | ____________________________________________________________________________ | |
4e0c4a73 JH |
1864 | [ 14564] By: jhi on 2002/02/05 17:05:40 |
1865 | Log: Integrate perlio; | |
1866 | ||
1867 | More Encode tweaks: | |
1868 | - make expensive and marginal substring search optional (-O) | |
1869 | - enable -O for ASCII-oid encodings (search space is small) | |
1870 | - add ASCII-oid jis0201 to basic Encode.so | |
1871 | - add some other Japanese encodings to EUC_JP bundle (without -O) | |
1872 | Branch: perl | |
1873 | +> ext/Encode/Encode/jis0201.ucm | |
1874 | !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL | |
1875 | !> ext/Encode/compile | |
1876 | ____________________________________________________________________________ | |
25caadfd JH |
1877 | [ 14563] By: nick on 2002/02/05 16:01:15 |
1878 | Log: More Encode tweaks: | |
1879 | - make expensive and marginal substring search optional (-O) | |
1880 | - enable -O for ASCII-oid encodings (search space is small) | |
1881 | - add ASCII-oid jis0201 to basic Encode.so | |
1882 | - add some other Japanese encodings to EUC_JP bundle (without -O) | |
1883 | Branch: perlio | |
1884 | + ext/Encode/Encode/jis0201.ucm | |
1885 | ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL | |
1886 | ! ext/Encode/compile | |
1887 | ____________________________________________________________________________ | |
4e0c4a73 JH |
1888 | [ 14562] By: sky on 2002/02/05 14:50:36 |
1889 | Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks. | |
1890 | Branch: perl | |
1891 | ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t | |
1892 | ____________________________________________________________________________ | |
1893 | [ 14561] By: jhi on 2002/02/05 14:25:36 | |
1894 | Log: EBCDIC: SHARP S is different. | |
1895 | Branch: perl | |
1896 | ! regexec.c utf8.h | |
1897 | ____________________________________________________________________________ | |
1898 | [ 14560] By: sky on 2002/02/05 13:49:40 | |
1899 | Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks | |
1900 | Branch: perl | |
1901 | ! t/op/filetest.t | |
1902 | ____________________________________________________________________________ | |
1903 | [ 14559] By: sky on 2002/02/05 11:39:24 | |
25caadfd JH |
1904 | Log: Add . first to the PATH environment to test that we really |
1905 | get ./perl and not some other older perl. | |
4e0c4a73 JH |
1906 | Branch: perl |
1907 | ! lib/File/Spec/t/rel2abs2rel.t | |
1908 | ____________________________________________________________________________ | |
1909 | [ 14558] By: sky on 2002/02/05 11:20:21 | |
1910 | 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... | |
1911 | Branch: perl | |
1912 | ! ext/POSIX/t/posix.t | |
1913 | ____________________________________________________________________________ | |
1914 | [ 14557] By: sky on 2002/02/05 10:30:58 | |
1915 | Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them. | |
1916 | Branch: perl | |
1917 | ! hints/darwin.sh perl.h | |
1918 | ____________________________________________________________________________ | |
25caadfd JH |
1919 | [ 14556] By: nick on 2002/02/05 06:58:52 |
1920 | Log: Integrate mainline | |
1921 | Branch: perlio | |
1922 | !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL | |
1923 | !> ext/Encode/Encode.xs lib/File/Find/t/find.t | |
1924 | !> lib/File/Find/t/taint.t | |
1925 | ____________________________________________________________________________ | |
1926 | [ 14555] By: pudge on 2002/02/05 02:20:45 | |
1927 | Log: Integrate change #14439 from maintperl | |
1928 | Branch: maint-5.6/macperl | |
1929 | !> op.c | |
1930 | ____________________________________________________________________________ | |
4e0c4a73 JH |
1931 | [ 14554] By: jhi on 2002/02/04 23:22:28 |
1932 | Log: Subject: [PATCH] File::Find tests not cleaning up properly | |
1933 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1934 | Date: Mon, 4 Feb 2002 22:09:07 +0100 | |
1935 | Message-ID: <20020204220907.A8288@rafael> | |
1936 | Branch: perl | |
1937 | ! lib/File/Find/t/find.t lib/File/Find/t/taint.t | |
1938 | ____________________________________________________________________________ | |
1939 | [ 14553] By: jhi on 2002/02/04 22:27:11 | |
1940 | Log: Signedness mumblings from Tru64. | |
1941 | Branch: perl | |
1942 | ! ext/Encode/Encode.xs | |
1943 | ____________________________________________________________________________ | |
1944 | [ 14552] By: jhi on 2002/02/04 22:22:16 | |
1945 | Log: Subject: [PATCH @14550] Encode build fix-ups for VMS | |
1946 | From: "Craig A. Berry" <craigberry@mac.com> | |
1947 | Date: Mon, 04 Feb 2002 17:16:00 -0600 | |
1948 | Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01> | |
1949 | Branch: perl | |
1950 | ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL | |
1951 | ! ext/Encode/Encode.xs | |
1952 | ____________________________________________________________________________ | |
25caadfd JH |
1953 | [ 14551] By: nick on 2002/02/04 16:00:31 |
1954 | Log: Integrate mainline | |
1955 | Branch: perlio | |
1956 | !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t | |
1957 | !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod | |
1958 | !> regcomp.c | |
1959 | ____________________________________________________________________________ | |
4e0c4a73 JH |
1960 | [ 14550] By: jhi on 2002/02/04 14:47:00 |
1961 | Log: Update Changes. | |
1962 | Branch: perl | |
1963 | ! Changes patchlevel.h | |
1964 | ____________________________________________________________________________ | |
31db85a9 JH |
1965 | [ 14549] By: jhi on 2002/02/04 13:57:42 |
1966 | Log: Comment microtweaks. | |
1967 | Branch: perl | |
1968 | ! lib/locale.t | |
1969 | ____________________________________________________________________________ | |
1970 | [ 14548] By: jhi on 2002/02/04 13:32:00 | |
1971 | Log: Subject: trivial docu patch | |
1972 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1973 | Date: 04 Feb 2002 08:15:19 +0100 | |
1974 | Message-ID: <m3pu3l7m60.fsf@anima.de> | |
1975 | Branch: perl | |
1976 | ! pod/perluniintro.pod | |
1977 | ____________________________________________________________________________ | |
1978 | [ 14547] By: jhi on 2002/02/04 13:30:55 | |
1979 | Log: Subject: [PATCH] (??{ }) anomaly | |
1980 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
1981 | Date: Sun, 03 Feb 2002 20:21:45 -0800 | |
1982 | Message-ID: <ZxgX8gzkgCXO092yn@efn.org> | |
1983 | Branch: perl | |
1984 | ! regcomp.c | |
1985 | ____________________________________________________________________________ | |
1986 | [ 14546] By: jhi on 2002/02/04 04:41:02 | |
1987 | Log: Integrate perlio. | |
1988 | ||
1989 | Carry on where we left off if we have to grow destination | |
1990 | SV during XS encode/decode | |
1991 | ||
1992 | Remove debugging warning, be consistent about API fails. | |
1993 | Branch: perl | |
1994 | !> ext/Encode/Encode.xs | |
1995 | ____________________________________________________________________________ | |
25caadfd JH |
1996 | [ 14545] By: nick on 2002/02/03 20:03:38 |
1997 | Log: Remove debugging warning, be consistent about API fails. | |
1998 | Branch: perlio | |
1999 | ! ext/Encode/Encode.xs | |
2000 | ____________________________________________________________________________ | |
2001 | [ 14544] By: nick on 2002/02/03 19:47:48 | |
2002 | Log: Carry on where we left off if we have to grow destination SV during XS encode/decode | |
2003 | Branch: perlio | |
2004 | ! ext/Encode/Encode.xs | |
2005 | ____________________________________________________________________________ | |
31db85a9 JH |
2006 | [ 14543] By: jhi on 2002/02/03 19:06:06 |
2007 | Log: Subject: PATCH CPAN.pm | |
2008 | From: Mark-Jason Dominus <mjd@plover.com> | |
2009 | Date: Sun, 03 Feb 2002 12:36:36 -0500 | |
2010 | Message-ID: <20020203173636.27451.qmail@plover.com> | |
2011 | Branch: perl | |
2012 | ! lib/CPAN.pm | |
2013 | ____________________________________________________________________________ | |
2014 | [ 14542] By: jhi on 2002/02/03 19:05:13 | |
2015 | Log: Must search further back. | |
2016 | Branch: perl | |
2017 | ! lib/h2xs.t | |
2018 | ____________________________________________________________________________ | |
25caadfd JH |
2019 | [ 14541] By: nick on 2002/02/03 18:52:09 |
2020 | Log: Integrate mainline | |
2021 | Branch: perlio | |
2022 | !> (integrate 29 files) | |
2023 | ____________________________________________________________________________ | |
31db85a9 JH |
2024 | [ 14540] By: jhi on 2002/02/03 18:33:53 |
2025 | Log: EBCDIC: more natification. | |
2026 | Branch: perl | |
2027 | ! regcomp.c | |
2028 | ____________________________________________________________________________ | |
2029 | [ 14539] By: jhi on 2002/02/03 18:32:31 | |
2030 | Log: Debug noise. | |
2031 | Branch: perl | |
2032 | ! ext/Encode/Encode.xs | |
2033 | ____________________________________________________________________________ | |
2034 | [ 14538] By: jhi on 2002/02/03 18:13:07 | |
2035 | Log: Integrate perlio; | |
2036 | ||
2037 | Stable intermediate point in Encode cleanup. | |
2038 | :encode(euc-jp) works on Dan's table.euc | |
2039 | Much buffer copying and other silliness remains. | |
2040 | Branch: perl | |
2041 | !> ext/Encode/Encode.pm ext/Encode/Encode.xs | |
2042 | !> ext/Encode/lib/Encode/Encoding.pm | |
2043 | ____________________________________________________________________________ | |
2044 | [ 14537] By: jhi on 2002/02/03 17:57:31 | |
2045 | Log: Prettify. | |
2046 | Branch: perl | |
2047 | ! lib/unicore/mktables | |
2048 | ____________________________________________________________________________ | |
25caadfd JH |
2049 | [ 14536] By: nick on 2002/02/03 17:32:03 |
2050 | Log: Stable intermediate point in Encode cleanup. | |
2051 | :encode(euc-jp) works on Dan's table.euc | |
2052 | Much buffer copying and other silliness remains. | |
2053 | Branch: perlio | |
2054 | ! ext/Encode/Encode.pm ext/Encode/Encode.xs | |
2055 | ! ext/Encode/lib/Encode/Encoding.pm | |
2056 | ____________________________________________________________________________ | |
31db85a9 JH |
2057 | [ 14535] By: jhi on 2002/02/03 17:29:57 |
2058 | Log: EBCDIC: it's much nicer to compare Unicode code points | |
2059 | to Unicode code points. | |
2060 | Branch: perl | |
2061 | ! regexec.c | |
2062 | ____________________________________________________________________________ | |
2063 | [ 14534] By: jhi on 2002/02/03 17:04:34 | |
2064 | Log: EBCDIC: character classes must remap the low 256. | |
2065 | Branch: perl | |
2066 | ! regcomp.c | |
2067 | ____________________________________________________________________________ | |
2068 | [ 14533] By: jhi on 2002/02/03 16:05:12 | |
2069 | Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke. | |
2070 | Branch: perl | |
2071 | ! lib/I18N/LangTags/List.pm | |
2072 | ____________________________________________________________________________ | |
2073 | [ 14532] By: jhi on 2002/02/03 15:36:36 | |
2074 | Log: FAQ sync. | |
2075 | Branch: perl | |
2076 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod | |
2077 | ! pod/perlfaq6.pod pod/perlfaq7.pod | |
2078 | ____________________________________________________________________________ | |
2079 | [ 14531] By: jhi on 2002/02/03 15:35:28 | |
2080 | Log: Integrate perlio; | |
2081 | ||
2082 | Re-indent Encode.xs | |
2083 | ||
2084 | Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data. | |
2085 | (Mis-feature discovered by Encode.) | |
2086 | Branch: perl | |
2087 | !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c | |
2088 | ____________________________________________________________________________ | |
2089 | [ 14530] By: jhi on 2002/02/03 15:30:24 | |
2090 | Log: Subject: [PATCH] lstat FH and -l FH warnings | |
2091 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2092 | Date: Sat, 2 Feb 2002 22:24:54 +0100 | |
2093 | Message-ID: <20020202222454.A11608@rafael> | |
2094 | Branch: perl | |
2095 | ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c | |
2096 | ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t | |
2097 | ____________________________________________________________________________ | |
2098 | [ 14529] By: jhi on 2002/02/03 15:27:26 | |
2099 | Log: Subject: [PATCH t/op/taint.t] remove possible false positive | |
2100 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2101 | Date: Sat, 2 Feb 2002 13:11:01 +0100 | |
2102 | Message-ID: <20020202131101.A722@rafael> | |
2103 | ||
2104 | Subject: [PATCH t/op/ver.t] another false positive | |
2105 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2106 | Date: Sat, 2 Feb 2002 13:38:22 +0100 | |
2107 | Message-ID: <20020202133822.E722@rafael> | |
2108 | ||
2109 | Subject: [PATCH] t/test.pl:ok() doesn't work | |
2110 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
2111 | Date: Sun, 03 Feb 2002 00:02:38 -0800 | |
2112 | Message-ID: <e6OX8gzkgSMO092yn@efn.org> | |
2113 | Branch: perl | |
2114 | ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t | |
2115 | ! t/test.pl | |
2116 | ____________________________________________________________________________ | |
2117 | [ 14528] By: jhi on 2002/02/03 15:26:33 | |
2118 | Log: Subject: [PATCH @13746] OS2::Process's constants | |
2119 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2120 | Date: Sat, 2 Feb 2002 01:00:55 -0500 | |
2121 | Message-ID: <20020202010055.A12924@math.ohio-state.edu> | |
2122 | Branch: perl | |
2123 | ! os2/OS2/Process/Makefile.PL | |
2124 | ____________________________________________________________________________ | |
2125 | [ 14527] By: jhi on 2002/02/03 15:16:46 | |
2126 | Log: Subject: [PATCH @13746] h2xs | |
2127 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2128 | Date: Sat, 2 Feb 2002 00:58:44 -0500 | |
2129 | Message-ID: <20020202005844.A12756@math.ohio-state.edu> | |
2130 | Branch: perl | |
2131 | ! utils/h2xs.PL | |
2132 | ____________________________________________________________________________ | |
25caadfd JH |
2133 | [ 14526] By: nick on 2002/02/03 14:54:18 |
2134 | Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data. | |
2135 | (Mis-feature discovered by Encode.) | |
2136 | Branch: perlio | |
2137 | ! sv.c | |
2138 | ____________________________________________________________________________ | |
31db85a9 JH |
2139 | [ 14525] By: jhi on 2002/02/02 16:44:58 |
2140 | Log: EBCDIC: since #14519 made \N{...} to remap, | |
2141 | the test cannot expect an ASCII code point. | |
2142 | Branch: perl | |
2143 | ! lib/charnames.t | |
2144 | ____________________________________________________________________________ | |
2145 | [ 14524] By: jhi on 2002/02/02 05:03:24 | |
2146 | Log: Sub-MANIFEST-tweak. | |
2147 | Branch: perl | |
2148 | ! ext/Encode/MANIFEST | |
2149 | ____________________________________________________________________________ | |
2150 | [ 14523] By: jhi on 2002/02/02 02:54:44 | |
2151 | Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like | |
2152 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
2153 | Date: Fri, 01 Feb 2002 23:51:03 +0900 | |
2154 | Message-Id: <20020201234727.15ED.BQW10602@nifty.com> | |
2155 | Branch: perl | |
2156 | ! ext/Encode/lib/Encode/Tcl/Escape.pm | |
2157 | ____________________________________________________________________________ | |
2158 | [ 14522] By: jhi on 2002/02/02 02:53:29 | |
2159 | Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1) | |
2160 | From: Andy Dougherty <doughera@lafayette.edu> | |
2161 | Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST) | |
2162 | Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu> | |
2163 | Branch: perl | |
2164 | ! README.solaris hints/solaris_2.sh | |
2165 | ____________________________________________________________________________ | |
2166 | [ 14521] By: jhi on 2002/02/02 02:08:42 | |
2167 | Log: EBCDIC: no hope to get the low 256 right in unifolding. | |
2168 | Branch: perl | |
2169 | ! t/uni/fold.t | |
2170 | ____________________________________________________________________________ | |
2171 | [ 14520] By: jhi on 2002/02/02 02:02:13 | |
2172 | Log: todo entry for missing pack formats. | |
2173 | Branch: perl | |
2174 | ! pod/perltodo.pod | |
2175 | ____________________________________________________________________________ | |
2176 | [ 14519] By: jhi on 2002/02/02 01:31:50 | |
2177 | Log: EBCDIC: the low 256 \N{...} need to be remapped. | |
2178 | Branch: perl | |
2179 | ! toke.c | |
2180 | ____________________________________________________________________________ | |
25caadfd JH |
2181 | [ 14518] By: nick on 2002/02/01 18:32:03 |
2182 | Log: indent -kr -nce and some manual tweaks to match perl style. | |
2183 | Branch: perlio | |
2184 | ! ext/Encode/Encode.xs | |
2185 | ____________________________________________________________________________ | |
2186 | [ 14517] By: nick on 2002/02/01 18:20:46 | |
2187 | Log: Integrate mainline | |
2188 | Branch: perlio | |
2189 | !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm | |
2190 | !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm | |
2191 | !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm | |
2192 | !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod | |
2193 | !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t | |
2194 | !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t | |
2195 | !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c | |
2196 | ____________________________________________________________________________ | |
31db85a9 JH |
2197 | [ 14516] By: jhi on 2002/02/01 16:46:16 |
2198 | Log: Integrate perlio; | |
2199 | ||
2200 | Minor Encode tweaks: | |
2201 | - move Encode.pm back to top of Encode like normal XS extension | |
2202 | - avoid .def as a file extension (Win32 builds) | |
2203 | Branch: perl | |
2204 | ! MANIFEST | |
2205 | !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs | |
2206 | !> ext/Encode/Makefile.PL ext/Encode/compile | |
2207 | ____________________________________________________________________________ | |
25caadfd JH |
2208 | [ 14515] By: nick on 2002/02/01 16:27:59 |
2209 | Log: Minor Encode tweaks: | |
2210 | - move Encode.pm back to top of Encode like normal XS extension | |
2211 | - avoid .def as a file extension (Win32 builds) | |
2212 | Branch: perlio | |
2213 | +> ext/Encode/Encode.pm | |
2214 | - ext/Encode/lib/Encode.pm | |
2215 | ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs | |
2216 | ! ext/Encode/Makefile.PL ext/Encode/compile | |
2217 | ____________________________________________________________________________ | |
31db85a9 JH |
2218 | [ 14514] By: jhi on 2002/02/01 14:45:26 |
2219 | Log: Subject: [PATCH utf8.t] temp file not cleaned up | |
2220 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2221 | Date: Fri, 1 Feb 2002 15:47:46 +0100 | |
2222 | Message-ID: <20020201154746.A24079@rafael> | |
2223 | Branch: perl | |
2224 | ! t/io/utf8.t | |
2225 | ____________________________________________________________________________ | |
2226 | [ 14513] By: jhi on 2002/02/01 14:44:39 | |
2227 | Log: Subject: [PATCH] make "lstat FH" croak | |
2228 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2229 | Date: Fri, 1 Feb 2002 15:12:50 +0100 | |
2230 | Message-ID: <20020201151250.A738@rafael> | |
2231 | Branch: perl | |
2232 | ! pod/perldiag.pod pp_sys.c t/op/stat.t | |
2233 | ____________________________________________________________________________ | |
2234 | [ 14512] By: jhi on 2002/02/01 14:42:58 | |
2235 | Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure | |
2236 | From: Kay Röpke <kroepke@dolphin-services.de> | |
2237 | Date: Fri, 1 Feb 2002 01:10:43 +0100 | |
2238 | Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de> | |
2239 | Branch: perl | |
2240 | ! t/op/stat.t | |
2241 | ____________________________________________________________________________ | |
2242 | [ 14511] By: jhi on 2002/02/01 05:17:59 | |
2243 | Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC | |
2244 | I got it in Tru64 + ithreads but only without -g, took | |
2245 | some debugging by printf (which was no fun either since | |
2246 | adding some debug printfs hid the error) | |
2247 | Branch: perl | |
2248 | ! regexec.c utf8.c | |
2249 | ____________________________________________________________________________ | |
2250 | [ 14510] By: jhi on 2002/01/31 22:48:13 | |
2251 | Log: Subject: Re: [PATCH] perl -V: | |
2252 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
2253 | Date: Thu, 31 Jan 2002 12:10:20 -0800 | |
2254 | Message-ID: <sSaW8gzkgaNQ092yn@efn.org> | |
2255 | ||
2256 | Subject: Re: [PATCH] perl -V: | |
2257 | From: Michael G Schwern <schwern@pobox.com> | |
2258 | Date: Thu, 31 Jan 2002 16:43:13 -0500 | |
2259 | Message-ID: <20020131214313.GH6498@blackrider> | |
2260 | Branch: perl | |
2261 | ! t/run/switches.t | |
2262 | ____________________________________________________________________________ | |
2263 | [ 14509] By: jhi on 2002/01/31 21:30:46 | |
2264 | Log: #14505 effect. | |
2265 | Branch: perl | |
2266 | ! pod/perluniintro.pod | |
2267 | ____________________________________________________________________________ | |
2268 | [ 14508] By: jhi on 2002/01/31 16:57:18 | |
2269 | Log: Daniel S. Lewart adopts the Math::Complex. | |
2270 | Branch: perl | |
2271 | ! lib/Math/Complex.pm | |
2272 | ____________________________________________________________________________ | |
2273 | [ 14507] By: jhi on 2002/01/31 16:54:44 | |
2274 | Log: More Complex DWIMmery. | |
2275 | Branch: perl | |
2276 | ! lib/Math/Complex.pm lib/Math/Complex.t | |
2277 | ____________________________________________________________________________ | |
2278 | [ 14506] By: jhi on 2002/01/31 15:27:49 | |
2279 | Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _ | |
2280 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2281 | Date: Thu, 31 Jan 2002 14:37:52 +0100 | |
2282 | Message-ID: <20020131143752.A1452@rafael> | |
2283 | Branch: perl | |
2284 | ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t | |
2285 | ____________________________________________________________________________ | |
2286 | [ 14505] By: jhi on 2002/01/31 15:26:41 | |
2287 | Log: Turn the I/O Unicode error by default on, but the | |
2288 | character-generating Unicode error by default off, | |
2289 | as Larry suggested. | |
2290 | Branch: perl | |
2291 | ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8 | |
2292 | ! utf8.c | |
2293 | ____________________________________________________________________________ | |
2294 | [ 14504] By: jhi on 2002/01/31 14:08:44 | |
2295 | Log: Subject: [PATCH] open.pm minor cleanup | |
2296 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2297 | Date: Thu, 31 Jan 2002 15:03:02 +0100 | |
2298 | Message-ID: <20020131150302.C1452@rafael> | |
2299 | Branch: perl | |
2300 | ! lib/open.pm | |
2301 | ____________________________________________________________________________ | |
2302 | [ 14503] By: jhi on 2002/01/30 15:28:29 | |
2303 | Log: Update Changes. | |
2304 | Branch: perl | |
2305 | ! Changes patchlevel.h | |
2306 | ____________________________________________________________________________ | |
d4c3df8f JH |
2307 | [ 14502] By: jhi on 2002/01/30 14:32:25 |
2308 | Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status | |
2309 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2310 | Date: Wed, 30 Jan 2002 11:58:33 GMT | |
2311 | Message-Id: <200201301158.LAA14883@tempest.npl.co.uk> | |
2312 | Branch: perl | |
2313 | ! lib/CPAN.pm | |
2314 | ____________________________________________________________________________ | |
2315 | [ 14501] By: jhi on 2002/01/30 14:20:32 | |
2316 | Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm; | |
2317 | re-sort MANIFEST. | |
2318 | Branch: perl | |
2319 | + ext/Encode/Encode.pm | |
2320 | - ext/Encode/lib/Encode.pm | |
2321 | ! MANIFEST ext/Encode/Makefile.PL | |
2322 | ____________________________________________________________________________ | |
2323 | [ 14500] By: jhi on 2002/01/30 14:05:13 | |
2324 | Log: Integrate perlio; | |
2325 | ||
2326 | Collect some stats during compile process. | |
2327 | Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR | |
2328 | as one XS - inconclusive - marginal win? | |
2329 | Add some comments to encode.h | |
2330 | Branch: perl | |
2331 | !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile | |
2332 | !> ext/Encode/encode.h | |
2333 | ____________________________________________________________________________ | |
25caadfd JH |
2334 | [ 14499] By: nick on 2002/01/30 09:57:47 |
2335 | Log: Collect some stats during compile process. | |
2336 | Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR | |
2337 | as one XS - inconclusive - marginal win? | |
2338 | Add some comments to encode.h | |
2339 | Branch: perlio | |
2340 | ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile | |
2341 | ! ext/Encode/encode.h | |
2342 | ____________________________________________________________________________ | |
2343 | [ 14498] By: nick on 2002/01/30 07:27:55 | |
2344 | Log: Integrate Jarkko's path/INC tweaks | |
2345 | Branch: perlio | |
2346 | !> ext/Encode/compile | |
2347 | ____________________________________________________________________________ | |
d4c3df8f JH |
2348 | [ 14497] By: jhi on 2002/01/30 04:40:56 |
2349 | Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's) | |
2350 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
2351 | Date: Tue, 29 Jan 2002 01:13:09 -0800 | |
2352 | Message-ID: <lemV8gzkgu/K092yn@efn.org> | |
2353 | Branch: perl | |
2354 | ! configpm | |
2355 | ____________________________________________________________________________ | |
2356 | [ 14496] By: jhi on 2002/01/30 01:55:57 | |
2357 | Log: Subject: [PATCH t/op/inccode.t] new test | |
2358 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2359 | Date: Tue, 29 Jan 2002 22:03:45 +0100 | |
2360 | Message-ID: <20020129220345.A704@rafael> | |
2361 | Branch: perl | |
2362 | ! t/op/inccode.t | |
2363 | ____________________________________________________________________________ | |
2364 | [ 14495] By: jhi on 2002/01/30 01:01:26 | |
2365 | Log: EBCDIC: t/op/lc.t now passes. | |
2366 | Branch: perl | |
2367 | ! t/op/lc.t | |
2368 | ____________________________________________________________________________ | |
2369 | [ 14494] By: jhi on 2002/01/30 00:41:52 | |
2370 | Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40 | |
2371 | Branch: perl | |
2372 | ! utf8.c | |
2373 | ____________________________________________________________________________ | |
2374 | [ 14493] By: jhi on 2002/01/29 22:32:05 | |
2375 | Log: Must find stuff during build. | |
2376 | Branch: perl | |
2377 | ! ext/Encode/compile | |
2378 | ____________________________________________________________________________ | |
2379 | [ 14492] By: jhi on 2002/01/29 22:24:54 | |
2380 | Log: Integrate with perlio; | |
2381 | ||
2382 | Basics of a compiled Encode XS extension | |
2383 | Branch: perl | |
2384 | +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL | |
2385 | +> ext/Encode/Encode/euc-jp.ucm | |
2386 | !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile | |
2387 | !> ext/Encode/encode.h | |
2388 | ____________________________________________________________________________ | |
2389 | [ 14491] By: jhi on 2002/01/29 22:23:25 | |
2390 | Log: EBCDIC tweaks-- no new test passes, but getting closer. | |
2391 | Branch: perl | |
2392 | ! utf8.c | |
2393 | ____________________________________________________________________________ | |
25caadfd JH |
2394 | [ 14490] By: nick on 2002/01/29 21:20:57 |
2395 | Log: Basics of a compiled Encode XS extension | |
2396 | Branch: perlio | |
2397 | + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL | |
2398 | + ext/Encode/Encode/euc-jp.ucm | |
2399 | ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile | |
2400 | ! ext/Encode/encode.h | |
2401 | ____________________________________________________________________________ | |
2402 | [ 14489] By: nick on 2002/01/29 18:40:54 | |
2403 | Log: Integrate mainline | |
2404 | Branch: perlio | |
2405 | +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm | |
2406 | +> ext/Encode/lib/Encode/Encoding.pm | |
2407 | +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm | |
2408 | +> ext/Encode/lib/Encode/Tcl/Escape.pm | |
2409 | +> ext/Encode/lib/Encode/Tcl/Extended.pm | |
2410 | +> ext/Encode/lib/Encode/Tcl/HanZi.pm | |
2411 | +> ext/Encode/lib/Encode/Tcl/Table.pm | |
2412 | +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm | |
2413 | +> ext/Encode/lib/Encode/iso10646_1.pm | |
2414 | +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm | |
2415 | +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t | |
2416 | +> ext/Encode/t/Tcl.t | |
2417 | - ext/Encode.t ext/Encode/Encode.pm | |
2418 | - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm | |
2419 | - ext/Encode/Encode/Tcl.t ext/Encode/Todo | |
2420 | !> (integrate 33 files) | |
2421 | ____________________________________________________________________________ | |
d4c3df8f JH |
2422 | [ 14488] By: jhi on 2002/01/29 16:38:58 |
2423 | Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high) | |
2424 | From: Richard Clamp <richardc@unixbeard.net> | |
2425 | Date: Mon, 28 Jan 2002 02:17:55 +0000 | |
2426 | Message-ID: <20020128021755.GA28344@mirth.demon.co.uk> | |
2427 | Branch: perl | |
2428 | ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t | |
2429 | ____________________________________________________________________________ | |
2430 | [ 14487] By: jhi on 2002/01/29 14:23:03 | |
2431 | Log: OS/390 seems to do length 0 udp reads, Nicholas says | |
2432 | skippage is for now the best cause of action. | |
2433 | Branch: perl | |
2434 | ! ext/Socket/socketpair.t | |
2435 | ____________________________________________________________________________ | |
2436 | [ 14486] By: jhi on 2002/01/29 14:09:21 | |
2437 | Log: Encode cleanup from Dan Kogai; reworked even further. | |
2438 | Branch: perl | |
2439 | + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm | |
2440 | + ext/Encode/lib/Encode/Encoding.pm | |
2441 | + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm | |
2442 | + ext/Encode/lib/Encode/Tcl/Escape.pm | |
2443 | + ext/Encode/lib/Encode/Tcl/Extended.pm | |
2444 | + ext/Encode/lib/Encode/Tcl/HanZi.pm | |
2445 | + ext/Encode/lib/Encode/Tcl/Table.pm | |
2446 | + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm | |
2447 | + ext/Encode/lib/Encode/iso10646_1.pm | |
2448 | + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm | |
2449 | + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t | |
2450 | + ext/Encode/t/Tcl.t | |
2451 | - ext/Encode.t ext/Encode/Encode.pm | |
2452 | - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm | |
2453 | - ext/Encode/Encode/Tcl.t ext/Encode/Todo | |
2454 | ! MANIFEST ext/Encode/Encode/8859-1.ucm | |
2455 | ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm | |
2456 | ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm | |
2457 | ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm | |
2458 | ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm | |
2459 | ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm | |
2460 | ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm | |
2461 | ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm | |
2462 | ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm | |
2463 | ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm | |
2464 | ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm | |
2465 | ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL | |
2466 | ! ext/Encode/compile | |
2467 | ____________________________________________________________________________ | |
2468 | [ 14485] By: jhi on 2002/01/28 23:17:20 | |
2469 | Log: Workaround for DJGPP broken F_GETFL from Laszlo. | |
2470 | Branch: perl | |
2471 | ! djgpp/djgpp.c perlio.c | |
2472 | ____________________________________________________________________________ | |
2473 | [ 14484] By: jhi on 2002/01/28 23:15:22 | |
2474 | Log: Prettier printing from Michael Schwern. | |
2475 | Branch: perl | |
2476 | ! t/test.pl | |
2477 | ____________________________________________________________________________ | |
2478 | [ 14483] By: jhi on 2002/01/28 23:08:27 | |
2479 | Log: Show also the debug and debugcolor as known pragmas. | |
2480 | Branch: perl | |
2481 | ! ext/re/re.pm | |
2482 | ____________________________________________________________________________ | |
2483 | [ 14482] By: jhi on 2002/01/28 22:08:38 | |
2484 | Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader | |
2485 | From: "Craig A. Berry" <craigberry@mac.com> | |
2486 | Date: Mon, 28 Jan 2002 16:30:30 -0600 | |
2487 | Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01> | |
2488 | Branch: perl | |
2489 | ! ext/B/t/assembler.t | |
2490 | ____________________________________________________________________________ | |
25caadfd JH |
2491 | [ 14481] By: jhi on 2002/01/28 21:58:44 |
2492 | Log: metaconfig unit change for #14480. | |
2493 | Branch: metaconfig | |
2494 | ! U/modified/Init.U | |
2495 | ____________________________________________________________________________ | |
d4c3df8f JH |
2496 | [ 14480] By: jhi on 2002/01/28 21:57:37 |
2497 | Log: DJGPP needs to know its exe soon, too. | |
2498 | Branch: perl | |
2499 | ! Configure | |
2500 | ____________________________________________________________________________ | |
2501 | [ 14479] By: jhi on 2002/01/28 21:36:34 | |
2502 | Log: Round #2 on EBCDICation. | |
2503 | Branch: perl | |
2504 | ! t/op/append.t | |
2505 | ____________________________________________________________________________ | |
2506 | [ 14478] By: jhi on 2002/01/28 21:19:40 | |
2507 | Log: Integrate perlio; | |
2508 | ||
2509 | Set makefile.mk CCHOME etc. for default locations of MinGW and free | |
2510 | Borland compilers. (Borland builds one or two oddities.) | |
2511 | Branch: perl | |
2512 | !> win32/config.bc win32/makefile.mk | |
2513 | ____________________________________________________________________________ | |
25caadfd JH |
2514 | [ 14477] By: nick on 2002/01/28 20:12:31 |
2515 | Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free | |
2516 | Borland compilers. (Borland builds one or two oddities.) | |
2517 | Branch: perlio | |
2518 | ! win32/config.bc win32/makefile.mk | |
2519 | ____________________________________________________________________________ | |
2520 | [ 14476] By: nick on 2002/01/28 18:43:47 | |
2521 | Log: Integrate mainline | |
2522 | Branch: perlio | |
2523 | !> Configure hints/hpux.sh | |
2524 | ____________________________________________________________________________ | |
2525 | [ 14475] By: nick on 2002/01/28 17:15:12 | |
2526 | Log: Integrate mainline | |
2527 | Branch: perlio | |
2528 | !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t | |
2529 | !> patchlevel.h pp_sys.c t/lib/warnings/perl | |
2530 | ____________________________________________________________________________ | |
2531 | [ 14474] By: jhi on 2002/01/28 17:12:51 | |
2532 | Log: metaconfig unit change for #14472. | |
2533 | Branch: metaconfig/U/perl | |
2534 | ! d_u32align.U | |
2535 | ____________________________________________________________________________ | |
d4c3df8f JH |
2536 | [ 14473] By: jhi on 2002/01/28 17:12:27 |
2537 | Log: Misunderstood Merijn's patch. | |
2538 | Branch: perl | |
2539 | ! hints/hpux.sh | |
2540 | ____________________________________________________________________________ | |
2541 | [ 14472] By: jhi on 2002/01/28 17:11:58 | |
2542 | Log: Misapplied Merijn's patch. | |
2543 | Branch: perl | |
2544 | ! Configure | |
2545 | ____________________________________________________________________________ | |
2546 | [ 14471] By: jhi on 2002/01/28 14:51:20 | |
2547 | Log: Update Changes. | |
2548 | Branch: perl | |
2549 | ! Changes patchlevel.h | |
2550 | ____________________________________________________________________________ | |
aa13708d JH |
2551 | [ 14470] By: jhi on 2002/01/28 14:33:36 |
2552 | Log: BeOS has sockets but not true ones. | |
2553 | Branch: perl | |
2554 | ! pp_sys.c | |
2555 | ____________________________________________________________________________ | |
25caadfd JH |
2556 | [ 14469] By: jhi on 2002/01/28 14:04:44 |
2557 | Log: metaconfig unit change for #14467. | |
2558 | Branch: metaconfig/U/perl | |
2559 | ! d_u32align.U | |
2560 | ____________________________________________________________________________ | |
aa13708d JH |
2561 | [ 14468] By: jhi on 2002/01/28 14:03:01 |
2562 | Log: For some strange reason under the smoke harness the alignment | |
2563 | test hangs in HP-UX 10.20. So hint it to avoid the test. | |
2564 | Branch: perl | |
2565 | ! hints/hpux.sh | |
2566 | ____________________________________________________________________________ | |
2567 | [ 14467] By: jhi on 2002/01/28 14:00:32 | |
2568 | Log: Allow d_u32align to be hinted. | |
2569 | Branch: perl | |
2570 | ! Configure | |
2571 | ____________________________________________________________________________ | |
2572 | [ 14466] By: jhi on 2002/01/28 13:41:18 | |
2573 | Log: The shift key is important. | |
2574 | Branch: perl | |
2575 | ! ext/B/B.xs | |
2576 | ____________________________________________________________________________ | |
2577 | [ 14465] By: jhi on 2002/01/28 13:36:15 | |
2578 | Log: The "used only once" warnings (from gv_check) come | |
2579 | in pseudorandom hash order-- in EBCDIC the order | |
2580 | is different. Add a new option that allow the warnings | |
2581 | to come in any order (Paul Marquess). | |
2582 | Branch: perl | |
2583 | ! lib/warnings.t t/lib/warnings/perl | |
2584 | ____________________________________________________________________________ | |
2585 | [ 14464] By: jhi on 2002/01/28 13:04:58 | |
2586 | Log: Integrate perlio; the 0nothread test failure without threads. | |
2587 | Branch: perl | |
2588 | !> ext/threads/shared/t/0nothread.t | |
2589 | ____________________________________________________________________________ | |
25caadfd JH |
2590 | [ 14463] By: nick on 2002/01/28 08:22:36 |
2591 | Log: Integrate mainline | |
2592 | Branch: perlio | |
2593 | !> (integrate 37 files) | |
2594 | ____________________________________________________________________________ | |
2595 | [ 14462] By: nick on 2002/01/28 08:09:53 | |
2596 | Log: 1st attempt at skipping broke threads case. | |
2597 | Branch: perlio | |
2598 | ! ext/threads/shared/t/0nothread.t | |
2599 | ____________________________________________________________________________ | |
2600 | [ 14461] By: nick on 2002/01/28 07:25:58 | |
2601 | Log: Skip new threads::shared test unless -Duseithreads | |
2602 | Branch: perlio | |
2603 | ! ext/threads/shared/t/0nothread.t | |
2604 | ____________________________________________________________________________ | |
aa13708d JH |
2605 | [ 14460] By: jhi on 2002/01/28 03:37:30 |
2606 | Log: FAQ sync. | |
2607 | Branch: perl | |
2608 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod | |
2609 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod | |
2610 | ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod | |
2611 | ! pod/perlfaq9.pod | |
2612 | ____________________________________________________________________________ | |
2613 | [ 14459] By: jhi on 2002/01/28 02:28:10 | |
2614 | Log: Upgrade to podlators 1.20. | |
2615 | Branch: perl | |
2616 | ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t | |
2617 | ____________________________________________________________________________ | |
2618 | [ 14458] By: jhi on 2002/01/28 01:36:28 | |
2619 | Log: Retract #14448, a better patch coming up. | |
2620 | Branch: perl | |
2621 | ! lib/Pod/t/basic.t | |
2622 | ____________________________________________________________________________ | |
2623 | [ 14457] By: jhi on 2002/01/28 01:31:40 | |
2624 | Log: EBCDIC portability. | |
2625 | Branch: perl | |
2626 | ! t/op/append.t | |
2627 | ____________________________________________________________________________ | |
2628 | [ 14456] By: jhi on 2002/01/27 23:49:40 | |
2629 | Log: Further cygwin installperl tweak from Gerrit P. Haase. | |
2630 | Branch: perl | |
2631 | ! installperl | |
2632 | ____________________________________________________________________________ | |
2633 | [ 14455] By: jhi on 2002/01/27 23:47:42 | |
2634 | Log: A bug in Bulgarian EBCDIC locale (this sounds like | |
2635 | a Sherlock Holmes mystery...) Well, a few more EBCDICs | |
2636 | locales failed, too. The patch works around the bug by | |
2637 | skipping the test, but the real problem may be deeper | |
2638 | (affecting probably only EBCDIC platforms, though): | |
2639 | see the comment in locale.t for more details. | |
2640 | Branch: perl | |
2641 | ! lib/locale.t | |
2642 | ____________________________________________________________________________ | |
25caadfd JH |
2643 | [ 14454] By: jhi on 2002/01/27 22:37:48 |
2644 | Log: metaconfig unit change for #14453. | |
2645 | Branch: metaconfig/U/perl | |
2646 | ! libperl.U | |
2647 | ____________________________________________________________________________ | |
aa13708d JH |
2648 | [ 14453] By: jhi on 2002/01/27 22:36:08 |
2649 | Log: Subject: Bleadperl on Cygwin today | |
2650 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
2651 | Date: Sun, 27 Jan 2002 22:30:41 +0100 | |
2652 | Message-ID: <462007239437.20020127223041@familiehaase.de> | |
2653 | Branch: perl | |
2654 | ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl | |
2655 | ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t | |
2656 | ! lib/ExtUtils/t/MM_Cygwin.t | |
2657 | ____________________________________________________________________________ | |
2658 | [ 14452] By: jhi on 2002/01/27 21:57:56 | |
2659 | Log: Unfinished EBCDIC branch. | |
2660 | Branch: perl | |
2661 | ! t/op/ver.t | |
2662 | ____________________________________________________________________________ | |
2663 | [ 14451] By: jhi on 2002/01/27 21:47:29 | |
2664 | Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez. | |
2665 | Branch: perl | |
2666 | ! ext/B/B.xs ext/B/B/Deparse.pm | |
2667 | ____________________________________________________________________________ | |
2668 | [ 14450] By: jhi on 2002/01/27 21:44:37 | |
2669 | Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting | |
2670 | platforms. | |
2671 | Branch: perl | |
2672 | ! ext/B/t/stash.t | |
2673 | ____________________________________________________________________________ | |
2674 | [ 14449] By: jhi on 2002/01/27 19:34:56 | |
2675 | Log: Apparently no need for EBCDIC exception any more. | |
2676 | Branch: perl | |
2677 | ! ext/B/t/showlex.t | |
2678 | ____________________________________________________________________________ | |
2679 | [ 14448] By: jhi on 2002/01/27 18:48:17 | |
2680 | Log: (retracted by #14458) | |
2681 | (Russ Allbery) OS/390 is using a high-bit character for ESC, | |
2682 | skip the test for now. A better fix would be to override | |
2683 | the notion of the platform's escape sequence in the test | |
2684 | of Pod::Text::Termcap. We may have to apply a filter to | |
2685 | the output to substitute back in the ESC character that | |
2686 | the test expects, but only on OS/390. | |
2687 | Branch: perl | |
2688 | ! lib/Pod/t/basic.t | |
2689 | ____________________________________________________________________________ | |
2690 | [ 14447] By: jhi on 2002/01/27 18:19:01 | |
2691 | Log: Detypo. | |
2692 | Branch: perl | |
2693 | ! ext/Devel/Peek/Peek.t | |
2694 | ____________________________________________________________________________ | |
2695 | [ 14446] By: jhi on 2002/01/27 17:57:21 | |
2696 | Log: OS/390 USS has a different idea of the pw* functions. | |
2697 | Also, test the name with eq, not with ==. | |
2698 | Branch: perl | |
2699 | ! lib/User/pwent.t | |
2700 | ____________________________________________________________________________ | |
2701 | [ 14445] By: jhi on 2002/01/27 17:37:54 | |
2702 | Log: O_RDONLY/O_WRONLY/O_RDWR portability. | |
2703 | Branch: perl | |
2704 | ! doio.c | |
2705 | ____________________________________________________________________________ | |
2706 | [ 14444] By: jhi on 2002/01/27 16:32:32 | |
2707 | Log: ASCIIisms. | |
2708 | Branch: perl | |
2709 | ! ext/PerlIO/t/encoding.t | |
2710 | ____________________________________________________________________________ | |
2711 | [ 14443] By: jhi on 2002/01/27 15:59:31 | |
2712 | Log: chr(42) ne '*' if one is in EBCDIC. | |
2713 | Branch: perl | |
2714 | ! t/op/pack.t | |
2715 | ____________________________________________________________________________ | |
2716 | [ 14442] By: jhi on 2002/01/27 15:26:52 | |
2717 | Log: Subject: [PATCH] Fix up recent op/stat.t failures | |
2718 | From: Andy Dougherty <doughera@lafayette.edu> | |
2719 | Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST) | |
2720 | Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu> | |
2721 | Branch: perl | |
2722 | ! t/op/stat.t | |
2723 | ____________________________________________________________________________ | |
2724 | [ 14441] By: jhi on 2002/01/27 15:21:49 | |
2725 | Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current | |
2726 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2727 | Date: Sun, 27 Jan 2002 15:03:18 +0100 | |
2728 | Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl> | |
2729 | Branch: perl | |
2730 | ! lib/ExtUtils/t/Command.t | |
2731 | ____________________________________________________________________________ | |
2732 | [ 14440] By: jhi on 2002/01/27 15:20:52 | |
2733 | Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing | |
2734 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2735 | Date: Sun, 27 Jan 2002 14:51:10 +0100 | |
2736 | Message-ID: <20020127145110.A16332@rafael> | |
2737 | Branch: perl | |
2738 | ! ext/B/B/Deparse.pm | |
2739 | ____________________________________________________________________________ | |
25caadfd JH |
2740 | [ 14439] By: gsar on 2002/01/27 00:02:48 |
2741 | Log: integrate change#14431 from perlio branch (Nick's fix for | |
2742 | change#13474 to be more defensive about looking at pad entries | |
2743 | that may not exist yet) | |
2744 | Branch: maint-5.6/perl | |
2745 | ! op.c | |
2746 | ____________________________________________________________________________ | |
aa13708d JH |
2747 | [ 14438] By: jhi on 2002/01/26 23:56:53 |
2748 | Log: Comment to avoid later "cleanups." | |
2749 | Branch: perl | |
2750 | ! lib/ExtUtils/MakeMaker.pm | |
2751 | ____________________________________________________________________________ | |
2752 | [ 14437] By: jhi on 2002/01/26 23:54:50 | |
2753 | Log: USS V2R10 seems to be happier with env FOO=... cmd ... | |
2754 | instead of just FOO=... cmd ... | |
2755 | Branch: perl | |
2756 | ! Makefile.SH | |
2757 | ____________________________________________________________________________ | |
2758 | [ 14436] By: jhi on 2002/01/26 23:14:04 | |
2759 | Log: Overquoting bad (in UNIX one would get | |
2760 | Can't open perl script "'-I../lib'": No such file or directory) | |
2761 | Branch: perl | |
2762 | ! lib/Pod/t/Usage.t | |
2763 | ____________________________________________________________________________ | |
2764 | [ 14435] By: jhi on 2002/01/26 22:41:05 | |
2765 | Log: Integrate perlio; | |
2766 | ||
2767 | "All tests successful" VC6.0 Win32 | |
2768 | (Update config.vc to need cppstdin so those tests are skipped...) | |
2769 | Branch: perl | |
2770 | !> win32/config.vc win32/config_H.bc win32/config_H.gc | |
2771 | !> win32/config_H.vc | |
2772 | ____________________________________________________________________________ | |
25caadfd JH |
2773 | [ 14434] By: nick on 2002/01/26 22:27:08 |
2774 | Log: "All tests successful" VC6.0 Win32 | |
2775 | (Update config.vc to need cppstdin so those tests are skipped...) | |
2776 | Branch: perlio | |
2777 | ! win32/config.vc win32/config_H.bc win32/config_H.gc | |
2778 | ! win32/config_H.vc | |
2779 | ____________________________________________________________________________ | |
aa13708d JH |
2780 | [ 14433] By: jhi on 2002/01/26 21:38:56 |
2781 | Log: Integrate perlio; | |
2782 | ||
2783 | 1st two tests of File/Find/t/find.t and taint.t were run after | |
2784 | calling cleanup(). If previous fail had left for_find directory, | |
2785 | but no content in it then cleanup() returned cd'ed to that directory. | |
2786 | So tests failed. Fixed cleanup()-s. | |
2787 | ||
2788 | If we get to sighandler by mistake (no perl handler set) then | |
2789 | warn() and exit() rather than die() - should never happen | |
2790 | but if it does context needed to die is likely to be trashed | |
2791 | as well. | |
2792 | ||
2793 | Win32 signal emulation cleanup. | |
2794 | ||
2795 | Tinkering with thread cleanup mutex-ing - not the problem | |
2796 | (op.c is) but could have been... | |
2797 | ||
2798 | Fix/band-aid for op.c's anon CV leak fix co-existing with threads. | |
2799 | Should really be looked at by someone that knows about pads. | |
2800 | ||
2801 | Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple | |
2802 | for CRLF line endings. | |
2803 | Branch: perl | |
2804 | !> ext/threads/threads.xs lib/File/Find/t/find.t | |
2805 | !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c | |
2806 | !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h | |
2807 | ____________________________________________________________________________ | |
25caadfd JH |
2808 | [ 14432] By: nick on 2002/01/26 21:10:38 |
2809 | Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple | |
2810 | for CRLF line endings. | |
2811 | Branch: perlio | |
2812 | ! lib/Filter/Simple.pm | |
2813 | ____________________________________________________________________________ | |
2814 | [ 14431] By: nick on 2002/01/26 21:08:35 | |
2815 | Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads. | |
2816 | Should really be looked at by someone that knows about pads. | |
2817 | Branch: perlio | |
2818 | ! op.c | |
2819 | ____________________________________________________________________________ | |
aa13708d JH |
2820 | [ 14430] By: jhi on 2002/01/26 20:54:16 |
2821 | Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test | |
2822 | From: "Craig A. Berry" <craigberry@mac.com> | |
2823 | Date: Sat, 26 Jan 2002 11:19:44 -0600 | |
2824 | Message-Id: <a05101000b87895064ee3@[172.16.52.1]> | |
2825 | Branch: perl | |
2826 | ! lib/Pod/Usage.pm lib/Pod/t/Usage.t | |
2827 | ____________________________________________________________________________ | |
25caadfd JH |
2828 | [ 14429] By: nick on 2002/01/26 18:04:22 |
2829 | Log: Tinkering with thread cleanup mutex-ing - not the problem | |
2830 | (op.c is) but could have been... | |
2831 | Branch: perlio | |
2832 | ! ext/threads/threads.xs | |
2833 | ____________________________________________________________________________ | |
2834 | [ 14428] By: nick on 2002/01/26 18:03:13 | |
2835 | Log: Win32 signal emulation cleanup. | |
2836 | Branch: perlio | |
2837 | ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h | |
2838 | ____________________________________________________________________________ | |
2839 | [ 14427] By: nick on 2002/01/26 13:59:33 | |
2840 | Log: If we get to sighandler by mistake (no perl handler set) then | |
2841 | warn() and exit() rather than die() - should never happen | |
2842 | but if it does context needed to die is likely to be trashed | |
2843 | as well. | |
2844 | Branch: perlio | |
2845 | ! mg.c | |
2846 | ____________________________________________________________________________ | |
2847 | [ 14426] By: nick on 2002/01/26 13:56:23 | |
2848 | Log: Integrate mainline | |
2849 | Branch: perlio | |
2850 | !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs | |
2851 | !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t | |
2852 | !> t/run/fresh_perl.t | |
2853 | ____________________________________________________________________________ | |
2854 | [ 14425] By: nick on 2002/01/26 08:11:33 | |
2855 | Log: 1st two tests of File/Find/t/find.t and taint.t were run after | |
2856 | calling cleanup(). If previous fail had left for_find directory, | |
2857 | but no content in it then cleanup() returned cd'ed to that directory. | |
2858 | So tests failed. Fixed cleanup()-s. | |
2859 | Branch: perlio | |
2860 | ! lib/File/Find/t/find.t lib/File/Find/t/taint.t | |
2861 | ____________________________________________________________________________ | |
aa13708d JH |
2862 | [ 14424] By: jhi on 2002/01/25 22:10:11 |
2863 | Log: Integrate perlio; | |
2864 | ||
2865 | Fix winsystem.t's attempt to build showav.exe to work | |
2866 | with gcc (which writes a.exe unless told with -o ). | |
2867 | Also put in a few more fail-safes to check .exe got | |
2868 | built somehow. | |
2869 | ||
2870 | More Win32 tuning | |
2871 | ||
2872 | Save $! so that other syscalls don't disturb it before | |
2873 | we test it. | |
2874 | Branch: perl | |
2875 | !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t | |
2876 | !> t/op/winsystem.t | |
2877 | ____________________________________________________________________________ | |
2878 | [ 14423] By: jhi on 2002/01/25 22:08:09 | |
2879 | Log: Subject: [PATCH] new test in op/universal.t | |
2880 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2881 | Date: Fri, 25 Jan 2002 23:17:33 +0100 | |
2882 | Message-ID: <20020125231733.A11733@rafael> | |
2883 | Branch: perl | |
2884 | ! t/op/universal.t | |
2885 | ____________________________________________________________________________ | |
25caadfd JH |
2886 | [ 14422] By: nick on 2002/01/25 21:37:03 |
2887 | Log: Save $! so that other syscalls don't disturb it before | |
2888 | we test it. | |
2889 | Branch: perlio | |
2890 | ! ext/Socket/socketpair.t | |
2891 | ____________________________________________________________________________ | |
2892 | [ 14421] By: nick on 2002/01/25 19:05:57 | |
2893 | Log: More Win32 tuning | |
2894 | Branch: perlio | |
2895 | ! t/op/stat.t t/op/taint.t | |
2896 | ____________________________________________________________________________ | |
2897 | [ 14420] By: nick on 2002/01/25 18:21:42 | |
2898 | Log: Fix winsystem.t's attempt to build showav.exe to work | |
2899 | with gcc (which writes a.exe unless told with -o ). | |
2900 | Also put in a few more fail-safes to check .exe got | |
2901 | built somehow. | |
2902 | Branch: perlio | |
2903 | ! t/op/winsystem.t | |
2904 | ____________________________________________________________________________ | |
aa13708d JH |
2905 | [ 14419] By: jhi on 2002/01/25 17:25:05 |
2906 | Log: Subject: [Patch Encode.xs] calculation of need overflows | |
2907 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
2908 | Date: Sat, 26 Jan 2002 00:58:50 +0900 | |
2909 | Message-Id: <20020126005802.89B3.BQW10602@nifty.com> | |
2910 | Branch: perl | |
2911 | ! ext/Encode/Encode.xs | |
2912 | ____________________________________________________________________________ | |
2913 | [ 14418] By: jhi on 2002/01/25 16:28:40 | |
2914 | Log: Integrate changes 13474+13478+13584 from maintperl; | |
2915 | anon sub leakage. | |
2916 | Branch: perl | |
2917 | ! op.c t/run/fresh_perl.t | |
2918 | ____________________________________________________________________________ | |
2919 | [ 14417] By: jhi on 2002/01/25 15:34:18 | |
2920 | Log: Update Changes. | |
2921 | Branch: perl | |
2922 | ! Changes patchlevel.h | |
2923 | ____________________________________________________________________________ | |
71e41b3a JH |
2924 | [ 14416] By: jhi on 2002/01/25 15:04:25 |
2925 | Log: Integrate perlio; extensive threads and threads::shared work | |
aa13708d JH |
2926 | (note that the below is a chronological list of perlio |
2927 | check-in entries since the last integrate) | |
71e41b3a JH |
2928 | |
2929 | Nearly-working threads re-structuring. Do not integrate, | |
2930 | submit-ing to get to Win32, and as "off site" backup. | |
2931 | ||
2932 | threads work again on Win32. (Not threads::shared yet) | |
2933 | Submit to see if they do on Linux. | |
2934 | ||
2935 | Add new threads/typemap to MANIFEST | |
2936 | ||
2937 | XS side of new threads::shared designed, coded and compiles, | |
2938 | and mostly commented but is totaly untested. | |
2939 | submit in case anyone wants a preview. | |
2940 | ||
2941 | Miss mg_len == 0 meaning don't Safefree | |
2942 | ||
2943 | Shared scalars working, some shared array ops working. | |
2944 | ||
2945 | Implement recursive lock and use of scope for PL_sharedsv_space, | |
2946 | so now croak() from asserts does not leave locks. | |
2947 | Make hv_simple compile (new prototype for debugging probe). | |
2948 | ||
2949 | thread::shared nearly working again - remaining issue | |
2950 | is references withing shared space. | |
2951 | Added bulk test with no threads involved (for debugging) | |
2952 | Tuned tests to skip those needing _thrcnt | |
2953 | ||
2954 | SvTEMP_off to stop private PV's being stolen and stored in shared space | |
2955 | ||
2956 | Except Win32 from echo tests. (Alarm does not break into connect) | |
2957 | ||
2958 | Expand command line test globs on Win32. | |
2959 | ||
2960 | threads::shared tidy up: | |
2961 | - Add _id() function to shared.xs so we can test refs point at same thing. | |
2962 | - Use that rather that comparing stringified ref in shared/t/hv_refs.t | |
2963 | - Allow no_share to pass if sharing to works despite mis-ordering. | |
2964 | - Change docs of threads to document ->create() (as used in tests), | |
2965 | and not mention "new". | |
2966 | ||
2967 | Linux/NFS hackery was not faking right number of passes. | |
2968 | Branch: perl | |
2969 | +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap | |
2970 | +> ext/threads/typemap | |
2971 | - ext/threads/threads.h sharedsv.c sharedsv.h | |
2972 | ! NetWare/config_H.wc | |
2973 | !> (integrate 38 files) | |
2974 | ____________________________________________________________________________ | |
2975 | [ 14415] By: jhi on 2002/01/25 14:33:43 | |
2976 | Log: Subject: Re: perldebguts minor tweaks | |
2977 | From: Joe McMahon <mcmahon@metalab.unc.edu> | |
2978 | Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST) | |
2979 | Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu> | |
2980 | Branch: perl | |
2981 | ! pod/perldebguts.pod | |
2982 | ____________________________________________________________________________ | |
25caadfd JH |
2983 | [ 14414] By: jhi on 2002/01/25 14:08:17 |
2984 | Log: metaconfig unit change for #14413. | |
2985 | Branch: metaconfig | |
2986 | ! U/modified/prototype.U | |
2987 | ____________________________________________________________________________ | |
71e41b3a JH |
2988 | [ 14413] By: jhi on 2002/01/25 14:05:49 |
2989 | Log: Okay, you can come home now, _(). | |
2990 | Branch: perl | |
2991 | ! config_h.SH | |
2992 | ____________________________________________________________________________ | |
25caadfd JH |
2993 | [ 14412] By: nick on 2002/01/25 11:01:49 |
2994 | Log: Integrate mainline | |
2995 | All but ../lib/Unicode/UCD.t pass. | |
2996 | Branch: perlio | |
2997 | +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt | |
2998 | +> lib/unicore/CaseFolding.txt | |
2999 | +> lib/unicore/CompositionExclusions.txt | |
3000 | +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt | |
3001 | +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt | |
3002 | +> vos/vos.c | |
3003 | - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt | |
3004 | - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt | |
3005 | - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt | |
3006 | - lib/unicore/NamesList.html lib/unicore/PropList.html | |
3007 | - lib/unicore/SpecCase.txt lib/unicore/UCD.html | |
3008 | - lib/unicore/Unicode.html lib/unicore/Unicode.txt | |
3009 | - lib/unicore/rename | |
3010 | !> (integrate 424 files) | |
3011 | ____________________________________________________________________________ | |
3012 | [ 14411] By: nick on 2002/01/25 09:45:13 | |
3013 | Log: Linux/NFS hackery was not faking right number of passes. | |
3014 | Branch: perlio | |
3015 | ! t/io/fs.t | |
3016 | ____________________________________________________________________________ | |
3017 | [ 14410] By: nick on 2002/01/25 09:35:07 | |
3018 | Log: threads::shared tidy up: | |
3019 | - Add _id() function to shared.xs so we can test refs point at same thing. | |
3020 | - Use that rather that comparing stringified ref in shared/t/hv_refs.t | |
3021 | - Allow no_share to pass if sharing to works despite mis-ordering. | |
3022 | - Change docs of threads to document ->create() (as used in tests), | |
3023 | and not mention "new". | |
3024 | Branch: perlio | |
3025 | ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs | |
3026 | ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t | |
3027 | ! ext/threads/threads.pm | |
3028 | ____________________________________________________________________________ | |
71e41b3a JH |
3029 | [ 14409] By: jhi on 2002/01/24 21:08:35 |
3030 | Log: Subject: perldebguts minor tweaks | |
3031 | From: Joe McMahon <mcmahon@metalab.unc.edu> | |
3032 | Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST) | |
3033 | Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu> | |
3034 | Branch: perl | |
3035 | ! pod/perldebguts.pod | |
3036 | ____________________________________________________________________________ | |
3037 | [ 14408] By: jhi on 2002/01/24 20:58:15 | |
3038 | Log: Subject: [PATCH] perldebguts.pod [bleadperl] | |
3039 | From: Peter Scott <Peter@PSDT.com> | |
3040 | Date: Thu, 24 Jan 2002 08:51:34 -0800 | |
3041 | Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com> | |
3042 | Branch: perl | |
3043 | ! pod/perldebguts.pod | |
3044 | ____________________________________________________________________________ | |
3045 | [ 14407] By: jhi on 2002/01/24 20:55:34 | |
3046 | Log: Few more paranoia checks for Unicode hash keys. | |
3047 | Branch: perl | |
3048 | ! t/op/each.t | |
3049 | ____________________________________________________________________________ | |
3050 | [ 14406] By: jhi on 2002/01/24 18:03:02 | |
3051 | Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t | |
3052 | From: Andy Dougherty <doughera@lafayette.edu> | |
3053 | Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST) | |
3054 | Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu> | |
3055 | Branch: perl | |
3056 | ! t/op/stat.t | |
3057 | ____________________________________________________________________________ | |
3058 | [ 14405] By: jhi on 2002/01/24 15:44:31 | |
3059 | Log: The | |
3060 | ||
3061 | Subject: Very old debugger UTF-8 bug | |
3062 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3063 | Date: 24 Jan 2002 12:45:44 +0100 | |
3064 | Message-ID: <m3y9iot1jr.fsf@anima.de> | |
3065 | ||
3066 | still broken, but this should work as a stopgap | |
3067 | measure to stop pp_match accessing naughty data. | |
3068 | Branch: perl | |
3069 | ! pod/perldiag.pod pp_hot.c | |
3070 | ____________________________________________________________________________ | |
25caadfd JH |
3071 | [ 14404] By: jhi on 2002/01/24 13:13:55 |
3072 | Log: metaconfig unit change for #14403. | |
3073 | Branch: metaconfig/U/perl | |
3074 | ! d_u32align.U | |
3075 | ____________________________________________________________________________ | |
71e41b3a JH |
3076 | [ 14403] By: jhi on 2002/01/24 13:13:29 |
3077 | Log: Pacify picky compilers (this time Sun Workshop). | |
3078 | Branch: perl | |
3079 | ! Configure | |
3080 | ____________________________________________________________________________ | |
3081 | [ 14402] By: jhi on 2002/01/24 12:45:02 | |
3082 | Log: Subject: Very old debugger UTF-8 bug | |
3083 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3084 | Date: 24 Jan 2002 12:45:44 +0100 | |
3085 | Message-ID: <m3y9iot1jr.fsf@anima.de> | |
3086 | Branch: perl | |
3087 | ! lib/dumpvar.pl | |
3088 | ____________________________________________________________________________ | |
25caadfd JH |
3089 | [ 14401] By: nick on 2002/01/24 07:50:38 |
3090 | Log: Expand command line test globs on Win32. | |
3091 | Branch: perlio | |
3092 | ! t/harness | |
3093 | ____________________________________________________________________________ | |
71e41b3a JH |
3094 | [ 14400] By: jhi on 2002/01/24 02:49:05 |
3095 | Log: Sprinkle some copyrights (use the oldest timestamp to | |
3096 | be found in the repository, which is most often not right, | |
3097 | but at least consistent) | |
3098 | Branch: perl | |
3099 | ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h | |
3100 | ! fakesdio.h fakethr.h global.sym globals.c keywords.h | |
3101 | ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl | |
3102 | ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h | |
3103 | ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h | |
3104 | ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c | |
3105 | ! unixish.h xsutils.c | |
3106 | ____________________________________________________________________________ | |
25caadfd JH |
3107 | [ 14399] By: pudge on 2002/01/23 21:00:29 |
3108 | Log: Don't crash on Help for long text (bug #506672) | |
3109 | Branch: maint-5.6/macperl | |
3110 | ! macos/macperl/MPHelp.c | |
3111 | ____________________________________________________________________________ | |
3112 | [ 14398] By: pudge on 2002/01/23 20:03:38 | |
3113 | Log: Fix minor path problem | |
3114 | Branch: maint-5.6/macperl | |
3115 | ! macos/macperl/Droplets/tarzipme.plx | |
3116 | ____________________________________________________________________________ | |
3117 | [ 14397] By: pudge on 2002/01/23 20:03:19 | |
3118 | Log: Minor text changes | |
3119 | Branch: maint-5.6/macperl | |
3120 | ! macos/Perl.r | |
3121 | ____________________________________________________________________________ | |
3122 | [ 14396] By: pudge on 2002/01/23 20:02:45 | |
3123 | Log: Bump versions, dates, etc. | |
3124 | Branch: maint-5.6/macperl | |
3125 | ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c | |
3126 | ____________________________________________________________________________ | |
3127 | [ 14395] By: pudge on 2002/01/23 20:01:43 | |
3128 | Log: coderefs in @INC and absolute paths | |
3129 | Branch: maint-5.6/macperl | |
3130 | ! embed.h pp_ctl.c proto.h | |
3131 | ____________________________________________________________________________ | |
3132 | [ 14394] By: pudge on 2002/01/23 20:00:35 | |
3133 | Log: Minor module thingys | |
3134 | Branch: maint-5.6/macperl | |
3135 | ! macos/ext/Mac/Controls/Controls.xs | |
3136 | ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm | |
3137 | ! macos/ext/Mac/ImageCompression/ImageCompression.xs | |
3138 | ! macos/ext/Mac/InternetConfig/InternetConfig.pm | |
3139 | ! macos/ext/Mac/InternetConfig/InternetConfig.xs | |
3140 | ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs | |
3141 | ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs | |
3142 | ! macos/ext/Mac/MoreFiles/MoreFiles.pm | |
3143 | ! macos/ext/Mac/Movies/Movies.xs | |
3144 | ! macos/ext/Mac/Navigation/Navigation.pm | |
3145 | ! macos/ext/Mac/Navigation/Navigation.xs | |
3146 | ! macos/ext/Mac/Notification/Notification.xs | |
3147 | ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm | |
3148 | ! macos/ext/Mac/Processes/Processes.xs | |
3149 | ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs | |
3150 | ! macos/ext/Mac/QuickDraw/QuickDraw.pm | |
3151 | ! macos/ext/Mac/QuickDraw/QuickDraw.xs | |
3152 | ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs | |
3153 | ! macos/ext/Mac/Resources/Resources.pm | |
3154 | ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm | |
3155 | ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm | |
3156 | ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm | |
3157 | ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm | |
3158 | ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm | |
3159 | ____________________________________________________________________________ | |
3160 | [ 14393] By: nick on 2002/01/23 19:52:19 | |
3161 | Log: Except Win32 from echo tests. (Alarm does not break into connect) | |
3162 | Branch: perlio | |
3163 | ! ext/Socket/Socket.t | |
3164 | ____________________________________________________________________________ | |
3165 | [ 14392] By: nick on 2002/01/23 19:31:57 | |
3166 | Log: SvTEMP_off to stop private PV's being stolen and stored in shared space | |
3167 | Branch: perlio | |
3168 | ! ext/threads/shared/shared.xs | |
3169 | ____________________________________________________________________________ | |
71e41b3a JH |
3170 | [ 14391] By: jhi on 2002/01/23 18:48:45 |
3171 | Log: Copyright++. (Not all the toplevel *.h have one, it seems.) | |
3172 | Branch: perl | |
3173 | ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c | |
3174 | ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c | |
3175 | ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y | |
3176 | ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod | |
3177 | ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c | |
3178 | ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c | |
3179 | ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c | |
3180 | ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y | |
3181 | ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h | |
3182 | ! x2p/util.c x2p/util.h x2p/walk.c | |
3183 | ____________________________________________________________________________ | |
3184 | [ 14390] By: jhi on 2002/01/23 18:30:18 | |
3185 | Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and | |
3186 | therefore quite probably also obsolete code. | |
3187 | Branch: perl | |
3188 | ! sv.c | |
3189 | ____________________________________________________________________________ | |
3190 | [ 14389] By: jhi on 2002/01/23 15:09:38 | |
3191 | Log: Update Changes. | |
3192 | Branch: perl | |
3193 | ! Changes patchlevel.h | |
3194 | ____________________________________________________________________________ | |
6df78d39 JH |
3195 | [ 14388] By: jhi on 2002/01/23 15:04:06 |
3196 | Log: Small update on todo. Could use a lot more. | |
3197 | Branch: perl | |
3198 | ! pod/perltodo.pod | |
3199 | ____________________________________________________________________________ | |
25caadfd JH |
3200 | [ 14387] By: nick on 2002/01/23 14:19:30 |
3201 | Log: thread::shared nearly working again - remaining issue | |
3202 | is references withing shared space. | |
3203 | Added bulk test with no threads involved (for debugging) | |
3204 | Tuned tests to skip those needing _thrcnt | |
3205 | Branch: perlio | |
3206 | + ext/threads/shared/t/0nothread.t | |
3207 | ! MANIFEST ext/threads/shared/shared.pm | |
3208 | ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t | |
3209 | ! ext/threads/shared/t/hv_refs.t | |
3210 | ! ext/threads/shared/t/hv_simple.t | |
3211 | ! ext/threads/shared/t/sv_simple.t | |
3212 | ____________________________________________________________________________ | |
6df78d39 JH |
3213 | [ 14386] By: jhi on 2002/01/23 14:19:01 |
3214 | Log: Subject: [ID 20020121.003] perldata doco bug | |
3215 | From: John Stumbles <jstumbles@bluearc.com> | |
3216 | Date: Mon, 21 Jan 2002 14:19:56 -0000 | |
3217 | Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com> | |
3218 | Branch: perl | |
3219 | ! pod/perldata.pod | |
3220 | ____________________________________________________________________________ | |
3221 | [ 14385] By: jhi on 2002/01/23 14:17:52 | |
3222 | Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ? | |
3223 | From: Michael G Schwern <schwern@pobox.com> | |
3224 | Date: Mon, 21 Jan 2002 15:16:42 -0500 | |
3225 | Message-ID: <20020121201642.GA6659@blackrider> | |
3226 | Branch: perl | |
3227 | ! embed.fnc embed.h proto.h t/op/universal.t universal.c | |
3228 | ____________________________________________________________________________ | |
3229 | [ 14384] By: jhi on 2002/01/23 13:45:30 | |
3230 | Log: Subject: [PATCH] Re: eval not catching warnings? | |
3231 | From: abigail@foad.org | |
3232 | Date: Wed, 23 Jan 2002 15:35:47 +0100 | |
3233 | Message-ID: <20020123143547.24798.qmail@foad.org> | |
3234 | Branch: perl | |
3235 | ! pod/perlfunc.pod | |
3236 | ____________________________________________________________________________ | |
3237 | [ 14383] By: jhi on 2002/01/23 03:57:58 | |
3238 | Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED) | |
3239 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
3240 | Date: Tue, 22 Jan 2002 17:00:54 -0800 | |
3241 | Message-Id: <GtgT8gzkg+CG092yn@efn.org> | |
3242 | Branch: perl | |
3243 | ! t/run/fresh_perl.t | |
3244 | ____________________________________________________________________________ | |
25caadfd JH |
3245 | [ 14382] By: jhi on 2002/01/23 03:47:35 |
3246 | Log: metaconfig unit change for #14381. | |
3247 | Branch: metaconfig/U/perl | |
3248 | ! d_u32align.U | |
3249 | ____________________________________________________________________________ | |
6df78d39 JH |
3250 | [ 14381] By: jhi on 2002/01/23 03:47:05 |
3251 | Log: HP-UX 10.20 cc pacifying from Merijn. | |
3252 | Branch: perl | |
3253 | ! Configure | |
3254 | ____________________________________________________________________________ | |
3255 | [ 14380] By: jhi on 2002/01/23 03:41:26 | |
3256 | Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369) | |
3257 | From: "Craig A. Berry" <craigberry@mac.com> | |
3258 | Date: Tue, 22 Jan 2002 22:14:26 -0600 | |
3259 | Message-Id: <a05101000b873de9cf801@[172.16.52.1]> | |
3260 | Branch: perl | |
3261 | ! vms/test.com | |
3262 | ____________________________________________________________________________ | |
3263 | [ 14379] By: jhi on 2002/01/23 03:11:31 | |
3264 | Log: AIX cpp bug: having macro arguments and character constants | |
3265 | "the same" means trouble (here s and 's') | |
3266 | What broke now was 841 and 842 of t/op/pat.t, because of the | |
3267 | ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0 | |
3268 | (note that breakage happened only under cc_r and usethreads+ | |
3269 | useithreads) | |
3270 | Branch: perl | |
3271 | ! utf8.h | |
3272 | ____________________________________________________________________________ | |
25caadfd JH |
3273 | [ 14378] By: nick on 2002/01/22 20:33:15 |
3274 | Log: Implement recursive lock and use of scope for PL_sharedsv_space, | |
3275 | so now croak() from asserts does not leave locks. | |
3276 | Make hv_simple compile (new prototype for debugging probe). | |
3277 | Branch: perlio | |
3278 | ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs | |
3279 | ! ext/threads/shared/t/hv_simple.t | |
3280 | ____________________________________________________________________________ | |
3281 | [ 14377] By: nick on 2002/01/22 17:32:21 | |
3282 | Log: Shared scalars working, some shared array ops working. | |
3283 | Branch: perlio | |
3284 | ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs | |
3285 | ! ext/threads/shared/t/sv_refs.t | |
3286 | ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h | |
3287 | ____________________________________________________________________________ | |
6df78d39 JH |
3288 | [ 14376] By: jhi on 2002/01/22 16:46:48 |
3289 | Log: Subject: [PATCH] Support truncate() in VOS port | |
3290 | From: Paul_GreenVOS@vos.stratus.com | |
3291 | Date: Mon, 21 Jan 02 23:27 est | |
3292 | Message-Id: <200201220428.XAA15304@mailhub1.stratus.com> | |
3293 | Branch: perl | |
3294 | + vos/vos.c | |
3295 | ! MANIFEST hints/vos.sh vos/vosish.h | |
3296 | ____________________________________________________________________________ | |
25caadfd JH |
3297 | [ 14375] By: jhi on 2002/01/22 16:38:06 |
3298 | Log: metaconfig unit changes for #14374. Couldn't figure | |
3299 | how to get completely rid of _() (some weird dependency | |
3300 | pulling it in?) so renamed it as PROTO_(). | |
3301 | Branch: metaconfig | |
3302 | + U/modified/d_shmat.U U/modified/prototype.U | |
3303 | ! U/protos/d_drand48proto.U | |
3304 | Branch: metaconfig/U/perl | |
3305 | ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U | |
3306 | ____________________________________________________________________________ | |
6df78d39 JH |
3307 | [ 14374] By: jhi on 2002/01/22 16:36:41 |
3308 | Log: Get rid of the _() macro since (1) we require ANSI anyway | |
aa13708d | 3309 | (2) Other software (GNU) seems to use it and we don't need it, |
6df78d39 JH |
3310 | so let's give it up. |
3311 | Branch: perl | |
3312 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3313 | ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c | |
3314 | ! plan9/config.plan9 pod/perltoc.pod uconfig.h | |
3315 | ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc | |
3316 | ! win32/config_H.gc win32/config_H.vc win32/config_H.win64 | |
3317 | ! wince/config.h wince/config_H.ce | |
3318 | ____________________________________________________________________________ | |
25caadfd JH |
3319 | [ 14373] By: nick on 2002/01/22 10:10:48 |
3320 | Log: Miss mg_len == 0 meaning don't Safefree | |
3321 | Branch: perlio | |
3322 | ! mg.c | |
3323 | ____________________________________________________________________________ | |
3324 | [ 14372] By: nick on 2002/01/21 22:34:06 | |
3325 | Log: XS side of new threads::shared designed, coded and compiles, | |
3326 | and mostly commented but is totaly untested. | |
3327 | submit in case anyone wants a preview. | |
3328 | Branch: perlio | |
3329 | + ext/threads/shared/typemap | |
3330 | ! MANIFEST ext/threads/shared/shared.pm | |
3331 | ! ext/threads/shared/shared.xs | |
3332 | ____________________________________________________________________________ | |
6df78d39 JH |
3333 | [ 14371] By: jhi on 2002/01/21 19:36:04 |
3334 | Log: Subject: [BUG] /\_/ an unrecognized escape? | |
3335 | From: Michael G Schwern <schwern@pobox.com> | |
3336 | Date: Mon, 21 Jan 2002 15:22:54 -0500 | |
3337 | Message-ID: <20020121202254.GA6731@blackrider> | |
3338 | Branch: perl | |
3339 | ! t/lib/warnings/toke toke.c | |
3340 | ____________________________________________________________________________ | |
3341 | [ 14370] By: jhi on 2002/01/21 19:16:00 | |
3342 | Log: Undo the renaming of the Unicode data files; the simple | |
3343 | solution being not including the *.html files. This means | |
3344 | that in the future there is no need for any renamings | |
3345 | (well, assuming that the Consortium doesn't cause any), | |
3346 | and the files are named like they are in the Consortium | |
3347 | website, thus alleviating confusion. | |
3348 | Branch: perl | |
3349 | + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt | |
3350 | + lib/unicore/CaseFolding.txt | |
3351 | + lib/unicore/CompositionExclusions.txt | |
3352 | + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt | |
3353 | + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt | |
3354 | - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt | |
3355 | - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt | |
3356 | - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt | |
3357 | - lib/unicore/NamesList.html lib/unicore/PropList.html | |
3358 | - lib/unicore/SpecCase.txt lib/unicore/UCD.html | |
3359 | - lib/unicore/Unicode.html lib/unicore/Unicode.txt | |
3360 | - lib/unicore/rename | |
3361 | ! (edit 285 files) | |
3362 | ____________________________________________________________________________ | |
3363 | [ 14369] By: jhi on 2002/01/21 15:10:59 | |
3364 | Log: Update Changes. | |
3365 | Branch: perl | |
3366 | ! Changes patchlevel.h | |
3367 | ____________________________________________________________________________ | |
1faa7c87 JH |
3368 | [ 14368] By: jhi on 2002/01/21 14:56:42 |
3369 | Log: Subject: RE: BCC for Win32 is unhappy @14331 | |
3370 | From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com> | |
3371 | Date: Mon, 21 Jan 2002 09:48:40 +0300 | |
3372 | Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com> | |
3373 | ||
3374 | (using IV instead of int) | |
3375 | Branch: perl | |
3376 | ! hv.h | |
3377 | ____________________________________________________________________________ | |
3378 | [ 14367] By: jhi on 2002/01/21 14:29:05 | |
3379 | Log: path_is_absolute() needs a prototype (and maybe | |
3380 | a better name, but that's another story). | |
3381 | Branch: perl | |
3382 | ! embed.fnc embed.h pp_ctl.c proto.h | |
3383 | ____________________________________________________________________________ | |
3384 | [ 14366] By: jhi on 2002/01/21 14:07:35 | |
3385 | Log: Subject: Re: coderefs in @INC | |
3386 | From: Chris Nandor <pudge@pobox.com> | |
3387 | Date: Thu, 17 Jan 2002 11:26:02 -0500 | |
3388 | Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]> | |
3389 | Branch: perl | |
3390 | ! pp_ctl.c | |
3391 | ____________________________________________________________________________ | |
3392 | [ 14365] By: jhi on 2002/01/21 14:06:11 | |
3393 | Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics | |
3394 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3395 | Date: Sun, 20 Jan 2002 22:53:56 +0100 | |
3396 | Message-ID: <20020120225356.A12093@rafael> | |
3397 | Branch: perl | |
3398 | ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use | |
3399 | ! t/lib/warnings/9enabled warnings.h warnings.pl | |
3400 | ____________________________________________________________________________ | |
3401 | [ 14364] By: jhi on 2002/01/21 03:53:08 | |
3402 | Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS | |
3403 | From: "Craig A. Berry" <craigberry@mac.com> | |
3404 | Date: Sun, 20 Jan 2002 22:49:42 -0600 | |
3405 | Message-Id: <a05101004b8714273d60c@[172.16.52.1]> | |
3406 | Branch: perl | |
3407 | ! lib/ExtUtils/MakeMaker.pm | |
3408 | ____________________________________________________________________________ | |
25caadfd JH |
3409 | [ 14363] By: nick on 2002/01/20 20:38:23 |
3410 | Log: Add new threads/typemap to MANIFEST | |
3411 | Branch: perlio | |
3412 | ! MANIFEST | |
3413 | ____________________________________________________________________________ | |
3414 | [ 14362] By: nick on 2002/01/20 20:34:36 | |
3415 | Log: Integrate mainline | |
3416 | Branch: perlio | |
3417 | +> lib/Pod/t/Usage.t | |
3418 | !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t | |
3419 | !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t | |
3420 | !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod | |
3421 | !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod | |
3422 | !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c | |
3423 | !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t | |
3424 | !> util.c | |
3425 | ____________________________________________________________________________ | |
3426 | [ 14361] By: nick on 2002/01/20 18:51:47 | |
3427 | Log: Integrate MANIFEST | |
3428 | Branch: perlio | |
3429 | !> MANIFEST | |
3430 | ____________________________________________________________________________ | |
1faa7c87 JH |
3431 | [ 14360] By: jhi on 2002/01/20 17:11:12 |
3432 | Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes | |
3433 | From: Paul_GreenVOS@vos.stratus.com | |
3434 | Date: Sat, 19 Jan 02 17:17 est | |
3435 | Message-Id: <200201192218.RAA07911@mailhub1.stratus.com> | |
3436 | ||
3437 | Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests | |
3438 | From: Paul_GreenVOS@vos.stratus.com | |
3439 | Date: Sat, 19 Jan 02 17:19 est | |
3440 | Message-Id: <200201192218.RAA12331@mailhub2.stratus.com> | |
3441 | Branch: perl | |
3442 | ! lib/ExtUtils/t/Command.t | |
3443 | ____________________________________________________________________________ | |
3444 | [ 14359] By: jhi on 2002/01/20 17:09:40 | |
3445 | Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix | |
3446 | From: Paul_GreenVOS@vos.stratus.com | |
3447 | Date: Sat, 19 Jan 02 14:30 est | |
3448 | Message-Id: <200201191932.OAA05601@mailhub1.stratus.com> | |
3449 | Branch: perl | |
3450 | ! lib/AnyDBM_File.t | |
3451 | ____________________________________________________________________________ | |
3452 | [ 14358] By: jhi on 2002/01/20 17:01:38 | |
3453 | Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch | |
3454 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3455 | Date: Sun, 20 Jan 2002 13:51:36 +0100 | |
3456 | Message-ID: <20020120135136.A710@rafael> | |
3457 | Branch: perl | |
3458 | ! ext/File/Glob/t/basic.t | |
3459 | ____________________________________________________________________________ | |
25caadfd JH |
3460 | [ 14357] By: jhi on 2002/01/20 16:44:29 |
3461 | Log: #14352 deleted ext/threads/threads.h | |
3462 | Branch: perlio | |
3463 | ! MANIFEST | |
3464 | ____________________________________________________________________________ | |
3465 | [ 14356] By: jhi on 2002/01/20 16:40:34 | |
3466 | Log: Eradicate sharedsv.* | |
3467 | Branch: perlio | |
3468 | ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce | |
3469 | ____________________________________________________________________________ | |
3470 | [ 14355] By: nick on 2002/01/20 11:50:22 | |
3471 | Log: threads work again on Win32. (Not threads::shared yet) | |
3472 | Submit to see if they do on Linux. | |
3473 | Branch: perlio | |
3474 | ! ext/threads/shared/shared.xs ext/threads/threads.xs | |
3475 | ! win32/makefile.mk | |
3476 | ____________________________________________________________________________ | |
1faa7c87 JH |
3477 | [ 14354] By: jhi on 2002/01/20 06:35:54 |
3478 | Log: Make also hex() and oct() to croak if their arguments | |
3479 | cannot be downgraded (that is, if they contain wide | |
3480 | characters), just like crypt() does (and use the croak | |
3481 | feature of sv_utf8_downgrade()). | |
3482 | Branch: perl | |
3483 | ! pp.c t/op/oct.t | |
3484 | ____________________________________________________________________________ | |
25caadfd JH |
3485 | [ 14353] By: nick on 2002/01/19 22:20:09 |
3486 | Log: Integrate Time/Local and its test | |
3487 | Branch: perlio | |
3488 | !> lib/Time/Local.pm lib/Time/Local.t | |
3489 | ____________________________________________________________________________ | |
3490 | [ 14352] By: nick on 2002/01/19 22:17:07 | |
3491 | Log: Nearly-working threads re-structuring. Do not integrate, | |
3492 | submit-ing to get to Win32, and as "off site" backup. | |
3493 | Branch: perlio | |
3494 | + ext/threads/typemap | |
3495 | - ext/threads/threads.h sharedsv.c sharedsv.h | |
3496 | ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h | |
3497 | ! embedvar.h ext/threads/shared/shared.pm | |
3498 | ! ext/threads/shared/shared.xs ext/threads/threads.pm | |
3499 | ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h | |
3500 | ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod | |
3501 | ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c | |
3502 | ____________________________________________________________________________ | |
1faa7c87 JH |
3503 | [ 14351] By: jhi on 2002/01/19 21:06:58 |
3504 | Log: Regen toc. | |
3505 | Branch: perl | |
3506 | ! pod/perltoc.pod | |
3507 | ____________________________________________________________________________ | |
3508 | [ 14350] By: jhi on 2002/01/19 21:03:07 | |
3509 | Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names | |
3510 | From: David Dyck <dcd@tc.fluke.com> | |
3511 | Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) | |
3512 | Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com> | |
3513 | Branch: perl | |
3514 | ! pod/perl5004delta.pod pod/perl5005delta.pod | |
3515 | ! pod/perl561delta.pod pod/perl56delta.pod | |
3516 | ____________________________________________________________________________ | |
3517 | [ 14349] By: jhi on 2002/01/19 20:07:17 | |
3518 | Log: FAQ sync. | |
3519 | Branch: perl | |
3520 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
3521 | ____________________________________________________________________________ | |
3522 | [ 14348] By: jhi on 2002/01/19 17:58:34 | |
3523 | Log: Subject: [PATCH lib/Pod/t/Usage.t] | |
3524 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
3525 | Date: Sat, 19 Jan 2002 19:57:57 +0100 | |
3526 | Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com> | |
3527 | Branch: perl | |
3528 | + lib/Pod/t/Usage.t | |
3529 | ! MANIFEST | |
3530 | ____________________________________________________________________________ | |
3531 | [ 14347] By: jhi on 2002/01/19 17:57:08 | |
3532 | Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix | |
3533 | From: Paul_GreenVOS@vos.stratus.com | |
3534 | Date: Sat, 19 Jan 02 13:15 est | |
3535 | Message-Id: <200201191814.NAA09367@mailhub2.stratus.com> | |
3536 | Branch: perl | |
3537 | ! ext/SDBM_File/sdbm.t | |
3538 | ____________________________________________________________________________ | |
3539 | [ 14346] By: jhi on 2002/01/19 17:55:55 | |
3540 | Log: Integrate perlio; Split out core of sv_magic() into sv_magicext(). | |
3541 | Branch: perl | |
3542 | !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h | |
3543 | !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c | |
3544 | ____________________________________________________________________________ | |
3545 | [ 14345] By: gbarr on 2002/01/19 16:51:23 | |
25caadfd | 3546 | Log: Alternative Time::Local algorithm that uses matemathical formula |
1faa7c87 JH |
3547 | for timegm instead of progressive guessing |
3548 | Branch: perl | |
3549 | ! lib/Time/Local.pm | |
3550 | ____________________________________________________________________________ | |
3551 | [ 14344] By: jhi on 2002/01/19 16:11:09 | |
3552 | Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch | |
3553 | From: Paul_GreenVOS@vos.stratus.com | |
3554 | Date: Sat, 19 Jan 02 11:20 est | |
3555 | Message-Id: <200201191619.LAA07751@mailhub2.stratus.com> | |
3556 | Branch: perl | |
3557 | ! ext/File/Glob/t/basic.t | |
3558 | ____________________________________________________________________________ | |
3559 | [ 14343] By: jhi on 2002/01/19 16:09:52 | |
3560 | Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS | |
3561 | From: Paul_GreenVOS@vos.stratus.com | |
3562 | Date: Fri, 18 Jan 02 22:56 est | |
3563 | Message-Id: <200201190400.XAA16899@mailhub1.stratus.com> | |
3564 | Branch: perl | |
3565 | ! ext/Cwd/t/cwd.t | |
3566 | ____________________________________________________________________________ | |
3567 | [ 14342] By: jhi on 2002/01/19 16:08:19 | |
3568 | Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check | |
3569 | From: Paul_GreenVOS@vos.stratus.com | |
3570 | Date: Fri, 18 Jan 02 22:48 est | |
3571 | Message-Id: <200201190349.WAA28294@mailhub2.stratus.com> | |
3572 | Branch: perl | |
3573 | ! lib/Time/Local.t | |
3574 | ____________________________________________________________________________ | |
3575 | [ 14341] By: jhi on 2002/01/19 16:06:56 | |
3576 | Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way | |
3577 | From: Paul_GreenVOS@vos.stratus.com | |
3578 | Date: Fri, 18 Jan 02 16:22 est | |
3579 | Message-Id: <200201182125.QAA08563@mailhub1.stratus.com> | |
3580 | Branch: perl | |
3581 | ! ext/Devel/DProf/DProf.t | |
3582 | ____________________________________________________________________________ | |
3583 | [ 14340] By: jhi on 2002/01/19 03:00:26 | |
3584 | Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext | |
3585 | From: Tels <perl_dummy@bloodgate.com> | |
3586 | Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) | |
3587 | Message-Id: <200201182106.XAA19133@taku.hut.fi> | |
3588 | Branch: perl | |
3589 | ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t | |
3590 | ____________________________________________________________________________ | |
3591 | [ 14339] By: jhi on 2002/01/19 02:56:26 | |
3592 | Log: Don't do socketpair udp unless you've got all what it takes. | |
3593 | Branch: perl | |
3594 | ! util.c | |
3595 | ____________________________________________________________________________ | |
3596 | [ 14338] By: jhi on 2002/01/19 02:51:34 | |
3597 | Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy | |
3598 | From: Tels <perl_dummy@bloodgate.com> | |
3599 | Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) | |
3600 | Message-Id: <200201182206.AAA15310@taku.hut.fi> | |
3601 | Branch: perl | |
3602 | ! lib/ExtUtils/MM_BeOS.pm | |
3603 | ____________________________________________________________________________ | |
25caadfd JH |
3604 | [ 14337] By: jhi on 2002/01/19 02:48:15 |
3605 | Log: metaconfig unit change for #14336. | |
3606 | Branch: metaconfig | |
3607 | ! U/modified/myhostname.U | |
3608 | ____________________________________________________________________________ | |
1faa7c87 JH |
3609 | [ 14336] By: jhi on 2002/01/19 02:47:50 |
3610 | Log: Avoid bare "set", and kiss .uucp goodbye. | |
3611 | Branch: perl | |
3612 | ! Configure | |
3613 | ____________________________________________________________________________ | |
25caadfd JH |
3614 | [ 14335] By: nick on 2002/01/18 22:11:42 |
3615 | Log: Split out core of sv_magic() into sv_magicext(). | |
3616 | sv_magic provides the extra restictions (no READONLY, only | |
3617 | one of each type, canned set of vtables), and sv_magicext() | |
3618 | does the actual data twiddling. | |
3619 | Also enhances semantics of ->mg_ptr setting via name/namlen | |
3620 | to allow either an uncopied ptr (namlen == 0), or a Newz()ed | |
3621 | scratch area (namlen > 0 && name == NULL). | |
3622 | sv_magicext also returns the MAGIC * it added. | |
3623 | sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic. | |
3624 | ||
3625 | To come sv_unmagicext() - which will remove just one magic | |
3626 | of particular type, and additionaly match against ->mg_ptr, | |
3627 | or the MAGIC * (need to experiment as to which is more natural). | |
3628 | Branch: perlio | |
3629 | ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h | |
3630 | ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c | |
3631 | ____________________________________________________________________________ | |
1faa7c87 JH |
3632 | [ 14334] By: jhi on 2002/01/18 21:16:08 |
3633 | Log: Retract #14327 for now, going to the limit seems | |
3634 | to be too much for many platforms. | |
3635 | Branch: perl | |
3636 | ! lib/Time/Local.t | |
3637 | ____________________________________________________________________________ | |
25caadfd JH |
3638 | [ 14333] By: nick on 2002/01/18 18:58:33 |
3639 | Log: Integrate mainline | |
3640 | Branch: perlio | |
3641 | !> Changes patchlevel.h | |
3642 | ____________________________________________________________________________ | |
3643 | [ 14332] By: nick on 2002/01/18 16:19:06 | |
3644 | Log: Integrate mainline | |
3645 | Branch: perlio | |
3646 | +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh | |
3647 | +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm | |
3648 | - lib/ExtUtils/inst | |
3649 | !> (integrate 32 files) | |
3650 | ____________________________________________________________________________ | |
1faa7c87 JH |
3651 | [ 14331] By: jhi on 2002/01/18 16:09:38 |
3652 | Log: Update Changes. | |
3653 | Branch: perl | |
3654 | ! Changes patchlevel.h | |
3655 | ____________________________________________________________________________ | |
35e19d63 JH |
3656 | [ 14330] By: jhi on 2002/01/18 15:07:49 |
3657 | Log: Try to make the connect/read/write timeouting. | |
3658 | Branch: perl | |
3659 | ! ext/Socket/Socket.t | |
3660 | ____________________________________________________________________________ | |
3661 | [ 14329] By: jhi on 2002/01/18 14:49:49 | |
3662 | Log: Netware Makefile tweak from Ananth Kesari. | |
3663 | Branch: perl | |
3664 | ! NetWare/Makefile | |
3665 | ____________________________________________________________________________ | |
3666 | [ 14328] By: jhi on 2002/01/18 14:37:02 | |
3667 | Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation | |
3668 | From: Michael G Schwern <schwern@pobox.com> | |
3669 | Date: Fri, 18 Jan 2002 03:10:27 -0500 | |
3670 | Message-ID: <20020118081027.GE7226@blackrider> | |
3671 | Branch: perl | |
3672 | ! lib/File/Find.pm | |
3673 | ____________________________________________________________________________ | |
3674 | [ 14327] By: jhi on 2002/01/18 14:33:19 | |
aa13708d JH |
3675 | Log: (retracted by #14334) |
3676 | ||
3677 | Subject: [PATCH] Improving lib/Time/Local.t | |
35e19d63 JH |
3678 | From: Paul_GreenVOS@vos.stratus.com |
3679 | Date: Thu, 17 Jan 02 22:36 est | |
3680 | Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> | |
3681 | Branch: perl | |
3682 | ! lib/Time/Local.t | |
3683 | ____________________________________________________________________________ | |
3684 | [ 14326] By: jhi on 2002/01/18 14:32:08 | |
3685 | Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 | |
3686 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
3687 | Date: Fri, 18 Jan 2002 13:18:47 +0100 | |
3688 | Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> | |
3689 | Branch: perl | |
3690 | ! lib/ExtUtils/t/MM_Win32.t | |
3691 | ____________________________________________________________________________ | |
3692 | [ 14325] By: jhi on 2002/01/18 14:30:49 | |
3693 | Log: Subject: [PATCH] Syncing with bleadperl | |
3694 | From: Michael G Schwern <schwern@pobox.com> | |
3695 | Date: Fri, 18 Jan 2002 03:04:33 -0500 | |
3696 | Message-ID: <20020118080432.GC7226@blackrider> | |
3697 | Branch: perl | |
3698 | + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm | |
3699 | - lib/ExtUtils/inst | |
3700 | ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm | |
3701 | ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm | |
3702 | ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm | |
3703 | ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t | |
3704 | ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t | |
3705 | ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t | |
3706 | ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t | |
3707 | ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t | |
3708 | ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t | |
3709 | ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t | |
3710 | ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t | |
3711 | ! lib/ExtUtils/testlib.pm | |
3712 | ____________________________________________________________________________ | |
3713 | [ 14324] By: jhi on 2002/01/18 13:40:56 | |
3714 | Log: Detypo. | |
3715 | Branch: perl | |
3716 | ! AUTHORS | |
3717 | ____________________________________________________________________________ | |
3718 | [ 14323] By: jhi on 2002/01/18 00:35:24 | |
3719 | Log: Subject: [PATCH] MM check_hints test | |
3720 | From: Michael G Schwern <schwern@pobox.com> | |
3721 | Date: Thu, 17 Jan 2002 20:25:57 -0500 | |
3722 | Message-ID: <20020118012557.GE32762@blackrider> | |
3723 | Branch: perl | |
3724 | + lib/ExtUtils/t/hints.t | |
3725 | ! MANIFEST | |
3726 | ____________________________________________________________________________ | |
3727 | [ 14322] By: jhi on 2002/01/18 00:21:11 | |
3728 | Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ? | |
3729 | From: Michael G Schwern <schwern@pobox.com> | |
3730 | Date: Thu, 17 Jan 2002 20:12:20 -0500 | |
3731 | Message-ID: <20020118011220.GC32762@blackrider> | |
3732 | ||
3733 | (#14317 replaced with this) | |
3734 | Branch: perl | |
3735 | ! lib/ExtUtils/MakeMaker.pm | |
3736 | ____________________________________________________________________________ | |
3737 | [ 14321] By: jhi on 2002/01/17 22:51:55 | |
3738 | Log: Subject: [PATCH perldiag] overload.pm warnings | |
3739 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3740 | Date: Thu, 17 Jan 2002 23:53:49 +0100 | |
3741 | Message-ID: <20020117235349.A14530@rafael> | |
3742 | Branch: perl | |
3743 | ! pod/perldiag.pod | |
3744 | ____________________________________________________________________________ | |
3745 | [ 14320] By: jhi on 2002/01/17 22:49:36 | |
3746 | Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation | |
3747 | From: Michael G Schwern <schwern@pobox.com> | |
3748 | Date: Thu, 17 Jan 2002 16:35:47 -0500 | |
3749 | Message-ID: <20020117213546.GD23830@blackrider> | |
3750 | Branch: perl | |
3751 | ! lib/File/Find.pm | |
3752 | ____________________________________________________________________________ | |
3753 | [ 14319] By: jhi on 2002/01/17 22:43:12 | |
3754 | Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE | |
3755 | From: chromatic <chromatic@rmci.net> | |
3756 | Date: Thu, 17 Jan 2002 13:04:22 -0700 | |
3757 | Message-ID: <20020117200557.98720.qmail@onion.perl.org> | |
3758 | Branch: perl | |
3759 | ! pod/perltodo.pod | |
3760 | ____________________________________________________________________________ | |
3761 | [ 14318] By: jhi on 2002/01/17 22:42:12 | |
3762 | Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version) | |
3763 | From: chromatic <chromatic@rmci.net> | |
3764 | Date: Thu, 17 Jan 2002 12:59:04 -0700 | |
3765 | Message-ID: <20020117200039.96481.qmail@onion.perl.org> | |
3766 | Branch: perl | |
3767 | ! lib/ExtUtils/t/Mkbootstrap.t | |
3768 | ____________________________________________________________________________ | |
3769 | [ 14317] By: jhi on 2002/01/17 22:39:48 | |
3770 | Log: (replaced by #14322) | |
3771 | The #14300 broke hints file handling. | |
3772 | Branch: perl | |
3773 | ! lib/ExtUtils/MakeMaker.pm | |
3774 | ____________________________________________________________________________ | |
25caadfd JH |
3775 | [ 14316] By: jhi on 2002/01/17 22:14:56 |
3776 | Log: metaconfig unit change for #14315. | |
3777 | Branch: metaconfig/U/perl | |
3778 | ! uselongdbl.U | |
3779 | ____________________________________________________________________________ | |
35e19d63 JH |
3780 | [ 14315] By: jhi on 2002/01/17 22:13:44 |
3781 | Log: Subject: [PATCH] long doubles | |
3782 | From: Nicholas Clark <nick@unfortu.net> | |
3783 | Date: Thu, 17 Jan 2002 17:06:28 +0000 | |
3784 | Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net> | |
3785 | Branch: perl | |
3786 | ! Configure | |
3787 | ____________________________________________________________________________ | |
25caadfd JH |
3788 | [ 14314] By: jhi on 2002/01/17 21:52:03 |
3789 | Log: metaconfig unit change for #14313. | |
3790 | Branch: metaconfig | |
3791 | ! U/modified/i_ndbm.U | |
3792 | ____________________________________________________________________________ | |
35e19d63 JH |
3793 | [ 14313] By: jhi on 2002/01/17 21:51:05 |
3794 | Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U) | |
3795 | From: Andy Dougherty <doughera@lafayette.edu> | |
3796 | Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST) | |
3797 | Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu> | |
3798 | Branch: perl | |
3799 | ! Configure | |
3800 | ____________________________________________________________________________ | |
25caadfd JH |
3801 | [ 14312] By: nick on 2002/01/17 21:38:38 |
3802 | Log: Integrate mainline (for ndbm fixes etc.) | |
3803 | Branch: perlio | |
3804 | +> t/run/fresh_perl.t | |
3805 | - t/run/kill_perl.t | |
3806 | !> Changes MANIFEST ext/Opcode/Opcode.xs | |
3807 | !> ext/SDBM_File/sdbm/Makefile.PL | |
3808 | !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm | |
3809 | !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm | |
3810 | !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t | |
3811 | !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t | |
3812 | !> t/lib/warnings/mg t/op/crypt.t t/test.pl | |
3813 | ____________________________________________________________________________ | |
35e19d63 JH |
3814 | [ 14311] By: sky on 2002/01/17 21:01:00 |
3815 | Log: Simplify the code that duplicates the threads | |
3816 | init function and the parameters to the thread by using sv_dup. | |
3817 | Note,what happens if you pass a shared variable as a parameter? | |
3818 | Branch: perl | |
3819 | ! ext/threads/threads.xs | |
3820 | ____________________________________________________________________________ | |
3821 | [ 14310] By: jhi on 2002/01/17 15:23:56 | |
3822 | Log: Update Changes. | |
3823 | Branch: perl | |
3824 | ! Changes patchlevel.h | |
3825 | ____________________________________________________________________________ | |
c53d082d JH |
3826 | [ 14309] By: jhi on 2002/01/17 14:39:20 |
3827 | Log: Rename kill_perl to fresh_perl; replace fresh_perl() | |
3828 | with fresh_perl_is() and fresh_perl_like(). | |
3829 | Branch: perl | |
3830 | + t/run/fresh_perl.t | |
3831 | - t/run/kill_perl.t | |
3832 | ! MANIFEST t/test.pl | |
3833 | ____________________________________________________________________________ | |
3834 | [ 14308] By: jhi on 2002/01/17 14:06:46 | |
3835 | Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize | |
3836 | From: Benjamin Goldberg <goldbb2@earthlink.net> | |
3837 | Date: Wed, 09 Jan 2002 21:03:16 -0500 | |
3838 | Message-ID: <3C3CF664.A2BF3AC2@earthlink.net> | |
3839 | Branch: perl | |
3840 | ! ext/Unicode/Normalize/Normalize.pm | |
3841 | ____________________________________________________________________________ | |
3842 | [ 14307] By: jhi on 2002/01/17 14:04:06 | |
3843 | Log: Retract #14144 as Hugo isn't happy with it. | |
3844 | Branch: perl | |
3845 | ! scope.c t/run/kill_perl.t | |
3846 | ____________________________________________________________________________ | |
3847 | [ 14306] By: jhi on 2002/01/17 13:57:53 | |
3848 | Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus | |
3849 | From: Richard Clamp <richardc@unixbeard.net> | |
3850 | Date: Wed, 16 Jan 2002 17:34:31 +0000 | |
3851 | Message-ID: <20020116173431.GA28924@mirth.demon.co.uk> | |
3852 | Branch: perl | |
3853 | ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t | |
3854 | ____________________________________________________________________________ | |
3855 | [ 14305] By: jhi on 2002/01/17 13:32:56 | |
3856 | Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c | |
3857 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
3858 | Date: Tue, 15 Jan 2002 21:23:30 +0100 | |
3859 | Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu> | |
3860 | Branch: perl | |
3861 | ! ext/Opcode/Opcode.xs | |
3862 | ____________________________________________________________________________ | |
3863 | [ 14304] By: jhi on 2002/01/16 16:55:52 | |
3864 | Log: Subject: [PATCH] Fix crypt.t and fs.t tests | |
3865 | From: Paul_GreenVOS@vos.stratus.com | |
3866 | Date: Wed, 16 Jan 02 6:42 est | |
3867 | Message-Id: <200201161143.GAA02292@mailhub1.stratus.com> | |
3868 | Branch: perl | |
3869 | ! t/io/fs.t t/op/crypt.t | |
3870 | ____________________________________________________________________________ | |
3871 | [ 14303] By: jhi on 2002/01/16 14:55:57 | |
3872 | Log: Subject: Re: [PATCH] length of undefined $(digit) should warn | |
3873 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3874 | Date: Wed, 16 Jan 2002 13:43:39 +0100 | |
3875 | Message-ID: <20020116134339.A704@rafael> | |
3876 | ||
3877 | (replaces #14302) | |
3878 | Branch: perl | |
3879 | ! mg.c t/lib/warnings/mg | |
3880 | ____________________________________________________________________________ | |
3881 | [ 14302] By: jhi on 2002/01/16 13:47:58 | |
3882 | Log: (replaced by #14303) | |
3883 | Subject: [PATCH] length of undefined $(digit) should warn | |
3884 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3885 | Date: Tue, 15 Jan 2002 23:02:44 +0100 | |
3886 | Message-ID: <20020115230244.A31786@rafael> | |
3887 | Branch: perl | |
3888 | ! mg.c t/lib/warnings/mg | |
3889 | ____________________________________________________________________________ | |
3890 | [ 14301] By: jhi on 2002/01/16 13:45:20 | |
3891 | Log: The non-MakeMaker.pm parts of | |
3892 | ||
3893 | Subject: [PATCH] Re: MM_Beos.pm? | |
3894 | From: Tels <perl_dummy@bloodgate.com> | |
3895 | Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET) | |
3896 | Message-Id: <200201142006.WAA29544@taas.iki.fi> | |
3897 | Branch: perl | |
3898 | ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm | |
3899 | ! lib/ExtUtils/t/MM_Unix.t | |
3900 | ____________________________________________________________________________ | |
3901 | [ 14300] By: jhi on 2002/01/16 13:40:53 | |
3902 | Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3 | |
3903 | From: Michael G Schwern <schwern@pobox.com> | |
3904 | Date: Tue, 15 Jan 2002 20:07:50 -0500 | |
3905 | Message-ID: <20020116010750.GH625@blackrider> | |
3906 | Branch: perl | |
3907 | ! lib/ExtUtils/MakeMaker.pm | |
3908 | ____________________________________________________________________________ | |
3909 | [ 14299] By: jhi on 2002/01/16 13:37:41 | |
3910 | Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup | |
3911 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
3912 | Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST) | |
3913 | Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com> | |
3914 | Branch: perl | |
3915 | ! lib/Text/Tabs.pm | |
3916 | ____________________________________________________________________________ | |
3917 | [ 14298] By: jhi on 2002/01/16 13:34:29 | |
3918 | Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm | |
3919 | From: "Green, Paul" <Paul.Green@stratus.com> | |
3920 | Date: Tue, 15 Jan 2002 22:28:10 -0500 | |
3921 | Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com> | |
3922 | Branch: perl | |
3923 | ! lib/ExtUtils/MM_Unix.pm | |
3924 | ____________________________________________________________________________ | |
3925 | [ 14297] By: jhi on 2002/01/16 13:21:26 | |
3926 | Log: Integrate perlio; offsetof() is in <stddef.h> | |
3927 | Branch: perl | |
3928 | !> ext/Socket/Socket.xs | |
3929 | ____________________________________________________________________________ | |
25caadfd JH |
3930 | [ 14296] By: nick on 2002/01/16 13:02:29 |
3931 | Log: offsetof() is in <stddef.h> | |
3932 | Branch: perlio | |
3933 | ! ext/Socket/Socket.xs | |
3934 | ____________________________________________________________________________ | |
3935 | [ 14295] By: nick on 2002/01/16 07:25:29 | |
3936 | Log: Integrate mainline | |
3937 | Branch: perlio | |
3938 | +> (branch 262 files) | |
3939 | - (delete 285 files) | |
3940 | !> (integrate 34 files) | |
3941 | ____________________________________________________________________________ | |
c53d082d JH |
3942 | [ 14294] By: jhi on 2002/01/16 05:37:29 |
3943 | Log: Jeffrey's Unicode adventure continues: unify the In/*.pl | |
3944 | and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce | |
3945 | Canonical.pl and Exact.pl. | |
3946 | Branch: perl | |
3947 | + (add 259 files) | |
3948 | - (delete 288 files) | |
3949 | ! MANIFEST lib/unicore/Makefile lib/unicore/Properties | |
3950 | ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl | |
3951 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
3952 | ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl | |
3953 | ____________________________________________________________________________ | |
3954 | [ 14293] By: jhi on 2002/01/16 00:32:27 | |
3955 | Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas. | |
3956 | Branch: perl | |
3957 | ! ext/Socket/Socket.xs | |
3958 | ____________________________________________________________________________ | |
3959 | [ 14292] By: jhi on 2002/01/15 20:06:49 | |
3960 | Log: Subject: [PATCH] Add Slab_Free to embed.fnc | |
3961 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
3962 | Date: Tue, 15 Jan 2002 21:59:19 +0100 | |
3963 | Message-ID: <3C44A637.16602.25EB208@localhost> | |
3964 | Branch: perl | |
3965 | ! embed.fnc embed.h proto.h | |
3966 | ____________________________________________________________________________ | |
3967 | [ 14291] By: jhi on 2002/01/15 20:00:02 | |
3968 | Log: Duh. The updated In/*.pl weren't checked in. | |
3969 | Branch: perl | |
3970 | ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl | |
3971 | ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl | |
3972 | ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl | |
3973 | ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl | |
3974 | ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl | |
3975 | ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl | |
3976 | ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl | |
3977 | ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl | |
3978 | ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl | |
3979 | ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl | |
3980 | ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl | |
3981 | ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl | |
3982 | ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl | |
3983 | ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl | |
3984 | ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl | |
3985 | ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl | |
3986 | ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl | |
3987 | ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl | |
3988 | ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl | |
3989 | ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl | |
3990 | ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl | |
3991 | ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl | |
3992 | ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl | |
3993 | ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl | |
3994 | ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl | |
3995 | ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl | |
3996 | ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl | |
3997 | ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl | |
3998 | ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl | |
3999 | ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl | |
4000 | ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl | |
4001 | ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl | |
4002 | ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl | |
4003 | ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl | |
4004 | ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl | |
4005 | ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl | |
4006 | ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl | |
4007 | ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl | |
4008 | ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl | |
4009 | ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl | |
4010 | ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl | |
4011 | ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl | |
4012 | ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl | |
4013 | ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl | |
4014 | ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl | |
4015 | ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl | |
4016 | ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl | |
4017 | ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl | |
4018 | ____________________________________________________________________________ | |
4019 | [ 14290] By: jhi on 2002/01/15 18:39:54 | |
4020 | Log: Update Changes. | |
4021 | Branch: perl | |
4022 | ! Changes patchlevel.h | |
4023 | ____________________________________________________________________________ | |
c59301f6 JH |
4024 | [ 14289] By: jhi on 2002/01/15 18:38:03 |
4025 | Log: Jeffrey is trying very hard to avoid working on his | |
4026 | book, it would seem :-) (better naming, better comments | |
4027 | in the files) | |
4028 | Branch: perl | |
4029 | + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl | |
4030 | + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl | |
4031 | + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl | |
4032 | + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties | |
4033 | - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl | |
4034 | - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl | |
4035 | - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl | |
4036 | - lib/unicore/Is/IDStart.pl | |
4037 | ! (edit 200 files) | |
4038 | ____________________________________________________________________________ | |
25caadfd JH |
4039 | [ 14288] By: jhi on 2002/01/15 17:56:29 |
4040 | Log: metaconfig unit changes for #14287. | |
4041 | Branch: metaconfig | |
4042 | + U/modified/Chk_MANI.U | |
4043 | ! U/modified/Extract.U U/modified/Finish.U | |
4044 | Branch: metaconfig/U/perl | |
4045 | ! Extensions.U dlsrc.U | |
4046 | ____________________________________________________________________________ | |
c59301f6 JH |
4047 | [ 14287] By: jhi on 2002/01/15 17:55:54 |
4048 | Log: Some protection against spaces in directory names. | |
4049 | (Tru64 still has some makedepend problems in such | |
4050 | cases but that looks like Tru64's problem.) | |
4051 | Branch: perl | |
4052 | ! Configure Makefile.SH | |
4053 | ____________________________________________________________________________ | |
4054 | [ 14286] By: jhi on 2002/01/15 17:13:28 | |
4055 | Log: Should have been in #14285 but I have sausages for fingers. | |
4056 | Branch: perl | |
4057 | + lib/ExtUtils/MM_BeOS.pm | |
4058 | ____________________________________________________________________________ | |
4059 | [ 14285] By: jhi on 2002/01/15 17:12:59 | |
4060 | Log: MM_BeOS from Tels. | |
4061 | Branch: perl | |
4062 | + lib/ExtUtils/t/MM_BeOS.t | |
4063 | ! MANIFEST | |
4064 | ____________________________________________________________________________ | |
4065 | [ 14284] By: jhi on 2002/01/15 15:55:53 | |
4066 | Log: Integrate perlio; | |
4067 | ||
4068 | (reintroduce #14251) Slab allocator for ops | |
4069 | - moved the statics to intrpvar.h | |
4070 | - implemented Slab_Free() | |
4071 | - uses PerlMemShared (for now) if distinction exists. | |
4072 | ||
4073 | Slab allocator submit after resolve -ay to keep it! | |
4074 | ||
4075 | Hand merge of non slab allocator stuff | |
4076 | ||
4077 | const-ness fix in savepv's passing of NULL | |
4078 | ||
4079 | Typo in #else branch of PL_SLAB_ALLOC | |
4080 | ||
4081 | Integrate rest of mainline | |
4082 | ||
4083 | Regen embed enable slab for PERL_IMPLICIT_SYS | |
4084 | ||
4085 | Correct name of PL_OP_SLAB_ALLOC | |
4086 | ||
4087 | Correct slab allocator for case where sizeof(IV) > sizeof(IV *) | |
4088 | e.g. -Duse64bitint on a 32-bit platform. | |
4089 | Now uses I32 for use-count and is more careful with its casts. | |
4090 | Branch: perl | |
4091 | !> (integrate 28 files) | |
4092 | ____________________________________________________________________________ | |
25caadfd JH |
4093 | [ 14283] By: pudge on 2002/01/15 15:21:30 |
4094 | Log: Add Shuck URL | |
4095 | Branch: maint-5.6/macperl | |
4096 | ! macos/macperl/MacPerl.podhelp | |
4097 | ____________________________________________________________________________ | |
4098 | [ 14282] By: pudge on 2002/01/15 15:21:18 | |
4099 | Log: Remove obsolete docs | |
4100 | Branch: maint-5.6/macperl | |
4101 | ! ext/File/Glob/Glob.pm | |
4102 | ____________________________________________________________________________ | |
4103 | [ 14281] By: nick on 2002/01/15 15:08:43 | |
4104 | Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *) | |
4105 | e.g. -Duse64bitint on a 32-bit platform. | |
4106 | Now uses I32 for use-count and is more careful with its casts. | |
4107 | Branch: perlio | |
4108 | ! intrpvar.h op.c | |
4109 | ____________________________________________________________________________ | |
4110 | [ 14280] By: pudge on 2002/01/15 14:55:25 | |
4111 | Log: Update bundled modules. Yow! | |
4112 | Branch: maint-5.6/macperl | |
4113 | + macos/bundled_ext/Compress/Zlib/constants.h | |
4114 | + macos/bundled_ext/Compress/Zlib/constants.xs | |
4115 | + macos/bundled_ext/Filter/Util/Call/ppport.h | |
4116 | + macos/bundled_ext/Storable/t/compat-0.6.t | |
4117 | + macos/bundled_ext/Storable/t/dump.pl | |
4118 | + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm | |
4119 | + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm | |
4120 | + macos/bundled_lib/blib/lib/Net/HTTPS.pm | |
4121 | + macos/bundled_lib/blib/lib/URI/ssh.pm | |
4122 | + macos/bundled_lib/t/Filter/Simple/ExportTest.pm | |
4123 | + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm | |
4124 | + macos/bundled_lib/t/Filter/Simple/FilterTest.pm | |
4125 | + macos/bundled_lib/t/Filter/Simple/ImportTest.pm | |
4126 | + macos/bundled_lib/t/Filter/Simple/data.t | |
4127 | + macos/bundled_lib/t/Filter/Simple/export.t | |
4128 | + macos/bundled_lib/t/Filter/Simple/filter_only.t | |
4129 | + macos/bundled_lib/t/Filter/Simple/import.t | |
4130 | + macos/bundled_lib/t/NEXT/actual.t | |
4131 | + macos/bundled_lib/t/NEXT/actuns.t | |
4132 | + macos/bundled_lib/t/NEXT/next.t | |
4133 | + macos/bundled_lib/t/NEXT/unseen.t | |
4134 | + macos/bundled_lib/t/libnet/netrc.t | |
4135 | + macos/bundled_lib/t/libwww-perl/base/http.t | |
4136 | + macos/bundled_lib/t/libwww-perl/live/activestate.t | |
4137 | - macos/bundled_ext/Filter/t/FilterTest.pm | |
4138 | - macos/bundled_ext/Storable/t/compat06.t | |
4139 | - macos/bundled_ext/Storable/t/st-dump.pl | |
4140 | - macos/bundled_lib/t/NEXT/test.pl | |
4141 | - macos/bundled_lib/t/libwww-perl/live/google.t | |
4142 | ! macos/bundled_ext/Compress/Zlib/ANNOUNCE | |
4143 | ! macos/bundled_ext/Compress/Zlib/Makefile.PL | |
4144 | ! macos/bundled_ext/Compress/Zlib/Makefile.mk | |
4145 | ! macos/bundled_ext/Compress/Zlib/README | |
4146 | ! macos/bundled_ext/Compress/Zlib/Zlib.pm | |
4147 | ! macos/bundled_ext/Compress/Zlib/Zlib.xs | |
4148 | ! macos/bundled_ext/Compress/Zlib/t/examples.t | |
4149 | ! macos/bundled_ext/Filter/Util/Call/Call.pm | |
4150 | ! macos/bundled_ext/Filter/Util/Call/Call.xs | |
4151 | ! macos/bundled_ext/Filter/Util/Call/Makefile.PL | |
4152 | ! macos/bundled_ext/Filter/t/call.t | |
4153 | ! macos/bundled_ext/Filter/t/filter-util.pl | |
4154 | ! macos/bundled_ext/Storable/ChangeLog | |
4155 | ! macos/bundled_ext/Storable/README | |
4156 | ! macos/bundled_ext/Storable/Storable.pm | |
4157 | ! macos/bundled_ext/Storable/t/blessed.t | |
4158 | ! macos/bundled_ext/Storable/t/canonical.t | |
4159 | ! macos/bundled_ext/Storable/t/dclone.t | |
4160 | ! macos/bundled_ext/Storable/t/forgive.t | |
4161 | ! macos/bundled_ext/Storable/t/freeze.t | |
4162 | ! macos/bundled_ext/Storable/t/lock.t | |
4163 | ! macos/bundled_ext/Storable/t/overload.t | |
4164 | ! macos/bundled_ext/Storable/t/recurse.t | |
4165 | ! macos/bundled_ext/Storable/t/retrieve.t | |
4166 | ! macos/bundled_ext/Storable/t/store.t | |
4167 | ! macos/bundled_ext/Storable/t/tied.t | |
4168 | ! macos/bundled_ext/Storable/t/tied_hook.t | |
4169 | ! macos/bundled_ext/Storable/t/tied_items.t | |
4170 | ! macos/bundled_ext/Storable/t/utf8.t | |
4171 | ! macos/bundled_lib/blib/lib/File/Sort.pm | |
4172 | ! macos/bundled_lib/blib/lib/Filter/Simple.pm | |
4173 | ! macos/bundled_lib/blib/lib/HTTP/Headers.pm | |
4174 | ! macos/bundled_lib/blib/lib/HTTP/Message.pm | |
4175 | ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm | |
4176 | ! macos/bundled_lib/blib/lib/HTTP/Request.pm | |
4177 | ! macos/bundled_lib/blib/lib/HTTP/Response.pm | |
4178 | ! macos/bundled_lib/blib/lib/LWP.pm | |
4179 | ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm | |
4180 | ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm | |
4181 | ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm | |
4182 | ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm | |
4183 | ! macos/bundled_lib/blib/lib/Mail/Address.pm | |
4184 | ! macos/bundled_lib/blib/lib/Mail/Cap.pm | |
4185 | ! macos/bundled_lib/blib/lib/Mail/Field.pm | |
4186 | ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm | |
4187 | ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm | |
4188 | ! macos/bundled_lib/blib/lib/Mail/Filter.pm | |
4189 | ! macos/bundled_lib/blib/lib/Mail/Header.pm | |
4190 | ! macos/bundled_lib/blib/lib/Mail/Internet.pm | |
4191 | ! macos/bundled_lib/blib/lib/Mail/Mailer.pm | |
4192 | ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm | |
4193 | ! macos/bundled_lib/blib/lib/Mail/Send.pm | |
4194 | ! macos/bundled_lib/blib/lib/Mail/Util.pm | |
4195 | ! macos/bundled_lib/blib/lib/NEXT.pm | |
4196 | ! macos/bundled_lib/blib/lib/Net/Config.pm | |
4197 | ! macos/bundled_lib/blib/lib/Net/Domain.pm | |
4198 | ! macos/bundled_lib/blib/lib/Net/FTP.pm | |
4199 | ! macos/bundled_lib/blib/lib/Net/FTP/E.pm | |
4200 | ! macos/bundled_lib/blib/lib/Net/FTP/L.pm | |
4201 | ! macos/bundled_lib/blib/lib/Net/HTTP.pm | |
4202 | ! macos/bundled_lib/blib/lib/Net/NNTP.pm | |
4203 | ! macos/bundled_lib/blib/lib/Net/POP3.pm | |
4204 | ! macos/bundled_lib/blib/lib/Net/SMTP.pm | |
4205 | ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod | |
4206 | ! macos/bundled_lib/blib/lib/Switch.pm | |
4207 | ! macos/bundled_lib/blib/lib/Text/Balanced.pm | |
4208 | ! macos/bundled_lib/blib/lib/URI/Escape.pm | |
4209 | ! macos/bundled_lib/blib/lib/URI/ftp.pm | |
4210 | ! macos/bundled_lib/blib/lib/lwpcook.pod | |
4211 | ! macos/bundled_lib/t/Filter/Simple/filter.t | |
4212 | ! macos/bundled_lib/t/Switch/t/nested.t | |
4213 | ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t | |
4214 | ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t | |
4215 | ! macos/bundled_lib/t/Text/Balanced/t/extdel.t | |
4216 | ! macos/bundled_lib/t/Text/Balanced/t/extmul.t | |
4217 | ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t | |
4218 | ! macos/bundled_lib/t/Text/Balanced/t/exttag.t | |
4219 | ! macos/bundled_lib/t/Text/Balanced/t/extvar.t | |
4220 | ! macos/bundled_lib/t/Text/Balanced/t/gentag.t | |
4221 | ! macos/bundled_lib/t/libnet/config.t | |
4222 | ! macos/bundled_lib/t/libnet/ftp.t | |
4223 | ! macos/bundled_lib/t/libnet/hostname.t | |
4224 | ! macos/bundled_lib/t/libnet/nntp.t | |
4225 | ! macos/bundled_lib/t/libnet/require.t | |
4226 | ! macos/bundled_lib/t/libnet/smtp.t | |
4227 | ! macos/bundled_lib/t/libwww-perl/base/headers.t | |
4228 | ! macos/bundled_lib/t/libwww-perl/base/negotiate.t | |
4229 | ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t | |
4230 | ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t | |
4231 | ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t | |
4232 | ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t | |
4233 | ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t | |
4234 | ! macos/bundled_lib/t/libwww-perl/live/validator.t | |
4235 | ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm | |
4236 | ____________________________________________________________________________ | |
c59301f6 JH |
4237 | [ 14279] By: jhi on 2002/01/15 14:43:04 |
4238 | Log: Subject: [PATCH] Socket::sockaddr_family | |
4239 | From: Gisle Aas <gisle@ActiveState.com> | |
4240 | Date: 15 Jan 2002 06:35:28 -0800 | |
4241 | Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com> | |
4242 | Branch: perl | |
4243 | ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs | |
4244 | ____________________________________________________________________________ | |
4245 | [ 14278] By: jhi on 2002/01/15 14:37:34 | |
4246 | Log: Subject: [PATCH perldiag] Style issue | |
4247 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
4248 | Date: Tue, 15 Jan 2002 15:36:30 +0100 | |
4249 | Message-ID: <20020115153630.A11568@rafael> | |
4250 | Branch: perl | |
4251 | ! pod/perldiag.pod | |
4252 | ____________________________________________________________________________ | |
25caadfd JH |
4253 | [ 14277] By: nick on 2002/01/15 14:30:51 |
4254 | Log: Correct name of PL_OP_SLAB_ALLOC | |
4255 | Branch: perlio | |
4256 | ! perl.h | |
4257 | ____________________________________________________________________________ | |
c59301f6 JH |
4258 | [ 14276] By: jhi on 2002/01/15 14:22:38 |
4259 |