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 | ____________________________________________________________________________ |
2a3d532f JH |
31 | [ 15172] By: jhi on 2002/03/11 13:54:49 |
32 | Log: Regen toc. | |
33 | Branch: perl | |
34 | ! pod/perltoc.pod | |
35 | ____________________________________________________________________________ | |
36 | [ 15171] By: jhi on 2002/03/11 13:48:09 | |
37 | Log: Add t/CN.t and t/TW.t; re-sort. | |
38 | Branch: perl | |
39 | ! ext/Encode/MANIFEST | |
40 | ____________________________________________________________________________ | |
41 | [ 15170] By: jhi on 2002/03/11 13:04:25 | |
42 | Log: Document what to do if one yearns back to | |
43 | the old legacy encoding. | |
44 | Branch: perl | |
45 | ! lib/encoding.pm | |
46 | ____________________________________________________________________________ | |
47 | [ 15169] By: jhi on 2002/03/11 12:57:45 | |
48 | Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode} | |
49 | as general purpose encoding transformation interfaces | |
50 | since that's not what they are. | |
51 | Branch: perl | |
52 | ! lib/utf8.pm pod/perlunicode.pod sv.c | |
53 | ____________________________________________________________________________ | |
54 | [ 15168] By: ams on 2002/03/11 12:54:16 | |
55 | Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF Problems: numconvert, lstat | |
56 | warnings | |
57 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
58 | Date: Mon, 11 Mar 2002 14:35:22 +0100 | |
59 | Message-Id: <20020311143522.A7431@rafael> | |
60 | Branch: perl | |
61 | ! t/lib/warnings/pp_sys | |
62 | ____________________________________________________________________________ | |
63 | [ 15167] By: ams on 2002/03/11 04:57:20 | |
64 | Log: A little commonsense is better than 1_compile. | |
65 | Branch: perl | |
66 | ! lib/File/Find/t/find.t lib/File/Find/t/taint.t | |
67 | ____________________________________________________________________________ | |
68 | [ 15166] By: ams on 2002/03/11 04:53:50 | |
69 | Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1 | |
70 | From: Michael G Schwern <schwern@pobox.com> | |
71 | Date: Sun, 10 Mar 2002 13:27:12 -0500 | |
72 | Message-Id: <20020310182712.GC693@blackrider> | |
73 | ||
74 | Subject: [PATCH] Hash::Util part 2 | |
75 | From: Michael G Schwern <schwern@pobox.com> | |
76 | Date: Sun, 10 Mar 2002 15:09:34 -0500 | |
77 | Message-Id: <20020310200934.GB27112@blackrider> | |
78 | ||
79 | Subject: [PATCH] Hash::Util MANIFEST correction | |
80 | From: Michael G Schwern <schwern@pobox.com> | |
81 | Date: Sun, 10 Mar 2002 16:27:07 -0500 | |
82 | Message-Id: <20020310212707.GF27112@blackrider> | |
83 | ||
84 | (Also changes find.t and taint.t, which were looking for access.t) | |
85 | Branch: perl | |
86 | + ext/Data/Util/Changes ext/Data/Util/Makefile.PL | |
87 | + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm | |
88 | + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t | |
89 | + ext/Data/Util/t/Hash.t | |
90 | - t/lib/access.t | |
91 | ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t | |
92 | ! pod/perldiag.pod pod/perltodo.pod universal.c | |
93 | ____________________________________________________________________________ | |
94 | [ 15165] By: jhi on 2002/03/11 04:52:56 | |
95 | Log: metaconfig: more thready fixes. | |
96 | Branch: metaconfig | |
97 | ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U | |
98 | ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U | |
99 | ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U | |
100 | ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U | |
101 | ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U | |
102 | ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U | |
103 | ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U | |
104 | ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U | |
105 | ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U | |
106 | ____________________________________________________________________________ | |
107 | [ 15163] By: jhi on 2002/03/11 04:39:54 | |
108 | Log: Skip obsoleted interfaces. | |
109 | Branch: perl | |
110 | ! Porting/findrfuncs | |
111 | ____________________________________________________________________________ | |
112 | [ 15162] By: ams on 2002/03/11 03:48:14 | |
113 | Log: Typo fixes. | |
114 | Branch: perl | |
115 | ! perl.c | |
116 | ____________________________________________________________________________ | |
117 | [ 15161] By: jhi on 2002/03/11 03:36:51 | |
118 | Log: Upgrade to Locale::Codes 2.02. | |
119 | Branch: perl | |
120 | + lib/Locale/Codes/t/rename.t | |
121 | ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
122 | ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm | |
123 | ! lib/Locale/Country.pod | |
124 | ____________________________________________________________________________ | |
125 | [ 15160] By: jhi on 2002/03/11 03:36:32 | |
126 | Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD | |
127 | From: Nicholas Clark <nick@unfortu.net> | |
128 | Date: Sun, 10 Mar 2002 18:17:50 +0000 | |
129 | Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net> | |
130 | ||
131 | Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD | |
132 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
133 | Date: Sun, 10 Mar 2002 13:53:34 -0800 | |
134 | Message-ID: <eX9i8gzkg26G092yn@efn.org> | |
135 | ||
136 | (and reenable the feature in freebsd, | |
137 | and move the freebsd pr url to perl.c) | |
138 | Branch: perl | |
139 | ! hints/freebsd.sh perl.c pod/perldelta.pod | |
140 | ____________________________________________________________________________ | |
141 | [ 15159] By: ams on 2002/03/11 03:34:13 | |
142 | Log: Subject: [PATCH stash.t] access::readonly is gone | |
143 | From: Michael G Schwern <schwern@pobox.com> | |
144 | Date: Sun, 10 Mar 2002 16:18:14 -0500 | |
145 | Message-Id: <20020310211813.GE27112@blackrider> | |
146 | Branch: perl | |
147 | ! ext/B/t/stash.t | |
148 | ____________________________________________________________________________ | |
149 | [ 15158] By: ams on 2002/03/11 03:28:04 | |
150 | Log: Subject: [PATCH] Raw socket require privileged user on Win2k | |
151 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
152 | Date: Sun, 10 Mar 2002 22:10:15 +0100 | |
153 | Message-Id: <3C8BD9C7.610.7398DD@localhost> | |
154 | Branch: perl | |
155 | ! lib/Net/Ping/t/110_icmp_inst.t | |
156 | ____________________________________________________________________________ | |
157 | [ 15157] By: jhi on 2002/03/11 03:12:01 | |
158 | Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 | |
159 | From: Michael G Schwern <schwern@pobox.com> | |
160 | Date: Sun, 10 Mar 2002 19:22:33 -0500 | |
161 | Message-ID: <20020311002233.GE4927@blackrider> | |
162 | Branch: perl | |
163 | ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm | |
164 | ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t | |
165 | ! lib/Test/Simple/t/fail-more.t | |
166 | ____________________________________________________________________________ | |
167 | [ 15156] By: jhi on 2002/03/11 03:10:55 | |
168 | Log: Subject: [PATCH] Test.pm 1.18 -> 1.20 | |
169 | From: Michael G Schwern <schwern@pobox.com> | |
170 | Date: Sun, 10 Mar 2002 17:14:10 -0500 | |
171 | Message-ID: <20020310221410.GA4915@blackrider> | |
172 | Branch: perl | |
173 | ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t | |
174 | ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t | |
175 | ____________________________________________________________________________ | |
176 | [ 15155] By: jhi on 2002/03/11 03:09:16 | |
177 | Log: Subject: [PATCH] more warnings tidyup | |
178 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
179 | Date: Sun, 10 Mar 2002 21:01:39 -0000 | |
180 | Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> | |
181 | Branch: perl | |
182 | ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c | |
183 | ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c | |
184 | ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c | |
185 | ! util.c | |
186 | ____________________________________________________________________________ | |
187 | [ 15154] By: jhi on 2002/03/11 03:07:03 | |
188 | Log: Subject: Re: [PATCH] xsubpp prototypes warnings | |
189 | From: Nicholas Clark <nick@unfortu.net> | |
190 | Date: Sun, 10 Mar 2002 23:21:07 +0000 | |
191 | Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net> | |
192 | Branch: perl | |
193 | ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL | |
194 | ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL | |
195 | ! ext/Encode/TW/Makefile.PL | |
196 | ____________________________________________________________________________ | |
197 | [ 15153] By: ams on 2002/03/11 03:06:59 | |
198 | Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch | |
199 | From: Max Baker <max@warped.org> | |
200 | Date: Fri, 8 Mar 2002 10:56:19 -0800 | |
201 | Message-Id: <20020308105619.A15039@warped.org> | |
202 | Branch: perl | |
203 | ! ext/IO/lib/IO/Socket/INET.pm | |
204 | ____________________________________________________________________________ | |
205 | [ 15152] By: jhi on 2002/03/11 03:05:54 | |
206 | Log: Subject: [PATCH] spelling correction | |
207 | From: Nicholas Clark <nick@unfortu.net> | |
208 | Date: Sun, 10 Mar 2002 18:34:42 +0000 | |
209 | Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net> | |
210 | Branch: perl | |
211 | ! pp.c pp_hot.c | |
212 | ____________________________________________________________________________ | |
213 | [ 15151] By: jhi on 2002/03/11 03:04:33 | |
214 | Log: DG/UX updates from Takis Psarogiannakopoulos. | |
215 | Branch: perl | |
216 | ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h | |
217 | ____________________________________________________________________________ | |
218 | [ 15150] By: ams on 2002/03/11 03:02:47 | |
219 | Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1) | |
220 | From: Chris Nandor <pudge@pobox.com> | |
221 | Date: Mon, 04 Mar 2002 17:48:12 -0500 | |
222 | Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com> | |
223 | Branch: perl | |
224 | ! lib/DB.pm lib/perl5db.pl | |
225 | ____________________________________________________________________________ | |
226 | [ 15149] By: jhi on 2002/03/11 03:01:26 | |
227 | Log: metaconfig unit changes in preparation of reentrancy changes. | |
228 | Branch: metaconfig | |
229 | + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U | |
230 | + U/threads/d_ttyname_r.U | |
231 | ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U | |
232 | ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U | |
233 | ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U | |
234 | ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U | |
235 | ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U | |
236 | ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U | |
237 | ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U | |
238 | ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U | |
239 | ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U | |
240 | ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U | |
241 | ! U/threads/d_strerror_r.U | |
242 | ____________________________________________________________________________ | |
243 | [ 15148] By: jhi on 2002/03/10 22:32:33 | |
244 | Log: Mysterious characters. | |
245 | Branch: perl | |
246 | ! utf8.h | |
247 | ____________________________________________________________________________ | |
248 | [ 15147] By: jhi on 2002/03/10 17:58:43 | |
249 | Log: Unused. | |
250 | Branch: perl | |
251 | ! op.c | |
252 | ____________________________________________________________________________ | |
253 | [ 15146] By: jhi on 2002/03/10 16:35:55 | |
254 | Log: Implement :std subpragma of the open pragma | |
255 | that makes the standard filehandles to talk in | |
256 | encodings. This change set off a weird warning | |
257 | from op.c, though: disabled it now until someone | |
258 | who knows what it is about comes along. | |
259 | Branch: perl | |
260 | ! lib/open.pm op.c | |
261 | ____________________________________________________________________________ | |
262 | [ 15145] By: jhi on 2002/03/10 16:00:46 | |
263 | Log: Document the logic of :locale better. | |
264 | Branch: perl | |
265 | ! lib/open.pm | |
266 | ____________________________________________________________________________ | |
267 | [ 15144] By: jhi on 2002/03/10 15:53:57 | |
268 | Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD | |
269 | From: Slaven Rezic <slaven.rezic@berlin.de> | |
270 | Date: 10 Mar 2002 02:49:17 +0100 | |
271 | Message-ID: <87lmd1qjj6.fsf@vran.herceg.de> | |
272 | Branch: perl | |
273 | ! hints/freebsd.sh | |
274 | ____________________________________________________________________________ | |
275 | [ 15143] By: jhi on 2002/03/10 15:46:22 | |
276 | Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings) | |
277 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
278 | Date: Sun, 10 Mar 2002 17:08:54 +0900 | |
279 | Message-Id: <20020310170748.1F29.BQW10602@nifty.com> | |
280 | Branch: perl | |
281 | ! ext/Encode/lib/Encode/Tcl.pm | |
282 | ! ext/Encode/lib/Encode/Tcl/Escape.pm | |
283 | ! ext/Encode/lib/Encode/Tcl/Extended.pm | |
284 | ! ext/Encode/lib/Encode/Tcl/Table.pm | |
285 | ____________________________________________________________________________ | |
286 | [ 15142] By: jhi on 2002/03/10 15:43:54 | |
287 | Log: The patch does the following: | |
288 | - Nix the unneccessary diagnostics line | |
289 | - Quell -w warnings if the first ENV doesn't exist | |
290 | - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw | |
291 | is too baroque and bloated for daily use (and for perl core inclusion). | |
292 | - "Cannot figure out an encoding to use" when locale is 'C' is rendered | |
293 | non-fatal. | |
294 | - Consequently, the ^OPEN bits is set only when needed. | |
295 | Branch: perl | |
296 | ! lib/open.pm | |
297 | ____________________________________________________________________________ | |
298 | [ 15141] By: jhi on 2002/03/10 05:15:26 | |
299 | Log: Misc tiny tweaks from Sarathy, good for threaded builds. | |
300 | Branch: perl | |
301 | ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c | |
302 | ____________________________________________________________________________ | |
303 | [ 15140] By: jhi on 2002/03/10 05:12:08 | |
304 | Log: Precedence problem. | |
305 | Branch: perl | |
306 | ! ext/Socket/socketpair.t | |
307 | ____________________________________________________________________________ | |
308 | [ 15139] By: jhi on 2002/03/10 04:57:07 | |
309 | Log: Renaming tweaks, and split off the reentrant "superbuffer" | |
310 | init routine. | |
311 | Branch: perl | |
312 | ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h | |
313 | ! sv.c util.c | |
314 | ____________________________________________________________________________ | |
315 | [ 15138] By: jhi on 2002/03/10 00:59:50 | |
316 | Log: The 7-bit jis seems to be the hanging one. | |
317 | Branch: perl | |
318 | ! ext/Encode/t/Tcl.t | |
319 | ____________________________________________________________________________ | |
320 | [ 15137] By: jhi on 2002/03/10 00:39:18 | |
321 | Log: Begone. | |
322 | Branch: perl | |
323 | ! ext/Encode/MANIFEST | |
324 | ____________________________________________________________________________ | |
325 | [ 15136] By: jhi on 2002/03/09 23:56:42 | |
326 | Log: Better fix from Autrijus. | |
327 | Branch: perl | |
328 | ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm | |
329 | ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm | |
330 | ____________________________________________________________________________ | |
331 | [ 15135] By: jhi on 2002/03/09 18:49:55 | |
332 | Log: Not everybody has Encode::HanExtra. | |
333 | Branch: perl | |
334 | ! ext/Encode/Encode.pm | |
335 | ____________________________________________________________________________ | |
336 | [ 15134] By: jhi on 2002/03/09 18:30:18 | |
337 | Log: Decutandpasto. | |
338 | Branch: perl | |
339 | ! ext/Encode/lib/Encode/Tcl.pm | |
340 | ____________________________________________________________________________ | |
341 | [ 15133] By: jhi on 2002/03/09 18:19:38 | |
342 | Log: Subject: [PATCH] Data::Dumper | |
343 | From: Nicholas Clark <nick@unfortu.net> | |
344 | Date: Sat, 9 Mar 2002 19:03:54 +0000 | |
345 | Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net> | |
346 | Branch: perl | |
347 | ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs | |
348 | ! ext/Data/Dumper/t/dumper.t | |
349 | ____________________________________________________________________________ | |
350 | [ 15132] By: jhi on 2002/03/09 16:55:40 | |
351 | Log: Subject: [PATCH] socketpair.t w/o fork | |
352 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
353 | Date: Sat, 9 Mar 2002 14:55:11 +0100 | |
354 | Message-ID: <3C8A224F.29578.13691BA@localhost> | |
355 | ||
356 | (modified as suggested by Sarathy) | |
357 | Branch: perl | |
358 | ! ext/Socket/socketpair.t | |
359 | ____________________________________________________________________________ | |
360 | [ 15131] By: jhi on 2002/03/09 16:05:00 | |
361 | Log: Subject: [PATCH perldelta] Mention Change 14727 | |
362 | From: Autrijus Tang <autrijus@autrijus.org> | |
363 | Date: Sat, 9 Mar 2002 23:31:40 +0800 | |
364 | Message-ID: <20020309153140.GA4224@not.autrijus.org> | |
365 | Branch: perl | |
366 | ! pod/perldelta.pod | |
367 | ____________________________________________________________________________ | |
368 | [ 15130] By: jhi on 2002/03/09 16:02:58 | |
369 | Log: Make Encode.pm implicitly load external CJK tables the first | |
370 | time they're needed (instead of immediately), from Autrijus | |
371 | Tang. | |
372 | Branch: perl | |
373 | ! ext/Encode/Encode.pm | |
374 | ____________________________________________________________________________ | |
375 | [ 15129] By: jhi on 2002/03/09 16:01:00 | |
376 | Log: Subject: Re: Two questions | |
377 | From: Nicholas Clark <nick@unfortu.net> | |
378 | Date: Sat, 9 Mar 2002 12:42:40 +0000 | |
379 | Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net> | |
380 | Branch: perl | |
381 | ! Porting/pumpkin.pod | |
382 | ____________________________________________________________________________ | |
383 | [ 15128] By: jhi on 2002/03/09 04:19:22 | |
384 | Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian | |
385 | From: Paul_GreenVOS@vos.stratus.com | |
386 | Date: Fri, 8 Mar 02 22:34 est | |
387 | Message-Id: <200203090336.WAA11215@mailhub1.stratus.com> | |
388 | Branch: perl | |
389 | ! pp_sys.c | |
390 | ____________________________________________________________________________ | |
391 | [ 15127] By: jhi on 2002/03/09 01:34:41 | |
392 | Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines | |
393 | From: davem@fdgroup.co.uk | |
394 | Date: Sat, 9 Mar 2002 00:13:27 GMT | |
395 | Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk> | |
396 | Branch: perl | |
397 | ! dump.c | |
398 | ____________________________________________________________________________ | |
399 | [ 15126] By: jhi on 2002/03/09 01:23:16 | |
400 | Log: Deglitch from Rafael. | |
401 | Branch: perl | |
402 | ! ext/B/t/lint.t | |
403 | ____________________________________________________________________________ | |
404 | [ 15125] By: jhi on 2002/03/08 23:49:00 | |
405 | Log: Still more portability. | |
406 | Branch: perl | |
407 | ! Porting/findrfuncs | |
408 | ____________________________________________________________________________ | |
409 | [ 15124] By: jhi on 2002/03/08 22:54:50 | |
410 | Log: More portability. | |
411 | Branch: perl | |
412 | ! Porting/findrfuncs | |
413 | ____________________________________________________________________________ | |
414 | [ 15123] By: jhi on 2002/03/08 22:14:37 | |
415 | Log: Shared library paths; running tests manually. | |
416 | Branch: perl | |
417 | ! INSTALL | |
418 | ____________________________________________________________________________ | |
419 | [ 15122] By: jhi on 2002/03/08 22:02:37 | |
420 | Log: Subject: RE: Two questions | |
421 | From: "Green, Paul" <Paul.Green@stratus.com> | |
422 | Date: Fri, 8 Mar 2002 17:55:19 -0500 | |
423 | Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com> | |
424 | Branch: perl | |
425 | ! Porting/pumpkin.pod | |
426 | ____________________________________________________________________________ | |
427 | [ 15121] By: jhi on 2002/03/08 21:52:51 | |
428 | Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez. | |
429 | (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>) | |
430 | Branch: perl | |
431 | + ext/B/t/lint.t | |
432 | ! MANIFEST ext/B/B/Lint.pm | |
433 | ____________________________________________________________________________ | |
434 | [ 15120] By: jhi on 2002/03/08 20:27:42 | |
435 | Log: metaconfig unit change for #15119. | |
436 | Branch: metaconfig | |
437 | ! U/threads/d_pthread_atfork.U | |
438 | ____________________________________________________________________________ | |
439 | [ 15119] By: jhi on 2002/03/08 20:27:17 | |
440 | Log: In DG/UX finding pthread_atfork requires a true compile, | |
441 | from Takis Psarogiannakopoulos. | |
442 | Branch: perl | |
443 | ! Configure config_h.SH | |
444 | ____________________________________________________________________________ | |
445 | [ 15118] By: jhi on 2002/03/08 20:07:07 | |
446 | Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp | |
447 | From: John Peacock <jpeacock@rowman.com> | |
448 | Date: Fri, 08 Mar 2002 15:52:41 -0500 | |
449 | Message-ID: <3C892499.4050502@rowman.com> | |
450 | Branch: perl | |
451 | ! lib/ExtUtils/xsubpp | |
452 | ____________________________________________________________________________ | |
453 | [ 15117] By: jhi on 2002/03/08 20:05:41 | |
454 | Log: Subject: [PATCH @15109] test numbers for t/op/write.t | |
455 | From: "Craig A. Berry" <craigberry@mac.com> | |
456 | Date: Fri, 08 Mar 2002 15:02:51 -0600 | |
457 | Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01> | |
458 | Branch: perl | |
459 | ! t/op/write.t | |
460 | ____________________________________________________________________________ | |
461 | [ 15116] By: jhi on 2002/03/08 18:53:42 | |
462 | Log: Subject: [PATCH] *BETTER* installperl script patch for VOS | |
463 | From: Paul_GreenVOS@vos.stratus.com | |
464 | Date: Fri, 8 Mar 02 14:45 est | |
465 | Message-Id: <200203081947.OAA29065@mailhub1.stratus.com> | |
466 | Branch: perl | |
467 | ! installperl | |
468 | ____________________________________________________________________________ | |
469 | [ 15115] By: jhi on 2002/03/08 18:52:30 | |
470 | Log: Subject: [PATCH @15109] tm_tm_* for VMS | |
471 | From: "Craig A. Berry" <craigberry@mac.com> | |
472 | Date: Fri, 08 Mar 2002 13:07:52 -0600 | |
473 | Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01> | |
474 | Branch: perl | |
475 | ! configure.com | |
476 | ____________________________________________________________________________ | |
477 | [ 15114] By: jhi on 2002/03/08 18:51:27 | |
478 | Log: Detypo. | |
479 | Branch: perl | |
480 | ! Changes | |
481 | ____________________________________________________________________________ | |
482 | [ 15113] By: jhi on 2002/03/08 18:49:56 | |
483 | Log: Better test for #14795 (bug id 20020124.005) from Andreas. | |
484 | Branch: perl | |
485 | ! t/op/pat.t | |
486 | ____________________________________________________________________________ | |
487 | [ 15112] By: jhi on 2002/03/08 17:56:36 | |
488 | Log: HP-UX nm seems to repeat itself. | |
489 | Branch: perl | |
490 | ! Porting/findrfuncs | |
491 | ____________________________________________________________________________ | |
492 | [ 15111] By: jhi on 2002/03/08 17:50:21 | |
493 | Log: Nice porting script from Sarathy. Well, less nice | |
494 | in the sense that it shows the looong road ahead. | |
495 | Branch: perl | |
496 | + Porting/findrfuncs | |
497 | ! MANIFEST Porting/makerel | |
498 | ____________________________________________________________________________ | |
499 | [ 15110] By: jhi on 2002/03/08 15:58:25 | |
500 | Log: Subject: Re: Performance considerations for UTF-8 | |
501 | From: Jarkko Hietaniemi <jhi@iki.fi> | |
502 | Date: Fri, 8 Mar 2002 18:53:28 +0200 | |
503 | Message-ID: <20020308185328.D640@alpha.hut.fi> | |
504 | ||
505 | (put all in perlunicode) | |
506 | Branch: perl | |
507 | ! pod/perlunicode.pod | |
508 | ____________________________________________________________________________ | |
509 | [ 15109] By: jhi on 2002/03/08 15:09:38 | |
510 | Log: Update Changes. | |
511 | Branch: perl | |
512 | ! Changes patchlevel.h | |
513 | ____________________________________________________________________________ | |
ff44e953 JH |
514 | [ 15108] By: jhi on 2002/03/08 14:59:50 |
515 | Log: Subject: Cygwin cygipc support skipped | |
516 | From: "Gerrit P. Haase" <gerrit@familiehaase.de> | |
517 | Date: Fri, 8 Mar 2002 16:59:34 +0100 | |
518 | Message-ID: <113694157285.20020308165934@familiehaase.de> | |
519 | Branch: perl | |
520 | ! hints/cygwin.sh | |
521 | ____________________________________________________________________________ | |
522 | [ 15107] By: jhi on 2002/03/08 14:48:36 | |
523 | Log: metaconfig unit change for #15106. | |
524 | Branch: metaconfig | |
525 | ! U/compline/d_gconvert.U | |
526 | ____________________________________________________________________________ | |
527 | [ 15106] By: jhi on 2002/03/08 14:48:14 | |
528 | Log: Subject: Re: [PATCH] tests for Gconvert | |
529 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
530 | Date: Thu, 07 Mar 2002 16:48:10 -0800 | |
531 | Message-ID: <KpAi8gzkganW092yn@efn.org> | |
532 | Branch: perl | |
533 | ! Configure config_h.SH t/base/num.t | |
534 | ____________________________________________________________________________ | |
535 | [ 15105] By: jhi on 2002/03/08 14:32:55 | |
536 | Log: The new test has some teething problems. | |
537 | Branch: perl | |
538 | - ext/B/t/lint.t | |
539 | ! MANIFEST | |
540 | ____________________________________________________________________________ | |
541 | [ 15104] By: jhi on 2002/03/08 13:42:24 | |
542 | Log: Subject: [PATCH] B::Lint tests | |
543 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
544 | Date: Fri, 8 Mar 2002 14:47:19 +0100 | |
545 | Message-ID: <20020308144719.A2663@rafael> | |
546 | Branch: perl | |
547 | + ext/B/t/lint.t | |
548 | ! MANIFEST ext/B/B/Lint.pm | |
549 | ____________________________________________________________________________ | |
550 | [ 15103] By: jhi on 2002/03/08 13:40:35 | |
551 | Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3 | |
552 | From: Tom Horsley <Tom.Horsley@mail.ccur.com> | |
553 | Date: Fri, 8 Mar 2002 13:24:14 GMT | |
554 | Message-Id: <200203081324.NAA00642@cleo> | |
555 | Branch: perl | |
556 | ! hints/powerux.sh | |
557 | ____________________________________________________________________________ | |
558 | [ 15102] By: jhi on 2002/03/08 13:37:04 | |
559 | Log: Subject: HP has some new models | |
560 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
561 | Date: Fri, 08 Mar 2002 13:07:02 +0100 | |
562 | Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl> | |
563 | Branch: perl | |
564 | ! README.hpux | |
565 | ____________________________________________________________________________ | |
566 | [ 15101] By: ams on 2002/03/08 09:11:40 | |
567 | Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes | |
568 | From: Stas Bekman <stas@stason.org> | |
569 | Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT) | |
570 | Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org> | |
571 | Branch: perl | |
572 | ! pod/perlguts.pod | |
573 | ____________________________________________________________________________ | |
574 | [ 15100] By: pudge on 2002/03/08 03:23:17 | |
575 | Log: Update Changes | |
576 | Branch: maint-5.6/macperl | |
577 | ! macos/Changes | |
578 | ____________________________________________________________________________ | |
579 | [ 15099] By: pudge on 2002/03/08 03:20:06 | |
580 | Log: Replace macperlbundled with macperldelta | |
581 | Branch: maint-5.6/macperl | |
582 | ! macos/macperl/MacPerl.podhelp | |
583 | ____________________________________________________________________________ | |
584 | [ 15098] By: pudge on 2002/03/08 03:19:44 | |
585 | Log: Comsetic fixes (Thomas Wegner) | |
586 | Branch: maint-5.6/macperl | |
587 | ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r | |
588 | ____________________________________________________________________________ | |
589 | [ 15097] By: pudge on 2002/03/08 03:19:08 | |
590 | Log: Bump OS version | |
591 | Branch: maint-5.6/macperl | |
592 | ! macos/config.sh | |
593 | ____________________________________________________________________________ | |
594 | [ 15096] By: jhi on 2002/03/08 03:14:41 | |
595 | Log: Thought I deleted this already? | |
596 | Branch: perl | |
597 | - ext/I18N/Langinfo/fallback.c | |
598 | ____________________________________________________________________________ | |
599 | [ 15095] By: jhi on 2002/03/08 03:06:20 | |
600 | Log: perlport updates from Pudge. | |
601 | Branch: perl | |
602 | ! pod/perlport.pod | |
603 | ____________________________________________________________________________ | |
604 | [ 15094] By: ams on 2002/03/08 03:06:03 | |
605 | Log: Nitpick. | |
606 | Branch: perl | |
607 | ! MANIFEST | |
608 | ____________________________________________________________________________ | |
609 | [ 15093] By: jhi on 2002/03/08 03:00:46 | |
610 | Log: Wrong test. | |
611 | Branch: perl | |
612 | ! pod/perldelta.pod | |
613 | ____________________________________________________________________________ | |
614 | [ 15091] By: jhi on 2002/03/08 02:25:23 | |
615 | Log: Integrate change 14064 from macperl to blead. | |
616 | Branch: perl | |
617 | !> pod/perlmodinstall.pod pod/perlport.pod | |
618 | ____________________________________________________________________________ | |
619 | [ 15090] By: pudge on 2002/03/08 02:15:01 | |
620 | Log: Integrate recent perlport changes | |
621 | Branch: maint-5.6/macperl | |
622 | !> pod/perlport.pod | |
623 | ____________________________________________________________________________ | |
624 | [ 15089] By: ams on 2002/03/08 01:54:03 | |
625 | Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a | |
626 | minor typo in perlguts.pod | |
627 | From: Anton Tagunov <tagunov@motor.ru> | |
628 | Date: Fri, 8 Mar 2002 05:26:59 +0300 | |
629 | Message-Id: <4649821189.20020308052659@motor.ru> | |
630 | Branch: perl | |
631 | ! pod/perlguts.pod | |
632 | ____________________________________________________________________________ | |
633 | [ 15088] By: jhi on 2002/03/08 01:40:41 | |
634 | 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"! | |
635 | From: Anton Tagunov <tagunov@newmail.ru> | |
636 | Date: Fri, 8 Mar 2002 04:31:44 +0300 | |
637 | Message-ID: <13946506773.20020308043144@newmail.ru> | |
638 | ||
639 | (one test changed) | |
640 | Branch: perl | |
641 | ! lib/encoding.t sv.c | |
642 | ____________________________________________________________________________ | |
643 | [ 15087] By: jhi on 2002/03/08 00:15:08 | |
644 | Log: Subject: [PATCH perldelta] some more deltas | |
645 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
646 | Date: Thu, 7 Mar 2002 23:13:23 +0100 | |
647 | Message-ID: <20020307231323.A13068@rafael> | |
648 | Branch: perl | |
649 | ! pod/perldelta.pod | |
650 | ____________________________________________________________________________ | |
651 | [ 15086] By: jhi on 2002/03/07 22:43:31 | |
652 | Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug | |
653 | From: Paul_GreenVOS@vos.stratus.com | |
654 | Date: Thu, 7 Mar 02 14:25 est | |
655 | Message-Id: <200203071924.OAA03273@mailhub2.stratus.com> | |
656 | Branch: perl | |
657 | ! t/io/fs.t | |
658 | ____________________________________________________________________________ | |
659 | [ 15085] By: jhi on 2002/03/07 22:37:51 | |
660 | Log: As suggested by Anton Tagunov, eq and cmp now obey the | |
661 | encoding pragma (by remapping their byte argument if the | |
662 | other argument is in Unicode). Also fix a bug found by | |
663 | Anton where ord undef under the encoding pragma would barf. | |
664 | ([ID 20020307.009] A null pointer dereference with 'use encoding') | |
665 | Finally, use the nicer form of sv_recode_to_utf8. | |
666 | Branch: perl | |
667 | ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c | |
668 | ____________________________________________________________________________ | |
669 | [ 15084] By: jhi on 2002/03/07 20:54:02 | |
670 | Log: Retract #14985, #14899, and #14990, following the principles | |
671 | "Do no harm." and "If it ain't broke, don't fix it." | |
672 | ||
673 | Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed | |
674 | some, but still broken, and I do not have the extra brain | |
675 | cells for the EBCDIC backport. Secondly, the old version | |
676 | worked both in EBCDIC and non-. Thirdly, the old version | |
677 | may be more amenable for the behaviour suggsted by Anton | |
678 | Tagunov regarding the encoding pragma. | |
679 | Branch: perl | |
680 | ! embed.fnc embed.h global.sym proto.h sv.c util.c | |
681 | ____________________________________________________________________________ | |
682 | [ 15083] By: jhi on 2002/03/07 20:26:36 | |
683 | Log: Long doubles give you long doubles. | |
684 | Branch: perl | |
685 | ! t/base/num.t | |
686 | ____________________________________________________________________________ | |
687 | [ 15082] By: jhi on 2002/03/07 18:16:39 | |
688 | Log: Forgotten deMANIFESTation. | |
689 | Branch: perl | |
690 | ! MANIFEST | |
691 | ____________________________________________________________________________ | |
692 | [ 15081] By: jhi on 2002/03/07 17:29:17 | |
693 | Log: Obsolete unused file, noticed by Dank Kogai. | |
694 | Branch: perl | |
695 | - ext/Encode/lib/Encode/JP/Tr.pm | |
696 | ____________________________________________________________________________ | |
697 | [ 15080] By: ams on 2002/03/07 11:31:46 | |
698 | Log: Subject: [PATCH Changes] Changes should mirror version number | |
699 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
700 | Date: Thu, 7 Mar 2002 11:04:24 GMT | |
701 | Message-Id: <200203071104.LAA17200@tempest.npl.co.uk> | |
702 | Branch: perl | |
703 | ! Porting/pumpkin.pod | |
704 | ____________________________________________________________________________ | |
705 | [ 15079] By: jhi on 2002/03/07 04:40:06 | |
706 | Log: metaconfig unit change for #15078. | |
707 | Branch: metaconfig | |
708 | ! U/compline/d_gconvert.U | |
709 | ____________________________________________________________________________ | |
710 | [ 15078] By: jhi on 2002/03/07 04:39:39 | |
711 | Log: Subject: Re: [PATCH] tests for Gconvert | |
712 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
713 | Date: Wed, 06 Mar 2002 20:22:54 -0800 | |
714 | Message-ID: <esuh8gzkg2/b092yn@efn.org> | |
715 | Branch: perl | |
716 | ! Configure pod/perldelta.pod t/base/num.t | |
717 | ____________________________________________________________________________ | |
718 | [ 15077] By: jhi on 2002/03/07 03:27:38 | |
719 | Log: Mac OS X UFS does not do ctime. | |
720 | Branch: perl | |
721 | ! pod/perldelta.pod pod/perlport.pod | |
722 | ____________________________________________________________________________ | |
723 | [ 15076] By: jhi on 2002/03/07 02:40:09 | |
724 | Log: AUTHORS updates. | |
725 | Branch: perl | |
726 | ! AUTHORS | |
727 | ____________________________________________________________________________ | |
728 | [ 15075] By: jhi on 2002/03/07 01:48:46 | |
729 | Log: Continued Chinese puzzles from Autrijus. | |
730 | Branch: perl | |
731 | + ext/Encode/t/CN.t ext/Encode/t/TW.t | |
732 | ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm | |
733 | ____________________________________________________________________________ | |
734 | [ 15074] By: jhi on 2002/03/07 00:16:10 | |
735 | Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm | |
736 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
737 | Date: Wed, 6 Mar 2002 18:13:51 +0100 | |
738 | Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu> | |
739 | Branch: perl | |
740 | ! lib/File/Spec/Win32.pm | |
741 | ____________________________________________________________________________ | |
742 | [ 15073] By: jhi on 2002/03/07 00:15:11 | |
743 | Log: perlport tweaks. | |
744 | Branch: perl | |
745 | ! pod/perlport.pod | |
746 | ____________________________________________________________________________ | |
747 | [ 15072] By: jhi on 2002/03/07 00:05:11 | |
748 | Log: Subject: Re: [PATCH docs] Re: Bug with -M | |
749 | From: Michael G Schwern <schwern@pobox.com> | |
750 | Date: Wed, 6 Mar 2002 16:20:27 -0500 | |
751 | Message-ID: <20020306212027.GC4257@blackrider> | |
752 | Branch: perl | |
753 | ! pod/perlfunc.pod pod/perlport.pod | |
754 | ____________________________________________________________________________ | |
755 | [ 15071] By: jhi on 2002/03/06 20:20:29 | |
756 | Log: perldelta updates. | |
757 | Branch: perl | |
758 | ! pod/perldelta.pod | |
759 | ____________________________________________________________________________ | |
760 | [ 15070] By: jhi on 2002/03/06 20:06:37 | |
761 | Log: 5005threads wasn't even compiling. | |
762 | Branch: perl | |
763 | ! perl.c | |
764 | ____________________________________________________________________________ | |
765 | [ 15069] By: jhi on 2002/03/06 15:06:33 | |
766 | Log: Subject: Re: perl@15047 New format tests for still existing bugs | |
767 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
768 | Date: Wed, 06 Mar 2002 12:59:29 +0100 | |
769 | Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl> | |
770 | Branch: perl | |
771 | ! t/op/write.t | |
772 | ____________________________________________________________________________ | |
773 | [ 15068] By: jhi on 2002/03/06 15:04:41 | |
774 | Log: Regen Glossary et al. | |
775 | Branch: perl | |
776 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
777 | ____________________________________________________________________________ | |
778 | [ 15067] By: jhi on 2002/03/06 14:39:58 | |
779 | Log: Use HAS_TM_TM_ZONE (from #15065). Should help | |
780 | [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set | |
781 | Branch: perl | |
782 | ! util.c | |
783 | ____________________________________________________________________________ | |
784 | [ 15066] By: jhi on 2002/03/06 14:39:40 | |
785 | Log: metaconfig unit change for #15065. | |
786 | Branch: metaconfig | |
787 | ! U/compline/i_time.U | |
788 | ____________________________________________________________________________ | |
789 | [ 15065] By: jhi on 2002/03/06 14:39:18 | |
790 | Log: Scan for tm_zone (and tm_gmtoff, while we are at it). | |
791 | Branch: perl | |
792 | ! Configure config_h.SH | |
793 | ____________________________________________________________________________ | |
794 | [ 15064] By: jhi on 2002/03/06 14:14:02 | |
795 | Log: Must remove fallback.c also from here. | |
796 | Branch: perl | |
797 | ! MANIFEST | |
798 | ____________________________________________________________________________ | |
799 | [ 15063] By: jhi on 2002/03/06 13:37:31 | |
800 | Log: Subject: Re: perl@15047 WinCE | |
801 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
802 | Date: Wed, 06 Mar 2002 13:41:30 +0100 | |
803 | Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl> | |
804 | ||
805 | Subject: Re: perl@15047 Win32 | |
806 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
807 | Date: Wed, 06 Mar 2002 13:46:02 +0100 | |
808 | Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl> | |
809 | ||
810 | Subject: Re: perl@15047 Epoc | |
811 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
812 | Date: Wed, 06 Mar 2002 13:48:31 +0100 | |
813 | Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl> | |
814 | ||
815 | Subject: Re: perl@15047 NetWare | |
816 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
817 | Date: Wed, 06 Mar 2002 13:55:46 +0100 | |
818 | Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl> | |
819 | Branch: perl | |
820 | ! NetWare/config_H.wc epoc/config.sh win32/Makefile | |
821 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
822 | ! wince/Makefile.ce wince/config.h | |
823 | ____________________________________________________________________________ | |
824 | [ 15062] By: ams on 2002/03/06 09:26:49 | |
825 | Log: Subject: Re: perl@15047 | |
826 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
827 | Date: Wed, 06 Mar 2002 11:25:50 +0100 | |
828 | Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl> | |
829 | Branch: perl | |
830 | ! cygwin/perlld.in | |
831 | ____________________________________________________________________________ | |
832 | [ 15061] By: ams on 2002/03/06 08:44:12 | |
833 | Log: Subject: Re: perl@15047 | |
834 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
835 | Date: Wed, 06 Mar 2002 10:38:02 +0100 | |
836 | Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl> | |
837 | Branch: perl | |
838 | ! pod/perldelta.pod | |
839 | ____________________________________________________________________________ | |
840 | [ 15060] By: ams on 2002/03/06 08:30:33 | |
841 | Log: Subject: Update perlhist.pod | |
842 | From: mjd@plover.com | |
843 | Date: 6 Mar 2002 07:11:55 -0000 | |
844 | Message-Id: <20020306071155.10240.qmail@plover.com> | |
845 | ||
846 | Subject: [PATCH pod/perlvar.pod] $^V => string | |
847 | From: Stas Bekman <stas@stason.org> | |
848 | Date: Wed, 06 Mar 2002 14:56:55 +0800 | |
849 | Message-Id: <3C85BDB7.7050700@stason.org> | |
850 | Branch: perl | |
851 | ! pod/perlhist.pod pod/perlvar.pod | |
852 | ____________________________________________________________________________ | |
853 | [ 15059] By: ams on 2002/03/06 04:15:38 | |
854 | Log: Subject: [PATCH] assorted configure.com fix-ups | |
855 | From: "Craig A. Berry" <craigberry@mac.com> | |
856 | Date: Tue, 5 Mar 2002 23:11:22 -0600 | |
857 | Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]> | |
858 | Branch: perl | |
859 | ! configure.com | |
860 | ____________________________________________________________________________ | |
861 | [ 15058] By: jhi on 2002/03/06 04:01:27 | |
862 | Log: IRIX failure with long doubles. | |
863 | Branch: perl | |
864 | ! t/op/pack.t | |
865 | ____________________________________________________________________________ | |
866 | [ 15057] By: jhi on 2002/03/06 03:12:15 | |
867 | Log: Make reality and Changes coincide. | |
868 | Branch: perl | |
869 | ! Changes | |
870 | ____________________________________________________________________________ | |
871 | [ 15056] By: jhi on 2002/03/06 00:49:03 | |
872 | Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description | |
873 | From: Anton Tagunov <tagunov@motor.ru> | |
874 | Date: Wed, 6 Mar 2002 02:10:21 +0300 | |
875 | Message-ID: <11152782757.20020306021021@motor.ru> | |
876 | ||
877 | (reworded) | |
878 | Branch: perl | |
879 | ! pod/perluniintro.pod | |
880 | ____________________________________________________________________________ | |
881 | [ 15055] By: jhi on 2002/03/06 00:35:22 | |
882 | Log: Subject: [PATCH] B::Lint doesn't work | |
883 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
884 | Date: Tue, 5 Mar 2002 22:51:18 +0100 | |
885 | Message-ID: <20020305225118.C733@rafael> | |
886 | Branch: perl | |
887 | ! ext/B/B/Lint.pm | |
888 | ____________________________________________________________________________ | |
889 | [ 15054] By: jhi on 2002/03/06 00:34:32 | |
890 | Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read | |
891 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
892 | Date: Mon, 04 Mar 2002 16:24:32 -0800 | |
893 | Message-ID: <ABBh8gzkgezX092yn@efn.org> | |
894 | Branch: perl | |
895 | ! op.h pp_ctl.c t/op/flip.t | |
896 | ____________________________________________________________________________ | |
897 | [ 15053] By: jhi on 2002/03/06 00:31:02 | |
898 | Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3 | |
899 | From: Nicholas Clark <nick@unfortu.net> | |
900 | Date: Tue, 5 Mar 2002 22:30:49 +0000 | |
901 | Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net> | |
902 | Branch: perl | |
903 | ! pod/perldelta.pod | |
904 | ____________________________________________________________________________ | |
905 | [ 15052] By: jhi on 2002/03/06 00:28:40 | |
906 | Log: Subject: [PATCH] tests for Gconvert | |
907 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
908 | Date: Tue, 05 Mar 2002 16:35:45 -0800 | |
909 | Message-ID: <hRWh8gzkgONX092yn@efn.org> | |
910 | Branch: perl | |
911 | ! t/base/num.t | |
912 | ____________________________________________________________________________ | |
913 | [ 15051] By: jhi on 2002/03/06 00:25:27 | |
914 | Log: Subject: [PATCH] toplevel Makefile.SH | |
915 | From: Paul_GreenVOS@vos.stratus.com | |
916 | Date: Tue, 5 Mar 02 17:34 est | |
917 | Message-Id: <200203052233.RAA18424@mailhub2.stratus.com> | |
918 | Branch: perl | |
919 | ! Makefile.SH | |
920 | ____________________________________________________________________________ | |
921 | [ 15050] By: jhi on 2002/03/05 20:46:40 | |
922 | Log: Subject: [PATCH] pointer to perldelta in Changes | |
923 | From: Chris Nandor <pudge@pobox.com> | |
924 | Date: Tue, 05 Mar 2002 16:04:50 -0500 | |
925 | Message-ID: <pudge-920238.16045005032002@onion.valueclick.com> | |
926 | Branch: perl | |
927 | ! Changes | |
928 | ____________________________________________________________________________ | |
929 | [ 15049] By: jhi on 2002/03/05 20:45:33 | |
930 | Log: Subject: [PATCH perldelta] chom?p overridability is the other way | |
931 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
932 | Date: Tue, 5 Mar 2002 22:26:20 +0100 | |
933 | Message-ID: <20020305222620.A733@rafael> | |
934 | Branch: perl | |
935 | ! pod/perldelta.pod | |
936 | ____________________________________________________________________________ | |
937 | [ 15048] By: jhi on 2002/03/05 20:43:45 | |
938 | Log: Solaris: allow for /usr/bin/df not to exist. | |
939 | ||
940 | Subject: [ID 20020305.014] Configure: /usr/bin/df: not found | |
941 | From: Kingpin <mthurn@copper.dulles.tasc.com> | |
942 | Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST) | |
943 | Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com> | |
944 | Branch: perl | |
945 | ! hints/solaris_2.sh | |
946 | ____________________________________________________________________________ | |
947 | [ 15047] By: jhi on 2002/03/05 15:36:10 | |
948 | Log: Update Changes. | |
949 | Branch: perl | |
950 | ! Changes patchlevel.h | |
951 | ____________________________________________________________________________ | |
0cce8c82 JH |
952 | [ 15046] By: jhi on 2002/03/05 14:56:19 |
953 | Log: Double MANIFESTing. | |
954 | Branch: perl | |
955 | ! ext/Encode/MANIFEST | |
956 | ____________________________________________________________________________ | |
957 | [ 15045] By: jhi on 2002/03/05 14:29:41 | |
958 | Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki. | |
959 | Branch: perl | |
960 | - ext/Encode/Encode/7bit-kr.enc | |
961 | - ext/Encode/lib/Encode/Tcl/HanZi.pm | |
962 | ! MANIFEST ext/Encode/lib/Encode/Tcl.pm | |
963 | ____________________________________________________________________________ | |
964 | [ 15044] By: jhi on 2002/03/05 13:40:31 | |
965 | Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN | |
966 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
967 | Date: Tue, 5 Mar 2002 14:35:57 +0100 | |
968 | Message-ID: <20020305143557.C695@rafael> | |
969 | Branch: perl | |
970 | ! pp_sys.c t/lib/warnings/pp_sys | |
971 | ____________________________________________________________________________ | |
972 | [ 15043] By: jhi on 2002/03/05 13:36:30 | |
973 | Log: Subject: [PATCH Devel::PPPort] | |
974 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
975 | Date: Tue, 5 Mar 2002 13:37:59 GMT | |
976 | Message-Id: <200203051337.NAA14686@tempest.npl.co.uk> | |
977 | Branch: perl | |
978 | ! ext/Devel/PPPort/Makefile.PL | |
979 | ____________________________________________________________________________ | |
980 | [ 15042] By: jhi on 2002/03/05 13:33:55 | |
17fbc993 | 981 | Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests. |
0cce8c82 JH |
982 | Branch: perl |
983 | ! ext/Encode/t/Tcl.t | |
984 | ____________________________________________________________________________ | |
985 | [ 15041] By: nick on 2002/03/05 07:23:58 | |
986 | Log: Integrate mainline (5.7.3) | |
987 | Branch: perlio | |
988 | +> ext/Encode/lib/Encode/CN/HZ.pm | |
989 | - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc | |
990 | !> (integrate 54 files) | |
991 | ____________________________________________________________________________ | |
992 | [ 15040] By: ams on 2002/03/05 05:10:33 | |
993 | Log: Subject: DOC PATCH 5.7.3 (perldelta) | |
994 | From: mjd@plover.com | |
995 | Date: 5 Mar 2002 05:35:58 -0000 | |
996 | Message-Id: <20020305053558.31677.qmail@plover.com> | |
997 | Branch: perl | |
998 | ! pod/perldelta.pod | |
999 | ____________________________________________________________________________ | |
1000 | [ 15039] By: jhi on 2002/03/05 03:32:07 | |
1001 | Log: This is 5.7.3. | |
1002 | Branch: perl | |
1003 | ! patchlevel.h | |
1004 | ____________________________________________________________________________ | |
1005 | [ 15038] By: jhi on 2002/03/05 03:31:32 | |
1006 | Log: Shoo. | |
1007 | Branch: perl | |
1008 | ! ext/Encode/t/Tcl.t | |
1009 | ____________________________________________________________________________ | |
1010 | [ 15037] By: jhi on 2002/03/05 03:15:17 | |
1011 | Log: Update Changes. | |
1012 | Branch: perl | |
1013 | ! Changes patchlevel.h | |
1014 | ____________________________________________________________________________ | |
5d093761 JH |
1015 | [ 15036] By: jhi on 2002/03/05 03:11:17 |
1016 | Log: Regen perlapi. | |
1017 | Branch: perl | |
1018 | ! pod/perlapi.pod | |
1019 | ____________________________________________________________________________ | |
1020 | [ 15035] By: jhi on 2002/03/05 03:08:50 | |
1021 | Log: Tie::File doc tweak for Win32 from mjd. | |
1022 | Branch: perl | |
1023 | ! lib/Tie/File.pm | |
1024 | ____________________________________________________________________________ | |
1025 | [ 15034] By: jhi on 2002/03/05 02:51:47 | |
1026 | Log: Regen toc. | |
1027 | Branch: perl | |
1028 | ! pod/perltoc.pod | |
1029 | ____________________________________________________________________________ | |
1030 | [ 15033] By: jhi on 2002/03/05 02:34:32 | |
1031 | Log: Decommission Encode::Tcl HZ testing for now. | |
1032 | Branch: perl | |
1033 | ! ext/Encode/t/Tcl.t | |
1034 | ____________________________________________________________________________ | |
1035 | [ 15032] By: jhi on 2002/03/05 02:05:23 | |
1036 | Log: Must have a return. | |
1037 | Branch: perl | |
1038 | ! pp_pack.c | |
1039 | ____________________________________________________________________________ | |
1040 | [ 15031] By: jhi on 2002/03/05 01:45:21 | |
1041 | Log: The very latest win32 score from Jan Dubois. | |
1042 | Branch: perl | |
1043 | ! pod/perldelta.pod | |
1044 | ____________________________________________________________________________ | |
1045 | [ 15030] By: ams on 2002/03/05 01:40:01 | |
1046 | Log: Subject: [PATCH] README.macos | |
1047 | From: Chris Nandor <pudge@pobox.com> | |
1048 | Date: Mon, 04 Mar 2002 17:37:59 -0500 | |
1049 | Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com> | |
1050 | Branch: perl | |
1051 | ! README.macos | |
1052 | ____________________________________________________________________________ | |
1053 | [ 15029] By: jhi on 2002/03/05 01:39:29 | |
1054 | Log: "The last pieces of Chinese puzzle" from Autrijus. | |
1055 | Branch: perl | |
1056 | + ext/Encode/lib/Encode/CN/HZ.pm | |
1057 | - ext/Encode/Encode/HZ.enc | |
1058 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm | |
1059 | ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm | |
1060 | ____________________________________________________________________________ | |
1061 | [ 15028] By: jhi on 2002/03/05 00:53:36 | |
1062 | Log: Known test failures updates. | |
1063 | Branch: perl | |
1064 | ! pod/perldelta.pod | |
1065 | ____________________________________________________________________________ | |
1066 | [ 15027] By: jhi on 2002/03/04 23:48:07 | |
1067 | Log: One more nit from mjd. | |
1068 | Branch: perl | |
1069 | ! lib/Tie/File/t/16_handle.t | |
1070 | ____________________________________________________________________________ | |
1071 | [ 15026] By: jhi on 2002/03/04 23:42:28 | |
1072 | Log: Upgrade to Tie::File 0.17 from mjd. | |
1073 | Branch: perl | |
1074 | ! lib/Tie/File.pm lib/Tie/File/t/05_size.t | |
1075 | ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t | |
1076 | ____________________________________________________________________________ | |
1077 | [ 15025] By: jhi on 2002/03/04 23:14:54 | |
1078 | Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5 | |
1079 | From: Nicholas Clark <nick@unfortu.net> | |
1080 | Date: Mon, 4 Mar 2002 23:33:52 +0000 | |
1081 | Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net> | |
1082 | Branch: perl | |
1083 | ! pod/perldelta.pod | |
1084 | ____________________________________________________________________________ | |
1085 | [ 15024] By: jhi on 2002/03/04 22:21:44 | |
1086 | Log: Escapee. | |
1087 | Branch: perl | |
1088 | ! proto.h | |
1089 | ____________________________________________________________________________ | |
1090 | [ 15023] By: jhi on 2002/03/04 22:17:56 | |
1091 | Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs) | |
1092 | From: Nicholas Clark <nick@unfortu.net> | |
1093 | Date: Mon, 4 Mar 2002 22:48:38 +0000 | |
1094 | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> | |
1095 | Branch: perl | |
1096 | ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs | |
1097 | ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs | |
1098 | ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs | |
1099 | ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL | |
1100 | ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs | |
1101 | ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs | |
1102 | ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL | |
1103 | ____________________________________________________________________________ | |
1104 | [ 15022] By: jhi on 2002/03/04 22:09:39 | |
1105 | Log: Cleaner. | |
1106 | Branch: perl | |
1107 | ! Makefile.SH | |
1108 | ____________________________________________________________________________ | |
1109 | [ 15021] By: jhi on 2002/03/04 22:06:22 | |
1110 | Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English' | |
1111 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
1112 | Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST) | |
1113 | Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com> | |
1114 | Branch: perl | |
1115 | ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod | |
1116 | ! pod/perlvar.pod | |
1117 | ____________________________________________________________________________ | |
1118 | [ 15020] By: jhi on 2002/03/04 21:44:42 | |
1119 | Log: More Han tweaks from Autrjius Tang: most importantly, | |
1120 | gbk is identical to cp936, so gbk can be removed and | |
1121 | taken care of by an alias. | |
1122 | Branch: perl | |
1123 | - ext/Encode/Encode/gbk.enc | |
1124 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
1125 | ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm | |
1126 | ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST | |
1127 | ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
1128 | ____________________________________________________________________________ | |
1129 | [ 15019] By: jhi on 2002/03/04 21:23:42 | |
1130 | Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5 | |
1131 | From: Nicholas Clark <nick@unfortu.net> | |
1132 | Date: Mon, 4 Mar 2002 22:20:13 +0000 | |
1133 | Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net> | |
1134 | Branch: perl | |
1135 | ! pod/perldelta.pod | |
1136 | ____________________________________________________________________________ | |
1137 | [ 15018] By: jhi on 2002/03/04 21:19:31 | |
1138 | Log: Based on | |
1139 | ||
1140 | Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description | |
1141 | From: Anton Tagunov <tagunov@motor.ru> | |
1142 | Date: Mon, 4 Mar 2002 21:14:39 +0300 | |
1143 | Message-ID: <1814137429.20020304211439@motor.ru> | |
1144 | Branch: perl | |
1145 | ! pod/perlunicode.pod | |
1146 | ____________________________________________________________________________ | |
1147 | [ 15017] By: jhi on 2002/03/04 20:43:05 | |
1148 | Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword | |
1149 | From: John Peacock <jpeacock@rowman.com> | |
1150 | Date: Mon, 04 Mar 2002 16:18:42 -0500 | |
1151 | Message-ID: <3C83E4B2.3060700@rowman.com> | |
1152 | ||
1153 | Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword | |
1154 | From: John Peacock <jpeacock@rowman.com> | |
1155 | Date: Mon, 04 Mar 2002 16:42:55 -0500 | |
1156 | Message-ID: <3C83EA5F.80303@rowman.com> | |
1157 | Branch: perl | |
1158 | ! lib/ExtUtils/xsubpp pod/perlxs.pod | |
1159 | ____________________________________________________________________________ | |
1160 | [ 15016] By: jhi on 2002/03/04 20:07:04 | |
1161 | Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165 | |
1162 | From: "Craig A. Berry" <craigberry@mac.com> | |
1163 | Date: Mon, 04 Mar 2002 14:47:59 -0600 | |
1164 | Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01> | |
1165 | ||
1166 | Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165 | |
1167 | From: "Craig A. Berry" <craigberry@mac.com> | |
1168 | Date: Mon, 04 Mar 2002 15:04:58 -0600 | |
1169 | Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com> | |
1170 | Branch: perl | |
1171 | ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL | |
1172 | ____________________________________________________________________________ | |
1173 | [ 15015] By: jhi on 2002/03/04 18:58:03 | |
1174 | Log: metaconfig unit change for #15014. | |
1175 | Branch: metaconfig/U/perl | |
1176 | ! Extensions.U | |
1177 | ____________________________________________________________________________ | |
1178 | [ 15014] By: jhi on 2002/03/04 18:57:23 | |
1179 | Log: Add Encode::CN, Encode::KR, and Encode::TW to the list | |
1180 | of known extensions, where Encode::JP already is. | |
1181 | Branch: perl | |
1182 | ! Configure Porting/config.sh Porting/config_H uconfig.h | |
1183 | ____________________________________________________________________________ | |
1184 | [ 15013] By: jhi on 2002/03/04 18:36:05 | |
1185 | Log: SJIS, from Dan Kogai. | |
1186 | Branch: perl | |
1187 | ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL | |
1188 | ____________________________________________________________________________ | |
1189 | [ 15012] By: nick on 2002/03/04 17:35:50 | |
1190 | Log: Intergrate perlio's Encode/compile | |
1191 | Branch: perl | |
1192 | !> ext/Encode/compile | |
1193 | ____________________________________________________________________________ | |
1194 | [ 15011] By: nick on 2002/03/04 17:29:54 | |
1195 | Log: Avoid $Id$ cleverness and just have a $VERSION. | |
1196 | Branch: perlio | |
1197 | ! ext/Encode/compile | |
1198 | ____________________________________________________________________________ | |
1199 | [ 15010] By: nick on 2002/03/04 17:29:14 | |
1200 | Log: Integrate mainline | |
1201 | Branch: perlio | |
1202 | +> lib/Math/BigInt/t/isa.t | |
1203 | !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c | |
1204 | !> lib/warnings.pm op.c perly.c pod/perldelta.pod | |
1205 | !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c | |
1206 | !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h | |
1207 | !> warnings.pl | |
1208 | ____________________________________________________________________________ | |
1209 | [ 15009] By: jhi on 2002/03/04 17:24:30 | |
1210 | Log: Integrate ext/Encode/compile from perlio. | |
1211 | Branch: perl | |
1212 | !> ext/Encode/compile | |
1213 | ____________________________________________________________________________ | |
1214 | [ 15008] By: jhi on 2002/03/04 17:11:19 | |
1215 | Log: Integrate perlio: win32 tweaks. (ext/Encode/compile | |
1216 | updates not integrated, something odd going on in there.) | |
1217 | Branch: perl | |
1218 | !> ext/Encode/t/JP.t ext/threads/shared/shared.xs | |
1219 | !> lib/Tie/File/t/16_handle.t | |
1220 | ____________________________________________________________________________ | |
1221 | [ 15007] By: nick on 2002/03/04 17:08:17 | |
1222 | Log: Integrate mainline | |
1223 | Branch: perlio | |
1224 | !> AUTHORS Changes Porting/Glossary Porting/config.sh | |
1225 | !> Porting/config_H ext/Encode/Encode.pm patchlevel.h | |
1226 | !> pod/perltoc.pod | |
1227 | ____________________________________________________________________________ | |
1228 | [ 15006] By: jhi on 2002/03/04 16:46:49 | |
1229 | Log: A new M::BI test. | |
1230 | Branch: perl | |
1231 | + lib/Math/BigInt/t/isa.t | |
1232 | ! MANIFEST | |
1233 | ____________________________________________________________________________ | |
1234 | [ 15005] By: jhi on 2002/03/04 16:43:53 | |
1235 | Log: Subject: VMS test and perldelta update | |
1236 | From: "Craig A. Berry" <craigberry@mac.com> | |
1237 | Date: Mon, 04 Mar 2002 11:03:37 -0600 | |
1238 | Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01> | |
1239 | Branch: perl | |
1240 | ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t | |
1241 | ____________________________________________________________________________ | |
1242 | [ 15004] By: jhi on 2002/03/04 16:41:50 | |
1243 | Log: Needed for threaded builds. | |
1244 | Branch: perl | |
1245 | ! embed.fnc embed.h | |
1246 | ____________________________________________________________________________ | |
1247 | [ 15003] By: jhi on 2002/03/04 16:37:13 | |
1248 | Log: Subject: [PATCH] taint + deprecated warnings | |
1249 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
1250 | Date: Mon, 4 Mar 2002 16:33:23 -0000 | |
1251 | Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk> | |
1252 | Branch: perl | |
1253 | ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod | |
1254 | ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c | |
1255 | ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl | |
1256 | ____________________________________________________________________________ | |
1257 | [ 15002] By: nick on 2002/03/04 16:19:06 | |
1258 | Log: Win32 tweak | |
1259 | Branch: perlio | |
1260 | ! lib/Tie/File/t/16_handle.t | |
1261 | ____________________________________________________________________________ | |
1262 | [ 15001] By: jhi on 2002/03/04 15:39:11 | |
1263 | Log: Update Changes. | |
1264 | Branch: perl | |
1265 | ! Changes patchlevel.h | |
1266 | ____________________________________________________________________________ | |
cb1f50b8 JH |
1267 | [ 15000] By: jhi on 2002/03/04 15:28:01 |
1268 | Log: AUTHORS updates. | |
1269 | Branch: perl | |
1270 | ! AUTHORS | |
1271 | ____________________________________________________________________________ | |
1272 | [ 14999] By: nick on 2002/03/04 15:26:43 | |
1273 | Log: Win32 hack | |
1274 | Branch: perlio | |
1275 | ! ext/Encode/compile ext/Encode/t/JP.t | |
1276 | ____________________________________________________________________________ | |
1277 | [ 14998] By: jhi on 2002/03/04 15:23:35 | |
1278 | Log: Encode doc tweak from Autrijus Tang. | |
1279 | Branch: perl | |
1280 | ! ext/Encode/Encode.pm | |
1281 | ____________________________________________________________________________ | |
1282 | [ 14997] By: jhi on 2002/03/04 14:53:38 | |
1283 | Log: Regen Glossary et al. (It seems the #14875 didn't | |
1284 | quite work in removing the double-dot?) | |
1285 | Branch: perl | |
1286 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
1287 | ____________________________________________________________________________ | |
1288 | [ 14996] By: jhi on 2002/03/04 14:46:29 | |
1289 | Log: Regen toc. | |
1290 | Branch: perl | |
1291 | ! pod/perltoc.pod | |
1292 | ____________________________________________________________________________ | |
1293 | [ 14995] By: nick on 2002/03/04 14:42:09 | |
1294 | Log: Remove debugging assert | |
1295 | Branch: perlio | |
1296 | ! ext/threads/shared/shared.xs | |
1297 | ____________________________________________________________________________ | |
1298 | [ 14994] By: nick on 2002/03/04 14:41:54 | |
1299 | Log: Integrate mainline | |
1300 | Branch: perlio | |
1301 | !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t | |
1302 | !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t | |
1303 | !> lib/Tie/File/t/15_pushpop.t util.c | |
1304 | ____________________________________________________________________________ | |
1305 | [ 14993] By: jhi on 2002/03/04 14:10:07 | |
1306 | Log: Han update from Autrijus Tang. | |
1307 | Branch: perl | |
1308 | ! ext/Encode/Encode.pm | |
1309 | ____________________________________________________________________________ | |
1310 | [ 14992] By: nick on 2002/03/04 14:08:38 | |
1311 | Log: Integrate mainline - all tests pass - some noise from threads | |
1312 | av_simple (SuSE7.3). | |
1313 | Branch: perlio | |
1314 | +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t | |
1315 | +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t | |
1316 | +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t | |
1317 | +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t | |
1318 | +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t | |
1319 | +> lib/Tie/File/t/11_rv_splice_rs.t | |
1320 | +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t | |
1321 | +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t | |
1322 | +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t | |
1323 | - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t | |
1324 | - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t | |
1325 | - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t | |
1326 | - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t | |
1327 | - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t | |
1328 | - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t | |
1329 | - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t | |
1330 | - lib/Tie/File/15_pushpop.t | |
1331 | !> (integrate 47 files) | |
1332 | ____________________________________________________________________________ | |
1333 | [ 14991] By: jhi on 2002/03/04 13:37:52 | |
1334 | Log: Missing MANIFESTations. | |
1335 | Branch: perl | |
1336 | ! MANIFEST | |
1337 | ____________________________________________________________________________ | |
1338 | [ 14990] By: jhi on 2002/03/04 13:34:15 | |
1339 | Log: Attempt at portability. | |
1340 | Branch: perl | |
1341 | ! util.c | |
1342 | ____________________________________________________________________________ | |
1343 | [ 14989] By: jhi on 2002/03/04 13:04:06 | |
1344 | Log: Needed by #14985. | |
1345 | Branch: perl | |
1346 | ! embed.h global.sym proto.h | |
1347 | ____________________________________________________________________________ | |
1348 | [ 14988] By: ams on 2002/03/04 08:59:27 | |
1349 | Log: Upgrade to Tie::File 0.16. | |
1350 | Branch: perl | |
1351 | + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t | |
1352 | ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t | |
1353 | ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t | |
1354 | ! lib/Tie/File/t/15_pushpop.t | |
1355 | ____________________________________________________________________________ | |
1356 | [ 14987] By: ams on 2002/03/04 08:48:11 | |
1357 | Log: Subject: [PATCH @14577] perly-fixer | |
1358 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1359 | Date: Mon, 4 Mar 2002 02:28:51 -0500 | |
1360 | Message-Id: <20020304022851.A14119@math.ohio-state.edu> | |
1361 | Branch: perl | |
1362 | ! Makefile.SH perly.fixer | |
1363 | ____________________________________________________________________________ | |
1364 | [ 14986] By: ams on 2002/03/04 08:43:37 | |
1365 | Log: Subject: [PATCH @14577] xsubpp | |
1366 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1367 | Date: Mon, 4 Mar 2002 02:25:52 -0500 | |
1368 | Message-Id: <20020304022552.A14106@math.ohio-state.edu> | |
1369 | Branch: perl | |
1370 | ! lib/ExtUtils/xsubpp pod/perlxs.pod | |
1371 | ____________________________________________________________________________ | |
1372 | [ 14985] By: ams on 2002/03/04 08:40:46 | |
1373 | Log: Subject: [PATCH @14577] sv_cmp and friends | |
1374 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1375 | Date: Mon, 4 Mar 2002 02:31:04 -0500 | |
1376 | Message-Id: <20020304023103.A14140@math.ohio-state.edu> | |
1377 | Branch: perl | |
1378 | ! embed.fnc sv.c util.c | |
1379 | ____________________________________________________________________________ | |
1380 | [ 14984] By: ams on 2002/03/04 08:16:06 | |
1381 | Log: Fix File::Path docs as suggested by Ronald Kimball. | |
1382 | Branch: perl | |
1383 | ! lib/File/Path.pm | |
1384 | ____________________________________________________________________________ | |
1385 | [ 14983] By: ams on 2002/03/04 08:11:20 | |
1386 | Log: Update perldata fix as suggested by Benjamin Goldberg. | |
1387 | Branch: perl | |
1388 | ! pod/perldata.pod | |
1389 | ____________________________________________________________________________ | |
1390 | [ 14982] By: jhi on 2002/03/04 03:56:46 | |
1391 | Log: Faulty skip. | |
1392 | Branch: perl | |
1393 | ! ext/DB_File/t/db-recno.t | |
1394 | ____________________________________________________________________________ | |
1395 | [ 14981] By: jhi on 2002/03/04 03:46:31 | |
1396 | Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification | |
1397 | From: Anton Tagunov <tagunov@motor.ru> | |
1398 | Date: Mon, 4 Mar 2002 05:41:41 +0300 | |
1399 | Message-Id: <7916563907.20020304054141@motor.ru> | |
1400 | ||
1401 | Subject: [ID 20020303.005] Patch perlinicode C API description | |
1402 | From: Anton Tagunov <tagunov@motor.ru> | |
1403 | Date: Mon, 4 Mar 2002 06:08:23 +0300 | |
1404 | Message-Id: <2018165510.20020304060823@motor.ru> | |
1405 | Branch: perl | |
1406 | ! lib/utf8.pm pod/perlunicode.pod | |
1407 | ____________________________________________________________________________ | |
1408 | [ 14980] By: ams on 2002/03/04 02:19:20 | |
1409 | Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage? | |
1410 | From: Anton Tagunov <tagunov@motor.ru> | |
1411 | Date: Mon, 4 Mar 2002 02:17:40 +0300 | |
1412 | Message-Id: <1344322124.20020304021740@motor.ru> | |
1413 | Branch: perl | |
1414 | ! pod/perldata.pod | |
1415 | ____________________________________________________________________________ | |
1416 | [ 14979] By: ams on 2002/03/04 02:17:54 | |
1417 | Log: Subject: RE: [PATCH] RE: DB_File breakage | |
1418 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
1419 | Date: Sun, 3 Mar 2002 23:56:31 -0000 | |
1420 | Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk> | |
1421 | Branch: perl | |
1422 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
1423 | ! ext/DB_File/t/db-recno.t | |
1424 | ____________________________________________________________________________ | |
1425 | [ 14978] By: ams on 2002/03/04 02:07:16 | |
1426 | Log: Subject: [PATCH] docs for ExtUtils::Manifest | |
1427 | From: Nicholas Clark <nick@unfortu.net> | |
1428 | Date: Sun, 3 Mar 2002 23:29:25 +0000 | |
1429 | Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net> | |
1430 | Branch: perl | |
1431 | ! lib/ExtUtils/Manifest.pm | |
1432 | ____________________________________________________________________________ | |
1433 | [ 14977] By: jhi on 2002/03/04 02:07:06 | |
1434 | Log: Forgot from the M::BI 1.54 update. | |
1435 | Branch: perl | |
1436 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc | |
1437 | ! lib/Math/BigInt/t/upgrade.inc | |
1438 | ____________________________________________________________________________ | |
1439 | [ 14976] By: ams on 2002/03/04 02:04:32 | |
1440 | Log: Subject: [PATCH] attr | |
1441 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
1442 | Date: Sun, 3 Mar 2002 22:09:58 -0000 | |
1443 | Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk> | |
1444 | Branch: perl | |
1445 | ! lib/warnings.pm warnings.pl | |
1446 | ____________________________________________________________________________ | |
1447 | [ 14975] By: ams on 2002/03/04 02:01:27 | |
1448 | Log: Subject: [PATCH] File::Path documentation | |
1449 | From: Colin Meyer <cmeyer@helvella.org> | |
1450 | Date: Sun, 3 Mar 2002 14:54:24 -0800 | |
1451 | Message-Id: <20020303145424.A21774@hobart.helvella.org> | |
1452 | Branch: perl | |
1453 | ! lib/File/Path.pm | |
1454 | ____________________________________________________________________________ | |
1455 | [ 14974] By: jhi on 2002/03/04 01:54:17 | |
1456 | Log: Typo. | |
1457 | Branch: perl | |
1458 | ! lib/Math/BigInt/t/upgrade.t | |
1459 | ____________________________________________________________________________ | |
1460 | [ 14973] By: jhi on 2002/03/04 01:30:49 | |
1461 | Log: Editing errors. | |
1462 | Branch: perl | |
1463 | ! MANIFEST | |
1464 | ____________________________________________________________________________ | |
1465 | [ 14972] By: jhi on 2002/03/04 01:18:02 | |
1466 | Log: Upgrade to Math::BigInt 1.54. | |
1467 | Branch: perl | |
1468 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
1469 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t | |
1470 | ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t | |
1471 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t | |
1472 | ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t | |
1473 | ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t | |
1474 | ____________________________________________________________________________ | |
1475 | [ 14971] By: jhi on 2002/03/04 01:06:53 | |
1476 | Log: Test tweak from Craig Berry. | |
1477 | Branch: perl | |
1478 | ! lib/Tie/File/t/15_pushpop.t | |
1479 | ____________________________________________________________________________ | |
1480 | [ 14970] By: jhi on 2002/03/04 01:05:17 | |
1481 | Log: Upgrade to Tie::File 0.15. | |
1482 | Branch: perl | |
1483 | + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t | |
1484 | + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t | |
1485 | + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t | |
1486 | + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t | |
1487 | + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t | |
1488 | + lib/Tie/File/t/11_rv_splice_rs.t | |
1489 | + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t | |
1490 | + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t | |
1491 | - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t | |
1492 | - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t | |
1493 | - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t | |
1494 | - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t | |
1495 | - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t | |
1496 | - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t | |
1497 | - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t | |
1498 | - lib/Tie/File/15_pushpop.t | |
1499 | ! MANIFEST lib/Tie/File.pm | |
1500 | ____________________________________________________________________________ | |
1501 | [ 14969] By: jhi on 2002/03/04 00:25:33 | |
1502 | Log: The EBCDIC gaps apply only to the real A-Z. | |
1503 | Branch: perl | |
1504 | ! ext/B/B/Deparse.pm | |
1505 | ____________________________________________________________________________ | |
1506 | [ 14968] By: jhi on 2002/03/03 19:00:06 | |
1507 | Log: EBCDIC: deparse \cX correctly. | |
1508 | Branch: perl | |
1509 | ! ext/B/B/Deparse.pm | |
1510 | ____________________________________________________________________________ | |
1511 | [ 14967] By: ams on 2002/03/03 18:18:00 | |
1512 | Log: Subject: [PATCH] nit in perlsyn.pod | |
1513 | From: "Wolfgang Laun" <wolfgang.laun@chello.at> | |
1514 | Date: Sun, 03 Mar 2002 20:16:10 +0100 | |
1515 | Message-Id: <200203032016100050.00066EE7@smtp.chello.at> | |
1516 | Branch: perl | |
1517 | ! pod/perlsyn.pod | |
1518 | ____________________________________________________________________________ | |
1519 | [ 14966] By: ams on 2002/03/03 18:06:32 | |
1520 | Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config; | |
1521 | From: Michael G Schwern <schwern@pobox.com> | |
1522 | Date: Sun, 3 Mar 2002 13:33:28 -0500 | |
1523 | Message-Id: <20020303183328.GA3296@blackrider> | |
1524 | Branch: perl | |
1525 | ! utils/h2xs.PL | |
1526 | ____________________________________________________________________________ | |
1527 | [ 14965] By: ams on 2002/03/03 18:00:03 | |
1528 | Log: Subject: [ PATCH ] HP back to default | |
1529 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1530 | Date: Sun, 03 Mar 2002 18:48:34 +0100 | |
1531 | Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl> | |
1532 | Branch: perl | |
1533 | ! hints/hpux.sh | |
1534 | ____________________________________________________________________________ | |
1535 | [ 14964] By: jhi on 2002/03/03 16:54:55 | |
1536 | Log: EBCDIC: special cases of special cases. | |
1537 | Branch: perl | |
1538 | ! t/uni/case.pl | |
1539 | ____________________________________________________________________________ | |
1540 | [ 14963] By: jhi on 2002/03/03 16:11:07 | |
1541 | Log: EBCDIC: the v-string components cannot exceed 2147483647. | |
1542 | Branch: perl | |
1543 | ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c | |
1544 | ____________________________________________________________________________ | |
1545 | [ 14962] By: jhi on 2002/03/03 15:06:55 | |
1546 | Log: Remove the bogus "incorrect case" warning completely. | |
1547 | The problem exists, but the cure, in which ever form | |
1548 | it will be, needs to be something more subtle. | |
1549 | Branch: perl | |
1550 | ! op.c pod/perldiag.pod | |
1551 | ____________________________________________________________________________ | |
1552 | [ 14961] By: ams on 2002/03/03 13:39:09 | |
1553 | Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays | |
1554 | From: Mark-Jason Dominus <mjd@plover.com> | |
1555 | Date: Sun, 03 Mar 2002 09:32:16 -0500 | |
1556 | Message-Id: <20020303143216.10536.qmail@plover.com> | |
1557 | Branch: perl | |
1558 | ! t/op/tiearray.t | |
1559 | ____________________________________________________________________________ | |
1560 | [ 14960] By: nick on 2002/03/03 09:59:59 | |
1561 | Log: Integrate mainline | |
1562 | Branch: perlio | |
1563 | +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t | |
1564 | - ext/Encode/t/table.rnd ext/Encode/t/table.utf8 | |
1565 | ! ext/Encode/compile | |
1566 | !> (integrate 27 files) | |
1567 | ____________________________________________________________________________ | |
1568 | [ 14959] By: ams on 2002/03/03 08:11:34 | |
1569 | Log: Fix #14957. | |
1570 | Branch: perl | |
1571 | ! ext/DB_File/t/db-recno.t | |
1572 | ____________________________________________________________________________ | |
1573 | [ 14958] By: ams on 2002/03/03 05:51:00 | |
1574 | Log: Subject: [PATCH @14577] NL in debugger | |
1575 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1576 | Date: Sat, 2 Mar 2002 05:34:12 -0500 | |
1577 | Message-Id: <20020302053412.A5465@math.ohio-state.edu> | |
1578 | Branch: perl | |
1579 | ! lib/perl5db.pl | |
1580 | ____________________________________________________________________________ | |
1581 | [ 14957] By: ams on 2002/03/03 05:00:04 | |
1582 | Log: Subject: Re: DB_File breakage | |
1583 | From: Schuyler Erle <schuyler@oreilly.com> | |
1584 | Date: Sat, 02 Mar 2002 21:50:30 -0800 | |
1585 | Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com> | |
1586 | Branch: perl | |
1587 | ! ext/DB_File/t/db-recno.t | |
1588 | ____________________________________________________________________________ | |
1589 | [ 14956] By: ams on 2002/03/03 04:40:08 | |
1590 | Log: Subject: [PATCH @14577] Debugging OPs | |
1591 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1592 | Date: Sat, 2 Mar 2002 05:49:58 -0500 | |
1593 | Message-Id: <20020302054958.A5511@math.ohio-state.edu> | |
1594 | Branch: perl | |
1595 | ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h | |
1596 | ! pod/perlrun.pod sv.h | |
1597 | ____________________________________________________________________________ | |
1598 | [ 14955] By: ams on 2002/03/03 04:34:41 | |
1599 | Log: Subject: Tie::Array doc patch | |
1600 | From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp> | |
1601 | Date: Sat, 02 Mar 2002 08:42:56 +0900 | |
1602 | Message-Id: <863czj97nj.wl@mail.edge.co.jp> | |
1603 | Branch: perl | |
1604 | ! lib/Tie/Array.pm | |
1605 | ____________________________________________________________________________ | |
1606 | [ 14954] By: ams on 2002/03/03 04:23:33 | |
1607 | Log: Subject: Re: Smoke 14870 | |
1608 | From: Nicholas Clark <nick@unfortu.net> | |
1609 | Date: Sat, 2 Mar 2002 20:00:53 +0000 | |
1610 | Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net> | |
1611 | Branch: perl | |
1612 | ! README.hpux | |
1613 | ____________________________________________________________________________ | |
1614 | [ 14953] By: ams on 2002/03/03 04:15:49 | |
1615 | Log: Subject: RE: VERSION core | |
1616 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
1617 | Date: Sat, 2 Mar 2002 22:50:44 -0000 | |
1618 | Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk> | |
1619 | Branch: perl | |
1620 | ! t/comp/use.t | |
1621 | ____________________________________________________________________________ | |
1622 | [ 14952] By: jhi on 2002/03/02 23:41:54 | |
1623 | Log: The #14949 removed this error from non-Win32. | |
1624 | Branch: perl | |
1625 | ! t/lib/warnings/op | |
1626 | ____________________________________________________________________________ | |
1627 | [ 14951] By: jhi on 2002/03/02 19:54:15 | |
1628 | Log: BeOS back on track. | |
1629 | Branch: perl | |
1630 | ! README.beos | |
1631 | ____________________________________________________________________________ | |
1632 | [ 14950] By: jhi on 2002/03/02 19:52:58 | |
1633 | Log: The _POSIX_OPEN_MAX values are allowed *minimums*, | |
1634 | higher is okay. | |
1635 | Branch: perl | |
1636 | ! ext/POSIX/t/posix.t | |
1637 | ____________________________________________________________________________ | |
1638 | [ 14949] By: jhi on 2002/03/02 19:33:29 | |
1639 | Log: For now, make "incorrect case" a Win32-only warning. | |
1640 | Branch: perl | |
1641 | ! op.c | |
1642 | ____________________________________________________________________________ | |
1643 | [ 14948] By: jhi on 2002/03/02 17:55:48 | |
1644 | Log: Demand more before attempting socketpair(). | |
1645 | Branch: perl | |
1646 | ! pp_sys.c | |
1647 | ____________________________________________________________________________ | |
1648 | [ 14947] By: jhi on 2002/03/02 17:35:09 | |
1649 | Log: Remove obsolete hack. | |
1650 | Branch: perl | |
1651 | ! makedepend.SH | |
1652 | ____________________________________________________________________________ | |
1653 | [ 14946] By: ams on 2002/03/02 16:00:32 | |
1654 | Log: Forgot to delete encode.* from MANIFEST. | |
1655 | Branch: perl | |
1656 | ! MANIFEST | |
1657 | ____________________________________________________________________________ | |
1658 | [ 14945] By: ams on 2002/03/02 14:41:03 | |
1659 | Log: Delete ex-test output. | |
1660 | Branch: perl | |
1661 | - ext/Encode/t/table.rnd ext/Encode/t/table.utf8 | |
1662 | ____________________________________________________________________________ | |
1663 | [ 14944] By: ams on 2002/03/02 13:54:35 | |
1664 | Log: Subject: [PATCH] DB_File 1.803 | |
1665 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
1666 | Date: Sat, 2 Mar 2002 14:33:32 -0000 | |
1667 | Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk> | |
1668 | Branch: perl | |
1669 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
1670 | ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t | |
1671 | ____________________________________________________________________________ | |
1672 | [ 14943] By: ams on 2002/03/02 13:43:06 | |
1673 | Log: Upgrade to Tie::File 0.14. | |
1674 | Branch: perl | |
1675 | + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t | |
1676 | ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t | |
1677 | ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t | |
1678 | ____________________________________________________________________________ | |
1679 | [ 14942] By: nick on 2002/03/02 11:05:53 | |
1680 | Log: Integrate mainline | |
1681 | Branch: perlio | |
1682 | +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc | |
1683 | +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd | |
1684 | +> ext/Encode/t/table.utf8 | |
1685 | !> Configure MANIFEST av.c ext/Encode/CN/CN.pm | |
1686 | !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm | |
1687 | !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
1688 | !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod | |
1689 | !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t | |
1690 | !> universal.c utils/perldoc.PL | |
1691 | ____________________________________________________________________________ | |
1692 | [ 14941] By: jhi on 2002/03/02 02:40:01 | |
1693 | Log: More CJK (just C, really) tables from Autrijus Tang | |
1694 | (originally from iconv, used with permission of Bruno Haible) | |
1695 | Branch: perl | |
1696 | + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc | |
1697 | + ext/Encode/Encode/iso-ir-165.enc | |
1698 | ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
1699 | ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL | |
1700 | ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm | |
1701 | ____________________________________________________________________________ | |
1702 | [ 14940] By: jhi on 2002/03/02 02:29:11 | |
1703 | Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section | |
1704 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
1705 | Date: Fri, 1 Mar 2002 15:32:13 -0500 | |
1706 | Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu> | |
1707 | Branch: perl | |
1708 | ! utils/perldoc.PL | |
1709 | ____________________________________________________________________________ | |
1710 | [ 14939] By: jhi on 2002/03/02 02:27:05 | |
1711 | Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2) | |
1712 | From: Schuyler Erle <schuyler@oreilly.com> | |
1713 | Date: Fri, 01 Mar 2002 14:22:19 -0800 | |
1714 | Message-ID: <3C7FFF1B.E74979B1@oreilly.com> | |
1715 | ||
1716 | Subject: Re: PATCH: "splice() offset past end of array" warning. | |
1717 | From: Mark-Jason Dominus <mjd@plover.com> | |
1718 | Date: Fri, 01 Mar 2002 17:19:49 -0500 | |
1719 | Message-ID: <20020301221949.7610.qmail@plover.com> | |
1720 | Branch: perl | |
1721 | ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t | |
1722 | ____________________________________________________________________________ | |
1723 | [ 14938] By: jhi on 2002/03/02 02:24:25 | |
1724 | Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays | |
1725 | From: Mark-Jason Dominus <mjd@plover.com> | |
1726 | Date: Fri, 01 Mar 2002 18:35:35 -0500 | |
1727 | Message-ID: <20020301233535.15969.qmail@plover.com> | |
1728 | Branch: perl | |
1729 | ! av.c | |
1730 | ____________________________________________________________________________ | |
1731 | [ 14937] By: jhi on 2002/03/01 23:00:08 | |
1732 | Log: Subject: RE: VERSION core | |
1733 | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> | |
1734 | Date: Fri, 1 Mar 2002 23:47:48 -0000 | |
1735 | Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk> | |
1736 | Branch: perl | |
1737 | ! pod/perldiag.pod universal.c | |
1738 | ____________________________________________________________________________ | |
1739 | [ 14936] By: pudge on 2002/03/01 18:02:45 | |
1740 | Log: Update Changes | |
1741 | Branch: maint-5.6/macperl | |
1742 | ! macos/Changes | |
1743 | ____________________________________________________________________________ | |
1744 | [ 14935] By: pudge on 2002/03/01 17:58:11 | |
1745 | Log: Fix update to resources | |
1746 | Branch: maint-5.6/macperl | |
1747 | ! macos/macperl/MacPerl.r | |
1748 | ____________________________________________________________________________ | |
1749 | [ 14934] By: jhi on 2002/03/01 17:35:14 | |
1750 | Log: metaconfig unit change for #14930. | |
1751 | Branch: metaconfig | |
1752 | ! U/modified/Init.U | |
1753 | ____________________________________________________________________________ | |
1754 | [ 14933] By: pudge on 2002/03/01 17:32:52 | |
1755 | Log: Fix debugger to handle Mac OS psedofiles | |
1756 | Branch: maint-5.6/macperl | |
1757 | ! lib/DB.pm lib/perl5db.pl | |
1758 | ____________________________________________________________________________ | |
1759 | [ 14932] By: pudge on 2002/03/01 17:32:02 | |
1760 | Log: Various fixes from Thomas Wegner | |
1761 | Branch: maint-5.6/macperl | |
1762 | ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c | |
1763 | ____________________________________________________________________________ | |
1764 | [ 14931] By: pudge on 2002/03/01 17:30:00 | |
1765 | Log: Some resource updates | |
1766 | Branch: maint-5.6/macperl | |
1767 | ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r | |
1768 | ! macos/macperl/MacPerl.rsrc | |
1769 | ____________________________________________________________________________ | |
1770 | [ 14930] By: jhi on 2002/03/01 17:29:32 | |
1771 | Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS | |
1772 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
1773 | Date: Fri, 01 Mar 2002 09:38:59 -0800 | |
1774 | Message-ID: <zy7f8gzkgWgY092yn@efn.org> | |
1775 | Branch: perl | |
1776 | ! Configure | |
1777 | ____________________________________________________________________________ | |
1778 | [ 14928] By: pudge on 2002/03/01 17:28:09 | |
1779 | Log: Add some missing sfio symbols (Alan Fry) | |
1780 | Branch: maint-5.6/macperl | |
1781 | ! macos/macperl.sym | |
1782 | ____________________________________________________________________________ | |
1783 | [ 14927] By: pudge on 2002/03/01 17:27:29 | |
1784 | Log: Update version and README | |
1785 | Branch: maint-5.6/macperl | |
1786 | ! README.macos macos/MPVersion.r | |
1787 | ____________________________________________________________________________ | |
1788 | [ 14926] By: nick on 2002/03/01 15:56:41 | |
1789 | Log: Integrate mainline | |
1790 | Branch: perlio | |
1791 | +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm | |
1792 | +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t | |
1793 | +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t | |
1794 | +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t | |
1795 | +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t | |
1796 | +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t | |
1797 | +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t | |
1798 | +> lib/Tie/File/13_size_rs.t | |
1799 | !> (integrate 80 files) | |
1800 | ____________________________________________________________________________ | |
1801 | [ 14925] By: jhi on 2002/03/01 15:28:10 | |
1802 | Log: Better advertising. | |
1803 | Branch: perl | |
1804 | ! pod/perldelta.pod pod/perlfaq5.pod | |
1805 | ____________________________________________________________________________ | |
1806 | [ 14924] By: jhi on 2002/03/01 14:32:16 | |
1807 | Log: Update Changes. | |
1808 | Branch: perl | |
1809 | ! Changes patchlevel.h | |
1810 | ____________________________________________________________________________ | |
1af02f2f JH |
1811 | [ 14923] By: jhi on 2002/03/01 14:17:54 |
1812 | Log: Lost in the shuffle. | |
1813 | Branch: perl | |
1814 | + lib/Math/BigInt/t/downgrade.t | |
1815 | ! MANIFEST | |
1816 | ____________________________________________________________________________ | |
1817 | [ 14922] By: jhi on 2002/03/01 13:23:41 | |
1818 | Log: Advertise Tie::File. | |
1819 | Branch: perl | |
1820 | ! pod/perldelta.pod pod/perlfaq5.pod | |
1821 | ____________________________________________________________________________ | |
1822 | [ 14921] By: jhi on 2002/03/01 13:14:18 | |
1823 | Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current | |
1824 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1825 | Date: Thu, 28 Feb 2002 18:55:48 +0100 | |
1826 | Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl> | |
1827 | Branch: perl | |
1828 | ! x2p/walk.c | |
1829 | ____________________________________________________________________________ | |
1830 | [ 14920] By: ams on 2002/03/01 09:06:01 | |
1831 | Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix | |
1832 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1833 | Date: Tue, 26 Feb 2002 19:54:31 -0500 | |
1834 | Message-Id: <20020226195431.A9625@math.ohio-state.edu> | |
1835 | Branch: perl | |
1836 | ! embed.fnc ext/B/B/Deparse.pm gv.c | |
1837 | ____________________________________________________________________________ | |
1838 | [ 14919] By: ams on 2002/03/01 03:03:12 | |
1839 | Log: Upgrade to Tie::File 0.13 (Win32 fixes.) | |
1840 | Branch: perl | |
1841 | ! lib/Tie/File.pm lib/Tie/File/01_gen.t | |
1842 | ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t | |
1843 | ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t | |
1844 | ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t | |
1845 | ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t | |
1846 | ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t | |
1847 | ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t | |
1848 | ____________________________________________________________________________ | |
1849 | [ 14918] By: ams on 2002/03/01 02:36:58 | |
1850 | Log: Add Tie::File 0.12 from MJD. | |
1851 | Branch: perl | |
1852 | + lib/Tie/File.pm lib/Tie/File/01_gen.t | |
1853 | + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t | |
1854 | + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t | |
1855 | + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t | |
1856 | + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t | |
1857 | + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t | |
1858 | + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t | |
1859 | ! MANIFEST | |
1860 | ____________________________________________________________________________ | |
1861 | [ 14917] By: jhi on 2002/03/01 02:13:24 | |
1862 | Log: Encoding name mapping tweaks. | |
1863 | Branch: perl | |
1864 | ! ext/Encode/Encode.pm | |
1865 | ____________________________________________________________________________ | |
1866 | [ 14916] By: jhi on 2002/02/28 21:26:07 | |
1867 | Log: metaconfig unit change for #14915. | |
1868 | Branch: metaconfig | |
1869 | ! U/modified/Init.U | |
1870 | ____________________________________________________________________________ | |
1871 | [ 14915] By: jhi on 2002/02/28 21:25:23 | |
1872 | Log: Subject: [PATCH] Configure to correctly recognize Amiga OS | |
1873 | From: Paul_GreenVOS@vos.stratus.com | |
1874 | Date: Thu, 28 Feb 02 15:05 est | |
1875 | Message-Id: <200202282007.PAA11412@mailhub1.stratus.com> | |
1876 | Branch: perl | |
1877 | ! Configure | |
1878 | ____________________________________________________________________________ | |
1879 | [ 14914] By: jhi on 2002/02/28 14:10:44 | |
1880 | Log: PL_bostr was pointing to the wrong string | |
1881 | (a string left around from the loading of the Unicode \w) | |
1882 | "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g" | |
1883 | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html | |
1884 | Branch: perl | |
1885 | ! regexec.c | |
1886 | ____________________________________________________________________________ | |
1887 | [ 14913] By: gbarr on 2002/02/28 13:06:11 | |
1888 | Log: Sync with libnet-1.10 | |
1889 | Branch: perl | |
1890 | ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm | |
1891 | ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm | |
1892 | ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm | |
1893 | ! lib/Net/t/netrc.t | |
1894 | ____________________________________________________________________________ | |
1895 | [ 14912] By: ams on 2002/02/28 13:02:50 | |
1896 | Log: Subject: [PATCH] perldelta.pod fixes | |
1897 | From: Autrijus Tang <autrijus@autrijus.org> | |
1898 | Date: Thu, 28 Feb 2002 21:44:15 +0800 | |
1899 | Message-Id: <20020228134415.GB16422@not.autrijus.org> | |
1900 | Branch: perl | |
1901 | ! pod/perldelta.pod | |
1902 | ____________________________________________________________________________ | |
1903 | [ 14911] By: ams on 2002/02/28 11:31:44 | |
1904 | Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX | |
1905 | From: Stas Bekman <stas@stason.org> | |
1906 | Date: Mon, 04 Feb 2002 16:18:53 +0800 | |
1907 | Message-Id: <3C7E1E5F.1000605@stason.org> | |
1908 | (Applied by hand). | |
1909 | Branch: perl | |
1910 | ! lib/File/Copy.pm | |
1911 | ____________________________________________________________________________ | |
1912 | [ 14910] By: ams on 2002/02/28 11:26:47 | |
1913 | Log: Subject: [PATCH lib/Pod/Html.pm] | |
1914 | From: Stas Bekman <stas@stason.org> | |
1915 | Date: Thu, 28 Feb 2002 20:05:01 +0800 | |
1916 | Message-Id: <3C7E1CED.7000307@stason.org> | |
1917 | Branch: perl | |
1918 | ! lib/Pod/Html.pm | |
1919 | ____________________________________________________________________________ | |
1920 | [ 14909] By: jhi on 2002/02/28 05:50:24 | |
1921 | Log: Tests for #14908. | |
1922 | Branch: perl | |
1923 | ! t/op/pat.t | |
1924 | ____________________________________________________________________________ | |
1925 | [ 14908] By: jhi on 2002/02/28 05:43:45 | |
1926 | Log: Make shared hash keys to be \0-terminated: | |
1927 | one possible resolution for | |
1928 | "UTF-8, weird \w behaviour after HASH-KEY-ification" | |
1929 | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html | |
1930 | The hash keys were shared (the SvLEN(sv) = 0 was the giveaway). | |
1931 | The hash keys weren't \0-terminated. This meant that the EOL ($) | |
1932 | in regmatch() got the nextchr beyond the last character. Since | |
1933 | the keys were UTF-8, the nextchr was \1, not the usual | |
1934 | string-terminating \0. Wham, no match. | |
1935 | ||
1936 | I think another possible resolution could be to stop the nextchr | |
1937 | computation in regmatch() from peeking beyond the last character | |
1938 | of the string: | |
1939 | ||
1940 | nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0; | |
1941 | Branch: perl | |
1942 | ! hv.c hv.h | |
1943 | ____________________________________________________________________________ | |
1944 | [ 14907] By: jhi on 2002/02/28 03:25:44 | |
1945 | Log: Subject: [PATCH] Perl interface to newIO() | |
1946 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
1947 | Date: Wed, 27 Feb 2002 20:15:27 -0800 | |
1948 | Message-ID: <f7af8gzkgaET092yn@efn.org> | |
1949 | Branch: perl | |
1950 | ! lib/Symbol.pm | |
1951 | ____________________________________________________________________________ | |
1952 | [ 14906] By: jhi on 2002/02/28 00:50:01 | |
1953 | Log: The "list" part of | |
1954 | ||
1955 | Subject: [PATCH perlop] .. returns a *list* of *integers* | |
1956 | From: Mike Guy <mjtg@cam.ac.uk> | |
1957 | Date: Tue, 26 Feb 2002 18:30:22 +0000 | |
1958 | Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk> | |
1959 | ||
1960 | plus few nits. | |
1961 | Branch: perl | |
1962 | ! pod/perlop.pod | |
1963 | ____________________________________________________________________________ | |
1964 | [ 14905] By: jhi on 2002/02/27 22:44:52 | |
1965 | Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test | |
1966 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1967 | Date: Thu, 28 Feb 2002 00:04:06 +0100 | |
1968 | Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com> | |
1969 | Branch: perl | |
1970 | ! lib/File/stat.t | |
1971 | ____________________________________________________________________________ | |
1972 | [ 14904] By: pudge on 2002/02/27 21:25:39 | |
1973 | Log: Integrate from maintperl. | |
1974 | Branch: maint-5.6/macperl | |
1975 | !> doio.c op.c t/io/open.t t/pragma/strict-subs | |
1976 | ____________________________________________________________________________ | |
1977 | [ 14903] By: jhi on 2002/02/27 21:23:14 | |
1978 | Log: Upgrade to Math::BigInt 1.53. | |
1979 | Branch: perl | |
1980 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
1981 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t | |
1982 | ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t | |
1983 | ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc | |
1984 | ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t | |
1985 | ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t | |
1986 | ____________________________________________________________________________ | |
1987 | [ 14902] By: jhi on 2002/02/27 21:17:38 | |
1988 | Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited | |
1989 | From: "Craig A. Berry" <craigberry@mac.com> | |
1990 | Date: Wed, 27 Feb 2002 15:36:38 -0600 | |
1991 | Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01> | |
1992 | Branch: perl | |
1993 | ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t | |
1994 | ! vms/ext/filespec.t | |
1995 | ____________________________________________________________________________ | |
1996 | [ 14901] By: jhi on 2002/02/27 21:14:22 | |
1997 | Log: Subject: [PATCH] Some minor changes for Cygwin | |
1998 | From: "Gerrit P. Haase" <gerrit@familiehaase.de> | |
1999 | Date: Wed, 27 Feb 2002 22:25:41 +0100 | |
2000 | Message-ID: <14296492589.20020227222541@familiehaase.de> | |
2001 | Branch: perl | |
2002 | ! Makefile.SH README.cygwin cygwin/perlld.in | |
2003 | ____________________________________________________________________________ | |
2004 | [ 14900] By: jhi on 2002/02/27 19:06:39 | |
2005 | Log: Update the UTF-8 explanation table. | |
2006 | Branch: perl | |
2007 | ! pod/perlunicode.pod utf8.h | |
2008 | ____________________________________________________________________________ | |
2009 | [ 14899] By: jhi on 2002/02/27 17:50:09 | |
2010 | Log: Repatch from Robin Barker: anon subs in C<package;> are | |
2011 | now __ANON__::__ANON__ (should help for mod_perl package | |
2012 | since #12251) | |
2013 | Branch: perl | |
2014 | ! gv.c op.c t/op/runlevel.t toke.c | |
2015 | ____________________________________________________________________________ | |
2016 | [ 14898] By: jhi on 2002/02/27 16:01:47 | |
2017 | Log: Update Changes. | |
2018 | Branch: perl | |
2019 | ! Changes patchlevel.h | |
2020 | ____________________________________________________________________________ | |
732319c6 JH |
2021 | [ 14897] By: jhi on 2002/02/27 15:26:12 |
2022 | Log: perldelta updates. | |
2023 | Branch: perl | |
2024 | ! pod/perldelta.pod | |
2025 | ____________________________________________________________________________ | |
2026 | [ 14896] By: jhi on 2002/02/27 15:23:21 | |
2027 | Log: Signedness nit. | |
2028 | Branch: perl | |
2029 | ! regexec.c | |
2030 | ____________________________________________________________________________ | |
2031 | [ 14895] By: jhi on 2002/02/27 15:12:36 | |
2032 | Log: Subject: Re: Smoke 14870 | |
2033 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2034 | Date: Wed, 27 Feb 2002 16:48:35 +0100 | |
2035 | Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl> | |
2036 | ||
2037 | (with some additional garnish) | |
2038 | Branch: perl | |
2039 | ! README.hpux hints/hpux.sh | |
2040 | ____________________________________________________________________________ | |
2041 | [ 14894] By: jhi on 2002/02/27 15:08:06 | |
2042 | Log: Avoid PL_OpPtr et al getting unnecessarily (when not used) | |
2043 | into perl.exp in AIX. | |
2044 | Branch: perl | |
2045 | ! makedef.pl perl.h | |
2046 | ____________________________________________________________________________ | |
2047 | [ 14893] By: jhi on 2002/02/27 13:49:59 | |
2048 | Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage | |
2049 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2050 | Date: Wed, 27 Feb 2002 14:39:35 GMT | |
2051 | Message-Id: <200202271439.OAA25005@tempest.npl.co.uk> | |
2052 | Branch: perl | |
2053 | ! pod/perlrun.pod | |
2054 | ____________________________________________________________________________ | |
2055 | [ 14892] By: jhi on 2002/02/27 13:41:14 | |
2056 | Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems | |
2057 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2058 | Date: Wed, 27 Feb 2002 12:25:30 GMT | |
2059 | Message-Id: <200202271225.MAA24806@tempest.npl.co.uk> | |
2060 | Branch: perl | |
2061 | ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm | |
2062 | ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod | |
2063 | ! pod/perlunicode.pod pod/perluniintro.pod | |
2064 | ____________________________________________________________________________ | |
2065 | [ 14891] By: jhi on 2002/02/27 01:11:13 | |
2066 | Log: Only modify LD_LIBRARY_PATH in case there are directories. | |
2067 | Branch: perl | |
2068 | ! hints/dec_osf.sh | |
2069 | ____________________________________________________________________________ | |
2070 | [ 14890] By: jhi on 2002/02/27 01:01:11 | |
2071 | Log: Subject: [PATCH] perl/hints/vos.sh | |
2072 | From: Paul_GreenVOS@vos.stratus.com | |
2073 | Date: Tue, 26 Feb 02 15:19 est | |
2074 | Message-Id: <200202262021.PAA24979@mailhub1.stratus.com> | |
2075 | Branch: perl | |
2076 | ! hints/vos.sh | |
2077 | ____________________________________________________________________________ | |
2078 | [ 14889] By: jhi on 2002/02/27 00:59:33 | |
2079 | Log: Forgot from #14888. | |
2080 | Branch: perl | |
2081 | ! ext/Unicode/Normalize/mkheader | |
2082 | ____________________________________________________________________________ | |
2083 | [ 14888] By: jhi on 2002/02/27 00:50:55 | |
2084 | Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki. | |
2085 | Branch: perl | |
2086 | ! ext/Unicode/Normalize/Changes | |
2087 | ! ext/Unicode/Normalize/Normalize.pm | |
2088 | ! ext/Unicode/Normalize/Normalize.xs | |
2089 | ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t | |
2090 | ! ext/Unicode/Normalize/t/test.t | |
2091 | ____________________________________________________________________________ | |
2092 | [ 14887] By: ams on 2002/02/26 23:51:52 | |
2093 | Log: Subject: Missing diagnostics | |
2094 | From: Simon Glover <scog@roe.ac.uk> | |
2095 | Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST) | |
2096 | Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk> | |
2097 | ||
2098 | Subject: [PATCH] Better wording for the lvalue vec diagnostic | |
2099 | From: Simon Glover <scog@roe.ac.uk> | |
2100 | Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST) | |
2101 | Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk> | |
2102 | Branch: perl | |
2103 | ! doop.c pod/perldiag.pod t/op/vec.t | |
2104 | ____________________________________________________________________________ | |
2105 | [ 14886] By: ams on 2002/02/26 15:48:34 | |
2106 | Log: Subject: [PATCH] Not OK 5.7.2@14884 | |
2107 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2108 | Date: Tue, 26 Feb 2002 15:03:55 +0100 | |
2109 | Message-Id: <m38z9gfigk.fsf@anima.de> | |
2110 | Branch: perl | |
2111 | ! t/lib/access.t | |
2112 | ____________________________________________________________________________ | |
2113 | [ 14885] By: nick on 2002/02/26 13:48:55 | |
2114 | Log: Integrate mainline | |
2115 | Branch: perlio | |
2116 | +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t | |
2117 | +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t | |
2118 | +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t | |
2119 | - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl | |
2120 | !> (integrate 102 files) | |
2121 | ____________________________________________________________________________ | |
2122 | [ 14884] By: jhi on 2002/02/26 11:17:42 | |
2123 | Log: Cray FP strikes again: things like 1.1 + 0.1 are easily | |
2124 | 1.1999999999999996, or thereabouts (yes, even sprintf). | |
2125 | Branch: perl | |
2126 | ! t/base/num.t | |
2127 | ____________________________________________________________________________ | |
2128 | [ 14883] By: jhi on 2002/02/26 11:09:07 | |
2129 | Log: Neither. | |
2130 | Branch: perl | |
2131 | ! pod/perldelta.pod | |
2132 | ____________________________________________________________________________ | |
2133 | [ 14882] By: ams on 2002/02/26 08:46:55 | |
2134 | Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"? | |
2135 | From: Michael G Schwern <schwern@pobox.com> | |
2136 | Date: Tue, 26 Feb 2002 01:01:28 -0500 | |
2137 | Message-Id: <20020226060128.GA2439@blackrider> | |
2138 | Branch: perl | |
2139 | ! hv.c pod/perldiag.pod | |
2140 | ____________________________________________________________________________ | |
2141 | [ 14881] By: jhi on 2002/02/26 03:01:28 | |
2142 | Log: Subject: [PATCH B::Concise] docs, typos | |
2143 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2144 | Date: Mon, 25 Feb 2002 16:41:16 +0100 | |
2145 | Message-ID: <20020225164116.A1054@rafael> | |
2146 | Branch: perl | |
2147 | ! ext/B/B/Concise.pm | |
2148 | ____________________________________________________________________________ | |
2149 | [ 14880] By: jhi on 2002/02/26 02:36:16 | |
2150 | Log: POSIX: add isatty to @EXPORT_OK, reformat. | |
2151 | Branch: perl | |
2152 | ! ext/POSIX/POSIX.pm | |
2153 | ____________________________________________________________________________ | |
2154 | [ 14879] By: jhi on 2002/02/26 01:03:17 | |
2155 | Log: If using -Dloclibpth=... the directories need to | |
2156 | be appended to LD_LIBRARY_PATH (and ickily, if those | |
2157 | directories contain a (newer?) libdb.so, we need to | |
2158 | prepend /usr/shlib to loclibpth). | |
2159 | Branch: perl | |
2160 | ! hints/dec_osf.sh | |
2161 | ____________________________________________________________________________ | |
2162 | [ 14878] By: jhi on 2002/02/26 01:01:13 | |
2163 | Log: Subject: [PATCH] Perl interface to newIO() | |
2164 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
2165 | Date: Mon, 25 Feb 2002 15:04:57 -0800 | |
2166 | Message-ID: <ZMse8gzkg6oQ092yn@efn.org> | |
2167 | Branch: perl | |
2168 | ! lib/Symbol.pm lib/Symbol.t | |
2169 | ____________________________________________________________________________ | |
2170 | [ 14877] By: jhi on 2002/02/26 00:06:16 | |
2171 | Log: Subject: [PATCH perlvar] "." is not in @INC when -T | |
2172 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2173 | Date: Mon, 25 Feb 2002 21:58:30 +0100 | |
2174 | Message-ID: <20020225215830.A744@rafael> | |
2175 | Branch: perl | |
2176 | ! pod/perlvar.pod | |
2177 | ____________________________________________________________________________ | |
2178 | [ 14876] By: jhi on 2002/02/25 22:23:11 | |
2179 | Log: Big5 tweaks from Autrijus Tang. | |
2180 | Branch: perl | |
2181 | ! ext/Encode/Encode/big5.enc | |
2182 | ____________________________________________________________________________ | |
2183 | [ 14875] By: jhi on 2002/02/25 22:19:56 | |
2184 | Log: Subject: [PATCH Glossary configpm] cleanups | |
2185 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2186 | Date: Mon, 25 Feb 2002 23:27:15 +0100 | |
2187 | Message-ID: <20020225232715.C744@rafael> | |
2188 | Branch: perl | |
2189 | ! Porting/Glossary Porting/config.sh Porting/config_H configpm | |
2190 | ____________________________________________________________________________ | |
2191 | [ 14874] By: jhi on 2002/02/25 21:53:29 | |
2192 | Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current) | |
2193 | From: Nicholas Clark <nick@unfortu.net> | |
2194 | Date: Mon, 25 Feb 2002 21:53:24 +0000 | |
2195 | Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net> | |
2196 | Branch: perl | |
2197 | ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL | |
2198 | ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL | |
2199 | ! ext/Encode/TW/Makefile.PL ext/Encode/compile | |
2200 | ____________________________________________________________________________ | |
2201 | [ 14873] By: jhi on 2002/02/25 21:28:54 | |
2202 | Log: Upgrade to I18N::LangTags 0.27. | |
2203 | (Causes one flipflop back to perl.com URL, must poke Sean.) | |
2204 | Branch: perl | |
2205 | ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog | |
2206 | ! lib/I18N/LangTags/List.pm | |
2207 | ____________________________________________________________________________ | |
2208 | [ 14872] By: jhi on 2002/02/25 21:22:32 | |
2209 | Log: Upgrade to Getopt::Long 2.28. | |
2210 | Branch: perl | |
2211 | ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES | |
2212 | ! lib/Getopt/Long/README | |
2213 | ____________________________________________________________________________ | |
2214 | [ 14871] By: jhi on 2002/02/25 19:46:35 | |
2215 | Log: No =head. | |
2216 | Branch: perl | |
2217 | ! pod/perlebcdic.pod | |
2218 | ____________________________________________________________________________ | |
2219 | [ 14870] By: jhi on 2002/02/25 15:02:50 | |
2220 | Log: Update Changes. | |
2221 | Branch: perl | |
2222 | ! Changes patchlevel.h | |
2223 | ____________________________________________________________________________ | |
2224 | [ 14869] By: jhi on 2002/02/25 14:54:00 | |
2225 | Log: metaconfig unit change for #14868. | |
2226 | Branch: metaconfig | |
2227 | ! U/modified/Chk_MANI.U | |
2228 | ____________________________________________________________________________ | |
a816e127 JH |
2229 | [ 14868] By: jhi on 2002/02/25 14:53:43 |
2230 | Log: Some hosts understand split -l 50, some only split -50 | |
2231 | (from Paul Eggert). | |
2232 | Branch: perl | |
2233 | ! Configure | |
2234 | ____________________________________________________________________________ | |
2235 | [ 14867] By: jhi on 2002/02/25 14:44:07 | |
2236 | Log: Subject: Re: [PATCH bleadperl] socketpair.t | |
2237 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
2238 | Date: Sun, 24 Feb 2002 10:31:25 +0100 | |
2239 | Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu> | |
2240 | ||
2241 | (the pid half only) | |
2242 | Branch: perl | |
2243 | ! win32/win32.c | |
2244 | ____________________________________________________________________________ | |
2245 | [ 14866] By: jhi on 2002/02/25 14:35:19 | |
2246 | Log: Mention the new pack tricks. | |
2247 | Branch: perl | |
2248 | ! pod/perldelta.pod | |
2249 | ____________________________________________________________________________ | |
2250 | [ 14865] By: jhi on 2002/02/25 14:30:28 | |
2251 | Log: Subject: [PATCH] consistent commands for perl5db.pl etc. | |
2252 | From: Richard.Foley@t-online.de (Richard Foley) | |
2253 | Date: Mon, 25 Feb 2002 13:47:03 +0100 | |
2254 | Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com> | |
2255 | Branch: perl | |
2256 | ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod | |
2257 | ! pod/perldebug.pod pod/perldelta.pod | |
2258 | ____________________________________________________________________________ | |
2259 | [ 14864] By: jhi on 2002/02/25 13:51:32 | |
2260 | Log: Typo corrections from John P. Linderman. | |
2261 | Branch: perl | |
2262 | ! ext/IPC/SysV/Semaphore.pm | |
2263 | ____________________________________________________________________________ | |
2264 | [ 14863] By: jhi on 2002/02/25 13:49:32 | |
2265 | Log: Upgrade to Math::BigInt 1.52. | |
2266 | Branch: perl | |
2267 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
2268 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t | |
2269 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t | |
2270 | ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t | |
2271 | ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm | |
2272 | ____________________________________________________________________________ | |
2273 | [ 14862] By: ams on 2002/02/25 10:39:40 | |
2274 | Log: Subject: [PATCH Cwd.pm] cut-n-paste error? | |
2275 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2276 | Date: Mon, 25 Feb 2002 11:35:06 GMT | |
2277 | Message-Id: <200202251135.LAA00573@tempest.npl.co.uk> | |
2278 | ||
2279 | Subject: [PATCH Net/Cmd.pm] | |
2280 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2281 | Date: Mon, 25 Feb 2002 11:37:06 GMT | |
2282 | Message-Id: <200202251137.LAA00579@tempest.npl.co.uk> | |
2283 | Branch: perl | |
2284 | ! lib/Cwd.pm lib/Net/Cmd.pm | |
2285 | ____________________________________________________________________________ | |
2286 | [ 14861] By: jhi on 2002/02/25 03:40:45 | |
2287 | Log: Cut-and-paste errors. | |
2288 | Branch: perl | |
2289 | ! t/op/pat.t | |
2290 | ____________________________________________________________________________ | |
2291 | [ 14860] By: jhi on 2002/02/25 03:36:24 | |
2292 | Log: EBCDIC: the control characters are not that easy to find. | |
2293 | Branch: perl | |
2294 | ! t/op/pat.t | |
2295 | ____________________________________________________________________________ | |
2296 | [ 14859] By: jhi on 2002/02/25 03:02:23 | |
2297 | Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters | |
2298 | From: John Peacock <jpeacock@rowman.com> | |
2299 | Date: Sun, 24 Feb 2002 22:08:28 -0500 | |
2300 | Message-ID: <3C79AAAC.6060903@rowman.com> | |
2301 | Branch: perl | |
2302 | ! sv.c | |
2303 | ____________________________________________________________________________ | |
2304 | [ 14858] By: jhi on 2002/02/25 00:01:13 | |
2305 | Log: SvSetSV() is not returnable, but that's okay since | |
2306 | sv_copypv() returns void. | |
2307 | Branch: perl | |
2308 | ! sv.c | |
2309 | ____________________________________________________________________________ | |
2310 | [ 14857] By: jhi on 2002/02/24 23:33:33 | |
2311 | Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters | |
2312 | From: John Peacock <jpeacock@rowman.com> | |
2313 | Date: Sun, 24 Feb 2002 16:40:07 -0500 | |
2314 | Message-ID: <3C795DB7.40105@rowman.com> | |
2315 | Branch: perl | |
2316 | ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod | |
2317 | ! pp_hot.c proto.h sv.c | |
2318 | ____________________________________________________________________________ | |
2319 | [ 14856] By: jhi on 2002/02/24 20:15:51 | |
2320 | Log: Tiny code cleanup. | |
2321 | Branch: perl | |
2322 | ! regexec.c | |
2323 | ____________________________________________________________________________ | |
2324 | [ 14855] By: jhi on 2002/02/24 19:49:01 | |
2325 | Log: Use to_uni_fold(). | |
2326 | Branch: perl | |
2327 | ! regcomp.c | |
2328 | ____________________________________________________________________________ | |
2329 | [ 14854] By: jhi on 2002/02/24 19:45:43 | |
2330 | Log: Document the new taint behaviour of exec LIST and | |
2331 | system LIST. | |
2332 | Branch: perl | |
2333 | ! pod/perldelta.pod | |
2334 | ____________________________________________________________________________ | |
2335 | [ 14853] By: jhi on 2002/02/24 18:28:31 | |
2336 | Log: Subject: [PATCH] Re: taint news | |
2337 | From: Rick Delaney <rick.delaney@rogers.com> | |
2338 | Date: 24 Feb 2002 11:35:00 -0500 | |
2339 | Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> | |
2340 | Branch: perl | |
2341 | ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t | |
2342 | ____________________________________________________________________________ | |
2343 | [ 14852] By: jhi on 2002/02/24 18:20:55 | |
2344 | Log: EBCDIC tweak (native instead of uni) and comment update. | |
2345 | Branch: perl | |
2346 | ! regexec.c | |
2347 | ____________________________________________________________________________ | |
2348 | [ 14851] By: jhi on 2002/02/24 13:02:53 | |
2349 | Log: Using uninitialized (and wrong) variables is not good. | |
2350 | Branch: perl | |
2351 | ! regcomp.c | |
2352 | ____________________________________________________________________________ | |
2353 | [ 14850] By: jhi on 2002/02/24 05:28:15 | |
2354 | Log: EBCDIC: this seems to calm the last of the | |
2355 | Malformed UTF-8 warnings. | |
2356 | Branch: perl | |
2357 | ! regcomp.c utf8.c | |
2358 | ____________________________________________________________________________ | |
2359 | [ 14849] By: jhi on 2002/02/23 23:35:03 | |
2360 | Log: EBCDIC: document using Encode for character conversions. | |
2361 | Branch: perl | |
2362 | ! pod/perlebcdic.pod | |
2363 | ____________________________________________________________________________ | |
2364 | [ 14848] By: jhi on 2002/02/23 23:20:57 | |
2365 | Log: EBCDIC: disable also Unicode::Collate and | |
2366 | Unicode::Normalize for now. Real users of | |
2367 | EBCDIC have to decide what they want. | |
2368 | Branch: perl | |
2369 | ! ext/Unicode/Normalize/Normalize.pm | |
2370 | ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t | |
2371 | ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm | |
2372 | ! lib/Unicode/Collate/t/test.t | |
2373 | ____________________________________________________________________________ | |
2374 | [ 14847] By: jhi on 2002/02/23 20:12:21 | |
2375 | Log: AUTHORS updates. | |
2376 | Branch: perl | |
2377 | ! AUTHORS | |
2378 | ____________________________________________________________________________ | |
2379 | [ 14846] By: jhi on 2002/02/23 20:05:10 | |
2380 | Log: Retract #14571: there may be a better solution than | |
2381 | tweaking the test. | |
2382 | Branch: perl | |
2383 | ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t | |
2384 | ____________________________________________________________________________ | |
2385 | [ 14845] By: jhi on 2002/02/23 19:15:32 | |
2386 | Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS | |
2387 | From: "Craig A. Berry" <craigberry@mac.com> | |
2388 | Date: Sat, 23 Feb 2002 14:14:35 -0600 | |
2389 | Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]> | |
2390 | Branch: perl | |
2391 | ! configure.com | |
2392 | ____________________________________________________________________________ | |
2393 | [ 14844] By: jhi on 2002/02/23 18:37:14 | |
2394 | Log: metaconfig unit change for #14843. | |
2395 | Branch: metaconfig/U/perl | |
2396 | ! Extensions.U | |
2397 | ____________________________________________________________________________ | |
2398 | [ 14843] By: jhi on 2002/02/23 18:36:43 | |
2399 | Log: Also Encode/JP needs to be listed explicitly. | |
2400 | (Any other sub-Encode extensions?) | |
2401 | Branch: perl | |
2402 | ! Configure | |
2403 | ____________________________________________________________________________ | |
2404 | [ 14842] By: jhi on 2002/02/23 18:17:07 | |
2405 | Log: Document known UNICOS/mk deficiency. | |
2406 | Branch: perl | |
2407 | ! pod/perldelta.pod | |
2408 | ____________________________________________________________________________ | |
2409 | [ 14841] By: jhi on 2002/02/23 16:29:49 | |
2410 | Log: Subject: [PATCH] README mention version 5.0 | |
2411 | From: Autrijus Tang <autrijus@autrijus.org> | |
2412 | Date: Sat, 23 Feb 2002 09:35:22 +0800 | |
2413 | Message-ID: <20020223013522.GA8694@not.autrijus.org> | |
2414 | Branch: perl | |
2415 | ! README | |
2416 | ____________________________________________________________________________ | |
2417 | [ 14840] By: jhi on 2002/02/23 03:32:59 | |
2418 | Log: metaconfig unit change for #14839. | |
2419 | Branch: metaconfig | |
2420 | ! U/modified/Signal.U | |
2421 | ____________________________________________________________________________ | |
2422 | [ 14839] By: jhi on 2002/02/23 03:32:32 | |
2423 | Log: Old hosts like NeXT Classic don't have sort -k, | |
2424 | from Paul Eggert. | |
2425 | Branch: perl | |
2426 | ! Configure | |
2427 | ____________________________________________________________________________ | |
2428 | [ 14838] By: ams on 2002/02/22 21:14:29 | |
2429 | Log: Minor clarifications as suggested by Anton Tagunov. | |
2430 | Branch: perl | |
2431 | ! pod/perlsyn.pod | |
2432 | ____________________________________________________________________________ | |
2433 | [ 14837] By: ams on 2002/02/22 21:07:02 | |
2434 | Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob | |
2435 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2436 | Date: Fri, 22 Feb 2002 23:01:07 +0100 | |
2437 | Message-Id: <20020222230107.A15069@rafael> | |
2438 | Branch: perl | |
2439 | ! sv.c t/op/gv.t | |
2440 | ____________________________________________________________________________ | |
2441 | [ 14836] By: jhi on 2002/02/22 20:39:11 | |
2442 | Log: metaconfig unit change for #14835. | |
2443 | Branch: metaconfig | |
2444 | ! U/modified/Chk_MANI.U | |
2445 | ____________________________________________________________________________ | |
2446 | [ 14835] By: jhi on 2002/02/22 20:38:32 | |
2447 | Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls. | |
2448 | Branch: perl | |
2449 | ! Configure | |
2450 | ____________________________________________________________________________ | |
2451 | [ 14834] By: jhi on 2002/02/22 18:06:01 | |
2452 | Log: Subject: [PATCH] Re: Pyrrhic compression in Encode | |
2453 | From: Michael G Schwern <schwern@pobox.com> | |
2454 | Date: Fri, 22 Feb 2002 12:10:28 -0500 | |
2455 | Message-ID: <20020222171027.GB4181@blackrider> | |
2456 | Branch: perl | |
2457 | ! ext/Encode/compile | |
2458 | ____________________________________________________________________________ | |
2459 | [ 14833] By: jhi on 2002/02/22 14:51:17 | |
2460 | Log: Update Changes. | |
2461 | Branch: perl | |
2462 | ! Changes patchlevel.h | |
2463 | ____________________________________________________________________________ | |
71de3767 JH |
2464 | [ 14832] By: jhi on 2002/02/22 14:25:18 |
2465 | Log: Implement IV/UV/NV/long double pack/unpack with | |
2466 | template letters j/J/F/D (the latter two have been | |
2467 | undocumented aliases of f/d). | |
2468 | Branch: perl | |
2469 | ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t | |
2470 | ____________________________________________________________________________ | |
2471 | [ 14831] By: jhi on 2002/02/22 13:47:08 | |
2472 | Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile | |
2473 | From: Nicholas Clark <nick@unfortu.net> | |
2474 | Date: Fri, 22 Feb 2002 14:01:25 +0000 | |
2475 | Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net> | |
2476 | Branch: perl | |
2477 | ! ext/Encode/compile | |
2478 | ____________________________________________________________________________ | |
2479 | [ 14830] By: jhi on 2002/02/22 13:44:27 | |
2480 | Log: NetWare change from Ananth Kesari. | |
2481 | Branch: perl | |
2482 | - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl | |
2483 | ! MANIFEST | |
2484 | ____________________________________________________________________________ | |
2485 | [ 14829] By: jhi on 2002/02/22 13:42:42 | |
2486 | Log: Subject: [PATCH @14577] pack with a human face: part ]|[ | |
2487 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2488 | Date: Fri, 22 Feb 2002 03:55:13 -0500 | |
2489 | Message-ID: <20020222035513.A894@math.ohio-state.edu> | |
2490 | Branch: perl | |
2491 | ! pod/perlfunc.pod pp_pack.c t/op/pack.t | |
2492 | ____________________________________________________________________________ | |
2493 | [ 14828] By: jhi on 2002/02/22 13:19:19 | |
2494 | Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now. | |
2495 | Branch: perl | |
2496 | ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm | |
2497 | ____________________________________________________________________________ | |
2498 | [ 14827] By: jhi on 2002/02/22 13:11:00 | |
2499 | Log: Make measure_struct a file static. | |
2500 | Branch: perl | |
2501 | ! pp_pack.c | |
2502 | ____________________________________________________________________________ | |
2503 | [ 14826] By: jhi on 2002/02/22 04:30:27 | |
2504 | Log: EBCDIC: someone who knows what they are doing | |
2505 | and whether it is possible at all in the first | |
2506 | place needs to figure these tests out on EBCDIC. | |
2507 | The CJK encodings heavily abuse their knowledge | |
2508 | of ASCII and that may require a translation layer | |
2509 | or four to survive UTF-EBCDIC. | |
2510 | Branch: perl | |
2511 | ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t | |
2512 | ____________________________________________________________________________ | |
2513 | [ 14825] By: jhi on 2002/02/22 02:43:03 | |
2514 | Log: croak() needs context. | |
2515 | Branch: perl | |
2516 | ! pp_pack.c | |
2517 | ____________________________________________________________________________ | |
2518 | [ 14824] By: jhi on 2002/02/22 01:56:06 | |
2519 | Log: Subject: [PATCH @14577] pack with a human face: the sequel | |
2520 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2521 | Date: Thu, 21 Feb 2002 21:33:37 -0500 | |
2522 | Message-ID: <20020221213337.A23848@math.ohio-state.edu> | |
2523 | Branch: perl | |
2524 | ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c | |
2525 | ! proto.h t/op/pack.t | |
2526 | ____________________________________________________________________________ | |
2527 | [ 14823] By: jhi on 2002/02/22 00:38:19 | |
2528 | Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile | |
2529 | From: Nicholas Clark <nick@unfortu.net> | |
2530 | Date: Fri, 22 Feb 2002 00:49:44 +0000 | |
2531 | Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net> | |
2532 | Branch: perl | |
2533 | ! ext/Encode/compile | |
2534 | ____________________________________________________________________________ | |
2535 | [ 14822] By: jhi on 2002/02/21 22:42:17 | |
2536 | Log: Test for #14795. | |
2537 | Branch: perl | |
2538 | ! t/op/pat.t | |
2539 | ____________________________________________________________________________ | |
2540 | [ 14821] By: jhi on 2002/02/21 22:05:20 | |
2541 | Log: Testing for ASCII in EBCDIC makes one's brain hurt. | |
2542 | Branch: perl | |
2543 | ! t/op/pat.t | |
2544 | ____________________________________________________________________________ | |
2545 | [ 14820] By: jhi on 2002/02/21 21:53:00 | |
2546 | Log: Subject: [PATCH] next batch of bugfixes | |
2547 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2548 | Date: Thu, 21 Feb 2002 23:54:41 +0100 | |
2549 | Message-ID: <20020221235441.A17260@rafael> | |
2550 | Branch: perl | |
2551 | ! ext/B/B/Deparse.pm | |
2552 | ____________________________________________________________________________ | |
2553 | [ 14819] By: jhi on 2002/02/21 21:06:54 | |
2554 | Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1) | |
2555 | From: chromatic <chromatic@rmci.net> | |
2556 | Date: Thu, 21 Feb 2002 14:17:35 -0700 | |
2557 | Message-ID: <20020221211823.80922.qmail@onion.perl.org> | |
2558 | Branch: perl | |
2559 | ! lib/File/stat.pm lib/File/stat.t | |
2560 | ____________________________________________________________________________ | |
2561 | [ 14818] By: jhi on 2002/02/21 21:01:36 | |
2562 | Log: Externalization from Jatan Shah <jshah@broadcom.com>. | |
2563 | Branch: perl | |
2564 | ! ext/re/re.xs | |
2565 | ____________________________________________________________________________ | |
2566 | [ 14817] By: jhi on 2002/02/21 20:02:27 | |
2567 | Log: Upgrade to Math::BigInt 1.51. | |
2568 | Branch: perl | |
2569 | + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t | |
2570 | + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t | |
2571 | + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t | |
2572 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
2573 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t | |
2574 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t | |
2575 | ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc | |
2576 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t | |
2577 | ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t | |
2578 | ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t | |
2579 | ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t | |
2580 | ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm | |
2581 | ____________________________________________________________________________ | |
2582 | [ 14816] By: jhi on 2002/02/21 19:33:01 | |
2583 | Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken | |
2584 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
2585 | Date: Thu, 21 Feb 2002 21:20:25 +0100 | |
2586 | Message-ID: <69510538936.20020221212025@familiehaase.de> | |
2587 | Branch: perl | |
2588 | ! Makefile.SH | |
2589 | ____________________________________________________________________________ | |
2590 | [ 14815] By: jhi on 2002/02/21 17:28:23 | |
2591 | Log: Subject: [PATCH @14577] grouping in pack/unpack | |
2592 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2593 | Date: Thu, 21 Feb 2002 06:06:14 -0500 | |
2594 | Message-ID: <20020221060614.A29836@math.ohio-state.edu> | |
2595 | Branch: perl | |
2596 | ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod | |
2597 | ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t | |
2598 | ____________________________________________________________________________ | |
2599 | [ 14814] By: jhi on 2002/02/21 15:41:10 | |
2600 | Log: Subject: [PATCH propose] question about fs.t | |
2601 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
2602 | Date: Thu, 21 Feb 2002 15:10:21 +0100 | |
2603 | Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu> | |
2604 | Branch: perl | |
2605 | ! t/io/fs.t | |
2606 | ____________________________________________________________________________ | |
2607 | [ 14813] By: jhi on 2002/02/21 15:37:44 | |
2608 | Log: Subject: [PATCH] 'make clobber' on Cygwin broken | |
2609 | From: "Gerrit P. Haase" <gerrit@familiehaase.de> | |
2610 | Date: Thu, 21 Feb 2002 09:54:28 +0100 | |
2611 | Message-ID: <13576559576.20020221095428@familiehaase.de> | |
2612 | Branch: perl | |
2613 | ! Makefile.SH | |
2614 | ____________________________________________________________________________ | |
2615 | [ 14812] By: ams on 2002/02/21 14:59:09 | |
2616 | Log: Subject: typo correction | |
2617 | From: mjd@plover.com | |
2618 | Date: 21 Feb 2002 15:43:49 -0000 | |
2619 | Message-Id: <20020221154349.22772.qmail@plover.com> | |
2620 | Branch: perl | |
2621 | ! pod/perldebug.pod | |
2622 | ____________________________________________________________________________ | |
2623 | [ 14811] By: ams on 2002/02/21 14:02:12 | |
2624 | Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden | |
2625 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2626 | Date: Thu, 21 Feb 2002 15:22:22 +0100 | |
2627 | Message-Id: <20020221152222.A15095@rafael> | |
2628 | Branch: perl | |
2629 | ! op.h toke.c | |
2630 | ____________________________________________________________________________ | |
2631 | [ 14810] By: ams on 2002/02/21 12:45:28 | |
2632 | Log: Subject: [PATCH @14577] cosmetic OS/2 patches | |
2633 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2634 | Date: Thu, 21 Feb 2002 06:02:48 -0500 | |
2635 | Message-Id: <20020221060248.A29705@math.ohio-state.edu> | |
2636 | Branch: perl | |
2637 | ! lib/ExtUtils/Mksymlists.pm makedef.pl | |
2638 | ____________________________________________________________________________ | |
2639 | [ 14809] By: nick on 2002/02/21 09:31:08 | |
2640 | Log: Integrate mainline | |
2641 | Branch: perlio | |
2642 | +> lib/Pod/t/Select.t | |
2643 | !> (integrate 37 files) | |
2644 | ____________________________________________________________________________ | |
2645 | [ 14808] By: jhi on 2002/02/21 05:33:27 | |
2646 | Log: metaconfig unit change for #14807. | |
2647 | Branch: metaconfig | |
2648 | ! U/modified/Signal.U | |
2649 | ____________________________________________________________________________ | |
2650 | [ 14807] By: jhi on 2002/02/21 05:33:07 | |
2651 | Log: Revert #14805, didn't quite work. | |
2652 | Branch: perl | |
2653 | ! Configure config_h.SH | |
2654 | ____________________________________________________________________________ | |
2655 | [ 14806] By: jhi on 2002/02/21 05:21:52 | |
2656 | Log: metaconfig changes for #14805. | |
2657 | Branch: metaconfig | |
2658 | ! U/modified/Signal.U dist-3.0at70b/kit/makeSH | |
2659 | ____________________________________________________________________________ | |
2660 | [ 14805] By: jhi on 2002/02/21 05:21:21 | |
2661 | Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts | |
2662 | From: Paul Eggert <eggert@twinsun.com> | |
2663 | Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST) | |
2664 | Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com> | |
2665 | Branch: perl | |
2666 | ! Configure config_h.SH | |
2667 | ____________________________________________________________________________ | |
2668 | [ 14804] By: jhi on 2002/02/21 04:56:05 | |
2669 | Log: More advice. | |
2670 | Branch: perl | |
2671 | ! README.os390 | |
2672 | ____________________________________________________________________________ | |
2673 | [ 14803] By: jhi on 2002/02/21 04:40:37 | |
2674 | Log: Missing MANIFESTation. | |
2675 | Branch: perl | |
2676 | ! MANIFEST | |
2677 | ____________________________________________________________________________ | |
2678 | [ 14802] By: ams on 2002/02/20 22:55:25 | |
2679 | Log: Subject: [PATCH] Add missing Tolkien quotes to *.c | |
2680 | From: Autrijus Tang <autrijus@autrijus.org> | |
2681 | Date: Thu, 21 Feb 2002 07:13:12 +0800 | |
2682 | Message-Id: <20020220231312.GA775@not.autrijus.org> | |
2683 | Branch: perl | |
2684 | ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c | |
2685 | ____________________________________________________________________________ | |
2686 | [ 14801] By: ams on 2002/02/20 22:27:20 | |
2687 | Log: Subject: Re: Make Schwern poor in just 20 easy steps! | |
2688 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
2689 | Date: Thu, 21 Feb 2002 00:20:40 +0100 | |
2690 | Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com> | |
2691 | Branch: perl | |
2692 | + lib/Pod/t/Select.t | |
2693 | ____________________________________________________________________________ | |
2694 | [ 14800] By: jhi on 2002/02/20 22:15:23 | |
2695 | Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument | |
2696 | twice, causing the loop to skip every other character. | |
2697 | Branch: perl | |
2698 | ! utf8.c | |
2699 | ____________________________________________________________________________ | |
2700 | [ 14799] By: jhi on 2002/02/20 21:43:21 | |
2701 | Log: Better debugging info. | |
2702 | Branch: perl | |
2703 | ! t/uni/case.pl | |
2704 | ____________________________________________________________________________ | |
2705 | [ 14798] By: jhi on 2002/02/20 21:13:50 | |
2706 | Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile | |
2707 | From: Nicholas Clark <nick@unfortu.net> | |
2708 | Date: Wed, 20 Feb 2002 22:13:05 +0000 | |
2709 | Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net> | |
2710 | Branch: perl | |
2711 | ! ext/Encode/compile | |
2712 | ____________________________________________________________________________ | |
2713 | [ 14797] By: jhi on 2002/02/20 18:31:14 | |
2714 | Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts | |
2715 | From: Paul Eggert <eggert@twinsun.com> | |
2716 | Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST) | |
2717 | Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com> | |
2718 | Branch: perl | |
2719 | ! pod/perlhack.pod | |
2720 | ____________________________________________________________________________ | |
2721 | [ 14796] By: nick on 2002/02/20 18:15:00 | |
2722 | Log: Integrate mainline | |
2723 | Branch: perlio | |
2724 | +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
2725 | +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod | |
2726 | +> lib/Locale/Country.pod lib/Locale/Currency.pod | |
2727 | +> lib/Locale/Language.pod lib/Locale/Script.pm | |
2728 | +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t | |
2729 | +> t/uni/title.t t/uni/upper.t | |
2730 | !> (integrate 41 files) | |
2731 | ____________________________________________________________________________ | |
2732 | [ 14795] By: ams on 2002/02/20 17:08:38 | |
2733 | Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports | |
2734 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2735 | Date: Wed, 20 Feb 2002 18:06:59 +0000 | |
2736 | Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk> | |
2737 | Branch: perl | |
2738 | ! pp_ctl.c | |
2739 | ____________________________________________________________________________ | |
2740 | [ 14794] By: ams on 2002/02/20 16:41:56 | |
2741 | Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark | |
2742 | From: Paul_GreenVOS@vos.stratus.com | |
2743 | Date: Wed, 20 Feb 02 12:21 est | |
2744 | Message-Id: <200202201723.MAA24639@mailhub1.stratus.com> | |
2745 | Branch: perl | |
2746 | ! Makefile.SH | |
2747 | ____________________________________________________________________________ | |
2748 | [ 14793] By: jhi on 2002/02/20 16:26:56 | |
2749 | Log: Forgot from #14790. | |
2750 | Branch: perl | |
2751 | ! pp_pack.c | |
2752 | ____________________________________________________________________________ | |
2753 | [ 14792] By: jhi on 2002/02/20 16:23:00 | |
2754 | Log: Update Changes. | |
2755 | Branch: perl | |
2756 | ! Changes patchlevel.h | |
2757 | ____________________________________________________________________________ | |
13089db4 JH |
2758 | [ 14791] By: jhi on 2002/02/20 15:24:19 |
2759 | Log: Integrate change #14778 from maintperl. | |
2760 | Branch: perl | |
2761 | ! t/lib/strict/subs | |
2762 | !> op.c | |
2763 | ____________________________________________________________________________ | |
2764 | [ 14790] By: jhi on 2002/02/20 15:08:06 | |
2765 | Log: Subject: Re: [ID 20020220.001] pack w with objects | |
2766 | From: Ulrich Pfeifer <upf@de.uu.net> | |
2767 | Date: 20 Feb 2002 11:21:15 +0100 | |
2768 | Message-ID: <p5g03wcv38.fsf@de.uu.net> | |
2769 | Branch: perl | |
2770 | ! t/op/pack.t | |
2771 | ____________________________________________________________________________ | |
2772 | [ 14789] By: jhi on 2002/02/20 15:05:54 | |
2773 | Log: Subject: Re: [PATCH] go faster for Encode's compile | |
2774 | From: Nicholas Clark <nick@unfortu.net> | |
2775 | Date: Tue, 19 Feb 2002 23:38:36 +0000 | |
2776 | Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net> | |
2777 | Branch: perl | |
2778 | ! ext/Encode/compile | |
2779 | ____________________________________________________________________________ | |
2780 | [ 14788] By: jhi on 2002/02/20 15:02:31 | |
2781 | Log: Regen Glossary. | |
2782 | Branch: perl | |
2783 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
2784 | ____________________________________________________________________________ | |
2785 | [ 14787] By: jhi on 2002/02/20 14:57:37 | |
2786 | Log: metaconfig unit change for #14786 (not visible yet, | |
2787 | since Glossary needs regenerating) | |
2788 | Branch: metaconfig | |
2789 | ! U/compline/d_gconvert.U | |
2790 | ____________________________________________________________________________ | |
2791 | [ 14786] By: jhi on 2002/02/20 14:56:55 | |
2792 | Log: Subject: d_Gconvert hints and Glossary | |
2793 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
2794 | Date: Tue, 19 Feb 2002 11:55:36 -0800 | |
2795 | Message-ID: <42qc8gzkgOFN092yn@efn.org> | |
2796 | Branch: perl | |
2797 | ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh | |
2798 | ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh | |
2799 | ! hints/svr5.sh | |
2800 | ____________________________________________________________________________ | |
2801 | [ 14785] By: jhi on 2002/02/20 14:38:45 | |
2802 | Log: metaconfig unit changes for #14784. | |
2803 | Branch: metaconfig | |
2804 | ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U | |
2805 | ____________________________________________________________________________ | |
2806 | [ 14784] By: jhi on 2002/02/20 14:38:14 | |
2807 | Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts | |
2808 | From: Paul Eggert <eggert@twinsun.com> | |
2809 | Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) | |
2810 | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> | |
2811 | Branch: perl | |
2812 | ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh | |
2813 | ! pod/perlhack.pod | |
2814 | ____________________________________________________________________________ | |
2815 | [ 14783] By: jhi on 2002/02/20 14:21:32 | |
2816 | Log: metaconfig unit change for #14782. | |
2817 | Branch: metaconfig/U/perl | |
2818 | ! Mksymlinks.U | |
2819 | ____________________________________________________________________________ | |
2820 | [ 14782] By: jhi on 2002/02/20 14:20:33 | |
2821 | Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin) | |
2822 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
2823 | Date: Wed, 20 Feb 2002 00:23:29 +0100 | |
2824 | Message-ID: <70348722516.20020220002329@familiehaase.de> | |
2825 | Branch: perl | |
2826 | ! Configure | |
2827 | ____________________________________________________________________________ | |
2828 | [ 14781] By: jhi on 2002/02/20 13:58:16 | |
2829 | Log: Subject: Re: Lexical scoping bug with EXPR for EXPR? | |
2830 | From: Nicholas Clark <nick@unfortu.net> | |
2831 | Date: Tue, 19 Feb 2002 19:27:42 +0000 | |
2832 | Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net> | |
2833 | ||
2834 | (with modifications) | |
2835 | Branch: perl | |
2836 | ! pod/perlsub.pod | |
2837 | ____________________________________________________________________________ | |
2838 | [ 14780] By: jhi on 2002/02/20 13:49:44 | |
2839 | Log: NetWare tweak from Ananth Kesari. | |
2840 | Branch: perl | |
2841 | ! lib/ExtUtils/MakeMaker.pm | |
2842 | ____________________________________________________________________________ | |
2843 | [ 14779] By: ams on 2002/02/20 06:51:55 | |
2844 | Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>. | |
2845 | Branch: perl | |
2846 | ! pod/perlfaq4.pod | |
2847 | ____________________________________________________________________________ | |
2848 | [ 14778] By: gsar on 2002/02/20 04:17:22 | |
2849 | Log: constant folding on the range operator had the effect of disabling | |
2850 | peephole optimizations in all the siblings of the range OP; the | |
2851 | effect of this was that barewords could escape strictures when | |
2852 | they were hiding in such places | |
2853 | Branch: maint-5.6/perl | |
2854 | ! op.c t/pragma/strict-subs | |
2855 | ____________________________________________________________________________ | |
2856 | [ 14777] By: ams on 2002/02/20 00:56:21 | |
2857 | Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970) | |
2858 | From: Graham Barr <gbarr@pobox.com> | |
2859 | Date: Tue, 19 Feb 2002 23:08:47 +0000 | |
2860 | Message-Id: <20020219230847.G66560@pobox.com> | |
2861 | Branch: perl | |
2862 | ! lib/Time/Local.pm | |
2863 | ____________________________________________________________________________ | |
2864 | [ 14776] By: ams on 2002/02/19 17:20:28 | |
2865 | Log: Subject: [DOCPATCH] C<< >> in Tie::Hash | |
2866 | From: Nicholas Clark <nick@unfortu.net> | |
2867 | Date: Tue, 19 Feb 2002 16:23:22 +0000 | |
2868 | Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net> | |
2869 | Branch: perl | |
2870 | ! lib/Tie/Hash.pm | |
2871 | ____________________________________________________________________________ | |
2872 | [ 14775] By: jhi on 2002/02/19 15:20:52 | |
2873 | Log: Regen doc, regen toc. | |
2874 | Branch: perl | |
2875 | ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod | |
2876 | ____________________________________________________________________________ | |
2877 | [ 14774] By: jhi on 2002/02/19 15:18:03 | |
2878 | Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR? | |
2879 | From: Dave Mitchell <davem@fdgroup.co.uk> | |
2880 | Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) | |
2881 | Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk> | |
2882 | Branch: perl | |
2883 | ! pod/perlsub.pod | |
2884 | ____________________________________________________________________________ | |
2885 | [ 14773] By: jhi on 2002/02/19 15:13:57 | |
2886 | Log: Detypo. | |
2887 | Branch: perl | |
2888 | ! lib/Tie/Memoize.pm | |
2889 | ____________________________________________________________________________ | |
2890 | [ 14772] By: jhi on 2002/02/19 15:01:25 | |
2891 | Log: UTF-8 C API doc tweaks. | |
2892 | Branch: perl | |
2893 | ! pod/perlunicode.pod | |
2894 | ____________________________________________________________________________ | |
2895 | [ 14771] By: jhi on 2002/02/19 14:03:08 | |
2896 | Log: Mention that the case-switchers know about Unicode, too. | |
2897 | Branch: perl | |
2898 | ! pod/perlop.pod | |
2899 | ____________________________________________________________________________ | |
2900 | [ 14770] By: jhi on 2002/02/19 13:49:52 | |
2901 | Log: Upgrade to Locale::Codes 2.01. | |
2902 | Branch: perl | |
2903 | + lib/Locale/Constants.pod lib/Locale/Country.pod | |
2904 | + lib/Locale/Currency.pod lib/Locale/Language.pod | |
2905 | + lib/Locale/Script.pod | |
2906 | ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
2907 | ! lib/Locale/Constants.pm lib/Locale/Country.pm | |
2908 | ! lib/Locale/Currency.pm lib/Locale/Language.pm | |
2909 | ! lib/Locale/Maketext.pm lib/Locale/Script.pm | |
2910 | ____________________________________________________________________________ | |
2911 | [ 14769] By: jhi on 2002/02/19 13:34:16 | |
2912 | Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR? | |
2913 | From: Dave Mitchell <davem@fdgroup.co.uk> | |
2914 | Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) | |
2915 | Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk> | |
2916 | Branch: perl | |
2917 | ! pod/perlsub.pod | |
2918 | ____________________________________________________________________________ | |
2919 | [ 14768] By: jhi on 2002/02/19 13:32:32 | |
2920 | Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs | |
2921 | From: Sam Tregar <sam@tregar.com> | |
2922 | Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) | |
2923 | Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain> | |
2924 | Branch: perl | |
2925 | ! sv.h | |
2926 | ____________________________________________________________________________ | |
2927 | [ 14767] By: jhi on 2002/02/19 13:29:04 | |
2928 | Log: The test requires perlio. | |
2929 | Branch: perl | |
2930 | ! ext/Encode/t/JP.t | |
2931 | ____________________________________________________________________________ | |
2932 | [ 14766] By: jhi on 2002/02/19 04:57:59 | |
2933 | Log: Misplaced block end. | |
2934 | Branch: perl | |
2935 | ! utf8.c | |
2936 | ____________________________________________________________________________ | |
2937 | [ 14765] By: jhi on 2002/02/19 04:53:30 | |
2938 | Log: The POSIX extensions are deadly. | |
2939 | Branch: perl | |
2940 | ! regcomp.c | |
2941 | ____________________________________________________________________________ | |
2942 | [ 14764] By: jhi on 2002/02/19 04:44:41 | |
2943 | Log: Let's not overdo the growth. | |
2944 | Branch: perl | |
2945 | ! pp.c | |
2946 | ____________________________________________________________________________ | |
2947 | [ 14763] By: jhi on 2002/02/19 04:19:21 | |
2948 | Log: Third time makes the charm. | |
2949 | Branch: perl | |
2950 | ! README.os390 | |
2951 | ____________________________________________________________________________ | |
2952 | [ 14762] By: jhi on 2002/02/19 04:03:46 | |
2953 | Log: Oops. | |
2954 | Branch: perl | |
2955 | ! utf8.c | |
2956 | ____________________________________________________________________________ | |
2957 | [ 14761] By: jhi on 2002/02/19 03:49:34 | |
2958 | Log: Add back the new casing tests. | |
2959 | Branch: perl | |
2960 | + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t | |
2961 | ! MANIFEST | |
2962 | ____________________________________________________________________________ | |
2963 | [ 14760] By: jhi on 2002/02/19 03:49:16 | |
2964 | Log: Prefer special case mappings. | |
2965 | Branch: perl | |
2966 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
2967 | ! lib/unicore/To/Upper.pl lib/unicore/mktables | |
2968 | ____________________________________________________________________________ | |
2969 | [ 14759] By: jhi on 2002/02/19 03:48:46 | |
2970 | Log: Try special casing first. | |
2971 | Branch: perl | |
2972 | ! utf8.c | |
2973 | ____________________________________________________________________________ | |
2974 | [ 14758] By: jhi on 2002/02/19 01:55:14 | |
2975 | Log: Not extending enough. | |
2976 | Branch: perl | |
2977 | ! pp.c utf8.h | |
2978 | ____________________________________________________________________________ | |
2979 | [ 14757] By: jhi on 2002/02/19 00:21:07 | |
2980 | Log: No need to store identity mappings. | |
2981 | Branch: perl | |
2982 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
2983 | ! lib/unicore/mktables | |
2984 | ____________________________________________________________________________ | |
2985 | [ 14756] By: ams on 2002/02/18 20:21:17 | |
2986 | Log: Forward port #14704 from maint-5.6. | |
2987 | Branch: perl | |
2988 | ! doio.c | |
2989 | ____________________________________________________________________________ | |
2990 | [ 14755] By: jhi on 2002/02/18 20:16:40 | |
2991 | Log: Regen Changes. | |
2992 | Branch: perl | |
2993 | ! Changes | |
2994 | ____________________________________________________________________________ | |
25caadfd JH |
2995 | [ 14754] By: ams on 2002/02/18 19:01:09 |
2996 | Log: Subject: [PATCH] VMS cando_by_name and current process privs | |
2997 | From: "Craig A. Berry" <craigberry@mac.com> | |
2998 | Date: Mon, 18 Feb 2002 14:03:30 -0600 | |
2999 | Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01> | |
3000 | Branch: perl | |
3001 | ! vms/vms.c | |
3002 | ____________________________________________________________________________ | |
3003 | [ 14753] By: jhi on 2002/02/18 17:58:39 | |
3004 | Log: Update Changes. | |
3005 | Branch: perl | |
3006 | ! Changes patchlevel.h | |
3007 | ____________________________________________________________________________ | |
168e7ffa JH |
3008 | [ 14752] By: jhi on 2002/02/18 17:54:44 |
3009 | Log: What do you know; these tests unearthed nasty problems. | |
3010 | Will resolve those first. | |
3011 | Branch: perl | |
3012 | - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t | |
3013 | ! MANIFEST | |
3014 | ____________________________________________________________________________ | |
3015 | [ 14751] By: jhi on 2002/02/18 17:52:23 | |
3016 | Log: Update Changes. | |
3017 | Branch: perl | |
3018 | ! Changes patchlevel.h | |
3019 | ____________________________________________________________________________ | |
249f3c53 JH |
3020 | [ 14750] By: ams on 2002/02/18 17:36:05 |
3021 | Log: Subject: Re: IO::Poll: Removing Handles | |
3022 | From: Matthew Sachs <matthewg@zevils.com> | |
3023 | Date: Mon, 18 Feb 2002 13:19:01 -0500 | |
3024 | Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com> | |
3025 | Branch: perl | |
3026 | ! ext/IO/lib/IO/t/io_poll.t | |
3027 | ____________________________________________________________________________ | |
3028 | [ 14749] By: jhi on 2002/02/18 16:49:51 | |
3029 | Log: Subject: VMS test fix-ups (alarm.t and glob.t) | |
3030 | From: "Craig A. Berry" <craigberry@mac.com> | |
3031 | Date: Mon, 18 Feb 2002 11:52:21 -0600 | |
3032 | Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01> | |
3033 | Branch: perl | |
3034 | ! t/op/alarm.t t/op/glob.t | |
3035 | ____________________________________________________________________________ | |
3036 | [ 14748] By: ams on 2002/02/18 15:53:36 | |
3037 | Log: s/load_module/Perl_load_module/ | |
3038 | Branch: perl | |
3039 | ! gv.c | |
3040 | ____________________________________________________________________________ | |
3041 | [ 14747] By: jhi on 2002/02/18 15:43:06 | |
3042 | Log: Unused in ASCII, used in EBCDIC. | |
3043 | Branch: perl | |
3044 | ! utf8.c | |
3045 | ____________________________________________________________________________ | |
3046 | [ 14746] By: jhi on 2002/02/18 15:26:32 | |
3047 | Log: Upgrade to Locale::Codes 2.00. | |
3048 | Branch: perl | |
3049 | + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README | |
3050 | + lib/Locale/Codes/t/script.t lib/Locale/Script.pm | |
3051 | ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t | |
3052 | ! lib/Locale/Constants.pm lib/Locale/Country.pm | |
3053 | ! lib/Locale/Currency.pm lib/Locale/Language.pm | |
3054 | ____________________________________________________________________________ | |
3055 | [ 14745] By: ams on 2002/02/18 15:20:44 | |
3056 | Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation | |
3057 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3058 | Date: Sat, 16 Feb 2002 00:06:01 +0100 | |
3059 | Message-Id: <20020216000601.A17249@rafael> | |
3060 | Branch: perl | |
3061 | ! gv.c | |
3062 | ____________________________________________________________________________ | |
3063 | [ 14744] By: jhi on 2002/02/18 14:54:47 | |
3064 | Log: More Unicode casing checks. | |
3065 | Branch: perl | |
3066 | + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t | |
3067 | ! MANIFEST | |
3068 | ____________________________________________________________________________ | |
3069 | [ 14743] By: ams on 2002/02/18 14:35:38 | |
3070 | Log: Subject: IO::Poll: Removing Handles | |
3071 | From: Matthew Sachs <matthewg@zevils.com> | |
3072 | Date: Sun, 17 Feb 2002 04:49:46 -0500 | |
3073 | Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com> | |
3074 | Branch: perl | |
3075 | ! ext/IO/lib/IO/Poll.pm | |
3076 | ____________________________________________________________________________ | |
3077 | [ 14741] By: ams on 2002/02/18 13:59:48 | |
3078 | Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER" | |
3079 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3080 | Date: Mon, 18 Feb 2002 15:41:26 +0100 | |
3081 | Message-Id: <20020218154126.A692@rafael> | |
3082 | Branch: perl | |
3083 | ! pp_ctl.c t/op/do.t | |
3084 | ____________________________________________________________________________ | |
25caadfd JH |
3085 | [ 14740] By: nick on 2002/02/18 09:09:23 |
3086 | Log: Integrate mainline | |
3087 | Branch: perlio | |
3088 | +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
3089 | +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL | |
3090 | +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL | |
3091 | +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
3092 | +> ext/Encode/lib/Encode/JP/Constants.pm | |
3093 | +> ext/Encode/lib/Encode/JP/H2Z.pm | |
3094 | +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
3095 | +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm | |
3096 | +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl | |
3097 | +> os2/OS2/Process/t/os2_process.t | |
3098 | +> os2/OS2/Process/t/os2_process_kid.t | |
3099 | +> os2/OS2/Process/t/os2_process_text.t | |
3100 | - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL | |
3101 | - ext/Encode/t/Japanese.t | |
3102 | !> (integrate 47 files) | |
3103 | ____________________________________________________________________________ | |
249f3c53 JH |
3104 | [ 14739] By: jhi on 2002/02/18 05:02:47 |
3105 | Log: EBCDIC: now the worst seems to be over for | |
3106 | the "Malformed" warnings. Still a few of them, | |
3107 | and plenty of test failures, but getting better. | |
3108 | Branch: perl | |
3109 | ! regcomp.c utf8.c | |
3110 | ____________________________________________________________________________ | |
3111 | [ 14738] By: jhi on 2002/02/18 02:31:05 | |
3112 | Log: Upgrade to Net::Ping 2.12. | |
3113 | Branch: perl | |
3114 | ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README | |
3115 | ! lib/Net/Ping/t/110_icmp_inst.t | |
3116 | ____________________________________________________________________________ | |
3117 | [ 14737] By: jhi on 2002/02/18 02:24:31 | |
3118 | Log: After much rewriting we are now pretty much | |
3119 | back to where we started. | |
3120 | Branch: perl | |
3121 | ! utf8.c | |
3122 | ____________________________________________________________________________ | |
3123 | [ 14736] By: ams on 2002/02/18 01:23:00 | |
3124 | Log: Subject: [PATCH B::Deparse] two fixes | |
3125 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3126 | Date: Sun, 17 Feb 2002 23:58:59 +0100 | |
3127 | Message-Id: <20020217235859.A32513@rafael> | |
3128 | Branch: perl | |
3129 | ! ext/B/B/Deparse.pm | |
3130 | ____________________________________________________________________________ | |
3131 | [ 14735] By: jhi on 2002/02/17 21:24:26 | |
3132 | Log: Buglet. | |
3133 | Branch: perl | |
3134 | ! ext/Encode/lib/Encode/JP/JIS.pm | |
3135 | ____________________________________________________________________________ | |
3136 | [ 14734] By: jhi on 2002/02/17 20:44:59 | |
3137 | Log: Clearing up to_utf8_case() continues: this time use | |
3138 | a single return, and EBCDICification for all paths. | |
3139 | Branch: perl | |
3140 | ! utf8.c | |
3141 | ____________________________________________________________________________ | |
3142 | [ 14733] By: jhi on 2002/02/17 19:51:01 | |
3143 | Log: Small tweaks to get the test running (fix @INC and | |
3144 | do not overwrite the table.utf8 and table.rnd). | |
3145 | Branch: perl | |
3146 | ! ext/Encode/t/JP.t | |
3147 | ____________________________________________________________________________ | |
3148 | [ 14732] By: jhi on 2002/02/17 18:40:24 | |
3149 | Log: Tiny tweak. | |
3150 | Branch: perl | |
3151 | ! utf8.c | |
3152 | ____________________________________________________________________________ | |
3153 | [ 14731] By: jhi on 2002/02/17 16:56:17 | |
3154 | Log: Redundant casts. | |
3155 | Branch: perl | |
3156 | ! utf8.c | |
3157 | ____________________________________________________________________________ | |
3158 | [ 14730] By: jhi on 2002/02/17 16:50:34 | |
3159 | Log: More filename portability tips. | |
3160 | Branch: perl | |
3161 | ! pod/perlport.pod | |
3162 | ____________________________________________________________________________ | |
3163 | [ 14729] By: jhi on 2002/02/17 16:25:06 | |
3164 | Log: FAQ sync. | |
3165 | Branch: perl | |
3166 | ! pod/perlfaq3.pod pod/perlfaq5.pod | |
3167 | ____________________________________________________________________________ | |
3168 | [ 14728] By: ams on 2002/02/17 16:15:09 | |
3169 | Log: Subject: podlators 1.21 released | |
3170 | From: Russ Allbery <rra@stanford.edu> | |
3171 | Date: Sat, 16 Feb 2002 21:42:56 -0800 | |
3172 | Message-Id: <yladu8irz3.fsf@windlord.stanford.edu> | |
3173 | Branch: perl | |
3174 | ! lib/Pod/Text/Overstrike.pm | |
3175 | ____________________________________________________________________________ | |
3176 | [ 14727] By: sky on 2002/02/17 11:36:52 | |
3177 | Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die() | |
3178 | From: Autrijus Tang <autrijus@autrijus.org> | |
3179 | Date: Sun, 17 Feb 2002 19:46:47 +0800 | |
3180 | Message-ID: <20020217194647.A1410@not.autrijus.org> | |
3181 | Branch: perl | |
3182 | ! pp_ctl.c t/op/tiehandle.t util.c | |
3183 | ____________________________________________________________________________ | |
3184 | [ 14726] By: jhi on 2002/02/17 03:13:30 | |
3185 | Log: EBCDIC: to_utf8_case() is supposed to get its low 256 | |
3186 | input in native code points, not Unicode. | |
3187 | Branch: perl | |
3188 | ! utf8.c | |
3189 | ____________________________________________________________________________ | |
3190 | [ 14725] By: jhi on 2002/02/17 01:43:42 | |
3191 | Log: Regen Glossary. | |
3192 | Branch: perl | |
3193 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
3194 | ____________________________________________________________________________ | |
3195 | [ 14724] By: jhi on 2002/02/17 01:12:37 | |
25caadfd | 3196 | Log: The #14715 and #14716 were okay: they just revealed |
249f3c53 JH |
3197 | a bug in the EXACTF matching. |
3198 | Branch: perl | |
3199 | ! regexec.c utf8.c | |
3200 | ____________________________________________________________________________ | |
3201 | [ 14723] By: jhi on 2002/02/16 16:14:19 | |
3202 | Log: Retreat, retreat! (retract #14715 and #14716) | |
3203 | Branch: perl | |
3204 | ! utf8.c | |
3205 | ____________________________________________________________________________ | |
3206 | [ 14722] By: jhi on 2002/02/16 16:06:00 | |
3207 | Log: Encode 0.40, from Dan Kogai. | |
3208 | Branch: perl | |
3209 | + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL | |
3210 | + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL | |
3211 | + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL | |
3212 | + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm | |
3213 | + ext/Encode/lib/Encode/JP/Constants.pm | |
3214 | + ext/Encode/lib/Encode/JP/H2Z.pm | |
3215 | + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm | |
3216 | + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm | |
3217 | + ext/Encode/t/JP.t ext/Encode/t/japanese.pl | |
3218 | + ext/Encode/t/table.rnd ext/Encode/t/table.utf8 | |
3219 | - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL | |
3220 | - ext/Encode/t/Japanese.t | |
3221 | ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST | |
3222 | ! ext/Encode/t/Encode.t | |
3223 | ____________________________________________________________________________ | |
3224 | [ 14721] By: jhi on 2002/02/16 15:37:40 | |
3225 | Log: metaconfig unit change for #14720. | |
3226 | Branch: perl | |
3227 | ! Configure | |
3228 | ____________________________________________________________________________ | |
25caadfd JH |
3229 | [ 14720] By: jhi on 2002/02/16 15:36:42 |
3230 | Log: Regenerate Configure (small tweaks on Yitzchak's, | |
3231 | main difference being that the preference variables are | |
3232 | called gconvert_...). | |
3233 | Branch: metaconfig | |
3234 | ! U/compline/d_gconvert.U | |
3235 | ____________________________________________________________________________ | |
249f3c53 JH |
3236 | [ 14719] By: ams on 2002/02/16 14:11:01 |
3237 | Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure | |
3238 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
3239 | Date: Thu, 14 Feb 2002 22:27:33 -0800 | |
3240 | Message-Id: <VpKb8gzkgCdK092yn@efn.org> | |
3241 | (Applied by hand.) | |
3242 | Branch: perl | |
3243 | ! Configure | |
3244 | ____________________________________________________________________________ | |
3245 | [ 14718] By: ams on 2002/02/16 13:45:28 | |
3246 | Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open | |
3247 | From: Philip Newton <Philip.Newton@gmx.net> | |
3248 | Date: Sat, 16 Feb 2002 10:05:05 +0100 | |
3249 | Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com> | |
3250 | (Applied by hand.) | |
3251 | Branch: perl | |
3252 | ! pod/perlport.pod | |
3253 | ____________________________________________________________________________ | |
3254 | [ 14717] By: ams on 2002/02/16 04:30:23 | |
3255 | Log: Remove dubious test. | |
3256 | Branch: perl | |
3257 | ! t/io/open.t | |
3258 | ____________________________________________________________________________ | |
3259 | [ 14716] By: jhi on 2002/02/16 04:24:45 | |
3260 | Log: Tiny tweak. | |
3261 | Branch: perl | |
3262 | ! utf8.c | |
3263 | ____________________________________________________________________________ | |
3264 | [ 14715] By: jhi on 2002/02/16 03:49:14 | |
3265 | Log: Restructure to_utf8_case() for simpler execution paths. | |
3266 | Branch: perl | |
3267 | ! utf8.c | |
3268 | ____________________________________________________________________________ | |
3269 | [ 14714] By: ams on 2002/02/16 02:43:59 | |
3270 | Log: Absorb #14701 by Sarathy from maint-5.6. | |
3271 | Branch: perl | |
3272 | ! doio.c t/io/open.t | |
3273 | ____________________________________________________________________________ | |
3274 | [ 14713] By: ams on 2002/02/16 01:51:27 | |
3275 | Log: Subject: [PATCH] VOS patches for perl 5.8 | |
3276 | From: Paul_GreenVOS@vos.stratus.com | |
3277 | Date: Fri, 15 Feb 02 17:41 est | |
3278 | Message-Id: <200202152243.RAA01195@mailhub1.stratus.com> | |
3279 | Branch: perl | |
3280 | ! README.vos vos/Changes vos/build.cm vos/config.alpha.def | |
3281 | ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h | |
3282 | ! vos/install_perl.cm | |
3283 | ____________________________________________________________________________ | |
3284 | [ 14712] By: jhi on 2002/02/15 21:08:13 | |
3285 | Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615 | |
3286 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3287 | Date: Fri, 15 Feb 2002 23:05:44 +0100 | |
3288 | Message-ID: <20020215230544.A690@rafael> | |
3289 | Branch: perl | |
3290 | ! ext/B/B/Deparse.pm | |
3291 | ____________________________________________________________________________ | |
3292 | [ 14711] By: jhi on 2002/02/15 19:26:07 | |
3293 | Log: Add $VERSION. | |
3294 | Branch: perl | |
3295 | ! lib/Tie/Memoize.pm | |
3296 | ____________________________________________________________________________ | |
3297 | [ 14710] By: jhi on 2002/02/15 15:40:30 | |
3298 | Log: Update Changes. | |
3299 | Branch: perl | |
3300 | ! Changes patchlevel.h | |
3301 | ____________________________________________________________________________ | |
531adb68 JH |
3302 | [ 14709] By: jhi on 2002/02/15 15:01:54 |
3303 | Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc | |
3304 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3305 | Date: Thu, 14 Feb 2002 19:07:40 GMT | |
3306 | Message-Id: <200202141907.TAA21516@tempest.npl.co.uk> | |
3307 | ||
3308 | (the hints part only) | |
3309 | Branch: perl | |
3310 | ! hints/solaris_2.sh | |
3311 | ____________________________________________________________________________ | |
25caadfd JH |
3312 | [ 14708] By: jhi on 2002/02/15 15:00:27 |
3313 | Log: metaconfig unit changes for #14707. | |
3314 | Branch: metaconfig | |
3315 | ! U/modified/cc.U | |
3316 | Branch: metaconfig/U/perl | |
3317 | ! Checkcc.U | |
3318 | ____________________________________________________________________________ | |
531adb68 JH |
3319 | [ 14707] By: jhi on 2002/02/15 15:00:01 |
3320 | Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc | |
3321 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3322 | Date: Fri, 15 Feb 2002 12:14:39 GMT | |
3323 | Message-Id: <200202151214.MAA26466@tempest.npl.co.uk> | |
3324 | ||
3325 | Split checking-for-gcc and checking-for-cc. | |
3326 | Branch: perl | |
3327 | ! Configure | |
3328 | ____________________________________________________________________________ | |
3329 | [ 14706] By: ams on 2002/02/15 13:57:15 | |
3330 | Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2 | |
3331 | From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi> | |
3332 | Date: 15 Feb 2002 10:53:06 +0200 | |
3333 | Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi> | |
3334 | Branch: perl | |
3335 | ! lib/Pod/Html.pm | |
3336 | ____________________________________________________________________________ | |
3337 | [ 14705] By: ams on 2002/02/15 08:42:55 | |
3338 | Log: Subject: [PATCH @14577] OS/2 tests and more | |
3339 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3340 | Date: Fri, 15 Feb 2002 03:56:24 -0500 | |
3341 | Message-Id: <20020215035624.A16467@math.ohio-state.edu> | |
3342 | Branch: perl | |
3343 | + os2/OS2/Process/t/os2_process.t | |
3344 | + os2/OS2/Process/t/os2_process_kid.t | |
3345 | + os2/OS2/Process/t/os2_process_text.t | |
3346 | ! MANIFEST configpm hints/os2.sh makedef.pl | |
3347 | ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm | |
3348 | ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t | |
3349 | ! os2/os2ish.h | |
3350 | ____________________________________________________________________________ | |
25caadfd JH |
3351 | [ 14704] By: gsar on 2002/02/15 08:42:48 |
3352 | Log: don't Safefree() PerlIO pointers we didn't allocate to begin with; | |
3353 | avoid wasteful PL_fdpid fiddling where that is not warranted; | |
3354 | mostly whitespace fixes | |
3355 | ||
3356 | these were longstanding todo items from: | |
3357 | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html | |
3358 | Branch: maint-5.6/perl | |
3359 | ! doio.c | |
3360 | ____________________________________________________________________________ | |
3361 | [ 14702] By: nick on 2002/02/15 08:31:41 | |
3362 | Log: Integrate mainline | |
3363 | Branch: perlio | |
3364 | +> lib/if.pm lib/if.t | |
3365 | !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t | |
3366 | !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README | |
3367 | !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t | |
3368 | !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t | |
3369 | !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t | |
3370 | !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm | |
3371 | !> lib/charnames.t pod/perluniintro.pod pp_sys.c | |
3372 | !> t/lib/warnings/pp_sys | |
3373 | ____________________________________________________________________________ | |
3374 | [ 14701] By: gsar on 2002/02/15 08:04:58 | |
3375 | Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms | |
3376 | (and also dies quickly on Windows); this bug crept in as | |
3377 | change#610, a.k.a change#646 | |
3378 | Branch: maint-5.6/perl | |
3379 | ! doio.c t/io/open.t | |
3380 | ____________________________________________________________________________ | |
531adb68 JH |
3381 | [ 14700] By: jhi on 2002/02/15 02:51:13 |
3382 | Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2 | |
3383 | From: Ville "Skyttä" <ville.skytta@iki.fi> | |
3384 | Date: Wed, 13 Feb 2002 22:29:39 +0200 | |
3385 | Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi> | |
3386 | Branch: perl | |
3387 | ! lib/Pod/Html.pm | |
3388 | ____________________________________________________________________________ | |
3389 | [ 14699] By: jhi on 2002/02/14 23:47:43 | |
3390 | Log: Document and test the C0 and C1. | |
3391 | Branch: perl | |
3392 | ! lib/charnames.pm lib/charnames.t | |
3393 | ____________________________________________________________________________ | |
25caadfd JH |
3394 | [ 14698] By: jhi on 2002/02/14 22:21:55 |
3395 | Log: metaconfig unit change for #14697. | |
3396 | Branch: metaconfig | |
3397 | ! U/modified/Init.U | |
3398 | ____________________________________________________________________________ | |
531adb68 JH |
3399 | [ 14697] By: jhi on 2002/02/14 22:21:20 |
3400 | Log: Also OS/2 seems to need exe set early. | |
3401 | Branch: perl | |
3402 | ! Configure | |
3403 | ____________________________________________________________________________ | |
3404 | [ 14696] By: jhi on 2002/02/14 22:13:18 | |
3405 | Log: Document pack U0U. | |
3406 | Branch: perl | |
3407 | ! pod/perluniintro.pod | |
3408 | ____________________________________________________________________________ | |
3409 | [ 14695] By: jhi on 2002/02/14 21:56:52 | |
3410 | Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS | |
3411 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3412 | Date: Thu, 14 Feb 2002 23:58:00 +0100 | |
3413 | Message-ID: <20020214235800.A12901@rafael> | |
3414 | Branch: perl | |
3415 | ! pp_sys.c t/lib/warnings/pp_sys | |
3416 | ____________________________________________________________________________ | |
3417 | [ 14694] By: jhi on 2002/02/14 21:54:43 | |
3418 | Log: Subject: [PATCH @13746] conditional pragmas | |
3419 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3420 | Date: Mon, 31 Dec 2001 18:18:09 -0500 | |
3421 | Message-ID: <20011231181809.A29528@math.ohio-state.edu> | |
3422 | Branch: perl | |
3423 | + lib/if.pm lib/if.t | |
3424 | ! MANIFEST | |
3425 | ____________________________________________________________________________ | |
3426 | [ 14693] By: jhi on 2002/02/14 21:47:08 | |
3427 | Log: Deparse bug introduced by #14615: the fix is just a workaround, | |
3428 | I suspect there to be another deeper bug, must distill simpler | |
3429 | test case. | |
3430 | Branch: perl | |
3431 | ! ext/B/B/Deparse.pm ext/B/t/deparse.t | |
3432 | ____________________________________________________________________________ | |
3433 | [ 14692] By: jhi on 2002/02/14 19:52:26 | |
3434 | Log: Integrate perlio; | |
3435 | ||
3436 | Make dependencies more precise (for nmake) | |
3437 | Branch: perl | |
3438 | !> ext/Encode/EUC_JP/Makefile.PL | |
3439 | ____________________________________________________________________________ | |
3440 | [ 14691] By: jhi on 2002/02/14 18:08:58 | |
3441 | Log: Just a guess. | |
3442 | Branch: perl | |
3443 | ! lib/Tie/Handle.pm | |
3444 | ____________________________________________________________________________ | |
25caadfd JH |
3445 | [ 14690] By: nick on 2002/02/14 16:30:56 |
3446 | Log: Integrate mainline | |
3447 | Branch: perlio | |
3448 | +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t | |
3449 | !> Changes MANIFEST Makefile.SH ext/threads/threads.pm | |
3450 | !> ext/threads/threads.xs lib/ExtUtils/Installed.pm | |
3451 | !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t | |
3452 | !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t | |
3453 | !> utf8.c | |
3454 | ____________________________________________________________________________ | |
531adb68 JH |
3455 | [ 14689] By: jhi on 2002/02/14 16:03:50 |
3456 | Log: Upgrade to Net::Ping 2.11. | |
3457 | Branch: perl | |
3458 | ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README | |
3459 | ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t | |
3460 | ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t | |
3461 | ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t | |
3462 | ____________________________________________________________________________ | |
3463 | [ 14688] By: jhi on 2002/02/14 15:15:17 | |
3464 | Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t] | |
3465 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3466 | Date: Wed, 13 Feb 2002 17:37:07 GMT | |
3467 | Message-Id: <200202131737.RAA29010@tempest.npl.co.uk> | |
3468 | ||
3469 | (updated version of the above) | |
3470 | Branch: perl | |
3471 | ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t | |
3472 | ____________________________________________________________________________ | |
3473 | [ 14687] By: jhi on 2002/02/14 14:44:02 | |
3474 | Log: Excise inexact blather. | |
3475 | Branch: perl | |
3476 | ! utf8.c | |
3477 | ____________________________________________________________________________ | |
3478 | [ 14686] By: jhi on 2002/02/14 14:30:35 | |
3479 | Log: Subject: Re: [PATCH @13746] tied hashes: memoization | |
3480 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3481 | Date: Mon, 31 Dec 2001 20:28:46 -0500 | |
3482 | Message-ID: <20011231202845.A1323@math.ohio-state.edu> | |
3483 | Branch: perl | |
3484 | + lib/Tie/Memoize.pm lib/Tie/Memoize.t | |
3485 | ! MANIFEST | |
3486 | ____________________________________________________________________________ | |
25caadfd JH |
3487 | [ 14685] By: nick on 2002/02/14 14:20:20 |
3488 | Log: Make dependencies more precise (for nmake) | |
3489 | Branch: perlio | |
3490 | ! ext/Encode/EUC_JP/Makefile.PL | |
3491 | ____________________________________________________________________________ | |
531adb68 JH |
3492 | [ 14684] By: jhi on 2002/02/14 14:09:10 |
3493 | Log: Subject: [PATCH @13746] tied hashes | |
3494 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3495 | Date: Mon, 31 Dec 2001 19:15:39 -0500 | |
3496 | Message-ID: <20011231191539.A46@math.ohio-state.edu> | |
3497 | Branch: perl | |
3498 | ! lib/Tie/Hash.pm pod/perltie.pod | |
3499 | ____________________________________________________________________________ | |
3500 | [ 14683] By: jhi on 2002/02/13 22:30:55 | |
3501 | Log: Subject: Re: [PATCH] Configure followed by make minitest | |
3502 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
3503 | Date: Sun, 10 Feb 2002 23:22:05 -0800 | |
3504 | Message-ID: <dE3Z8gzkgyBD092yn@efn.org> | |
3505 | Branch: perl | |
3506 | ! Makefile.SH | |
3507 | ____________________________________________________________________________ | |
3508 | [ 14682] By: jhi on 2002/02/13 15:50:37 | |
3509 | Log: Subject: Re: perl@14647 | |
3510 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3511 | Date: Mon, 11 Feb 2002 19:30:36 +0100 | |
3512 | Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl> | |
3513 | Branch: perl | |
3514 | ! t/op/groups.t | |
3515 | ____________________________________________________________________________ | |
3516 | [ 14681] By: jhi on 2002/02/13 15:14:25 | |
3517 | Log: Update Changes. | |
3518 | Branch: perl | |
3519 | ! Changes patchlevel.h | |
3520 | ____________________________________________________________________________ | |
fdea1ccc JH |
3521 | [ 14680] By: jhi on 2002/02/13 13:41:50 |
3522 | Log: Integrate perlio; | |
3523 | ||
3524 | Do not lc() the file names before doing dirname() or they don't match. | |
3525 | Branch: perl | |
3526 | !> lib/ExtUtils/t/Installed.t | |
3527 | ____________________________________________________________________________ | |
3528 | [ 14679] By: sky on 2002/02/13 12:56:13 | |
3529 | Log: rename mutex to make a bit more sense | |
3530 | Branch: perl | |
3531 | ! ext/threads/threads.xs | |
3532 | ____________________________________________________________________________ | |
3533 | [ 14678] By: sky on 2002/02/13 12:46:11 | |
3534 | Log: Track active threads.... | |
3535 | Branch: perl | |
3536 | ! ext/threads/threads.pm ext/threads/threads.xs | |
3537 | ____________________________________________________________________________ | |
25caadfd JH |
3538 | [ 14677] By: nick on 2002/02/13 09:30:42 |
3539 | Log: Do not lc() the file names before doing dirname() or they don't match. | |
3540 | Branch: perlio | |
3541 | ! lib/ExtUtils/t/Installed.t | |
3542 | ____________________________________________________________________________ | |
fdea1ccc JH |
3543 | [ 14676] By: sky on 2002/02/13 09:03:37 |
3544 | Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again | |
3545 | From: Michael G Schwern <schwern@pobox.com> | |
3546 | Date: ons feb 13, 2002 11:00:17 Europe/Stockholm | |
3547 | Message-Id: <20020213100017.GA6288@blackrider> | |
3548 | Branch: perl | |
3549 | ! lib/File/Spec/t/rel2abs2rel.t | |
3550 | ____________________________________________________________________________ | |
3551 | [ 14675] By: sky on 2002/02/13 09:00:24 | |
3552 | Log: Do not propagate END blocks to child threads, test. | |
3553 | Branch: perl | |
3554 | + ext/threads/t/end.t | |
3555 | ! MANIFEST ext/threads/threads.xs | |
3556 | ____________________________________________________________________________ | |
25caadfd JH |
3557 | [ 14674] By: nick on 2002/02/13 08:34:55 |
3558 | Log: Integrate mainline | |
3559 | Branch: perlio | |
3560 | +> ext/threads/t/join.t | |
3561 | !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh | |
3562 | !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c | |
3563 | !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c | |
3564 | ____________________________________________________________________________ | |
3565 | [ 14673] By: jhi on 2002/02/13 05:17:26 | |
3566 | Log: metaconfig unit change for #14672. | |
3567 | Branch: metaconfig | |
3568 | ! U/modified/lns.U | |
3569 | ____________________________________________________________________________ | |
fdea1ccc JH |
3570 | [ 14672] By: jhi on 2002/02/13 05:17:07 |
3571 | Log: $ln is supposed to be already set to $ln + executable suffix | |
3572 | on platforms that need it, from Paul Green. | |
3573 | Branch: perl | |
3574 | ! Configure | |
3575 | ____________________________________________________________________________ | |
3576 | [ 14671] By: jhi on 2002/02/13 05:12:28 | |
3577 | Log: Subject: New command syntax for 'x' command | |
3578 | From: Mark-Jason Dominus <mjd@plover.com> | |
3579 | Date: Tue, 12 Feb 2002 20:54:01 -0500 | |
3580 | Message-ID: <20020213015401.25685.qmail@plover.com> | |
3581 | Branch: perl | |
3582 | ! lib/perl5db.pl pod/perldebug.pod | |
3583 | ____________________________________________________________________________ | |
3584 | [ 14670] By: jhi on 2002/02/13 05:11:12 | |
3585 | Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command | |
3586 | From: Mark-Jason Dominus <mjd@plover.com> | |
3587 | Date: Tue, 12 Feb 2002 20:20:42 -0500 | |
3588 | Message-ID: <20020213012042.25245.qmail@plover.com> | |
3589 | Branch: perl | |
3590 | ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod | |
3591 | ____________________________________________________________________________ | |
3592 | [ 14669] By: jhi on 2002/02/13 04:43:43 | |
3593 | Log: Iteration continues. | |
3594 | Branch: perl | |
3595 | ! utf8.c | |
3596 | ____________________________________________________________________________ | |
3597 | [ 14668] By: jhi on 2002/02/13 02:37:31 | |
3598 | Log: Duh. | |
3599 | Branch: perl | |
3600 | ! pp_pack.c t/op/length.t | |
3601 | ____________________________________________________________________________ | |
3602 | [ 14667] By: jhi on 2002/02/13 01:33:01 | |
3603 | Log: Retract #14666. | |
3604 | Branch: perl | |
3605 | ! t/op/lc.t | |
3606 | ____________________________________________________________________________ | |
3607 | [ 14666] By: jhi on 2002/02/13 01:22:13 | |
3608 | Log: (retracted by #14667) | |
3609 | Branch: perl | |
3610 | ! t/op/lc.t | |
3611 | ____________________________________________________________________________ | |
3612 | [ 14665] By: jhi on 2002/02/13 00:45:02 | |
3613 | Log: Tiny test script tweaks. | |
3614 | Branch: perl | |
3615 | ! t/uni/fold.t | |
3616 | ____________________________________________________________________________ | |
3617 | [ 14664] By: jhi on 2002/02/13 00:24:37 | |
3618 | Log: Rewrite the "special mapping" part of to_utf8_case(), | |
3619 | this time with fewer bugs. (See: The Law of Cybernetic | |
3620 | Entymology.) | |
3621 | Branch: perl | |
3622 | ! utf8.c | |
3623 | ____________________________________________________________________________ | |
3624 | [ 14663] By: sky on 2002/02/12 18:26:16 | |
3625 | Log: Stop failures if you pass an object, sv_dup might not be the right | |
3626 | thing to use since I have a feeling we end up cloning far too much. | |
3627 | (Like the stash for example).... Maybe we need a lightweight sv_dup | |
3628 | that searches the target for things.... | |
3629 | Real fix is another option to perl_clone which controls if you should | |
3630 | save stashes. | |
3631 | Branch: perl | |
3632 | ! ext/threads/threads.xs | |
3633 | ____________________________________________________________________________ | |
3634 | [ 14662] By: jhi on 2002/02/12 17:19:49 | |
3635 | Log: Retract #14661. | |
3636 | Branch: perl | |
3637 | ! hints/solaris_2.sh | |
3638 | ____________________________________________________________________________ | |
3639 | [ 14661] By: jhi on 2002/02/12 17:16:20 | |
3640 | Log: (retracted by #14662) | |
3641 | Branch: perl | |
3642 | ! hints/solaris_2.sh | |
3643 | ____________________________________________________________________________ | |
3644 | [ 14660] By: jhi on 2002/02/12 15:03:58 | |
3645 | Log: EBCDIC: another "can't happen". | |
3646 | Branch: perl | |
3647 | ! utf8.c | |
3648 | ____________________________________________________________________________ | |
3649 | [ 14659] By: sky on 2002/02/12 14:38:21 | |
3650 | Log: Join support, however something wierd seems to happen with filehandles that are passed along threads... | |
3651 | Branch: perl | |
3652 | + ext/threads/t/join.t | |
3653 | ! MANIFEST ext/threads/threads.xs | |
3654 | ____________________________________________________________________________ | |
25caadfd JH |
3655 | [ 14658] By: nick on 2002/02/12 13:54:06 |
3656 | Log: Integrate mainline | |
3657 | Branch: perlio | |
3658 | !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t | |
3659 | !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t | |
3660 | !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h | |
3661 | ____________________________________________________________________________ | |
fdea1ccc JH |
3662 | [ 14657] By: jhi on 2002/02/12 13:44:34 |
3663 | Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function | |
3664 | From: Jan Dubois <JanD@ActiveState.com> | |
3665 | Date: Tue, 12 Feb 2002 00:56:31 -0800 | |
3666 | Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com> | |
3667 | Branch: perl | |
3668 | ! lib/Win32.pod win32/win32.c win32/win32.h | |
3669 | ____________________________________________________________________________ | |
3670 | [ 14656] By: jhi on 2002/02/12 13:39:18 | |
3671 | Log: Subject: [PATCH] Re: 14654 introduced a bug | |
3672 | From: Michael G Schwern <schwern@pobox.com> | |
3673 | Date: Tue, 12 Feb 2002 05:37:36 -0500 | |
3674 | Message-ID: <20020212103736.GC14327@blackrider> | |
3675 | Branch: perl | |
3676 | ! lib/File/Spec/t/rel2abs2rel.t | |
3677 | ____________________________________________________________________________ | |
3678 | [ 14655] By: jhi on 2002/02/12 04:50:58 | |
3679 | Log: More unset installman[13]dir tweaks from chromatic. | |
3680 | Branch: perl | |
3681 | ! lib/ExtUtils/Installed.pm | |
3682 | ____________________________________________________________________________ | |
3683 | [ 14654] By: jhi on 2002/02/12 04:31:44 | |
3684 | Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?) | |
3685 | From: Michael G Schwern <schwern@pobox.com> | |
3686 | Date: Mon, 11 Feb 2002 12:23:02 -0500 | |
3687 | Message-ID: <20020211172302.GD9556@blackrider> | |
3688 | Branch: perl | |
3689 | ! lib/File/Spec/t/rel2abs2rel.t | |
3690 | ____________________________________________________________________________ | |
3691 | [ 14653] By: jhi on 2002/02/12 04:29:10 | |
3692 | Log: Use `` instead of -| to be a little bit more portable, | |
3693 | from Michael Schwern. | |
3694 | Branch: perl | |
3695 | ! lib/ExtUtils/t/Embed.t | |
3696 | ____________________________________________________________________________ | |
3697 | [ 14652] By: jhi on 2002/02/12 03:17:44 | |
3698 | Log: EBCDIC: this change for \N{} in particular is now | |
3699 | unnecessary because of the recent more general | |
3700 | pack U change. | |
3701 | Branch: perl | |
3702 | ! toke.c | |
3703 | ____________________________________________________________________________ | |
3704 | [ 14651] By: jhi on 2002/02/12 02:15:05 | |
3705 | Log: Subject: [PATCH @14647] t/test.pl fix for VMS | |
3706 | From: "Craig A. Berry" <craigberry@mac.com> | |
3707 | Date: Mon, 11 Feb 2002 17:13:47 -0600 | |
3708 | Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01> | |
3709 | Branch: perl | |
3710 | ! t/test.pl | |
3711 | ____________________________________________________________________________ | |
3712 | [ 14650] By: jhi on 2002/02/11 23:44:09 | |
3713 | Log: EBCDIC: pack U bytes change. | |
3714 | Branch: perl | |
3715 | ! t/op/length.t | |
3716 | ____________________________________________________________________________ | |
3717 | [ 14649] By: jhi on 2002/02/11 23:38:28 | |
3718 | Log: EBCDIC: pack U is no more equal to concat of \xHHs. | |
3719 | Branch: perl | |
3720 | ! t/op/each.t | |
3721 | ____________________________________________________________________________ | |
25caadfd JH |
3722 | [ 14648] By: nick on 2002/02/11 16:14:50 |
3723 | Log: Integrate mainline | |
3724 | Branch: perlio | |
3725 | !> Changes Configure Makefile.SH autodoc.pl | |
3726 | !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm | |
3727 | !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c | |
3728 | !> os2/os2ish.h patchlevel.h pod/perltoc.pod | |
3729 | ____________________________________________________________________________ | |
fdea1ccc JH |
3730 | [ 14647] By: jhi on 2002/02/11 15:11:14 |
3731 | Log: Update Changes. | |
3732 | Branch: perl | |
3733 | ! Changes patchlevel.h | |
3734 | ____________________________________________________________________________ | |
9cc6b47a JH |
3735 | [ 14646] By: jhi on 2002/02/11 15:07:28 |
3736 | Log: Regen toc. | |
3737 | Branch: perl | |
3738 | ! pod/perltoc.pod | |
3739 | ____________________________________________________________________________ | |
3740 | [ 14645] By: jhi on 2002/02/11 14:59:02 | |
3741 | Log: Forgot from #14641. | |
3742 | Branch: perl | |
3743 | ! lib/ExtUtils/t/Embed.t | |
3744 | ____________________________________________________________________________ | |
25caadfd JH |
3745 | [ 14644] By: jhi on 2002/02/11 14:49:14 |
3746 | Log: A forgotten metaconfig unit. | |
3747 | Branch: metaconfig/U/perl | |
3748 | + i_features.U | |
3749 | ____________________________________________________________________________ | |
3750 | [ 14643] By: jhi on 2002/02/11 14:47:11 | |
3751 | Log: metaconfig unit changes for #14642. | |
3752 | Branch: metaconfig | |
3753 | + U/modified/lns.U | |
3754 | Branch: metaconfig/U/perl | |
3755 | ! issymlink.U | |
3756 | ____________________________________________________________________________ | |
9cc6b47a JH |
3757 | [ 14642] By: jhi on 2002/02/11 14:46:39 |
3758 | Log: -Dmksymlinks was broken by #14628. | |
3759 | Branch: perl | |
3760 | ! Configure | |
3761 | ____________________________________________________________________________ | |
3762 | [ 14641] By: jhi on 2002/02/11 14:32:12 | |
3763 | Log: Subject: [PATCH @14577] OS/2 build | |
3764 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3765 | Date: Mon, 11 Feb 2002 06:56:41 -0500 | |
3766 | Message-ID: <20020211065640.A14993@math.ohio-state.edu> | |
3767 | ||
3768 | (sans the Configure, perlio.sym, and t/op/stat.t parts) | |
3769 | Branch: perl | |
3770 | ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh | |
3771 | ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c | |
3772 | ! os2/os2ish.h | |
3773 | ____________________________________________________________________________ | |
3774 | [ 14640] By: jhi on 2002/02/11 14:11:13 | |
3775 | Log: Integrate perlio; | |
3776 | ||
3777 | Re-structure Japanese encodings - part 1 | |
3778 | ||
3779 | Split Japanese encodings - part 2 | |
3780 | - build separate .c files with separate 'compile' steps | |
3781 | - overall Japanese.xs / Japanese.pm which loads them | |
3782 | ||
3783 | Add test for Japanese encoding (well euc-jp anyway). | |
3784 | Fix one bug shown by above | |
3785 | Skip test which does not pass yet. | |
3786 | ||
3787 | Patch up the failing multi-byte write case, and un-skip | |
3788 | the test. | |
3789 | Branch: perl | |
3790 | +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t | |
3791 | +> ext/Encode/t/table.euc ext/Encode/t/table.ref | |
3792 | - ext/Encode/EUC_JP/EUC_JP.pm | |
3793 | !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs | |
3794 | ____________________________________________________________________________ | |
25caadfd JH |
3795 | [ 14639] By: nick on 2002/02/11 11:59:18 |
3796 | Log: Patch up the failing multi-byte write case, and un-skip | |
3797 | the test. | |
3798 | Branch: perlio | |
3799 | ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t | |
3800 | ____________________________________________________________________________ | |
3801 | [ 14638] By: nick on 2002/02/11 10:55:39 | |
3802 | Log: Add test for Japanese encoding (well euc-jp anyway). | |
3803 | Fix one bug shown by above | |
3804 | Skip test which does not pass yet. | |
3805 | Branch: perlio | |
3806 | + ext/Encode/t/Japanese.t ext/Encode/t/table.euc | |
3807 | + ext/Encode/t/table.ref | |
3808 | ! MANIFEST ext/Encode/Encode.xs | |
3809 | ____________________________________________________________________________ | |
3810 | [ 14637] By: nick on 2002/02/11 09:07:04 | |
3811 | Log: Split Japanese encodings - part 2 | |
3812 | - build separate .c files with separate 'compile' steps | |
3813 | - overall Japanese.xs / Japanese.pm which loads them | |
3814 | Branch: perlio | |
3815 | ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL | |
3816 | ____________________________________________________________________________ | |
3817 | [ 14636] By: nick on 2002/02/11 08:15:42 | |
3818 | Log: Re-structure Japanese encodings - part 1 | |
3819 | Branch: perlio | |
3820 | +> ext/Encode/EUC_JP/Japanese.pm | |
3821 | - ext/Encode/EUC_JP/EUC_JP.pm | |
3822 | ! MANIFEST ext/Encode/EUC_JP/Makefile.PL | |
3823 | ____________________________________________________________________________ | |
3824 | [ 14635] By: nick on 2002/02/11 08:05:12 | |
3825 | Log: Integrate mainline | |
3826 | Branch: perlio | |
3827 | !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t | |
3828 | !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod | |
3829 | !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t | |
3830 | ____________________________________________________________________________ | |
9cc6b47a JH |
3831 | [ 14634] By: jhi on 2002/02/11 03:40:01 |
3832 | Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency | |
3833 | From: Mike Guy <mjtg@cam.ac.uk> | |
3834 | Date: Mon, 11 Feb 2002 02:50:42 +0000 | |
3835 | Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk> | |
3836 | Branch: perl | |
3837 | ! t/op/arith.t | |
3838 | ____________________________________________________________________________ | |
3839 | [ 14633] By: jhi on 2002/02/11 01:53:01 | |
3840 | Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. | |
3841 | Stepping backward in the string would be majorly bad. | |
3842 | Branch: perl | |
3843 | ! regcomp.c | |
3844 | ____________________________________________________________________________ | |
3845 | [ 14632] By: jhi on 2002/02/11 01:38:40 | |
3846 | Log: The debugger part of | |
3847 | ||
3848 | Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager | |
3849 | From: Michael G Schwern <schwern@pobox.com> | |
3850 | Date: Wed, 6 Feb 2002 17:32:12 -0500 | |
3851 | Message-ID: <20020206223212.GG1346@blackrider> | |
3852 | Branch: perl | |
3853 | ! lib/perl5db.pl | |
3854 | ____________________________________________________________________________ | |
3855 | [ 14631] By: jhi on 2002/02/10 22:11:53 | |
3856 | Log: Integrate perlio; | |
3857 | ||
3858 | Borland/Win32 tuning | |
3859 | ||
3860 | Move PerlIO_perlio to layer_syms where it belongs? | |
3861 | Branch: perl | |
3862 | !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc | |
3863 | ____________________________________________________________________________ | |
3864 | [ 14630] By: jhi on 2002/02/10 22:10:19 | |
3865 | Log: EBCDIC: the low 256 needs to be shuffled also | |
3866 | in pack/unpack U (this breaks the equivalence | |
3867 | of pack U and v-strings, but I think if someone | |
3868 | has to give, v-strings are a good victim) | |
3869 | Branch: perl | |
3870 | ! pp_pack.c t/op/pack.t | |
3871 | ____________________________________________________________________________ | |
25caadfd JH |
3872 | [ 14629] By: jhi on 2002/02/10 21:56:17 |
3873 | Log: metaconfig unit changes for #14628. | |
3874 | Branch: metaconfig/U/perl | |
3875 | ! d_u32align.U issymlink.U | |
3876 | ____________________________________________________________________________ | |
9cc6b47a JH |
3877 | [ 14628] By: jhi on 2002/02/10 21:55:45 |
3878 | Log: Two Configure tweaks; the u32align test was trying | |
3879 | to write into a string literal, the ln -s test was | |
3880 | failing in VOS. | |
3881 | Branch: perl | |
3882 | ! Configure | |
3883 | ____________________________________________________________________________ | |
3884 | [ 14627] By: jhi on 2002/02/10 21:07:20 | |
3885 | Log: DJGPP tweaks from Laszlo Molnar. | |
3886 | Branch: perl | |
3887 | ! djgpp/djgpp.c lib/File/Spec.pm | |
3888 | ____________________________________________________________________________ | |
25caadfd JH |
3889 | [ 14626] By: nick on 2002/02/10 18:36:47 |
3890 | Log: Move PerlIO_perlio to layer_syms where it belongs? | |
3891 | Branch: perlio | |
3892 | ! makedef.pl | |
3893 | ____________________________________________________________________________ | |
3894 | [ 14625] By: nick on 2002/02/10 18:02:21 | |
3895 | Log: Borland/Win32 tuning | |
3896 | Branch: perlio | |
3897 | ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc | |
3898 | ____________________________________________________________________________ | |
9cc6b47a JH |
3899 | [ 14624] By: jhi on 2002/02/10 15:33:40 |
3900 | Log: Additional explanation for the [:...:] failure. | |
3901 | Branch: perl | |
3902 | ! pod/perldiag.pod | |
3903 | ____________________________________________________________________________ | |
3904 | [ 14623] By: jhi on 2002/02/10 15:15:53 | |
3905 | Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current | |
3906 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3907 | Date: Sun, 10 Feb 2002 13:32:48 +0100 | |
3908 | Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl> | |
3909 | Branch: perl | |
3910 | ! makedef.pl | |
3911 | ____________________________________________________________________________ | |
3912 | [ 14622] By: jhi on 2002/02/10 15:08:06 | |
3913 | Log: Test tweaks from chromatic for cases where there | |
3914 | are no installman1dir or installman3dir. | |
3915 | Branch: perl | |
3916 | ! lib/ExtUtils/t/Installed.t | |
3917 | ____________________________________________________________________________ | |
3918 | [ 14621] By: jhi on 2002/02/10 15:07:21 | |
3919 | Log: Integrate perlio; | |
3920 | ||
3921 | Nick Clark's tweaks to Encode compile process | |
3922 | 1. Use decimal constants to unit string arrays rather than | |
3923 | very long string litterals (latter having possible "\0" | |
3924 | on end issues, and needing ANSI C line splicing). | |
3925 | 2. Replace tail-recursion during insert process with itteration. | |
3926 | Nick C sees 12% speedup from these. | |
3927 | Branch: perl | |
3928 | !> ext/Encode/Encode.pm ext/Encode/compile | |
3929 | ____________________________________________________________________________ | |
3930 | [ 14620] By: jhi on 2002/02/10 15:04:19 | |
3931 | Log: Portability notes: filename characters, character sets. | |
3932 | Branch: perl | |
3933 | ! pod/perlport.pod | |
3934 | ____________________________________________________________________________ | |
25caadfd JH |
3935 | [ 14619] By: nick on 2002/02/10 11:06:05 |
3936 | Log: Integrate mainline | |
3937 | Branch: perlio | |
3938 | ! ext/Encode/Encode.pm | |
3939 | !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh | |
3940 | !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl | |
3941 | !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod | |
3942 | !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c | |
3943 | !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c | |
3944 | ____________________________________________________________________________ | |
3945 | [ 14618] By: nick on 2002/02/10 10:48:15 | |
3946 | Log: Nick Clark's tweaks to Encode compile process | |
3947 | 1. Use decimal constants to unit string arrays rather than | |
3948 | very long string litterals (latter having possible "\0" | |
3949 | on end issues, and needing ANSI C line splicing). | |
3950 | 2. Replace tail-recursion during insert process with itteration. | |
3951 | Nick C sees 12% speedup from these. | |
3952 | Branch: perlio | |
3953 | ! ext/Encode/compile | |
3954 | ____________________________________________________________________________ | |
9cc6b47a JH |
3955 | [ 14617] By: jhi on 2002/02/10 02:56:54 |
3956 | Log: Use the "Unicode 1.0" name field for control characters, | |
3957 | as suggested by Mark Davis. Note that Unicode 3.2 will | |
3958 | require some more legwork on this because of certain | |
3959 | alternative names. | |
3960 | Branch: perl | |
3961 | ! lib/unicore/Name.pl lib/unicore/mktables | |
3962 | ____________________________________________________________________________ | |
3963 | [ 14616] By: jhi on 2002/02/09 22:41:18 | |
3964 | Log: The -W 0,float(ieee) and gcvt() are the bad combination. | |
3965 | Branch: perl | |
3966 | ! hints/os390.sh | |
3967 | ____________________________________________________________________________ | |
3968 | [ 14615] By: jhi on 2002/02/09 22:34:00 | |
3969 | Log: EBCDIC: the non-printable characters are different. | |
3970 | Branch: perl | |
3971 | ! ext/B/B/Deparse.pm | |
3972 | ____________________________________________________________________________ | |
3973 | [ 14614] By: jhi on 2002/02/09 21:42:26 | |
3974 | Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio | |
3975 | From: Nicholas Clark <nick@unfortu.net> | |
3976 | Date: Sat, 9 Feb 2002 22:31:29 +0000 | |
3977 | Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net> | |
3978 | Branch: perl | |
3979 | ! t/lib/warnings/pp_hot | |
3980 | ____________________________________________________________________________ | |
3981 | [ 14613] By: jhi on 2002/02/09 21:12:12 | |
3982 | Log: Subject: [PATCH] Re: Modulus operator inconsistency | |
3983 | From: Nicholas Clark <nick@unfortu.net> | |
3984 | Date: Sat, 9 Feb 2002 21:00:13 +0000 | |
3985 | Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net> | |
3986 | Branch: perl | |
3987 | ! op.c t/op/arith.t | |
3988 | ____________________________________________________________________________ | |
3989 | [ 14612] By: jhi on 2002/02/09 18:15:39 | |
3990 | Log: Use the same escaping mechanism for all the *flags. | |
3991 | Branch: perl | |
3992 | ! lib/ExtUtils/Embed.pm | |
3993 | ____________________________________________________________________________ | |
3994 | [ 14611] By: jhi on 2002/02/09 17:26:06 | |
3995 | Log: Protect possible parentheses in ccflags, ccdlflags, and | |
3996 | ldflags. (In OS/390 there are parentheses in ccflags.) | |
3997 | Branch: perl | |
3998 | ! lib/ExtUtils/Embed.pm | |
3999 | ____________________________________________________________________________ | |
4000 | [ 14610] By: jhi on 2002/02/09 16:12:03 | |
4001 | Log: Subject: [PATCH] perl5db.pl: restart in taint mode | |
4002 | From: Peter Scott <Peter@PSDT.com> | |
4003 | Date: Fri, 08 Feb 2002 19:20:19 -0800 | |
4004 | Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com> | |
4005 | Branch: perl | |
4006 | ! lib/perl5db.pl | |
4007 | ____________________________________________________________________________ | |
4008 | [ 14609] By: jhi on 2002/02/08 21:33:59 | |
4009 | Log: FAQ sync. | |
4010 | Branch: perl | |
4011 | ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod | |
4012 | ____________________________________________________________________________ | |
4013 | [ 14608] By: jhi on 2002/02/08 20:46:38 | |
4014 | Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName | |
4015 | From: Chris Nandor <pudge@pobox.com> | |
4016 | Date: Fri, 08 Feb 2002 16:31:41 -0500 | |
4017 | Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com> | |
4018 | Branch: perl | |
4019 | ! cop.h deb.c pp_ctl.c toke.c util.c | |
4020 | ____________________________________________________________________________ | |
25caadfd JH |
4021 | [ 14607] By: pudge on 2002/02/08 19:21:04 |
4022 | Log: Redo CopFILE / MacPerl_MPWFIleName patch | |
4023 | Branch: maint-5.6/macperl | |
4024 | ! cop.h deb.c pp_ctl.c toke.c util.c | |
4025 | ____________________________________________________________________________ | |
4026 | [ 14606] By: jhi on 2002/02/08 19:18:41 | |
4027 | Log: The metaconfig unit change to go with #14605. | |
4028 | Branch: metaconfig/U/perl | |
4029 | ! libperl.U | |
4030 | ____________________________________________________________________________ | |
9cc6b47a JH |
4031 | [ 14605] By: jhi on 2002/02/08 19:18:17 |
4032 | Log: The Configure change to go with #14604. | |
4033 | Branch: perl | |
4034 | ! Configure | |
4035 | ____________________________________________________________________________ | |
4036 | [ 14604] By: jhi on 2002/02/08 19:13:56 | |
4037 | Log: Subject: [PATCH] Re: [ID 20020205.007] BSDi test failure perl 5.6.1 | |
4038 | From: Andy Dougherty <doughera@lafayette.edu> | |
4039 | Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST) | |
4040 | Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu> | |
4041 | Branch: perl | |
4042 | ! hints/bsdos.sh | |
4043 | ____________________________________________________________________________ | |
25caadfd JH |
4044 | [ 14603] By: nick on 2002/02/08 18:16:09 |
4045 | Log: Integrate mainline | |
4046 | Branch: perlio | |
4047 | +> ext/threads/t/libc.t | |
4048 | !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c | |
4049 | !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t | |
4050 | ____________________________________________________________________________ | |
9cc6b47a JH |
4051 | [ 14602] By: sky on 2002/02/08 15:19:15 |
4052 | Log: Start testing for safe localtime functions, TODO, test more functions. | |
4053 | Branch: perl | |
4054 | + ext/threads/t/libc.t | |
4055 | ! MANIFEST | |
4056 | ____________________________________________________________________________ | |
4057 | [ 14601] By: jhi on 2002/02/08 14:14:16 | |
4058 | Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle | |
4059 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
4060 | Date: Fri, 8 Feb 2002 00:21:07 +0100 | |
4061 | Message-ID: <20020208002107.E763@rafael> | |
4062 | Branch: perl | |
4063 | ! doio.c pp_sys.c t/io/argv.t | |
4064 | ____________________________________________________________________________ | |
4065 | [ 14600] By: jhi on 2002/02/08 14:07:15 | |
4066 | Log: Subject: [PATCH] Configure followed by make minitest | |
4067 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
4068 | Date: Wed, 06 Feb 2002 21:35:20 -0800 | |
4069 | Message-ID: <YIhY8gzkgSbC092yn@efn.org> | |
4070 | Branch: perl | |
4071 | ! t/op/taint.t t/run/fresh_perl.t | |
4072 | ____________________________________________________________________________ | |
4073 | [ 14599] By: jhi on 2002/02/08 14:05:12 | |
4074 | Log: Integrate perlio; | |
4075 | ||
4076 | Extract something from yesterdays effort - convert my mail on pad | |
4077 | data structures (incoporating Sarathy's corrections/clarifications) | |
4078 | into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod. | |
4079 | Branch: perl | |
4080 | !> cv.h pod/perlapi.pod pod/perlintern.pod | |
4081 | ____________________________________________________________________________ | |
25caadfd JH |
4082 | [ 14598] By: jhi on 2002/02/08 14:01:28 |
4083 | Log: metaconfig unit changes for #14597. | |
4084 | Branch: metaconfig | |
4085 | ! U/modified/Loc.U | |
4086 | Branch: metaconfig/U/perl | |
4087 | ! libperl.U | |
4088 | ____________________________________________________________________________ | |
9cc6b47a JH |
4089 | [ 14597] By: jhi on 2002/02/08 14:01:01 |
4090 | Log: Configure DJGPP tweak from Laszlo Molnar. | |
4091 | Branch: perl | |
4092 | ! Configure | |
4093 | ____________________________________________________________________________ | |
4094 | [ 14596] By: jhi on 2002/02/08 14:00:23 | |
4095 | Log: DJGPP tweaks from Laszlo Molnar. | |
4096 | Branch: perl | |
4097 | ! djgpp/djgppsed.sh perl.c | |
4098 | ____________________________________________________________________________ | |
25caadfd JH |
4099 | [ 14595] By: nick on 2002/02/08 09:19:29 |
4100 | Log: Extract something from yesterdays effort - convert my mail on pad | |
4101 | data structures (incoporating Sarathy's corrections/clarifications) | |
4102 | into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod. | |
4103 | Branch: perlio | |
4104 | ! cv.h pod/perlapi.pod pod/perlintern.pod | |
4105 | ____________________________________________________________________________ | |
4106 | [ 14594] By: nick on 2002/02/08 08:34:49 | |
4107 | Log: Integrate mainline | |
4108 | Branch: perlio | |
4109 | +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl | |
4110 | +> NetWare/t/NWScripts-Exist.pl t/base/num.t | |
4111 | !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL | |
4112 | !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t | |
4113 | !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t | |
4114 | !> op.c patchlevel.h t/run/fresh_perl.t utf8.c | |
4115 | ____________________________________________________________________________ | |
9cc6b47a JH |
4116 | [ 14593] By: jhi on 2002/02/08 03:08:20 |
4117 | Log: To really skip the test an exit() is needed. | |
4118 | Branch: perl | |
4119 | ! lib/encoding.t | |
4120 | ____________________________________________________________________________ | |
4121 | [ 14592] By: jhi on 2002/02/08 02:57:30 | |
4122 | Log: More diagnostics from Nicholas Clark. | |
4123 | Branch: perl | |
4124 | ! lib/Benchmark.t | |
4125 | ____________________________________________________________________________ | |
4126 | [ 14591] By: jhi on 2002/02/07 22:54:57 | |
4127 | Log: In case of failure be more verbose. | |
4128 | Branch: perl | |
4129 | ! t/base/num.t | |
4130 | ____________________________________________________________________________ | |
25caadfd JH |
4131 | [ 14590] By: pudge on 2002/02/07 19:29:03 |
4132 | Log: Update Changes | |
4133 | Branch: maint-5.6/macperl | |
4134 | ! macos/Changes | |
4135 | ____________________________________________________________________________ | |
4136 | [ 14589] By: pudge on 2002/02/07 19:26:55 | |
4137 | Log: Merge AEGizmos library into PPC binary | |
4138 | Branch: maint-5.6/macperl | |
4139 | ! macos/Makefile.mk | |
4140 | ____________________________________________________________________________ | |
4141 | [ 14588] By: pudge on 2002/02/07 18:51:05 | |
4142 | Log: Add -ansifor for MrCpp options | |
4143 | Branch: maint-5.6/macperl | |
4144 | ! macos/BuildRules.mk | |
4145 | ____________________________________________________________________________ | |
4146 | [ 14587] By: pudge on 2002/02/07 18:46:28 | |
4147 | Log: Check ownership of CatInfos (MacPerl Bug #494482) | |
4148 | Branch: maint-5.6/macperl | |
4149 | ! macos/ext/Mac/Files/Files.xs | |
4150 | ____________________________________________________________________________ | |
4151 | [ 14586] By: pudge on 2002/02/07 18:40:21 | |
4152 | Log: Resource updates | |
4153 | Branch: maint-5.6/macperl | |
4154 | ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc | |
4155 | ____________________________________________________________________________ | |
4156 | [ 14585] By: pudge on 2002/02/07 18:38:44 | |
4157 | Log: Empty path is ENOENT (MacPerl Bug #512351) | |
4158 | Branch: maint-5.6/macperl | |
4159 | ! macos/macperl/MPAppleEvents.c | |
4160 | ____________________________________________________________________________ | |
4161 | [ 14584] By: pudge on 2002/02/07 18:38:03 | |
4162 | Log: Fix horrible list maintencance bugs (MacPerl Bug #443568) | |
4163 | Branch: maint-5.6/macperl | |
4164 | ! macos/macperl/MPAEVTStream.cp | |
4165 | ____________________________________________________________________________ | |
4166 | [ 14583] By: pudge on 2002/02/07 18:36:29 | |
4167 | Log: macify(ABSTRACT_FROM) | |
4168 | Branch: maint-5.6/macperl | |
4169 | ! macos/lib/ExtUtils/MM_MacOS.pm | |
4170 | ____________________________________________________________________________ | |
4171 | [ 14582] By: pudge on 2002/02/07 18:35:20 | |
4172 | Log: Use correct Mac filenames in error messages, caller() | |
4173 | Branch: maint-5.6/macperl | |
4174 | ! deb.c pp_ctl.c toke.c util.c | |
4175 | ____________________________________________________________________________ | |
9cc6b47a JH |
4176 | [ 14581] By: jhi on 2002/02/07 17:10:06 |
4177 | Log: Sanity checks to see that the IV/NV and the PV of numeric | |
4178 | scalars stay in sync (unearthed this via the OS/390 gcvt() | |
4179 | brokenness) | |
4180 | Branch: perl | |
4181 | + t/base/num.t | |
4182 | ! MANIFEST | |
4183 | ____________________________________________________________________________ | |
4184 | [ 14580] By: jhi on 2002/02/07 14:07:33 | |
4185 | Log: Retract the anon leak subpatch of #14418 and #14431 | |
4186 | (the latter came into bleadperl as part of #14433). | |
4187 | Branch: perl | |
4188 | ! op.c t/run/fresh_perl.t | |
4189 | ____________________________________________________________________________ | |
4190 | [ 14579] By: jhi on 2002/02/06 23:38:10 | |
4191 | Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it | |
4192 | mangles 0.1 to "10". sprintf() seems more well-behaved. | |
4193 | Branch: perl | |
4194 | ! hints/os390.sh | |
4195 | ____________________________________________________________________________ | |
4196 | [ 14578] By: jhi on 2002/02/06 19:56:53 | |
4197 | Log: Subject: [PATCH @14557] another Encode fix for VMS | |
4198 | From: "Craig A. Berry" <craigberry@mac.com> | |
4199 | Date: Wed, 06 Feb 2002 14:44:20 -0600 | |
4200 | Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01> | |
4201 | Branch: perl | |
4202 | ! ext/Encode/Encode.xs ext/Encode/Makefile.PL | |
4203 | ____________________________________________________________________________ | |
4204 | [ 14577] By: jhi on 2002/02/06 15:38:25 | |
4205 | Log: Integrate perlio; | |
4206 | ||
4207 | One way to avoid OS390 winge about #line directives. | |
4208 | Branch: perl | |
4209 | !> ext/Encode/EUC_JP/Makefile.PL | |
4210 | ____________________________________________________________________________ | |
4211 | [ 14576] By: jhi on 2002/02/06 15:36:55 | |
4212 | Log: Update Changes. | |
4213 | Branch: perl | |
4214 | ! Changes patchlevel.h | |
4215 | ____________________________________________________________________________ | |
25caadfd JH |
4216 | [ 14575] By: nick on 2002/02/06 15:23:24 |
4217 | Log: One way to avoid OS390 winge about #line directives. | |
4218 | Branch: perlio | |
4219 | ! ext/Encode/EUC_JP/Makefile.PL | |
4220 | ____________________________________________________________________________ | |
4e0c4a73 JH |
4221 | [ 14574] By: jhi on 2002/02/06 15:11:05 |
4222 | Log: s/Netware/NetWare/ | |
4223 | Branch: perl | |
4224 | ! MANIFEST | |
4225 | ____________________________________________________________________________ | |
4226 | [ 14573] By: jhi on 2002/02/06 15:10:00 | |
4227 | Log: New Netware scripts. | |
4228 | Branch: perl | |
4229 | + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl | |
4230 | + NetWare/t/NWScripts-Exist.pl | |
4231 | ! MANIFEST | |
4232 | ____________________________________________________________________________ | |
4233 | [ 14572] By: jhi on 2002/02/06 15:02:20 | |
4234 | Log: EBCDIC: the encoding pragma would need some rethinking, | |
4235 | probably a pass of EBCDIC->Unicode mapping. For now, | |
4236 | disable it on EBCDIC. | |
4237 | Branch: perl | |
4238 | ! lib/encoding.pm lib/encoding.t | |
4239 | ____________________________________________________________________________ | |
4240 | [ 14571] By: jhi on 2002/02/06 14:44:27 | |
4241 | Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points | |
4242 | for the low 256. Now tweaked the tests, but maybe it's | |
4243 | the module that needs few NATIVE_TO_UNI()s somewhere? | |
4244 | Branch: perl | |
4245 | ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t | |
4246 | ____________________________________________________________________________ | |
4247 | [ 14570] By: jhi on 2002/02/06 13:59:19 | |
4248 | Log: Subject: [PATCH utf8.c] format problem | |
4249 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
4250 | Date: Wed, 6 Feb 2002 14:01:43 GMT | |
4251 | Message-Id: <200202061401.OAA25053@tempest.npl.co.uk> | |
4252 | Branch: perl | |
4253 | ! utf8.c | |
4254 | ____________________________________________________________________________ | |
25caadfd JH |
4255 | [ 14569] By: nick on 2002/02/06 09:52:23 |
4256 | Log: Integrate mainline | |
4257 | Branch: perlio | |
4258 | !> NetWare/Makefile NetWare/bat/BldNWExt.bat | |
4259 | !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h | |
4260 | !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c | |
4261 | !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl | |
4262 | !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t | |
4263 | !> lib/File/Spec/t/rel2abs2rel.t makedef.pl | |
4264 | ____________________________________________________________________________ | |
4e0c4a73 JH |
4265 | [ 14568] By: jhi on 2002/02/06 04:44:33 |
4266 | Log: EBCDIC: 0x41 is not cricket. | |
4267 | Branch: perl | |
4268 | ! ext/Encode/t/Encode.t | |
4269 | ____________________________________________________________________________ | |
4270 | [ 14567] By: jhi on 2002/02/05 23:12:19 | |
4271 | Log: NetWare update from Ananth Kesari. | |
4272 | Branch: perl | |
4273 | ! NetWare/Makefile NetWare/bat/BldNWExt.bat | |
4274 | ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h | |
4275 | ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c | |
4276 | ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl | |
4277 | ! NetWare/t/NWScripts.pl makedef.pl | |
4278 | ____________________________________________________________________________ | |
4279 | [ 14566] By: sky on 2002/02/05 18:39:13 | |
4280 | Log: Subject: Re: File::Spec::rel2abs2rel (?) | |
4281 | From: Michael G Schwern <schwern@pobox.com> | |
4282 | Date: Tue, 5 Feb 2002 13:47:39 -0500 | |
4283 | Message-ID: <20020205184739.GB17375@blackrider> | |
4284 | Branch: perl | |
4285 | ! lib/File/Spec/t/rel2abs2rel.t | |
4286 | ____________________________________________________________________________ | |
25caadfd JH |
4287 | [ 14565] By: nick on 2002/02/05 17:31:24 |
4288 | Log: Integrate mainline | |
4289 | Branch: perlio | |
4290 | !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh | |
4291 | !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t | |
4292 | !> utf8.h | |
4293 | ____________________________________________________________________________ | |
4e0c4a73 JH |
4294 | [ 14564] By: jhi on 2002/02/05 17:05:40 |
4295 | Log: Integrate perlio; | |
4296 | ||
4297 | More Encode tweaks: | |
4298 | - make expensive and marginal substring search optional (-O) | |
4299 | - enable -O for ASCII-oid encodings (search space is small) | |
4300 | - add ASCII-oid jis0201 to basic Encode.so | |
4301 | - add some other Japanese encodings to EUC_JP bundle (without -O) | |
4302 | Branch: perl | |
4303 | +> ext/Encode/Encode/jis0201.ucm | |
4304 | !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL | |
4305 | !> ext/Encode/compile | |
4306 | ____________________________________________________________________________ | |
25caadfd JH |
4307 | [ 14563] By: nick on 2002/02/05 16:01:15 |
4308 | Log: More Encode tweaks: | |
4309 | - make expensive and marginal substring search optional (-O) | |
4310 | - enable -O for ASCII-oid encodings (search space is small) | |
4311 | - add ASCII-oid jis0201 to basic Encode.so | |
4312 | - add some other Japanese encodings to EUC_JP bundle (without -O) | |
4313 | Branch: perlio | |
4314 | + ext/Encode/Encode/jis0201.ucm | |
4315 | ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL | |
4316 | ! ext/Encode/compile | |
4317 | ____________________________________________________________________________ | |
4e0c4a73 JH |
4318 | [ 14562] By: sky on 2002/02/05 14:50:36 |
4319 | Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks. | |
4320 | Branch: perl | |
4321 | ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t | |
4322 | ____________________________________________________________________________ | |
4323 | [ 14561] By: jhi on 2002/02/05 14:25:36 | |
4324 | Log: EBCDIC: SHARP S is different. | |
4325 | Branch: perl | |
4326 | ! regexec.c utf8.h | |
4327 | ____________________________________________________________________________ | |
4328 | [ 14560] By: sky on 2002/02/05 13:49:40 | |
4329 | Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks | |
4330 | Branch: perl | |
4331 | ! t/op/filetest.t | |
4332 | ____________________________________________________________________________ | |
4333 | [ 14559] By: sky on 2002/02/05 11:39:24 | |