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 | |
21a64cc4 | 6 | pod/perlhack.pod for the details. |
99b32ad1 | 7 | |
21a64cc4 | 8 | For information on what's new in this release, see pod/perldelta.pod. |
99b32ad1 | 9 | |
5850c7a4 | 10 | [The "CAST AND CREW" list has been moved to AUTHORS.] |
99b32ad1 | 11 | |
99b32ad1 JH |
12 | NOTE: Each change entry shows the change number; who checked it into the |
13 | repository; when; description of the change; which branch the change | |
14 | happened in; and the affected files. The file lists have a short symbolic | |
15 | indicator: | |
16 | ||
17 | ! modified | |
18 | + added | |
19 | - deleted | |
20 | +> branched (from elsewhere) | |
21 | !> merged changes (from elsewhere) | |
22 | ||
dd6de302 JH |
23 | The Message-Ids in the change entries refer to the email messages sent |
24 | to the perl5-porters mailing list. You can retrieve the messages for | |
25 | example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ | |
99b32ad1 JH |
26 | |
27 | -------------- | |
cb6c0a57 | 28 | Version v5.7.X Development release working toward v5.8 |
99b32ad1 | 29 | -------------- |
365eb269 | 30 | ____________________________________________________________________________ |
c0ce4e02 JH |
31 | [ 15488] By: jhi on 2002/03/25 15:32:39 |
32 | Log: Forgotten from #15486. | |
33 | Branch: perl | |
34 | ! perl.c | |
35 | ____________________________________________________________________________ | |
36 | [ 15487] By: jhi on 2002/03/25 15:23:56 | |
37 | Log: It seems that FreeBSD does not like using Perl's malloc | |
38 | when multithreaded. | |
39 | Branch: perl | |
40 | ! hints/freebsd.sh | |
41 | ____________________________________________________________________________ | |
42 | [ 15486] By: jhi on 2002/03/25 14:37:03 | |
43 | Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno? | |
44 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
45 | Date: Mon, 25 Mar 2002 11:33:17 +0100 | |
46 | Message-ID: <20020325113317.A1410@rafael> | |
47 | ||
48 | Apparently VMS does not do YYDEBUG. | |
49 | Branch: perl | |
50 | ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms | |
51 | ____________________________________________________________________________ | |
52 | [ 15485] By: jhi on 2002/03/25 14:10:20 | |
53 | Log: Subject: [PATCH] warnings for perlio + others | |
54 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
55 | Date: Mon, 25 Mar 2002 13:01:44 -0000 | |
56 | Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk> | |
57 | Branch: perl | |
58 | ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm | |
59 | ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c | |
60 | ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h | |
61 | ! warnings.pl | |
62 | ____________________________________________________________________________ | |
63 | [ 15484] By: jhi on 2002/03/25 01:53:29 | |
64 | Log: As verified by Doug MacEachern. | |
65 | Branch: perl | |
66 | ! pod/perldelta.pod | |
67 | ____________________________________________________________________________ | |
68 | [ 15483] By: jhi on 2002/03/24 23:23:50 | |
69 | Log: MPE/iX update from Mark Bixby. | |
70 | Branch: perl | |
71 | + mpeix/mpeix.c | |
72 | ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs | |
73 | ! hints/mpeix.sh mpeix/mpeixish.h | |
74 | ____________________________________________________________________________ | |
75 | [ 15482] By: jhi on 2002/03/24 22:54:00 | |
76 | Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant | |
77 | From: Nicholas Clark <nick@unfortu.net> | |
78 | Date: Sun, 24 Mar 2002 22:50:06 +0000 | |
79 | Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net> | |
80 | Branch: perl | |
81 | ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t | |
82 | ____________________________________________________________________________ | |
83 | [ 15481] By: jhi on 2002/03/24 22:35:56 | |
84 | Log: Subject: [PATCH] fix warning + carp interaction | |
85 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
86 | Date: Sun, 24 Mar 2002 23:00:21 -0000 | |
87 | Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk> | |
88 | Branch: perl | |
89 | ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled | |
90 | ! warnings.pl | |
91 | ____________________________________________________________________________ | |
92 | [ 15480] By: jhi on 2002/03/24 22:30:48 | |
93 | Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus. | |
94 | (All the code changes have already been applied earlier.) | |
95 | Branch: perl | |
96 | ! lib/Tie/File.pm lib/Tie/File/t/00_version.t | |
97 | ____________________________________________________________________________ | |
98 | [ 15479] By: jhi on 2002/03/24 22:11:46 | |
99 | Log: DB_File: for the core version, no need to specify | |
100 | a minimum MM version. | |
101 | Branch: perl | |
102 | ! ext/DB_File/Makefile.PL | |
103 | ____________________________________________________________________________ | |
104 | [ 15478] By: jhi on 2002/03/24 21:33:42 | |
105 | Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow | |
106 | From: Dave Mitchell <davem@fdgroup.com> | |
107 | Date: Sun, 24 Mar 2002 22:23:08 +0000 | |
108 | Message-ID: <20020324222308.B21963@fdgroup.com> | |
109 | Branch: perl | |
110 | ! pp_pack.c | |
111 | ____________________________________________________________________________ | |
112 | [ 15477] By: jhi on 2002/03/24 21:19:45 | |
113 | Log: Subject: [PATCH @15450] errno help for VMS | |
114 | From: "Craig A. Berry" <craigberry@mac.com> | |
115 | Date: Sun, 24 Mar 2002 16:17:52 -0600 | |
116 | Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]> | |
117 | Branch: perl | |
118 | ! ext/POSIX/t/posix.t vms/vms.c | |
119 | ____________________________________________________________________________ | |
120 | [ 15476] By: jhi on 2002/03/24 21:18:45 | |
121 | Log: Upgrade to Locale::Codes 2.03. | |
122 | Branch: perl | |
123 | ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
124 | ! lib/Locale/Country.pm | |
125 | ____________________________________________________________________________ | |
126 | [ 15475] By: jhi on 2002/03/24 20:36:46 | |
127 | Log: metaconfig unit change for #15474. | |
128 | Branch: metaconfig/U/perl | |
129 | ! Extensions.U | |
130 | ____________________________________________________________________________ | |
131 | [ 15474] By: jhi on 2002/03/24 20:35:49 | |
132 | Log: The #15472 said "properly". Ha! | |
133 | Branch: perl | |
134 | ! Configure | |
135 | ____________________________________________________________________________ | |
136 | [ 15473] By: jhi on 2002/03/24 20:17:37 | |
137 | Log: metaconfig unit change for #15472. | |
138 | Branch: metaconfig/U/perl | |
139 | ! Extensions.U | |
140 | ____________________________________________________________________________ | |
141 | [ 15472] By: jhi on 2002/03/24 20:16:56 | |
142 | Log: Properly scan for the subextensions of Encode | |
143 | when doing static builds. | |
144 | Branch: perl | |
145 | ! Configure | |
146 | ____________________________________________________________________________ | |
147 | [ 15471] By: jhi on 2002/03/24 19:58:38 | |
148 | Log: Tru64: Document the known odbm failure with static builds. | |
149 | Branch: perl | |
150 | ! README.tru64 | |
151 | ____________________________________________________________________________ | |
152 | [ 15470] By: jhi on 2002/03/24 17:56:01 | |
153 | Log: microperl tweaks. | |
154 | Branch: perl | |
155 | ! Makefile.micro locale.c util.c | |
156 | ____________________________________________________________________________ | |
157 | [ 15469] By: jhi on 2002/03/24 17:32:36 | |
158 | Log: metaconfig unit changes for #15468. | |
159 | Branch: metaconfig | |
160 | ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U | |
161 | ! U/modified/libc.U U/modified/libs.U | |
162 | ! U/threads/d_pthread_atfork.U | |
163 | ____________________________________________________________________________ | |
164 | [ 15468] By: jhi on 2002/03/24 17:32:05 | |
165 | Log: Various metaconfig unit cleanup; only one visible change | |
166 | in Configure, though. | |
167 | Branch: perl | |
168 | ! Configure | |
169 | ____________________________________________________________________________ | |
170 | [ 15467] By: jhi on 2002/03/24 15:53:59 | |
171 | Log: Upgrade to Encode 0.98, from Dan Kogai. | |
172 | Branch: perl | |
173 | + ext/Encode/lib/Encode/EncFormat.pod | |
174 | + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm | |
175 | - ext/Encode/lib/EncodeFormat.pod | |
176 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes | |
177 | ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm | |
178 | ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm | |
179 | ! ext/Encode/lib/Encode/Alias.pm | |
180 | ! ext/Encode/lib/Encode/Details.pod | |
181 | ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
182 | ! ext/Encode/lib/Encode/JP/JIS.pm | |
183 | ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t | |
184 | ____________________________________________________________________________ | |
185 | [ 15466] By: jhi on 2002/03/24 13:58:44 | |
186 | Log: Integrate perlio; | |
187 | ||
188 | Avoid core-dump in Encode with PERLIO=mmap | |
189 | Branch: perl | |
190 | !> ext/Encode/Encode.xs | |
191 | ____________________________________________________________________________ | |
192 | [ 15465] By: jhi on 2002/03/24 13:51:15 | |
193 | Log: In the spirit of #15464. | |
194 | Branch: perl | |
195 | ! perl.c sv.c | |
196 | ____________________________________________________________________________ | |
197 | [ 15464] By: jhi on 2002/03/24 13:49:02 | |
198 | Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault | |
199 | From: Michael G Schwern <schwern@pobox.com> | |
200 | Date: Sun, 24 Mar 2002 02:27:25 -0500 | |
201 | Message-ID: <20020324072725.GA3554@blackrider> | |
202 | Branch: perl | |
203 | ! perl.c | |
204 | ____________________________________________________________________________ | |
205 | [ 15463] By: nick on 2002/03/24 10:24:41 | |
206 | Log: Integrate mainline | |
207 | Branch: perlio | |
208 | +> (branch 28 files) | |
209 | - lib/bigfloat.t lib/bigint.t | |
210 | !> (integrate 59 files) | |
211 | ____________________________________________________________________________ | |
212 | [ 15462] By: nick on 2002/03/24 08:59:35 | |
213 | Log: Avoid core-dump in Encode with PERLIO=mmap | |
214 | Branch: perlio | |
215 | ! ext/Encode/Encode.xs | |
216 | ____________________________________________________________________________ | |
217 | [ 15461] By: nick on 2002/03/24 08:58:21 | |
218 | Log: Too many machines doing integrate mainline | |
219 | Branch: perlio | |
220 | !> Changes Configure lib/AutoSplit.t | |
221 | !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod | |
222 | !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod | |
223 | !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod | |
224 | !> pp_ctl.c reentr.h reentr.pl t/op/override.t | |
225 | ____________________________________________________________________________ | |
226 | [ 15460] By: jhi on 2002/03/24 04:57:48 | |
227 | Log: Retract Math::BigInt::Lite for now, seems to confuse | |
228 | bignum and bigrat. | |
229 | Branch: perl | |
230 | - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t | |
231 | ! MANIFEST | |
232 | ____________________________________________________________________________ | |
233 | [ 15459] By: jhi on 2002/03/24 04:48:19 | |
234 | Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS | |
235 | From: "Craig A. Berry" <craigberry@mac.com> | |
236 | Date: Sat, 23 Mar 2002 23:23:00 -0600 | |
237 | Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]> | |
238 | Branch: perl | |
239 | ! configure.com vms/vms.c | |
240 | ____________________________________________________________________________ | |
241 | [ 15458] By: jhi on 2002/03/24 04:46:37 | |
242 | Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling | |
243 | From: Michael G Schwern <schwern@pobox.com> | |
244 | Date: Sat, 23 Mar 2002 21:32:32 -0500 | |
245 | Message-ID: <20020324023232.GA29972@blackrider> | |
246 | ||
247 | (with Russ Allbery's simplifications) | |
248 | Branch: perl | |
249 | ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t | |
250 | ____________________________________________________________________________ | |
251 | [ 15457] By: jhi on 2002/03/24 00:28:47 | |
252 | Log: Merge Math::BigInt::Lite 0.08, from Tels. | |
253 | Branch: perl | |
254 | + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t | |
255 | ! MANIFEST | |
256 | ____________________________________________________________________________ | |
257 | [ 15456] By: jhi on 2002/03/24 00:23:49 | |
258 | Log: Too chatty. | |
259 | Branch: perl | |
260 | ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm | |
261 | ____________________________________________________________________________ | |
262 | [ 15455] By: jhi on 2002/03/24 00:21:07 | |
263 | Log: Merge bignum 0.10, from Tels. | |
264 | Branch: perl | |
265 | + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm | |
266 | + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t | |
267 | + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t | |
268 | + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t | |
269 | + lib/bignum/t/option_a.t lib/bignum/t/option_l.t | |
270 | + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm | |
271 | ! MANIFEST | |
272 | ____________________________________________________________________________ | |
273 | [ 15454] By: jhi on 2002/03/23 23:58:44 | |
274 | Log: Rename the Perl 4 tests in preparation of bignum. | |
275 | Branch: perl | |
276 | + lib/bigfloatpl.t lib/bigintpl.t | |
277 | - lib/bigfloat.t lib/bigint.t | |
278 | ! MANIFEST | |
279 | ____________________________________________________________________________ | |
280 | [ 15453] By: jhi on 2002/03/23 23:07:04 | |
281 | Log: Merge Math::BigRat 0.04, from Tels. | |
282 | Branch: perl | |
283 | + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc | |
284 | + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t | |
285 | + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t | |
286 | + t/lib/Math/BigRat/Test.pm | |
287 | ! MANIFEST | |
288 | ____________________________________________________________________________ | |
289 | [ 15452] By: jhi on 2002/03/23 21:44:23 | |
290 | Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal | |
291 | From: Dave Mitchell <davem@fdgroup.com> | |
292 | Date: Sat, 23 Mar 2002 22:27:24 +0000 | |
293 | Message-ID: <20020323222724.A19425@fdgroup.com> | |
294 | Branch: perl | |
295 | ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h | |
296 | ____________________________________________________________________________ | |
297 | [ 15451] By: jhi on 2002/03/23 21:40:02 | |
298 | Log: Forgotten. | |
299 | Branch: perl | |
300 | ! ext/Unicode/Normalize/README | |
301 | ____________________________________________________________________________ | |
302 | [ 15450] By: jhi on 2002/03/23 21:00:05 | |
303 | Log: Update Changes. | |
304 | Branch: perl | |
305 | ! Changes patchlevel.h | |
306 | ____________________________________________________________________________ | |
95c361a7 JH |
307 | [ 15449] By: jhi on 2002/03/23 20:44:57 |
308 | Log: Subject: perldoc -m [PATCH] | |
309 | From: "John L. Allen" <allen@grumman.com> | |
310 | Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST) | |
311 | Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com> | |
312 | Branch: perl | |
313 | ! utils/perldoc.PL | |
314 | ____________________________________________________________________________ | |
315 | [ 15448] By: jhi on 2002/03/23 20:42:30 | |
316 | Log: Subject: Re: Copious warnings from Sys::Syslog | |
317 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
318 | Date: Sat, 23 Mar 2002 06:47:08 +0100 | |
319 | Message-ID: <m31yebvns3.fsf@anima.de> | |
320 | Branch: perl | |
321 | ! ext/Sys/Syslog/Syslog.pm | |
322 | ____________________________________________________________________________ | |
323 | [ 15447] By: jhi on 2002/03/23 20:34:43 | |
324 | Log: Upgrade to Math::BigInt 1.55, from Tels. | |
325 | Branch: perl | |
326 | + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t | |
327 | + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t | |
328 | + lib/Math/BigInt/t/use_lib4.t | |
329 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
330 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t | |
331 | ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc | |
332 | ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc | |
333 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t | |
334 | ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t | |
335 | ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc | |
336 | ! lib/Math/BigInt/t/upgrade.t | |
337 | ____________________________________________________________________________ | |
338 | [ 15446] By: jhi on 2002/03/23 19:50:02 | |
339 | Log: Upgrade to Encode 0.97, from Dan Kogai. | |
340 | Branch: perl | |
341 | ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL | |
342 | ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
343 | ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL | |
344 | ! ext/Encode/Encode.pm ext/Encode/Encode.xs | |
345 | ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm | |
346 | ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL | |
347 | ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL | |
348 | ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t | |
349 | ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t | |
350 | ! ext/Encode/t/Tcl.t | |
351 | ____________________________________________________________________________ | |
352 | [ 15445] By: jhi on 2002/03/23 17:33:08 | |
353 | Log: Slight tweaks on #15443. | |
354 | Branch: perl | |
355 | ! pod/perlvar.pod | |
356 | ____________________________________________________________________________ | |
357 | [ 15444] By: nick on 2002/03/23 17:30:42 | |
358 | Log: Integrate mainline | |
359 | Branch: perlio | |
360 | +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL | |
361 | +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL | |
362 | +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm | |
363 | !> (integrate 50 files) | |
364 | ____________________________________________________________________________ | |
365 | [ 15443] By: jhi on 2002/03/23 17:30:09 | |
366 | Log: Subject: patch [bleadperl]: Document %! special variable | |
367 | From: mjd@plover.com | |
368 | Date: 23 Mar 2002 18:25:44 -0000 | |
369 | Message-ID: <20020323182544.11741.qmail@plover.com> | |
370 | Branch: perl | |
371 | ! pod/perlvar.pod | |
372 | ____________________________________________________________________________ | |
373 | [ 15442] By: jhi on 2002/03/23 17:17:47 | |
374 | Log: Since the Encode::JP is unsupported under EBCDIC we | |
375 | cannot run this test (aliases as such should work fine). | |
376 | Branch: perl | |
377 | ! ext/Encode/t/Aliases.t | |
378 | ____________________________________________________________________________ | |
379 | [ 15441] By: jhi on 2002/03/23 17:15:15 | |
380 | Log: EBCDIC: the sorting order is different under | |
381 | byte-EBCDIC and Unicode. | |
382 | Branch: perl | |
383 | ! t/op/utfhash.t | |
384 | ____________________________________________________________________________ | |
385 | [ 15440] By: jhi on 2002/03/23 17:09:17 | |
386 | Log: EBCDIC: the character codes are different. | |
387 | Branch: perl | |
388 | ! lib/Pod/t/pod2html-lib.pl | |
389 | ____________________________________________________________________________ | |
390 | [ 15439] By: jhi on 2002/03/23 03:05:11 | |
391 | Log: Purify: #15434 got the test the wrong. | |
392 | (Is there an approved way of testing "is this an unop"?) | |
393 | Branch: perl | |
394 | ! op.c | |
395 | ____________________________________________________________________________ | |
396 | [ 15438] By: jhi on 2002/03/23 01:40:53 | |
397 | Log: Purify: Array bounds read: could read one character past the end. | |
398 | Branch: perl | |
399 | ! pp_pack.c | |
400 | ____________________________________________________________________________ | |
401 | [ 15437] By: jhi on 2002/03/23 01:22:10 | |
402 | Log: Purify: Array bounds read: reading one byte before the buffer. | |
403 | Branch: perl | |
404 | ! util.c | |
405 | ____________________________________________________________________________ | |
406 | [ 15436] By: jhi on 2002/03/23 01:14:24 | |
407 | Log: Purify: Unitialized memory read. Too many code paths | |
408 | to keep track of, I guess. | |
409 | Branch: perl | |
410 | ! sv.c | |
411 | ____________________________________________________________________________ | |
412 | [ 15435] By: jhi on 2002/03/23 01:00:31 | |
413 | Log: Purify: Array bounds write: pre-extend the strxfrm | |
414 | buffer by a factor of four (suggested maximum by HP-UX; | |
415 | Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't | |
416 | know how portable that is; locale.c uses yet another trick | |
417 | (not a particularly good trick, I might add)) | |
418 | Branch: perl | |
419 | ! ext/POSIX/POSIX.xs | |
420 | ____________________________________________________________________________ | |
421 | [ 15434] By: jhi on 2002/03/23 00:48:23 | |
422 | Log: Purify: Array bounds read: o->op_last was accessed | |
423 | for unops (via newUNOP() and ck_eof()). | |
424 | (analysis okay, patch bad: see #15439) | |
425 | Branch: perl | |
426 | ! op.c | |
427 | ____________________________________________________________________________ | |
428 | [ 15433] By: jhi on 2002/03/22 23:19:34 | |
429 | Log: Subject: [PATCH] vms/test.com, File::Find tests | |
430 | From: "Craig A. Berry" <craigberry@mac.com> | |
431 | Date: Fri, 22 Mar 2002 16:52:59 -0600 | |
432 | Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01> | |
433 | Branch: perl | |
434 | ! vms/test.com | |
435 | ____________________________________________________________________________ | |
436 | [ 15432] By: jhi on 2002/03/22 23:18:44 | |
437 | Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors | |
438 | From: Michael G Schwern <schwern@pobox.com> | |
439 | Date: Fri, 22 Mar 2002 18:08:19 -0500 | |
440 | Message-ID: <20020322230819.GB16454@blackrider> | |
441 | Branch: perl | |
442 | ! ext/Sys/Syslog/Syslog.pm | |
443 | ____________________________________________________________________________ | |
444 | [ 15431] By: jhi on 2002/03/22 21:52:56 | |
445 | Log: Update the information on Encode. | |
446 | Branch: perl | |
447 | ! pod/perldelta.pod | |
448 | ____________________________________________________________________________ | |
449 | [ 15430] By: jhi on 2002/03/22 21:48:28 | |
450 | Log: Upgrade to Encode 0.96, from Dan Kogai. | |
451 | Branch: perl | |
452 | + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL | |
453 | + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL | |
454 | + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm | |
455 | ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm | |
456 | ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs | |
457 | ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST | |
458 | ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm | |
459 | ! ext/Encode/lib/Encode/Alias.pm | |
460 | ! ext/Encode/lib/Encode/Encoding.pm | |
461 | ! ext/Encode/lib/Encode/Internal.pm | |
462 | ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t | |
463 | ____________________________________________________________________________ | |
464 | [ 15429] By: jhi on 2002/03/22 20:52:18 | |
465 | Log: Subject: [PATCH] h2xs.t fix for VMS | |
466 | From: "Craig A. Berry" <craigberry@mac.com> | |
467 | Date: Fri, 22 Mar 2002 15:47:38 -0600 | |
468 | Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01> | |
469 | Branch: perl | |
470 | ! lib/h2xs.t | |
471 | ____________________________________________________________________________ | |
472 | [ 15428] By: jhi on 2002/03/22 20:50:42 | |
473 | Log: One more pass. | |
474 | Branch: perl | |
475 | ! epoc/config.sh | |
476 | ____________________________________________________________________________ | |
477 | [ 15427] By: jhi on 2002/03/22 20:46:43 | |
478 | Log: Even better version from Olaf Flebbe. | |
479 | Branch: perl | |
480 | ! epoc/config.sh pp_sys.c util.c | |
481 | ____________________________________________________________________________ | |
482 | [ 15426] By: jhi on 2002/03/22 20:34:28 | |
483 | Log: EPOC update from Olaf Flebbe. | |
484 | Branch: perl | |
485 | ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c | |
486 | ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c | |
487 | ____________________________________________________________________________ | |
488 | [ 15425] By: jhi on 2002/03/22 20:03:33 | |
489 | Log: Tweak from John P. Linderman. | |
490 | Branch: perl | |
491 | ! pod/perlhack.pod | |
492 | ____________________________________________________________________________ | |
493 | [ 15424] By: jhi on 2002/03/22 17:08:36 | |
494 | Log: Subject: [PATCH pod/perlfunc.pod] doc fix | |
495 | From: Stas Bekman <stas@stason.org> | |
496 | Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT) | |
497 | Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org> | |
498 | Branch: perl | |
499 | ! pod/perlfunc.pod | |
500 | ____________________________________________________________________________ | |
501 | [ 15423] By: jhi on 2002/03/22 17:06:42 | |
502 | Log: Subject: [PATCH] check sysconf's return value in reentr.c | |
503 | From: <slaven.rezic@berlin.de> | |
504 | Date: Fri, 22 Mar 2002 18:30:36 +0100 | |
505 | Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]> | |
506 | ||
507 | (plus use 4k instead 2k as the "usual" size) | |
508 | Branch: perl | |
509 | ! reentr.c reentr.pl | |
510 | ____________________________________________________________________________ | |
511 | [ 15422] By: jhi on 2002/03/22 15:23:38 | |
512 | Log: Update Changes. | |
513 | Branch: perl | |
514 | ! Changes patchlevel.h | |
515 | ____________________________________________________________________________ | |
95f965ee JH |
516 | [ 15421] By: jhi on 2002/03/22 15:18:30 |
517 | Log: Forgot from #15416. | |
518 | Branch: perl | |
519 | ! pod/perlfaq3.pod | |
520 | ____________________________________________________________________________ | |
521 | [ 15420] By: jhi on 2002/03/22 15:15:37 | |
522 | Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry | |
523 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
524 | Date: Fri, 22 Mar 2002 16:27:51 +0100 | |
525 | Message-ID: <m3n0x0vczs.fsf@anima.de> | |
526 | Branch: perl | |
527 | ! pod/perlmodstyle.pod | |
528 | ____________________________________________________________________________ | |
529 | [ 15419] By: jhi on 2002/03/22 15:14:42 | |
530 | Log: metaconfig unit changes for #15418. | |
531 | Branch: metaconfig | |
532 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
533 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
534 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
535 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
536 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
537 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
538 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
539 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
540 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
541 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
542 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
543 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
544 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
545 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
546 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
547 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
548 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
549 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
550 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
551 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
552 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
553 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
554 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
555 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
556 | ____________________________________________________________________________ | |
557 | [ 15418] By: jhi on 2002/03/22 15:14:09 | |
558 | Log: The I_CSD, I_S, and V_S had wrong recepting datatype. | |
559 | Also, there's no i_stdio. | |
560 | Branch: perl | |
561 | ! Configure reentr.h reentr.pl | |
562 | ____________________________________________________________________________ | |
563 | [ 15417] By: jhi on 2002/03/22 15:07:33 | |
564 | Log: Document a known AIX warning. | |
565 | Branch: perl | |
566 | ! pod/perldelta.pod | |
567 | ____________________________________________________________________________ | |
568 | [ 15416] By: jhi on 2002/03/22 15:03:05 | |
569 | Log: Undo #15415, allow the faq people to catch up first. | |
570 | Branch: perl | |
571 | ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod | |
572 | ____________________________________________________________________________ | |
573 | [ 15415] By: jhi on 2002/03/22 13:30:38 | |
574 | Log: FAQ sync. | |
575 | Branch: perl | |
576 | ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod | |
577 | ____________________________________________________________________________ | |
578 | [ 15414] By: jhi on 2002/03/22 13:25:17 | |
579 | Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem | |
580 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
581 | Date: Fri, 22 Mar 2002 15:16:19 +0100 | |
582 | Message-ID: <m38z8kwuvg.fsf@anima.de> | |
583 | ||
584 | (plus reformat) | |
585 | Branch: perl | |
586 | ! pod/perldelta.pod | |
587 | ____________________________________________________________________________ | |
588 | [ 15413] By: jhi on 2002/03/22 13:20:48 | |
589 | Log: Integrate perlio; | |
590 | ||
591 | Fix [ID 20020318.003] cannot open STDOUT into in memory variable | |
592 | ||
593 | Check for sanity of UTF-8 keys in hashes | |
594 | Branch: perl | |
595 | +> t/op/utfhash.t | |
596 | !> MANIFEST doio.c | |
597 | ____________________________________________________________________________ | |
598 | [ 15412] By: nick on 2002/03/22 10:50:53 | |
599 | Log: Check for sanity of UTF-8 keys in hashes | |
600 | (feel free to add more tests...) | |
601 | Branch: perlio | |
602 | + t/op/utfhash.t | |
603 | ! MANIFEST | |
604 | ____________________________________________________________________________ | |
605 | [ 15411] By: ams on 2002/03/22 08:36:33 | |
606 | Log: Revert #15200 for backwards compatiblity reasons. | |
607 | Branch: perl | |
608 | ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod | |
609 | ! pp_ctl.c t/op/override.t | |
610 | ____________________________________________________________________________ | |
611 | [ 15410] By: nick on 2002/03/22 07:47:41 | |
612 | Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable | |
613 | - when (e.g.) STDOUT is char special file and gets IoOFP | |
614 | created - do _NOT_ pass num_svs as that fopen-s stringified | |
615 | glob, and not fdopen-s the fd. | |
616 | Branch: perlio | |
617 | ! doio.c | |
618 | ____________________________________________________________________________ | |
619 | [ 15409] By: nick on 2002/03/22 07:19:33 | |
620 | Log: Integrate mainline | |
621 | Branch: perlio | |
622 | +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm | |
623 | +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm | |
624 | +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm | |
625 | +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm | |
626 | +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm | |
627 | +> ext/Encode/lib/Encode/Details.pod | |
628 | +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t | |
629 | +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t | |
630 | +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t | |
631 | +> lib/Pod/t/pod2html-lib.pl | |
632 | - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t | |
633 | !> (integrate 39 files) | |
634 | ____________________________________________________________________________ | |
635 | [ 15408] By: jhi on 2002/03/22 04:09:19 | |
636 | Log: Win32 tweak from mjd. | |
637 | Branch: perl | |
638 | ! lib/Tie/File.pm | |
639 | ____________________________________________________________________________ | |
640 | [ 15407] By: jhi on 2002/03/22 04:07:13 | |
641 | Log: If Unicode keys are entered to a hash, a bit is turned on. | |
642 | If the bit is on, when the keys are fetched from the hash | |
643 | (%h, each %h, keys %h), the Unicodified versions of the keys | |
644 | are returned if needed. This solution errs on the size of | |
645 | over-Unicodifying, the old solution erred on the side of | |
646 | under-Unicodifying. As long as the hash keys can be a mix | |
647 | of byte and Unicode strings, a perfect fit is hard to come by. | |
648 | Branch: perl | |
649 | ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h | |
650 | ! pod/perlunicode.pod pp.c sv.h t/op/pat.t | |
651 | ____________________________________________________________________________ | |
652 | [ 15406] By: jhi on 2002/03/22 01:21:57 | |
653 | Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem | |
654 | From: Mike Guy <mjtg@cam.ac.uk> | |
655 | Date: Fri, 22 Mar 2002 02:08:20 +0000 | |
656 | Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk> | |
657 | Branch: perl | |
658 | ! pod/perldelta.pod | |
659 | ____________________________________________________________________________ | |
660 | [ 15405] By: jhi on 2002/03/21 23:13:44 | |
661 | Log: PM_SETRE() fallout. | |
662 | Branch: perl | |
663 | ! ext/ByteLoader/bytecode.h | |
664 | ____________________________________________________________________________ | |
665 | [ 15404] By: jhi on 2002/03/21 22:54:42 | |
666 | Log: Subject: [PATCH pod/perlxs.pod] doc fix | |
667 | From: Stas Bekman <stas@stason.org> | |
668 | Date: Thu, 21 Mar 2002 18:47:35 +0800 | |
669 | Message-ID: <3C99BA47.9010403@stason.org> | |
670 | Branch: perl | |
671 | ! pod/perlxs.pod | |
672 | ____________________________________________________________________________ | |
673 | [ 15403] By: jhi on 2002/03/21 22:53:11 | |
674 | Log: Subject: [PATCH] | |
675 | From: Slaven Rezic <slaven.rezic@berlin.de> | |
676 | Date: 21 Mar 2002 10:19:23 +0100 | |
677 | Message-ID: <87n0x2wa5g.fsf@vran.herceg.de> | |
678 | ||
679 | Disable gethostbyaddr_r for all 4.x FreeBSD versions. | |
680 | Branch: perl | |
681 | ! hints/freebsd.sh | |
682 | ____________________________________________________________________________ | |
683 | [ 15402] By: jhi on 2002/03/21 22:50:19 | |
684 | Log: Subject: Storable is inefficient retreiving large hashes [PATCH] | |
685 | From: Tim Bunce <Tim.Bunce@pobox.com> | |
686 | Date: Thu, 21 Mar 2002 21:18:05 +0000 | |
687 | Message-ID: <20020321211805.E25276@dansat.data-plan.com> | |
688 | Branch: perl | |
689 | ! ext/Storable/Storable.xs | |
690 | ____________________________________________________________________________ | |
691 | [ 15401] By: jhi on 2002/03/21 20:48:52 | |
692 | Log: Reword the Apache^Wmod_perl bit so that Sarathy | |
693 | can sleep easier :-) | |
694 | Branch: perl | |
695 | ! pod/perldelta.pod | |
696 | ____________________________________________________________________________ | |
697 | [ 15400] By: jhi on 2002/03/21 20:19:31 | |
698 | Log: It seems that the strange failure (core dump) of | |
699 | t/uni/fold.t on ithreads Solaris builds is a gcc bug: | |
700 | (1) using Sun's cc helps | |
701 | (2) rewriting the ithreads PM_SETRE() to do the | |
702 | setting in two steps helps | |
703 | (3) no other platforms have the crash | |
704 | (4) Tru64's Third Degree sees nothing evil | |
705 | So we implement (2). | |
706 | Branch: perl | |
707 | ! op.h | |
708 | ____________________________________________________________________________ | |
709 | [ 15399] By: jhi on 2002/03/21 20:09:23 | |
710 | Log: Solaris: default to the SUNwspro cc if it is available. | |
711 | Branch: perl | |
712 | ! hints/solaris_2.sh | |
713 | ____________________________________________________________________________ | |
714 | [ 15398] By: jhi on 2002/03/21 18:41:57 | |
715 | Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem | |
716 | does not get fixed in time. | |
717 | Branch: perl | |
718 | ! pod/perldelta.pod | |
719 | ____________________________________________________________________________ | |
720 | [ 15397] By: jhi on 2002/03/21 18:19:53 | |
721 | Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP | |
722 | From: Dave Mitchell <davem@fdgroup.com> | |
723 | Date: Thu, 21 Mar 2002 17:24:40 +0000 | |
724 | Message-ID: <20020321172440.C13683@fdgroup.com> | |
725 | Branch: perl | |
726 | ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h | |
727 | ! pod/perlapi.pod proto.h sv.h toke.c | |
728 | ____________________________________________________________________________ | |
729 | [ 15396] By: jhi on 2002/03/21 18:00:51 | |
730 | Log: One more proto escapee. | |
731 | Branch: perl | |
732 | ! hints/linux.sh | |
733 | ____________________________________________________________________________ | |
734 | [ 15395] By: jhi on 2002/03/21 17:56:57 | |
735 | Log: metaconfig unit change for #15394. | |
736 | Branch: metaconfig/U/perl | |
737 | ! Checkcc.U | |
738 | ____________________________________________________________________________ | |
739 | [ 15394] By: jhi on 2002/03/21 17:56:34 | |
740 | Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads | |
741 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
742 | Date: Thu, 21 Mar 2002 17:35:00 GMT | |
743 | Message-Id: <200203211735.RAA15135@tempest.npl.co.uk> | |
744 | Branch: perl | |
745 | ! Configure | |
746 | ____________________________________________________________________________ | |
747 | [ 15393] By: jhi on 2002/03/21 17:36:06 | |
748 | Log: Subject: Re: [tests for Pod::Html] | |
749 | From: Stas Bekman <stas@stason.org> | |
750 | Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT) | |
751 | Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org> | |
752 | Branch: perl | |
753 | + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t | |
754 | - t/pod2html/README | |
755 | ! MANIFEST lib/Pod/t/pod2html-lib.pl | |
756 | ____________________________________________________________________________ | |
757 | [ 15392] By: jhi on 2002/03/21 16:17:53 | |
758 | Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning | |
759 | From: Stas Bekman <stas@stason.org> | |
760 | Date: Thu, 21 Mar 2002 18:50:56 +0800 | |
761 | Message-ID: <3C99BB10.50004@stason.org> | |
762 | Branch: perl | |
763 | ! ext/Cwd/Cwd.xs | |
764 | ____________________________________________________________________________ | |
765 | [ 15391] By: jhi on 2002/03/21 16:16:57 | |
766 | Log: Upgrade to Encode 0.95, from Dan Kogai. | |
767 | Branch: perl | |
768 | + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm | |
769 | + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm | |
770 | + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm | |
771 | + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm | |
772 | + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm | |
773 | + ext/Encode/lib/Encode/Details.pod | |
774 | + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t | |
775 | - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t | |
776 | ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm | |
777 | ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST | |
778 | ! ext/Encode/Makefile.PL | |
779 | ____________________________________________________________________________ | |
780 | [ 15390] By: jhi on 2002/03/21 14:48:35 | |
781 | Log: Mention the new syslog try-harder feature. | |
782 | Branch: perl | |
783 | ! pod/perldelta.pod | |
784 | ____________________________________________________________________________ | |
785 | [ 15389] By: jhi on 2002/03/21 14:44:56 | |
786 | Log: metaconfig unit changes for #15388. | |
787 | Branch: metaconfig | |
788 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
789 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
790 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
791 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
792 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
793 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
794 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
795 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
796 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
797 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
798 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
799 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
800 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
801 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
802 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
803 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
804 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
805 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
806 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
807 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
808 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
809 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
810 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
811 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
812 | ____________________________________________________________________________ | |
813 | [ 15388] By: jhi on 2002/03/21 14:44:09 | |
814 | Log: Subject: [PATCH @15373] More HP-UX/IA64 work | |
815 | From: Spider Boardman <spider@web.zk3.dec.com> | |
816 | Date: Thu, 21 Mar 2002 09:23:45 -0500 | |
817 | Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com> | |
818 | Branch: perl | |
819 | ! Configure hints/hpux.sh reentr.pl | |
820 | ____________________________________________________________________________ | |
821 | [ 15387] By: jhi on 2002/03/21 14:37:56 | |
822 | Log: NetWare diff from C Aditya. | |
823 | Branch: perl | |
824 | ! perl.h | |
825 | ____________________________________________________________________________ | |
826 | [ 15386] By: jhi on 2002/03/21 14:36:05 | |
827 | Log: The htmlview test doesn't work yet. | |
828 | Branch: perl | |
829 | + t/pod2html/README | |
830 | - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t | |
831 | ! MANIFEST | |
832 | ____________________________________________________________________________ | |
833 | [ 15385] By: jhi on 2002/03/21 14:15:01 | |
834 | Log: Placeholder. | |
835 | Branch: perl | |
836 | ! MANIFEST | |
837 | ____________________________________________________________________________ | |
838 | [ 15384] By: jhi on 2002/03/21 14:03:50 | |
839 | Log: Integrate perlio: missing tabs in makefile.mk. | |
840 | Branch: perl | |
841 | !> win32/makefile.mk | |
842 | ____________________________________________________________________________ | |
843 | [ 15383] By: jhi on 2002/03/21 13:52:18 | |
844 | Log: Subject: [tests for Pod::Html] | |
845 | From: Stas Bekman <stas@stason.org> | |
846 | Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT) | |
847 | Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org> | |
848 | Branch: perl | |
849 | + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t | |
850 | + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t | |
851 | + lib/Pod/t/pod2html-lib.pl | |
852 | ! MANIFEST | |
853 | ____________________________________________________________________________ | |
854 | [ 15382] By: nick on 2002/03/21 07:21:57 | |
855 | Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t) | |
856 | Branch: perlio | |
857 | +> ext/Encode/AUTHORS ext/Encode/Changes | |
858 | +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t | |
859 | +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref | |
860 | +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref | |
861 | +> ext/I18N/Langinfo/fallback/const-c.inc | |
862 | +> ext/I18N/Langinfo/fallback/const-xs.inc | |
863 | +> lib/ExtUtils/t/Constant.t | |
864 | - ext/Encode/Encode/euc-jp-0212.enc | |
865 | - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl | |
866 | - ext/Encode/t/table.euc ext/Encode/t/table.ref | |
867 | - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t | |
868 | !> (integrate 105 files) | |
869 | ____________________________________________________________________________ | |
870 | [ 15381] By: nick on 2002/03/21 06:59:57 | |
871 | Log: Restore tabs so dmake will parse file! | |
872 | Branch: perlio | |
873 | ! win32/makefile.mk | |
874 | ____________________________________________________________________________ | |
875 | [ 15380] By: jhi on 2002/03/21 04:26:03 | |
876 | Log: Upgrade to Unicode::Normalize 0.16. | |
877 | Branch: perl | |
878 | ! ext/Unicode/Normalize/Changes | |
879 | ! ext/Unicode/Normalize/Normalize.pm | |
880 | ____________________________________________________________________________ | |
881 | [ 15379] By: jhi on 2002/03/21 02:59:46 | |
882 | Log: Schwern's wallet is a bit more loose. | |
883 | Branch: perl | |
884 | ! t/lib/1_compile.t | |
885 | ____________________________________________________________________________ | |
886 | [ 15378] By: jhi on 2002/03/20 21:57:22 | |
887 | Log: Subject: [PATCH] | |
888 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
889 | Date: Wed, 20 Mar 2002 22:56:17 -0000 | |
890 | Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk> | |
891 | ||
892 | packWARN also for subdirs. | |
893 | Branch: perl | |
894 | ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c | |
895 | ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c | |
896 | ! win32/win32.c | |
897 | ____________________________________________________________________________ | |
898 | [ 15377] By: jhi on 2002/03/20 21:50:11 | |
899 | Log: A plan is better. | |
900 | Branch: perl | |
901 | ! ext/Encode/t/CJKalias.t | |
902 | ____________________________________________________________________________ | |
903 | [ 15376] By: jhi on 2002/03/20 21:26:09 | |
904 | Log: Upgrade to Encode 0.94, from Dan Kogai. | |
905 | Branch: perl | |
906 | + ext/Encode/lib/Encode/Description.pod | |
907 | ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm | |
908 | ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm | |
909 | ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm | |
910 | ! ext/Encode/lib/Encode/Encoding.pm | |
911 | ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
912 | ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm | |
913 | ! ext/Encode/t/CJKalias.t | |
914 | ____________________________________________________________________________ | |
915 | [ 15375] By: jhi on 2002/03/20 21:09:27 | |
916 | Log: Rats' nest. | |
917 | Branch: perl | |
918 | ! hints/solaris_2.sh | |
919 | ____________________________________________________________________________ | |
920 | [ 15374] By: jhi on 2002/03/20 21:01:59 | |
921 | Log: Rrright. | |
922 | Branch: perl | |
923 | ! pod/perlguts.pod | |
924 | ____________________________________________________________________________ | |
925 | [ 15373] By: jhi on 2002/03/20 17:36:43 | |
926 | Log: Update Changes. | |
927 | Branch: perl | |
928 | ! Changes patchlevel.h | |
929 | ____________________________________________________________________________ | |
4f9948e4 JH |
930 | [ 15372] By: jhi on 2002/03/20 16:54:35 |
931 | Log: Reapply #15336. | |
932 | Branch: perl | |
933 | ! ext/Encode/lib/Encode/Tcl.pm | |
934 | ____________________________________________________________________________ | |
935 | [ 15371] By: jhi on 2002/03/20 15:28:44 | |
936 | Log: Upgrade to Encode 0.93, from Dan Kogai. | |
937 | Branch: perl | |
938 | + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t | |
939 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm | |
940 | ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST | |
941 | ! ext/Encode/README ext/Encode/TW/TW.pm | |
942 | ! ext/Encode/lib/Encode/CN/HZ.pm | |
943 | ! ext/Encode/lib/Encode/Encoding.pm | |
944 | ! ext/Encode/lib/Encode/Internal.pm | |
945 | ! ext/Encode/lib/Encode/JP/Constants.pm | |
946 | ! ext/Encode/lib/Encode/JP/H2Z.pm | |
947 | ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
948 | ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm | |
949 | ! ext/Encode/lib/Encode/Tcl/Escape.pm | |
950 | ! ext/Encode/lib/Encode/Tcl/Table.pm | |
951 | ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm | |
952 | ! ext/Encode/lib/Encode/iso10646_1.pm | |
953 | ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm | |
954 | ! ext/Encode/t/JP.t | |
955 | ____________________________________________________________________________ | |
956 | [ 15370] By: jhi on 2002/03/20 15:13:42 | |
957 | Log: Subject: patch for syslog | |
958 | From: <Nick.Williams@morganstanley.com> | |
959 | Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT) | |
960 | Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119> | |
961 | Branch: perl | |
962 | ! ext/Sys/Syslog/Syslog.pm | |
963 | ____________________________________________________________________________ | |
964 | [ 15369] By: jhi on 2002/03/20 15:10:17 | |
965 | Log: Some failure updates. | |
966 | Branch: perl | |
967 | ! pod/perldelta.pod | |
968 | ____________________________________________________________________________ | |
969 | [ 15368] By: jhi on 2002/03/20 15:02:04 | |
970 | Log: Getopt::Long 2.29 from Johan Vromans. | |
971 | Branch: perl | |
972 | ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES | |
973 | ____________________________________________________________________________ | |
974 | [ 15367] By: jhi on 2002/03/20 14:58:56 | |
975 | Log: Rename ExtUtils.t to Constant.t, as suggested by | |
976 | Nicholas Clark. | |
977 | Branch: perl | |
978 | + lib/ExtUtils/t/Constant.t | |
979 | - lib/ExtUtils/t/ExtUtils.t | |
980 | ! MANIFEST | |
981 | ____________________________________________________________________________ | |
982 | [ 15366] By: jhi on 2002/03/20 14:56:27 | |
983 | Log: Subject: [PATCH] TODO - Make Schwern Poorer | |
984 | From: Nicholas Clark <nick@unfortu.net> | |
985 | Date: Tue, 19 Mar 2002 22:50:28 +0000 | |
986 | Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net> | |
987 | Branch: perl | |
988 | ! t/lib/1_compile.t | |
989 | ____________________________________________________________________________ | |
990 | [ 15365] By: jhi on 2002/03/20 14:47:15 | |
991 | Log: Subject: Re: The story of O [PATCH] | |
992 | From: Richard.Foley@t-online.de (Richard Foley) | |
993 | Date: Sun, 17 Mar 2002 08:37:26 +0100 | |
994 | Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com> | |
995 | Branch: perl | |
996 | ! lib/perl5db.pl | |
997 | ____________________________________________________________________________ | |
998 | [ 15364] By: jhi on 2002/03/20 14:43:11 | |
999 | Log: Mention the external modules Encode::HanExtra and | |
1000 | PadWalker. | |
1001 | Branch: perl | |
1002 | ! pod/perldelta.pod | |
1003 | ____________________________________________________________________________ | |
1004 | [ 15363] By: jhi on 2002/03/20 14:38:23 | |
1005 | Log: Subject: [PATCH] List lexicals from debugger | |
1006 | From: Peter Scott <Peter@PSDT.com> | |
1007 | Date: Tue, 19 Mar 2002 12:28:52 -0800 | |
1008 | Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com> | |
1009 | Branch: perl | |
1010 | ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod | |
1011 | ____________________________________________________________________________ | |
1012 | [ 15362] By: jhi on 2002/03/20 14:37:05 | |
1013 | Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan, | |
1014 | and :encoding(xxx) was errorneously parsed. | |
1015 | Branch: perl | |
1016 | ! lib/open.pm | |
1017 | ____________________________________________________________________________ | |
1018 | [ 15361] By: jhi on 2002/03/20 14:34:38 | |
1019 | Log: Subject: [PATCH bleadperl] exec.t tweak | |
1020 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
1021 | Date: Wed, 20 Mar 2002 01:21:40 +0100 | |
1022 | Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu> | |
1023 | ||
1024 | 4NT returns 2 as error-code for nonexistant file. | |
1025 | Branch: perl | |
1026 | ! t/op/exec.t | |
1027 | ____________________________________________________________________________ | |
1028 | [ 15360] By: jhi on 2002/03/20 14:33:09 | |
1029 | Log: minor Tie::File test patch to make win32 happier, from mjd. | |
1030 | Branch: perl | |
1031 | ! lib/Tie/File/t/30_defer.t | |
1032 | ____________________________________________________________________________ | |
1033 | [ 15359] By: jhi on 2002/03/20 14:31:53 | |
1034 | Log: Subject: [PATCH bleadperl] magic.t tweak | |
1035 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
1036 | Date: Wed, 20 Mar 2002 00:39:16 +0100 | |
1037 | Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu> | |
1038 | Branch: perl | |
1039 | ! t/op/magic.t | |
1040 | ____________________________________________________________________________ | |
1041 | [ 15358] By: jhi on 2002/03/20 14:23:46 | |
1042 | Log: Typo fix from Andreas Koenig, plus a tweak. | |
1043 | Branch: perl | |
1044 | ! pod/perlunicode.pod | |
1045 | ____________________________________________________________________________ | |
1046 | [ 15357] By: jhi on 2002/03/20 14:21:33 | |
1047 | Log: Sigh. The _GNU_SOURCE is needed for the struct crypt_data | |
1048 | in Mandrake 8.2. Now we need to figure out a way not to | |
1049 | unbreak Apache. | |
1050 | Branch: perl | |
1051 | ! hints/linux.sh | |
1052 | ____________________________________________________________________________ | |
1053 | [ 15356] By: jhi on 2002/03/20 13:59:58 | |
1054 | Log: Fix for "UTF-8 bug with s///" from Hugo. | |
1055 | Branch: perl | |
1056 | ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c | |
1057 | ! t/op/pat.t | |
1058 | ____________________________________________________________________________ | |
1059 | [ 15355] By: jhi on 2002/03/20 02:23:23 | |
1060 | Log: metaconfig unit change for #15354. | |
1061 | Branch: metaconfig | |
1062 | ! U/threads/usethreads.U | |
1063 | ____________________________________________________________________________ | |
1064 | [ 15354] By: jhi on 2002/03/20 02:23:01 | |
1065 | Log: Installation updates on threads and perlio. | |
1066 | Branch: perl | |
1067 | ! Configure INSTALL | |
1068 | ____________________________________________________________________________ | |
1069 | [ 15353] By: jhi on 2002/03/20 01:17:27 | |
1070 | Log: Tpo. | |
1071 | Branch: perl | |
1072 | ! pod/perlfaq6.pod | |
1073 | ____________________________________________________________________________ | |
1074 | [ 15352] By: jhi on 2002/03/20 01:15:54 | |
1075 | Log: Regen modlib and toc. | |
1076 | Branch: perl | |
1077 | ! pod/perlmodlib.pod pod/perltoc.pod | |
1078 | ____________________________________________________________________________ | |
1079 | [ 15351] By: jhi on 2002/03/20 01:12:28 | |
1080 | Log: Whitespace tweaks. | |
1081 | Branch: perl | |
1082 | ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod | |
1083 | ! pod/perltodo.pod pod/perlunicode.pod | |
1084 | ____________________________________________________________________________ | |
1085 | [ 15350] By: jhi on 2002/03/20 00:55:54 | |
1086 | Log: If it looks like UTF-8 (either nl_langinfo or locale variables), | |
1087 | think UTF-8, embrace your inner UTF-8, as suggested by Larry. | |
1088 | (And as suggested by Markus Kuhn.) | |
1089 | ||
1090 | While we are at it, document also the case of | |
1091 | mixed hash keys as a known potential troublemaker. | |
1092 | (Since it's locale-related, sometimes.) | |
1093 | Branch: perl | |
1094 | ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h | |
1095 | ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod | |
1096 | ! pod/perluniintro.pod | |
1097 | ____________________________________________________________________________ | |
1098 | [ 15349] By: jhi on 2002/03/20 00:47:17 | |
1099 | Log: Surely a typo. | |
1100 | Branch: perl | |
1101 | ! gv.c | |
1102 | ____________________________________________________________________________ | |
1103 | [ 15348] By: jhi on 2002/03/19 22:05:29 | |
1104 | Log: Take two. | |
1105 | Branch: perl | |
1106 | + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref | |
1107 | + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref | |
1108 | ____________________________________________________________________________ | |
1109 | [ 15347] By: jhi on 2002/03/19 22:04:45 | |
1110 | Log: Let's try this from scratch. | |
1111 | Branch: perl | |
1112 | - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref | |
1113 | - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref | |
1114 | ____________________________________________________________________________ | |
1115 | [ 15346] By: jhi on 2002/03/19 21:59:14 | |
1116 | Log: I could do this all day... | |
1117 | Branch: perl | |
1118 | ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref | |
1119 | ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref | |
1120 | ____________________________________________________________________________ | |
1121 | [ 15345] By: jhi on 2002/03/19 21:54:20 | |
1122 | Log: Grrr. | |
1123 | Branch: perl | |
1124 | ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref | |
1125 | ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref | |
1126 | ____________________________________________________________________________ | |
1127 | [ 15344] By: jhi on 2002/03/19 21:49:47 | |
1128 | Log: Subject: Re: Nearly OK for cygwin@15318 | |
1129 | From: John Peacock <jpeacock@rowman.com> | |
1130 | Date: Tue, 19 Mar 2002 15:58:08 -0500 | |
1131 | Message-ID: <3C97A660.3060302@rowman.com> | |
1132 | Branch: perl | |
1133 | ! pod/perlport.pod | |
1134 | ____________________________________________________________________________ | |
1135 | [ 15343] By: jhi on 2002/03/19 21:47:02 | |
1136 | Log: Subject: Re: Nearly OK for cygwin@15318 | |
1137 | From: <slaven.rezic@berlin.de> | |
1138 | Date: Tue, 19 Mar 2002 21:47:49 +0100 | |
1139 | Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]> | |
1140 | ||
1141 | Subject: Re: Nearly OK for cygwin@15318 | |
1142 | From: <slaven.rezic@berlin.de> | |
1143 | Date: Tue, 19 Mar 2002 21:37:18 +0100 | |
1144 | Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]> | |
1145 | Branch: perl | |
1146 | ! pod/perlport.pod t/io/fs.t | |
1147 | ____________________________________________________________________________ | |
1148 | [ 15342] By: jhi on 2002/03/19 21:41:12 | |
1149 | Log: D'oh. | |
1150 | Branch: perl | |
1151 | + ext/I18N/Langinfo/fallback/const-c.inc | |
1152 | + ext/I18N/Langinfo/fallback/const-xs.inc | |
1153 | ____________________________________________________________________________ | |
1154 | [ 15341] By: jhi on 2002/03/19 21:40:49 | |
1155 | Log: Subject: [PATCH] proper fallback for I18N::Langinfo | |
1156 | From: Nicholas Clark <nick@unfortu.net> | |
1157 | Date: Tue, 19 Mar 2002 22:37:08 +0000 | |
1158 | Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net> | |
1159 | ||
1160 | Subject: Re: [PATCH] proper fallback for I18N::Langinfo | |
1161 | From: Nicholas Clark <nick@ccl4.org> | |
1162 | Date: Tue, 19 Mar 2002 22:39:55 +0000 | |
1163 | Message-ID: <20020319223954.G94831@plum.flirble.org> | |
1164 | Branch: perl | |
1165 | - ext/I18N/Langinfo/fallback.xs | |
1166 | ! MANIFEST | |
1167 | ____________________________________________________________________________ | |
1168 | [ 15340] By: jhi on 2002/03/19 21:31:16 | |
1169 | Log: Text, not binary. | |
1170 | Branch: perl | |
1171 | ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref | |
1172 | ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref | |
1173 | ____________________________________________________________________________ | |
1174 | [ 15339] By: jhi on 2002/03/19 21:26:10 | |
1175 | Log: Subject: Re: perl@15244 | |
1176 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1177 | Date: Mon, 18 Mar 2002 17:37:31 +0100 | |
1178 | Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl> | |
1179 | ||
1180 | (Goedendag: Dutch whitespace police) | |
1181 | Branch: perl | |
1182 | ! hints/hpux.sh | |
1183 | ____________________________________________________________________________ | |
1184 | [ 15338] By: jhi on 2002/03/19 21:10:29 | |
1185 | Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7 | |
1186 | From: Nicholas Clark <nick@unfortu.net> | |
1187 | Date: Tue, 19 Mar 2002 21:52:47 +0000 | |
1188 | Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> | |
1189 | Branch: perl | |
1190 | ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL | |
1191 | ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL | |
1192 | ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL | |
1193 | ! ext/Sys/Syslog/Makefile.PL | |
1194 | ____________________________________________________________________________ | |
1195 | [ 15337] By: jhi on 2002/03/19 20:09:22 | |
1196 | Log: More pathname portability checks. | |
1197 | Branch: perl | |
1198 | ! Porting/check83.pl | |
1199 | ____________________________________________________________________________ | |
1200 | [ 15336] By: jhi on 2002/03/19 18:41:50 | |
1201 | Log: Begone, Encode::Tcl::Extended. | |
1202 | Branch: perl | |
1203 | ! ext/Encode/lib/Encode/Tcl.pm | |
1204 | ____________________________________________________________________________ | |
1205 | [ 15335] By: jhi on 2002/03/19 18:40:10 | |
1206 | Log: This is like trying to put the shaving cream | |
1207 | back to the can... | |
1208 | Branch: perl | |
1209 | ! hints/linux.sh | |
1210 | ____________________________________________________________________________ | |
1211 | [ 15334] By: jhi on 2002/03/19 18:31:59 | |
1212 | Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting | |
1213 | types of usleep(). Fun, fun. fun. | |
1214 | Branch: perl | |
1215 | ! hints/linux.sh | |
1216 | ____________________________________________________________________________ | |
1217 | [ 15333] By: jhi on 2002/03/19 18:25:21 | |
1218 | Log: Sarathy's new suggestion for Linux threading flags. | |
1219 | Branch: perl | |
1220 | ! hints/linux.sh | |
1221 | ____________________________________________________________________________ | |
1222 | [ 15332] By: jhi on 2002/03/19 18:23:30 | |
1223 | Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai. | |
1224 | Branch: perl | |
1225 | - ext/Encode/Encode/euc-jp-0212.ucm | |
1226 | ! MANIFEST ext/Encode/Encode/euc-jp.ucm | |
1227 | ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST | |
1228 | ____________________________________________________________________________ | |
1229 | [ 15331] By: jhi on 2002/03/19 18:18:21 | |
1230 | Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles | |
1231 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
1232 | Date: Tue, 19 Mar 2002 00:42:22 +0100 | |
1233 | Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu> | |
1234 | Branch: perl | |
1235 | ! win32/Makefile win32/Makefile.win64 win32/makefile.mk | |
1236 | ____________________________________________________________________________ | |
1237 | [ 15330] By: jhi on 2002/03/19 18:00:48 | |
1238 | Log: "+" is not a valid filename character in VMS. | |
1239 | Branch: perl | |
1240 | + ext/Encode/Encode/euc-jp-0212.ucm | |
1241 | - ext/Encode/Encode/euc-jp+0212.ucm | |
1242 | ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST | |
1243 | ____________________________________________________________________________ | |
1244 | [ 15329] By: jhi on 2002/03/19 15:49:12 | |
1245 | Log: Update Changes. | |
1246 | Branch: perl | |
1247 | ! Changes patchlevel.h | |
1248 | ____________________________________________________________________________ | |
f98e481d JH |
1249 | [ 15328] By: jhi on 2002/03/19 15:25:58 |
1250 | Log: Take away _GNU_SOURCE since that does not seem | |
1251 | to play well with other software (like Apache), | |
1252 | just hint away the WHOAs. | |
1253 | Branch: perl | |
1254 | ! hints/linux.sh | |
1255 | ____________________________________________________________________________ | |
1256 | [ 15327] By: jhi on 2002/03/19 15:17:12 | |
1257 | Log: metaconfig unit change for #15326. | |
1258 | Branch: metaconfig | |
1259 | ! U/threads/d_crypt_r.U | |
1260 | ____________________________________________________________________________ | |
1261 | [ 15326] By: jhi on 2002/03/19 15:16:43 | |
1262 | Log: Support crypt_r(const char*,const char*, CRYPTD*). | |
1263 | Branch: perl | |
1264 | ! Configure reentr.h reentr.pl | |
1265 | ____________________________________________________________________________ | |
1266 | [ 15325] By: jhi on 2002/03/19 14:54:21 | |
1267 | Log: VMS acrobatics from Peter Prymmer. | |
1268 | Branch: perl | |
1269 | ! lib/ExtUtils/t/ExtUtils.t | |
1270 | ____________________________________________________________________________ | |
1271 | [ 15324] By: jhi on 2002/03/19 14:51:56 | |
1272 | Log: Subject: [PATCH lib/Pod/Html.pm] remove warning | |
1273 | From: Stas Bekman <stas@stason.org> | |
1274 | Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT) | |
1275 | Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org> | |
1276 | Branch: perl | |
1277 | ! lib/Pod/Html.pm | |
1278 | ____________________________________________________________________________ | |
1279 | [ 15323] By: jhi on 2002/03/19 14:51:09 | |
1280 | Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS | |
1281 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1282 | Date: Tue, 19 Mar 2002 10:49:27 +0100 | |
1283 | Message-ID: <20020319104927.C705@rafael> | |
1284 | Branch: perl | |
1285 | ! ext/B/t/xref.t | |
1286 | ____________________________________________________________________________ | |
1287 | [ 15322] By: jhi on 2002/03/19 14:50:02 | |
1288 | Log: Integrate perlio; | |
1289 | ||
1290 | Move docs for Encode::valid_utf8 (which does not exist) | |
1291 | to be docs for utf8::valid() (which does). | |
1292 | Branch: perl | |
1293 | !> ext/Encode/Encode.pm lib/utf8.pm | |
1294 | ____________________________________________________________________________ | |
1295 | [ 15321] By: jhi on 2002/03/19 14:48:57 | |
1296 | Log: Remove Encode::Tcl::Extended, suggested by | |
1297 | SADAHIRO Tomoyuki. | |
1298 | Branch: perl | |
1299 | - ext/Encode/Encode/euc-jp-0212.enc | |
1300 | - ext/Encode/lib/Encode/Tcl/Extended.pm | |
1301 | ! MANIFEST ext/Encode/MANIFEST | |
1302 | ! ext/Encode/lib/Encode/Tcl/Escape.pm | |
1303 | ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t | |
1304 | ____________________________________________________________________________ | |
1305 | [ 15320] By: jhi on 2002/03/19 14:44:18 | |
1306 | Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai. | |
1307 | Branch: perl | |
1308 | + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc | |
1309 | + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc | |
1310 | + ext/Encode/t/jisx0212.ref | |
1311 | - ext/Encode/t/japanese.pl ext/Encode/t/table.euc | |
1312 | - ext/Encode/t/table.ref | |
1313 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm | |
1314 | ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm | |
1315 | ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm | |
1316 | ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm | |
1317 | ! ext/Encode/lib/Encode/CN/HZ.pm | |
1318 | ! ext/Encode/lib/Encode/Encoding.pm | |
1319 | ! ext/Encode/lib/Encode/Internal.pm | |
1320 | ! ext/Encode/lib/Encode/JP/Constants.pm | |
1321 | ! ext/Encode/lib/Encode/JP/H2Z.pm | |
1322 | ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
1323 | ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm | |
1324 | ! ext/Encode/lib/Encode/Tcl/Escape.pm | |
1325 | ! ext/Encode/lib/Encode/Tcl/Extended.pm | |
1326 | ! ext/Encode/lib/Encode/Tcl/Table.pm | |
1327 | ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm | |
1328 | ! ext/Encode/lib/Encode/iso10646_1.pm | |
1329 | ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm | |
1330 | ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t | |
1331 | ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t | |
1332 | ____________________________________________________________________________ | |
1333 | [ 15319] By: jhi on 2002/03/19 14:36:41 | |
1334 | Log: constness+signedness nit. | |
1335 | Branch: perl | |
1336 | ! ext/Unicode/Normalize/Normalize.xs | |
1337 | ____________________________________________________________________________ | |
1338 | [ 15318] By: jhi on 2002/03/19 14:04:55 | |
1339 | Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards) | |
1340 | Branch: perl | |
1341 | ! ext/Unicode/Normalize/Changes | |
1342 | ! ext/Unicode/Normalize/Normalize.pm | |
1343 | ! ext/Unicode/Normalize/Normalize.xs | |
1344 | ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader | |
1345 | ! ext/Unicode/Normalize/t/func.t | |
1346 | ____________________________________________________________________________ | |
1347 | [ 15317] By: jhi on 2002/03/19 13:56:27 | |
1348 | Log: Split the ebcdic details to perlebcdic. | |
1349 | Branch: perl | |
1350 | ! pod/perlebcdic.pod pod/perluniintro.pod | |
1351 | ____________________________________________________________________________ | |
1352 | [ 15316] By: jhi on 2002/03/19 13:31:55 | |
1353 | Log: Be explicit. | |
1354 | Branch: perl | |
1355 | ! pod/perluniintro.pod | |
1356 | ____________________________________________________________________________ | |
1357 | [ 15315] By: nick on 2002/03/19 09:24:18 | |
1358 | Log: Integrate mainline | |
1359 | Branch: perlio | |
1360 | +> ext/List/Util/t/openhan.t | |
1361 | !> (integrate 53 files) | |
1362 | ____________________________________________________________________________ | |
1363 | [ 15314] By: nick on 2002/03/19 07:39:07 | |
1364 | Log: Move docs for Encode::valid_utf8 (which does not exist) | |
1365 | to be docs for utf8::valid() (which does). | |
1366 | Branch: perlio | |
1367 | ! ext/Encode/Encode.pm lib/utf8.pm | |
1368 | ____________________________________________________________________________ | |
1369 | [ 15313] By: jhi on 2002/03/19 04:58:22 | |
1370 | Log: Update the Unicode vs EBCDIC situation. | |
1371 | Branch: perl | |
1372 | ! pod/perlebcdic.pod pod/perluniintro.pod | |
1373 | ____________________________________________________________________________ | |
1374 | [ 15312] By: jhi on 2002/03/19 04:01:39 | |
1375 | Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 ) | |
1376 | From: Robert Spier <rspier@pobox.com> | |
1377 | Date: Mon, 18 Mar 2002 19:22:55 -0800 | |
1378 | Message-ID: <15510.44815.383439.823671@rls.cx> | |
1379 | Branch: perl | |
1380 | ! ext/threads/t/end.t | |
1381 | ____________________________________________________________________________ | |
1382 | [ 15311] By: jhi on 2002/03/19 04:00:38 | |
1383 | Log: UTF-8 walk errors that become visible in EBCDIC. | |
1384 | Branch: perl | |
1385 | ! regexec.c | |
1386 | ____________________________________________________________________________ | |
1387 | [ 15310] By: jhi on 2002/03/19 03:48:27 | |
1388 | Log: s/regcinclasslen/reginclass/ and remove the old | |
1389 | reginclass since nothing is using it. | |
1390 | Branch: perl | |
1391 | ! embed.fnc embed.h proto.h regexec.c | |
1392 | ____________________________________________________________________________ | |
1393 | [ 15309] By: jhi on 2002/03/18 22:18:37 | |
1394 | Log: Close the file so it can be (a) removed (b) reopened. | |
1395 | Branch: perl | |
1396 | ! ext/B/t/xref.t | |
1397 | ____________________________________________________________________________ | |
1398 | [ 15308] By: jhi on 2002/03/18 22:17:25 | |
1399 | Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode | |
1400 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1401 | Date: Mon, 18 Mar 2002 23:14:31 +0100 | |
1402 | Message-ID: <20020318231431.A699@rafael> | |
1403 | Branch: perl | |
1404 | ! ext/B/B.xs utf8.c | |
1405 | ____________________________________________________________________________ | |
1406 | [ 15307] By: jhi on 2002/03/18 20:54:07 | |
1407 | Log: Failed patch hunk reapplied. | |
1408 | Branch: perl | |
1409 | ! lib/Tie/File/t/32_defer_misc.t | |
1410 | ____________________________________________________________________________ | |
1411 | [ 15306] By: jhi on 2002/03/18 20:18:25 | |
1412 | Log: For DEBUGGING threaded builds. | |
1413 | Branch: perl | |
1414 | ! sv.c | |
1415 | ____________________________________________________________________________ | |
1416 | [ 15305] By: jhi on 2002/03/18 19:11:43 | |
1417 | Log: AUTHORS update. | |
1418 | Branch: perl | |
1419 | ! AUTHORS | |
1420 | ____________________________________________________________________________ | |
1421 | [ 15304] By: jhi on 2002/03/18 19:08:32 | |
1422 | Log: Someone (*cough* *cough*) stole VMS' getpwent prototype. | |
1423 | (Fix from Craig Berry) | |
1424 | Branch: perl | |
1425 | ! pp_sys.c | |
1426 | ____________________________________________________________________________ | |
1427 | [ 15303] By: jhi on 2002/03/18 18:54:27 | |
1428 | Log: Subject: [PATCH] configure.com home-grown kill() check | |
1429 | From: "Craig A. Berry" <craigberry@mac.com> | |
1430 | Date: Mon, 18 Mar 2002 13:52:59 -0600 | |
1431 | Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01> | |
1432 | Branch: perl | |
1433 | ! configure.com | |
1434 | ____________________________________________________________________________ | |
1435 | [ 15302] By: jhi on 2002/03/18 15:58:00 | |
1436 | Log: Upgrade to Tie::File 0.50. | |
1437 | Branch: perl | |
1438 | ! lib/Tie/File.pm lib/Tie/File/t/00_version.t | |
1439 | ! lib/Tie/File/t/32_defer_misc.t | |
1440 | ____________________________________________________________________________ | |
1441 | [ 15301] By: jhi on 2002/03/18 15:54:52 | |
1442 | Log: AUTHORS updates. | |
1443 | Branch: perl | |
1444 | ! AUTHORS | |
1445 | ____________________________________________________________________________ | |
1446 | [ 15300] By: jhi on 2002/03/18 14:58:27 | |
1447 | Log: Update Changes. | |
1448 | Branch: perl | |
1449 | ! Changes patchlevel.h | |
1450 | ____________________________________________________________________________ | |
a3fa3607 JH |
1451 | [ 15299] By: jhi on 2002/03/18 14:53:11 |
1452 | Log: OS/390 update. | |
1453 | Branch: perl | |
1454 | ! pod/perldelta.pod | |
1455 | ____________________________________________________________________________ | |
1456 | [ 15298] By: jhi on 2002/03/18 14:44:19 | |
1457 | Log: Forgot from #15288. | |
1458 | Branch: perl | |
1459 | ! ext/B/B.xs | |
1460 | ____________________________________________________________________________ | |
1461 | [ 15297] By: jhi on 2002/03/18 14:39:15 | |
1462 | Log: Make regex DEBUGGING faster. | |
1463 | Branch: perl | |
1464 | ! perl.c perl.h regexec.c | |
1465 | ____________________________________________________________________________ | |
1466 | [ 15296] By: jhi on 2002/03/18 14:28:10 | |
1467 | Log: Undo accidental perl.h part of #15295 (wait for #15297) | |
1468 | Branch: perl | |
1469 | ! perl.h | |
1470 | ____________________________________________________________________________ | |
1471 | [ 15295] By: jhi on 2002/03/18 14:26:59 | |
1472 | Log: Subject: prefix slip | |
1473 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1474 | Date: Mon, 18 Mar 2002 16:24:46 +0100 | |
1475 | Message-ID: <m3y9gp3nlt.fsf@anima.de> | |
1476 | ||
1477 | (perl.h part accidental, undone by #15296) | |
1478 | Branch: perl | |
1479 | ! INSTALL perl.h | |
1480 | ____________________________________________________________________________ | |
1481 | [ 15294] By: jhi on 2002/03/18 14:19:29 | |
1482 | Log: Be tidy. | |
1483 | Branch: perl | |
1484 | ! ext/B/t/xref.t | |
1485 | ____________________________________________________________________________ | |
1486 | [ 15293] By: jhi on 2002/03/18 14:14:17 | |
1487 | Log: Subject: [PATCH] re: long double vs. Tru64 UNIX | |
1488 | From: Spider Boardman <spider@web.zk3.dec.com> | |
1489 | Date: Mon, 18 Mar 2002 10:09:50 -0500 | |
1490 | Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com> | |
1491 | Branch: perl | |
1492 | ! README.tru64 hints/dec_osf.sh | |
1493 | ____________________________________________________________________________ | |
1494 | [ 15292] By: jhi on 2002/03/18 13:57:06 | |
1495 | Log: NetWare tweaks from C Aditya <caditya@novell.com> | |
1496 | Branch: perl | |
1497 | ! NetWare/nwperlsys.c cop.h iperlsys.h op.c | |
1498 | ____________________________________________________________________________ | |
1499 | [ 15291] By: jhi on 2002/03/18 13:52:40 | |
1500 | Log: metaconfig unit change for #15290. | |
1501 | Branch: metaconfig/U/perl | |
1502 | ! perlxv.U | |
1503 | ____________________________________________________________________________ | |
1504 | [ 15290] By: jhi on 2002/03/18 13:52:15 | |
1505 | Log: Subject: d_nv_preserves_uv_bits | |
1506 | From: Nicholas Clark <nick@unfortu.net> | |
1507 | Date: Thu, 14 Mar 2002 22:24:19 +0000 | |
1508 | Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> | |
1509 | Branch: perl | |
1510 | ! Configure Porting/Glossary Porting/config.sh config_h.SH | |
1511 | ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t | |
1512 | ! uconfig.sh vos/config.alpha.def vos/config.ga.def | |
1513 | ! win32/config.bc win32/config.gc win32/config.vc | |
1514 | ! win32/config.win64 | |
1515 | ____________________________________________________________________________ | |
1516 | [ 15289] By: jhi on 2002/03/18 13:44:14 | |
1517 | Log: Subject: Re: perl@15244 | |
1518 | From: Spider Boardman <spider@web.zk3.dec.com> | |
1519 | Date: Mon, 18 Mar 2002 09:38:55 -0500 | |
1520 | Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com> | |
1521 | ||
1522 | (IA64 work.) | |
1523 | Branch: perl | |
1524 | ! hints/hpux.sh perl.h | |
1525 | ____________________________________________________________________________ | |
1526 | [ 15288] By: jhi on 2002/03/18 13:41:34 | |
1527 | Log: Subject: [PATCH B] B::perlstring() | |
1528 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1529 | Date: Sun, 17 Mar 2002 23:06:12 +0100 | |
1530 | Message-ID: <20020317230612.A24442@rafael> | |
1531 | Branch: perl | |
1532 | ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL | |
1533 | ____________________________________________________________________________ | |
1534 | [ 15287] By: jhi on 2002/03/18 13:40:28 | |
1535 | Log: Subject: [PATCH] another pack "w" thing | |
1536 | From: Nicholas Clark <nick@unfortu.net> | |
1537 | Date: Sat, 16 Mar 2002 21:52:15 +0000 | |
1538 | Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net> | |
1539 | Branch: perl | |
1540 | ! pp_pack.c t/op/pack.t | |
1541 | ____________________________________________________________________________ | |
1542 | [ 15286] By: jhi on 2002/03/18 13:39:20 | |
1543 | Log: More prototypes blindness in Solaris. | |
1544 | (TODO: readdir64_r really needs to be seen.) | |
1545 | Branch: perl | |
1546 | ! hints/solaris_2.sh | |
1547 | ____________________________________________________________________________ | |
1548 | [ 15285] By: jhi on 2002/03/18 13:24:03 | |
1549 | Log: Integrate perlio; | |
1550 | ||
1551 | Tidy the "does not map" message for non-characters | |
1552 | (e.g. iso-8859-3 "\xA5"). | |
1553 | Branch: perl | |
1554 | !> ext/Encode/Encode.xs | |
1555 | ____________________________________________________________________________ | |
1556 | [ 15284] By: nick on 2002/03/18 11:00:31 | |
1557 | Log: Integrate mainline | |
1558 | Branch: perlio | |
1559 | +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t | |
1560 | +> lib/Tie/File/t/32_defer_misc.t | |
1561 | !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh | |
1562 | !> lib/Tie/File.pm lib/Tie/File/t/00_version.t | |
1563 | !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t | |
1564 | !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod | |
1565 | !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h | |
1566 | !> reentr.pl regexec.c t/op/pat.t util.c | |
1567 | ____________________________________________________________________________ | |
1568 | [ 15283] By: gbarr on 2002/03/18 10:10:55 | |
1569 | Log: Sync with Scalar-List-Utils-1.07 | |
1570 | Branch: perl | |
1571 | + ext/List/Util/t/openhan.t | |
1572 | ! MANIFEST ext/List/Util/ChangeLog | |
1573 | ! ext/List/Util/lib/List/Util.pm | |
1574 | ! ext/List/Util/lib/Scalar/Util.pm | |
1575 | ____________________________________________________________________________ | |
1576 | [ 15282] By: nick on 2002/03/18 08:11:28 | |
1577 | Log: Tidy the "does not map" message for non-characters | |
1578 | (e.g. iso-8859-3 "\xA5"). | |
1579 | Branch: perlio | |
1580 | ! ext/Encode/Encode.xs | |
1581 | ____________________________________________________________________________ | |
1582 | [ 15281] By: ams on 2002/03/18 04:44:37 | |
1583 | Log: URL fix from MJD. | |
1584 | Branch: perl | |
1585 | ! pod/perlfaq3.pod | |
1586 | ____________________________________________________________________________ | |
1587 | [ 15280] By: jhi on 2002/03/18 01:58:51 | |
1588 | Log: More prototype calming (really should fix the Configure | |
1589 | protochk, but not at this point in time). | |
1590 | Branch: perl | |
1591 | ! hints/solaris_2.sh | |
1592 | ____________________________________________________________________________ | |
1593 | [ 15279] By: jhi on 2002/03/18 01:19:40 | |
1594 | Log: return at the wrong side of #endif. | |
1595 | Branch: perl | |
1596 | ! util.c | |
1597 | ____________________________________________________________________________ | |
1598 | [ 15278] By: ams on 2002/03/17 23:45:31 | |
1599 | Log: Typo fix from Stas Bekman. | |
1600 | Branch: perl | |
1601 | ! pod/perlhack.pod | |
1602 | ____________________________________________________________________________ | |
1603 | [ 15277] By: ams on 2002/03/17 23:41:35 | |
1604 | Log: Upgrade to Tie::File 0.21. | |
1605 | Branch: perl | |
1606 | + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t | |
1607 | + lib/Tie/File/t/32_defer_misc.t | |
1608 | ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t | |
1609 | ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t | |
1610 | ! lib/Tie/File/t/22_autochomp.t | |
1611 | ____________________________________________________________________________ | |
1612 | [ 15276] By: jhi on 2002/03/17 21:50:26 | |
1613 | Log: Simple speed gainback (as it was in 5.6): for non-Unicode | |
1614 | character classes use inlined macros instead of the full | |
1615 | function call. | |
1616 | Branch: perl | |
1617 | ! regexec.c | |
1618 | ____________________________________________________________________________ | |
1619 | [ 15275] By: jhi on 2002/03/17 20:14:18 | |
1620 | Log: Integrate perlio; | |
1621 | ||
1622 | Avoid overwrite of un-allocated memory when SvCUR > SvLEN | |
1623 | ||
1624 | Other :encoding oddities | |
1625 | - we should really pop while we can still make method calls | |
1626 | in case DESTROY does something. | |
1627 | - Provide a no-op DESTROY | |
1628 | - Use SvPV_only() rather than just SvPV_on() | |
1629 | Branch: perl | |
1630 | !> ext/Encode/Encode.pm ext/Encode/Encode.xs | |
1631 | !> ext/Encode/lib/Encode/Encoding.pm sv.c | |
1632 | ____________________________________________________________________________ | |
1633 | [ 15274] By: nick on 2002/03/17 20:00:12 | |
1634 | Log: Other :encoding oddities | |
1635 | - we should really pop while we can still make method calls | |
1636 | in case DESTROY does something. | |
1637 | - Provide a no-op DESTROY | |
1638 | - Use SvPV_only() rather than just SvPV_on() | |
1639 | Branch: perlio | |
1640 | ! ext/Encode/Encode.pm ext/Encode/Encode.xs | |
1641 | ! ext/Encode/lib/Encode/Encoding.pm | |
1642 | ____________________________________________________________________________ | |
1643 | [ 15273] By: nick on 2002/03/17 19:53:24 | |
1644 | Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN | |
1645 | Branch: perlio | |
1646 | ! sv.c | |
1647 | ____________________________________________________________________________ | |
1648 | [ 15272] By: jhi on 2002/03/17 18:39:22 | |
1649 | Log: Implement the retry-on-ERANGE for the get*_r(). | |
1650 | The buffer will keep doubling until 64k. | |
1651 | Branch: perl | |
1652 | ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c | |
1653 | ! reentr.h reentr.pl | |
1654 | ____________________________________________________________________________ | |
1655 | [ 15271] By: nick on 2002/03/17 17:38:44 | |
1656 | Log: Integrate mainline | |
1657 | Branch: perlio | |
1658 | +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t | |
1659 | +> t/op/pow.t | |
1660 | !> (integrate 28 files) | |
1661 | ____________________________________________________________________________ | |
1662 | [ 15270] By: jhi on 2002/03/17 15:49:38 | |
1663 | Log: Subject: UTF-8 bug (maybe alreayd known?) | |
1664 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1665 | Date: Fri, 08 Mar 2002 16:36:01 +0100 | |
1666 | Message-ID: <m3n0xjul5q.fsf@anima.de> | |
1667 | Branch: perl | |
1668 | ! pp_hot.c t/op/pat.t | |
1669 | ____________________________________________________________________________ | |
1670 | [ 15269] By: nick on 2002/03/17 09:12:39 | |
1671 | Log: Integarate mainline | |
1672 | Branch: perlio | |
1673 | +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t | |
1674 | +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t | |
1675 | +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl | |
1676 | !> (integrate 69 files) | |
1677 | ____________________________________________________________________________ | |
1678 | [ 15268] By: jhi on 2002/03/17 04:23:49 | |
1679 | Log: Subject: SEGV in s/// and UTF-8 | |
1680 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1681 | Date: Tue, 12 Mar 2002 00:40:09 +0100 | |
1682 | Message-ID: <m3r8mqad2e.fsf@anima.de> | |
1683 | Branch: perl | |
1684 | ! regexec.c t/op/pat.t | |
1685 | ____________________________________________________________________________ | |
1686 | [ 15267] By: jhi on 2002/03/16 19:57:03 | |
1687 | Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **); | |
1688 | from Nicholas Clark. Fixes lib/integer.t and t/op/pack.t | |
1689 | which assume that 2**someinteger is accurate. | |
1690 | Branch: perl | |
1691 | + t/op/pow.t | |
1692 | ! MANIFEST pp.c t/test.pl | |
1693 | ____________________________________________________________________________ | |
1694 | [ 15266] By: jhi on 2002/03/16 18:55:53 | |
1695 | Log: _r-ify config.win64, too. | |
1696 | Branch: perl | |
1697 | ! win32/config.win64 | |
1698 | ____________________________________________________________________________ | |
1699 | [ 15265] By: jhi on 2002/03/16 18:51:45 | |
1700 | Log: Better place to initialize (IRIX cc noticed that | |
1701 | the many "goto defchars" bypass the initialization) | |
1702 | Branch: perl | |
1703 | ! regcomp.c | |
1704 | ____________________________________________________________________________ | |
1705 | [ 15264] By: jhi on 2002/03/16 18:41:19 | |
1706 | Log: If not building threaded, never mind the threaded prototypes. | |
1707 | Branch: perl | |
1708 | ! Configure reentr.pl | |
1709 | ____________________________________________________________________________ | |
1710 | [ 15263] By: jhi on 2002/03/16 18:40:53 | |
1711 | Log: metaconfig: If not using threads, not point probing for the | |
1712 | prototypes (since they might be hidden behind many defines | |
1713 | we won't have if not building threaded) | |
1714 | Branch: metaconfig | |
1715 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
1716 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
1717 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
1718 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
1719 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
1720 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
1721 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
1722 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
1723 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
1724 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
1725 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
1726 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
1727 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
1728 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
1729 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
1730 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
1731 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
1732 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
1733 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
1734 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
1735 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
1736 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
1737 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
1738 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
1739 | ____________________________________________________________________________ | |
1740 | [ 15262] By: jhi on 2002/03/16 18:29:26 | |
1741 | Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r. | |
1742 | Branch: perl | |
1743 | ! hints/freebsd.sh | |
1744 | ____________________________________________________________________________ | |
1745 | [ 15261] By: ams on 2002/03/16 18:14:04 | |
1746 | Log: Upgrade to Tie::File 0.20. | |
1747 | Branch: perl | |
1748 | + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t | |
1749 | ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t | |
1750 | ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t | |
1751 | ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t | |
1752 | ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t | |
1753 | ! lib/Tie/File/t/11_rv_splice_rs.t | |
1754 | ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t | |
1755 | ! lib/Tie/File/t/16_handle.t | |
1756 | ____________________________________________________________________________ | |
1757 | [ 15260] By: jhi on 2002/03/16 18:12:25 | |
1758 | Log: There seems to be a trend for the *time_r to be hidden. | |
1759 | Branch: perl | |
1760 | ! hints/irix_6.sh | |
1761 | ____________________________________________________________________________ | |
1762 | [ 15259] By: jhi on 2002/03/16 17:58:08 | |
1763 | Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006) | |
1764 | From: Stas Bekman <stas@stason.org> | |
1765 | Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT) | |
1766 | Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org> | |
1767 | Branch: perl | |
1768 | ! lib/Pod/Html.pm | |
1769 | ____________________________________________________________________________ | |
1770 | [ 15258] By: jhi on 2002/03/16 17:54:49 | |
1771 | Log: Subject: [PATCH] Re: dumpvar.pl bug | |
1772 | From: Peter Scott <Peter@PSDT.com> | |
1773 | Date: Fri, 15 Mar 2002 18:19:21 -0800 | |
1774 | Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com> | |
1775 | Branch: perl | |
1776 | ! lib/dumpvar.pl lib/perl5db.pl | |
1777 | ____________________________________________________________________________ | |
1778 | [ 15257] By: jhi on 2002/03/16 17:52:29 | |
1779 | Log: More paranoid _r protochecking. At least Tru64 and | |
1780 | Linux need additional hinting help to believe that | |
1781 | the time_r protos exist; turn on FreeBSD _THREAD_SAFE | |
1782 | to see what goes bang. | |
1783 | Branch: perl | |
1784 | ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh | |
1785 | ! reentr.pl | |
1786 | ____________________________________________________________________________ | |
1787 | [ 15256] By: jhi on 2002/03/16 17:51:08 | |
1788 | Log: metaconfig: more paranoid _r protochecking. | |
1789 | Branch: metaconfig | |
1790 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
1791 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
1792 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
1793 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
1794 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
1795 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
1796 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
1797 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
1798 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
1799 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
1800 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
1801 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
1802 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
1803 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
1804 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
1805 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
1806 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
1807 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
1808 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
1809 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
1810 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
1811 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
1812 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
1813 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
1814 | ____________________________________________________________________________ | |
1815 | [ 15255] By: jhi on 2002/03/16 16:23:07 | |
1816 | Log: HP-UX gcc 3 warnings found by Sarathy. | |
1817 | Branch: perl | |
1818 | ! regcomp.c sv.c | |
1819 | ____________________________________________________________________________ | |
1820 | [ 15254] By: jhi on 2002/03/16 16:18:49 | |
1821 | Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore | |
1822 | From: Slaven Rezic <slaven.rezic@berlin.de> | |
1823 | Date: 16 Mar 2002 15:29:18 +0100 | |
1824 | Message-ID: <877kocwpq9.fsf@vran.herceg.de> | |
1825 | Branch: perl | |
1826 | ! pod/perldelta.pod | |
1827 | ____________________________________________________________________________ | |
1828 | [ 15253] By: jhi on 2002/03/16 16:11:49 | |
1829 | Log: HP-UX has also endgrent_r/endpwent_r marked obsolete. | |
1830 | Branch: perl | |
1831 | ! Porting/findrfuncs reentr.h reentr.pl | |
1832 | ____________________________________________________________________________ | |
1833 | [ 15252] By: gsar on 2002/03/16 15:36:16 | |
1834 | Log: UIN32_MAX with borken under HP-UX+gcc | |
1835 | Branch: perl | |
1836 | ! handy.h | |
1837 | ____________________________________________________________________________ | |
1838 | [ 15251] By: ams on 2002/03/16 02:38:08 | |
1839 | Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method | |
1840 | *::DESTROY() is deprecated | |
1841 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1842 | Date: Thu, 14 Mar 2002 18:39:22 -0500 | |
1843 | Message-Id: <20020314183922.A8448@math.ohio-state.edu> | |
1844 | ||
1845 | Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method | |
1846 | *::DESTROY() is deprecated | |
1847 | From: Dave Mitchell <davem@fdgroup.com> | |
1848 | Date: Fri, 15 Mar 2002 19:22:49 +0000 | |
1849 | Message-Id: <20020315192249.A22389@fdgroup.com> | |
1850 | Branch: perl | |
1851 | ! gv.c t/op/method.t | |
1852 | ____________________________________________________________________________ | |
1853 | [ 15250] By: ams on 2002/03/16 02:14:41 | |
1854 | Log: Plural nit. | |
1855 | Branch: perl | |
1856 | ! pod/perldelta.pod | |
1857 | ____________________________________________________________________________ | |
1858 | [ 15249] By: jhi on 2002/03/15 20:46:10 | |
1859 | Log: Doesn't make sense to test for protos if the | |
1860 | functions are not to be used (!= functions exist!) | |
1861 | This might be the key (well, a key) to the HP-UX | |
1862 | problems. | |
1863 | Branch: perl | |
1864 | ! reentr.h reentr.pl | |
1865 | ____________________________________________________________________________ | |
1866 | [ 15248] By: jhi on 2002/03/15 20:05:46 | |
1867 | Log: Typo in #15247. | |
1868 | Branch: perl | |
1869 | ! hints/hpux.sh | |
1870 | ____________________________________________________________________________ | |
1871 | [ 15247] By: jhi on 2002/03/15 19:41:43 | |
1872 | Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3 | |
1873 | in HP-UX (from H.Merijn Brand) | |
1874 | Branch: perl | |
1875 | ! hints/hpux.sh | |
1876 | ____________________________________________________________________________ | |
1877 | [ 15246] By: ams on 2002/03/15 17:53:23 | |
1878 | Log: Subject: minor corrections in perldelta.pod | |
1879 | From: mjd@plover.com | |
1880 | Date: 15 Mar 2002 18:48:42 -0000 | |
1881 | Message-Id: <20020315184842.13573.qmail@plover.com> | |
1882 | Branch: perl | |
1883 | ! pod/perldelta.pod | |
1884 | ____________________________________________________________________________ | |
1885 | [ 15245] By: ams on 2002/03/15 17:37:52 | |
1886 | Log: Upgrade to Tie::File 0.19. | |
1887 | Branch: perl | |
1888 | + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t | |
1889 | + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t | |
1890 | + lib/Tie/File/t/21_win32.t | |
1891 | ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t | |
1892 | ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t | |
1893 | ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t | |
1894 | ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t | |
1895 | ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t | |
1896 | ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t | |
1897 | ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t | |
1898 | ! lib/Tie/File/t/17_misc_meth.t | |
1899 | ____________________________________________________________________________ | |
1900 | [ 15244] By: jhi on 2002/03/15 17:13:33 | |
1901 | Log: Update Changes. | |
1902 | Branch: perl | |
1903 | ! Changes patchlevel.h | |
1904 | ____________________________________________________________________________ | |
bde6d038 JH |
1905 | [ 15243] By: jhi on 2002/03/15 16:18:16 |
1906 | Log: Forgot from #15241. | |
1907 | Branch: perl | |
1908 | ! win32/config_sh.PL | |
1909 | ____________________________________________________________________________ | |
1910 | [ 15242] By: jhi on 2002/03/15 16:15:52 | |
1911 | Log: Subject: patch pod/perltodo.pod | |
1912 | From: mjd@plover.com | |
1913 | Date: 15 Mar 2002 15:42:18 -0000 | |
1914 | Message-ID: <20020315154218.10163.qmail@plover.com> | |
1915 | ||
1916 | (With s/WANT/Want/) | |
1917 | Branch: perl | |
1918 | ! pod/perltodo.pod | |
1919 | ____________________________________________________________________________ | |
1920 | [ 15241] By: jhi on 2002/03/15 16:14:25 | |
1921 | Log: Subject: [PATCH bleadperl] (revision 5 undef) | |
1922 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
1923 | Date: Fri, 15 Mar 2002 00:39:48 +0100 | |
1924 | Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu> | |
1925 | Branch: perl | |
1926 | ! win32/config.bc win32/config.gc win32/config.vc | |
1927 | ! win32/config.win64 | |
1928 | ____________________________________________________________________________ | |
1929 | [ 15240] By: jhi on 2002/03/15 16:12:25 | |
1930 | Log: Subject: [BUG & PATCH] can't quit the debugger after run completes | |
1931 | From: Michael G Schwern <schwern@pobox.com> | |
1932 | Date: Thu, 14 Mar 2002 16:39:29 -0500 | |
1933 | Message-ID: <20020314213929.GA2912@blackrider> | |
1934 | Branch: perl | |
1935 | ! lib/perl5db.pl | |
1936 | ____________________________________________________________________________ | |
1937 | [ 15239] By: jhi on 2002/03/15 16:11:17 | |
1938 | Log: Integrate perlio. | |
1939 | Branch: perl | |
1940 | !> embed.fnc ext/Encode/t/JP.t | |
1941 | ____________________________________________________________________________ | |
1942 | [ 15238] By: jhi on 2002/03/15 16:07:58 | |
1943 | Log: Monster _r patch: try to scan for all known _r variants, | |
1944 | and then use them (under ithreads). May fail in HP-UX, | |
1945 | and the op/groups is known to be fickle everywhere. Known | |
1946 | to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler | |
1947 | warnings in AIX since the first arguments of getnetbyaddr | |
1948 | and getnetbyadd_r are of different types. Thanks, IBM.) | |
1949 | ||
1950 | In non-Configure platforms deny the existence of any | |
1951 | of the _r thingies. (Also add the recently introduced | |
1952 | d_tm_* to places it wasn't already in.) | |
1953 | ||
1954 | TODO: the suggested glibc buffer growth retry loop in case | |
1955 | some entries (at least for: gr*, host*) are big. | |
1956 | Forgot win32/config.win64. | |
1957 | Branch: perl | |
1958 | + reentr.c reentr.h reentr.pl | |
1959 | ! Configure MANIFEST Makefile.SH NetWare/Makefile | |
1960 | ! NetWare/config.wc Porting/Glossary Porting/config.sh | |
1961 | ! Porting/config_H Porting/findrfuncs config_h.SH configure.com | |
1962 | ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh | |
1963 | ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c | |
1964 | ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template | |
1965 | ! vos/build.cm vos/config.alpha.def vos/config.alpha.h | |
1966 | ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile | |
1967 | ! win32/config.bc win32/config.gc win32/config.vc | |
1968 | ! win32/makefile.mk wince/Makefile.ce wince/config.ce | |
1969 | ____________________________________________________________________________ | |
1970 | [ 15237] By: jhi on 2002/03/15 15:18:46 | |
1971 | Log: Be more explicit on when is the $! worth anything. | |
1972 | Branch: perl | |
1973 | ! pod/perlvar.pod | |
1974 | ____________________________________________________________________________ | |
1975 | [ 15236] By: jhi on 2002/03/15 14:44:09 | |
1976 | Log: metaconfig: _r _r we go. | |
1977 | Branch: metaconfig | |
1978 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
1979 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
1980 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
1981 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
1982 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
1983 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
1984 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
1985 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
1986 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
1987 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
1988 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
1989 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
1990 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
1991 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
1992 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
1993 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
1994 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
1995 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
1996 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
1997 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
1998 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
1999 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
2000 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
2001 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
2002 | ____________________________________________________________________________ | |
2003 | [ 15235] By: nick on 2002/03/15 07:31:54 | |
2004 | Log: Add the binmode()s to make JP.t pass on Win32 | |
2005 | Branch: perlio | |
2006 | ! ext/Encode/t/JP.t | |
2007 | ____________________________________________________________________________ | |
2008 | [ 15234] By: nick on 2002/03/15 07:20:49 | |
2009 | Log: Integrate perlio | |
2010 | Branch: perl | |
2011 | !> ext/Encode/t/table.euc ext/Encode/t/table.ref | |
2012 | ____________________________________________________________________________ | |
2013 | [ 15233] By: nick on 2002/03/15 07:18:02 | |
2014 | Log: Mark JP.t's data files as binary | |
2015 | Branch: perlio | |
2016 | ! ext/Encode/t/table.euc ext/Encode/t/table.ref | |
2017 | ____________________________________________________________________________ | |
2018 | [ 15232] By: nick on 2002/03/15 07:13:38 | |
2019 | Log: Integrate mainline | |
2020 | Branch: perlio | |
2021 | +> ext/B/t/xref.t | |
2022 | !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t | |
2023 | !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH | |
2024 | !> perl.c t/op/arith.t | |
2025 | ____________________________________________________________________________ | |
2026 | [ 15231] By: jhi on 2002/03/15 04:49:10 | |
2027 | Log: The section needs to be in the makedepend script | |
2028 | (from Jan-Erik Karlsson). | |
2029 | Branch: perl | |
2030 | ! makedepend.SH | |
2031 | ____________________________________________________________________________ | |
2032 | [ 15230] By: jhi on 2002/03/15 02:59:46 | |
2033 | Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t | |
2034 | From: Nicholas Clark <nick@unfortu.net> | |
2035 | Date: Thu, 14 Mar 2002 23:05:23 +0000 | |
2036 | Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net> | |
2037 | Branch: perl | |
2038 | ! ext/Safe/safe2.t | |
2039 | ____________________________________________________________________________ | |
2040 | [ 15229] By: jhi on 2002/03/15 02:55:34 | |
2041 | Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html | |
2042 | From: "Brent Dax" <brentdax@cpan.org> | |
2043 | Date: Thu, 14 Mar 2002 09:08:41 -0800 | |
2044 | Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org> | |
2045 | Branch: perl | |
2046 | ! lib/Pod/Html.pm | |
2047 | ____________________________________________________________________________ | |
2048 | [ 15228] By: jhi on 2002/03/15 02:00:23 | |
2049 | Log: metaconfig: one round again for the _r. | |
2050 | Branch: metaconfig | |
2051 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
2052 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
2053 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
2054 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
2055 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
2056 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
2057 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
2058 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
2059 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
2060 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
2061 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
2062 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
2063 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
2064 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
2065 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
2066 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
2067 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
2068 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
2069 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
2070 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
2071 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
2072 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
2073 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
2074 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
2075 | ____________________________________________________________________________ | |
2076 | [ 15227] By: jhi on 2002/03/14 17:46:43 | |
2077 | Log: metaconfig: new round of the _r units. | |
2078 | Branch: metaconfig | |
2079 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
2080 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
2081 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
2082 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
2083 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
2084 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
2085 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
2086 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
2087 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
2088 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
2089 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
2090 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
2091 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
2092 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
2093 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
2094 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
2095 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
2096 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
2097 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
2098 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
2099 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
2100 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
2101 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
2102 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
2103 | Branch: metaconfig/U/perl | |
2104 | + i_crypt.U | |
2105 | ____________________________________________________________________________ | |
2106 | [ 15226] By: jhi on 2002/03/14 15:12:19 | |
2107 | Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t | |
2108 | From: Paul_GreenVOS@vos.stratus.com | |
2109 | Date: Tue, 12 Mar 02 19:22 est | |
2110 | Message-Id: <200203130025.TAA20113@mailhub1.stratus.com> | |
2111 | Branch: perl | |
2112 | ! lib/Benchmark.t t/op/arith.t | |
2113 | ____________________________________________________________________________ | |
2114 | [ 15225] By: jhi on 2002/03/14 14:31:30 | |
2115 | Log: Subject: Re: Win32: C:\Program Files | |
2116 | From: "Ken Williams" <ken@mathforum.org> | |
2117 | Date: Wed, 13 Mar 2002 17:50:59 -0600 | |
2118 | Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org> | |
2119 | ||
2120 | Add -t to perl -h. | |
2121 | Branch: perl | |
2122 | ! perl.c | |
2123 | ____________________________________________________________________________ | |
2124 | [ 15224] By: jhi on 2002/03/14 14:24:44 | |
2125 | Log: Extra paranoia from Nick Clark. | |
2126 | Branch: perl | |
2127 | ! ext/Safe/safe2.t | |
2128 | ____________________________________________________________________________ | |
2129 | [ 15223] By: jhi on 2002/03/14 14:19:41 | |
2130 | Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t | |
2131 | From: Nicholas Clark <nick@ccl4.org> | |
2132 | Date: Wed, 13 Mar 2002 14:22:50 +0000 | |
2133 | Message-ID: <20020313142250.G92566@plum.flirble.org> | |
2134 | Branch: perl | |
2135 | ! ext/Safe/safe2.t | |
2136 | ____________________________________________________________________________ | |
2137 | [ 15222] By: jhi on 2002/03/14 14:00:36 | |
2138 | Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH | |
2139 | From: <slaven.rezic@berlin.de> | |
2140 | Date: Tue, 12 Mar 2002 13:03:41 +0100 | |
2141 | Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]> | |
2142 | Branch: perl | |
2143 | ! Makefile.SH | |
2144 | ____________________________________________________________________________ | |
2145 | [ 15221] By: jhi on 2002/03/14 13:51:17 | |
2146 | Log: Subject: [PATCH] a test for B::Xref | |
2147 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2148 | Date: Wed, 13 Mar 2002 17:18:57 +0100 | |
2149 | Message-ID: <20020313171857.F1144@rafael> | |
2150 | Branch: perl | |
2151 | + ext/B/t/xref.t | |
2152 | ! MANIFEST ext/B/B/Xref.pm | |
2153 | ____________________________________________________________________________ | |
2154 | [ 15220] By: jhi on 2002/03/14 13:48:46 | |
2155 | Log: Subject: [PATCH] Exporter.pm POD fixups | |
2156 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2157 | Date: Wed, 13 Mar 2002 16:21:42 +0100 | |
2158 | Message-ID: <20020313162142.A1144@rafael> | |
2159 | Branch: perl | |
2160 | ! lib/Exporter.pm | |
2161 | ____________________________________________________________________________ | |
2162 | [ 15219] By: nick on 2002/03/14 07:00:16 | |
2163 | Log: Integrate mainline | |
2164 | Branch: perlio | |
2165 | !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template | |
2166 | ____________________________________________________________________________ | |
2167 | [ 15218] By: jhi on 2002/03/13 22:15:00 | |
2168 | Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::' | |
2169 | From: Michael G Schwern <schwern@pobox.com> | |
2170 | Date: Wed, 13 Mar 2002 17:43:00 -0500 | |
2171 | Message-ID: <20020313224300.GG3311@blackrider> | |
2172 | Branch: perl | |
2173 | ! lib/ExtUtils/MM_VMS.pm | |
2174 | ____________________________________________________________________________ | |
2175 | [ 15217] By: jhi on 2002/03/13 17:28:36 | |
2176 | Log: Pod tweak. | |
2177 | Branch: perl | |
2178 | ! lib/open.pm | |
2179 | ____________________________________________________________________________ | |
2180 | [ 15216] By: jhi on 2002/03/13 17:14:51 | |
2181 | Log: Subject: [PATCH] 'all ::' for one and one for 'all ::' | |
2182 | From: "Craig A. Berry" <craigberry@mac.com> | |
2183 | Date: Wed, 13 Mar 2002 01:44:01 -0600 | |
2184 | Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]> | |
2185 | Branch: perl | |
2186 | ! vms/descrip_mms.template | |
2187 | ____________________________________________________________________________ | |
2188 | [ 15215] By: nick on 2002/03/13 08:08:36 | |
2189 | Log: Integrate mainline. | |
2190 | Branch: perlio | |
2191 | +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t | |
2192 | - ext/Data/Util/Changes ext/Data/Util/Makefile.PL | |
2193 | - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm | |
2194 | - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t | |
2195 | - ext/Data/Util/t/Hash.t | |
2196 | !> MANIFEST Porting/findrfuncs ext/B/t/stash.t | |
2197 | !> ext/Encode/lib/Encode/CN/HZ.pm | |
2198 | !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
2199 | !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t | |
2200 | !> lib/File/stat.t lib/Test/Simple/t/fail-more.t | |
2201 | !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod | |
2202 | !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c | |
2203 | !> t/op/override.t toke.c universal.c | |
2204 | ____________________________________________________________________________ | |
2205 | [ 15214] By: jhi on 2002/03/13 04:38:41 | |
2206 | Log: metaconfig: three guesses. | |
2207 | Branch: metaconfig | |
2208 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
2209 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
2210 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
2211 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
2212 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
2213 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
2214 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
2215 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
2216 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
2217 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
2218 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
2219 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
2220 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
2221 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
2222 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
2223 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
2224 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
2225 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
2226 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
2227 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
2228 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
2229 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
2230 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
2231 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
2232 | ____________________________________________________________________________ | |
2233 | [ 15213] By: jhi on 2002/03/13 04:05:27 | |
2234 | Log: metaconfig: regen _r units again. | |
2235 | Branch: metaconfig | |
2236 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
2237 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
2238 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
2239 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
2240 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
2241 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
2242 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
2243 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
2244 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
2245 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
2246 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
2247 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
2248 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
2249 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
2250 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
2251 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
2252 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
2253 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
2254 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
2255 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
2256 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
2257 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
2258 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
2259 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
2260 | ____________________________________________________________________________ | |
2261 | [ 15212] By: jhi on 2002/03/13 03:14:23 | |
2262 | Log: metaconfig: regen _r units. | |
2263 | Branch: metaconfig | |
2264 | - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U | |
2265 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
2266 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
2267 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
2268 | ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
2269 | ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U | |
2270 | ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U | |
2271 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
2272 | ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
2273 | ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U | |
2274 | ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U | |
2275 | ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U | |
2276 | ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
2277 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
2278 | ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U | |
2279 | ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U | |
2280 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
2281 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
2282 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
2283 | ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U | |
2284 | ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
2285 | ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U | |
2286 | ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U | |
2287 | ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U | |
2288 | ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U | |
2289 | ____________________________________________________________________________ | |
2290 | [ 15211] By: jhi on 2002/03/13 01:11:36 | |
2291 | Log: metaconfig unit tweaks. | |
2292 | Branch: metaconfig | |
2293 | + U/threads/d_setprotoent_r.U | |
2294 | ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U | |
2295 | ! U/threads/d_tmpnam_r.U | |
2296 | ____________________________________________________________________________ | |
2297 | [ 15210] By: jhi on 2002/03/13 00:12:13 | |
2298 | Log: metaconfig: replace the _r units with autogenerated ones. | |
2299 | Branch: metaconfig | |
2300 | + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U | |
2301 | + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U | |
2302 | + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U | |
2303 | + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U | |
2304 | + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U | |
2305 | + U/threads/d_getprotobyname_r.U | |
2306 | + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U | |
2307 | + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U | |
2308 | + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U | |
2309 | + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U | |
2310 | + U/threads/d_setservent_r.U | |
2311 | - U/threads/d_endhent_r.U U/threads/d_endnent_r.U | |
2312 | - U/threads/d_endpent_r.U U/threads/d_endsent_r.U | |
2313 | - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U | |
2314 | - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U | |
2315 | - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U | |
2316 | - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U | |
2317 | - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U | |
2318 | - U/threads/d_sethent_r.U U/threads/d_setnent_r.U | |
2319 | - U/threads/d_setpent_r.U U/threads/d_setsent_r.U | |
2320 | ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U | |
2321 | ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U | |
2322 | ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U | |
2323 | ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U | |
2324 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
2325 | ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U | |
2326 | ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U | |
2327 | ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U | |
2328 | ! U/threads/d_localtime_r.U U/threads/d_random_r.U | |
2329 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
2330 | ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U | |
2331 | ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U | |
2332 | ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U | |
2333 | ! U/threads/d_ttyname_r.U | |
2334 | ____________________________________________________________________________ | |
2335 | [ 15209] By: jhi on 2002/03/12 23:24:59 | |
2336 | Log: More known threadsafings. | |
2337 | Branch: perl | |
2338 | ! Porting/findrfuncs | |
2339 | ____________________________________________________________________________ | |
2340 | [ 15208] By: jhi on 2002/03/12 20:43:46 | |
2341 | Log: Small tweaks. | |
2342 | Branch: perl | |
2343 | ! lib/Internals.t universal.c | |
2344 | ____________________________________________________________________________ | |
2345 | [ 15207] By: jhi on 2002/03/12 17:38:46 | |
2346 | Log: VERSIONize. | |
2347 | Branch: perl | |
2348 | ! ext/Encode/lib/Encode/CN/HZ.pm | |
2349 | ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
2350 | ! ext/Encode/lib/Encode/JP/JIS.pm | |
2351 | ____________________________________________________________________________ | |
2352 | [ 15206] By: jhi on 2002/03/12 17:22:49 | |
2353 | Log: Subject: perl datastructure conversion shortcuts for DDD | |
2354 | From: Stas Bekman <stas@stason.org> | |
2355 | Date: Mon, 11 Mar 2002 14:54:31 +0800 | |
2356 | Message-ID: <3C8C54A7.5020502@stason.org> | |
2357 | Branch: perl | |
2358 | ! pod/perlhack.pod | |
2359 | ____________________________________________________________________________ | |
2360 | [ 15205] By: jhi on 2002/03/12 17:09:50 | |
2361 | Log: Regen modlib. | |
2362 | Branch: perl | |
2363 | ! pod/perlmodlib.pod | |
2364 | ____________________________________________________________________________ | |
2365 | [ 15204] By: jhi on 2002/03/12 17:07:57 | |
2366 | Log: Regen toc. | |
2367 | Branch: perl | |
2368 | ! pod/perltoc.pod | |
2369 | ____________________________________________________________________________ | |
2370 | [ 15203] By: jhi on 2002/03/12 16:45:32 | |
2371 | Log: Tiny pod tweaks. | |
2372 | Branch: perl | |
2373 | ! lib/Hash/Util.pm | |
2374 | ____________________________________________________________________________ | |
2375 | [ 15202] By: jhi on 2002/03/12 16:06:04 | |
2376 | Log: perldeltaize Hash::Util. | |
2377 | Branch: perl | |
2378 | ! pod/perldelta.pod | |
2379 | ____________________________________________________________________________ | |
2380 | [ 15201] By: jhi on 2002/03/12 15:41:23 | |
2381 | Log: Move the readonly interface back to universal.c, | |
2382 | (new name: Internals::SvREADONLY), remove Data::Util, | |
2383 | move Hash::Util to lib, also introduce refcnt interface | |
2384 | (Internals::SvREFCNT). Make both the new interfaces | |
2385 | to be more sane so that if they set the value, they return | |
2386 | the new value, not the old one. | |
2387 | Branch: perl | |
2388 | + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t | |
2389 | - ext/Data/Util/Changes ext/Data/Util/Makefile.PL | |
2390 | - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm | |
2391 | - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t | |
2392 | - ext/Data/Util/t/Hash.t | |
2393 | ! MANIFEST ext/B/t/stash.t universal.c | |
2394 | ____________________________________________________________________________ | |
2395 | [ 15200] By: ams on 2002/03/12 15:16:05 | |
2396 | Log: Subject: Disambiguate "Can't locate" | |
2397 | From: Mike Guy <mjtg@cam.ac.uk> | |
2398 | Date: Tue, 12 Mar 2002 16:04:23 +0000 | |
2399 | Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk> | |
2400 | Branch: perl | |
2401 | ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod | |
2402 | ! pp_ctl.c t/op/override.t | |
2403 | ____________________________________________________________________________ | |
2404 | [ 15199] By: ams on 2002/03/12 15:04:43 | |
2405 | Log: Subject: [PATCH] perl/lib/File/stat.t | |
2406 | From: Paul_GreenVOS@vos.stratus.com | |
2407 | Date: Tue, 12 Mar 02 11:00 est | |
2408 | Message-Id: <200203121602.LAA29760@mailhub1.stratus.com> | |
2409 | Branch: perl | |
2410 | ! lib/File/stat.t | |
2411 | ____________________________________________________________________________ | |
2412 | [ 15198] By: ams on 2002/03/12 15:00:44 | |
2413 | Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011] | |
2414 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2415 | Date: Tue, 12 Mar 2002 13:31:58 GMT | |
2416 | Message-Id: <200203121331.NAA21278@tempest.npl.co.uk> | |
2417 | Branch: perl | |
2418 | ! pod/perlfunc.pod | |
2419 | ____________________________________________________________________________ | |
2420 | [ 15197] By: ams on 2002/03/12 14:57:34 | |
2421 | Log: Subject: [PATCH toke.c] Inappropriate termination of POD | |
2422 | From: "Clinton A. Pierce" <clintp@geeksalad.org> | |
2423 | Date: Tue, 12 Mar 2002 10:11:53 -0500 | |
2424 | Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org> | |
2425 | Branch: perl | |
2426 | ! toke.c | |
2427 | ____________________________________________________________________________ | |
2428 | [ 15196] By: nick on 2002/03/12 13:40:35 | |
2429 | Log: Integrate mainline | |
2430 | Branch: perlio | |
2431 | +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL | |
2432 | +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm | |
2433 | +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t | |
2434 | +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t | |
2435 | - t/lib/access.t | |
2436 | !> (integrate 96 files) | |
2437 | ____________________________________________________________________________ | |
2438 | [ 15195] By: nick on 2002/03/12 06:08:24 | |
2439 | Log: Integrate mainline (a while ago) | |
2440 | Branch: perlio | |
2441 | +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t | |
2442 | +> ext/Encode/t/TW.t | |
2443 | - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm | |
2444 | - ext/Encode/lib/Encode/Tcl/HanZi.pm | |
2445 | - ext/I18N/Langinfo/fallback.c | |
2446 | !> (integrate 80 files) | |
2447 | ____________________________________________________________________________ | |
2448 | [ 15194] By: ams on 2002/03/12 06:02:20 | |
2449 | Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ... | |
2450 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2451 | Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT) | |
2452 | Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com> | |
2453 | Branch: perl | |
2454 | ! ext/Encode/CN/Makefile.PL | |
2455 | ____________________________________________________________________________ | |
2456 | [ 15193] By: ams on 2002/03/12 05:55:07 | |
2457 | Log: Subject: [PATCH: pod/perlguts.pod] get magic typo | |
2458 | From: Dave Mitchell <davem@fdgroup.co.uk> | |
2459 | Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT) | |
2460 | Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk> | |
2461 | Branch: perl | |
2462 | ! pod/perlguts.pod | |
2463 | ____________________________________________________________________________ | |
2464 | [ 15192] By: ams on 2002/03/12 05:50:08 | |
2465 | Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning | |
2466 | From: Anton Tagunov <tagunov@motor.ru> | |
2467 | Date: Tue, 12 Mar 2002 01:40:58 +0300 | |
2468 | Message-Id: <1194068830.20020312014058@motor.ru> | |
2469 | (Applied with tweaks.) | |
2470 | Branch: perl | |
2471 | ! lib/utf8.pm | |
2472 | ____________________________________________________________________________ | |
2473 | [ 15191] By: ams on 2002/03/12 05:42:21 | |
2474 | Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS | |
2475 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2476 | Date: Sun, 10 Mar 2002 22:10:15 +0100 | |
2477 | Message-Id: <3C8BD9C7.13988.73992D@localhost> | |
2478 | Branch: perl | |
2479 | ! iperlsys.h | |
2480 | ____________________________________________________________________________ | |
2481 | [ 15190] By: ams on 2002/03/12 05:38:08 | |
2482 | Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018] | |
2483 | From: Anton Tagunov <tagunov@motor.ru> | |
2484 | Date: Mon, 11 Mar 2002 23:27:47 +0300 | |
2485 | Message-Id: <19414222180.20020311232747@motor.ru> | |
2486 | Branch: perl | |
2487 | ! pod/perlsub.pod | |
2488 | ____________________________________________________________________________ | |
2489 | [ 15189] By: ams on 2002/03/12 05:34:49 | |
2490 | Log: Subject: minor patch for comment in utfebcdic.h | |
2491 | From: Anton Tagunov <tagunov@motor.ru> | |
2492 | Date: Tue, 12 Mar 2002 00:20:21 +0300 | |
2493 | Message-Id: <13817376786.20020312002021@motor.ru> | |
2494 | Branch: perl | |
2495 | ! utfebcdic.h | |
2496 | ____________________________________________________________________________ | |
2497 | [ 15188] By: ams on 2002/03/12 05:32:30 | |
2498 | Log: Subject: [PATCH ?] B::Xref improvements | |
2499 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2500 | Date: Mon, 11 Mar 2002 23:32:20 +0100 | |
2501 | Message-Id: <20020311233220.A12677@rafael> | |
2502 | Branch: perl | |
2503 | ! ext/B/B/Xref.pm | |
2504 | ____________________________________________________________________________ | |
2505 | [ 15187] By: ams on 2002/03/12 05:30:02 | |
2506 | Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm | |
2507 | From: Paul_GreenVOS@vos.stratus.com | |
2508 | Date: Mon, 11 Mar 02 17:23 est | |
2509 | Message-Id: <200203112225.RAA27594@mailhub1.stratus.com> | |
2510 | Branch: perl | |
2511 | ! lib/ExtUtils/MM_Unix.pm | |
2512 | ____________________________________________________________________________ | |
2513 | [ 15186] By: ams on 2002/03/12 05:27:06 | |
2514 | Log: Subject: [PATCH] installperl - minor untangle for VOS | |
2515 | From: Paul_GreenVOS@vos.stratus.com | |
2516 | Date: Mon, 11 Mar 02 17:05 est | |
2517 | Message-Id: <200203112203.RAA21987@mailhub2.stratus.com> | |
2518 | Branch: perl | |
2519 | ! installperl | |
2520 | ____________________________________________________________________________ | |
2521 | [ 15185] By: ams on 2002/03/12 05:25:59 | |
2522 | Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS} | |
2523 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2524 | Date: Mon, 11 Mar 2002 22:37:39 +0100 | |
2525 | Message-Id: <20020311223739.A691@rafael> | |
2526 | Branch: perl | |
2527 | ! ext/B/B/Deparse.pm | |
2528 | ____________________________________________________________________________ | |
2529 | [ 15184] By: ams on 2002/03/12 05:20:54 | |
2530 | Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc | |
2531 | From: Michael G Schwern <schwern@pobox.com> | |
2532 | Date: Tue, 12 Mar 2002 01:12:08 -0500 | |
2533 | Message-Id: <20020312061208.GD904@blackrider> | |
2534 | Branch: perl | |
2535 | ! hints/netbsd.sh | |
2536 | ____________________________________________________________________________ | |
2537 | [ 15183] By: ams on 2002/03/12 04:12:30 | |
2538 | Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173 | |
2539 | From: Autrijus Tang <autrijus@autrijus.org> | |
2540 | Date: Tue, 12 Mar 2002 13:05:53 +0800 | |
2541 | Message-Id: <20020312050553.GA7864@not.autrijus.org> | |
2542 | (Only doc hunk applied, supplementing #15182.) | |
2543 | Branch: perl | |
2544 | ! ext/Encode/Encode.pm | |
2545 | ____________________________________________________________________________ | |
2546 | [ 15182] By: ams on 2002/03/12 04:04:34 | |
2547 | Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173 | |
2548 | From: Autrijus Tang <autrijus@autrijus.org> | |
2549 | Date: Tue, 12 Mar 2002 12:56:46 +0800 | |
2550 | Message-Id: <20020312045646.GA7689@not.autrijus.org> | |
2551 | (Private mail.) | |
2552 | Branch: perl | |
2553 | ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm | |
2554 | ____________________________________________________________________________ | |
2555 | [ 15181] By: ams on 2002/03/12 03:09:20 | |
2556 | Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173 | |
2557 | From: Autrijus Tang <autrijus@autrijus.org> | |
2558 | Date: Tue, 12 Mar 2002 11:55:06 +0800 | |
2559 | Message-Id: <20020312035506.GA6946@not.autrijus.org> | |
2560 | Branch: perl | |
2561 | ! ext/Encode/Encode.pm | |
2562 | ____________________________________________________________________________ | |
2563 | [ 15180] By: jhi on 2002/03/11 22:32:10 | |
2564 | Log: Deypo. | |
2565 | Branch: metaconfig | |
2566 | ! U/threads/d_asctime_r.U | |
2567 | ____________________________________________________________________________ | |
2568 | [ 15179] By: jhi on 2002/03/11 21:42:58 | |
2569 | Log: FAQ sync. | |
2570 | Branch: perl | |
2571 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod | |
2572 | ! pod/perlfaq4.pod pod/perlfaq5.pod | |
2573 | ____________________________________________________________________________ | |
2574 | [ 15178] By: jhi on 2002/03/11 17:34:34 | |
2575 | Log: The test needs perlio. | |
2576 | Branch: perl | |
2577 | ! lib/open.t | |
2578 | ____________________________________________________________________________ | |
2579 | [ 15177] By: ams on 2002/03/11 15:41:08 | |
2580 | Log: Subject: perlreftut update | |
2581 | From: Mark-Jason Dominus <mjd@plover.com> | |
2582 | Date: Mon, 11 Mar 2002 11:36:27 -0500 | |
2583 | Message-Id: <20020311163627.31020.qmail@plover.com> | |
2584 | Branch: perl | |
2585 | ! pod/perlreftut.pod | |
2586 | ____________________________________________________________________________ | |
2587 | [ 15176] By: ams on 2002/03/11 15:35:24 | |
2588 | Log: Subject: Minor correction in perlfaq5 | |
2589 | From: mjd@plover.com | |
2590 | Date: 11 Mar 2002 16:34:22 -0000 | |
2591 | Message-Id: <20020311163422.30963.qmail@plover.com> | |
2592 | Branch: perl | |
2593 | ! pod/perlfaq5.pod | |
2594 | ____________________________________________________________________________ | |
2595 | [ 15175] By: gsar on 2002/03/11 15:11:42 | |
2596 | Log: number of skipped tests was incorrect | |
2597 | Branch: perl | |
2598 | ! t/op/stat.t | |
2599 | ____________________________________________________________________________ | |
2600 | [ 15174] By: gsar on 2002/03/11 14:39:11 | |
2601 | Log: remove doubled CRs | |
2602 | Branch: perl | |
2603 | ! win32/Makefile | |
2604 | ____________________________________________________________________________ | |
2605 | [ 15173] By: jhi on 2002/03/11 14:07:01 | |
2606 | Log: Update Changes. | |
2607 | Branch: perl | |
2608 | ! Changes patchlevel.h | |
2609 | ____________________________________________________________________________ | |
2a3d532f JH |
2610 | [ 15172] By: jhi on 2002/03/11 13:54:49 |
2611 | Log: Regen toc. | |
2612 | Branch: perl | |
2613 | ! pod/perltoc.pod | |
2614 | ____________________________________________________________________________ | |
2615 | [ 15171] By: jhi on 2002/03/11 13:48:09 | |
2616 | Log: Add t/CN.t and t/TW.t; re-sort. | |
2617 | Branch: perl | |
2618 | ! ext/Encode/MANIFEST | |
2619 | ____________________________________________________________________________ | |
2620 | [ 15170] By: jhi on 2002/03/11 13:04:25 | |
2621 | Log: Document what to do if one yearns back to | |
2622 | the old legacy encoding. | |
2623 | Branch: perl | |
2624 | ! lib/encoding.pm | |
2625 | ____________________________________________________________________________ | |
2626 | [ 15169] By: jhi on 2002/03/11 12:57:45 | |
2627 | Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode} | |
2628 | as general purpose encoding transformation interfaces | |
2629 | since that's not what they are. | |
2630 | Branch: perl | |
2631 | ! lib/utf8.pm pod/perlunicode.pod sv.c | |
2632 | ____________________________________________________________________________ | |
2633 | [ 15168] By: ams on 2002/03/11 12:54:16 | |
2634 | Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF Problems: numconvert, lstat | |
2635 | warnings | |
2636 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2637 | Date: Mon, 11 Mar 2002 14:35:22 +0100 | |
2638 | Message-Id: <20020311143522.A7431@rafael> | |
2639 | Branch: perl | |
2640 | ! t/lib/warnings/pp_sys | |
2641 | ____________________________________________________________________________ | |
2642 | [ 15167] By: ams on 2002/03/11 04:57:20 | |
2643 | Log: A little commonsense is better than 1_compile. | |
2644 | Branch: perl | |
2645 | ! lib/File/Find/t/find.t lib/File/Find/t/taint.t | |
2646 | ____________________________________________________________________________ | |
2647 | [ 15166] By: ams on 2002/03/11 04:53:50 | |
2648 | Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1 | |
2649 | From: Michael G Schwern <schwern@pobox.com> | |
2650 | Date: Sun, 10 Mar 2002 13:27:12 -0500 | |
2651 | Message-Id: <20020310182712.GC693@blackrider> | |
2652 | ||
2653 | Subject: [PATCH] Hash::Util part 2 | |
2654 | From: Michael G Schwern <schwern@pobox.com> | |
2655 | Date: Sun, 10 Mar 2002 15:09:34 -0500 | |
2656 | Message-Id: <20020310200934.GB27112@blackrider> | |
2657 | ||
2658 | Subject: [PATCH] Hash::Util MANIFEST correction | |
2659 | From: Michael G Schwern <schwern@pobox.com> | |
2660 | Date: Sun, 10 Mar 2002 16:27:07 -0500 | |
2661 | Message-Id: <20020310212707.GF27112@blackrider> | |
2662 | ||
2663 | (Also changes find.t and taint.t, which were looking for access.t) | |
2664 | Branch: perl | |
2665 | + ext/Data/Util/Changes ext/Data/Util/Makefile.PL | |
2666 | + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm | |
2667 | + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t | |
2668 | + ext/Data/Util/t/Hash.t | |
2669 | - t/lib/access.t | |
2670 | ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t | |
2671 | ! pod/perldiag.pod pod/perltodo.pod universal.c | |
2672 | ____________________________________________________________________________ | |
2673 | [ 15165] By: jhi on 2002/03/11 04:52:56 | |
2674 | Log: metaconfig: more thready fixes. | |
2675 | Branch: metaconfig | |
2676 | ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U | |
2677 | ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U | |
2678 | ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U | |
2679 | ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U | |
2680 | ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U | |
2681 | ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U | |
2682 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
2683 | ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U | |
2684 | ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U | |
2685 | ____________________________________________________________________________ | |
2686 | [ 15163] By: jhi on 2002/03/11 04:39:54 | |
2687 | Log: Skip obsoleted interfaces. | |
2688 | Branch: perl | |
2689 | ! Porting/findrfuncs | |
2690 | ____________________________________________________________________________ | |
2691 | [ 15162] By: ams on 2002/03/11 03:48:14 | |
2692 | Log: Typo fixes. | |
2693 | Branch: perl | |
2694 | ! perl.c | |
2695 | ____________________________________________________________________________ | |
2696 | [ 15161] By: jhi on 2002/03/11 03:36:51 | |
2697 | Log: Upgrade to Locale::Codes 2.02. | |
2698 | Branch: perl | |
2699 | + lib/Locale/Codes/t/rename.t | |
2700 | ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
2701 | ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm | |
2702 | ! lib/Locale/Country.pod | |
2703 | ____________________________________________________________________________ | |
2704 | [ 15160] By: jhi on 2002/03/11 03:36:32 | |
2705 | Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD | |
2706 | From: Nicholas Clark <nick@unfortu.net> | |
2707 | Date: Sun, 10 Mar 2002 18:17:50 +0000 | |
2708 | Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net> | |
2709 | ||
2710 | Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD | |
2711 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
2712 | Date: Sun, 10 Mar 2002 13:53:34 -0800 | |
2713 | Message-ID: <eX9i8gzkg26G092yn@efn.org> | |
2714 | ||
2715 | (and reenable the feature in freebsd, | |
2716 | and move the freebsd pr url to perl.c) | |
2717 | Branch: perl | |
2718 | ! hints/freebsd.sh perl.c pod/perldelta.pod | |
2719 | ____________________________________________________________________________ | |
2720 | [ 15159] By: ams on 2002/03/11 03:34:13 | |
2721 | Log: Subject: [PATCH stash.t] access::readonly is gone | |
2722 | From: Michael G Schwern <schwern@pobox.com> | |
2723 | Date: Sun, 10 Mar 2002 16:18:14 -0500 | |
2724 | Message-Id: <20020310211813.GE27112@blackrider> | |
2725 | Branch: perl | |
2726 | ! ext/B/t/stash.t | |
2727 | ____________________________________________________________________________ | |
2728 | [ 15158] By: ams on 2002/03/11 03:28:04 | |
2729 | Log: Subject: [PATCH] Raw socket require privileged user on Win2k | |
2730 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2731 | Date: Sun, 10 Mar 2002 22:10:15 +0100 | |
2732 | Message-Id: <3C8BD9C7.610.7398DD@localhost> | |
2733 | Branch: perl | |
2734 | ! lib/Net/Ping/t/110_icmp_inst.t | |
2735 | ____________________________________________________________________________ | |
2736 | [ 15157] By: jhi on 2002/03/11 03:12:01 | |
2737 | Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 | |
2738 | From: Michael G Schwern <schwern@pobox.com> | |
2739 | Date: Sun, 10 Mar 2002 19:22:33 -0500 | |
2740 | Message-ID: <20020311002233.GE4927@blackrider> | |
2741 | Branch: perl | |
2742 | ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm | |
2743 | ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t | |
2744 | ! lib/Test/Simple/t/fail-more.t | |
2745 | ____________________________________________________________________________ | |
2746 | [ 15156] By: jhi on 2002/03/11 03:10:55 | |
2747 | Log: Subject: [PATCH] Test.pm 1.18 -> 1.20 | |
2748 | From: Michael G Schwern <schwern@pobox.com> | |
2749 | Date: Sun, 10 Mar 2002 17:14:10 -0500 | |
2750 | Message-ID: <20020310221410.GA4915@blackrider> | |
2751 | Branch: perl | |
2752 | ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t | |
2753 | ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t | |
2754 | ____________________________________________________________________________ | |
2755 | [ 15155] By: jhi on 2002/03/11 03:09:16 | |
2756 | Log: Subject: [PATCH] more warnings tidyup | |
2757 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
2758 | Date: Sun, 10 Mar 2002 21:01:39 -0000 | |
2759 | Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> | |
2760 | Branch: perl | |
2761 | ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c | |
2762 | ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c | |
2763 | ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c | |
2764 | ! util.c | |
2765 | ____________________________________________________________________________ | |
2766 | [ 15154] By: jhi on 2002/03/11 03:07:03 | |
2767 | Log: Subject: Re: [PATCH] xsubpp prototypes warnings | |
2768 | From: Nicholas Clark <nick@unfortu.net> | |
2769 | Date: Sun, 10 Mar 2002 23:21:07 +0000 | |
2770 | Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net> | |
2771 | Branch: perl | |
2772 | ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL | |
2773 | ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL | |
2774 | ! ext/Encode/TW/Makefile.PL | |
2775 | ____________________________________________________________________________ | |
2776 | [ 15153] By: ams on 2002/03/11 03:06:59 | |
2777 | Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch | |
2778 | From: Max Baker <max@warped.org> | |
2779 | Date: Fri, 8 Mar 2002 10:56:19 -0800 | |
2780 | Message-Id: <20020308105619.A15039@warped.org> | |
2781 | Branch: perl | |
2782 | ! ext/IO/lib/IO/Socket/INET.pm | |
2783 | ____________________________________________________________________________ | |
2784 | [ 15152] By: jhi on 2002/03/11 03:05:54 | |
2785 | Log: Subject: [PATCH] spelling correction | |
2786 | From: Nicholas Clark <nick@unfortu.net> | |
2787 | Date: Sun, 10 Mar 2002 18:34:42 +0000 | |
2788 | Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net> | |
2789 | Branch: perl | |
2790 | ! pp.c pp_hot.c | |
2791 | ____________________________________________________________________________ | |
2792 | [ 15151] By: jhi on 2002/03/11 03:04:33 | |
2793 | Log: DG/UX updates from Takis Psarogiannakopoulos. | |
2794 | Branch: perl | |
2795 | ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h | |
2796 | ____________________________________________________________________________ | |
2797 | [ 15150] By: ams on 2002/03/11 03:02:47 | |
2798 | Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1) | |
2799 | From: Chris Nandor <pudge@pobox.com> | |
2800 | Date: Mon, 04 Mar 2002 17:48:12 -0500 | |
2801 | Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com> | |
2802 | Branch: perl | |
2803 | ! lib/DB.pm lib/perl5db.pl | |
2804 | ____________________________________________________________________________ | |
2805 | [ 15149] By: jhi on 2002/03/11 03:01:26 | |
2806 | Log: metaconfig unit changes in preparation of reentrancy changes. | |
2807 | Branch: metaconfig | |
2808 | + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U | |
2809 | + U/threads/d_ttyname_r.U | |
2810 | ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U | |
2811 | ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U | |
2812 | ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U | |
2813 | ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U | |
2814 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
2815 | ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U | |
2816 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
2817 | ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U | |
2818 | ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U | |
2819 | ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U | |
2820 | ! U/threads/d_strerror_r.U | |
2821 | ____________________________________________________________________________ | |
2822 | [ 15148] By: jhi on 2002/03/10 22:32:33 | |
2823 | Log: Mysterious characters. | |
2824 | Branch: perl | |
2825 | ! utf8.h | |
2826 | ____________________________________________________________________________ | |
2827 | [ 15147] By: jhi on 2002/03/10 17:58:43 | |
2828 | Log: Unused. | |
2829 | Branch: perl | |
2830 | ! op.c | |
2831 | ____________________________________________________________________________ | |
2832 | [ 15146] By: jhi on 2002/03/10 16:35:55 | |
2833 | Log: Implement :std subpragma of the open pragma | |
2834 | that makes the standard filehandles to talk in | |
2835 | encodings. This change set off a weird warning | |
2836 | from op.c, though: disabled it now until someone | |
2837 | who knows what it is about comes along. | |
2838 | Branch: perl | |
2839 | ! lib/open.pm op.c | |
2840 | ____________________________________________________________________________ | |
2841 | [ 15145] By: jhi on 2002/03/10 16:00:46 | |
2842 | Log: Document the logic of :locale better. | |
2843 | Branch: perl | |
2844 | ! lib/open.pm | |
2845 | ____________________________________________________________________________ | |
2846 | [ 15144] By: jhi on 2002/03/10 15:53:57 | |
2847 | Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD | |
2848 | From: Slaven Rezic <slaven.rezic@berlin.de> | |
2849 | Date: 10 Mar 2002 02:49:17 +0100 | |
2850 | Message-ID: <87lmd1qjj6.fsf@vran.herceg.de> | |
2851 | Branch: perl | |
2852 | ! hints/freebsd.sh | |
2853 | ____________________________________________________________________________ | |
2854 | [ 15143] By: jhi on 2002/03/10 15:46:22 | |
2855 | Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings) | |
2856 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
2857 | Date: Sun, 10 Mar 2002 17:08:54 +0900 | |
2858 | Message-Id: <20020310170748.1F29.BQW10602@nifty.com> | |
2859 | Branch: perl | |
2860 | ! ext/Encode/lib/Encode/Tcl.pm | |
2861 | ! ext/Encode/lib/Encode/Tcl/Escape.pm | |
2862 | ! ext/Encode/lib/Encode/Tcl/Extended.pm | |
2863 | ! ext/Encode/lib/Encode/Tcl/Table.pm | |
2864 | ____________________________________________________________________________ | |
2865 | [ 15142] By: jhi on 2002/03/10 15:43:54 | |
2866 | Log: The patch does the following: | |
2867 | - Nix the unneccessary diagnostics line | |
2868 | - Quell -w warnings if the first ENV doesn't exist | |
2869 | - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw | |
2870 | is too baroque and bloated for daily use (and for perl core inclusion). | |
2871 | - "Cannot figure out an encoding to use" when locale is 'C' is rendered | |
2872 | non-fatal. | |
2873 | - Consequently, the ^OPEN bits is set only when needed. | |
2874 | Branch: perl | |
2875 | ! lib/open.pm | |
2876 | ____________________________________________________________________________ | |
2877 | [ 15141] By: jhi on 2002/03/10 05:15:26 | |
2878 | Log: Misc tiny tweaks from Sarathy, good for threaded builds. | |
2879 | Branch: perl | |
2880 | ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c | |
2881 | ____________________________________________________________________________ | |
2882 | [ 15140] By: jhi on 2002/03/10 05:12:08 | |
2883 | Log: Precedence problem. | |
2884 | Branch: perl | |
2885 | ! ext/Socket/socketpair.t | |
2886 | ____________________________________________________________________________ | |
2887 | [ 15139] By: jhi on 2002/03/10 04:57:07 | |
2888 | Log: Renaming tweaks, and split off the reentrant "superbuffer" | |
2889 | init routine. | |
2890 | Branch: perl | |
2891 | ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h | |
2892 | ! sv.c util.c | |
2893 | ____________________________________________________________________________ | |
2894 | [ 15138] By: jhi on 2002/03/10 00:59:50 | |
2895 | Log: The 7-bit jis seems to be the hanging one. | |
2896 | Branch: perl | |
2897 | ! ext/Encode/t/Tcl.t | |
2898 | ____________________________________________________________________________ | |
2899 | [ 15137] By: jhi on 2002/03/10 00:39:18 | |
2900 | Log: Begone. | |
2901 | Branch: perl | |
2902 | ! ext/Encode/MANIFEST | |
2903 | ____________________________________________________________________________ | |
2904 | [ 15136] By: jhi on 2002/03/09 23:56:42 | |
2905 | Log: Better fix from Autrijus. | |
2906 | Branch: perl | |
2907 | ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm | |
2908 | ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm | |
2909 | ____________________________________________________________________________ | |
2910 | [ 15135] By: jhi on 2002/03/09 18:49:55 | |
2911 | Log: Not everybody has Encode::HanExtra. | |
2912 | Branch: perl | |
2913 | ! ext/Encode/Encode.pm | |
2914 | ____________________________________________________________________________ | |
2915 | [ 15134] By: jhi on 2002/03/09 18:30:18 | |
2916 | Log: Decutandpasto. | |
2917 | Branch: perl | |
2918 | ! ext/Encode/lib/Encode/Tcl.pm | |
2919 | ____________________________________________________________________________ | |
2920 | [ 15133] By: jhi on 2002/03/09 18:19:38 | |
2921 | Log: Subject: [PATCH] Data::Dumper | |
2922 | From: Nicholas Clark <nick@unfortu.net> | |
2923 | Date: Sat, 9 Mar 2002 19:03:54 +0000 | |
2924 | Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net> | |
2925 | Branch: perl | |
2926 | ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs | |
2927 | ! ext/Data/Dumper/t/dumper.t | |
2928 | ____________________________________________________________________________ | |
2929 | [ 15132] By: jhi on 2002/03/09 16:55:40 | |
2930 | Log: Subject: [PATCH] socketpair.t w/o fork | |
2931 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2932 | Date: Sat, 9 Mar 2002 14:55:11 +0100 | |
2933 | Message-ID: <3C8A224F.29578.13691BA@localhost> | |
2934 | ||
2935 | (modified as suggested by Sarathy) | |
2936 | Branch: perl | |
2937 | ! ext/Socket/socketpair.t | |
2938 | ____________________________________________________________________________ | |
2939 | [ 15131] By: jhi on 2002/03/09 16:05:00 | |
2940 | Log: Subject: [PATCH perldelta] Mention Change 14727 | |
2941 | From: Autrijus Tang <autrijus@autrijus.org> | |
2942 | Date: Sat, 9 Mar 2002 23:31:40 +0800 | |
2943 | Message-ID: <20020309153140.GA4224@not.autrijus.org> | |
2944 | Branch: perl | |
2945 | ! pod/perldelta.pod | |
2946 | ____________________________________________________________________________ | |
2947 | [ 15130] By: jhi on 2002/03/09 16:02:58 | |
2948 | Log: Make Encode.pm implicitly load external CJK tables the first | |
2949 | time they're needed (instead of immediately), from Autrijus | |
2950 | Tang. | |
2951 | Branch: perl | |
2952 | ! ext/Encode/Encode.pm | |
2953 | ____________________________________________________________________________ | |
2954 | [ 15129] By: jhi on 2002/03/09 16:01:00 | |
2955 | Log: Subject: Re: Two questions | |
2956 | From: Nicholas Clark <nick@unfortu.net> | |
2957 | Date: Sat, 9 Mar 2002 12:42:40 +0000 | |
2958 | Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net> | |
2959 | Branch: perl | |
2960 | ! Porting/pumpkin.pod | |
2961 | ____________________________________________________________________________ | |
2962 | [ 15128] By: jhi on 2002/03/09 04:19:22 | |
2963 | Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian | |
2964 | From: Paul_GreenVOS@vos.stratus.com | |
2965 | Date: Fri, 8 Mar 02 22:34 est | |
2966 | Message-Id: <200203090336.WAA11215@mailhub1.stratus.com> | |
2967 | Branch: perl | |
2968 | ! pp_sys.c | |
2969 | ____________________________________________________________________________ | |
2970 | [ 15127] By: jhi on 2002/03/09 01:34:41 | |
2971 | Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines | |
2972 | From: davem@fdgroup.co.uk | |
2973 | Date: Sat, 9 Mar 2002 00:13:27 GMT | |
2974 | Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk> | |
2975 | Branch: perl | |
2976 | ! dump.c | |
2977 | ____________________________________________________________________________ | |
2978 | [ 15126] By: jhi on 2002/03/09 01:23:16 | |
2979 | Log: Deglitch from Rafael. | |
2980 | Branch: perl | |
2981 | ! ext/B/t/lint.t | |
2982 | ____________________________________________________________________________ | |
2983 | [ 15125] By: jhi on 2002/03/08 23:49:00 | |
2984 | Log: Still more portability. | |
2985 | Branch: perl | |
2986 | ! Porting/findrfuncs | |
2987 | ____________________________________________________________________________ | |
2988 | [ 15124] By: jhi on 2002/03/08 22:54:50 | |
2989 | Log: More portability. | |
2990 | Branch: perl | |
2991 | ! Porting/findrfuncs | |
2992 | ____________________________________________________________________________ | |
2993 | [ 15123] By: jhi on 2002/03/08 22:14:37 | |
2994 | Log: Shared library paths; running tests manually. | |
2995 | Branch: perl | |
2996 | ! INSTALL | |
2997 | ____________________________________________________________________________ | |
2998 | [ 15122] By: jhi on 2002/03/08 22:02:37 | |
2999 | Log: Subject: RE: Two questions | |
3000 | From: "Green, Paul" <Paul.Green@stratus.com> | |
3001 | Date: Fri, 8 Mar 2002 17:55:19 -0500 | |
3002 | Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com> | |
3003 | Branch: perl | |
3004 | ! Porting/pumpkin.pod | |
3005 | ____________________________________________________________________________ | |
3006 | [ 15121] By: jhi on 2002/03/08 21:52:51 | |
3007 | Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez. | |
3008 | (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>) | |
3009 | Branch: perl | |
3010 | + ext/B/t/lint.t | |
3011 | ! MANIFEST ext/B/B/Lint.pm | |
3012 | ____________________________________________________________________________ | |
3013 | [ 15120] By: jhi on 2002/03/08 20:27:42 | |
3014 | Log: metaconfig unit change for #15119. | |
3015 | Branch: metaconfig | |
3016 | ! U/threads/d_pthread_atfork.U | |
3017 | ____________________________________________________________________________ | |
3018 | [ 15119] By: jhi on 2002/03/08 20:27:17 | |
3019 | Log: In DG/UX finding pthread_atfork requires a true compile, | |
3020 | from Takis Psarogiannakopoulos. | |
3021 | Branch: perl | |
3022 | ! Configure config_h.SH | |
3023 | ____________________________________________________________________________ | |
3024 | [ 15118] By: jhi on 2002/03/08 20:07:07 | |
3025 | Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp | |
3026 | From: John Peacock <jpeacock@rowman.com> | |
3027 | Date: Fri, 08 Mar 2002 15:52:41 -0500 | |
3028 | Message-ID: <3C892499.4050502@rowman.com> | |
3029 | Branch: perl | |
3030 | ! lib/ExtUtils/xsubpp | |
3031 | ____________________________________________________________________________ | |
3032 | [ 15117] By: jhi on 2002/03/08 20:05:41 | |
3033 | Log: Subject: [PATCH @15109] test numbers for t/op/write.t | |
3034 | From: "Craig A. Berry" <craigberry@mac.com> | |
3035 | Date: Fri, 08 Mar 2002 15:02:51 -0600 | |
3036 | Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01> | |
3037 | Branch: perl | |
3038 | ! t/op/write.t | |
3039 | ____________________________________________________________________________ | |
3040 | [ 15116] By: jhi on 2002/03/08 18:53:42 | |
3041 | Log: Subject: [PATCH] *BETTER* installperl script patch for VOS | |
3042 | From: Paul_GreenVOS@vos.stratus.com | |
3043 | Date: Fri, 8 Mar 02 14:45 est | |
3044 | Message-Id: <200203081947.OAA29065@mailhub1.stratus.com> | |
3045 | Branch: perl | |
3046 | ! installperl | |
3047 | ____________________________________________________________________________ | |
3048 | [ 15115] By: jhi on 2002/03/08 18:52:30 | |
3049 | Log: Subject: [PATCH @15109] tm_tm_* for VMS | |
3050 | From: "Craig A. Berry" <craigberry@mac.com> | |
3051 | Date: Fri, 08 Mar 2002 13:07:52 -0600 | |
3052 | Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01> | |
3053 | Branch: perl | |
3054 | ! configure.com | |
3055 | ____________________________________________________________________________ | |
3056 | [ 15114] By: jhi on 2002/03/08 18:51:27 | |
3057 | Log: Detypo. | |
3058 | Branch: perl | |
3059 | ! Changes | |
3060 | ____________________________________________________________________________ | |
3061 | [ 15113] By: jhi on 2002/03/08 18:49:56 | |
3062 | Log: Better test for #14795 (bug id 20020124.005) from Andreas. | |
3063 | Branch: perl | |
3064 | ! t/op/pat.t | |
3065 | ____________________________________________________________________________ | |
3066 | [ 15112] By: jhi on 2002/03/08 17:56:36 | |
3067 | Log: HP-UX nm seems to repeat itself. | |
3068 | Branch: perl | |
3069 | ! Porting/findrfuncs | |
3070 | ____________________________________________________________________________ | |
3071 | [ 15111] By: jhi on 2002/03/08 17:50:21 | |
3072 | Log: Nice porting script from Sarathy. Well, less nice | |
3073 | in the sense that it shows the looong road ahead. | |
3074 | Branch: perl | |
3075 | + Porting/findrfuncs | |
3076 | ! MANIFEST Porting/makerel | |
3077 | ____________________________________________________________________________ | |
3078 | [ 15110] By: jhi on 2002/03/08 15:58:25 | |
3079 | Log: Subject: Re: Performance considerations for UTF-8 | |
3080 | From: Jarkko Hietaniemi <jhi@iki.fi> | |
3081 | Date: Fri, 8 Mar 2002 18:53:28 +0200 | |
3082 | Message-ID: <20020308185328.D640@alpha.hut.fi> | |
3083 | ||
3084 | (put all in perlunicode) | |
3085 | Branch: perl | |
3086 | ! pod/perlunicode.pod | |
3087 | ____________________________________________________________________________ | |
3088 | [ 15109] By: jhi on 2002/03/08 15:09:38 | |
3089 | Log: Update Changes. | |
3090 | Branch: perl | |
3091 | ! Changes patchlevel.h | |
3092 | ____________________________________________________________________________ | |
ff44e953 JH |
3093 | [ 15108] By: jhi on 2002/03/08 14:59:50 |
3094 | Log: Subject: Cygwin cygipc support skipped | |
3095 | From: "Gerrit P. Haase" <gerrit@familiehaase.de> | |
3096 | Date: Fri, 8 Mar 2002 16:59:34 +0100 | |
3097 | Message-ID: <113694157285.20020308165934@familiehaase.de> | |
3098 | Branch: perl | |
3099 | ! hints/cygwin.sh | |
3100 | ____________________________________________________________________________ | |
3101 | [ 15107] By: jhi on 2002/03/08 14:48:36 | |
3102 | Log: metaconfig unit change for #15106. | |
3103 | Branch: metaconfig | |
3104 | ! U/compline/d_gconvert.U | |
3105 | ____________________________________________________________________________ | |
3106 | [ 15106] By: jhi on 2002/03/08 14:48:14 | |
3107 | Log: Subject: Re: [PATCH] tests for Gconvert | |
3108 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
3109 | Date: Thu, 07 Mar 2002 16:48:10 -0800 | |
3110 | Message-ID: <KpAi8gzkganW092yn@efn.org> | |
3111 | Branch: perl | |
3112 | ! Configure config_h.SH t/base/num.t | |
3113 | ____________________________________________________________________________ | |
3114 | [ 15105] By: jhi on 2002/03/08 14:32:55 | |
3115 | Log: The new test has some teething problems. | |
3116 | Branch: perl | |
3117 | - ext/B/t/lint.t | |
3118 | ! MANIFEST | |
3119 | ____________________________________________________________________________ | |
3120 | [ 15104] By: jhi on 2002/03/08 13:42:24 | |
3121 | Log: Subject: [PATCH] B::Lint tests | |
3122 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3123 | Date: Fri, 8 Mar 2002 14:47:19 +0100 | |
3124 | Message-ID: <20020308144719.A2663@rafael> | |
3125 | Branch: perl | |
3126 | + ext/B/t/lint.t | |
3127 | ! MANIFEST ext/B/B/Lint.pm | |
3128 | ____________________________________________________________________________ | |
3129 | [ 15103] By: jhi on 2002/03/08 13:40:35 | |
3130 | Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3 | |
3131 | From: Tom Horsley <Tom.Horsley@mail.ccur.com> | |
3132 | Date: Fri, 8 Mar 2002 13:24:14 GMT | |
3133 | Message-Id: <200203081324.NAA00642@cleo> | |
3134 | Branch: perl | |
3135 | ! hints/powerux.sh | |
3136 | ____________________________________________________________________________ | |
3137 | [ 15102] By: jhi on 2002/03/08 13:37:04 | |
3138 | Log: Subject: HP has some new models | |
3139 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3140 | Date: Fri, 08 Mar 2002 13:07:02 +0100 | |
3141 | Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl> | |
3142 | Branch: perl | |
3143 | ! README.hpux | |
3144 | ____________________________________________________________________________ | |
3145 | [ 15101] By: ams on 2002/03/08 09:11:40 | |
3146 | Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes | |
3147 | From: Stas Bekman <stas@stason.org> | |
3148 | Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT) | |
3149 | Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org> | |
3150 | Branch: perl | |
3151 | ! pod/perlguts.pod | |
3152 | ____________________________________________________________________________ | |
3153 | [ 15100] By: pudge on 2002/03/08 03:23:17 | |
3154 | Log: Update Changes | |
3155 | Branch: maint-5.6/macperl | |
3156 | ! macos/Changes | |
3157 | ____________________________________________________________________________ | |
3158 | [ 15099] By: pudge on 2002/03/08 03:20:06 | |
3159 | Log: Replace macperlbundled with macperldelta | |
3160 | Branch: maint-5.6/macperl | |
3161 | ! macos/macperl/MacPerl.podhelp | |
3162 | ____________________________________________________________________________ | |
3163 | [ 15098] By: pudge on 2002/03/08 03:19:44 | |
3164 | Log: Comsetic fixes (Thomas Wegner) | |
3165 | Branch: maint-5.6/macperl | |
3166 | ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r | |
3167 | ____________________________________________________________________________ | |
3168 | [ 15097] By: pudge on 2002/03/08 03:19:08 | |
3169 | Log: Bump OS version | |
3170 | Branch: maint-5.6/macperl | |
3171 | ! macos/config.sh | |
3172 | ____________________________________________________________________________ | |
3173 | [ 15096] By: jhi on 2002/03/08 03:14:41 | |
3174 | Log: Thought I deleted this already? | |
3175 | Branch: perl | |
3176 | - ext/I18N/Langinfo/fallback.c | |
3177 | ____________________________________________________________________________ | |
3178 | [ 15095] By: jhi on 2002/03/08 03:06:20 | |
3179 | Log: perlport updates from Pudge. | |
3180 | Branch: perl | |
3181 | ! pod/perlport.pod | |
3182 | ____________________________________________________________________________ | |
3183 | [ 15094] By: ams on 2002/03/08 03:06:03 | |
3184 | Log: Nitpick. | |
3185 | Branch: perl | |
3186 | ! MANIFEST | |
3187 | ____________________________________________________________________________ | |
3188 | [ 15093] By: jhi on 2002/03/08 03:00:46 | |
3189 | Log: Wrong test. | |
3190 | Branch: perl | |
3191 | ! pod/perldelta.pod | |
3192 | ____________________________________________________________________________ | |
3193 | [ 15091] By: jhi on 2002/03/08 02:25:23 | |
3194 | Log: Integrate change 14064 from macperl to blead. | |
3195 | Branch: perl | |
3196 | !> pod/perlmodinstall.pod pod/perlport.pod | |
3197 | ____________________________________________________________________________ | |
3198 | [ 15090] By: pudge on 2002/03/08 02:15:01 | |
3199 | Log: Integrate recent perlport changes | |
3200 | Branch: maint-5.6/macperl | |
3201 | !> pod/perlport.pod | |
3202 | ____________________________________________________________________________ | |
3203 | [ 15089] By: ams on 2002/03/08 01:54:03 | |
3204 | Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a | |
3205 | minor typo in perlguts.pod | |
3206 | From: Anton Tagunov <tagunov@motor.ru> | |
3207 | Date: Fri, 8 Mar 2002 05:26:59 +0300 | |
3208 | Message-Id: <4649821189.20020308052659@motor.ru> | |
3209 | Branch: perl | |
3210 | ! pod/perlguts.pod | |
3211 | ____________________________________________________________________________ | |
3212 | [ 15088] By: jhi on 2002/03/08 01:40:41 | |
3213 | Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! | |
3214 | From: Anton Tagunov <tagunov@newmail.ru> | |
3215 | Date: Fri, 8 Mar 2002 04:31:44 +0300 | |
3216 | Message-ID: <13946506773.20020308043144@newmail.ru> | |
3217 | ||
3218 | (one test changed) | |
3219 | Branch: perl | |
3220 | ! lib/encoding.t sv.c | |
3221 | ____________________________________________________________________________ | |
3222 | [ 15087] By: jhi on 2002/03/08 00:15:08 | |
3223 | Log: Subject: [PATCH perldelta] some more deltas | |
3224 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3225 | Date: Thu, 7 Mar 2002 23:13:23 +0100 | |
3226 | Message-ID: <20020307231323.A13068@rafael> | |
3227 | Branch: perl | |
3228 | ! pod/perldelta.pod | |
3229 | ____________________________________________________________________________ | |
3230 | [ 15086] By: jhi on 2002/03/07 22:43:31 | |
3231 | Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug | |
3232 | From: Paul_GreenVOS@vos.stratus.com | |
3233 | Date: Thu, 7 Mar 02 14:25 est | |
3234 | Message-Id: <200203071924.OAA03273@mailhub2.stratus.com> | |
3235 | Branch: perl | |
3236 | ! t/io/fs.t | |
3237 | ____________________________________________________________________________ | |
3238 | [ 15085] By: jhi on 2002/03/07 22:37:51 | |
3239 | Log: As suggested by Anton Tagunov, eq and cmp now obey the | |
3240 | encoding pragma (by remapping their byte argument if the | |
3241 | other argument is in Unicode). Also fix a bug found by | |
3242 | Anton where ord undef under the encoding pragma would barf. | |
3243 | ([ID 20020307.009] A null pointer dereference with 'use encoding') | |
3244 | Finally, use the nicer form of sv_recode_to_utf8. | |
3245 | Branch: perl | |
3246 | ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c | |
3247 | ____________________________________________________________________________ | |
3248 | [ 15084] By: jhi on 2002/03/07 20:54:02 | |
3249 | Log: Retract #14985, #14899, and #14990, following the principles | |
3250 | "Do no harm." and "If it ain't broke, don't fix it." | |
3251 | ||
3252 | Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed | |
3253 | some, but still broken, and I do not have the extra brain | |
3254 | cells for the EBCDIC backport. Secondly, the old version | |
3255 | worked both in EBCDIC and non-. Thirdly, the old version | |
3256 | may be more amenable for the behaviour suggsted by Anton | |
3257 | Tagunov regarding the encoding pragma. | |
3258 | Branch: perl | |
3259 | ! embed.fnc embed.h global.sym proto.h sv.c util.c | |
3260 | ____________________________________________________________________________ | |
3261 | [ 15083] By: jhi on 2002/03/07 20:26:36 | |
3262 | Log: Long doubles give you long doubles. | |
3263 | Branch: perl | |
3264 | ! t/base/num.t | |
3265 | ____________________________________________________________________________ | |
3266 | [ 15082] By: jhi on 2002/03/07 18:16:39 | |
3267 | Log: Forgotten deMANIFESTation. | |
3268 | Branch: perl | |
3269 | ! MANIFEST | |
3270 | ____________________________________________________________________________ | |
3271 | [ 15081] By: jhi on 2002/03/07 17:29:17 | |
3272 | Log: Obsolete unused file, noticed by Dank Kogai. | |
3273 | Branch: perl | |
3274 | - ext/Encode/lib/Encode/JP/Tr.pm | |
3275 | ____________________________________________________________________________ | |
3276 | [ 15080] By: ams on 2002/03/07 11:31:46 | |
3277 | Log: Subject: [PATCH Changes] Changes should mirror version number | |
3278 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3279 | Date: Thu, 7 Mar 2002 11:04:24 GMT | |
3280 | Message-Id: <200203071104.LAA17200@tempest.npl.co.uk> | |
3281 | Branch: perl | |
3282 | ! Porting/pumpkin.pod | |
3283 | ____________________________________________________________________________ | |
3284 | [ 15079] By: jhi on 2002/03/07 04:40:06 | |
3285 | Log: metaconfig unit change for #15078. | |
3286 | Branch: metaconfig | |
3287 | ! U/compline/d_gconvert.U | |
3288 | ____________________________________________________________________________ | |
3289 | [ 15078] By: jhi on 2002/03/07 04:39:39 | |
3290 | Log: Subject: Re: [PATCH] tests for Gconvert | |
3291 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
3292 | Date: Wed, 06 Mar 2002 20:22:54 -0800 | |
3293 | Message-ID: <esuh8gzkg2/b092yn@efn.org> | |
3294 | Branch: perl | |
3295 | ! Configure pod/perldelta.pod t/base/num.t | |
3296 | ____________________________________________________________________________ | |
3297 | [ 15077] By: jhi on 2002/03/07 03:27:38 | |
3298 | Log: Mac OS X UFS does not do ctime. | |
3299 | Branch: perl | |
3300 | ! pod/perldelta.pod pod/perlport.pod | |
3301 | ____________________________________________________________________________ | |
3302 | [ 15076] By: jhi on 2002/03/07 02:40:09 | |
3303 | Log: AUTHORS updates. | |
3304 | Branch: perl | |
3305 | ! AUTHORS | |
3306 | ____________________________________________________________________________ | |
3307 | [ 15075] By: jhi on 2002/03/07 01:48:46 | |
3308 | Log: Continued Chinese puzzles from Autrijus. | |
3309 | Branch: perl | |
3310 | + ext/Encode/t/CN.t ext/Encode/t/TW.t | |
3311 | ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm | |
3312 | ____________________________________________________________________________ | |
3313 | [ 15074] By: jhi on 2002/03/07 00:16:10 | |
3314 | Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm | |
3315 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
3316 | Date: Wed, 6 Mar 2002 18:13:51 +0100 | |
3317 | Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu> | |
3318 | Branch: perl | |
3319 | ! lib/File/Spec/Win32.pm | |
3320 | ____________________________________________________________________________ | |
3321 | [ 15073] By: jhi on 2002/03/07 00:15:11 | |
3322 | Log: perlport tweaks. | |
3323 | Branch: perl | |
3324 | ! pod/perlport.pod | |
3325 | ____________________________________________________________________________ | |
3326 | [ 15072] By: jhi on 2002/03/07 00:05:11 | |
3327 | Log: Subject: Re: [PATCH docs] Re: Bug with -M | |
3328 | From: Michael G Schwern <schwern@pobox.com> | |
3329 | Date: Wed, 6 Mar 2002 16:20:27 -0500 | |
3330 | Message-ID: <20020306212027.GC4257@blackrider> | |
3331 | Branch: perl | |
3332 | ! pod/perlfunc.pod pod/perlport.pod | |
3333 | ____________________________________________________________________________ | |
3334 | [ 15071] By: jhi on 2002/03/06 20:20:29 | |
3335 | Log: perldelta updates. | |
3336 | Branch: perl | |
3337 | ! pod/perldelta.pod | |
3338 | ____________________________________________________________________________ | |
3339 | [ 15070] By: jhi on 2002/03/06 20:06:37 | |
3340 | Log: 5005threads wasn't even compiling. | |
3341 | Branch: perl | |
3342 | ! perl.c | |
3343 | ____________________________________________________________________________ | |
3344 | [ 15069] By: jhi on 2002/03/06 15:06:33 | |
3345 | Log: Subject: Re: perl@15047 New format tests for still existing bugs | |
3346 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3347 | Date: Wed, 06 Mar 2002 12:59:29 +0100 | |
3348 | Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl> | |
3349 | Branch: perl | |
3350 | ! t/op/write.t | |
3351 | ____________________________________________________________________________ | |
3352 | [ 15068] By: jhi on 2002/03/06 15:04:41 | |
3353 | Log: Regen Glossary et al. | |
3354 | Branch: perl | |
3355 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
3356 | ____________________________________________________________________________ | |
3357 | [ 15067] By: jhi on 2002/03/06 14:39:58 | |
3358 | Log: Use HAS_TM_TM_ZONE (from #15065). Should help | |
3359 | [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set | |
3360 | Branch: perl | |
3361 | ! util.c | |
3362 | ____________________________________________________________________________ | |
3363 | [ 15066] By: jhi on 2002/03/06 14:39:40 | |
3364 | Log: metaconfig unit change for #15065. | |
3365 | Branch: metaconfig | |
3366 | ! U/compline/i_time.U | |
3367 | ____________________________________________________________________________ | |
3368 | [ 15065] By: jhi on 2002/03/06 14:39:18 | |
3369 | Log: Scan for tm_zone (and tm_gmtoff, while we are at it). | |
3370 | Branch: perl | |
3371 | ! Configure config_h.SH | |
3372 | ____________________________________________________________________________ | |
3373 | [ 15064] By: jhi on 2002/03/06 14:14:02 | |
3374 | Log: Must remove fallback.c also from here. | |
3375 | Branch: perl | |
3376 | ! MANIFEST | |
3377 | ____________________________________________________________________________ | |
3378 | [ 15063] By: jhi on 2002/03/06 13:37:31 | |
3379 | Log: Subject: Re: perl@15047 WinCE | |
3380 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3381 | Date: Wed, 06 Mar 2002 13:41:30 +0100 | |
3382 | Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl> | |
3383 | ||
3384 | Subject: Re: perl@15047 Win32 | |
3385 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3386 | Date: Wed, 06 Mar 2002 13:46:02 +0100 | |
3387 | Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl> | |
3388 | ||
3389 | Subject: Re: perl@15047 Epoc | |
3390 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3391 | Date: Wed, 06 Mar 2002 13:48:31 +0100 | |
3392 | Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl> | |
3393 | ||
3394 | Subject: Re: perl@15047 NetWare | |
3395 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3396 | Date: Wed, 06 Mar 2002 13:55:46 +0100 | |
3397 | Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl> | |
3398 | Branch: perl | |
3399 | ! NetWare/config_H.wc epoc/config.sh win32/Makefile | |
3400 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3401 | ! wince/Makefile.ce wince/config.h | |
3402 | ____________________________________________________________________________ | |
3403 | [ 15062] By: ams on 2002/03/06 09:26:49 | |
3404 | Log: Subject: Re: perl@15047 | |
3405 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3406 | Date: Wed, 06 Mar 2002 11:25:50 +0100 | |
3407 | Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl> | |
3408 | Branch: perl | |
3409 | ! cygwin/perlld.in | |
3410 | ____________________________________________________________________________ | |
3411 | [ 15061] By: ams on 2002/03/06 08:44:12 | |
3412 | Log: Subject: Re: perl@15047 | |
3413 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3414 | Date: Wed, 06 Mar 2002 10:38:02 +0100 | |
3415 | Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl> | |
3416 | Branch: perl | |
3417 | ! pod/perldelta.pod | |
3418 | ____________________________________________________________________________ | |
3419 | [ 15060] By: ams on 2002/03/06 08:30:33 | |
3420 | Log: Subject: Update perlhist.pod | |
3421 | From: mjd@plover.com | |
3422 | Date: 6 Mar 2002 07:11:55 -0000 | |
3423 | Message-Id: <20020306071155.10240.qmail@plover.com> | |
3424 | ||
3425 | Subject: [PATCH pod/perlvar.pod] $^V => string | |
3426 | From: Stas Bekman <stas@stason.org> | |
3427 | Date: Wed, 06 Mar 2002 14:56:55 +0800 | |
3428 | Message-Id: <3C85BDB7.7050700@stason.org> | |
3429 | Branch: perl | |
3430 | ! pod/perlhist.pod pod/perlvar.pod | |
3431 | ____________________________________________________________________________ | |
3432 | [ 15059] By: ams on 2002/03/06 04:15:38 | |
3433 | Log: Subject: [PATCH] assorted configure.com fix-ups | |
3434 | From: "Craig A. Berry" <craigberry@mac.com> | |
3435 | Date: Tue, 5 Mar 2002 23:11:22 -0600 | |
3436 | Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]> | |
3437 | Branch: perl | |
3438 | ! configure.com | |
3439 | ____________________________________________________________________________ | |
3440 | [ 15058] By: jhi on 2002/03/06 04:01:27 | |
3441 | Log: IRIX failure with long doubles. | |
3442 | Branch: perl | |
3443 | ! t/op/pack.t | |
3444 | ____________________________________________________________________________ | |
3445 | [ 15057] By: jhi on 2002/03/06 03:12:15 | |
3446 | Log: Make reality and Changes coincide. | |
3447 | Branch: perl | |
3448 | ! Changes | |
3449 | ____________________________________________________________________________ | |
3450 | [ 15056] By: jhi on 2002/03/06 00:49:03 | |
3451 | Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description | |
3452 | From: Anton Tagunov <tagunov@motor.ru> | |
3453 | Date: Wed, 6 Mar 2002 02:10:21 +0300 | |
3454 | Message-ID: <11152782757.20020306021021@motor.ru> | |
3455 | ||
3456 | (reworded) | |
3457 | Branch: perl | |
3458 | ! pod/perluniintro.pod | |
3459 | ____________________________________________________________________________ | |
3460 | [ 15055] By: jhi on 2002/03/06 00:35:22 | |
3461 | Log: Subject: [PATCH] B::Lint doesn't work | |
3462 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3463 | Date: Tue, 5 Mar 2002 22:51:18 +0100 | |
3464 | Message-ID: <20020305225118.C733@rafael> | |
3465 | Branch: perl | |
3466 | ! ext/B/B/Lint.pm | |
3467 | ____________________________________________________________________________ | |
3468 | [ 15054] By: jhi on 2002/03/06 00:34:32 | |
3469 | Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read | |
3470 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
3471 | Date: Mon, 04 Mar 2002 16:24:32 -0800 | |
3472 | Message-ID: <ABBh8gzkgezX092yn@efn.org> | |
3473 | Branch: perl | |
3474 | ! op.h pp_ctl.c t/op/flip.t | |
3475 | ____________________________________________________________________________ | |
3476 | [ 15053] By: jhi on 2002/03/06 00:31:02 | |
3477 | Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3 | |
3478 | From: Nicholas Clark <nick@unfortu.net> | |
3479 | Date: Tue, 5 Mar 2002 22:30:49 +0000 | |
3480 | Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net> | |
3481 | Branch: perl | |
3482 | ! pod/perldelta.pod | |
3483 | ____________________________________________________________________________ | |
3484 | [ 15052] By: jhi on 2002/03/06 00:28:40 | |
3485 | Log: Subject: [PATCH] tests for Gconvert | |
3486 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
3487 | Date: Tue, 05 Mar 2002 16:35:45 -0800 | |
3488 | Message-ID: <hRWh8gzkgONX092yn@efn.org> | |
3489 | Branch: perl | |
3490 | ! t/base/num.t | |
3491 | ____________________________________________________________________________ | |
3492 | [ 15051] By: jhi on 2002/03/06 00:25:27 | |
3493 | Log: Subject: [PATCH] toplevel Makefile.SH | |
3494 | From: Paul_GreenVOS@vos.stratus.com | |
3495 | Date: Tue, 5 Mar 02 17:34 est | |
3496 | Message-Id: <200203052233.RAA18424@mailhub2.stratus.com> | |
3497 | Branch: perl | |
3498 | ! Makefile.SH | |
3499 | ____________________________________________________________________________ | |
3500 | [ 15050] By: jhi on 2002/03/05 20:46:40 | |
3501 | Log: Subject: [PATCH] pointer to perldelta in Changes | |
3502 | From: Chris Nandor <pudge@pobox.com> | |
3503 | Date: Tue, 05 Mar 2002 16:04:50 -0500 | |
3504 | Message-ID: <pudge-920238.16045005032002@onion.valueclick.com> | |
3505 | Branch: perl | |
3506 | ! Changes | |
3507 | ____________________________________________________________________________ | |
3508 | [ 15049] By: jhi on 2002/03/05 20:45:33 | |
3509 | Log: Subject: [PATCH perldelta] chom?p overridability is the other way | |
3510 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3511 | Date: Tue, 5 Mar 2002 22:26:20 +0100 | |
3512 | Message-ID: <20020305222620.A733@rafael> | |
3513 | Branch: perl | |
3514 | ! pod/perldelta.pod | |
3515 | ____________________________________________________________________________ | |
3516 | [ 15048] By: jhi on 2002/03/05 20:43:45 | |
3517 | Log: Solaris: allow for /usr/bin/df not to exist. | |
3518 | ||
3519 | Subject: [ID 20020305.014] Configure: /usr/bin/df: not found | |
3520 | From: Kingpin <mthurn@copper.dulles.tasc.com> | |
3521 | Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST) | |
3522 | Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com> | |
3523 | Branch: perl | |
3524 | ! hints/solaris_2.sh | |
3525 | ____________________________________________________________________________ | |
3526 | [ 15047] By: jhi on 2002/03/05 15:36:10 | |
3527 | Log: Update Changes. | |
3528 | Branch: perl | |
3529 | ! Changes patchlevel.h | |
3530 | ____________________________________________________________________________ | |
0cce8c82 JH |
3531 | [ 15046] By: jhi on 2002/03/05 14:56:19 |
3532 | Log: Double MANIFESTing. | |
3533 | Branch: perl | |
3534 | ! ext/Encode/MANIFEST | |
3535 | ____________________________________________________________________________ | |
3536 | [ 15045] By: jhi on 2002/03/05 14:29:41 | |
3537 | Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki. | |
3538 | Branch: perl | |
3539 | - ext/Encode/Encode/7bit-kr.enc | |
3540 | - ext/Encode/lib/Encode/Tcl/HanZi.pm | |
3541 | ! MANIFEST ext/Encode/lib/Encode/Tcl.pm | |
3542 | ____________________________________________________________________________ | |
3543 | [ 15044] By: jhi on 2002/03/05 13:40:31 | |
3544 | Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN | |
3545 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3546 | Date: Tue, 5 Mar 2002 14:35:57 +0100 | |
3547 | Message-ID: <20020305143557.C695@rafael> | |
3548 | Branch: perl | |
3549 | ! pp_sys.c t/lib/warnings/pp_sys | |
3550 | ____________________________________________________________________________ | |
3551 | [ 15043] By: jhi on 2002/03/05 13:36:30 | |
3552 | Log: Subject: [PATCH Devel::PPPort] | |
3553 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3554 | Date: Tue, 5 Mar 2002 13:37:59 GMT | |
3555 | Message-Id: <200203051337.NAA14686@tempest.npl.co.uk> | |
3556 | Branch: perl | |
3557 | ! ext/Devel/PPPort/Makefile.PL | |
3558 | ____________________________________________________________________________ | |
3559 | [ 15042] By: jhi on 2002/03/05 13:33:55 | |
17fbc993 | 3560 | Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests. |
0cce8c82 JH |
3561 | Branch: perl |
3562 | ! ext/Encode/t/Tcl.t | |
3563 | ____________________________________________________________________________ | |
3564 | [ 15041] By: nick on 2002/03/05 07:23:58 | |
3565 | Log: Integrate mainline (5.7.3) | |
3566 | Branch: perlio | |
3567 | +> ext/Encode/lib/Encode/CN/HZ.pm | |
3568 | - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc | |
3569 | !> (integrate 54 files) | |
3570 | ____________________________________________________________________________ | |
3571 | [ 15040] By: ams on 2002/03/05 05:10:33 | |
3572 | Log: Subject: DOC PATCH 5.7.3 (perldelta) | |
3573 | From: mjd@plover.com | |
3574 | Date: 5 Mar 2002 05:35:58 -0000 | |
3575 | Message-Id: <20020305053558.31677.qmail@plover.com> | |
3576 | Branch: perl | |
3577 | ! pod/perldelta.pod | |
3578 | ____________________________________________________________________________ | |
3579 | [ 15039] By: jhi on 2002/03/05 03:32:07 | |
3580 | Log: This is 5.7.3. | |
3581 | Branch: perl | |
3582 | ! patchlevel.h | |
3583 | ____________________________________________________________________________ | |
3584 | [ 15038] By: jhi on 2002/03/05 03:31:32 | |
3585 | Log: Shoo. | |
3586 | Branch: perl | |
3587 | ! ext/Encode/t/Tcl.t | |
3588 | ____________________________________________________________________________ | |
3589 | [ 15037] By: jhi on 2002/03/05 03:15:17 | |
3590 | Log: Update Changes. | |
3591 | Branch: perl | |
3592 | ! Changes patchlevel.h | |
3593 | ____________________________________________________________________________ | |
5d093761 JH |
3594 | [ 15036] By: jhi on 2002/03/05 03:11:17 |
3595 | Log: Regen perlapi. | |
3596 | Branch: perl | |
3597 | ! pod/perlapi.pod | |
3598 | ____________________________________________________________________________ | |
3599 | [ 15035] By: jhi on 2002/03/05 03:08:50 | |
3600 | Log: Tie::File doc tweak for Win32 from mjd. | |
3601 | Branch: perl | |
3602 | ! lib/Tie/File.pm | |
3603 | ____________________________________________________________________________ | |
3604 | [ 15034] By: jhi on 2002/03/05 02:51:47 | |
3605 | Log: Regen toc. | |
3606 | Branch: perl | |
3607 | ! pod/perltoc.pod | |
3608 | ____________________________________________________________________________ | |
3609 | [ 15033] By: jhi on 2002/03/05 02:34:32 | |
3610 | Log: Decommission Encode::Tcl HZ testing for now. | |
3611 | Branch: perl | |
3612 | ! ext/Encode/t/Tcl.t | |
3613 | ____________________________________________________________________________ | |
3614 | [ 15032] By: jhi on 2002/03/05 02:05:23 | |
3615 | Log: Must have a return. | |
3616 | Branch: perl | |
3617 | ! pp_pack.c | |
3618 | ____________________________________________________________________________ | |
3619 | [ 15031] By: jhi on 2002/03/05 01:45:21 | |
3620 | Log: The very latest win32 score from Jan Dubois. | |
3621 | Branch: perl | |
3622 | ! pod/perldelta.pod | |
3623 | ____________________________________________________________________________ | |
3624 | [ 15030] By: ams on 2002/03/05 01:40:01 | |
3625 | Log: Subject: [PATCH] README.macos | |
3626 | From: Chris Nandor <pudge@pobox.com> | |
3627 | Date: Mon, 04 Mar 2002 17:37:59 -0500 | |
3628 | Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com> | |
3629 | Branch: perl | |
3630 | ! README.macos | |
3631 | ____________________________________________________________________________ | |
3632 | [ 15029] By: jhi on 2002/03/05 01:39:29 | |
3633 | Log: "The last pieces of Chinese puzzle" from Autrijus. | |
3634 | Branch: perl | |
3635 | + ext/Encode/lib/Encode/CN/HZ.pm | |
3636 | - ext/Encode/Encode/HZ.enc | |
3637 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm | |
3638 | ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm | |
3639 | ____________________________________________________________________________ | |
3640 | [ 15028] By: jhi on 2002/03/05 00:53:36 | |
3641 | Log: Known test failures updates. | |
3642 | Branch: perl | |
3643 | ! pod/perldelta.pod | |
3644 | ____________________________________________________________________________ | |
3645 | [ 15027] By: jhi on 2002/03/04 23:48:07 | |
3646 | Log: One more nit from mjd. | |
3647 | Branch: perl | |
3648 | ! lib/Tie/File/t/16_handle.t | |
3649 | ____________________________________________________________________________ | |
3650 | [ 15026] By: jhi on 2002/03/04 23:42:28 | |
3651 | Log: Upgrade to Tie::File 0.17 from mjd. | |
3652 | Branch: perl | |
3653 | ! lib/Tie/File.pm lib/Tie/File/t/05_size.t | |
3654 | ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t | |
3655 | ____________________________________________________________________________ | |
3656 | [ 15025] By: jhi on 2002/03/04 23:14:54 | |
3657 | Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5 | |
3658 | From: Nicholas Clark <nick@unfortu.net> | |
3659 | Date: Mon, 4 Mar 2002 23:33:52 +0000 | |
3660 | Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net> | |
3661 | Branch: perl | |
3662 | ! pod/perldelta.pod | |
3663 | ____________________________________________________________________________ | |
3664 | [ 15024] By: jhi on 2002/03/04 22:21:44 | |
3665 | Log: Escapee. | |
3666 | Branch: perl | |
3667 | ! proto.h | |
3668 | ____________________________________________________________________________ | |
3669 | [ 15023] By: jhi on 2002/03/04 22:17:56 | |
3670 | Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs) | |
3671 | From: Nicholas Clark <nick@unfortu.net> | |
3672 | Date: Mon, 4 Mar 2002 22:48:38 +0000 | |
3673 | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> | |
3674 | Branch: perl | |
3675 | ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs | |
3676 | ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs | |
3677 | ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs | |
3678 | ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL | |
3679 | ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs | |
3680 | ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs | |
3681 | ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL | |
3682 | ____________________________________________________________________________ | |
3683 | [ 15022] By: jhi on 2002/03/04 22:09:39 | |
3684 | Log: Cleaner. | |
3685 | Branch: perl | |
3686 | ! Makefile.SH | |
3687 | ____________________________________________________________________________ | |
3688 | [ 15021] By: jhi on 2002/03/04 22:06:22 | |
3689 | Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English' | |
3690 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
3691 | Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST) | |
3692 | Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com> | |
3693 | Branch: perl | |
3694 | ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod | |
3695 | ! pod/perlvar.pod | |
3696 | ____________________________________________________________________________ | |
3697 | [ 15020] By: jhi on 2002/03/04 21:44:42 | |
3698 | Log: More Han tweaks from Autrjius Tang: most importantly, | |
3699 | gbk is identical to cp936, so gbk can be removed and | |
3700 | taken care of by an alias. | |
3701 | Branch: perl | |
3702 | - ext/Encode/Encode/gbk.enc | |
3703 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
3704 | ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm | |
3705 | ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST | |
3706 | ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
3707 | ____________________________________________________________________________ | |
3708 | [ 15019] By: jhi on 2002/03/04 21:23:42 | |
3709 | Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5 | |
3710 | From: Nicholas Clark <nick@unfortu.net> | |
3711 | Date: Mon, 4 Mar 2002 22:20:13 +0000 | |
3712 | Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net> | |
3713 | Branch: perl | |
3714 | ! pod/perldelta.pod | |
3715 | ____________________________________________________________________________ | |
3716 | [ 15018] By: jhi on 2002/03/04 21:19:31 | |
3717 | Log: Based on | |
3718 | ||
3719 | Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description | |
3720 | From: Anton Tagunov <tagunov@motor.ru> | |
3721 | Date: Mon, 4 Mar 2002 21:14:39 +0300 | |
3722 | Message-ID: <1814137429.20020304211439@motor.ru> | |
3723 | Branch: perl | |
3724 | ! pod/perlunicode.pod | |
3725 | ____________________________________________________________________________ | |
3726 | [ 15017] By: jhi on 2002/03/04 20:43:05 | |
3727 | Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword | |
3728 | From: John Peacock <jpeacock@rowman.com> | |
3729 | Date: Mon, 04 Mar 2002 16:18:42 -0500 | |
3730 | Message-ID: <3C83E4B2.3060700@rowman.com> | |
3731 | ||
3732 | Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword | |
3733 | From: John Peacock <jpeacock@rowman.com> | |
3734 | Date: Mon, 04 Mar 2002 16:42:55 -0500 | |
3735 | Message-ID: <3C83EA5F.80303@rowman.com> | |
3736 | Branch: perl | |
3737 | ! lib/ExtUtils/xsubpp pod/perlxs.pod | |
3738 | ____________________________________________________________________________ | |
3739 | [ 15016] By: jhi on 2002/03/04 20:07:04 | |
3740 | Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165 | |
3741 | From: "Craig A. Berry" <craigberry@mac.com> | |
3742 | Date: Mon, 04 Mar 2002 14:47:59 -0600 | |
3743 | Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01> | |
3744 | ||
3745 | Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165 | |
3746 | From: "Craig A. Berry" <craigberry@mac.com> | |
3747 | Date: Mon, 04 Mar 2002 15:04:58 -0600 | |
3748 | Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com> | |
3749 | Branch: perl | |
3750 | ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL | |
3751 | ____________________________________________________________________________ | |
3752 | [ 15015] By: jhi on 2002/03/04 18:58:03 | |
3753 | Log: metaconfig unit change for #15014. | |
3754 | Branch: metaconfig/U/perl | |
3755 | ! Extensions.U | |
3756 | ____________________________________________________________________________ | |
3757 | [ 15014] By: jhi on 2002/03/04 18:57:23 | |
3758 | Log: Add Encode::CN, Encode::KR, and Encode::TW to the list | |
3759 | of known extensions, where Encode::JP already is. | |
3760 | Branch: perl | |
3761 | ! Configure Porting/config.sh Porting/config_H uconfig.h | |
3762 | ____________________________________________________________________________ | |
3763 | [ 15013] By: jhi on 2002/03/04 18:36:05 | |
3764 | Log: SJIS, from Dan Kogai. | |
3765 | Branch: perl | |
3766 | ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL | |
3767 | ____________________________________________________________________________ | |
3768 | [ 15012] By: nick on 2002/03/04 17:35:50 | |
3769 | Log: Intergrate perlio's Encode/compile | |
3770 | Branch: perl | |
3771 | !> ext/Encode/compile | |
3772 | ____________________________________________________________________________ | |
3773 | [ 15011] By: nick on 2002/03/04 17:29:54 | |
3774 | Log: Avoid $Id$ cleverness and just have a $VERSION. | |
3775 | Branch: perlio | |
3776 | ! ext/Encode/compile | |
3777 | ____________________________________________________________________________ | |
3778 | [ 15010] By: nick on 2002/03/04 17:29:14 | |
3779 | Log: Integrate mainline | |
3780 | Branch: perlio | |
3781 | +> lib/Math/BigInt/t/isa.t | |
3782 | !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c | |
3783 | !> lib/warnings.pm op.c perly.c pod/perldelta.pod | |
3784 | !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c | |
3785 | !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h | |
3786 | !> warnings.pl | |
3787 | ____________________________________________________________________________ | |
3788 | [ 15009] By: jhi on 2002/03/04 17:24:30 | |
3789 | Log: Integrate ext/Encode/compile from perlio. | |
3790 | Branch: perl | |
3791 | !> ext/Encode/compile | |
3792 | ____________________________________________________________________________ | |
3793 | [ 15008] By: jhi on 2002/03/04 17:11:19 | |
3794 | Log: Integrate perlio: win32 tweaks. (ext/Encode/compile | |
3795 | updates not integrated, something odd going on in there.) | |
3796 | Branch: perl | |
3797 | !> ext/Encode/t/JP.t ext/threads/shared/shared.xs | |
3798 | !> lib/Tie/File/t/16_handle.t | |
3799 | ____________________________________________________________________________ | |
3800 | [ 15007] By: nick on 2002/03/04 17:08:17 | |
3801 | Log: Integrate mainline | |
3802 | Branch: perlio | |
3803 | !> AUTHORS Changes Porting/Glossary Porting/config.sh | |
3804 | !> Porting/config_H ext/Encode/Encode.pm patchlevel.h | |
3805 | !> pod/perltoc.pod | |
3806 | ____________________________________________________________________________ | |
3807 | [ 15006] By: jhi on 2002/03/04 16:46:49 | |
3808 | Log: A new M::BI test. | |
3809 | Branch: perl | |
3810 | + lib/Math/BigInt/t/isa.t | |
3811 | ! MANIFEST | |
3812 | ____________________________________________________________________________ | |
3813 | [ 15005] By: jhi on 2002/03/04 16:43:53 | |
3814 | Log: Subject: VMS test and perldelta update | |
3815 | From: "Craig A. Berry" <craigberry@mac.com> | |
3816 | Date: Mon, 04 Mar 2002 11:03:37 -0600 | |
3817 | Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01> | |
3818 | Branch: perl | |
3819 | ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t | |
3820 | ____________________________________________________________________________ | |
3821 | [ 15004] By: jhi on 2002/03/04 16:41:50 | |
3822 | Log: Needed for threaded builds. | |
3823 | Branch: perl | |
3824 | ! embed.fnc embed.h | |
3825 | ____________________________________________________________________________ | |
3826 | [ 15003] By: jhi on 2002/03/04 16:37:13 | |
3827 | Log: Subject: [PATCH] taint + deprecated warnings | |
3828 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
3829 | Date: Mon, 4 Mar 2002 16:33:23 -0000 | |
3830 | Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk> | |
3831 | Branch: perl | |
3832 | ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod | |
3833 | ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c | |
3834 | ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl | |
3835 | ____________________________________________________________________________ | |
3836 | [ 15002] By: nick on 2002/03/04 16:19:06 | |
3837 | Log: Win32 tweak | |
3838 | Branch: perlio | |
3839 | ! lib/Tie/File/t/16_handle.t | |
3840 | ____________________________________________________________________________ | |
3841 | [ 15001] By: jhi on 2002/03/04 15:39:11 | |
3842 | Log: Update Changes. | |
3843 | Branch: perl | |
3844 | ! Changes patchlevel.h | |
3845 | ____________________________________________________________________________ | |
cb1f50b8 JH |
3846 | [ 15000] By: jhi on 2002/03/04 15:28:01 |
3847 | Log: AUTHORS updates. | |
3848 | Branch: perl | |
3849 | ! AUTHORS | |
3850 | ____________________________________________________________________________ | |
3851 | [ 14999] By: nick on 2002/03/04 15:26:43 | |
3852 | Log: Win32 hack | |
3853 | Branch: perlio | |
3854 | ! ext/Encode/compile ext/Encode/t/JP.t | |
3855 | ____________________________________________________________________________ | |
3856 | [ 14998] By: jhi on 2002/03/04 15:23:35 | |
3857 | Log: Encode doc tweak from Autrijus Tang. | |
3858 | Branch: perl | |
3859 | ! ext/Encode/Encode.pm | |
3860 | ____________________________________________________________________________ | |
3861 | [ 14997] By: jhi on 2002/03/04 14:53:38 | |
3862 | Log: Regen Glossary et al. (It seems the #14875 didn't | |
3863 | quite work in removing the double-dot?) | |
3864 | Branch: perl | |
3865 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
3866 | ____________________________________________________________________________ | |
3867 | [ 14996] By: jhi on 2002/03/04 14:46:29 | |
3868 | Log: Regen toc. | |
3869 | Branch: perl | |
3870 | ! pod/perltoc.pod | |
3871 | ____________________________________________________________________________ | |
3872 | [ 14995] By: nick on 2002/03/04 14:42:09 | |
3873 | Log: Remove debugging assert | |
3874 | Branch: perlio | |
3875 | ! ext/threads/shared/shared.xs | |
3876 | ____________________________________________________________________________ | |
3877 | [ 14994] By: nick on 2002/03/04 14:41:54 | |
3878 | Log: Integrate mainline | |
3879 | Branch: perlio | |
3880 | !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t | |
3881 | !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t | |
3882 | !> lib/Tie/File/t/15_pushpop.t util.c | |
3883 | ____________________________________________________________________________ | |
3884 | [ 14993] By: jhi on 2002/03/04 14:10:07 | |
3885 | Log: Han update from Autrijus Tang. | |
3886 | Branch: perl | |
3887 | ! ext/Encode/Encode.pm | |
3888 | ____________________________________________________________________________ | |
3889 | [ 14992] By: nick on 2002/03/04 14:08:38 | |
3890 | Log: Integrate mainline - all tests pass - some noise from threads | |
3891 | av_simple (SuSE7.3). | |
3892 | Branch: perlio | |
3893 | +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t | |
3894 | +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t | |
3895 | +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t | |
3896 | +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t | |
3897 | +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t | |
3898 | +> lib/Tie/File/t/11_rv_splice_rs.t | |
3899 | +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t | |
3900 | +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t | |
3901 | +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t | |
3902 | - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t | |
3903 | - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t | |
3904 | - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t | |
3905 | - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t | |
3906 | - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t | |
3907 | - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t | |
3908 | - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t | |
3909 | - lib/Tie/File/15_pushpop.t | |
3910 | !> (integrate 47 files) | |
3911 | ____________________________________________________________________________ | |
3912 | [ 14991] By: jhi on 2002/03/04 13:37:52 | |
3913 | Log: Missing MANIFESTations. | |
3914 | Branch: perl | |
3915 | ! MANIFEST | |
3916 | ____________________________________________________________________________ | |
3917 | [ 14990] By: jhi on 2002/03/04 13:34:15 | |
3918 | Log: Attempt at portability. | |
3919 | Branch: perl | |
3920 | ! util.c | |
3921 | ____________________________________________________________________________ | |
3922 | [ 14989] By: jhi on 2002/03/04 13:04:06 | |
3923 | Log: Needed by #14985. | |
3924 | Branch: perl | |
3925 | ! embed.h global.sym proto.h | |
3926 | ____________________________________________________________________________ | |
3927 | [ 14988] By: ams on 2002/03/04 08:59:27 | |
3928 | Log: Upgrade to Tie::File 0.16. | |
3929 | Branch: perl | |
3930 | + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t | |
3931 | ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t | |
3932 | ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t | |
3933 | ! lib/Tie/File/t/15_pushpop.t | |
3934 | ____________________________________________________________________________ | |
3935 | [ 14987] By: ams on 2002/03/04 08:48:11 | |
3936 | Log: Subject: [PATCH @14577] perly-fixer | |
3937 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3938 | Date: Mon, 4 Mar 2002 02:28:51 -0500 | |
3939 | Message-Id: <20020304022851.A14119@math.ohio-state.edu> | |
3940 | Branch: perl | |
3941 | ! Makefile.SH perly.fixer | |
3942 | ____________________________________________________________________________ | |
3943 | [ 14986] By: ams on 2002/03/04 08:43:37 | |
3944 | Log: Subject: [PATCH @14577] xsubpp | |
3945 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3946 | Date: Mon, 4 Mar 2002 02:25:52 -0500 | |
3947 | Message-Id: <20020304022552.A14106@math.ohio-state.edu> | |
3948 | Branch: perl | |
3949 | ! lib/ExtUtils/xsubpp pod/perlxs.pod | |
3950 | ____________________________________________________________________________ | |
3951 | [ 14985] By: ams on 2002/03/04 08:40:46 | |
3952 | Log: Subject: [PATCH @14577] sv_cmp and friends | |
3953 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3954 | Date: Mon, 4 Mar 2002 02:31:04 -0500 | |
3955 | Message-Id: <20020304023103.A14140@math.ohio-state.edu> | |
3956 | Branch: perl | |
3957 | ! embed.fnc sv.c util.c | |
3958 | ____________________________________________________________________________ | |
3959 | [ 14984] By: ams on 2002/03/04 08:16:06 | |
3960 | Log: Fix File::Path docs as suggested by Ronald Kimball. | |
3961 | Branch: perl | |
3962 | ! lib/File/Path.pm | |
3963 | ____________________________________________________________________________ | |
3964 | [ 14983] By: ams on 2002/03/04 08:11:20 | |
3965 | Log: Update perldata fix as suggested by Benjamin Goldberg. | |
3966 | Branch: perl | |
3967 | ! pod/perldata.pod | |
3968 | ____________________________________________________________________________ | |
3969 | [ 14982] By: jhi on 2002/03/04 03:56:46 | |
3970 | Log: Faulty skip. | |
3971 | Branch: perl | |
3972 | ! ext/DB_File/t/db-recno.t | |
3973 | ____________________________________________________________________________ | |
3974 | [ 14981] By: jhi on 2002/03/04 03:46:31 | |
3975 | Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification | |
3976 | From: Anton Tagunov <tagunov@motor.ru> | |
3977 | Date: Mon, 4 Mar 2002 05:41:41 +0300 | |
3978 | Message-Id: <7916563907.20020304054141@motor.ru> | |
3979 | ||
3980 | Subject: [ID 20020303.005] Patch perlinicode C API description | |
3981 | From: Anton Tagunov <tagunov@motor.ru> | |
3982 | Date: Mon, 4 Mar 2002 06:08:23 +0300 | |
3983 | Message-Id: <2018165510.20020304060823@motor.ru> | |
3984 | Branch: perl | |
3985 | ! lib/utf8.pm pod/perlunicode.pod | |
3986 | ____________________________________________________________________________ | |
3987 | [ 14980] By: ams on 2002/03/04 02:19:20 | |
3988 | Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage? | |
3989 | From: Anton Tagunov <tagunov@motor.ru> | |
3990 | Date: Mon, 4 Mar 2002 02:17:40 +0300 | |
3991 | Message-Id: <1344322124.20020304021740@motor.ru> | |
3992 | Branch: perl | |
3993 | ! pod/perldata.pod | |
3994 | ____________________________________________________________________________ | |
3995 | [ 14979] By: ams on 2002/03/04 02:17:54 | |
3996 | Log: Subject: RE: [PATCH] RE: DB_File breakage | |
3997 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
3998 | Date: Sun, 3 Mar 2002 23:56:31 -0000 | |
3999 | Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk> | |
4000 | Branch: perl | |
4001 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
4002 | ! ext/DB_File/t/db-recno.t | |
4003 | ____________________________________________________________________________ | |
4004 | [ 14978] By: ams on 2002/03/04 02:07:16 | |
4005 | Log: Subject: [PATCH] docs for ExtUtils::Manifest | |
4006 | From: Nicholas Clark <nick@unfortu.net> | |
4007 | Date: Sun, 3 Mar 2002 23:29:25 +0000 | |
4008 | Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net> | |
4009 | Branch: perl | |
4010 | ! lib/ExtUtils/Manifest.pm | |
4011 | ____________________________________________________________________________ | |
4012 | [ 14977] By: jhi on 2002/03/04 02:07:06 | |
4013 | Log: Forgot from the M::BI 1.54 update. | |
4014 | Branch: perl | |
4015 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc | |
4016 | ! lib/Math/BigInt/t/upgrade.inc | |
4017 | ____________________________________________________________________________ | |
4018 | [ 14976] By: ams on 2002/03/04 02:04:32 | |
4019 | Log: Subject: [PATCH] attr | |
4020 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
4021 | Date: Sun, 3 Mar 2002 22:09:58 -0000 | |
4022 | Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk> | |
4023 | Branch: perl | |
4024 | ! lib/warnings.pm warnings.pl | |
4025 | ____________________________________________________________________________ | |
4026 | [ 14975] By: ams on 2002/03/04 02:01:27 | |
4027 | Log: Subject: [PATCH] File::Path documentation | |
4028 | From: Colin Meyer <cmeyer@helvella.org> | |
4029 | Date: Sun, 3 Mar 2002 14:54:24 -0800 | |
4030 | Message-Id: <20020303145424.A21774@hobart.helvella.org> | |
4031 | Branch: perl | |
4032 | ! lib/File/Path.pm | |
4033 | ____________________________________________________________________________ | |
4034 | [ 14974] By: jhi on 2002/03/04 01:54:17 | |
4035 | Log: Typo. | |
4036 | Branch: perl | |
4037 | ! lib/Math/BigInt/t/upgrade.t | |
4038 | ____________________________________________________________________________ | |
4039 | [ 14973] By: jhi on 2002/03/04 01:30:49 | |
4040 | Log: Editing errors. | |
4041 | Branch: perl | |
4042 | ! MANIFEST | |
4043 | ____________________________________________________________________________ | |
4044 | [ 14972] By: jhi on 2002/03/04 01:18:02 | |
4045 | Log: Upgrade to Math::BigInt 1.54. | |
4046 | Branch: perl | |
4047 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
4048 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t | |
4049 | ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t | |
4050 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t | |
4051 | ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t | |
4052 | ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t | |
4053 | ____________________________________________________________________________ | |
4054 | [ 14971] By: jhi on 2002/03/04 01:06:53 | |
4055 | Log: Test tweak from Craig Berry. | |
4056 | Branch: perl | |
4057 | ! lib/Tie/File/t/15_pushpop.t | |
4058 | ____________________________________________________________________________ | |
4059 | [ 14970] By: jhi on 2002/03/04 01:05:17 | |
4060 | Log: Upgrade to Tie::File 0.15. | |
4061 | Branch: perl | |
4062 | + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t | |
4063 | + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t | |
4064 | + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t | |
4065 | + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t | |
4066 | + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t | |
4067 | + lib/Tie/File/t/11_rv_splice_rs.t | |
4068 | + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t | |
4069 | + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t | |
4070 | - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t | |
4071 | - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t | |
4072 | - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t | |
4073 | - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t | |
4074 | - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t | |
4075 | - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t | |
4076 | - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t | |
4077 | - lib/Tie/File/15_pushpop.t | |
4078 | ! MANIFEST lib/Tie/File.pm | |
4079 | ____________________________________________________________________________ | |
4080 | [ 14969] By: jhi on 2002/03/04 00:25:33 | |
4081 | Log: The EBCDIC gaps apply only to the real A-Z. | |
4082 | Branch: perl | |
4083 | ! ext/B/B/Deparse.pm | |
4084 | ____________________________________________________________________________ | |
4085 | [ 14968] By: jhi on 2002/03/03 19:00:06 | |
4086 | Log: EBCDIC: deparse \cX correctly. | |
4087 | Branch: perl | |
4088 | ! ext/B/B/Deparse.pm | |
4089 | ____________________________________________________________________________ | |
4090 | [ 14967] By: ams on 2002/03/03 18:18:00 | |
4091 | Log: Subject: [PATCH] nit in perlsyn.pod | |
4092 | From: "Wolfgang Laun" <wolfgang.laun@chello.at> | |
4093 | Date: Sun, 03 Mar 2002 20:16:10 +0100 | |
4094 | Message-Id: <200203032016100050.00066EE7@smtp.chello.at> | |
4095 | Branch: perl | |
4096 | ! pod/perlsyn.pod | |
4097 | ____________________________________________________________________________ | |
4098 | [ 14966] By: ams on 2002/03/03 18:06:32 | |
4099 | Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config; | |
4100 | From: Michael G Schwern <schwern@pobox.com> | |
4101 | Date: Sun, 3 Mar 2002 13:33:28 -0500 | |
4102 | Message-Id: <20020303183328.GA3296@blackrider> | |
4103 | Branch: perl | |
4104 | ! utils/h2xs.PL | |
4105 | ____________________________________________________________________________ | |
4106 | [ 14965] By: ams on 2002/03/03 18:00:03 | |
4107 | Log: Subject: [ PATCH ] HP back to default | |
4108 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
4109 | Date: Sun, 03 Mar 2002 18:48:34 +0100 | |
4110 | Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl> | |
4111 | Branch: perl | |
4112 | ! hints/hpux.sh | |
4113 | ____________________________________________________________________________ | |
4114 | [ 14964] By: jhi on 2002/03/03 16:54:55 | |
4115 | Log: EBCDIC: special cases of special cases. | |
4116 | Branch: perl | |
4117 | ! t/uni/case.pl | |
4118 | ____________________________________________________________________________ | |
4119 | [ 14963] By: jhi on 2002/03/03 16:11:07 | |
4120 | Log: EBCDIC: the v-string components cannot exceed 2147483647. | |
4121 | Branch: perl | |
4122 | ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c | |
4123 | ____________________________________________________________________________ | |
4124 | [ 14962] By: jhi on 2002/03/03 15:06:55 | |
4125 | Log: Remove the bogus "incorrect case" warning completely. | |
4126 | The problem exists, but the cure, in which ever form | |
4127 | it will be, needs to be something more subtle. | |
4128 | Branch: perl | |
4129 | ! op.c pod/perldiag.pod | |
4130 | ____________________________________________________________________________ | |
4131 | [ 14961] By: ams on 2002/03/03 13:39:09 | |
4132 | Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays | |
4133 | From: Mark-Jason Dominus <mjd@plover.com> | |
4134 | Date: Sun, 03 Mar 2002 09:32:16 -0500 | |
4135 | Message-Id: <20020303143216.10536.qmail@plover.com> | |
4136 | Branch: perl | |
4137 | ! t/op/tiearray.t | |
4138 | ____________________________________________________________________________ | |
4139 | [ 14960] By: nick on 2002/03/03 09:59:59 | |
4140 | Log: Integrate mainline | |
4141 | Branch: perlio | |
4142 | +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t | |
4143 | - ext/Encode/t/table.rnd ext/Encode/t/table.utf8 | |
4144 | ! ext/Encode/compile | |
4145 | !> (integrate 27 files) | |
4146 | ____________________________________________________________________________ | |
4147 | [ 14959] By: ams on 2002/03/03 08:11:34 | |
4148 | Log: Fix #14957. | |
4149 | Branch: perl | |
4150 | ! ext/DB_File/t/db-recno.t | |
4151 | ____________________________________________________________________________ | |
4152 | [ 14958] By: ams on 2002/03/03 05:51:00 | |
4153 | Log: Subject: [PATCH @14577] NL in debugger | |
4154 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
4155 | Date: Sat, 2 Mar 2002 05:34:12 -0500 | |
4156 | Message-Id: <20020302053412.A5465@math.ohio-state.edu> | |
4157 | Branch: perl | |
4158 | ! lib/perl5db.pl | |
4159 | ____________________________________________________________________________ | |
4160 | [ 14957] By: ams on 2002/03/03 05:00:04 | |
4161 | Log: Subject: Re: DB_File breakage | |
4162 | From: Schuyler Erle <schuyler@oreilly.com> | |
4163 | Date: Sat, 02 Mar 2002 21:50:30 -0800 | |
4164 | Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com> | |
4165 | Branch: perl | |
4166 | ! ext/DB_File/t/db-recno.t | |
4167 | ____________________________________________________________________________ | |
4168 | [ 14956] By: ams on 2002/03/03 04:40:08 | |
4169 | Log: Subject: [PATCH @14577] Debugging OPs | |
4170 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
4171 | Date: Sat, 2 Mar 2002 05:49:58 -0500 | |
4172 | Message-Id: <20020302054958.A5511@math.ohio-state.edu> | |
4173 | Branch: perl | |
4174 | ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h | |
4175 | ! pod/perlrun.pod sv.h | |
4176 | ____________________________________________________________________________ | |
4177 | [ 14955] By: ams on 2002/03/03 04:34:41 | |
4178 | Log: Subject: Tie::Array doc patch | |
4179 | From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp> | |
4180 | Date: Sat, 02 Mar 2002 08:42:56 +0900 | |
4181 | Message-Id: <863czj97nj.wl@mail.edge.co.jp> | |
4182 | Branch: perl | |
4183 | ! lib/Tie/Array.pm | |
4184 | ____________________________________________________________________________ | |
4185 | [ 14954] By: ams on 2002/03/03 04:23:33 | |
4186 | Log: Subject: Re: Smoke 14870 | |
4187 | From: Nicholas Clark <nick@unfortu.net> | |
4188 | Date: Sat, 2 Mar 2002 20:00:53 +0000 | |
4189 | Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net> | |
4190 | Branch: perl | |
4191 | ! README.hpux | |
4192 | ____________________________________________________________________________ | |
4193 | [ 14953] By: ams on 2002/03/03 04:15:49 | |
4194 | Log: Subject: RE: VERSION core | |
4195 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
4196 | Date: Sat, 2 Mar 2002 22:50:44 -0000 | |
4197 | Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk> | |
4198 | Branch: perl | |
4199 | ! t/comp/use.t | |
4200 | ____________________________________________________________________________ | |
4201 | [ 14952] By: jhi on 2002/03/02 23:41:54 | |
4202 | Log: The #14949 removed this error from non-Win32. | |
4203 | Branch: perl | |
4204 | ! t/lib/warnings/op | |
4205 | ____________________________________________________________________________ | |
4206 | [ 14951] By: jhi on 2002/03/02 19:54:15 | |
4207 | Log: BeOS back on track. | |
4208 | Branch: perl | |
4209 | ! README.beos | |
4210 | ____________________________________________________________________________ | |
4211 | [ 14950] By: jhi on 2002/03/02 19:52:58 | |
4212 | Log: The _POSIX_OPEN_MAX values are allowed *minimums*, | |
4213 | higher is okay. | |
4214 | Branch: perl | |
4215 | ! ext/POSIX/t/posix.t | |
4216 | ____________________________________________________________________________ | |
4217 | [ 14949] By: jhi on 2002/03/02 19:33:29 | |
4218 | Log: For now, make "incorrect case" a Win32-only warning. | |
4219 | Branch: perl | |
4220 | ! op.c | |
4221 | ____________________________________________________________________________ | |
4222 | [ 14948] By: jhi on 2002/03/02 17:55:48 | |
4223 | Log: Demand more before attempting socketpair(). | |
4224 | Branch: perl | |
4225 | ! pp_sys.c | |
4226 | ____________________________________________________________________________ | |
4227 | [ 14947] By: jhi on 2002/03/02 17:35:09 | |
4228 | Log: Remove obsolete hack. | |
4229 | Branch: perl | |
4230 | ! makedepend.SH | |
4231 | ____________________________________________________________________________ | |
4232 | [ 14946] By: ams on 2002/03/02 16:00:32 | |
4233 | Log: Forgot to delete encode.* from MANIFEST. | |
4234 | Branch: perl | |
4235 | ! MANIFEST | |
4236 | ____________________________________________________________________________ | |
4237 | [ 14945] By: ams on 2002/03/02 14:41:03 | |
4238 | Log: Delete ex-test output. | |
4239 | Branch: perl | |
4240 | - ext/Encode/t/table.rnd ext/Encode/t/table.utf8 | |
4241 | ____________________________________________________________________________ | |
4242 | [ 14944] By: ams on 2002/03/02 13:54:35 | |
4243 | Log: Subject: [PATCH] DB_File 1.803 | |
4244 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
4245 | Date: Sat, 2 Mar 2002 14:33:32 -0000 | |
4246 | Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk> | |
4247 | Branch: perl | |
4248 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
4249 | ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t | |
4250 | ____________________________________________________________________________ | |
4251 | [ 14943] By: ams on 2002/03/02 13:43:06 | |
4252 | Log: Upgrade to Tie::File 0.14. | |
4253 | Branch: perl | |
4254 | + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t | |
4255 | ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t | |
4256 | ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t | |
4257 | ____________________________________________________________________________ | |
4258 | [ 14942] By: nick on 2002/03/02 11:05:53 | |
4259 | Log: Integrate mainline | |
4260 | Branch: perlio | |
4261 | +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc | |
4262 | +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd | |
4263 | +> ext/Encode/t/table.utf8 | |
4264 | !> Configure MANIFEST av.c ext/Encode/CN/CN.pm | |
4265 | !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm | |
4266 | !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
4267 | !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod | |
4268 | !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t | |
4269 | !> universal.c utils/perldoc.PL | |
4270 | ____________________________________________________________________________ | |
4271 | [ 14941] By: jhi on 2002/03/02 02:40:01 | |
4272 | Log: More CJK (just C, really) tables from Autrijus Tang | |
4273 | (originally from iconv, used with permission of Bruno Haible) | |
4274 | Branch: perl | |
4275 | + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc | |
4276 | + ext/Encode/Encode/iso-ir-165.enc | |
4277 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
4278 | ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL | |
4279 | ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm | |
4280 | ____________________________________________________________________________ | |
4281 | [ 14940] By: jhi on 2002/03/02 02:29:11 | |
4282 | Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section | |
4283 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
4284 | Date: Fri, 1 Mar 2002 15:32:13 -0500 | |
4285 | Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu> | |
4286 | Branch: perl | |
4287 | ! utils/perldoc.PL | |
4288 | ____________________________________________________________________________ | |
4289 | [ 14939] By: jhi on 2002/03/02 02:27:05 | |
4290 | Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2) | |
4291 | From: Schuyler Erle <schuyler@oreilly.com> | |
4292 | Date: Fri, 01 Mar 2002 14:22:19 -0800 | |
4293 | Message-ID: <3C7FFF1B.E74979B1@oreilly.com> | |
4294 | ||
4295 | Subject: Re: PATCH: "splice() offset past end of array" warning. | |
4296 | From: Mark-Jason Dominus <mjd@plover.com> | |
4297 | Date: Fri, 01 Mar 2002 17:19:49 -0500 | |
4298 | Message-ID: <20020301221949.7610.qmail@plover.com> | |
4299 | Branch: perl | |
4300 | ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t | |
4301 | ____________________________________________________________________________ | |
4302 | [ 14938] By: jhi on 2002/03/02 02:24:25 | |
4303 | Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays | |
4304 | From: Mark-Jason Dominus <mjd@plover.com> | |
4305 | Date: Fri, 01 Mar 2002 18:35:35 -0500 | |
4306 | Message-ID: <20020301233535.15969.qmail@plover.com> | |
4307 | Branch: perl | |
4308 | ! av.c | |
4309 | ____________________________________________________________________________ | |
4310 | [ 14937] By: jhi on 2002/03/01 23:00:08 | |
4311 | Log: Subject: RE: VERSION core | |
4312 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
4313 | Date: Fri, 1 Mar 2002 23:47:48 -0000 | |
4314 | Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk> | |
4315 | Branch: perl | |
4316 | ! pod/perldiag.pod universal.c | |
4317 | ____________________________________________________________________________ | |
4318 | [ 14936] By: pudge on 2002/03/01 18:02:45 | |
4319 | Log: Update Changes | |
4320 | Branch: maint-5.6/macperl | |
4321 | ! macos/Changes | |
4322 | ____________________________________________________________________________ | |
4323 | [ 14935] By: pudge on 2002/03/01 17:58:11 | |
4324 | Log: Fix update to resources | |
4325 | Branch: maint-5.6/macperl | |
4326 | ! macos/macperl/MacPerl.r | |
4327 | ____________________________________________________________________________ | |
4328 | [ 14934] By: jhi on 2002/03/01 17:35:14 | |
4329 | Log: metaconfig unit change for #14930. | |
4330 | Branch: metaconfig | |
4331 | ! U/modified/Init.U | |
4332 | ____________________________________________________________________________ | |
4333 | [ 14933] By: pudge on 2002/03/01 17:32:52 | |
4334 | Log: Fix debugger to handle Mac OS psedofiles | |
4335 | Branch: maint-5.6/macperl | |
4336 | ! lib/DB.pm lib/perl5db.pl | |
4337 | ____________________________________________________________________________ | |
4338 | [ 14932] By: pudge on 2002/03/01 17:32:02 | |
4339 | Log: Various fixes from Thomas Wegner | |
4340 | Branch: maint-5.6/macperl | |
4341 | ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c | |
4342 | ____________________________________________________________________________ | |
4343 | [ 14931] By: pudge on 2002/03/01 17:30:00 | |
4344 | Log: Some resource updates | |
4345 | Branch: maint-5.6/macperl | |
4346 | ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r | |
4347 | ! macos/macperl/MacPerl.rsrc | |
4348 | ____________________________________________________________________________ | |
4349 | [ 14930] By: jhi on 2002/03/01 17:29:32 | |
4350 | Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS | |
4351 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
4352 | Date: Fri, 01 Mar 2002 09:38:59 -0800 | |
4353 | Message-ID: <zy7f8gzkgWgY092yn@efn.org> | |
4354 | Branch: perl | |
4355 | ! Configure | |
4356 | ____________________________________________________________________________ | |
4357 | [ 14928] By: pudge on 2002/03/01 17:28:09 | |
4358 | Log: Add some missing sfio symbols (Alan Fry) | |
4359 | Branch: maint-5.6/macperl | |
4360 | ! macos/macperl.sym | |
4361 | ____________________________________________________________________________ | |
4362 | [ 14927] By: pudge on 2002/03/01 17:27:29 | |
4363 | Log: Update version and README | |
4364 | Branch: maint-5.6/macperl | |
4365 | ! README.macos macos/MPVersion.r | |
4366 | ____________________________________________________________________________ | |
4367 | [ 14926] By: nick on 2002/03/01 15:56:41 | |
4368 | Log: Integrate mainline | |
4369 | Branch: perlio | |
4370 | +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm | |
4371 | +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t | |
4372 | +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t | |
4373 | +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t | |
4374 | +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t | |
4375 | +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t | |
4376 | +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t | |
4377 | +> lib/Tie/File/13_size_rs.t | |
4378 | !> (integrate 80 files) | |
4379 | _______________________________________________________________ |