Commit | Line | Data |
---|---|---|
99b32ad1 JH |
1 | Please note: This file provides a complete, temporally ordered log of |
2 | changes that went into every version of Perl. If you'd like more | |
3 | detailed information, please consult the comments in the individual | |
4 | patches posted to the perl5-porters mailing list. Patches for each | |
5 | individual change may also be obtained through ftp and rsync--see | |
6 | perlhack.pod for the details. | |
7 | ||
8 | ||
5850c7a4 | 9 | [The "CAST AND CREW" list has been moved to AUTHORS.] |
99b32ad1 | 10 | |
99b32ad1 JH |
11 | NOTE: Each change entry shows the change number; who checked it into the |
12 | repository; when; description of the change; which branch the change | |
13 | happened in; and the affected files. The file lists have a short symbolic | |
14 | indicator: | |
15 | ||
16 | ! modified | |
17 | + added | |
18 | - deleted | |
19 | +> branched (from elsewhere) | |
20 | !> merged changes (from elsewhere) | |
21 | ||
dd6de302 JH |
22 | The Message-Ids in the change entries refer to the email messages sent |
23 | to the perl5-porters mailing list. You can retrieve the messages for | |
24 | example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ | |
99b32ad1 | 25 | |
0b3b9d72 JH |
26 | This file contains only changes that affect the mainline branch, |
27 | not those that affect the (now decommissioned) cfgperl, or vmsperl, | |
28 | or any other branch. | |
29 | ||
99b32ad1 | 30 | -------------- |
585d6f80 | 31 | Version v5.7.2 Development release working toward v5.8 |
99b32ad1 | 32 | -------------- |
365eb269 | 33 | ____________________________________________________________________________ |
90085e7e JH |
34 | [ 11358] By: jhi on 2001/07/13 14:26:36 |
35 | Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn) | |
36 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
37 | Date: Sat, 14 Jul 2001 00:06:30 +0900 | |
38 | Message-Id: <20010713235522.8406.BQW10602@nifty.com> | |
39 | Branch: perl | |
40 | + ext/Encode/Encode/7bit-greek.enc | |
41 | + ext/Encode/Encode/7bit-latin1.enc | |
42 | + ext/Encode/Encode/cns11643-1.enc | |
43 | + ext/Encode/Encode/cns11643-2.enc | |
44 | + ext/Encode/Encode/iso2022-cn.enc | |
45 | + ext/Encode/Encode/iso2022-jp1.enc | |
46 | + ext/Encode/Encode/iso2022-jp2.enc | |
47 | ! MANIFEST ext/Encode/Encode/Tcl.pm | |
48 | ! ext/Encode/Encode/iso2022-kr.enc | |
49 | ____________________________________________________________________________ | |
50 | [ 11357] By: nick on 2001/07/13 14:24:06 | |
51 | Log: Blind integrate mainline (as of 5.7.2?) | |
52 | Branch: perlio | |
53 | !> AUTHORS Changes Porting/config.sh Porting/config_H | |
54 | !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h | |
55 | !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile | |
56 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
57 | !> win32/makefile.mk | |
58 | ____________________________________________________________________________ | |
59 | [ 11355] By: jhi on 2001/07/13 13:13:46 | |
60 | Log: Snip away the devel patchlevel. | |
61 | Branch: perl | |
62 | ! patchlevel.h | |
63 | ____________________________________________________________________________ | |
64 | [ 11354] By: jhi on 2001/07/13 13:12:01 | |
65 | Log: Bump the version to 5.7.2. | |
66 | Branch: perl | |
67 | ! Porting/config.sh Porting/config_H patchlevel.h | |
68 | ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile | |
69 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
70 | ! win32/makefile.mk | |
71 | ____________________________________________________________________________ | |
72 | [ 11353] By: jhi on 2001/07/13 13:00:00 | |
73 | Log: Update Changes. | |
74 | Branch: perl | |
75 | ! Changes | |
76 | ____________________________________________________________________________ | |
585d6f80 JH |
77 | [ 11352] By: jhi on 2001/07/13 12:54:49 |
78 | Log: Reword. | |
79 | Branch: perl | |
80 | ! AUTHORS | |
81 | ____________________________________________________________________________ | |
82 | [ 11351] By: jhi on 2001/07/13 12:52:47 | |
83 | Log: AUTHORS update. | |
84 | Branch: perl | |
85 | ! AUTHORS | |
86 | ____________________________________________________________________________ | |
87 | [ 11350] By: jhi on 2001/07/13 12:24:36 | |
88 | Log: Ignore PL_regex_pad and PL_regex_padav from symbols | |
89 | unless ithreads. | |
90 | Branch: perl | |
91 | ! makedef.pl | |
92 | ____________________________________________________________________________ | |
93 | [ 11349] By: jhi on 2001/07/13 11:54:10 | |
94 | Log: Integrate perlio. | |
95 | Branch: perl | |
96 | !> win32/distclean.bat | |
97 | ____________________________________________________________________________ | |
98 | [ 11348] By: jhi on 2001/07/13 11:49:50 | |
99 | Log: Test the encoding transform only iff we have PerlIO, | |
100 | noticed by H. Merijn Brand. | |
101 | Branch: perl | |
102 | ! ext/PerlIO/t/encoding.t | |
103 | ____________________________________________________________________________ | |
104 | [ 11347] By: jhi on 2001/07/13 11:40:13 | |
105 | Log: README.netware tweaks from Ananth Kesari. | |
106 | Branch: perl | |
107 | ! README.netware | |
108 | ____________________________________________________________________________ | |
109 | [ 11346] By: nick on 2001/07/13 09:18:51 | |
110 | Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so | |
111 | to avoid /unicode vs /Unicode issues. | |
112 | Branch: perlio | |
113 | ! win32/distclean.bat | |
114 | ____________________________________________________________________________ | |
115 | [ 11345] By: nick on 2001/07/13 06:24:18 | |
116 | Log: Integrate mainline | |
117 | Branch: perlio | |
118 | +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t | |
119 | - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm | |
120 | !> (integrate 63 files) | |
121 | ____________________________________________________________________________ | |
122 | [ 11344] By: jhi on 2001/07/13 04:50:22 | |
123 | Log: Add d_bincompat5005 information to perl -V. | |
124 | Branch: perl | |
125 | ! myconfig.SH | |
126 | ____________________________________________________________________________ | |
127 | [ 11343] By: jhi on 2001/07/13 03:42:05 | |
128 | Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_? | |
129 | From: Abhijit Menon-Sen <ams@wiw.org> | |
130 | Date: Fri, 13 Jul 2001 07:12:36 +0530 | |
131 | Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org> | |
132 | Branch: perl | |
133 | ! sv.c | |
134 | ____________________________________________________________________________ | |
135 | [ 11342] By: jhi on 2001/07/13 03:36:22 | |
136 | Log: Remove unicode::distinct, as per Inaba Hiroto. | |
137 | Branch: perl | |
138 | - lib/unicode/distinct.pm | |
139 | ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c | |
140 | ! t/lib/1_compile.t | |
141 | ____________________________________________________________________________ | |
142 | [ 11341] By: jhi on 2001/07/13 00:05:53 | |
143 | Log: Paging for Dr Octothorpe. | |
144 | Branch: perl | |
145 | ! pod/perlfaq4.pod | |
146 | ____________________________________________________________________________ | |
147 | [ 11340] By: jhi on 2001/07/12 23:53:44 | |
148 | Log: cut-n-paste error noticed by mjd. | |
149 | Branch: perl | |
150 | ! pod/perlfaq4.pod | |
151 | ____________________________________________________________________________ | |
152 | [ 11339] By: jhi on 2001/07/12 23:39:42 | |
153 | Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod | |
154 | From: Peter Prymmer <pvhp@forte.com> | |
155 | Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT) | |
156 | Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com> | |
157 | Branch: perl | |
158 | ! pod/perlfaq4.pod | |
159 | ____________________________________________________________________________ | |
160 | [ 11338] By: jhi on 2001/07/12 23:38:49 | |
161 | Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository '] | |
162 | From: Randall Gellens <randy@qualcomm.com> | |
163 | Date: Thu, 12 Jul 2001 16:56:23 -0700 | |
164 | Message-Id: <p05100301b773e9751c04@[129.46.176.61]> | |
165 | Branch: perl | |
166 | ! Porting/repository.pod | |
167 | ____________________________________________________________________________ | |
168 | [ 11337] By: jhi on 2001/07/12 23:35:06 | |
169 | Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise. | |
170 | Branch: perl | |
171 | ! thread.h | |
172 | ____________________________________________________________________________ | |
173 | [ 11336] By: jhi on 2001/07/12 23:23:39 | |
174 | Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK | |
175 | From: coral <coral@moonlight.crystalflame.net> | |
176 | Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT) | |
177 | Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net> | |
178 | Branch: perl | |
179 | ! thread.h | |
180 | ____________________________________________________________________________ | |
181 | [ 11335] By: jhi on 2001/07/12 23:23:14 | |
182 | Log: Metaconfig unit change for #11134. | |
183 | Branch: metaconfig | |
184 | + U/threads/d_pthread_atfork.U | |
185 | ____________________________________________________________________________ | |
186 | [ 11334] By: jhi on 2001/07/12 23:22:42 | |
187 | Log: Add HAS_PTHREAD_ATFORK. | |
188 | Branch: perl | |
189 | ! Configure NetWare/config.wc NetWare/config_H.wc | |
190 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
191 | ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod | |
192 | ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h | |
193 | ! vos/config.ga.def vos/config.ga.h win32/config.bc | |
194 | ! win32/config.gc win32/config.vc win32/config_H.bc | |
195 | ! win32/config_H.gc win32/config_H.vc | |
196 | ____________________________________________________________________________ | |
197 | [ 11333] By: jhi on 2001/07/12 22:58:35 | |
198 | Log: Subject: [PATCH] File::Copy fails on tied handles | |
199 | From: "Wilson, Doug" <Doug_Wilson@intuit.com> | |
200 | Date: Thu, 12 Jul 2001 15:18:51 -0700 | |
201 | Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com> | |
202 | Branch: perl | |
203 | ! lib/File/Copy.pm | |
204 | ____________________________________________________________________________ | |
205 | [ 11332] By: jhi on 2001/07/12 22:57:04 | |
206 | Log: Subject: [PATCH] Langinfo.t | |
207 | From: Nicholas Clark <nick@ccl4.org> | |
208 | Date: Thu, 12 Jul 2001 23:55:38 +0100 | |
209 | Message-ID: <20010712235538.M5827@plum.flirble.org> | |
210 | Branch: perl | |
211 | ! ext/I18N/Langinfo/Langinfo.t | |
212 | ____________________________________________________________________________ | |
213 | [ 11331] By: jhi on 2001/07/12 22:56:09 | |
214 | Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod | |
215 | From: Peter Prymmer <pvhp@forte.com> | |
216 | Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT) | |
217 | Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com> | |
218 | Branch: perl | |
219 | ! pod/perl572delta.pod | |
220 | ____________________________________________________________________________ | |
221 | [ 11330] By: jhi on 2001/07/12 22:55:23 | |
222 | Log: Subject: [PATCH] Re: Memory corruption? Read-only $_? | |
223 | From: Abhijit Menon-Sen <ams@wiw.org> | |
224 | Date: Fri, 13 Jul 2001 05:21:16 +0530 | |
225 | Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org> | |
226 | Branch: perl | |
227 | ! sv.c | |
228 | ____________________________________________________________________________ | |
229 | [ 11329] By: jhi on 2001/07/12 22:54:39 | |
230 | Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays | |
231 | From: Abhijit Menon-Sen <ams@wiw.org> | |
232 | Date: Fri, 13 Jul 2001 03:04:25 +0530 | |
233 | Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org> | |
234 | Branch: perl | |
235 | ! av.c | |
236 | ____________________________________________________________________________ | |
237 | [ 11328] By: gsar on 2001/07/12 19:02:01 | |
238 | Log: s/^M$//g | |
239 | Branch: perl | |
240 | ! win32/Makefile win32/makefile.mk | |
241 | ____________________________________________________________________________ | |
242 | [ 11327] By: jhi on 2001/07/12 18:54:09 | |
243 | Log: Update Changes. | |
244 | Branch: perl | |
245 | ! Changes patchlevel.h | |
246 | ____________________________________________________________________________ | |
1a307847 JH |
247 | [ 11326] By: jhi on 2001/07/12 18:17:18 |
248 | Log: Typo spotted by Philip Newton. | |
249 | Branch: perl | |
250 | ! pod/perl572delta.pod | |
251 | ____________________________________________________________________________ | |
252 | [ 11325] By: jhi on 2001/07/12 18:11:42 | |
253 | Log: Subject: [PATCH] fixes perl_clone of perl_clone | |
254 | From: Artur Bergman <artur@contiller.se> | |
255 | Date: Thu, 12 Jul 2001 20:57:09 +0200 | |
256 | Message-ID: <B773BFA4.236B%artur@contiller.se> | |
257 | Branch: perl | |
258 | ! sv.c | |
259 | ____________________________________________________________________________ | |
260 | [ 11324] By: jhi on 2001/07/12 18:09:17 | |
261 | Log: Add README.uts from Hal Morris. | |
262 | Branch: perl | |
263 | + README.uts | |
264 | ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod | |
265 | ! pod/perltoc.pod win32/Makefile win32/makefile.mk | |
266 | ____________________________________________________________________________ | |
267 | [ 11323] By: jhi on 2001/07/12 17:48:33 | |
268 | Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ] | |
269 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
270 | Date: Thu, 12 Jul 2001 20:32:37 +0200 | |
271 | Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl> | |
272 | Branch: perl | |
273 | ! hints/aix.sh | |
274 | ____________________________________________________________________________ | |
275 | [ 11322] By: jhi on 2001/07/12 17:44:29 | |
276 | Log: Subject: Patch: document reg_data.what member | |
277 | From: Mark-Jason Dominus <mjd@plover.com> | |
278 | Message-ID: <20010712182532.14821.qmail@plover.com> | |
279 | Date: Thu, 12 Jul 2001 14:25:32 -0400 | |
280 | Branch: perl | |
281 | ! regcomp.c regcomp.h | |
282 | ____________________________________________________________________________ | |
283 | [ 11321] By: jhi on 2001/07/12 17:43:18 | |
284 | Log: Subject: [PATCH] Perl_re_dup() | |
285 | From: Abhijit Menon-Sen <ams@wiw.org> | |
286 | Date: Thu, 12 Jul 2001 23:54:32 +0530 | |
287 | Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org> | |
288 | Branch: perl | |
289 | ! embed.h embed.pl perlapi.c proto.h sv.c | |
290 | ____________________________________________________________________________ | |
291 | [ 11320] By: jhi on 2001/07/12 17:18:54 | |
292 | Log: Regen Configure, modlib, toc. | |
293 | Branch: perl | |
294 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
295 | ! pod/perlmodlib.pod pod/perltoc.pod | |
296 | ____________________________________________________________________________ | |
297 | [ 11319] By: jhi on 2001/07/12 17:08:15 | |
298 | Log: The problem seems to be in PerlIO::Layer::->find() not | |
299 | accepting the ":encoding(blurflur)" arguments. | |
300 | Branch: perl | |
301 | ! lib/PerlIO.pm lib/open.pm | |
302 | ____________________________________________________________________________ | |
303 | [ 11318] By: jhi on 2001/07/12 16:58:11 | |
304 | Log: AIX doc update. | |
305 | Branch: perl | |
306 | ! README.aix pod/perl572delta.pod | |
307 | ____________________________________________________________________________ | |
308 | [ 11317] By: jhi on 2001/07/12 16:39:11 | |
309 | Log: Subject: AIX README update | |
310 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
311 | Date: Thu, 12 Jul 2001 19:28:30 +0200 | |
312 | Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl> | |
313 | Branch: perl | |
314 | ! README.aix | |
315 | ____________________________________________________________________________ | |
316 | [ 11316] By: jhi on 2001/07/12 16:37:15 | |
317 | Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6 | |
318 | From: Norton Allen <allen@huarp.harvard.edu> | |
319 | Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt) | |
320 | Message-Id: <200107121530.LAA12631@bottesini.harvard.edu> | |
321 | Branch: perl | |
322 | ! ext/IO/lib/IO/t/io_unix.t | |
323 | ____________________________________________________________________________ | |
324 | [ 11315] By: jhi on 2001/07/12 16:35:53 | |
325 | Log: Subject: [PATCH README.qnx hints/qnx.sh] | |
326 | From: Norton Allen <allen@huarp.harvard.edu> | |
327 | Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt) | |
328 | Message-Id: <200107121529.LAA23411@bottesini.harvard.edu> | |
329 | Branch: perl | |
330 | ! README.qnx hints/qnx.sh | |
331 | ____________________________________________________________________________ | |
332 | [ 11314] By: jhi on 2001/07/12 16:13:15 | |
333 | Log: Subject: [patch] faster PM_GETRE | |
334 | From: Doug MacEachern <dougm@covalent.net> | |
335 | Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT) | |
336 | Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net> | |
337 | Branch: perl | |
338 | ! op.h | |
339 | ____________________________________________________________________________ | |
340 | [ 11313] By: jhi on 2001/07/12 16:12:23 | |
341 | Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war. | |
342 | From: Doug MacEachern <dougm@covalent.net> | |
343 | Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT) | |
344 | Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net> | |
345 | Branch: perl | |
346 | ! op.c | |
347 | ____________________________________________________________________________ | |
348 | [ 11312] By: jhi on 2001/07/12 16:07:22 | |
349 | Log: Tell where the nice Estonian database is. | |
350 | Branch: perl | |
351 | ! lib/open.pm | |
352 | ____________________________________________________________________________ | |
353 | [ 11311] By: jhi on 2001/07/12 16:05:31 | |
354 | Log: Retract #11309 since #11310 is a better fix. | |
355 | Branch: perl | |
356 | ! t/lib/1_compile.t | |
357 | ____________________________________________________________________________ | |
358 | [ 11310] By: gsar on 2001/07/12 15:50:40 | |
359 | Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in | |
360 | change#11300 needs to return the status of failed win32_spawnvp()) | |
361 | ||
362 | fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't | |
363 | splitting correctly; remove unused variables; 'require' at run time | |
364 | rather than 'use' at compile time for I18N::Langinfo, since it | |
365 | isn't everyware | |
366 | Branch: perl | |
367 | ! lib/open.pm win32/win32.c | |
368 | ____________________________________________________________________________ | |
369 | [ 11309] By: jhi on 2001/07/12 15:29:55 | |
370 | Log: Temporary workaround. | |
371 | Branch: perl | |
372 | ! t/lib/1_compile.t | |
373 | ____________________________________________________________________________ | |
374 | [ 11308] By: jhi on 2001/07/12 14:44:51 | |
375 | Log: UCD typo in #11306 and add also more known-to-be-tested | |
376 | modules to the skip list. | |
377 | Branch: perl | |
378 | ! t/lib/1_compile.t | |
379 | ____________________________________________________________________________ | |
380 | [ 11307] By: jhi on 2001/07/12 14:38:38 | |
381 | Log: Rename Unicode::UCD to UnicodeCD to avoid | |
382 | messups with case-insensitive filesystems. | |
383 | Branch: perl | |
384 | + lib/UnicodeCD.pm lib/UnicodeCD.t | |
385 | - lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
386 | ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t | |
387 | ____________________________________________________________________________ | |
388 | [ 11306] By: jhi on 2001/07/12 13:32:05 | |
389 | Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT | |
390 | From: daniel@biz.bitpusher.com | |
391 | Date: Wed, 11 Jul 2001 23:25:47 -0700 | |
392 | Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com> | |
393 | Branch: perl | |
394 | ! lib/Tie/Array.pm t/op/splice.t | |
395 | ____________________________________________________________________________ | |
396 | [ 11305] By: jhi on 2001/07/12 13:05:46 | |
397 | Log: Subject: [PATCH] More accurate line numbers in messages | |
398 | From: Paul Johnson <paul@pjcj.net> | |
399 | Date: Thu, 12 Jul 2001 04:14:11 +0200 | |
400 | Message-ID: <20010712041411.A3467@pjcj.net> | |
401 | ||
402 | (With prototyping and multiplicity tweaks.) | |
403 | Branch: perl | |
404 | ! dump.c embed.h embed.pl t/lib/warnings/util util.c | |
405 | ____________________________________________________________________________ | |
406 | [ 11304] By: nick on 2001/07/12 12:53:40 | |
407 | Log: Integrate mainline | |
408 | Branch: perlio | |
409 | !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod | |
410 | !> regexec.c thread.h | |
411 | ____________________________________________________________________________ | |
412 | [ 11303] By: jhi on 2001/07/12 12:46:20 | |
413 | Log: Cut-and-pasto in #11298. | |
414 | Branch: perl | |
415 | ! ext/ByteLoader/bytecode.h | |
416 | ____________________________________________________________________________ | |
417 | [ 11302] By: jhi on 2001/07/12 12:42:35 | |
418 | Log: Update the AIX known problems section. | |
419 | Branch: perl | |
420 | ! pod/perl572delta.pod | |
421 | ____________________________________________________________________________ | |
422 | [ 11301] By: jhi on 2001/07/12 12:36:46 | |
423 | Log: Subject: Re: HiRes on AIX 4.2 in threaded mode | |
424 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
425 | Date: Thu, 12 Jul 2001 12:16:16 +0200 | |
426 | Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl> | |
427 | Branch: perl | |
428 | ! hints/aix.sh | |
429 | ____________________________________________________________________________ | |
430 | [ 11300] By: jhi on 2001/07/12 12:35:44 | |
431 | Log: Integrate perlio. | |
432 | Branch: perl | |
433 | !> makedef.pl win32/win32.c | |
434 | ____________________________________________________________________________ | |
435 | [ 11299] By: jhi on 2001/07/12 12:33:57 | |
436 | Log: Subject: [PATCH] fix for PMOP threadness failures | |
437 | From: Artur Bergman <artur@contiller.se> | |
438 | Date: Thu, 12 Jul 2001 09:48:06 +0200 | |
439 | Message-ID: <B77322D6.22DD%artur@contiller.se> | |
440 | Branch: perl | |
441 | ! regexec.c | |
442 | ____________________________________________________________________________ | |
443 | [ 11298] By: jhi on 2001/07/12 12:27:47 | |
444 | Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2 | |
445 | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> | |
446 | Date: Thu, 12 Jul 2001 09:09:48 +0200 | |
447 | Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> | |
448 | ||
449 | More parentheses to keep bcc happy. | |
450 | Branch: perl | |
451 | ! ext/ByteLoader/bytecode.h | |
452 | ____________________________________________________________________________ | |
453 | [ 11297] By: jhi on 2001/07/12 12:24:50 | |
454 | Log: Subject: Re: [patch] pthread_atfork bandaid | |
455 | From: Doug MacEachern <dougm@covalent.net> | |
456 | Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT) | |
457 | Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net> | |
458 | Branch: perl | |
459 | ! thread.h | |
460 | ____________________________________________________________________________ | |
461 | [ 11296] By: nick on 2001/07/12 11:55:48 | |
462 | Log: Exclude reentrant_buffer from .def file | |
463 | Branch: perlio | |
464 | ! makedef.pl | |
465 | ____________________________________________________________________________ | |
466 | [ 11295] By: nick on 2001/07/12 11:11:44 | |
467 | Log: Honour void-ness of my_exit() | |
468 | Branch: perlio | |
469 | ! win32/win32.c | |
470 | ____________________________________________________________________________ | |
471 | [ 11294] By: nick on 2001/07/12 07:51:04 | |
472 | Log: Integrate mainline | |
473 | Branch: perlio | |
474 | +> uts/sprintf_wrap.c | |
475 | !> (integrate 35 files) | |
476 | ____________________________________________________________________________ | |
477 | [ 11293] By: jhi on 2001/07/12 04:58:08 | |
478 | Log: Retract #11289. | |
479 | Branch: perl | |
480 | ! embed.h embed.pl perl.c proto.h thread.h | |
481 | ____________________________________________________________________________ | |
482 | [ 11292] By: jhi on 2001/07/12 04:47:43 | |
483 | Log: Now the :locale pseudolayer *almost* works... | |
484 | Branch: perl | |
485 | ! lib/open.pm | |
486 | ____________________________________________________________________________ | |
487 | [ 11291] By: jhi on 2001/07/12 04:36:47 | |
488 | Log: Locale encoding tweaks. | |
489 | Branch: perl | |
490 | ! lib/open.pm | |
491 | ____________________________________________________________________________ | |
492 | [ 11290] By: jhi on 2001/07/12 04:25:53 | |
493 | Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test | |
494 | From: Mark-Jason Dominus <mjd@plover.com> | |
495 | Date: Thu, 12 Jul 2001 00:59:31 -0400 | |
496 | Message-ID: <20010712045931.8543.qmail@plover.com> | |
497 | ||
498 | Remove the chmod/umask leading zero warning. | |
499 | Branch: perl | |
500 | ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod | |
501 | ! t/lib/warnings/toke toke.c warnings.h warnings.pl | |
502 | ____________________________________________________________________________ | |
503 | [ 11289] By: jhi on 2001/07/12 04:16:41 | |
504 | Log: (Retracted by #11289.) | |
505 | Branch: perl | |
506 | ! embed.h embed.pl perl.c proto.h thread.h | |
507 | ____________________________________________________________________________ | |
508 | [ 11288] By: jhi on 2001/07/12 03:45:11 | |
509 | Log: Needed by #11283. | |
510 | Branch: perl | |
511 | ! intrpvar.h | |
512 | ____________________________________________________________________________ | |
513 | [ 11287] By: jhi on 2001/07/12 03:40:04 | |
514 | Log: Metaconfig unit change for #11286. | |
515 | Branch: metaconfig/U/perl | |
516 | ! patchlevel.U | |
517 | ____________________________________________________________________________ | |
518 | [ 11286] By: jhi on 2001/07/12 03:39:18 | |
519 | Log: Subject: Re: [PATCH Configure] perl -V broken | |
520 | From: Andy Dougherty <doughera@lafayette.edu> | |
521 | Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT) | |
522 | Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu> | |
523 | Branch: perl | |
524 | ! Configure myconfig.SH | |
525 | ____________________________________________________________________________ | |
526 | [ 11285] By: jhi on 2001/07/12 03:27:28 | |
527 | Log: Retract #11166 (and #11237). | |
528 | Branch: perl | |
529 | ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl | |
530 | ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op | |
531 | ! t/lib/warnings/toke toke.c warnings.h warnings.pl | |
532 | ____________________________________________________________________________ | |
533 | [ 11284] By: jhi on 2001/07/12 02:36:42 | |
534 | Log: UTS tweaks for Hal Morris. | |
535 | Branch: perl | |
536 | + uts/sprintf_wrap.c | |
537 | ! MANIFEST hints/uts.sh perl.h | |
538 | ____________________________________________________________________________ | |
539 | [ 11283] By: jhi on 2001/07/12 00:52:36 | |
540 | Log: Subject: [PATCH] Use reentrant API glibc | |
541 | From: Artur Bergman <artur@contiller.se> | |
542 | Date: Thu, 12 Jul 2001 00:58:21 +0200 | |
543 | Message-ID: <B772A6AD.2288%artur@contiller.se> | |
544 | Branch: perl | |
545 | ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod | |
546 | ! sv.c | |
547 | ____________________________________________________________________________ | |
548 | [ 11282] By: jhi on 2001/07/12 00:35:27 | |
549 | Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"? | |
550 | From: barries <barries@slaysys.com> | |
551 | Date: Wed, 11 Jul 2001 15:11:46 -0400 | |
552 | Message-ID: <20010711151146.G24560@jester.slaysys.com> | |
553 | Branch: perl | |
554 | ! pp_sys.c t/lib/warnings/doio win32/win32.c | |
555 | ____________________________________________________________________________ | |
556 | [ 11281] By: jhi on 2001/07/12 00:32:17 | |
557 | Log: Subject: [patch] pthread_atfork bandaid | |
558 | From: Doug MacEachern <dougm@covalent.net> | |
559 | Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT) | |
560 | Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net> | |
561 | Branch: perl | |
562 | ! miniperlmain.c perl.c | |
563 | ____________________________________________________________________________ | |
564 | [ 11280] By: jhi on 2001/07/12 00:31:34 | |
565 | Log: Subject: [patch] perl_clone leaks | |
566 | From: Doug MacEachern <dougm@covalent.net> | |
567 | Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT) | |
568 | Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net> | |
569 | Branch: perl | |
570 | ! sv.c | |
571 | ____________________________________________________________________________ | |
572 | [ 11279] By: nick on 2001/07/11 15:49:38 | |
573 | Log: Integrate mainline | |
574 | Branch: perlio | |
575 | +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t | |
576 | +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm | |
577 | +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog | |
578 | +> lib/Term/ANSIColor/README | |
579 | !> (integrate 54 files) | |
580 | ____________________________________________________________________________ | |
581 | [ 11278] By: jhi on 2001/07/11 13:52:20 | |
582 | Log: Update Changes. | |
583 | Branch: perl | |
584 | ! Changes patchlevel.h | |
585 | ____________________________________________________________________________ | |
14261ed0 JH |
586 | [ 11277] By: jhi on 2001/07/11 13:31:43 |
587 | Log: Subject: blead kit timestamps && the problem with running perl embed.pl | |
588 | From: Peter Prymmer <pvhp@forte.com> | |
589 | Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT) | |
590 | Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com> | |
591 | ||
592 | Backport of embed.pl to 5.003. | |
593 | Branch: perl | |
594 | ! embed.pl | |
595 | ____________________________________________________________________________ | |
596 | [ 11276] By: jhi on 2001/07/11 13:18:07 | |
597 | Log: Subject: Re: POSIX test #14 on UTS | |
598 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
599 | Date: Wed, 11 Jul 2001 03:02:14 +0100 | |
600 | Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk> | |
601 | Branch: perl | |
602 | ! ext/POSIX/POSIX.t | |
603 | ____________________________________________________________________________ | |
604 | [ 11275] By: jhi on 2001/07/11 13:15:49 | |
605 | Log: Make the I32 an IV to preserve structure alignment and size. | |
606 | Branch: perl | |
607 | ! op.h | |
608 | ____________________________________________________________________________ | |
609 | [ 11274] By: jhi on 2001/07/11 13:13:27 | |
610 | Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war. | |
611 | From: "Artur Bergman" <artur@contiller.se> | |
612 | Date: Wed, 11 Jul 2001 14:23:37 +0200 | |
613 | Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev> | |
614 | ||
615 | Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup(). | |
616 | Branch: perl | |
617 | ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h | |
618 | ! pod/perlapi.pod sv.c | |
619 | ____________________________________________________________________________ | |
620 | [ 11273] By: jhi on 2001/07/11 03:53:28 | |
621 | Log: Tweak until Pod::Parser gets updated. | |
622 | Branch: perl | |
623 | ! t/pod/special_seqs.xr | |
624 | ____________________________________________________________________________ | |
625 | [ 11272] By: jhi on 2001/07/11 00:46:05 | |
626 | Log: File::Spec usage tweak. | |
627 | Branch: perl | |
628 | ! lib/ExtUtils.t | |
629 | ____________________________________________________________________________ | |
630 | [ 11271] By: jhi on 2001/07/11 00:37:19 | |
631 | Log: Integrate #11263 from macperl; macos and macosx updates. | |
632 | Branch: perl | |
633 | !> pod/perlport.pod | |
634 | ____________________________________________________________________________ | |
635 | [ 11270] By: jhi on 2001/07/11 00:33:27 | |
636 | Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2' | |
637 | From: Peter Prymmer <pvhp@forte.com> | |
638 | Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT) | |
639 | Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com> | |
640 | Branch: perl | |
641 | + ext/Time/HiRes/hints/dynixptx.pl | |
642 | ! MANIFEST hints/dynixptx.sh | |
643 | ____________________________________________________________________________ | |
644 | [ 11269] By: jhi on 2001/07/11 00:32:16 | |
645 | Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006)) | |
646 | From: Nicholas Clark <nick@ccl4.org> | |
647 | Date: Tue, 10 Jul 2001 23:17:43 +0100 | |
648 | Message-ID: <20010710231742.B59620@plum.flirble.org> | |
649 | Branch: perl | |
650 | ! lib/ExtUtils.t lib/ExtUtils/Constant.pm | |
651 | ____________________________________________________________________________ | |
652 | [ 11268] By: jhi on 2001/07/11 00:30:56 | |
653 | Log: Subject: [DOC PATCH] Pluggable runops | |
654 | From: Paul Johnson <paul@pjcj.net> | |
655 | Date: Tue, 10 Jul 2001 21:53:28 +0200 | |
656 | Message-ID: <20010710215328.B26577@pjcj.net> | |
657 | Branch: perl | |
658 | ! pod/perlguts.pod | |
659 | ____________________________________________________________________________ | |
660 | [ 11267] By: jhi on 2001/07/11 00:29:59 | |
661 | Log: Subject: [PATCH] Authors | |
662 | From: Artur Bergman <artur@contiller.se> | |
663 | Date: Tue, 10 Jul 2001 20:39:12 +0200 | |
664 | Message-ID: <B771186F.21CD%artur@contiller.se> | |
665 | Branch: perl | |
666 | ! AUTHORS | |
667 | ____________________________________________________________________________ | |
668 | [ 11266] By: jhi on 2001/07/11 00:29:13 | |
669 | Log: Subject: Re: [PATCH] Small fix to pp_gmtime | |
670 | From: Doug MacEachern <dougm@covalent.net> | |
671 | Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT) | |
672 | Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net> | |
673 | Branch: perl | |
674 | ! pp_ctl.c | |
675 | ____________________________________________________________________________ | |
676 | [ 11265] By: jhi on 2001/07/11 00:28:15 | |
677 | Log: Subject: doc patch; times() in scalar context | |
678 | From: mjd@plover.com | |
679 | Date: 10 Jul 2001 18:01:17 -0000 | |
680 | Message-ID: <20010710180117.12477.qmail@plover.com> | |
681 | Branch: perl | |
682 | ! pod/perlfunc.pod | |
683 | ____________________________________________________________________________ | |
684 | [ 11264] By: jhi on 2001/07/11 00:27:17 | |
685 | Log: Subject: [PATCH] Small fix to pp_gmtime | |
686 | From: Artur Bergman <artur@contiller.se> | |
687 | Date: Tue, 10 Jul 2001 19:54:52 +0200 | |
688 | Message-ID: <B7710E0B.21C5%artur@contiller.se> | |
689 | Branch: perl | |
690 | ! pp_sys.c | |
691 | ____________________________________________________________________________ | |
692 | [ 11263] By: pudge on 2001/07/10 21:06:10 | |
693 | Log: Integrate changes from mainline perl, add notes about | |
694 | Mac OS X and Mac OS. | |
695 | Branch: maint-5.6/macperl | |
696 | ! pod/perlport.pod | |
697 | ____________________________________________________________________________ | |
698 | [ 11262] By: jhi on 2001/07/10 15:21:26 | |
699 | Log: A proof of the dangers of package; ? | |
700 | Branch: perl | |
701 | ! t/lib/warnings/op | |
702 | ____________________________________________________________________________ | |
703 | [ 11261] By: jhi on 2001/07/10 15:02:27 | |
704 | Log: Regen toc and modlib. | |
705 | Branch: perl | |
706 | ! pod/perlmodlib.pod pod/perltoc.pod | |
707 | ____________________________________________________________________________ | |
708 | [ 11260] By: jhi on 2001/07/10 15:00:37 | |
709 | Log: Add compexcl(), casefold(), and casespec() interfaces; | |
710 | and make all interfaces to return hash references instead | |
711 | of hashes. | |
712 | Branch: perl | |
713 | ! lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
714 | ____________________________________________________________________________ | |
715 | [ 11259] By: jhi on 2001/07/10 13:50:17 | |
716 | Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code) | |
717 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
718 | Date: Tue, 10 Jul 2001 09:55:59 +0200 | |
719 | Message-ID: <20010710.095300@ID-11583.news.dfncis.de> | |
720 | ||
721 | Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs | |
722 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
723 | Date: Tue, 10 Jul 2001 09:56:37 +0200 | |
724 | Message-ID: <20010710.095600@ID-11583.news.dfncis.de> | |
725 | Branch: perl | |
726 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
727 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t | |
728 | ____________________________________________________________________________ | |
729 | [ 11258] By: jhi on 2001/07/10 13:47:20 | |
730 | Log: Subject: [patch] undef &xsub for 1,2 | |
731 | From: Doug MacEachern <dougm@covalent.net> | |
732 | Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT) | |
733 | Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net> | |
734 | ||
735 | (This version of the patch with a comment from Gisle.) | |
736 | Branch: perl | |
737 | ! op.c | |
738 | ____________________________________________________________________________ | |
739 | [ 11257] By: jhi on 2001/07/10 13:45:44 | |
740 | Log: Mention package; deprecation and the Win32 problems. | |
741 | Branch: perl | |
742 | ! pod/perl572delta.pod | |
743 | ____________________________________________________________________________ | |
744 | [ 11256] By: jhi on 2001/07/10 13:45:12 | |
745 | Log: Subject: [PATCH] deprecate package with no arguments | |
746 | From: Robin Houston <robin@kitsite.com> | |
747 | Date: Tue, 10 Jul 2001 13:33:40 +0100 | |
748 | Message-ID: <20010710133340.A13452@robin.kitsite.com> | |
749 | Branch: perl | |
750 | ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op | |
751 | ____________________________________________________________________________ | |
752 | [ 11255] By: jhi on 2001/07/10 13:16:11 | |
753 | Log: Upgrade to podlators 1.10. | |
754 | Branch: perl | |
755 | ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm | |
756 | ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm | |
757 | ! pod/pod2man.PL pod/pod2text.PL | |
758 | ____________________________________________________________________________ | |
759 | [ 11254] By: jhi on 2001/07/10 13:09:34 | |
760 | Log: Upgrade to Term::ANSIColor 1.04. | |
761 | Branch: perl | |
762 | + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README | |
763 | ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl | |
764 | ____________________________________________________________________________ | |
765 | [ 11253] By: jhi on 2001/07/10 12:59:27 | |
766 | Log: Integrate perlio (the right fix for the ":layer(args)") | |
767 | Branch: perl | |
768 | !> perlio.c | |
769 | ____________________________________________________________________________ | |
770 | [ 11252] By: nick on 2001/07/10 06:58:14 | |
771 | Log: Fix open(...,"...:layer(xxx)",...) | |
772 | - use memEQ not strEQ as there is '(' not '\0' | |
773 | Branch: perlio | |
774 | ! perlio.c | |
775 | ____________________________________________________________________________ | |
776 | [ 11251] By: jhi on 2001/07/10 04:04:18 | |
777 | Log: Telling the number of tests helps. | |
778 | Branch: perl | |
779 | ! ext/PerlIO/t/encoding.t | |
780 | ____________________________________________________________________________ | |
781 | [ 11250] By: jhi on 2001/07/10 03:55:38 | |
782 | Log: Require I18N::Langinfo, not use. | |
783 | Branch: perl | |
784 | ! lib/open.pm | |
785 | ____________________________________________________________________________ | |
786 | [ 11249] By: jhi on 2001/07/10 03:50:18 | |
787 | Log: Add a test for for PerlIO ":encoding(...)" layer. | |
788 | Branch: perl | |
789 | + ext/PerlIO/t/encoding.t | |
790 | ! MANIFEST ext/Encode/Encode.pm | |
791 | ____________________________________________________________________________ | |
792 | [ 11248] By: jhi on 2001/07/10 02:06:57 | |
793 | Log: PerlIO ":encoding(foobar)" temporary fix. | |
794 | Not really correct, I think, since the change means | |
795 | that prefixes match. | |
796 | Branch: perl | |
797 | ! perlio.c | |
798 | ____________________________________________________________________________ | |
799 | [ 11247] By: jhi on 2001/07/10 01:38:11 | |
800 | Log: Update to Math::BigInt 1.36. The biggest news is | |
801 | the separation of the backend; now the pure Perl | |
802 | implementation is in Math::BigInt::Calc, but one | |
803 | can plugin, say, Math::BigInt::BitVect, and get | |
804 | considerable speedup. | |
805 | Branch: perl | |
806 | + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t | |
807 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
808 | ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t | |
809 | ! lib/Math/BigInt/t/mbimbf.t | |
810 | ____________________________________________________________________________ | |
811 | [ 11246] By: jhi on 2001/07/10 01:19:55 | |
812 | Log: Subject: Re: compatibility question | |
813 | From: Peter Prymmer <pvhp@forte.com> | |
814 | Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT) | |
815 | Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com> | |
816 | Branch: perl | |
817 | ! lib/ExtUtils/MM_VMS.pm | |
818 | ____________________________________________________________________________ | |
819 | [ 11245] By: jhi on 2001/07/10 01:18:04 | |
820 | Log: Subject: [PATCH ext/File/Glob/t/basic.t] | |
821 | From: Norton Allen <allen@huarp.harvard.edu> | |
822 | Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt) | |
823 | Message-Id: <200107092116.RAA12010@bottesini.harvard.edu> | |
824 | Branch: perl | |
825 | ! ext/File/Glob/t/basic.t | |
826 | ____________________________________________________________________________ | |
827 | [ 11244] By: jhi on 2001/07/10 01:16:27 | |
828 | Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix | |
829 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
830 | Date: Tue, 10 Jul 2001 00:29:55 +0900 | |
831 | Message-Id: <20010710002756.B497.BQW10602@nifty.com> | |
832 | Branch: perl | |
833 | + ext/Encode/Encode/HZ.enc | |
834 | ! MANIFEST ext/Encode/Encode/7bit-kana.enc | |
835 | ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t | |
836 | ! ext/Encode/Encode/iso2022-jp.enc | |
837 | ! ext/Encode/Encode/iso2022-kr.enc | |
838 | ____________________________________________________________________________ | |
839 | [ 11243] By: pudge on 2001/07/09 22:16:12 | |
840 | Log: Add in all them there macos/ files. | |
841 | Branch: maint-5.6/macperl | |
842 | + (add 577 files) | |
843 | ____________________________________________________________________________ | |
844 | [ 11242] By: jhi on 2001/07/09 20:26:04 | |
845 | Log: Add the new modules to the list of having those own tests. | |
846 | Branch: perl | |
847 | ! t/lib/1_compile.t | |
848 | ____________________________________________________________________________ | |
849 | [ 11241] By: jhi on 2001/07/09 19:09:58 | |
850 | Log: Add INOUT to control both ways at the same time. | |
851 | Branch: perl | |
852 | ! lib/open.pm | |
853 | ____________________________________________________________________________ | |
854 | [ 11240] By: nick on 2001/07/09 16:33:50 | |
855 | Log: Integrate mainline | |
856 | Branch: perlio | |
857 | +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t | |
858 | +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL | |
859 | !> (integrate 41 files) | |
860 | ____________________________________________________________________________ | |
861 | [ 11239] By: jhi on 2001/07/09 16:14:35 | |
862 | Log: More encoding mapping magic. | |
863 | Branch: perl | |
864 | ! lib/open.pm | |
865 | ____________________________________________________________________________ | |
866 | [ 11238] By: jhi on 2001/07/09 14:40:43 | |
867 | Log: Update Changes. | |
868 | Branch: perl | |
869 | ! Changes patchlevel.h | |
870 | ____________________________________________________________________________ | |
ff482e31 | 871 | [ 11237] By: jhi on 2001/07/09 14:27:27 |
585d6f80 JH |
872 | Log: (Retracted by #11285). |
873 | ||
874 | Subject: [PATCH] OPpCONST_OCTAL fixes | |
ff482e31 JH |
875 | From: Abhijit Menon-Sen <ams@wiw.org> |
876 | Date: Mon, 9 Jul 2001 07:38:45 +0530 | |
877 | Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org> | |
878 | Branch: perl | |
879 | ! op.c | |
880 | ____________________________________________________________________________ | |
881 | [ 11236] By: jhi on 2001/07/09 14:10:07 | |
882 | Log: Add a pseudolayer ":locale" to the open pragma which | |
883 | will get the encoding from the locale. Yet undocumented | |
884 | because I can't get the PerlIO :encoding(foobar) to work. | |
885 | Branch: perl | |
886 | ! ext/Encode/Encode.pm lib/open.pm | |
887 | ____________________________________________________________________________ | |
888 | [ 11235] By: jhi on 2001/07/09 13:38:43 | |
889 | Log: Add more encoding mappings. | |
890 | Branch: perl | |
891 | ! ext/Encode/Encode.pm | |
892 | ____________________________________________________________________________ | |
893 | [ 11234] By: jhi on 2001/07/09 13:24:54 | |
894 | Log: Document that using :encoding layer requires using Encode. | |
895 | Branch: perl | |
896 | ! ext/Encode/Encode.pm lib/PerlIO.pm | |
897 | ____________________________________________________________________________ | |
898 | [ 11233] By: jhi on 2001/07/09 13:19:34 | |
899 | Log: Netware tweak from Ananth Kesari. | |
900 | Branch: perl | |
901 | ! NetWare/netware.h | |
902 | ____________________________________________________________________________ | |
903 | [ 11232] By: gsar on 2001/07/09 04:40:07 | |
904 | Log: t/harness doesn't know about run/*.t | |
905 | Branch: perl | |
906 | ! t/harness | |
907 | ____________________________________________________________________________ | |
908 | [ 11231] By: gsar on 2001/07/09 04:36:30 | |
909 | Log: run/exit.t busted on windows | |
910 | Branch: perl | |
911 | ! t/run/exit.t | |
912 | ____________________________________________________________________________ | |
913 | [ 11230] By: gsar on 2001/07/09 04:14:54 | |
914 | Log: fix a couple of UCD.t tests that fail due to bad case | |
915 | Branch: perl | |
916 | ! lib/Unicode/UCD.t | |
917 | ____________________________________________________________________________ | |
918 | [ 11229] By: gsar on 2001/07/09 03:57:06 | |
919 | Log: test skip logic was broken | |
920 | Branch: perl | |
921 | ! ext/I18N/Langinfo/Langinfo.t | |
922 | ____________________________________________________________________________ | |
923 | [ 11228] By: gsar on 2001/07/09 03:42:20 | |
924 | Log: remove *.pdb files on windows upon $(MAKE) clean (fixes | |
925 | failure of ExtUtils.t#27 when built in debug mode) | |
926 | Branch: perl | |
927 | ! lib/ExtUtils/MM_Win32.pm | |
928 | ____________________________________________________________________________ | |
929 | [ 11227] By: gsar on 2001/07/09 02:11:04 | |
930 | Log: I18N::Langinfo is not available on windows | |
931 | Branch: perl | |
932 | ! win32/FindExt.pm | |
933 | ____________________________________________________________________________ | |
934 | [ 11226] By: gsar on 2001/07/09 01:55:23 | |
935 | Log: save a dTHX | |
936 | Branch: perl | |
937 | ! ext/POSIX/POSIX.xs | |
938 | ____________________________________________________________________________ | |
939 | [ 11225] By: jhi on 2001/07/08 23:42:37 | |
940 | Log: Update Changes. | |
941 | Branch: perl | |
942 | ! Changes patchlevel.h | |
943 | ____________________________________________________________________________ | |
21b6d9db JH |
944 | [ 11224] By: jhi on 2001/07/08 23:05:41 |
945 | Log: Guard the nl_langinfo() with HAS_NL_LANGINFO | |
946 | as pointed out by Sarathy. | |
947 | Branch: perl | |
948 | ! ext/I18N/Langinfo/Langinfo.xs | |
949 | ____________________________________________________________________________ | |
950 | [ 11223] By: jhi on 2001/07/08 22:59:01 | |
951 | Log: Retract #11212. | |
952 | Branch: perl | |
953 | ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c | |
954 | ____________________________________________________________________________ | |
955 | [ 11222] By: jhi on 2001/07/08 17:41:22 | |
956 | Log: Bump up the VERSION of Cwd.xs. | |
957 | Branch: perl | |
958 | ! ext/Cwd/Makefile.PL | |
959 | ____________________________________________________________________________ | |
960 | [ 11221] By: jhi on 2001/07/08 17:13:38 | |
961 | Log: Retract #11220, the problem wasn't the missing leading zero. | |
962 | Here's the problem: | |
963 | $ ./perl -we 'chmod(oct("755"), ".")' | |
964 | Non-octal literal mode (493) specified at -e line 1. | |
965 | (Did you mean 0493 instead?) | |
966 | Branch: perl | |
967 | ! lib/ExtUtils/MM_Unix.pm | |
968 | ____________________________________________________________________________ | |
969 | [ 11220] By: jhi on 2001/07/08 17:05:55 | |
970 | Log: (Retracted by #11221) | |
971 | Change the PERM_RW and PERM_RWX to 0644 and 0755 | |
972 | (add the leading zero). | |
973 | Branch: perl | |
974 | ! lib/ExtUtils/MM_Unix.pm | |
975 | ____________________________________________________________________________ | |
976 | [ 11219] By: jhi on 2001/07/08 16:17:32 | |
977 | Log: Integrate changes #11193, 11205, 11209 from macperl. | |
978 | ||
979 | Fix up AutoLoader to fudge for Mac paths in import(). | |
980 | ||
981 | Allow symbols in try_symbol() to begin with "_". | |
982 | ||
983 | Small portability fix for Mac OS. | |
984 | Branch: perl | |
985 | !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl | |
986 | ____________________________________________________________________________ | |
987 | [ 11218] By: jhi on 2001/07/08 16:10:30 | |
988 | Log: Metaconfig unit change for #11217. | |
989 | Branch: metaconfig/U/perl | |
990 | ! Extensions.U | |
991 | ____________________________________________________________________________ | |
992 | [ 11217] By: jhi on 2001/07/08 16:10:07 | |
993 | Log: Detypo, problem noticed by Gerrit P. Haase. | |
994 | Branch: perl | |
995 | ! Configure config_h.SH | |
996 | ____________________________________________________________________________ | |
997 | [ 11216] By: jhi on 2001/07/08 15:58:35 | |
998 | Log: Cwd cleanups. | |
999 | Branch: perl | |
1000 | ! ext/Cwd/Cwd.xs | |
1001 | ____________________________________________________________________________ | |
1002 | [ 11215] By: jhi on 2001/07/08 15:52:57 | |
1003 | Log: Slight tweaks on #11213. | |
1004 | Branch: perl | |
1005 | ! toke.c | |
1006 | ____________________________________________________________________________ | |
1007 | [ 11214] By: jhi on 2001/07/08 14:32:28 | |
1008 | Log: A missing dTHX noticed by Gerrit P. Haase. | |
1009 | Branch: perl | |
1010 | ! ext/POSIX/POSIX.xs | |
1011 | ____________________________________________________________________________ | |
1012 | [ 11213] By: jhi on 2001/07/08 14:24:44 | |
1013 | Log: Subject: [PATCH toke.c] Simplify yytoke() | |
1014 | From: Simon Cozens <simon@netthink.co.uk> | |
1015 | Date: Sun, 8 Jul 2001 13:24:34 +0100 | |
1016 | Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror> | |
1017 | ||
1018 | Split out pending_ident(). | |
1019 | Branch: perl | |
1020 | ! embed.h embed.pl pod/perlapi.pod proto.h toke.c | |
1021 | ____________________________________________________________________________ | |
1022 | [ 11212] By: jhi on 2001/07/08 14:17:10 | |
1023 | Log: (Retracted by #11223.) | |
1024 | Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004 | |
1025 | Date: Wed, 05 Nov 1997 17:22:34 -0600 | |
1026 | From: Graham Barr <gbarr@ti.com> | |
1027 | Message-Id: <3460FFBA.6DA51F46@ti.com> | |
1028 | Branch: perl | |
1029 | ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c | |
1030 | ____________________________________________________________________________ | |
1031 | [ 11211] By: jhi on 2001/07/08 13:53:38 | |
1032 | Log: Fix I18N::Langinfo nits noticed but Philip Newton. | |
1033 | Branch: perl | |
1034 | ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t | |
1035 | ! pod/perllocale.pod | |
1036 | ____________________________________________________________________________ | |
1037 | [ 11210] By: jhi on 2001/07/08 01:34:09 | |
1038 | Log: Really do the test under the C locale. | |
1039 | Branch: perl | |
1040 | ! ext/I18N/Langinfo/Langinfo.t | |
1041 | ____________________________________________________________________________ | |
1042 | [ 11209] By: pudge on 2001/07/08 01:19:25 | |
1043 | Log: Small portability fix for Mac OS. | |
1044 | Branch: maint-5.6/macperl | |
1045 | ! lib/Cwd.pm | |
1046 | ____________________________________________________________________________ | |
1047 | [ 11208] By: jhi on 2001/07/08 01:14:58 | |
1048 | Log: Metaconfig unit change for #11207. | |
1049 | Branch: metaconfig/U/perl | |
1050 | ! Extensions.U | |
1051 | ____________________________________________________________________________ | |
1052 | [ 11207] By: jhi on 2001/07/08 01:14:02 | |
1053 | Log: Add I18N::Langinfo, which is basically a wrapper around | |
1054 | nl_langinfo(), which is an additional way to query locale | |
1055 | specific information. | |
1056 | Branch: perl | |
1057 | + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t | |
1058 | + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL | |
1059 | ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod | |
1060 | ____________________________________________________________________________ | |
1061 | [ 11206] By: pudge on 2001/07/08 00:56:29 | |
1062 | Log: Bugfixes for some tests. commonsense.t not in perl 5.6, | |
1063 | used in File::Find tests; replace with if.t. | |
1064 | Branch: maint-5.6/macperl | |
1065 | ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t | |
1066 | ! t/pragma/warn/op | |
1067 | ____________________________________________________________________________ | |
1068 | [ 11205] By: pudge on 2001/07/07 23:55:56 | |
1069 | Log: Allow symbols in try_symbol() to begin with "_". | |
1070 | Branch: maint-5.6/macperl | |
1071 | ! makedef.pl | |
1072 | ____________________________________________________________________________ | |
1073 | [ 11204] By: pudge on 2001/07/07 23:53:37 | |
1074 | Log: Sync up the File::Find changes from the rewrite by | |
1075 | Thomas Wegner, et al. | |
1076 | Branch: maint-5.6/macperl | |
1077 | + t/lib/filefind-taint.t | |
1078 | ! lib/File/Find.pm t/lib/filefind.t | |
1079 | ____________________________________________________________________________ | |
1080 | [ 11203] By: pudge on 2001/07/07 23:43:06 | |
1081 | Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff | |
1082 | From: Thomas Wegner <wegner_thomas@yahoo.com> | |
1083 | Date: Thu, 5 Jul 2001 20:31:25 +0200 | |
1084 | Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]> | |
1085 | Branch: maint-5.6/macperl | |
1086 | ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl | |
1087 | ____________________________________________________________________________ | |
1088 | [ 11202] By: pudge on 2001/07/07 23:38:36 | |
1089 | Log: Some more test portability fixes. | |
1090 | Branch: maint-5.6/macperl | |
1091 | ! t/lib/filecopy.t t/pragma/warn/pp_sys | |
1092 | ____________________________________________________________________________ | |
1093 | [ 11201] By: jhi on 2001/07/07 22:52:38 | |
1094 | Log: The #11200 removed wrong (non-existent) target. Duh. | |
1095 | Branch: perl | |
1096 | ! Makefile.SH | |
1097 | ____________________________________________________________________________ | |
1098 | [ 11200] By: jhi on 2001/07/07 22:44:14 | |
1099 | Log: Zap the lib/re.pm before creating it. | |
1100 | Branch: perl | |
1101 | ! Makefile.SH | |
1102 | ____________________________________________________________________________ | |
1103 | [ 11199] By: pudge on 2001/07/07 20:54:35 | |
1104 | Log: Another test. Please ignore. | |
1105 | Branch: maint-5.6/macperl | |
1106 | ! README.macos | |
1107 | ____________________________________________________________________________ | |
1108 | [ 11198] By: pudge on 2001/07/07 20:44:12 | |
1109 | Log: Portability fixes for a lot of tests, especially IO-related | |
1110 | tests, and warnings, and the harness script. | |
1111 | Branch: maint-5.6/macperl | |
1112 | ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t | |
1113 | ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t | |
1114 | ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t | |
1115 | ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t | |
1116 | ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t | |
1117 | ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio | |
1118 | ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys | |
1119 | ! t/pragma/warnings.t | |
1120 | ____________________________________________________________________________ | |
1121 | [ 11197] By: jhi on 2001/07/07 20:32:28 | |
1122 | Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs) | |
1123 | From: Nicholas Clark <nick@ccl4.org> | |
1124 | Date: Sat, 7 Jul 2001 21:00:17 +0100 | |
1125 | Message-ID: <20010707210017.H59620@plum.flirble.org> | |
1126 | Branch: perl | |
1127 | ! lib/h2xs.t | |
1128 | ____________________________________________________________________________ | |
1129 | [ 11196] By: jhi on 2001/07/07 20:26:36 | |
1130 | Log: The UNICOS/mk SysV IPC problem has been fixed. | |
1131 | Branch: perl | |
1132 | ! pod/perl572delta.pod | |
1133 | ____________________________________________________________________________ | |
1134 | [ 11195] By: jhi on 2001/07/07 19:59:51 | |
1135 | Log: Slight update tweaks on perlunicode.pod. | |
1136 | Branch: perl | |
1137 | ! pod/perlunicode.pod | |
1138 | ____________________________________________________________________________ | |
1139 | [ 11194] By: jhi on 2001/07/07 17:53:03 | |
1140 | Log: Subject: Doc patch DB_File.pm: use umask-friendly modes | |
1141 | From: Mark-Jason Dominus <mjd@plover.com> | |
1142 | Date: Sat, 07 Jul 2001 13:04:04 -0400 | |
1143 | Message-ID: <20010707170404.32694.qmail@plover.com> | |
1144 | Branch: perl | |
1145 | ! ext/DB_File/DB_File.pm | |
1146 | ____________________________________________________________________________ | |
1147 | [ 11193] By: pudge on 2001/07/07 17:26:28 | |
1148 | Log: Fix up AutoLoader to fudge for Mac paths in import(). | |
1149 | Branch: maint-5.6/macperl | |
1150 | ! lib/AutoLoader.pm | |
1151 | ____________________________________________________________________________ | |
1152 | [ 11192] By: jhi on 2001/07/07 17:03:06 | |
1153 | Log: Try to force the lib/re.pm to be there before entering | |
1154 | the extensions builds, should help for parallel makes. | |
1155 | Branch: perl | |
1156 | ! Makefile.SH | |
1157 | ____________________________________________________________________________ | |
1158 | [ 11191] By: jhi on 2001/07/07 15:26:16 | |
1159 | Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX | |
1160 | From: Norton Allen <allen@huarp.harvard.edu> | |
1161 | Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt) | |
1162 | Message-Id: <200107061601.MAA00597@bottesini.harvard.edu> | |
1163 | Branch: perl | |
1164 | ! ext/POSIX/POSIX.xs | |
1165 | ____________________________________________________________________________ | |
1166 | [ 11190] By: jhi on 2001/07/07 15:22:08 | |
1167 | Log: Subject: [PATCH] Re: op/arith.t | |
1168 | From: Nicholas Clark <nick@ccl4.org> | |
1169 | Date: Sat, 7 Jul 2001 13:04:54 +0100 | |
1170 | Message-ID: <20010707130454.D59620@plum.flirble.org> | |
1171 | Branch: perl | |
1172 | ! numeric.c toke.c | |
1173 | ____________________________________________________________________________ | |
1174 | [ 11189] By: jhi on 2001/07/07 15:20:44 | |
1175 | Log: Subject: [PATCH] h2xs | |
1176 | From: Nicholas Clark <nick@ccl4.org> | |
1177 | Date: Fri, 6 Jul 2001 23:25:14 +0100 | |
1178 | Message-ID: <20010706232514.X59620@plum.flirble.org> | |
1179 | Branch: perl | |
1180 | ! utils/h2xs.PL | |
1181 | ____________________________________________________________________________ | |
1182 | [ 11188] By: jhi on 2001/07/07 15:12:36 | |
1183 | Log: Subject: Re: bleedperl perl_alloc..free leakage | |
1184 | From: Radu Greab <radu@netsoft.ro> | |
1185 | Date: Fri, 6 Jul 2001 19:48:54 +0300 | |
1186 | Message-ID: <15173.60406.308246.456184@ix.netsoft.ro> | |
1187 | ||
1188 | Leak-be-gone. | |
1189 | Branch: perl | |
1190 | ! op.c | |
1191 | ____________________________________________________________________________ | |
1192 | [ 11187] By: pudge on 2001/07/07 02:11:36 | |
1193 | Log: Test again. Please ignore. | |
1194 | Branch: maint-5.6/macperl | |
1195 | ! README.macos | |
1196 | ____________________________________________________________________________ | |
1197 | [ 11186] By: pudge on 2001/07/07 02:08:13 | |
1198 | Log: Test. Please ignore. | |
1199 | Branch: maint-5.6/macperl | |
1200 | ! README.macos | |
1201 | ____________________________________________________________________________ | |
1202 | [ 11185] By: pudge on 2001/07/06 23:46:57 | |
1203 | Log: Include changes already sent in separately as patches, | |
1204 | before branch was created. | |
1205 | Branch: maint-5.6/macperl | |
1206 | ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c | |
1207 | ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm | |
1208 | ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t | |
1209 | ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t | |
1210 | ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t | |
1211 | ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t | |
1212 | ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t | |
1213 | ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t | |
1214 | ! t/op/regexp_noamp.t t/op/split.t t/op/write.t | |
1215 | ! t/pragma/strict.t | |
1216 | ____________________________________________________________________________ | |
1217 | [ 11184] By: jhi on 2001/07/06 16:41:30 | |
1218 | Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO | |
1219 | From: Norton Allen <allen@huarp.harvard.edu> | |
1220 | Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt) | |
1221 | Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> | |
1222 | Branch: perl | |
1223 | ! utf8.h | |
1224 | ____________________________________________________________________________ | |
1225 | [ 11183] By: nick on 2001/07/06 16:27:40 | |
1226 | Log: Integrate mainline | |
1227 | Branch: perlio | |
1228 | +> (branch 42 files) | |
1229 | - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm | |
1230 | - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t | |
1231 | - win32/bin/mdelete.bat | |
1232 | !> (integrate 215 files) | |
1233 | ____________________________________________________________________________ | |
1234 | [ 11182] By: jhi on 2001/07/06 15:57:16 | |
1235 | Log: The #11166 needed also these updated. | |
1236 | Branch: perl | |
1237 | ! lib/warnings.pm warnings.h | |
1238 | ____________________________________________________________________________ | |
1239 | [ 11181] By: jhi on 2001/07/06 13:24:42 | |
1240 | Log: Update Changes. | |
1241 | Branch: perl | |
1242 | ! Changes patchlevel.h | |
1243 | ____________________________________________________________________________ | |
00847e8a JH |
1244 | [ 11180] By: jhi on 2001/07/06 13:20:08 |
1245 | Log: Regen toc. | |
1246 | Branch: perl | |
1247 | ! pod/perltoc.pod | |
1248 | ____________________________________________________________________________ | |
1249 | [ 11179] By: jhi on 2001/07/06 12:57:13 | |
1250 | Log: Nit from Abhijit. | |
1251 | Branch: perl | |
1252 | ! lib/CPAN.pm | |
1253 | ____________________________________________________________________________ | |
1254 | [ 11178] By: jhi on 2001/07/06 12:53:04 | |
1255 | Log: Retract #11172. | |
1256 | Branch: perl | |
1257 | ! t/op/method.t | |
1258 | ____________________________________________________________________________ | |
1259 | [ 11177] By: jhi on 2001/07/06 12:44:51 | |
1260 | Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO | |
1261 | From: Norton Allen <allen@huarp.harvard.edu> | |
1262 | Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt) | |
1263 | Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> | |
1264 | Branch: perl | |
1265 | ! lib/Cwd.pm | |
1266 | ____________________________________________________________________________ | |
1267 | [ 11176] By: jhi on 2001/07/06 12:42:45 | |
585d6f80 | 1268 | Log: (Accidentally empty check-in.) |
00847e8a JH |
1269 | Branch: perl |
1270 | ! utf8.h | |
1271 | ____________________________________________________________________________ | |
1272 | [ 11175] By: jhi on 2001/07/06 12:29:56 | |
1273 | Log: Retract #11165 since Sarathy pointed out it'll not | |
1274 | work properly under threads, the problem should be | |
1275 | solved using "the savestack, either via SSNEW() or | |
1276 | using a newSVpv()+SAVEFREESV() combo." | |
1277 | Branch: perl | |
1278 | ! ext/POSIX/POSIX.xs | |
1279 | ____________________________________________________________________________ | |
1280 | [ 11174] By: jhi on 2001/07/06 12:27:31 | |
1281 | Log: Retract #11125 since NI-S pointed out it'll not work in | |
1282 | cases where the extension has their own handcrafted INC | |
1283 | et alia. | |
1284 | Branch: perl | |
1285 | ! lib/ExtUtils/MM_Unix.pm | |
1286 | ____________________________________________________________________________ | |
1287 | [ 11173] By: jhi on 2001/07/06 12:20:50 | |
1288 | Log: Subject: RE: [PATCH] -I and MakeMaker again | |
1289 | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> | |
1290 | Date: Fri, 6 Jul 2001 09:18:29 +0200 | |
1291 | Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U> | |
1292 | Branch: perl | |
1293 | ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm | |
1294 | ! lib/ExtUtils/MM_Win32.pm | |
1295 | ____________________________________________________________________________ | |
1296 | [ 11172] By: jhi on 2001/07/06 12:18:39 | |
1297 | Log: (Retracted by #11178) | |
1298 | Subject: [PATCH t/op/method.t] SUPER:: strangeness | |
1299 | From: Piers Cawley <pdcawley@iterative-software.com> | |
1300 | Date: 06 Jul 2001 10:49:01 +0100 | |
1301 | Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk> | |
1302 | Branch: perl | |
1303 | ! t/op/method.t | |
1304 | ____________________________________________________________________________ | |
1305 | [ 11171] By: jhi on 2001/07/06 01:38:55 | |
1306 | Log: VOS README update from Paul Green. | |
1307 | Branch: perl | |
1308 | ! README.vos | |
1309 | ____________________________________________________________________________ | |
1310 | [ 11170] By: jhi on 2001/07/06 01:19:33 | |
1311 | Log: Subject: [PATCH README.qnx hints/qnx.sh] | |
1312 | From: Norton Allen <allen@huarp.harvard.edu> | |
1313 | Message-Id: <200107051755.NAA21422@bottesini.harvard.edu> | |
1314 | Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt) | |
1315 | Branch: perl | |
1316 | ! README.qnx hints/qnx.sh | |
1317 | ____________________________________________________________________________ | |
1318 | [ 11169] By: jhi on 2001/07/06 01:17:43 | |
1319 | Log: Subject: [PATCH] Doc patch for Tie::Hash | |
1320 | From: Artur Bergman <artur@contiller.se> | |
1321 | Date: Thu, 05 Jul 2001 22:51:18 +0200 | |
1322 | Message-ID: <B76A9FE6.1F04%artur@contiller.se> | |
1323 | Branch: perl | |
1324 | ! lib/Tie/Hash.pm | |
1325 | ____________________________________________________________________________ | |
1326 | [ 11168] By: jhi on 2001/07/06 01:16:27 | |
1327 | Log: Subject: [PATCH] perlfaq4.pod | |
1328 | From: "Liney, Dave" <dave.liney@gbr.conoco.com> | |
1329 | Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02> | |
1330 | Date: Thu, 5 Jul 2001 18:44:10 +0100 | |
1331 | Branch: perl | |
1332 | ! pod/perlfaq4.pod | |
1333 | ____________________________________________________________________________ | |
1334 | [ 11167] By: jhi on 2001/07/06 01:14:41 | |
1335 | Log: Subject: [PATCH B::Deparse] Make warnings handling more robust | |
1336 | From: Robin Houston <robin@kitsite.com> | |
1337 | Date: Thu, 5 Jul 2001 18:33:21 +0100 | |
1338 | Message-ID: <20010705183321.A27345@robin.kitsite.com> | |
1339 | Branch: perl | |
1340 | ! ext/B/B/Deparse.pm | |
1341 | ____________________________________________________________________________ | |
1342 | [ 11166] By: jhi on 2001/07/06 01:11:50 | |
585d6f80 JH |
1343 | Log: (Retracted by #11285.) |
1344 | ||
1345 | Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 | |
00847e8a JH |
1346 | From: Abhijit Menon-Sen <ams@wiw.org> |
1347 | Date: Fri, 6 Jul 2001 01:26:32 +0530 | |
1348 | Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> | |
1349 | Branch: perl | |
1350 | ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym | |
1351 | ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c | |
1352 | ! warnings.pl | |
1353 | ____________________________________________________________________________ | |
1354 | [ 11165] By: jhi on 2001/07/06 00:19:26 | |
1355 | Log: (Retracted by #11175) | |
1356 | Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX | |
1357 | From: Norton Allen <allen@huarp.harvard.edu> | |
1358 | Message-Id: <200107051734.NAA13375@bottesini.harvard.edu> | |
1359 | Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt) | |
1360 | Branch: perl | |
1361 | ! ext/POSIX/POSIX.xs | |
1362 | ____________________________________________________________________________ | |
1363 | [ 11164] By: jhi on 2001/07/06 00:14:57 | |
1364 | Log: Unterminated C< (noticed by Richard Hatch), and few other | |
1365 | small Unicode doc tweaks. | |
1366 | Branch: perl | |
1367 | ! pod/perlretut.pod | |
1368 | ____________________________________________________________________________ | |
1369 | [ 11163] By: jhi on 2001/07/05 19:33:34 | |
1370 | Log: More flexible argument understanding; add charblocks() and | |
1371 | charscripts(); make charblock() and charscript() two-way; | |
1372 | add charinrange(); separate the $Unicode::UCD::VERSION and | |
1373 | the version of the Unicode by adding UnicodeVersion(). | |
1374 | Branch: perl | |
1375 | ! lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
1376 | ____________________________________________________________________________ | |
1377 | [ 11162] By: jhi on 2001/07/05 13:38:36 | |
1378 | Log: Update Unicode::UCD on \p{In...}. | |
1379 | Branch: perl | |
1380 | ! lib/Unicode/UCD.pm | |
1381 | ____________________________________________________________________________ | |
1382 | [ 11161] By: jhi on 2001/07/05 13:26:00 | |
1383 | Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX | |
1384 | From: Norton Allen <allen@huarp.harvard.edu> | |
1385 | Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt) | |
1386 | Message-Id: <200107051357.JAA06285@bottesini.harvard.edu> | |
1387 | Branch: perl | |
1388 | ! lib/ExtUtils/MM_Unix.pm | |
1389 | ____________________________________________________________________________ | |
1390 | [ 11160] By: jhi on 2001/07/05 13:06:53 | |
1391 | Log: POSIX-BC tweaks from Thomas Dorner. | |
1392 | Branch: perl | |
1393 | ! hints/posix-bc.sh perlio.h | |
1394 | ____________________________________________________________________________ | |
1395 | [ 11159] By: jhi on 2001/07/05 04:17:18 | |
1396 | Log: Module updates for the delta. | |
1397 | Branch: perl | |
1398 | ! pod/perl572delta.pod | |
1399 | ____________________________________________________________________________ | |
1400 | [ 11158] By: jhi on 2001/07/05 03:45:19 | |
1401 | Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX | |
1402 | From: Norton Allen <allen@huarp.harvard.edu> | |
1403 | Message-Id: <200107050259.WAA06843@bottesini.harvard.edu> | |
1404 | Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt) | |
1405 | Branch: perl | |
1406 | ! ext/IO/lib/IO/t/io_sock.t | |
1407 | ____________________________________________________________________________ | |
1408 | [ 11157] By: jhi on 2001/07/05 03:44:19 | |
1409 | Log: Subject: [PATCH perldiag.pod] Quick fixes | |
1410 | From: Simon Cozens <simon@netthink.co.uk> | |
1411 | Date: Wed, 4 Jul 2001 20:22:12 +0100 | |
1412 | Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror> | |
1413 | Branch: perl | |
1414 | ! pod/perldiag.pod | |
1415 | ____________________________________________________________________________ | |
1416 | [ 11156] By: jhi on 2001/07/05 03:43:28 | |
1417 | Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match | |
1418 | From: Radu Greab <radu@netsoft.ro> | |
1419 | Date: Wed, 4 Jul 2001 22:13:31 +0300 | |
1420 | Message-ID: <15171.27355.895094.128142@ix.netsoft.ro> | |
1421 | Branch: perl | |
1422 | ! op.c sv.c t/op/pos.t | |
1423 | ____________________________________________________________________________ | |
1424 | [ 11155] By: jhi on 2001/07/05 03:40:24 | |
1425 | Log: Subject: [PATCH] -I and MakeMaker again | |
1426 | From: Michael G Schwern <schwern@pobox.com> | |
1427 | Date: Wed, 4 Jul 2001 15:03:07 -0400 | |
1428 | Message-ID: <20010704150307.I20340@blackrider> | |
1429 | ||
1430 | (and retract #11145) | |
1431 | Branch: perl | |
1432 | ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm | |
1433 | ! lib/ExtUtils/MakeMaker.pm | |
1434 | ____________________________________________________________________________ | |
1435 | [ 11154] By: jhi on 2001/07/05 03:32:43 | |
1436 | Log: Subject: Re: PERFORCE change 11142 for review | |
1437 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1438 | Date: Wed, 4 Jul 2001 20:46:26 +0200 | |
1439 | Message-Id: <200107041841.VAA25380@taas.iki.fi> | |
1440 | Branch: perl | |
1441 | ! lib/ExtUtils/MakeMaker.pm | |
1442 | ____________________________________________________________________________ | |
1443 | [ 11153] By: jhi on 2001/07/05 03:29:21 | |
1444 | Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings') | |
1445 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
1446 | Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST) | |
1447 | Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com> | |
1448 | Branch: perl | |
1449 | ! utils/pl2pm.PL | |
1450 | ____________________________________________________________________________ | |
1451 | [ 11152] By: gsar on 2001/07/05 00:52:57 | |
1452 | Log: fix the binary compatibility issue when building with/without | |
1453 | usemymalloc by exporting Perl_malloc() et al as simple wrappers | |
1454 | around the system functions (this allows most extensions built | |
1455 | using one mode to coexist with perls built in the other mode) | |
1456 | ||
1457 | XXX the Perl_mfree() wrapper might need to do return(free()) on | |
1458 | platforms where Free_t isn't "void" | |
1459 | Branch: perl | |
1460 | ! embed.h embed.pl makedef.pl proto.h util.c | |
1461 | ____________________________________________________________________________ | |
1462 | [ 11151] By: gsar on 2001/07/05 00:42:49 | |
1463 | Log: perl built with USE_ITHREADS can deadlock during fork() or backticks | |
1464 | since it doesn't ensure threads other than the one calling fork() | |
1465 | aren't holding any locks; the fix is to use pthread_atfork() to | |
1466 | hold global locks | |
1467 | ||
1468 | building perl with -Dusemymalloc exacerbates the problem since | |
1469 | Perl_malloc() holds a mutex, and perl's exec() calls New() | |
1470 | ||
1471 | XXX the code in win32thread.h may be needed on platforms that have | |
1472 | no pthread_atfork() | |
1473 | Branch: perl | |
1474 | ! perl.c thread.h win32/win32thread.h | |
1475 | ____________________________________________________________________________ | |
1476 | [ 11150] By: pudge on 2001/07/04 20:07:54 | |
1477 | Log: Integrate #11009 from maintperl. | |
1478 | Branch: maint-5.6/macperl | |
1479 | !> lib/ExtUtils/Manifest.pm | |
1480 | ____________________________________________________________________________ | |
1481 | [ 11149] By: pudge on 2001/07/04 19:54:46 | |
1482 | Log: Flexing my Perforce muscles. | |
1483 | Branch: maint-5.6/macperl | |
1484 | ! README.macos | |
1485 | ____________________________________________________________________________ | |
1486 | [ 11148] By: jhi on 2001/07/04 17:14:51 | |
1487 | Log: Update Changes. | |
1488 | Branch: perl | |
1489 | ! Changes patchlevel.h | |
1490 | ____________________________________________________________________________ | |
1491 | [ 11147] By: jhi on 2001/07/04 16:41:25 | |
1492 | Log: Metaconfig unit change for #11146. | |
1493 | Branch: metaconfig/U/perl | |
1494 | ! d_fcntl_can_lock.U | |
1495 | ____________________________________________________________________________ | |
d3a7fa0a JH |
1496 | [ 11146] By: jhi on 2001/07/04 16:36:31 |
1497 | Log: Somehow the #ifdefs of the added code (in #11093) made | |
1498 | HP-UX to fail the fcntl locking test, without the ifdefs | |
1499 | the test seems to be working again. Reason unknown: | |
1500 | HP-UX cc doesn't complain either way. | |
1501 | Branch: perl | |
1502 | ! Configure | |
1503 | ____________________________________________________________________________ | |
1504 | [ 11145] By: jhi on 2001/07/04 16:08:00 | |
585d6f80 | 1505 | Log: (Retracted by #11155) PERLRUNINST needed in some spots. |
d3a7fa0a JH |
1506 | Branch: perl |
1507 | ! lib/ExtUtils/MM_Unix.pm | |
1508 | ____________________________________________________________________________ | |
1509 | [ 11144] By: jhi on 2001/07/04 16:07:35 | |
1510 | Log: gcc -Wall nit. | |
1511 | Branch: perl | |
1512 | ! pp_hot.c | |
1513 | ____________________________________________________________________________ | |
1514 | [ 11143] By: jhi on 2001/07/04 15:08:26 | |
1515 | Log: When removing tests updating the test count is a good idea, too. | |
1516 | Branch: perl | |
1517 | ! lib/Net/t/require.t | |
1518 | ____________________________________________________________________________ | |
1519 | [ 11142] By: jhi on 2001/07/04 14:57:51 | |
1520 | Log: Document #11134 and add the new symbols to the list of | |
1521 | of MakeMaker known ones. | |
1522 | Branch: perl | |
1523 | ! lib/ExtUtils/MakeMaker.pm | |
1524 | ____________________________________________________________________________ | |
1525 | [ 11141] By: jhi on 2001/07/04 14:34:11 | |
1526 | Log: Microperl update. | |
1527 | Branch: perl | |
1528 | ! uconfig.h | |
1529 | ____________________________________________________________________________ | |
1530 | [ 11140] By: jhi on 2001/07/04 14:32:27 | |
1531 | Log: Update the libnet tests as per #11138. | |
1532 | Branch: perl | |
1533 | - lib/Net/t/ph.t | |
1534 | ! MANIFEST lib/Net/t/require.t | |
1535 | ____________________________________________________________________________ | |
1536 | [ 11139] By: jhi on 2001/07/04 14:14:33 | |
1537 | Log: Regen toc and modlib. | |
1538 | Branch: perl | |
1539 | ! pod/perlmodlib.pod pod/perltoc.pod | |
1540 | ____________________________________________________________________________ | |
1541 | [ 11138] By: jhi on 2001/07/04 14:10:38 | |
1542 | Log: Remove DummyInetd, PH, and SNPP from the libnet, as per | |
1543 | Graham's request. | |
1544 | Branch: perl | |
1545 | - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm | |
1546 | ! MANIFEST | |
1547 | ____________________________________________________________________________ | |
1548 | [ 11137] By: jhi on 2001/07/04 14:06:35 | |
1549 | Log: Add the OS/390 harness results to the delta. | |
1550 | Branch: perl | |
1551 | ! pod/perl572delta.pod | |
1552 | ____________________________________________________________________________ | |
1553 | [ 11136] By: jhi on 2001/07/04 13:59:01 | |
1554 | Log: Avoid the two study tests in OS/390 until the bug has been solved. | |
1555 | Branch: perl | |
1556 | ! t/op/study.t | |
1557 | ____________________________________________________________________________ | |
1558 | [ 11135] By: jhi on 2001/07/04 13:49:08 | |
1559 | Log: DOS/DJGPP tweaks from Laszlo Molnar. | |
1560 | Branch: perl | |
1561 | ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t | |
1562 | ____________________________________________________________________________ | |
1563 | [ 11134] By: jhi on 2001/07/04 13:47:46 | |
1564 | Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE | |
1565 | From: Michael G Schwern <schwern@pobox.com> | |
1566 | Date: Wed, 4 Jul 2001 00:01:16 -0400 | |
1567 | Message-ID: <20010704000116.C591@blackrider> | |
1568 | Branch: perl | |
1569 | ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm | |
1570 | ____________________________________________________________________________ | |
1571 | [ 11133] By: jhi on 2001/07/04 01:55:20 | |
1572 | Log: The #11132 missed singleton characters (not part | |
1573 | of a unilo..unihi range) in Unicode scripts. | |
1574 | Branch: perl | |
1575 | ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl | |
1576 | ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl | |
1577 | ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl | |
1578 | ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl | |
1579 | ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl | |
1580 | ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl | |
1581 | ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl | |
1582 | ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl | |
1583 | ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl | |
1584 | ! lib/unicode/mktables.PL t/op/pat.t | |
1585 | ____________________________________________________________________________ | |
1586 | [ 11132] By: jhi on 2001/07/04 01:32:11 | |
1587 | Log: Support preferentially the Unicode 'scripts' definition | |
1588 | in the \p{In...} notation since according to Unicode the | |
1589 | scripts concept is more natural for matching than using | |
1590 | the somewhat artificial block names. The block names are | |
1591 | still available, though, and if there's a name conflict, | |
1592 | the scripts one wins and the blocks one has to do with | |
1593 | 'Block' appended to its name. For more information see | |
1594 | ||
1595 | http://www.unicode.org/unicode/reports/tr24/ | |
1596 | Branch: perl | |
1597 | + lib/unicode/In/100.pl lib/unicode/In/101.pl | |
1598 | + lib/unicode/In/102.pl lib/unicode/In/103.pl | |
1599 | + lib/unicode/In/104.pl lib/unicode/In/105.pl | |
1600 | + lib/unicode/In/106.pl lib/unicode/In/107.pl | |
1601 | + lib/unicode/In/108.pl lib/unicode/In/109.pl | |
1602 | + lib/unicode/In/110.pl lib/unicode/In/111.pl | |
1603 | + lib/unicode/In/112.pl lib/unicode/In/113.pl | |
1604 | + lib/unicode/In/114.pl lib/unicode/In/115.pl | |
1605 | + lib/unicode/In/116.pl lib/unicode/In/117.pl | |
1606 | + lib/unicode/In/118.pl lib/unicode/In/119.pl | |
1607 | + lib/unicode/In/120.pl lib/unicode/In/121.pl | |
1608 | + lib/unicode/In/122.pl lib/unicode/In/123.pl | |
1609 | + lib/unicode/In/124.pl lib/unicode/In/125.pl | |
1610 | + lib/unicode/In/126.pl lib/unicode/In/127.pl | |
1611 | + lib/unicode/In/128.pl lib/unicode/In/129.pl | |
1612 | + lib/unicode/In/130.pl lib/unicode/In/131.pl | |
1613 | + lib/unicode/In/132.pl lib/unicode/In/133.pl | |
1614 | + lib/unicode/In/134.pl lib/unicode/In/135.pl | |
1615 | + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl | |
1616 | + lib/unicode/In/99.pl lib/unicode/Scripts.pl | |
1617 | ! (edit 106 files) | |
1618 | ____________________________________________________________________________ | |
1619 | [ 11131] By: jhi on 2001/07/03 23:02:02 | |
1620 | Log: Better document the difference between a block and a script. | |
1621 | Branch: perl | |
1622 | ! lib/Unicode/UCD.pm | |
1623 | ____________________________________________________________________________ | |
1624 | [ 11130] By: jhi on 2001/07/03 22:49:15 | |
1625 | Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch | |
1626 | From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | |
1627 | Date: Tue, 3 Jul 2001 15:04:23 -0500 | |
1628 | Message-ID: <20010703150423.C9787@chaos.wustl.edu> | |
1629 | Branch: perl | |
1630 | ! lib/CPAN.pm | |
1631 | ____________________________________________________________________________ | |
1632 | [ 11129] By: jhi on 2001/07/03 22:45:41 | |
1633 | Log: Add tests for charscript(). | |
1634 | Branch: perl | |
1635 | ! lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
1636 | ____________________________________________________________________________ | |
1637 | [ 11128] By: jhi on 2001/07/03 20:41:54 | |
1638 | Log: Add charscript() to get the UTR#24 script names of characters. | |
1639 | Branch: perl | |
1640 | ! lib/Unicode/UCD.pm | |
1641 | ____________________________________________________________________________ | |
1642 | [ 11127] By: jhi on 2001/07/03 19:53:29 | |
1643 | Log: Todo updates. | |
1644 | Branch: perl | |
1645 | ! pod/perltodo.pod | |
1646 | ____________________________________________________________________________ | |
1647 | [ 11126] By: jhi on 2001/07/03 19:45:30 | |
1648 | Log: Unicode::UCD updates. | |
1649 | Branch: perl | |
1650 | ! lib/Unicode/UCD.pm | |
1651 | ____________________________________________________________________________ | |
1652 | [ 11125] By: jhi on 2001/07/03 16:12:20 | |
585d6f80 JH |
1653 | Log: (Retracted by #11174) |
1654 | Subject: MakeMaker should pass through DEFINE and INC to subdirs | |
d3a7fa0a JH |
1655 | From: Alan Burlison <Alan.Burlison@sun.com> |
1656 | Date: Tue, 03 Jul 2001 15:20:13 +0100 | |
1657 | Message-ID: <3B41D49D.A923D4F9@sun.com> | |
1658 | Branch: perl | |
1659 | ! lib/ExtUtils/MM_Unix.pm | |
1660 | ____________________________________________________________________________ | |
1661 | [ 11124] By: jhi on 2001/07/03 16:06:53 | |
1662 | Log: Subject: Patch needed for UTS | |
1663 | From: hom00@utsglobal.com (Hal Morris) | |
1664 | Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT) | |
1665 | Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com> | |
1666 | ||
1667 | Replace #11113 with a better version. | |
1668 | Branch: perl | |
1669 | ! perl.h | |
1670 | ____________________________________________________________________________ | |
1671 | [ 11123] By: jhi on 2001/07/03 16:04:49 | |
1672 | Log: Subject: Re: POINTERRIGOR | |
1673 | From: Andy Dougherty <doughera@lafayette.edu> | |
1674 | Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT) | |
1675 | Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu> | |
1676 | Branch: perl | |
1677 | ! util.c | |
1678 | ____________________________________________________________________________ | |
1679 | [ 11122] By: jhi on 2001/07/03 16:03:31 | |
1680 | Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files | |
1681 | From: "Philip Newton" <pnewton@gmx.de> | |
1682 | Date: Tue, 3 Jul 2001 17:03:34 +0200 | |
1683 | Message-ID: <3B41FAE6.29564.660E117@localhost> | |
1684 | Branch: perl | |
1685 | ! pp_hot.c | |
1686 | ____________________________________________________________________________ | |
1687 | [ 11121] By: jhi on 2001/07/03 13:26:08 | |
1688 | Log: Typos. | |
1689 | Branch: perl | |
1690 | ! INSTALL | |
1691 | ____________________________________________________________________________ | |
1692 | [ 11120] By: jhi on 2001/07/03 11:34:47 | |
1693 | Log: Subject: [PATCH 5.6.1] debugger fixes | |
1694 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1695 | Date: Tue, 3 Jul 2001 03:38:18 -0400 | |
1696 | Message-ID: <20010703033818.A16788@math.ohio-state.edu> | |
1697 | ||
1698 | The $^S is working again. | |
1699 | Branch: perl | |
1700 | ! lib/perl5db.pl | |
1701 | ____________________________________________________________________________ | |
1702 | [ 11119] By: jhi on 2001/07/03 11:33:27 | |
1703 | Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements | |
1704 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1705 | Date: Tue, 3 Jul 2001 03:34:06 -0400 | |
1706 | Message-ID: <20010703033406.A16776@math.ohio-state.edu> | |
1707 | Branch: perl | |
1708 | ! os2/OS2/Process/Process.pm | |
1709 | ____________________________________________________________________________ | |
1710 | [ 11118] By: jhi on 2001/07/03 11:29:54 | |
1711 | Log: Subject: [PATCH bleadperl] Bad lishp in change 11084 | |
1712 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1713 | Date: Tue, 3 Jul 2001 09:11:27 +0200 | |
1714 | Message-Id: <200107030706.KAA04596@taas.iki.fi> | |
1715 | Branch: perl | |
1716 | ! lib/FindBin.pm | |
1717 | ____________________________________________________________________________ | |
1718 | [ 11117] By: jhi on 2001/07/03 11:25:14 | |
1719 | Log: Delta delta. | |
1720 | Branch: perl | |
1721 | ! pod/perl572delta.pod | |
1722 | ____________________________________________________________________________ | |
1723 | [ 11116] By: jhi on 2001/07/02 23:06:50 | |
1724 | Log: Metaconfig unit change for 11115. | |
1725 | Branch: metaconfig | |
1726 | ! U/modified/libc.U | |
1727 | ____________________________________________________________________________ | |
1728 | [ 11115] By: jhi on 2001/07/02 23:06:27 | |
1729 | Log: Whitespace allowed at the ends of /lib/syscalls.exp lines | |
1730 | (from Richard Hatch) (this was the cause of pipes() and | |
1731 | times() myeteriously not being found) | |
1732 | Branch: perl | |
1733 | ! Configure | |
1734 | ____________________________________________________________________________ | |
1735 | [ 11114] By: jhi on 2001/07/02 22:58:41 | |
1736 | Log: Retract #10142, the real culprit found by Richard Hatch, | |
1737 | coming soon to Configure near you. | |
1738 | Branch: perl | |
1739 | ! hints/aix.sh | |
1740 | ____________________________________________________________________________ | |
1741 | [ 11113] By: jhi on 2001/07/02 22:56:09 | |
1742 | Log: (Replaced by #11124) UTS workaround from Hal Morris. | |
1743 | Branch: perl | |
1744 | ! perl.h | |
1745 | ____________________________________________________________________________ | |
1746 | [ 11112] By: jhi on 2001/07/02 22:53:29 | |
1747 | Log: Subject: [PATCH] grok not grocking correctly | |
1748 | From: Nicholas Clark <nick@ccl4.org> | |
1749 | Date: Tue, 3 Jul 2001 00:19:08 +0100 | |
1750 | Message-ID: <20010703001908.H59620@plum.flirble.org> | |
1751 | Branch: perl | |
1752 | ! numeric.c | |
1753 | ____________________________________________________________________________ | |
1754 | [ 11111] By: jhi on 2001/07/02 22:48:42 | |
1755 | Log: Subject: [PATCH Deparse.t] test just-posted patches | |
1756 | From: Robin Houston <robin@kitsite.com> | |
1757 | Date: Mon, 2 Jul 2001 23:46:15 +0100 | |
1758 | Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk> | |
1759 | Branch: perl | |
1760 | ! ext/B/Deparse.t | |
1761 | ____________________________________________________________________________ | |
1762 | [ 11110] By: jhi on 2001/07/02 22:27:10 | |
1763 | Log: Subject: [PATCH toke.c] autosplit into @F | |
1764 | From: Robin Houston <robin@kitsite.com> | |
1765 | Date: Mon, 2 Jul 2001 23:18:20 +0100 | |
1766 | Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk> | |
1767 | Branch: perl | |
1768 | ! perl.c toke.c | |
1769 | ____________________________________________________________________________ | |
1770 | [ 11109] By: jhi on 2001/07/02 22:25:03 | |
1771 | Log: Subject: [PATCH B::Deparse] hash key auto-quoting | |
1772 | From: Robin Houston <robin@kitsite.com> | |
1773 | Date: Mon, 2 Jul 2001 23:00:48 +0100 | |
1774 | Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk> | |
1775 | Branch: perl | |
1776 | ! ext/B/B/Deparse.pm | |
1777 | ____________________________________________________________________________ | |
1778 | [ 11108] By: jhi on 2001/07/02 19:21:18 | |
1779 | Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/ | |
1780 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1781 | Date: Mon, 2 Jul 2001 22:06:22 +0200 | |
1782 | (no Message-Id) | |
1783 | Branch: perl | |
1784 | ! ext/NDBM_File/hints/linux.pl | |
1785 | ____________________________________________________________________________ | |
1786 | [ 11107] By: jhi on 2001/07/02 19:19:25 | |
1787 | Log: Subject: Re: Fixed pack problem - sort of | |
1788 | From: Nicholas Clark <nick@ccl4.org> | |
1789 | Date: Mon, 2 Jul 2001 20:59:20 +0100 | |
1790 | Message-ID: <20010702205919.F59620@plum.flirble.org> | |
1791 | Branch: perl | |
1792 | ! pp_pack.c t/op/pack.t | |
1793 | ____________________________________________________________________________ | |
1794 | [ 11106] By: jhi on 2001/07/02 19:18:28 | |
1795 | Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd | |
1796 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1797 | Date: Mon, 2 Jul 2001 15:45:41 -0400 | |
1798 | Message-ID: <20010702154541.B24295@math.ohio-state.edu> | |
1799 | Branch: perl | |
1800 | ! os2/os2.c | |
1801 | ____________________________________________________________________________ | |
1802 | [ 11105] By: jhi on 2001/07/02 19:17:27 | |
00847e8a | 1803 | Log: (Mistaken retraction) |
d3a7fa0a JH |
1804 | Branch: perl |
1805 | ! utils/pl2pm.PL | |
1806 | ____________________________________________________________________________ | |
1807 | [ 11104] By: jhi on 2001/07/02 18:56:15 | |
1808 | Log: Detypo in #11103. | |
1809 | Branch: perl | |
1810 | ! utils/pl2pm.PL | |
1811 | ____________________________________________________________________________ | |
1812 | [ 11103] By: jhi on 2001/07/02 18:54:53 | |
1813 | Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings') | |
1814 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
1815 | Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST) | |
1816 | Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com> | |
1817 | Branch: perl | |
1818 | ! utils/pl2pm.PL | |
1819 | ____________________________________________________________________________ | |
1820 | [ 11102] By: jhi on 2001/07/02 18:16:09 | |
1821 | Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak? | |
1822 | From: "Craig A. Berry" <craigberry@mac.com> | |
1823 | Date: Mon, 02 Jul 2001 14:11:23 -0500 | |
1824 | Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01> | |
1825 | Branch: perl | |
1826 | ! lib/Unicode/UCD.pm | |
1827 | ____________________________________________________________________________ | |
1828 | [ 11101] By: jhi on 2001/07/02 18:14:51 | |
1829 | Log: Subject: [PATCH] Re: op/numconvert.t failures | |
1830 | From: Nicholas Clark <nick@ccl4.org> | |
1831 | Date: Mon, 2 Jul 2001 20:10:48 +0100 | |
1832 | Message-ID: <20010702201048.E59620@plum.flirble.org> | |
1833 | Branch: perl | |
1834 | ! t/op/numconvert.t | |
1835 | ____________________________________________________________________________ | |
1836 | [ 11100] By: jhi on 2001/07/02 17:51:44 | |
1837 | Log: Update Changes. | |
1838 | Branch: perl | |
1839 | ! Changes patchlevel.h | |
1840 | ____________________________________________________________________________ | |
f44d3bd2 JH |
1841 | [ 11099] By: jhi on 2001/07/02 17:46:31 |
1842 | Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked). | |
1843 | The real fix must be more involved. The line of code all the leaky | |
1844 | call stacks seem to go through is op.c:2949, the PmopSTASH_set() | |
1845 | line of Perl_newPMOP(). | |
1846 | Branch: perl | |
1847 | ! op.h | |
1848 | ____________________________________________________________________________ | |
1849 | [ 11098] By: jhi on 2001/07/02 17:37:44 | |
1850 | Log: Based on | |
1851 | ||
1852 | Subject: Re: sizeof(struct sembuf) | |
1853 | From: Nicholas Clark <nick@ccl4.org> | |
1854 | Date: Sun, 1 Jul 2001 22:26:48 +0100 | |
1855 | Message-ID: <20010701222648.W59620@plum.flirble.org> | |
1856 | ||
1857 | but do semop() always the slow way. | |
1858 | Branch: perl | |
1859 | ! doio.c | |
1860 | ____________________________________________________________________________ | |
1861 | [ 11097] By: jhi on 2001/07/02 17:22:14 | |
1862 | Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings | |
1863 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
1864 | Date: Tue, 03 Jul 2001 00:56:30 +0900 | |
1865 | Message-Id: <20010703005600.2225.BQW10602@nifty.com> | |
1866 | Branch: perl | |
1867 | ! ext/Encode/Encode/Tcl.t | |
1868 | ____________________________________________________________________________ | |
1869 | [ 11096] By: jhi on 2001/07/02 17:11:24 | |
1870 | Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences | |
1871 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
1872 | Date: Tue, 03 Jul 2001 00:55:46 +0900 | |
1873 | Message-Id: <20010703005516.2222.BQW10602@nifty.com> | |
1874 | Branch: perl | |
1875 | ! ext/Encode/Encode/Tcl.pm | |
1876 | ____________________________________________________________________________ | |
1877 | [ 11095] By: jhi on 2001/07/02 17:07:14 | |
1878 | Log: Regen api and toc. | |
1879 | Branch: perl | |
1880 | ! pod/perlapi.pod pod/perltoc.pod | |
1881 | ____________________________________________________________________________ | |
1882 | [ 11094] By: jhi on 2001/07/02 16:29:42 | |
1883 | Log: Metaconfig unit change for #11093. | |
1884 | Branch: metaconfig/U/perl | |
1885 | ! d_fcntl_can_lock.U | |
1886 | ____________________________________________________________________________ | |
1887 | [ 11093] By: jhi on 2001/07/02 16:28:56 | |
1888 | Log: The fcntl locking test may hang if NFS locking messed up; | |
1889 | break out with alarm(10). | |
1890 | Branch: perl | |
1891 | ! Configure | |
1892 | ____________________________________________________________________________ | |
1893 | [ 11092] By: jhi on 2001/07/02 14:11:31 | |
1894 | Log: Move the mdelete.bat from win32/bin to win32. | |
1895 | Branch: perl | |
1896 | ! MANIFEST | |
1897 | ____________________________________________________________________________ | |
1898 | [ 11091] By: jhi on 2001/07/02 14:10:01 | |
1899 | Log: Typo in #11083. | |
1900 | Branch: perl | |
1901 | ! ext/Time/Piece/Piece.t | |
1902 | ____________________________________________________________________________ | |
1903 | [ 11090] By: jhi on 2001/07/02 13:36:58 | |
1904 | Log: Netware tweaks from Guruprasad. | |
1905 | Branch: perl | |
1906 | - NetWare/perlsdio.h | |
1907 | ! MANIFEST NetWare/Makefile NetWare/interface.c | |
1908 | ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h | |
1909 | ! perlsdio.h | |
1910 | ____________________________________________________________________________ | |
1911 | [ 11089] By: jhi on 2001/07/02 13:25:40 | |
1912 | Log: Subject: Re: [PATH] shared -> unique; | |
1913 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1914 | Date: Wed, 27 Jun 2001 03:51:27 +0530 | |
1915 | Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org> | |
1916 | Branch: perl | |
1917 | ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c | |
1918 | ____________________________________________________________________________ | |
1919 | [ 11088] By: jhi on 2001/07/02 13:24:27 | |
1920 | Log: Subject: Re: AIX / gcc-3.0 | |
1921 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1922 | Date: Mon, 02 Jul 2001 15:20:21 +0200 | |
1923 | Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl> | |
1924 | Branch: perl | |
1925 | ! hints/aix.sh | |
1926 | ____________________________________________________________________________ | |
1927 | [ 11087] By: jhi on 2001/07/02 13:23:21 | |
1928 | Log: Subject: Re: Bug report: split splits on wrong pattern | |
1929 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1930 | Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org> | |
1931 | Date: Mon, 2 Jul 2001 16:31:33 +0530 | |
1932 | Branch: perl | |
1933 | ! pp_ctl.c | |
1934 | ____________________________________________________________________________ | |
1935 | [ 11086] By: jhi on 2001/07/02 13:22:30 | |
1936 | Log: Subject: [PATCH 5.6.1] test harness | |
1937 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1938 | Date: Mon, 2 Jul 2001 06:29:21 -0400 | |
1939 | Message-ID: <20010702062921.A1810@math.ohio-state.edu> | |
1940 | Branch: perl | |
1941 | ! lib/Test/Harness.pm | |
1942 | ____________________________________________________________________________ | |
1943 | [ 11085] By: jhi on 2001/07/02 13:21:39 | |
1944 | Log: Subject: [PATCH 5.6.1] debugger goof | |
1945 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1946 | Date: Mon, 2 Jul 2001 06:27:22 -0400 | |
1947 | Message-ID: <20010702062722.A1746@math.ohio-state.edu> | |
1948 | Branch: perl | |
1949 | ! lib/perl5db.pl | |
1950 | ____________________________________________________________________________ | |
1951 | [ 11084] By: jhi on 2001/07/02 13:20:50 | |
1952 | Log: Subject: [PATCH 5.6.1] OS/2 cwd | |
1953 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1954 | Date: Mon, 2 Jul 2001 06:21:17 -0400 | |
1955 | Message-ID: <20010702062117.A1401@math.ohio-state.edu> | |
1956 | Branch: perl | |
1957 | ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c | |
1958 | ____________________________________________________________________________ | |
1959 | [ 11083] By: jhi on 2001/07/02 13:19:18 | |
1960 | Log: Make #11082 more OS/2-specific. | |
1961 | Branch: perl | |
1962 | ! ext/Time/Piece/Piece.t | |
1963 | ____________________________________________________________________________ | |
1964 | [ 11082] By: jhi on 2001/07/02 13:14:36 | |
1965 | Log: Subject: [PATCH 5.6.1] OS/2 gmtime() | |
1966 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1967 | Date: Mon, 2 Jul 2001 06:06:34 -0400 | |
1968 | Message-ID: <20010702060634.A1356@math.ohio-state.edu> | |
1969 | Branch: perl | |
1970 | ! ext/Time/Piece/Piece.t | |
1971 | ____________________________________________________________________________ | |
1972 | [ 11081] By: jhi on 2001/07/02 13:13:08 | |
1973 | Log: Subject: [PATCH B::Deparse] version number & changes | |
1974 | From: Robin Houston <robin@kitsite.com> | |
1975 | Date: Sun, 1 Jul 2001 17:17:29 +0100 | |
1976 | Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk> | |
1977 | Branch: perl | |
1978 | ! ext/B/B/Deparse.pm | |
1979 | ____________________________________________________________________________ | |
1980 | [ 11080] By: jhi on 2001/07/02 13:11:48 | |
1981 | Log: Subject: a small fix. | |
1982 | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> | |
1983 | Date: Mon, 2 Jul 2001 12:17:53 +0200 | |
1984 | Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U> | |
1985 | Branch: perl | |
1986 | ! ext/Thread/Thread.xs | |
1987 | ____________________________________________________________________________ | |
1988 | [ 11079] By: jhi on 2001/07/02 13:10:39 | |
1989 | Log: Subject: RE: perl@10907 | |
1990 | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> | |
1991 | Date: Mon, 2 Jul 2001 12:06:16 +0200 | |
1992 | Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U> | |
1993 | ||
1994 | Borland C vs PerlIO. | |
1995 | Branch: perl | |
1996 | ! win32/config.bc win32/config_H.bc | |
1997 | ____________________________________________________________________________ | |
1998 | [ 11078] By: jhi on 2001/07/02 13:03:44 | |
1999 | Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1 | |
2000 | From: "H.M. Brand" <merijn@l1.procura.nl> | |
2001 | Date: Mon, 02 Jul 2001 11:18:57 +0200 | |
2002 | Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl> | |
2003 | Branch: perl | |
2004 | ! t/op/write.t | |
2005 | ____________________________________________________________________________ | |
2006 | [ 11077] By: jhi on 2001/07/02 12:58:27 | |
2007 | Log: Subject: [PATCH] Deleting ext/util/mkbootstrap | |
2008 | From: Michael G Schwern <schwern@pobox.com> | |
2009 | Date: Mon, 2 Jul 2001 00:26:24 -0400 | |
2010 | Message-ID: <20010702002624.A18302@blackrider> | |
2011 | Branch: perl | |
2012 | - ext/util/mkbootstrap | |
2013 | ____________________________________________________________________________ | |
2014 | [ 11076] By: jhi on 2001/07/02 12:56:20 | |
2015 | Log: Subject: [PATCH op.h] v minor comment tweak | |
2016 | From: Robin Houston <robin@puffinry.freeserve.co.uk> | |
2017 | Date: Mon, 2 Jul 2001 00:42:01 +0100 | |
2018 | Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk> | |
2019 | Branch: perl | |
2020 | ! op.h | |
2021 | ____________________________________________________________________________ | |
2022 | [ 11075] By: jhi on 2001/07/02 12:53:48 | |
2023 | Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts. | |
2024 | Branch: perl | |
2025 | ! pod/perlfunc.pod | |
2026 | ____________________________________________________________________________ | |
2027 | [ 11074] By: jhi on 2001/07/02 12:52:28 | |
2028 | Log: Subject: Re: sizeof(struct sembuf) | |
2029 | From: Nicholas Clark <nick@ccl4.org> | |
2030 | Date: Sun, 1 Jul 2001 19:23:16 +0100 | |
2031 | Message-ID: <20010701192316.V59620@plum.flirble.org> | |
2032 | ||
2033 | s/signaling/signalling/ | |
2034 | Branch: perl | |
2035 | ! pod/perlfunc.pod | |
2036 | ____________________________________________________________________________ | |
2037 | [ 11073] By: jhi on 2001/07/02 12:49:51 | |
2038 | Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N | |
2039 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
2040 | Date: Sun, 1 Jul 2001 09:37:56 +0200 | |
2041 | Message-Id: <200107010733.KAA03920@taas.iki.fi> | |
2042 | Branch: perl | |
2043 | ! pod/perlvar.pod | |
2044 | ____________________________________________________________________________ | |
2045 | [ 11072] By: jhi on 2001/07/02 12:48:03 | |
2046 | Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/ | |
2047 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
2048 | Date: Sun, 1 Jul 2001 09:37:56 +0200 | |
2049 | Message-Id: <200107010733.KAA03925@taas.iki.fi> | |
2050 | Branch: perl | |
2051 | ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm | |
2052 | ____________________________________________________________________________ | |
2053 | [ 11071] By: jhi on 2001/07/02 12:45:12 | |
2054 | Log: Metaconfig unit change for #11070. | |
2055 | Branch: metaconfig | |
2056 | ! U/compline/randfunc.U | |
2057 | ____________________________________________________________________________ | |
2058 | [ 11070] By: jhi on 2001/07/02 12:43:58 | |
2059 | Log: Subject: [PATCH perlsnap] its --> it's --> its | |
2060 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
2061 | Date: Sun, 1 Jul 2001 09:37:56 +0200 | |
2062 | Message-Id: <200107010733.KAA03914@taas.iki.fi> | |
2063 | Branch: perl | |
2064 | ! Porting/config_H | |
2065 | ____________________________________________________________________________ | |
2066 | [ 11069] By: jhi on 2001/07/02 12:01:52 | |
2067 | Log: Sync with Sarathy; integrate with perlio. | |
2068 | Branch: perl | |
2069 | !> gv.c | |
2070 | ____________________________________________________________________________ | |
2071 | [ 11068] By: gsar on 2001/07/02 08:07:54 | |
2072 | Log: regenerate win32/config_H.?c files | |
2073 | Branch: perl | |
2074 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
2075 | ____________________________________________________________________________ | |
2076 | [ 11067] By: gsar on 2001/07/02 08:03:55 | |
2077 | Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | |
2078 | naming discipline | |
2079 | ||
2080 | win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing | |
2081 | because of this) | |
2082 | ||
2083 | fix a warning about "fd" being used without being set in Cwd.xs | |
2084 | Branch: perl | |
2085 | ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t | |
2086 | ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c | |
2087 | ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc | |
2088 | ! win32/config.vc | |
2089 | ____________________________________________________________________________ | |
2090 | [ 11066] By: gsar on 2001/07/02 07:12:10 | |
2091 | Log: win32 fixes: fix various syntax errors ("no preprocessor directives | |
2092 | within macro arguments") and warnings ("unary minus applied to | |
2093 | unsigned type", among others) | |
2094 | Branch: perl | |
2095 | ! gv.c hv.c op.c pp.c sv.c toke.c | |
2096 | ____________________________________________________________________________ | |
2097 | [ 11065] By: gsar on 2001/07/02 06:26:22 | |
2098 | Log: win32 fixes: more spurious CRs | |
2099 | Branch: perl | |
2100 | ! win32/mdelete.bat | |
2101 | ____________________________________________________________________________ | |
2102 | [ 11064] By: gsar on 2001/07/02 06:25:22 | |
2103 | Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat | |
2104 | from win32/bin (or it gets deleted by distclean); don't delete | |
2105 | lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on | |
2106 | NT (should be made Win9x specific, and added to makefile.mk) | |
2107 | Branch: perl | |
2108 | +> win32/mdelete.bat | |
2109 | - win32/bin/mdelete.bat | |
2110 | ! win32/Makefile win32/makefile.mk | |
2111 | ____________________________________________________________________________ | |
2112 | [ 11063] By: nick on 2001/07/01 18:54:09 | |
2113 | Log: Quick for for #ifdef mess | |
2114 | Branch: perlio | |
2115 | ! gv.c | |
2116 | ____________________________________________________________________________ | |
2117 | [ 11062] By: nick on 2001/07/01 18:47:42 | |
2118 | Log: Raw integrate - does not build #if mess in gv.c | |
2119 | Branch: perlio | |
2120 | !> (integrate 29 files) | |
2121 | ____________________________________________________________________________ | |
2122 | [ 11061] By: jhi on 2001/07/01 15:20:38 | |
2123 | Log: Make 'compile' target a little less broken. | |
2124 | Still very broken, though: -Wall warnings from | |
2125 | the generated code, boot_Foo prototypes missing, | |
2126 | can't autoload Fcntl::SEEK_CUR et alia, ... | |
2127 | Branch: perl | |
2128 | ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile | |
2129 | ! utils/perlcc.PL x2p/Makefile.SH | |
2130 | ____________________________________________________________________________ | |
2131 | [ 11060] By: jhi on 2001/07/01 14:04:20 | |
2132 | Log: Upgrade to Storable 1.0.12, from Raphael Manfredi. | |
2133 | Branch: perl | |
2134 | ! ext/Storable/ChangeLog ext/Storable/Storable.pm | |
2135 | ! ext/Storable/Storable.xs ext/Storable/t/freeze.t | |
2136 | ____________________________________________________________________________ | |
2137 | [ 11059] By: jhi on 2001/07/01 05:02:59 | |
2138 | Log: Update Changes. | |
2139 | Branch: perl | |
2140 | ! Changes patchlevel.h | |
2141 | ____________________________________________________________________________ | |
02d1ae82 JH |
2142 | [ 11058] By: jhi on 2001/07/01 04:57:05 |
2143 | Log: Still one typo, regen toc. | |
2144 | Branch: perl | |
2145 | ! lib/Unicode/UCD.pm pod/perltoc.pod | |
2146 | ____________________________________________________________________________ | |
2147 | [ 11057] By: jhi on 2001/07/01 04:54:35 | |
2148 | Log: Detypos and regen toc. | |
2149 | Branch: perl | |
2150 | ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod | |
2151 | ____________________________________________________________________________ | |
2152 | [ 11056] By: jhi on 2001/07/01 04:26:08 | |
2153 | Log: VERSION tweak. | |
2154 | Branch: perl | |
2155 | ! ext/List/Util/lib/List/Util.pm | |
2156 | ____________________________________________________________________________ | |
2157 | [ 11055] By: jhi on 2001/06/30 22:18:37 | |
2158 | Log: Attempt at plugging the leak under ithreads detected by Doug. | |
2159 | Branch: perl | |
2160 | ! op.h | |
2161 | ____________________________________________________________________________ | |
2162 | [ 11054] By: jhi on 2001/06/30 21:33:29 | |
2163 | Log: gcc -Wall lint after #11051. | |
2164 | Branch: perl | |
2165 | ! pp_sys.c | |
2166 | ____________________________________________________________________________ | |
2167 | [ 11053] By: jhi on 2001/06/30 21:13:55 | |
2168 | Log: Integrate perlio. | |
2169 | Branch: perl | |
2170 | !> lib/File/Find/taint.t | |
2171 | ____________________________________________________________________________ | |
2172 | [ 11052] By: jhi on 2001/06/30 21:07:38 | |
2173 | Log: Don't use the v-strings for module VERSIONs. | |
2174 | Branch: perl | |
2175 | ! lib/Unicode/UCD.pm | |
2176 | ____________________________________________________________________________ | |
2177 | [ 11051] By: jhi on 2001/06/30 20:59:57 | |
2178 | Log: Code cleanup based on turning off the -woffs in IRIX. | |
2179 | Not all of the gripes cleaned up (hairy code in hv.c and | |
2180 | regcomp.c; unused newsp, gimme, and optype from cop.h macros; | |
2181 | unused 'key' arguments in ?DBM_File.xs) (and the -woffs left | |
2182 | to the IRIX hints) | |
2183 | Branch: perl | |
2184 | ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs | |
2185 | ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs | |
2186 | ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c | |
2187 | ! regcomp.c sv.c | |
2188 | ____________________________________________________________________________ | |
2189 | [ 11050] By: nick on 2001/06/30 20:46:46 | |
2190 | Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t | |
2191 | Branch: perlio | |
2192 | ! lib/File/Find/taint.t | |
2193 | ____________________________________________________________________________ | |
2194 | [ 11049] By: nick on 2001/06/30 18:13:33 | |
2195 | Log: Integrate mainline | |
2196 | Branch: perlio | |
2197 | +> NetWare/nwstdio.h NetWare/perlsdio.h | |
2198 | +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc | |
2199 | +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm | |
2200 | +> lib/Unicode/UCD.t t/run/exit.t | |
2201 | !> (integrate 60 files) | |
2202 | ____________________________________________________________________________ | |
2203 | [ 11048] By: jhi on 2001/06/30 16:23:39 | |
2204 | Log: Delta delta. | |
2205 | Branch: perl | |
2206 | ! pod/perl572delta.pod | |
2207 | ____________________________________________________________________________ | |
2208 | [ 11047] By: jhi on 2001/06/30 16:03:40 | |
2209 | Log: More VERSION tuning: to avoid unnecessary Perl upgrades | |
2210 | by CPAN.pm, use rather _00. | |
2211 | Branch: perl | |
2212 | ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm | |
2213 | ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm | |
2214 | ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm | |
2215 | ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm | |
2216 | ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm | |
2217 | ! lib/ExtUtils/Embed.pm lib/Test.pm | |
2218 | ____________________________________________________________________________ | |
2219 | [ 11046] By: jhi on 2001/06/30 15:53:22 | |
2220 | Log: Add a simple Unicode character database interface, Unicode::UCD. | |
2221 | Branch: perl | |
2222 | + lib/Unicode/UCD.pm lib/Unicode/UCD.t | |
2223 | ! MANIFEST | |
2224 | ____________________________________________________________________________ | |
2225 | [ 11045] By: jhi on 2001/06/30 13:42:37 | |
2226 | Log: Subject: [PATCH] op/numconver.t | |
2227 | From: Nicholas Clark <nick@ccl4.org> | |
2228 | Date: Sat, 30 Jun 2001 15:40:10 +0100 | |
2229 | Message-ID: <20010630154010.I59620@plum.flirble.org> | |
2230 | Branch: perl | |
2231 | ! t/op/numconvert.t | |
2232 | ____________________________________________________________________________ | |
2233 | [ 11044] By: jhi on 2001/06/30 13:29:25 | |
2234 | Log: The $^N is now taken (by #11038). | |
2235 | Branch: perl | |
2236 | ! t/base/lex.t | |
2237 | ____________________________________________________________________________ | |
2238 | [ 11043] By: jhi on 2001/06/30 13:15:59 | |
2239 | Log: The #11040 had slipped to a wrong function... | |
2240 | Branch: perl | |
2241 | ! sv.c | |
2242 | ____________________________________________________________________________ | |
2243 | [ 11042] By: jhi on 2001/06/30 13:08:25 | |
2244 | Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0) | |
2245 | the Configure library symbol probe mysteriously finds all | |
2246 | symbols but those of pipe() and times(). | |
2247 | Branch: perl | |
2248 | ! hints/aix.sh | |
2249 | ____________________________________________________________________________ | |
2250 | [ 11041] By: jhi on 2001/06/30 13:01:25 | |
2251 | Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00) | |
2252 | From: Nicholas Clark <nick@ccl4.org> | |
2253 | Date: Fri, 29 Jun 2001 23:49:07 +0100 | |
2254 | Message-ID: <20010629234907.D59620@plum.flirble.org> | |
2255 | Branch: perl | |
2256 | ! lib/ExtUtils.t | |
2257 | ____________________________________________________________________________ | |
2258 | [ 11040] By: jhi on 2001/06/30 13:00:24 | |
2259 | Log: Subject: [PATCH] weakref fix 2, not yet there | |
2260 | From: Artur Bergman <artur@contiller.se> | |
2261 | Date: Sat, 30 Jun 2001 01:18:16 +0200 | |
2262 | Message-ID: <B762D957.1CC9%artur@contiller.se> | |
2263 | Branch: perl | |
2264 | ! sv.c | |
2265 | ____________________________________________________________________________ | |
2266 | [ 11039] By: jhi on 2001/06/30 12:59:25 | |
2267 | Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes. | |
2268 | From: Michael G Schwern <schwern@pobox.com> | |
2269 | Date: Fri, 29 Jun 2001 19:39:11 -0400 | |
2270 | Message-ID: <20010629193910.D25304@blackrider> | |
2271 | Branch: perl | |
2272 | + t/run/exit.t | |
2273 | ! MANIFEST | |
2274 | ____________________________________________________________________________ | |
2275 | [ 11038] By: jhi on 2001/06/30 12:58:16 | |
2276 | Log: Add support for $^N, the most-recently closed group. | |
2277 | Branch: perl | |
2278 | ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod | |
2279 | ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t | |
2280 | ! thrdvar.h | |
2281 | ____________________________________________________________________________ | |
2282 | [ 11037] By: jhi on 2001/06/30 12:53:40 | |
2283 | Log: Subject: [ID 20010630.001] Editorial nits in README.solaris | |
2284 | From: lvirden@cas.org | |
2285 | Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT) | |
2286 | Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org> | |
2287 | ||
2288 | Subject: [ID 20010630.002] Another editorial tweak to README.solaris | |
2289 | From: lvirden@cas.org | |
2290 | Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT) | |
2291 | Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org> | |
2292 | Branch: perl | |
2293 | ! README.solaris | |
2294 | ____________________________________________________________________________ | |
2295 | [ 11036] By: jhi on 2001/06/30 12:51:45 | |
2296 | Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding | |
2297 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
2298 | Date: Sat, 30 Jun 2001 07:33:37 +0900 | |
2299 | Message-Id: <20010630073226.7C79.BQW10602@nifty.com> | |
2300 | ||
2301 | Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding | |
2302 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
2303 | Date: Sat, 30 Jun 2001 21:38:14 +0900 | |
2304 | Message-Id: <20010630213554.F67A.BQW10602@nifty.com> | |
2305 | Branch: perl | |
2306 | + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc | |
2307 | + ext/Encode/Encode/7bit-kr.enc | |
2308 | ! MANIFEST ext/Encode/Encode/Tcl.pm | |
2309 | ____________________________________________________________________________ | |
2310 | [ 11035] By: jhi on 2001/06/30 12:44:51 | |
2311 | Log: NetWare tweaks from Guruprasad. | |
2312 | Branch: perl | |
2313 | + NetWare/nwstdio.h NetWare/perlsdio.h | |
2314 | ! MANIFEST NetWare/Makefile NetWare/config.wc | |
2315 | ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h | |
2316 | ! NetWare/t/Readme.txt | |
2317 | ____________________________________________________________________________ | |
2318 | [ 11034] By: jhi on 2001/06/29 23:28:16 | |
2319 | Log: More module $VERSION bump-ups. | |
2320 | Branch: perl | |
2321 | ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm | |
2322 | ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm | |
2323 | ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm | |
2324 | ____________________________________________________________________________ | |
2325 | [ 11033] By: jhi on 2001/06/29 21:25:23 | |
2326 | Log: Doc update due to #11032. | |
2327 | Branch: perl | |
2328 | ! pod/perl572delta.pod | |
2329 | ____________________________________________________________________________ | |
2330 | [ 11032] By: jhi on 2001/06/29 21:19:44 | |
2331 | Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX | |
2332 | From: Peter Prymmer <pvhp@forte.com> | |
2333 | Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT) | |
2334 | Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com> | |
2335 | Branch: perl | |
2336 | ! ext/Time/HiRes/HiRes.xs | |
2337 | ____________________________________________________________________________ | |
2338 | [ 11031] By: jhi on 2001/06/29 14:31:53 | |
2339 | Log: -lpthreads missing in AIX. | |
2340 | Branch: perl | |
2341 | ! hints/aix.sh | |
2342 | ____________________________________________________________________________ | |
2343 | [ 11030] By: jhi on 2001/06/29 14:08:12 | |
2344 | Log: Subject: [PATCH] CLONE && weakrefs | |
2345 | From: Artur Bergman <artur@contiller.se> | |
2346 | Date: Fri, 29 Jun 2001 17:02:00 +0200 | |
2347 | Message-ID: <B7626508.1CA0%artur@contiller.se> | |
2348 | Branch: perl | |
2349 | ! sv.c | |
2350 | ____________________________________________________________________________ | |
2351 | [ 11029] By: jhi on 2001/06/29 14:06:50 | |
2352 | Log: Subject: Re: Bug report: split splits on wrong pattern | |
2353 | From: Radu Greab <radu@netsoft.ro> | |
2354 | Date: Wed, 27 Jun 2001 21:50:52 +0300 | |
2355 | Message-ID: <15162.11020.279064.471031@ix.netsoft.ro> | |
2356 | Branch: perl | |
2357 | ! pp_ctl.c t/op/split.t | |
2358 | ____________________________________________________________________________ | |
2359 | [ 11028] By: jhi on 2001/06/29 13:47:38 | |
2360 | Log: Metaconfig unit change for #11027. | |
2361 | Branch: metaconfig/U/perl | |
2362 | ! d_modfl.U | |
2363 | ____________________________________________________________________________ | |
2364 | [ 11027] By: jhi on 2001/06/29 13:47:03 | |
2365 | Log: I thought this Configure glitch for AIX was just recently fixed? | |
2366 | Branch: perl | |
2367 | ! Configure | |
2368 | ____________________________________________________________________________ | |
2369 | [ 11026] By: jhi on 2001/06/29 13:14:07 | |
2370 | Log: Update Changes. | |
2371 | Branch: perl | |
2372 | ! Changes patchlevel.h | |
2373 | ____________________________________________________________________________ | |
f1defd63 JH |
2374 | [ 11025] By: jhi on 2001/06/29 13:07:57 |
2375 | Log: Subject: Re: perl@10967, File::Find, and Cwd | |
2376 | From: Mike Guy <mjtg@cam.ac.uk> | |
2377 | Date: Fri, 29 Jun 2001 14:56:49 +0100 | |
2378 | Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk> | |
2379 | Branch: perl | |
2380 | ! lib/File/Find/taint.t | |
2381 | ____________________________________________________________________________ | |
2382 | [ 11024] By: jhi on 2001/06/29 12:39:23 | |
2383 | Log: Update the sv_pvprintify() spec. | |
2384 | Branch: perl | |
2385 | ! pod/perltodo.pod | |
2386 | ____________________________________________________________________________ | |
2387 | [ 11023] By: jhi on 2001/06/29 12:33:33 | |
2388 | Log: Known test failures update. | |
2389 | Branch: perl | |
2390 | ! pod/perl572delta.pod | |
2391 | ____________________________________________________________________________ | |
2392 | [ 11022] By: jhi on 2001/06/29 12:24:32 | |
2393 | Log: Based on | |
2394 | ||
2395 | Subject: [PATCH @11016] More );) fixes | |
2396 | From: Richard Soderberg <rs@crystalflame.net> | |
2397 | Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT) | |
2398 | Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> | |
2399 | Branch: perl | |
2400 | ! ext/Thread/Thread.xs ext/Thread/typemap | |
2401 | ____________________________________________________________________________ | |
2402 | [ 11021] By: jhi on 2001/06/29 12:21:51 | |
2403 | Log: Subject: [PATCH @11016] Fixes compile errors in four files | |
2404 | From: Richard Soderberg <rs@crystalflame.net> | |
2405 | Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT) | |
2406 | Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com> | |
2407 | Branch: perl | |
2408 | ! mg.c pp.c pp_hot.c util.c | |
2409 | ____________________________________________________________________________ | |
2410 | [ 11020] By: jhi on 2001/06/29 12:05:54 | |
2411 | Log: AIX hints tweaking continues, from Merijn Brand. | |
2412 | Branch: perl | |
2413 | ! hints/aix.sh | |
2414 | ____________________________________________________________________________ | |
2415 | [ 11019] By: jhi on 2001/06/29 12:05:10 | |
2416 | Log: HP-UX needs gccversion sooner, from Merijn Brand. | |
2417 | Branch: perl | |
2418 | ! hints/hpux.sh | |
2419 | ____________________________________________________________________________ | |
2420 | [ 11018] By: jhi on 2001/06/29 11:52:31 | |
2421 | Log: Subject: [PATCH 5.6.1] OS/2 docs | |
2422 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2423 | Date: Fri, 29 Jun 2001 02:34:12 -0400 | |
2424 | Message-ID: <20010629023412.A6033@math.ohio-state.edu> | |
2425 | Branch: perl | |
2426 | ! README.os2 os2/Changes | |
2427 | ____________________________________________________________________________ | |
2428 | [ 11017] By: nick on 2001/06/29 10:20:30 | |
2429 | Log: Integrate mainline | |
2430 | Branch: perlio | |
2431 | +> (branch 37 files) | |
2432 | - ext/ODBM_File/sdbm.t | |
2433 | !> (integrate 211 files) | |
2434 | ____________________________________________________________________________ | |
2435 | [ 11016] By: jhi on 2001/06/29 03:38:56 | |
2436 | Log: Bump up the VERSIONs of modules that have changed since 5.6.0, | |
2437 | the modules found using a script written by Larry Schatzer Jr. | |
2438 | Branch: perl | |
2439 | ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm | |
2440 | ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm | |
2441 | ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm | |
2442 | ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm | |
2443 | ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm | |
2444 | ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm | |
2445 | ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm | |
2446 | ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm | |
2447 | ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm | |
2448 | ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm | |
2449 | ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm | |
2450 | ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm | |
2451 | ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm | |
2452 | ! lib/constant.pm lib/fields.pm lib/strict.pm | |
2453 | ____________________________________________________________________________ | |
2454 | [ 11015] By: jhi on 2001/06/29 02:55:58 | |
2455 | Log: The latest JPL from the anoncvs. | |
2456 | Branch: perl | |
2457 | ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL | |
2458 | ____________________________________________________________________________ | |
2459 | [ 11014] By: jhi on 2001/06/29 02:16:55 | |
2460 | Log: In EBCDIC assume UTF-EBCDIC, not UTF-8. | |
2461 | Branch: perl | |
2462 | ! t/op/pat.t | |
2463 | ____________________________________________________________________________ | |
2464 | [ 11013] By: jhi on 2001/06/28 23:14:53 | |
2465 | Log: Worrying about insecure directories now is a bit too late. | |
2466 | Branch: perl | |
2467 | ! lib/File/Find/taint.t | |
2468 | ____________________________________________________________________________ | |
2469 | [ 11012] By: jhi on 2001/06/28 21:36:36 | |
2470 | Log: Cannot DIE() in a void function, | |
2471 | from Richard Hatch <rhatch@austin.ibm.com>. | |
2472 | Branch: perl | |
2473 | ! ext/IPC/SysV/SysV.xs | |
2474 | ____________________________________________________________________________ | |
2475 | [ 11011] By: jhi on 2001/06/28 19:32:13 | |
2476 | Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX | |
2477 | From: Peter Prymmer <pvhp@forte.com> | |
2478 | Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT) | |
2479 | Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com> | |
2480 | ||
2481 | (unfinished: time/hires tests 3, 5, 14 failing, but better | |
2482 | than wholesale failure) | |
2483 | Branch: perl | |
2484 | ! ext/Time/HiRes/HiRes.xs | |
2485 | ____________________________________________________________________________ | |
2486 | [ 11010] By: jhi on 2001/06/28 19:10:54 | |
2487 | Log: Subject: [PATCH 5.6.1] OS/2 improvements | |
2488 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2489 | Date: Thu, 28 Jun 2001 16:03:14 -0400 | |
2490 | Message-ID: <20010628160314.A17906@math.ohio-state.edu> | |
2491 | Branch: perl | |
2492 | + os2/os2_base.t | |
2493 | ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs | |
2494 | ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs | |
2495 | ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c | |
2496 | ! os2/os2ish.h | |
2497 | ____________________________________________________________________________ | |
2498 | [ 11009] By: jhi on 2001/06/28 18:54:14 | |
2499 | Log: Subject: Incrementing Extutils::Manifest's $VERSION | |
2500 | From: Michael G Schwern <schwern@pobox.com> | |
2501 | Date: Thu, 28 Jun 2001 13:13:49 -0400 | |
2502 | Message-ID: <20010628131349.A14738@blackrider> | |
2503 | Branch: maint-5.6/perl | |
2504 | ! lib/ExtUtils/Manifest.pm | |
2505 | ____________________________________________________________________________ | |
2506 | [ 11008] By: jhi on 2001/06/28 18:52:20 | |
2507 | Log: AIX tweak from Merijn Brand. | |
2508 | Branch: perl | |
2509 | ! hints/aix.sh | |
2510 | ____________________________________________________________________________ | |
2511 | [ 11007] By: jhi on 2001/06/28 17:46:27 | |
2512 | Log: Create the macperl branch. | |
2513 | Branch: maint-5.6/macperl | |
2514 | +> (branch 1728 files) | |
2515 | ____________________________________________________________________________ | |
2516 | [ 11006] By: jhi on 2001/06/28 14:46:21 | |
2517 | Log: Update Changes. | |
2518 | Branch: perl | |
2519 | ! Changes patchlevel.h | |
2520 | ____________________________________________________________________________ | |
27c3e527 JH |
2521 | [ 11005] By: jhi on 2001/06/28 14:40:11 |
2522 | Log: More Perforce lore. | |
2523 | Branch: perl | |
2524 | ! Porting/repository.pod | |
2525 | ____________________________________________________________________________ | |
2526 | [ 11004] By: jhi on 2001/06/28 14:12:50 | |
2527 | Log: Metaconfig unit changes for #11003. | |
2528 | Branch: metaconfig/U/perl | |
2529 | + d_nl_langinfo.U i_langinfo.U | |
2530 | ____________________________________________________________________________ | |
2531 | [ 11003] By: jhi on 2001/06/28 14:12:27 | |
2532 | Log: Add Configure probes for nl_langinfo() and <langinfo.h>. | |
2533 | Expected not to exist in non-UNIX excepting in VMS, where | |
2534 | according to a quick web survey they just might. | |
2535 | Branch: perl | |
2536 | ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh | |
2537 | ! Porting/config_H config_h.SH configure.com epoc/config.sh | |
2538 | ! perl.h uconfig.h uconfig.sh vos/config.alpha.def | |
2539 | ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h | |
2540 | ! win32/config.bc win32/config.gc win32/config.vc | |
2541 | ____________________________________________________________________________ | |
2542 | [ 11002] By: jhi on 2001/06/28 13:39:11 | |
2543 | Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia | |
2544 | in AIX is one is doing a 64-bit build. | |
2545 | Branch: perl | |
2546 | ! hints/aix.sh | |
2547 | ____________________________________________________________________________ | |
2548 | [ 11001] By: jhi on 2001/06/28 13:28:37 | |
2549 | Log: Metaconfig unit changes for #11000. | |
2550 | Branch: metaconfig/U/perl | |
2551 | ! use64bits.U uselfs.U | |
2552 | ____________________________________________________________________________ | |
2553 | [ 11000] By: jhi on 2001/06/28 13:21:16 | |
2554 | Log: Move use64bitint and use64bitall before uselargefiles. | |
2555 | Branch: perl | |
2556 | ! Configure | |
2557 | ____________________________________________________________________________ | |
2558 | [ 10999] By: jhi on 2001/06/28 03:49:07 | |
2559 | Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH] | |
2560 | From: Robert Spier <rspier@pobox.com> | |
2561 | Message-ID: <15162.41164.618712.841415@rls.cx> | |
2562 | Date: Wed, 27 Jun 2001 23:13:16 -0400 | |
2563 | Branch: perl | |
2564 | ! doio.c | |
2565 | ____________________________________________________________________________ | |
2566 | [ 10998] By: jhi on 2001/06/28 03:42:57 | |
2567 | Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX | |
2568 | From: Peter Prymmer <pvhp@forte.com> | |
2569 | Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT) | |
2570 | Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com> | |
2571 | Branch: perl | |
2572 | ! numeric.c | |
2573 | ____________________________________________________________________________ | |
2574 | [ 10997] By: jhi on 2001/06/28 03:42:12 | |
2575 | Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM | |
2576 | From: Peter Prymmer <pvhp@forte.com> | |
2577 | Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT) | |
2578 | Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com> | |
2579 | Branch: perl | |
2580 | ! configure.com ext/Digest/MD5/Makefile.PL | |
2581 | ____________________________________________________________________________ | |
2582 | [ 10996] By: jhi on 2001/06/27 20:34:11 | |
2583 | Log: Update Changes. | |
2584 | Branch: perl | |
2585 | ! Changes patchlevel.h | |
2586 | ____________________________________________________________________________ | |
e7b7be70 JH |
2587 | [ 10995] By: jhi on 2001/06/27 20:06:28 |
2588 | Log: Tiny EPOC updates. | |
2589 | Branch: perl | |
2590 | ! epoc/config.sh | |
2591 | ____________________________________________________________________________ | |
2592 | [ 10994] By: jhi on 2001/06/27 19:55:16 | |
2593 | Log: The Test::More and Test::Simple tests required help | |
2594 | thanks to our schizophrenic test scheme. | |
2595 | Branch: perl | |
2596 | ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t | |
2597 | ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t | |
2598 | ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t | |
2599 | ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t | |
2600 | ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t | |
2601 | ____________________________________________________________________________ | |
2602 | [ 10993] By: jhi on 2001/06/27 17:17:30 | |
2603 | Log: Upgrade to Test::Simple 0.09. | |
2604 | Branch: perl | |
2605 | + lib/Test/Simple/Changes | |
2606 | ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t | |
2607 | ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t | |
2608 | ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t | |
2609 | ! lib/Test/Simple/t/plan_is_noplan.t | |
2610 | ____________________________________________________________________________ | |
2611 | [ 10992] By: jhi on 2001/06/27 17:11:28 | |
2612 | Log: Upgrade to Test::More 0.07. | |
2613 | Branch: perl | |
2614 | + lib/Test/More/Changes | |
2615 | ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t | |
2616 | ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t | |
2617 | ! lib/Test/More/t/skipall.t | |
2618 | ____________________________________________________________________________ | |
2619 | [ 10991] By: jhi on 2001/06/27 17:04:13 | |
2620 | Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX | |
2621 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2622 | Date: Wed, 27 Jun 2001 18:40:04 +0200 | |
2623 | Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl> | |
2624 | Branch: perl | |
2625 | ! hints/hpux.sh | |
2626 | ____________________________________________________________________________ | |
2627 | [ 10990] By: jhi on 2001/06/27 17:02:55 | |
2628 | Log: Subject: [PATCH README.qnx hints/qnx.sh] | |
2629 | From: Norton Allen <allen@huarp.harvard.edu> | |
2630 | Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt) | |
2631 | Message-Id: <200106271746.NAA02789@bottesini.harvard.edu> | |
2632 | Branch: perl | |
2633 | ! README.qnx hints/qnx.sh | |
2634 | ____________________________________________________________________________ | |
2635 | [ 10989] By: jhi on 2001/06/27 14:33:53 | |
2636 | Log: Subject: [PATCH] two little documentation nits | |
2637 | From: Abhijit Menon-Sen <ams@wiw.org> | |
2638 | Date: Wed, 27 Jun 2001 20:07:50 +0530 | |
2639 | Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org> | |
2640 | Branch: perl | |
2641 | ! sv.c sv.h | |
2642 | ____________________________________________________________________________ | |
2643 | [ 10988] By: jhi on 2001/06/27 13:33:32 | |
2644 | Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX | |
2645 | From: Norton Allen <allen@huarp.harvard.edu> | |
2646 | Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt) | |
2647 | Message-Id: <200106271433.KAA04947@bottesini.harvard.edu> | |
2648 | Branch: perl | |
2649 | ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm | |
2650 | ____________________________________________________________________________ | |
2651 | [ 10987] By: jhi on 2001/06/27 12:14:36 | |
2652 | Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas) | |
2653 | From: Michael G Schwern <schwern@pobox.com> | |
2654 | Date: Wed, 27 Jun 2001 02:34:58 -0400 | |
2655 | Message-ID: <20010627023458.K23874@blackrider> | |
2656 | Branch: perl | |
2657 | ! vms/test.com | |
2658 | ____________________________________________________________________________ | |
2659 | [ 10986] By: jhi on 2001/06/27 12:01:49 | |
2660 | Log: Add perl_clone_host() for Netware. | |
2661 | Branch: perl | |
2662 | ! NetWare/nw5.c | |
2663 | ____________________________________________________________________________ | |
2664 | [ 10985] By: jhi on 2001/06/27 11:56:53 | |
2665 | Log: GCC 3.0 hints for HP-UX. | |
2666 | Branch: perl | |
2667 | ! hints/hpux.sh | |
2668 | ____________________________________________________________________________ | |
2669 | [ 10984] By: jhi on 2001/06/27 11:55:06 | |
2670 | Log: In some Linux distributions the libndbm is broken | |
2671 | (no null key support), therefore link with libgdbm | |
2672 | (if available), since it has a working ndbm emulation, | |
2673 | from Jonathan Stowe. | |
2674 | Branch: perl | |
2675 | + ext/NDBM_File/hints/linux.pl | |
2676 | ! MANIFEST | |
2677 | ____________________________________________________________________________ | |
2678 | [ 10983] By: jhi on 2001/06/27 11:48:56 | |
2679 | Log: Subject: [PATCH perl@10930] find.t hack for VMS | |
2680 | From: "Craig A. Berry" <craigberry@mac.com> | |
2681 | Date: Tue, 26 Jun 2001 23:40:25 -0500 | |
2682 | Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]> | |
2683 | Branch: perl | |
2684 | ! lib/File/Find/find.t | |
2685 | ____________________________________________________________________________ | |
2686 | [ 10982] By: jhi on 2001/06/27 11:47:30 | |
2687 | Log: AUTHORS updates. | |
2688 | Branch: perl | |
2689 | ! AUTHORS | |
2690 | ____________________________________________________________________________ | |
2691 | [ 10981] By: jhi on 2001/06/27 11:46:02 | |
2692 | Log: Metaconfig unit change like #10980. | |
2693 | Branch: metaconfig | |
2694 | ! U/compline/d_stdstdio.U | |
2695 | ____________________________________________________________________________ | |
2696 | [ 10980] By: jhi on 2001/06/27 11:45:29 | |
2697 | Log: "lose the it's", from Abhijit Menon-Sen. | |
2698 | ("It's" not searched, pods not searched.) | |
2699 | Branch: perl | |
2700 | ! Porting/Glossary Porting/config_H README.qnx config_h.SH | |
2701 | ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm | |
2702 | ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh | |
2703 | ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm | |
2704 | ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm | |
2705 | ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c | |
2706 | ____________________________________________________________________________ | |
2707 | [ 10979] By: jhi on 2001/06/27 11:36:40 | |
2708 | Log: "lose the looses", from Abhijit Menon-Sen. | |
2709 | Branch: perl | |
2710 | ! ext/B/B/Assembler.pm gv.c | |
2711 | ____________________________________________________________________________ | |
2712 | [ 10978] By: jhi on 2001/06/27 11:35:38 | |
2713 | Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer. | |
2714 | Branch: perl | |
2715 | ! hints/os390.sh | |
2716 | ____________________________________________________________________________ | |
2717 | [ 10977] By: jhi on 2001/06/27 11:33:28 | |
2718 | Log: DEC C 5.3 on the VAX simply doesn't seem to like | |
2719 | compiling the MD5 extension, disable it there for now, | |
2720 | from Peter Prymmer. | |
2721 | Branch: perl | |
2722 | ! configure.com | |
2723 | ____________________________________________________________________________ | |
2724 | [ 10976] By: jhi on 2001/06/26 21:35:40 | |
2725 | Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it. | |
2726 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2727 | Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST) | |
2728 | Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com> | |
2729 | Branch: perl | |
2730 | ! pod/perlfaq3.pod | |
2731 | ____________________________________________________________________________ | |
2732 | [ 10975] By: jhi on 2001/06/26 21:32:41 | |
2733 | Log: Subject: [PATCH 5.6.1] perlxs misprints | |
2734 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2735 | Date: Tue, 26 Jun 2001 17:20:00 -0400 | |
2736 | Message-ID: <20010626172000.A26951@math.ohio-state.edu> | |
2737 | Branch: perl | |
2738 | ! pod/perlxs.pod | |
2739 | ____________________________________________________________________________ | |
2740 | [ 10974] By: jhi on 2001/06/26 21:31:51 | |
2741 | Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line | |
2742 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2743 | Date: Tue, 26 Jun 2001 17:27:07 -0400 | |
2744 | Message-ID: <20010626172707.A27097@math.ohio-state.edu> | |
2745 | Branch: perl | |
2746 | ! lib/ExtUtils/MM_Unix.pm | |
2747 | ____________________________________________________________________________ | |
2748 | [ 10973] By: jhi on 2001/06/26 21:27:05 | |
2749 | Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g | |
2750 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2751 | Date: Tue, 26 Jun 2001 17:23:24 -0400 | |
2752 | Message-ID: <20010626172324.A27003@math.ohio-state.edu> | |
2753 | Branch: perl | |
2754 | ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs | |
2755 | ____________________________________________________________________________ | |
2756 | [ 10972] By: jhi on 2001/06/26 20:27:19 | |
2757 | Log: Better place for nop IN_LOCALE_NUMERIC, pointed out | |
2758 | by Olaf Flebbe. | |
2759 | Branch: perl | |
2760 | ! perl.h | |
2761 | ____________________________________________________________________________ | |
2762 | [ 10971] By: jhi on 2001/06/26 19:59:41 | |
2763 | Log: Detypo. | |
2764 | Branch: perl | |
2765 | ! lib/Memoize/t/tie_sdbm.t | |
2766 | ____________________________________________________________________________ | |
2767 | [ 10970] By: jhi on 2001/06/26 19:10:19 | |
2768 | Log: perl_clone_host() needs PERL_IMPLICIT_SYS. | |
2769 | Branch: perl | |
2770 | ! win32/perllib.c | |
2771 | ____________________________________________________________________________ | |
2772 | [ 10969] By: jhi on 2001/06/26 17:21:31 | |
2773 | Log: Subject: [patch] perl_clone+CvFILE | |
2774 | From: Doug MacEachern <dougm@covalent.net> | |
2775 | Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT) | |
2776 | Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net> | |
2777 | Branch: perl | |
2778 | ! sv.c | |
2779 | ____________________________________________________________________________ | |
2780 | [ 10968] By: jhi on 2001/06/26 16:48:32 | |
2781 | Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas) | |
2782 | From: Mark-Jason Dominus <mjd@plover.com> | |
2783 | Date: Tue, 26 Jun 2001 12:33:01 -0400 | |
2784 | Message-ID: <20010626163301.31298.qmail@plover.com> | |
2785 | Branch: perl | |
2786 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t | |
2787 | ____________________________________________________________________________ | |
2788 | [ 10967] By: jhi on 2001/06/26 14:21:49 | |
2789 | Log: Update Changes. | |
2790 | Branch: perl | |
2791 | ! Changes patchlevel.h | |
2792 | ____________________________________________________________________________ | |
debca88a JH |
2793 | [ 10966] By: jhi on 2001/06/26 14:08:34 |
2794 | Log: Also catfile() needs now to explicitly exported. | |
2795 | Branch: perl | |
2796 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t | |
2797 | ____________________________________________________________________________ | |
2798 | [ 10965] By: jhi on 2001/06/26 13:57:54 | |
2799 | Log: Regen toc. | |
2800 | Branch: perl | |
2801 | ! pod/perltoc.pod | |
2802 | ____________________________________________________________________________ | |
2803 | [ 10964] By: jhi on 2001/06/26 13:56:11 | |
2804 | Log: Nonexistent pod command. | |
2805 | Branch: perl | |
2806 | ! pod/perl572delta.pod | |
2807 | ____________________________________________________________________________ | |
2808 | [ 10963] By: jhi on 2001/06/26 13:50:53 | |
2809 | Log: Be more portable in the quest for tmpdir. | |
2810 | Branch: perl | |
2811 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t | |
2812 | ____________________________________________________________________________ | |
2813 | [ 10962] By: jhi on 2001/06/26 13:43:51 | |
2814 | Log: Be more portable in finding out the home directory, | |
2815 | and use File::Spec to do the concat. | |
2816 | (Come to think of it, couldn't File::Spec provide | |
2817 | for a ->homedir method?) | |
2818 | Branch: perl | |
2819 | ! lib/Net/Config.pm | |
2820 | ____________________________________________________________________________ | |
2821 | [ 10961] By: jhi on 2001/06/26 13:37:30 | |
2822 | Log: Doc patch for #10959. | |
2823 | Branch: perl | |
2824 | ! pod/perlfunc.pod | |
2825 | ____________________________________________________________________________ | |
2826 | [ 10960] By: jhi on 2001/06/26 13:33:07 | |
2827 | Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g | |
2828 | From: "Philip Newton" <pnewton@gmx.de> | |
2829 | Date: Tue, 26 Jun 2001 16:26:47 +0200 | |
2830 | Message-ID: <3B38B7C7.32635.1E8DC14@localhost> | |
2831 | Branch: perl | |
2832 | ! pod/perldata.pod | |
2833 | ____________________________________________________________________________ | |
2834 | [ 10959] By: jhi on 2001/06/26 13:31:57 | |
2835 | Log: Subject: [PATH] shared -> unique; | |
2836 | From: "Artur Bergman" <artur@contiller.se> | |
2837 | Date: Tue, 26 Jun 2001 16:18:40 +0200 | |
2838 | Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev> | |
2839 | ||
2840 | Because "shared" isn't: it's read-only. | |
2841 | Branch: perl | |
2842 | ! toke.c xsutils.c | |
2843 | ____________________________________________________________________________ | |
2844 | [ 10958] By: jhi on 2001/06/26 13:28:27 | |
2845 | Log: Escape multiline croak messages. | |
2846 | Branch: perl | |
2847 | ! t/op/ver.t | |
2848 | ____________________________________________________________________________ | |
2849 | [ 10957] By: jhi on 2001/06/26 13:18:34 | |
2850 | Log: No more pragma/*.t for minitest. | |
2851 | Branch: perl | |
2852 | ! Makefile.SH | |
2853 | ____________________________________________________________________________ | |
2854 | [ 10956] By: jhi on 2001/06/26 13:18:00 | |
2855 | Log: AUTHORS updates. | |
2856 | Branch: perl | |
2857 | ! AUTHORS | |
2858 | ____________________________________________________________________________ | |
2859 | [ 10955] By: jhi on 2001/06/26 13:17:05 | |
2860 | Log: delta updates. | |
2861 | Branch: perl | |
2862 | ! pod/perl572delta.pod | |
2863 | ____________________________________________________________________________ | |
2864 | [ 10954] By: jhi on 2001/06/26 12:36:07 | |
2865 | Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS | |
2866 | From: Artur Bergman <artur@contiller.se> | |
2867 | Date: Tue, 26 Jun 2001 15:32:53 +0200 | |
2868 | Message-ID: <B75E5BA5.1A7C%artur@contiller.se> | |
2869 | Branch: perl | |
2870 | ! makedef.pl sv.c sv.h win32/perllib.c | |
2871 | ____________________________________________________________________________ | |
2872 | [ 10953] By: jhi on 2001/06/26 12:33:55 | |
2873 | Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO | |
2874 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2875 | Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST) | |
2876 | Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com> | |
2877 | ||
2878 | SCO OpenServer 5.0.5 needs an explicit -lc for usleep(). | |
2879 | Branch: perl | |
2880 | + ext/Time/HiRes/hints/sco.pl | |
2881 | ! MANIFEST | |
2882 | ____________________________________________________________________________ | |
2883 | [ 10952] By: jhi on 2001/06/26 11:57:44 | |
2884 | Log: Subject: [PATCH 5.6.1] static build | |
2885 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2886 | Date: Tue, 26 Jun 2001 04:22:25 -0400 | |
2887 | Message-ID: <20010626042225.A2604@math.ohio-state.edu> | |
2888 | Branch: perl | |
2889 | ! ext/List/Util/Makefile.PL lib/ExtUtils.t | |
2890 | ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs | |
2891 | ____________________________________________________________________________ | |
2892 | [ 10951] By: jhi on 2001/06/26 11:55:59 | |
2893 | Log: DJGPP patches from Laszlo Molnar. | |
2894 | Branch: perl | |
2895 | ! djgpp/djgpp.c perl.c util.c | |
2896 | ____________________________________________________________________________ | |
2897 | [ 10950] By: jhi on 2001/06/26 11:54:32 | |
2898 | Log: Netware patches from Ananth Kesari. | |
2899 | Branch: perl | |
2900 | ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c | |
2901 | ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h | |
2902 | ! NetWare/nwtinfo.h | |
2903 | ____________________________________________________________________________ | |
2904 | [ 10949] By: jhi on 2001/06/26 11:49:09 | |
2905 | Log: Detypo. | |
2906 | Branch: perl | |
2907 | ! ext/Errno/Errno_pm.PL | |
2908 | ____________________________________________________________________________ | |
2909 | [ 10948] By: jhi on 2001/06/26 03:44:29 | |
2910 | Log: There seems to be two ways of spelling the $^O in *STEP. | |
2911 | Branch: perl | |
2912 | ! ext/Errno/Errno_pm.PL | |
2913 | ____________________________________________________________________________ | |
2914 | [ 10947] By: jhi on 2001/06/26 03:01:01 | |
2915 | Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement | |
2916 | the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>. | |
2917 | Branch: perl | |
2918 | ! ext/Errno/Errno_pm.PL | |
2919 | ____________________________________________________________________________ | |
2920 | [ 10946] By: jhi on 2001/06/26 02:50:46 | |
2921 | Log: Known bugs update. | |
2922 | Branch: perl | |
2923 | ! pod/perl572delta.pod | |
2924 | ____________________________________________________________________________ | |
2925 | [ 10945] By: jhi on 2001/06/26 01:15:39 | |
2926 | Log: The default installation of Cygwin has 500 as root's uid. | |
2927 | Branch: perl | |
2928 | ! lib/User/pwent.t | |
2929 | ____________________________________________________________________________ | |
2930 | [ 10944] By: jhi on 2001/06/26 01:12:39 | |
2931 | Log: Be even more relaxed (re-allow having only one entry). | |
2932 | Branch: perl | |
2933 | ! t/op/grent.t t/op/pwent.t | |
2934 | ____________________________________________________________________________ | |
2935 | [ 10943] By: jhi on 2001/06/26 01:03:30 | |
2936 | Log: Test failure updates. | |
2937 | Branch: perl | |
2938 | ! pod/perl572delta.pod | |
2939 | ____________________________________________________________________________ | |
2940 | [ 10942] By: jhi on 2001/06/25 23:32:05 | |
2941 | Log: MPE/iX test tweaks from Mark Bixby. | |
2942 | Branch: perl | |
2943 | ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t | |
2944 | ! t/io/fs.t t/op/stat.t | |
2945 | ____________________________________________________________________________ | |
2946 | [ 10941] By: jhi on 2001/06/25 22:18:31 | |
2947 | Log: Microperl findings. | |
2948 | Branch: perl | |
2949 | ! perl.h pp_sys.c | |
2950 | ____________________________________________________________________________ | |
2951 | [ 10940] By: jhi on 2001/06/25 21:59:29 | |
2952 | Log: Touch uconfig.h. | |
2953 | Branch: perl | |
2954 | ! uconfig.h | |
2955 | ____________________________________________________________________________ | |
2956 | [ 10939] By: jhi on 2001/06/25 21:32:52 | |
2957 | Log: Subject: [PATCH] Proposed fix for Pod::Man | |
2958 | From: Rob Napier <rnapier@employees.org> | |
2959 | Date: Mon, 25 Jun 2001 15:49:24 -0400 | |
2960 | Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com> | |
2961 | ||
2962 | Cater for Solaris nroff brokenness (shortchanges daisywheel | |
2963 | printers, but hey, we also no more support PDPs.) | |
2964 | Branch: perl | |
2965 | ! lib/Pod/Man.pm | |
2966 | ____________________________________________________________________________ | |
2967 | [ 10938] By: jhi on 2001/06/25 21:14:41 | |
2968 | Log: Typo in #10937. | |
2969 | Branch: perl | |
2970 | ! ext/POSIX/sigaction.t | |
2971 | ____________________________________________________________________________ | |
2972 | [ 10937] By: jhi on 2001/06/25 19:42:02 | |
2973 | Log: SIGCONT not trappable in VMS. | |
2974 | Branch: perl | |
2975 | ! ext/POSIX/sigaction.t | |
2976 | ____________________________________________________________________________ | |
2977 | [ 10936] By: jhi on 2001/06/25 19:28:13 | |
2978 | Log: Subject: [DRAFT] Encode-Tcl.t | |
2979 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
2980 | Date: Tue, 26 Jun 2001 03:38:08 +0900 | |
2981 | Message-Id: <20010626033550.BC35.BQW10602@nifty.com> | |
2982 | Branch: perl | |
2983 | + ext/Encode/Encode/Tcl.t | |
2984 | ! MANIFEST ext/Encode/Encode/Tcl.pm | |
2985 | ____________________________________________________________________________ | |
2986 | [ 10935] By: jhi on 2001/06/25 18:40:03 | |
2987 | Log: Because of #10932 retract also the perlfunc hunk of #10910. | |
2988 | Branch: perl | |
2989 | ! pod/perlfunc.pod | |
2990 | ____________________________________________________________________________ | |
2991 | [ 10934] By: jhi on 2001/06/25 18:27:19 | |
2992 | Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested | |
2993 | by Ilya Zakharevich in | |
2994 | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html | |
2995 | Branch: perl | |
2996 | ! XSUB.h | |
2997 | ____________________________________________________________________________ | |
2998 | [ 10933] By: jhi on 2001/06/25 18:25:26 | |
2999 | Log: Typo in #10889. | |
3000 | Branch: perl | |
3001 | ! hints/uts.sh | |
3002 | ____________________________________________________________________________ | |
3003 | [ 10932] By: jhi on 2001/06/25 18:23:30 | |
3004 | Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <> | |
3005 | From: Abhijit Menon-Sen <ams@wiw.org> | |
3006 | Date: Mon, 25 Jun 2001 23:45:45 +0530 | |
3007 | Message-ID: <20010625234545.A5022@lustre.linux.in> | |
3008 | Branch: perl | |
3009 | ! lib/overload.t opcode.h opcode.pl t/op/flip.t | |
3010 | ____________________________________________________________________________ | |
3011 | [ 10931] By: jhi on 2001/06/25 17:50:38 | |
3012 | Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ?? | |
3013 | From: Michael G Schwern <schwern@pobox.com> | |
3014 | Date: Mon, 25 Jun 2001 14:35:51 -0400 | |
3015 | Message-ID: <20010625143551.H13819@blackrider> | |
3016 | Branch: perl | |
3017 | ! lib/Test.pm | |
3018 | ____________________________________________________________________________ | |
3019 | [ 10930] By: jhi on 2001/06/25 14:33:46 | |
3020 | Log: Update Changes. | |
3021 | Branch: perl | |
3022 | ! Changes patchlevel.h | |
3023 | ____________________________________________________________________________ | |
0e84659b JH |
3024 | [ 10929] By: jhi on 2001/06/25 14:17:57 |
3025 | Log: Regen toc and modlib. | |
3026 | Branch: perl | |
3027 | ! pod/perlmodlib.pod pod/perltoc.pod | |
3028 | ____________________________________________________________________________ | |
3029 | [ 10928] By: jhi on 2001/06/25 14:13:09 | |
3030 | Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C | |
3031 | for the benefit of C++ compilers, as suggested by Guruprasad. | |
3032 | Branch: perl | |
3033 | ! embed.pl proto.h | |
3034 | ____________________________________________________________________________ | |
3035 | [ 10927] By: jhi on 2001/06/25 14:11:59 | |
3036 | Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction | |
3037 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
3038 | Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST) | |
3039 | Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com> | |
3040 | Branch: perl | |
3041 | ! pod/perlfaq5.pod | |
3042 | ____________________________________________________________________________ | |
3043 | [ 10926] By: jhi on 2001/06/25 14:04:07 | |
3044 | Log: Missed from #10925. | |
3045 | Branch: perl | |
3046 | ! gv.c | |
3047 | ____________________________________________________________________________ | |
3048 | [ 10925] By: jhi on 2001/06/25 14:00:06 | |
3049 | Log: Subject: [PATCH] Re: CvFILE corruption under ithreads | |
3050 | From: Robin Houston <robin@kitsite.com> | |
3051 | Date: Sat, 19 May 2001 16:19:34 +0100 | |
3052 | Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk> | |
3053 | Branch: perl | |
3054 | ! cv.h gv.h op.c | |
3055 | ____________________________________________________________________________ | |
3056 | [ 10924] By: jhi on 2001/06/25 13:58:18 | |
3057 | Log: Netware README tweak. | |
3058 | Branch: perl | |
3059 | ! README.netware | |
3060 | ____________________________________________________________________________ | |
3061 | [ 10923] By: jhi on 2001/06/25 13:57:13 | |
3062 | Log: Subject: [PATCH] Re: overload.t fails | |
3063 | From: Abhijit Menon-Sen <ams@wiw.org> | |
3064 | Date: Mon, 25 Jun 2001 14:52:20 +0530 | |
3065 | Message-ID: <20010625145220.A24114@lustre.linux.in> | |
3066 | Branch: perl | |
3067 | ! lib/overload.t | |
3068 | ____________________________________________________________________________ | |
3069 | [ 10922] By: jhi on 2001/06/25 13:56:20 | |
3070 | Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of | |
3071 | From: Mike Guy <mjtg@cam.ac.uk> | |
3072 | Date: Mon, 25 Jun 2001 11:43:23 +0100 | |
3073 | Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk> | |
3074 | Branch: perl | |
3075 | ! lib/Carp.pm | |
3076 | ____________________________________________________________________________ | |
3077 | [ 10921] By: jhi on 2001/06/25 13:50:02 | |
3078 | Log: Subject: Re: [PATCH 5.6.1] OS2 syslog | |
3079 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3080 | Date: Sun, 24 Jun 2001 05:17:05 -0400 | |
3081 | Message-ID: <20010624051704.A27604@math.ohio-state.edu> | |
3082 | Branch: perl | |
3083 | ! os2/os2ish.h | |
3084 | ____________________________________________________________________________ | |
3085 | [ 10920] By: jhi on 2001/06/25 13:49:13 | |
3086 | Log: Subject: [PATCH 5.6.1] crypt() on OS/2 | |
3087 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3088 | Date: Mon, 25 Jun 2001 05:52:27 -0400 | |
3089 | Message-ID: <20010625055227.A24635@math.ohio-state.edu> | |
3090 | Branch: perl | |
3091 | ! hints/os2.sh | |
3092 | ____________________________________________________________________________ | |
3093 | [ 10919] By: jhi on 2001/06/25 13:48:30 | |
3094 | Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken | |
3095 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3096 | Date: Mon, 25 Jun 2001 05:23:35 -0400 | |
3097 | Message-ID: <20010625052334.A24320@math.ohio-state.edu> | |
3098 | Branch: perl | |
3099 | ! os2/os2.c | |
3100 | ____________________________________________________________________________ | |
3101 | [ 10918] By: jhi on 2001/06/25 13:47:46 | |
3102 | Log: Subject: Re: [PATCH 5.6.1] OS2::DLL | |
3103 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3104 | Date: Mon, 25 Jun 2001 05:04:32 -0400 | |
3105 | Message-ID: <20010625050432.A24128@math.ohio-state.edu> | |
3106 | Branch: perl | |
3107 | ! os2/OS2/REXX/DLL/DLL.pm | |
3108 | ____________________________________________________________________________ | |
3109 | [ 10917] By: jhi on 2001/06/25 13:44:14 | |
3110 | Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2 | |
3111 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3112 | Date: Mon, 25 Jun 2001 05:02:36 -0400 | |
3113 | Message-ID: <20010625050235.A24046@math.ohio-state.edu> | |
3114 | Branch: perl | |
3115 | ! mg.c os2/dl_os2.c os2/os2.c | |
3116 | ____________________________________________________________________________ | |
3117 | [ 10916] By: jhi on 2001/06/25 13:41:20 | |
3118 | Log: Subject: Re: [PATCH 5.6.1] misprints | |
3119 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3120 | Date: Mon, 25 Jun 2001 04:50:50 -0400 | |
3121 | Message-ID: <20010625045049.A23965@math.ohio-state.edu> | |
3122 | Branch: perl | |
3123 | ! os2/os2.c pp_sys.c | |
3124 | ____________________________________________________________________________ | |
3125 | [ 10915] By: jhi on 2001/06/25 13:39:59 | |
3126 | Log: Add Test::More and Test::Simple to the delta. | |
3127 | Branch: perl | |
3128 | ! pod/perl572delta.pod | |
3129 | ____________________________________________________________________________ | |
3130 | [ 10914] By: jhi on 2001/06/25 13:38:08 | |
3131 | Log: Add Test::More, from Michael G Schwern. | |
3132 | Branch: perl | |
3133 | + lib/Test/More.pm lib/Test/More/t/More.t | |
3134 | + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t | |
3135 | + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t | |
3136 | + t/lib/Test/More/Catch.pm | |
3137 | ! MANIFEST | |
3138 | ____________________________________________________________________________ | |
3139 | [ 10913] By: jhi on 2001/06/25 13:35:41 | |
3140 | Log: Add Test::Simple from Michael G Schwern. | |
3141 | Branch: perl | |
3142 | + lib/Test/Simple.pm lib/Test/Simple/t/exit.t | |
3143 | + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t | |
3144 | + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t | |
3145 | + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t | |
3146 | + t/lib/Test/Simple/Catch.pm | |
3147 | + t/lib/Test/Simple/sample_tests/death.plx | |
3148 | + t/lib/Test/Simple/sample_tests/death_in_eval.plx | |
3149 | + t/lib/Test/Simple/sample_tests/extras.plx | |
3150 | + t/lib/Test/Simple/sample_tests/five_fail.plx | |
3151 | + t/lib/Test/Simple/sample_tests/last_minute_death.plx | |
3152 | + t/lib/Test/Simple/sample_tests/one_fail.plx | |
3153 | + t/lib/Test/Simple/sample_tests/require.plx | |
3154 | + t/lib/Test/Simple/sample_tests/success.plx | |
3155 | + t/lib/Test/Simple/sample_tests/too_few.plx | |
3156 | + t/lib/Test/Simple/sample_tests/two_fail.plx | |
3157 | ! MANIFEST | |
3158 | ____________________________________________________________________________ | |
3159 | [ 10912] By: jhi on 2001/06/25 13:31:57 | |
3160 | Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c | |
3161 | From: "Craig A. Berry" <craigberry@mac.com> | |
3162 | Date: Sun, 24 Jun 2001 23:41:36 -0500 | |
3163 | Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]> | |
3164 | Branch: perl | |
3165 | ! pp_sys.c | |
3166 | ____________________________________________________________________________ | |
3167 | [ 10911] By: jhi on 2001/06/25 13:05:00 | |
3168 | Log: Upgrade to Attribute::Handlers 0.70. | |
3169 | Branch: perl | |
3170 | + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README | |
3171 | ! MANIFEST lib/Attribute/Handlers.pm | |
3172 | ____________________________________________________________________________ | |
3173 | [ 10910] By: jhi on 2001/06/25 00:09:27 | |
3174 | Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <> | |
3175 | From: Abhijit Menon-Sen <ams@wiw.org> | |
3176 | Date: Sat, 23 Jun 2001 05:17:44 +0530 | |
3177 | Message-ID: <20010623051744.A18583@lustre.linux.in> | |
3178 | ||
3179 | (Can't think of a good place to put tests.) | |
3180 | Branch: perl | |
3181 | ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c | |
3182 | ____________________________________________________________________________ | |
3183 | [ 10909] By: jhi on 2001/06/24 23:45:13 | |
3184 | Log: Subject: [PATCH] t/op/pat.t typo fix | |
3185 | From: Richard Soderberg <rs@crystalflame.net> | |
3186 | Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT) | |
3187 | Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com> | |
3188 | Branch: perl | |
3189 | ! t/op/pat.t | |
3190 | ____________________________________________________________________________ | |
3191 | [ 10908] By: jhi on 2001/06/24 22:24:49 | |
3192 | Log: Move the pack warnings to their own file, as pointed | |
3193 | out by Spider. | |
3194 | Branch: perl | |
3195 | + t/lib/warnings/pp_pack | |
3196 | ! MANIFEST t/lib/warnings/pp | |
3197 | ____________________________________________________________________________ | |
3198 | [ 10907] By: jhi on 2001/06/24 19:55:15 | |
3199 | Log: Update Changes. | |
3200 | Branch: perl | |
3201 | ! Changes patchlevel.h | |
3202 | ____________________________________________________________________________ | |
0e5c3182 JH |
3203 | [ 10906] By: jhi on 2001/06/24 19:50:40 |
3204 | Log: Partially fix a problem noticed by IRIX compiler: | |
3205 | the initialization of parse_start was bypassed by | |
3206 | several gotos. Now initialized to zero, which may | |
3207 | not be the best choice. | |
3208 | Branch: perl | |
3209 | ! regcomp.c | |
3210 | ____________________________________________________________________________ | |
3211 | [ 10905] By: jhi on 2001/06/24 19:43:25 | |
3212 | Log: Relax the group and password tests back to moaning only | |
3213 | if no matches at all are found. (Even with a small sample | |
3214 | I could find many sites where there are, umm, anomalies in | |
3215 | the said databases.) | |
3216 | Branch: perl | |
3217 | ! t/op/grent.t t/op/pwent.t | |
3218 | ____________________________________________________________________________ | |
3219 | [ 10904] By: jhi on 2001/06/24 18:45:55 | |
3220 | Log: Argh. How hard it can be to re-apply a patch manually? :-) | |
3221 | Branch: perl | |
3222 | ! pp_ctl.c | |
3223 | ____________________________________________________________________________ | |
3224 | [ 10903] By: jhi on 2001/06/24 18:40:52 | |
3225 | Log: De-cut-and-pasto in #10902. | |
3226 | Branch: perl | |
3227 | ! pp_ctl.c | |
3228 | ____________________________________________________________________________ | |
3229 | [ 10902] By: jhi on 2001/06/24 18:35:18 | |
3230 | Log: The #10771 didn't take? | |
3231 | Branch: perl | |
3232 | ! pp_ctl.c | |
3233 | ____________________________________________________________________________ | |
3234 | [ 10901] By: jhi on 2001/06/24 18:29:50 | |
3235 | Log: Undo the filetests part of #10900, under multiplicity | |
3236 | weird errors take place. | |
3237 | Branch: perl | |
3238 | ! pp_sys.c | |
3239 | ____________________________________________________________________________ | |
3240 | [ 10900] By: jhi on 2001/06/24 18:20:36 | |
3241 | Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin. | |
3242 | Branch: perl | |
3243 | ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c | |
3244 | ____________________________________________________________________________ | |
3245 | [ 10899] By: jhi on 2001/06/24 17:00:34 | |
585d6f80 JH |
3246 | Log: (Replaced by #10922) |
3247 | ||
3248 | Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of | |
0e5c3182 JH |
3249 | From: Tony Bowden <tony@kasei.com> |
3250 | Date: Sun, 24 Jun 2001 17:32:40 +0100 | |
3251 | Message-ID: <20010624173240.A16293@blackstar.co.uk> | |
3252 | ||
3253 | Document (well, mention) shortmess() and longmess() | |
3254 | to rob people of their fun of reinventing the weel. | |
3255 | Branch: perl | |
3256 | ! lib/Carp.pm | |
3257 | ____________________________________________________________________________ | |
3258 | [ 10898] By: jhi on 2001/06/24 16:51:40 | |
3259 | Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem | |
3260 | From: Brian Jepson <bjepson@oreilly.com> | |
3261 | Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT) | |
3262 | Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com> | |
3263 | Branch: perl | |
3264 | ! pp_sys.c | |
3265 | ____________________________________________________________________________ | |
3266 | [ 10897] By: jhi on 2001/06/24 16:38:23 | |
3267 | Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02 | |
3268 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3269 | Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST) | |
3270 | Message-Id: <200106221825.TAA16884@tempest.npl.co.uk> | |
3271 | Branch: perl | |
3272 | ! lib/CPAN.pm | |
3273 | ____________________________________________________________________________ | |
3274 | [ 10896] By: jhi on 2001/06/24 16:36:32 | |
3275 | Log: Memoize patch from mjd. | |
3276 | Branch: perl | |
3277 | ! lib/Memoize/t/tie_storable.t | |
3278 | ____________________________________________________________________________ | |
3279 | [ 10895] By: jhi on 2001/06/24 16:33:59 | |
3280 | Log: Spec the sv_pvprintify() a bit more. | |
3281 | Branch: perl | |
3282 | ! pod/perltodo.pod | |
3283 | ____________________________________________________________________________ | |
3284 | [ 10894] By: jhi on 2001/06/24 14:43:36 | |
3285 | Log: Upgrade to Memoize 0.65. | |
3286 | Branch: perl | |
3287 | + lib/Memoize/t/array_confusion.t | |
3288 | ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm | |
3289 | ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm | |
3290 | ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm | |
3291 | ! lib/Memoize/README lib/Memoize/SDBM_File.pm | |
3292 | ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO | |
3293 | ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t | |
3294 | ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t | |
3295 | ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t | |
3296 | ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t | |
3297 | ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t | |
3298 | ! lib/Memoize/t/tie_storable.t | |
3299 | ____________________________________________________________________________ | |
3300 | [ 10893] By: jhi on 2001/06/24 14:21:09 | |
3301 | Log: Metaconfig unit change for #10892. | |
3302 | Branch: metaconfig | |
3303 | ! U/modified/Options.U | |
3304 | ____________________________________________________________________________ | |
3305 | [ 10892] By: jhi on 2001/06/24 14:20:38 | |
3306 | Log: Subject: Re: [PATCH 5.6.1] OS2 Configure | |
3307 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3308 | Date: Sun, 24 Jun 2001 05:24:40 -0400 | |
3309 | Message-ID: <20010624052440.A27698@math.ohio-state.edu> | |
3310 | Branch: perl | |
3311 | ! Configure hints/os2.sh | |
3312 | ____________________________________________________________________________ | |
3313 | [ 10891] By: jhi on 2001/06/24 13:50:26 | |
3314 | Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of | |
3315 | From: Mike Guy <mjtg@cam.ac.uk> | |
3316 | Date: Sun, 24 Jun 2001 15:28:39 +0100 | |
3317 | Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk> | |
3318 | ||
3319 | Fix an ancient (5.002) bug. | |
3320 | Branch: perl | |
3321 | ! lib/Carp/Heavy.pm | |
3322 | ____________________________________________________________________________ | |
3323 | [ 10890] By: jhi on 2001/06/24 13:44:43 | |
3324 | Log: The #10881 was too vigorous in pp_system() in moving 'unused' | |
3325 | variables. | |
3326 | Branch: perl | |
3327 | ! pp_sys.c | |
3328 | ____________________________________________________________________________ | |
3329 | [ 10889] By: jhi on 2001/06/24 13:24:00 | |
3330 | Log: Make UTS as per #10888. | |
3331 | Branch: perl | |
3332 | ! hints/uts.sh | |
3333 | ____________________________________________________________________________ | |
3334 | [ 10888] By: jhi on 2001/06/24 13:21:23 | |
3335 | Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden. | |
3336 | Branch: perl | |
3337 | ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh | |
3338 | ! mpeix/mpeixish.h perl.h unixish.h | |
3339 | ____________________________________________________________________________ | |
3340 | [ 10887] By: jhi on 2001/06/24 13:15:45 | |
3341 | Log: AUTHORS update. | |
3342 | Branch: perl | |
3343 | ! AUTHORS | |
3344 | ____________________________________________________________________________ | |
3345 | [ 10886] By: jhi on 2001/06/24 13:14:31 | |
3346 | Log: Subject: Encode::Tcl for multibyte doesnot work | |
3347 | From: SADAHIRO Tomoyuki <BQW10602@nifty.com> | |
3348 | Date: Sun, 24 Jun 2001 22:48:21 +0900 | |
3349 | Message-Id: <20010624223252.6658.BQW10602@nifty.com> | |
3350 | Branch: perl | |
3351 | ! ext/Encode/Encode/Tcl.pm | |
3352 | ____________________________________________________________________________ | |
3353 | [ 10885] By: jhi on 2001/06/24 13:12:46 | |
3354 | Log: Subject: [PATCH] Remove tautology in error messages | |
3355 | From: Mike Guy <mjtg@cam.ac.uk> | |
3356 | Date: Sun, 24 Jun 2001 13:31:00 +0100 | |
3357 | Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk> | |
3358 | Branch: perl | |
3359 | ! pp_sys.c | |
3360 | ____________________________________________________________________________ | |
3361 | [ 10884] By: jhi on 2001/06/24 13:11:36 | |
3362 | Log: Darwin needs -traditional-cpp for cppflags to build Errno. | |
3363 | Branch: perl | |
3364 | ! hints/darwin.sh | |
3365 | ____________________________________________________________________________ | |
3366 | [ 10883] By: jhi on 2001/06/24 13:09:55 | |
3367 | Log: Subject: Re: [PATCH 5.6.1] test suite | |
3368 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3369 | Date: Sun, 24 Jun 2001 05:47:05 -0400 | |
3370 | Message-ID: <20010624054705.A27890@math.ohio-state.edu> | |
3371 | ||
3372 | Test suite fixes. | |
3373 | Branch: perl | |
3374 | ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t | |
3375 | ____________________________________________________________________________ | |
3376 | [ 10882] By: jhi on 2001/06/24 13:07:46 | |
3377 | Log: Subject: Re: [PATCH 5.6.1] OS2 warnings | |
3378 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3379 | Date: Sun, 24 Jun 2001 05:37:19 -0400 | |
3380 | Message-ID: <20010624053719.A27866@math.ohio-state.edu> | |
3381 | Branch: perl | |
3382 | ! os2/dl_os2.c os2/os2.c os2/os2ish.h | |
3383 | ____________________________________________________________________________ | |
3384 | [ 10881] By: jhi on 2001/06/24 13:05:24 | |
3385 | Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings | |
3386 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3387 | Date: Sun, 24 Jun 2001 05:34:50 -0400 | |
3388 | Message-ID: <20010624053450.A27856@math.ohio-state.edu> | |
3389 | ||
3390 | Pacify compiler warnings. | |
3391 | Branch: perl | |
3392 | ! pp_sys.c | |
3393 | ____________________________________________________________________________ | |
3394 | [ 10880] By: jhi on 2001/06/24 13:02:30 | |
3395 | Log: Subject: Re: [PATCH 5.6.1] OS2 linking | |
3396 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3397 | Date: Sun, 24 Jun 2001 05:21:18 -0400 | |
3398 | Message-ID: <20010624052118.A27615@math.ohio-state.edu> | |
3399 | ||
3400 | Enable compression of executables during link time. | |
3401 | Branch: perl | |
3402 | ! hints/os2.sh | |
3403 | ____________________________________________________________________________ | |
3404 | [ 10879] By: jhi on 2001/06/24 13:00:47 | |
3405 | Log: Subject: Re: [PATCH 5.6.1] OS2 linking | |
3406 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3407 | Date: Sun, 24 Jun 2001 05:15:11 -0400 | |
3408 | Message-ID: <20010624051511.A27544@math.ohio-state.edu> | |
3409 | ||
3410 | Add ordinals to the export list for Perl DLL. | |
3411 | (Breaks intra-version DLL compatibility.) | |
3412 | Branch: perl | |
3413 | ! makedef.pl | |
3414 | ____________________________________________________________________________ | |
3415 | [ 10878] By: jhi on 2001/06/24 02:12:04 | |
3416 | Log: Allow (displaying and) re-editing the Subject in perlbug. | |
3417 | Also abstract the Subject quality control into a function. | |
3418 | Branch: perl | |
3419 | ! utils/perlbug.PL | |
3420 | ____________________________________________________________________________ | |
3421 | [ 10877] By: jhi on 2001/06/24 01:40:53 | |
3422 | Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V). | |
3423 | Branch: perl | |
3424 | ! utils/perlbug.PL | |
3425 | ____________________________________________________________________________ | |
3426 | [ 10876] By: jhi on 2001/06/24 01:37:05 | |
3427 | Log: Regen toc and modlib. | |
3428 | Branch: perl | |
3429 | ! pod/perlmodlib.pod pod/perltoc.pod | |
3430 | ____________________________________________________________________________ | |
3431 | [ 10875] By: jhi on 2001/06/24 01:29:33 | |
3432 | Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested | |
3433 | by John Peacock. (Can be 'ntea' which means emulate UNIX file | |
3434 | attribute semantics as much as possible, or 'ntsec' which uses | |
3435 | native NTFS semantics.) (See also #10877.) | |
3436 | Branch: perl | |
3437 | ! perl.c | |
3438 | ____________________________________________________________________________ | |
3439 | [ 10874] By: jhi on 2001/06/23 23:57:28 | |
3440 | Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now. | |
3441 | Branch: perl | |
3442 | ! lib/Test/Harness.pm | |
3443 | ____________________________________________________________________________ | |
3444 | [ 10873] By: jhi on 2001/06/23 23:36:56 | |
3445 | Log: Just zap the -uPerlio. | |
3446 | Branch: perl | |
3447 | ! ext/B/Stash.t | |
3448 | ____________________________________________________________________________ | |
3449 | [ 10872] By: jhi on 2001/06/23 21:29:10 | |
3450 | Log: Do not test PerlIO if PerlIO not used. | |
3451 | Branch: perl | |
3452 | ! ext/PerlIO/PerlIO.t | |
3453 | ____________________________________________________________________________ | |
3454 | [ 10871] By: jhi on 2001/06/23 21:12:49 | |
3455 | Log: Regen perlapi. | |
3456 | Branch: perl | |
3457 | ! pod/perlapi.pod | |
3458 | ____________________________________________________________________________ | |
3459 | [ 10870] By: jhi on 2001/06/23 21:03:31 | |
3460 | Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno) | |
3461 | From: Nicholas Clark <nick@ccl4.org> | |
3462 | Date: Sat, 23 Jun 2001 22:55:47 +0100 | |
3463 | Message-ID: <20010623225547.Z98663@plum.flirble.org> | |
3464 | Branch: perl | |
3465 | ! numeric.c | |
3466 | ____________________________________________________________________________ | |
3467 | [ 10869] By: jhi on 2001/06/23 17:13:21 | |
3468 | Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t | |
3469 | From: Prymmer/Kahn <pvhp@best.com> | |
3470 | Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT) | |
3471 | Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com> | |
3472 | Branch: perl | |
3473 | ! lib/h2xs.t | |
3474 | ____________________________________________________________________________ | |
3475 | [ 10868] By: jhi on 2001/06/23 16:04:38 | |
3476 | Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs. | |
3477 | cygwin does not taint cwd, just like win32. | |
3478 | Branch: perl | |
3479 | ! lib/File/Find/taint.t t/op/taint.t | |
3480 | ____________________________________________________________________________ | |
3481 | [ 10867] By: jhi on 2001/06/23 15:39:15 | |
3482 | Log: Retract #10865, the patch should be unnecessary. | |
3483 | (But seemingly helpful in Cygwin? Strange.) | |
3484 | Branch: perl | |
3485 | ! lib/Memoize/t/tie_ndbm.t | |
3486 | ____________________________________________________________________________ | |
3487 | [ 10866] By: jhi on 2001/06/23 15:06:30 | |
3488 | Log: Misplaced test file; plus Cygwin filesystem semantics. | |
3489 | Branch: perl | |
3490 | + ext/SDBM_File/sdbm.t | |
3491 | - ext/ODBM_File/sdbm.t | |
3492 | ! MANIFEST | |
3493 | ____________________________________________________________________________ | |
3494 | [ 10865] By: jhi on 2001/06/23 15:01:02 | |
3495 | Log: (Retracted by #10867.) | |
3496 | Branch: perl | |
3497 | ! lib/Memoize/t/tie_ndbm.t | |
3498 | ____________________________________________________________________________ | |
3499 | [ 10864] By: jhi on 2001/06/23 14:25:43 | |
3500 | Log: Metaconfig unit change for #10863. | |
3501 | Branch: metaconfig/U/perl | |
3502 | ! Extensions.U | |
3503 | ____________________________________________________________________________ | |
3504 | [ 10863] By: jhi on 2001/06/23 14:25:20 | |
3505 | Log: In Cygwin do not build NDBM_File and ODBM_File unless | |
3506 | -lndbm and -ldbm are available. | |
3507 | Branch: perl | |
3508 | ! Configure config_h.SH | |
3509 | ____________________________________________________________________________ | |
3510 | [ 10862] By: jhi on 2001/06/23 14:02:14 | |
3511 | Log: More Cygwin filesystem semantics. | |
3512 | Branch: perl | |
3513 | ! t/io/fs.t t/op/stat.t | |
3514 | ____________________________________________________________________________ | |
3515 | [ 10861] By: jhi on 2001/06/23 13:38:00 | |
3516 | Log: More DOSish permission semantics for Cygwin. | |
3517 | Branch: perl | |
3518 | ! lib/AnyDBM_File.t | |
3519 | ____________________________________________________________________________ | |
3520 | [ 10860] By: jhi on 2001/06/23 13:32:41 | |
3521 | Log: Cygwin too has different permission semantics. | |
3522 | Branch: perl | |
3523 | ! ext/GDBM_File/gdbm.t | |
3524 | ____________________________________________________________________________ | |
3525 | [ 10859] By: jhi on 2001/06/23 13:30:06 | |
3526 | Log: The group (and assumedly passwd) databases can have | |
3527 | only one entry (this is the case in cygwin). | |
3528 | Branch: perl | |
3529 | ! t/op/grent.t t/op/pwent.t | |
3530 | ____________________________________________________________________________ | |
3531 | [ 10858] By: jhi on 2001/06/23 13:16:26 | |
3532 | Log: Also in Cygwin use Socket to figure out domainname | |
3533 | (if any) (avoids trying to call external 'domainname', | |
3534 | which doesn't at the moment exist in Cygwin) | |
3535 | Branch: perl | |
3536 | ! lib/Net/Domain.pm | |
3537 | ____________________________________________________________________________ | |
3538 | [ 10857] By: jhi on 2001/06/23 12:48:32 | |
3539 | Log: Remove also the lib$Foo.def, not just $Foo.def. | |
3540 | Branch: perl | |
3541 | ! lib/ExtUtils/MM_Unix.pm | |
3542 | ____________________________________________________________________________ | |
3543 | [ 10856] By: jhi on 2001/06/23 12:21:53 | |
3544 | Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT(). | |
3545 | Branch: perl | |
3546 | ! unixish.h | |
3547 | ____________________________________________________________________________ | |
3548 | [ 10855] By: jhi on 2001/06/23 12:14:15 | |
3549 | Log: Fix for ID 20010619.003, the [[:print:]] is not supposed | |
3550 | to match the whole isprint(), only the space character. | |
3551 | Branch: perl | |
3552 | ! handy.h pod/perlre.pod t/op/pat.t | |
3553 | ____________________________________________________________________________ | |
3554 | [ 10854] By: nick on 2001/06/23 08:09:33 | |
3555 | Log: Integrate mainline | |
3556 | Branch: perlio | |
3557 | !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh | |
3558 | !> lib/ExtUtils.t lib/File/Find/taint.t | |
3559 | !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t | |
3560 | !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t | |
3561 | !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs | |
3562 | ____________________________________________________________________________ | |
3563 | [ 10853] By: jhi on 2001/06/23 03:48:09 | |
3564 | Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding | |
3565 | with its floats in os390 and s390 (UTS). | |
3566 | Branch: perl | |
3567 | ! lib/Math/BigInt/t/bigintpm.t | |
3568 | ____________________________________________________________________________ | |
3569 | [ 10852] By: jhi on 2001/06/23 03:38:53 | |
3570 | Log: Add also UTS (s390) to the non-IEEE float platforms. | |
3571 | Branch: perl | |
3572 | ! t/op/sprintf.t | |
3573 | ____________________________________________________________________________ | |
3574 | [ 10851] By: jhi on 2001/06/23 03:36:04 | |
3575 | Log: Subject: RFC: what are applicable standards for exponent sizes? | |
3576 | From: Peter Prymmer <pvhp@forte.com> | |
3577 | Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT) | |
3578 | Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com> | |
3579 | Branch: perl | |
3580 | ! t/op/sprintf.t | |
3581 | ____________________________________________________________________________ | |
3582 | [ 10850] By: jhi on 2001/06/23 03:29:04 | |
3583 | Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS | |
3584 | From: Peter Prymmer <pvhp@forte.com> | |
3585 | Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT) | |
3586 | Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com> | |
3587 | Branch: perl | |
3588 | ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs | |
3589 | ____________________________________________________________________________ | |
3590 | [ 10849] By: jhi on 2001/06/23 03:27:21 | |
3591 | Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch | |
3592 | From: Peter Prymmer <pvhp@forte.com> | |
3593 | Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT) | |
3594 | Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com> | |
3595 | Branch: perl | |
3596 | ! lib/ExtUtils.t | |
3597 | ____________________________________________________________________________ | |
3598 | [ 10848] By: jhi on 2001/06/22 21:51:31 | |
3599 | Log: Retract #10845. | |
3600 | Branch: perl | |
3601 | ! lib/File/Find/taint.t | |
3602 | ____________________________________________________________________________ | |
3603 | [ 10847] By: jhi on 2001/06/22 21:50:38 | |
3604 | Log: Yet another error message. | |
3605 | Branch: perl | |
3606 | ! t/op/mkdir.t | |
3607 | ____________________________________________________________________________ | |
3608 | [ 10846] By: jhi on 2001/06/22 21:48:39 | |
3609 | Log: The croak message for nonexistent socket functions may vary. | |
3610 | Branch: perl | |
3611 | ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t | |
3612 | ____________________________________________________________________________ | |
3613 | [ 10845] By: jhi on 2001/06/22 21:42:38 | |
3614 | Log: (Retracted by #10848.) | |
3615 | Branch: perl | |
3616 | ! lib/File/Find/taint.t | |
3617 | ____________________________________________________________________________ | |
3618 | [ 10844] By: jhi on 2001/06/22 21:32:58 | |
3619 | Log: Integrate perlio. | |
3620 | Branch: perl | |
3621 | !> lib/File/Find/taint.t t/op/write.t | |
3622 | ____________________________________________________________________________ | |
3623 | [ 10843] By: nick on 2001/06/22 21:24:51 | |
3624 | Log: Back out debug in taint.t | |
3625 | Branch: perlio | |
3626 | ! lib/File/Find/taint.t | |
3627 | ____________________________________________________________________________ | |
3628 | [ 10842] By: jhi on 2001/06/22 21:20:02 | |
3629 | Log: setitimer() does not exist in Unicos, despite of what | |
3630 | Configure thinks, from Mark P. Lutz. | |
3631 | Branch: perl | |
3632 | ! hints/unicos.sh | |
3633 | ____________________________________________________________________________ | |
3634 | [ 10841] By: nick on 2001/06/22 21:19:36 | |
3635 | Log: Skip cwd test on Win32 ??? | |
3636 | Branch: perlio | |
3637 | ! lib/File/Find/taint.t | |
3638 | ____________________________________________________________________________ | |
3639 | [ 10840] By: jhi on 2001/06/22 21:17:34 | |
3640 | Log: Casting this way seems to keep both 64-bitint x86 FreeBSD | |
3641 | and Tru64 gcc -Wall happy. | |
3642 | Branch: perl | |
3643 | ! mg.c | |
3644 | ____________________________________________________________________________ | |
3645 | [ 10839] By: jhi on 2001/06/22 21:15:32 | |
3646 | Log: The packs must be done in native shorts, fix from Mark P. Lutz. | |
3647 | Branch: perl | |
3648 | ! ext/IPC/SysV/Semaphore.pm | |
3649 | ____________________________________________________________________________ | |
3650 | [ 10838] By: jhi on 2001/06/22 21:12:02 | |
3651 | Log: Metaconfig unit change for #10837. | |
3652 | Branch: metaconfig/U/perl | |
3653 | ! Cross.U | |
3654 | ____________________________________________________________________________ | |
3655 | [ 10837] By: jhi on 2001/06/22 21:09:42 | |
3656 | Log: Cleanup of the cross-compilation unit. | |
3657 | Branch: perl | |
3658 | ! Configure | |
3659 | ____________________________________________________________________________ | |
3660 | [ 10836] By: nick on 2001/06/22 20:45:12 | |
3661 | Log: Skip |- based op/write.t on Win32 as well as VMS | |
3662 | Branch: perlio | |
3663 | ! t/op/write.t | |
3664 | ____________________________________________________________________________ | |
3665 | [ 10835] By: jhi on 2001/06/22 20:44:20 | |
3666 | Log: Integrate perlio. | |
3667 | Branch: perl | |
3668 | !> util.c | |
3669 | ____________________________________________________________________________ | |
3670 | [ 10834] By: nick on 2001/06/22 20:41:54 | |
3671 | Log: Integrate mainline | |
3672 | Branch: perlio | |
3673 | !> Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3674 | !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h | |
3675 | !> vos/config.ga.h | |
3676 | ____________________________________________________________________________ | |
3677 | [ 10833] By: nick on 2001/06/22 20:22:58 | |
3678 | Log: Patcho fix. | |
3679 | Branch: perlio | |
3680 | ! util.c | |
3681 | ____________________________________________________________________________ | |
3682 | [ 10832] By: jhi on 2001/06/22 20:13:02 | |
3683 | Log: Metaconfig unit changes for #10831. | |
3684 | Branch: metaconfig | |
3685 | ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U | |
3686 | ____________________________________________________________________________ | |
3687 | [ 10831] By: jhi on 2001/06/22 20:12:29 | |
3688 | Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup | |
3689 | From: Andy Dougherty <doughera@lafayette.edu> | |
3690 | Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT) | |
3691 | Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu> | |
3692 | Branch: perl | |
3693 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3694 | ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h | |
3695 | ____________________________________________________________________________ | |
3696 | [ 10830] By: jhi on 2001/06/22 19:50:15 | |
3697 | Log: MPE/iX prototype nits from Mark Bixby. | |
3698 | Branch: perl | |
3699 | ! pp_sys.c | |
3700 | ____________________________________________________________________________ | |
3701 | [ 10829] By: jhi on 2001/06/22 16:25:16 | |
3702 | Log: Detypo. | |
3703 | Branch: perl | |
3704 | ! util.c | |
3705 | ____________________________________________________________________________ | |
3706 | [ 10828] By: nick on 2001/06/22 15:33:37 | |
3707 | Log: Integrate mainline (in near desperate attempt to get Win32 to build...) | |
3708 | Branch: perlio | |
3709 | +> lib/h2xs.t | |
3710 | !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl | |
3711 | !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t | |
3712 | !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm | |
3713 | !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl | |
3714 | !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod | |
3715 | !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl | |
3716 | !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h | |
3717 | !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c | |
3718 | !> vms/vmsish.h | |
3719 | ____________________________________________________________________________ | |
3720 | [ 10827] By: jhi on 2001/06/22 14:15:26 | |
3721 | Log: Subject: [PATCH perl@10800] sigaction workaround for VMS | |
3722 | Date: Fri, 22 Jun 2001 10:08:35 -0500 | |
3723 | From: "Craig A. Berry" <craigberry@mac.com> | |
3724 | Message-Id: <a05101001b75908704194@[192.168.56.145]> | |
3725 | Branch: perl | |
3726 | ! vms/vms.c vms/vmsish.h | |
3727 | ____________________________________________________________________________ | |
3728 | [ 10826] By: jhi on 2001/06/22 13:35:37 | |
3729 | Log: NetWare scripts tweak from Ananth Kesari. | |
3730 | Branch: perl | |
3731 | ! NetWare/t/NWScripts.pl | |
3732 | ____________________________________________________________________________ | |
3733 | [ 10825] By: jhi on 2001/06/22 13:00:55 | |
3734 | Log: Update Changes. | |
3735 | Branch: perl | |
3736 | ! Changes patchlevel.h | |
3737 | ____________________________________________________________________________ | |
3e2ce105 JH |
3738 | [ 10824] By: jhi on 2001/06/22 12:46:56 |
3739 | Log: Add .i and .s targets. | |
3740 | Branch: perl | |
3741 | ! Makefile.SH | |
3742 | ____________________________________________________________________________ | |
3743 | [ 10823] By: jhi on 2001/06/22 12:25:20 | |
3744 | Log: Upgrade to Locale::Maketext 1.03. | |
3745 | Branch: perl | |
3746 | ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod | |
3747 | ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl | |
3748 | ____________________________________________________________________________ | |
3749 | [ 10822] By: jhi on 2001/06/22 12:23:57 | |
3750 | Log: Upgrade to I18N::LangTags 0.26. | |
3751 | Branch: perl | |
3752 | ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog | |
3753 | ! lib/I18N/LangTags/test.pl | |
3754 | ____________________________________________________________________________ | |
3755 | [ 10821] By: jhi on 2001/06/22 12:16:41 | |
3756 | Log: The #10792 didn't take, and s/sighni/signi/, as noticed by | |
3757 | Philip Newton. | |
3758 | Branch: perl | |
3759 | ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod | |
3760 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
3761 | ____________________________________________________________________________ | |
3762 | [ 10820] By: jhi on 2001/06/22 12:13:37 | |
3763 | Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs | |
3764 | From: Prymmer/Kahn <pvhp@best.com> | |
3765 | Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT) | |
3766 | Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com> | |
3767 | Branch: perl | |
3768 | + lib/h2xs.t | |
3769 | ! MANIFEST utils/h2xs.PL | |
3770 | ____________________________________________________________________________ | |
3771 | [ 10819] By: jhi on 2001/06/22 12:11:56 | |
3772 | Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t | |
3773 | From: Prymmer/Kahn <pvhp@best.com> | |
3774 | Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT) | |
3775 | Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com> | |
3776 | Branch: perl | |
3777 | ! lib/ExtUtils.t | |
3778 | ____________________________________________________________________________ | |
3779 | [ 10818] By: jhi on 2001/06/22 12:11:08 | |
3780 | Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32 | |
3781 | From: Prymmer/Kahn <pvhp@best.com> | |
3782 | Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT) | |
3783 | Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com> | |
3784 | Branch: perl | |
3785 | ! t/pod/plainer.t | |
3786 | ____________________________________________________________________________ | |
3787 | [ 10817] By: jhi on 2001/06/22 12:10:05 | |
3788 | Log: AUTHORS update. | |
3789 | Branch: perl | |
3790 | ! AUTHORS | |
3791 | ____________________________________________________________________________ | |
3792 | [ 10816] By: jhi on 2001/06/22 12:08:24 | |
3793 | Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction? | |
3794 | From: "Craig A. Berry" <craigberry@mac.com> | |
3795 | Date: Thu, 21 Jun 2001 18:20:38 -0500 | |
3796 | Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01> | |
3797 | Branch: perl | |
3798 | ! ext/POSIX/POSIX.xs | |
3799 | ____________________________________________________________________________ | |
3800 | [ 10815] By: jhi on 2001/06/22 12:07:19 | |
3801 | Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS | |
3802 | From: "Craig A. Berry" <craigberry@mac.com> | |
3803 | Date: Thu, 21 Jun 2001 09:58:52 -0500 | |
3804 | Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01> | |
3805 | Branch: perl | |
3806 | ! ext/B/Deparse.t t/op/write.t | |
3807 | ____________________________________________________________________________ | |
3808 | [ 10814] By: nick on 2001/06/22 08:13:09 | |
3809 | Log: Integrate mainline. | |
3810 | Branch: perlio | |
3811 | !> (integrate 46 files) | |
3812 | ____________________________________________________________________________ | |
3813 | [ 10813] By: jhi on 2001/06/22 02:48:58 | |
3814 | Log: Change the prefixes only if $prefix is unset, | |
3815 | as originally patched by Marcel Grunauer. | |
3816 | Branch: perl | |
3817 | ! hints/darwin.sh hints/rhapsody.sh | |
3818 | ____________________________________________________________________________ | |
3819 | [ 10812] By: jhi on 2001/06/22 02:44:41 | |
3820 | Log: Subject: Re: Patch for hints/darwin.sh | |
3821 | From: Wilfredo Sanchez <wsanchez@MIT.EDU> | |
3822 | Date: Thu, 21 Jun 2001 11:23:46 -0700 | |
3823 | Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu> | |
3824 | Branch: perl | |
3825 | ! hints/darwin.sh hints/rhapsody.sh | |
3826 | ____________________________________________________________________________ | |
3827 | [ 10811] By: jhi on 2001/06/22 02:34:27 | |
3828 | Log: Add .PHONY targets for non-file targets, | |
3829 | from Wilfredo Sánchez. Should help saying | |
3830 | "make install" on case-insensitive filesystems. | |
3831 | Branch: perl | |
3832 | ! Makefile.SH | |
3833 | ____________________________________________________________________________ | |
3834 | [ 10810] By: jhi on 2001/06/22 02:01:23 | |
3835 | Log: Subject: Re: Automated smoke report for patch 10764 (truncated) | |
3836 | From: Doug MacEachern <dougm@covalent.net> | |
3837 | Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT) | |
3838 | Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net> | |
3839 | ||
3840 | plus reword the getcwd() comment, plus use getcwd() buffer | |
3841 | size minus one. | |
3842 | Branch: perl | |
3843 | ! util.c | |
3844 | ____________________________________________________________________________ | |
3845 | [ 10809] By: jhi on 2001/06/22 01:16:58 | |
3846 | Log: More gprofing from Doug MacEachern. | |
3847 | Branch: perl | |
3848 | ! Makefile.SH | |
3849 | ____________________________________________________________________________ | |
3850 | [ 10808] By: jhi on 2001/06/22 01:15:11 | |
3851 | Log: Metaconfig unit change for #10807. | |
3852 | Branch: metaconfig/U/perl | |
3853 | ! d_sfio.U | |
3854 | ____________________________________________________________________________ | |
3855 | [ 10807] By: jhi on 2001/06/22 01:14:43 | |
3856 | Log: Tell that you are removing the unneeded -lsfio. | |
3857 | Branch: perl | |
3858 | ! Configure | |
3859 | ____________________________________________________________________________ | |
3860 | [ 10806] By: jhi on 2001/06/22 01:03:14 | |
3861 | Log: More MPE/iX tweaks from Mark Bixby. | |
3862 | Branch: perl | |
3863 | ! perl.c t/op/magic.t | |
3864 | ____________________________________________________________________________ | |
3865 | [ 10805] By: jhi on 2001/06/21 22:41:11 | |
3866 | Log: The fchdir() proto is supposed to live in <unistd.h>. | |
3867 | Branch: perl | |
3868 | ! ext/Cwd/Cwd.xs | |
3869 | ____________________________________________________________________________ | |
3870 | [ 10804] By: jhi on 2001/06/21 22:24:42 | |
3871 | Log: This town is too small for the Cwd extension and me, | |
3872 | it would seem... | |
3873 | Branch: perl | |
3874 | ! ext/Cwd/Cwd.xs | |
3875 | ____________________________________________________________________________ | |
3876 | [ 10803] By: jhi on 2001/06/21 21:54:00 | |
3877 | Log: Metaconfig unit change for #10802. | |
3878 | Branch: metaconfig/U/perl | |
3879 | ! d_modfl.U | |
3880 | ____________________________________________________________________________ | |
3881 | [ 10802] By: jhi on 2001/06/21 21:53:37 | |
3882 | Log: More d'ohs. | |
3883 | Branch: perl | |
3884 | ! Configure | |
3885 | ____________________________________________________________________________ | |
3886 | [ 10801] By: jhi on 2001/06/21 21:38:38 | |
3887 | Log: Off-by-one. I'm so classic. | |
3888 | Branch: perl | |
3889 | ! util.c | |
3890 | ____________________________________________________________________________ | |
3891 | [ 10800] By: jhi on 2001/06/21 20:10:19 | |
3892 | Log: Update Changes. | |
3893 | Branch: perl | |
3894 | ! Changes patchlevel.h | |
3895 | ____________________________________________________________________________ | |
62e06c62 JH |
3896 | [ 10799] By: jhi on 2001/06/21 20:03:54 |
3897 | Log: Subject: Documentation patch for Net::FTP | |
3898 | From: Marcel Grunauer <marcel@codewerk.com> | |
3899 | Date: Wed, 20 Jun 2001 23:03:26 +0200 | |
3900 | Message-Id: <20010620210309.DCMT6087.viemta06@localhost> | |
3901 | Branch: perl | |
3902 | ! lib/Net/FTP.pm | |
3903 | ____________________________________________________________________________ | |
3904 | [ 10798] By: jhi on 2001/06/21 20:01:14 | |
3905 | Log: Retract the #10417 mg.c and embed.pl parts because of | |
3906 | strange SEGVs in 64bit x86 FreeBSD observed by | |
3907 | Nicholas Clark. | |
3908 | Branch: perl | |
3909 | ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h | |
3910 | ____________________________________________________________________________ | |
3911 | [ 10797] By: jhi on 2001/06/21 19:40:34 | |
3912 | Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist). | |
3913 | Branch: perl | |
3914 | ! Configure NetWare/config.wc NetWare/config_H.wc | |
3915 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
3916 | ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh | |
3917 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
3918 | ! vos/config.ga.h win32/config.bc win32/config.gc | |
3919 | ! win32/config.vc win32/config_H.bc win32/config_H.gc | |
3920 | ! win32/config_H.vc | |
3921 | ____________________________________________________________________________ | |
3922 | [ 10796] By: jhi on 2001/06/21 19:08:28 | |
3923 | Log: Cwd tweak from Doug MacEachern. | |
3924 | Branch: perl | |
3925 | ! ext/Cwd/Cwd.xs | |
3926 | ____________________________________________________________________________ | |
3927 | [ 10795] By: jhi on 2001/06/21 19:03:48 | |
3928 | Log: Protect the fchdir() and lstat() with ifdefs. | |
3929 | fchdir() needs a Configure probe. | |
3930 | Branch: perl | |
3931 | ! ext/Cwd/Cwd.xs | |
3932 | ____________________________________________________________________________ | |
3933 | [ 10794] By: nick on 2001/06/21 17:11:35 | |
3934 | Log: Integrate mainline | |
3935 | Branch: perlio | |
3936 | +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t | |
3937 | +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t | |
3938 | +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t | |
3939 | +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t | |
3940 | +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t | |
3941 | +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t | |
3942 | +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t | |
3943 | +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t | |
3944 | - lib/Attribute/Handlers.t lib/File/Glob/basic.t | |
3945 | - lib/File/Glob/case.t lib/File/Glob/global.t | |
3946 | - lib/File/Glob/taint.t lib/File/Temp/mktemp.t | |
3947 | - lib/File/Temp/posix.t lib/File/Temp/security.t | |
3948 | - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t | |
3949 | - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t | |
3950 | - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t | |
3951 | - lib/Text/Wrap/wrap.t | |
3952 | !> (integrate 41 files) | |
3953 | ____________________________________________________________________________ | |
3954 | [ 10793] By: jhi on 2001/06/21 17:01:26 | |
3955 | Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS | |
3956 | From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com> | |
3957 | Date: Thu, 21 Jun 2001 13:04:54 -0500 | |
3958 | Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01> | |
3959 | Branch: perl | |
3960 | ! ext/Cwd/Cwd.xs | |
3961 | ____________________________________________________________________________ | |
3962 | [ 10792] By: jhi on 2001/06/21 16:13:57 | |
3963 | Log: Subject: [PATCH pod] overlong =item | |
3964 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3965 | Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST) | |
3966 | Message-Id: <200106211708.SAA08097@tempest.npl.co.uk> | |
3967 | Branch: perl | |
3968 | ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod | |
3969 | ! lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
3970 | ____________________________________________________________________________ | |
3971 | [ 10791] By: jhi on 2001/06/21 16:10:51 | |
3972 | Log: Subject: [PATCH perlio.c] format | |
3973 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3974 | Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST) | |
3975 | Message-Id: <200106211705.SAA08067@tempest.npl.co.uk> | |
3976 | Branch: perl | |
3977 | ! perlio.c | |
3978 | ____________________________________________________________________________ | |
3979 | [ 10790] By: jhi on 2001/06/21 15:52:04 | |
3980 | Log: Subject: Re: [PATCH 5.7.1] sv.c documentation | |
3981 | From: Radu Greab <radu@netsoft.ro> | |
3982 | Date: Thu, 21 Jun 2001 19:06:02 +0300 | |
3983 | Message-ID: <15154.7018.376419.295092@ix.netsoft.ro> | |
3984 | Branch: perl | |
3985 | ! pod/perlapi.pod sv.c | |
3986 | ____________________________________________________________________________ | |
3987 | [ 10789] By: jhi on 2001/06/21 14:48:25 | |
3988 | Log: The metaconfig unit changes for #10788. | |
3989 | Branch: metaconfig/U/perl | |
3990 | ! Cross.U fflushall.U | |
3991 | ____________________________________________________________________________ | |
3992 | [ 10788] By: jhi on 2001/06/21 14:47:48 | |
3993 | Log: Cross-configuration changes: make $from to rm the files | |
3994 | before copying them over (this means that he rm can be | |
3995 | removed from the fflushall test), create $targetmkdir | |
3996 | (not documented in install since it is supposed to internal | |
3997 | use only), make $run to copy over the executable only if | |
3998 | a stamp file .xok doesn't already exist (to avoid unnecessary | |
3999 | copying of the executable) | |
4000 | Branch: perl | |
4001 | ! Configure Makefile.SH | |
4002 | ____________________________________________________________________________ | |
4003 | [ 10787] By: nick on 2001/06/21 14:16:18 | |
4004 | Log: Integrate mainline | |
4005 | Branch: perlio | |
4006 | +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm | |
4007 | +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog | |
4008 | +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl | |
4009 | - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t | |
4010 | !> (integrate 34 files) | |
4011 | ____________________________________________________________________________ | |
4012 | [ 10786] By: jhi on 2001/06/21 13:59:32 | |
4013 | Log: Re-add the files as text. | |
4014 | Branch: perl | |
4015 | + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8 | |
4016 | ____________________________________________________________________________ | |
4017 | [ 10785] By: jhi on 2001/06/21 13:57:55 | |
4018 | Log: Delete the binary files. | |
4019 | Branch: perl | |
4020 | - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8 | |
4021 | ____________________________________________________________________________ | |
4022 | [ 10784] By: jhi on 2001/06/21 13:49:47 | |
4023 | Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions | |
4024 | From: Andy Dougherty <doughera@lafayette.edu> | |
4025 | Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT) | |
4026 | Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu> | |
4027 | Branch: perl | |
4028 | ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL | |
4029 | ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL | |
4030 | ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL | |
4031 | ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL | |
4032 | ____________________________________________________________________________ | |
4033 | [ 10783] By: jhi on 2001/06/21 13:46:50 | |
4034 | Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems | |
4035 | From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000) | |
4036 | Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) | |
4037 | Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz> | |
4038 | ||
4039 | Setting umask to something friendlier. | |
4040 | Branch: perl | |
4041 | ! installman installperl | |
4042 | ____________________________________________________________________________ | |
4043 | [ 10782] By: jhi on 2001/06/21 13:42:17 | |
4044 | Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories. | |
4045 | Resort MANIFEST with sort -f, looks much better. | |
4046 | Branch: perl | |
4047 | + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t | |
4048 | + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t | |
4049 | + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t | |
4050 | + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t | |
4051 | + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t | |
4052 | + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t | |
4053 | + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t | |
4054 | + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t | |
4055 | - lib/Attribute/Handlers.t lib/File/Glob/basic.t | |
4056 | - lib/File/Glob/case.t lib/File/Glob/global.t | |
4057 | - lib/File/Glob/taint.t lib/File/Temp/mktemp.t | |
4058 | - lib/File/Temp/posix.t lib/File/Temp/security.t | |
4059 | - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t | |
4060 | - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t | |
4061 | - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t | |
4062 | - lib/Text/Wrap/wrap.t | |
4063 | ! MANIFEST | |
4064 | ____________________________________________________________________________ | |
4065 | [ 10781] By: jhi on 2001/06/21 13:16:04 | |
4066 | Log: Upgrade to I18N::LangTags 0.25. | |
4067 | Branch: perl | |
4068 | ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog | |
4069 | ! lib/I18N/LangTags/List.pm | |
4070 | ____________________________________________________________________________ | |
4071 | [ 10780] By: jhi on 2001/06/21 13:12:54 | |
4072 | Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere. | |
4073 | From: Richard Soderberg <rs@crystalflame.net> | |
4074 | Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT) | |
4075 | Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com> | |
4076 | Branch: perl | |
4077 | ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c | |
4078 | ! op.c pp.c pp_ctl.c pp_hot.c regexec.c | |
4079 | ____________________________________________________________________________ | |
4080 | [ 10779] By: jhi on 2001/06/21 12:59:57 | |
4081 | Log: Test obsoleted by change #10777. | |
4082 | Branch: perl | |
4083 | ! t/op/sub_lval.t | |
4084 | ____________________________________________________________________________ | |
4085 | [ 10778] By: jhi on 2001/06/21 12:52:37 | |
4086 | Log: Case of confused test numbering. | |
4087 | Branch: perl | |
4088 | ! t/op/pat.t | |
4089 | ____________________________________________________________________________ | |
4090 | [ 10777] By: jhi on 2001/06/21 12:30:57 | |
4091 | Log: Subject: Re: Opinion on undef lvalue | |
4092 | From: Abhijit Menon-Sen <ams@wiw.org> | |
4093 | Date: Sun, 17 Jun 2001 13:04:46 +0530 | |
4094 | Message-ID: <20010617130446.B27925@lustre.linux.in> | |
4095 | ||
4096 | Allow lvalue subs to return undef in array context. | |
4097 | Branch: perl | |
4098 | ! pp_hot.c | |
4099 | ____________________________________________________________________________ | |
4100 | [ 10776] By: jhi on 2001/06/21 12:27:48 | |
4101 | Log: Just a guess that using the same hack for cygwin as | |
4102 | for win32 might help. | |
4103 | Branch: perl | |
4104 | ! lib/File/Find/find.t | |
4105 | ____________________________________________________________________________ | |
4106 | [ 10775] By: jhi on 2001/06/21 12:25:58 | |
4107 | Log: NetWare tweaks from Guruprasad. | |
4108 | Branch: perl | |
4109 | ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc | |
4110 | ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h | |
4111 | ! NetWare/nwperlsys.c NetWare/t/NWModify.pl | |
4112 | ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt | |
4113 | ____________________________________________________________________________ | |
4114 | [ 10774] By: jhi on 2001/06/21 12:21:17 | |
4115 | Log: Subject: Re: perl@10722: Bogus warnings on REs | |
4116 | From: Hugo <hv@crypt.compulink.co.uk> | |
4117 | Date: Thu, 21 Jun 2001 09:51:17 +0100 | |
4118 | Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk> | |
4119 | ||
4120 | Unroll to avoid a UTS compiler bug. | |
4121 | Branch: perl | |
4122 | ! regcomp.c | |
4123 | ____________________________________________________________________________ | |
4124 | [ 10773] By: jhi on 2001/06/21 12:13:13 | |
4125 | Log: Subject: Re: [PATCH] Make /o work under i?threads | |
4126 | From: Artur Bergman <artur@contiller.se> | |
4127 | Date: Thu, 21 Jun 2001 14:38:03 +0200 | |
4128 | Message-ID: <B757B74A.184D%artur@contiller.se> | |
4129 | Branch: perl | |
4130 | ! t/op/pat.t | |
4131 | ____________________________________________________________________________ | |
4132 | [ 10772] By: jhi on 2001/06/21 12:12:23 | |
4133 | Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad | |
4134 | From: Artur Bergman <artur@contiller.se> | |
4135 | Date: Thu, 21 Jun 2001 14:27:33 +0200 | |
4136 | Message-ID: <B757B4D4.1849%artur@contiller.se> | |
4137 | ||
4138 | Plus extra parentheses. | |
4139 | Branch: perl | |
4140 | ! op.h | |
4141 | ____________________________________________________________________________ | |
4142 | [ 10771] By: jhi on 2001/06/21 12:10:29 | |
4143 | Log: Subject: [PATCH] Make /o work under i?threads | |
4144 | From: Richard Soderberg <rs@crystalflame.net> | |
4145 | Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT) | |
4146 | Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com> | |
4147 | Branch: perl | |
4148 | ! pp_ctl.c | |
4149 | ____________________________________________________________________________ | |
4150 | [ 10770] By: jhi on 2001/06/21 12:09:28 | |
4151 | Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad | |
4152 | From: Artur Bergman <artur@contiller.se> | |
4153 | Date: Thu, 21 Jun 2001 14:04:54 +0200 | |
4154 | Message-ID: <B757AF86.1842%artur@contiller.se> | |
4155 | Branch: perl | |
4156 | ! op.h | |
4157 | ____________________________________________________________________________ | |
4158 | [ 10769] By: jhi on 2001/06/21 12:08:03 | |
4159 | Log: Subject: Re: perl@10765: sv.c not OK on win32 | |
4160 | From: Artur Bergman <artur@contiller.se> | |
4161 | Date: Thu, 21 Jun 2001 10:31:06 +0200 | |
4162 | Message-ID: <B7577D69.182C%artur@contiller.se> | |
4163 | Branch: perl | |
4164 | ! sv.c | |
4165 | ____________________________________________________________________________ | |
4166 | [ 10768] By: jhi on 2001/06/21 12:03:56 | |
4167 | Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr* | |
4168 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
4169 | Date: Thu, 21 Jun 2001 06:23:56 -0400 | |
4170 | Message-ID: <20010621062356.A8619@math.ohio-state.edu> | |
4171 | ||
4172 | Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr* | |
4173 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
4174 | Date: Thu, 21 Jun 2001 06:32:21 -0400 | |
4175 | Message-ID: <20010621063221.A8823@math.ohio-state.edu> | |
4176 | Branch: perl | |
4177 | ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h | |
4178 | ____________________________________________________________________________ | |
4179 | [ 10767] By: jhi on 2001/06/21 12:00:07 | |
4180 | Log: Subject: [PATCH] make syslog test more verbose | |
4181 | From: Robert Spier <rspier@pobox.com> | |
4182 | Date: Thu, 21 Jun 2001 00:54:32 -0400 | |
4183 | Message-ID: <15153.32264.295807.333073@rls.cx> | |
4184 | Branch: perl | |
4185 | ! ext/Sys/Syslog/syslog.t | |
4186 | ____________________________________________________________________________ | |
4187 | [ 10766] By: jhi on 2001/06/20 23:27:57 | |
4188 | Log: Subject: op/study.t refinements | |
4189 | From: Hugo <hv@crypt.compulink.co.uk> | |
4190 | Date: Thu, 21 Jun 2001 00:29:07 +0100 | |
4191 | Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk> | |
4192 | Branch: perl | |
4193 | ! t/op/study.t | |
4194 | ____________________________________________________________________________ | |
4195 | [ 10765] By: jhi on 2001/06/20 19:51:47 | |
4196 | Log: Update Changes. | |
4197 | Branch: perl | |
4198 | ! Changes patchlevel.h | |
4199 | ____________________________________________________________________________ | |
974c90c5 JH |
4200 | [ 10764] By: jhi on 2001/06/20 19:00:23 |
4201 | Log: Subject: Re: [PATCH] djgpp updates | |
4202 | From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | |
4203 | Date: Wed, 20 Jun 2001 10:05:15 +0200 | |
4204 | Message-ID: <20010620100515.L5600@libra.eth.ericsson.se> | |
4205 | Branch: perl | |
4206 | ! djgpp/config.over | |
4207 | ____________________________________________________________________________ | |
4208 | [ 10763] By: jhi on 2001/06/20 18:58:06 | |
4209 | Log: Fix for ID 20010619.002 "When building hash, hash keys that | |
4210 | are function calls are not being called", from Abhijit. | |
4211 | Branch: perl | |
4212 | ! t/base/lex.t toke.c | |
4213 | ____________________________________________________________________________ | |
4214 | [ 10762] By: jhi on 2001/06/20 18:45:00 | |
4215 | Log: Upgrade to Locale::Maketext 1.02, from Sean Burke. | |
4216 | Branch: perl | |
4217 | + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README | |
4218 | + lib/Locale/Maketext/test.pl | |
4219 | - lib/Locale/Maketext.t | |
4220 | ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod | |
4221 | ! lib/Locale/Maketext/TPJ13.pod | |
4222 | ____________________________________________________________________________ | |
4223 | [ 10761] By: jhi on 2001/06/20 18:44:15 | |
4224 | Log: Metaconfig unit change for #10760. | |
4225 | Branch: metaconfig | |
4226 | ! U/modified/Cppsym.U | |
4227 | ____________________________________________________________________________ | |
4228 | [ 10760] By: jhi on 2001/06/20 18:42:04 | |
4229 | Log: Do not remove the ccsym* Cppsym* files since | |
4230 | they are useful for metaconfig units coming after us. | |
4231 | (This is the Configure nit mentioned in #10752.) | |
4232 | Branch: perl | |
4233 | ! Configure | |
4234 | ____________________________________________________________________________ | |
4235 | [ 10759] By: jhi on 2001/06/20 18:02:18 | |
4236 | Log: Update to I18N::LangTags 0.24, from Sean Burke. | |
4237 | Branch: perl | |
4238 | + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm | |
4239 | + lib/I18N/LangTags/README | |
4240 | - lib/I18N/LangTags/List.pod | |
4241 | ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl | |
4242 | ____________________________________________________________________________ | |
4243 | [ 10758] By: jhi on 2001/06/20 17:34:43 | |
4244 | Log: Regen headers. | |
4245 | Branch: perl | |
4246 | ! embed.h embedvar.h global.sym perlapi.c perlapi.h | |
4247 | ! pod/perlapi.pod proto.h | |
4248 | ____________________________________________________________________________ | |
4249 | [ 10757] By: jhi on 2001/06/20 17:23:08 | |
4250 | Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone | |
4251 | From: Artur Bergman <artur@contiller.se> | |
4252 | Date: Wed, 20 Jun 2001 11:31:32 +0200 | |
4253 | Message-ID: <B7563A14.17D8%artur@contiller.se> | |
4254 | Branch: perl | |
4255 | ! embed.pl hv.c intrpvar.h sv.c sv.h | |
4256 | ____________________________________________________________________________ | |
4257 | [ 10756] By: jhi on 2001/06/20 17:13:26 | |
4258 | Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable | |
4259 | From: Tim Sweetman <tim@aldigital.co.uk> | |
4260 | Date: Wed, 13 Jun 2001 14:25:17 +0100 | |
4261 | Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> | |
4262 | Branch: perl | |
4263 | ! ext/POSIX/POSIX.t lib/AutoLoader.pm | |
4264 | ____________________________________________________________________________ | |
4265 | [ 10755] By: nick on 2001/06/20 16:12:37 | |
4266 | Log: Integrate mainline | |
4267 | Branch: perlio | |
4268 | !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t | |
4269 | !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t | |
4270 | !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t | |
4271 | !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h | |
4272 | !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t | |
4273 | !> t/op/study.t util.c | |
4274 | ____________________________________________________________________________ | |
4275 | [ 10754] By: gsar on 2001/06/20 15:22:27 | |
4276 | Log: missing ld entry in Config.pm on Windows (makefile.mk had it, | |
4277 | but not Makefile) | |
4278 | Branch: maint-5.6/perl | |
4279 | ! win32/Makefile | |
4280 | ____________________________________________________________________________ | |
4281 | [ 10753] By: jhi on 2001/06/20 14:03:20 | |
4282 | Log: Security tweak on readlink(). | |
4283 | Branch: perl | |
4284 | ! pp_sys.c | |
4285 | ____________________________________________________________________________ | |
4286 | [ 10752] By: jhi on 2001/06/20 14:00:23 | |
4287 | Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.) | |
4288 | Branch: perl | |
4289 | ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh | |
4290 | ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h | |
4291 | ! mpeix/relink t/op/pwent.t | |
4292 | ____________________________________________________________________________ | |
4293 | [ 10751] By: jhi on 2001/06/20 13:57:27 | |
4294 | Log: Reinstate #10725 (with probe for alarm()). | |
4295 | Branch: perl | |
4296 | ! t/op/study.t | |
4297 | ____________________________________________________________________________ | |
4298 | [ 10750] By: jhi on 2001/06/20 13:53:46 | |
4299 | Log: Replace our implementation of realpath() with OpenBSD's | |
4300 | (src/lib/libc/stdlib/realpath.c 1.4). | |
4301 | Branch: perl | |
4302 | ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c | |
4303 | ! pod/perldiag.pod proto.h util.c | |
4304 | ____________________________________________________________________________ | |
4305 | [ 10749] By: jhi on 2001/06/20 13:07:49 | |
4306 | Log: Integrate perlio. | |
4307 | Branch: perl | |
4308 | !> perlio.c | |
4309 | ____________________________________________________________________________ | |
4310 | [ 10748] By: jhi on 2001/06/20 13:07:18 | |
4311 | Log: No point in going into memory-saving contortions | |
4312 | with getcwd() since there's a danger of buffer overflow. | |
4313 | Also make the POSIX extension to use sv_getcwd(). | |
4314 | Finally, a missed proto.h fragment. | |
4315 | Branch: perl | |
4316 | ! ext/POSIX/POSIX.xs proto.h util.c | |
4317 | ____________________________________________________________________________ | |
4318 | [ 10747] By: nick on 2001/06/20 12:38:26 | |
4319 | Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread. | |
4320 | Branch: perlio | |
4321 | ! perlio.c | |
4322 | ____________________________________________________________________________ | |
4323 | [ 10746] By: jhi on 2001/06/20 11:51:10 | |
4324 | Log: Subject: Re: Bug in IO::Socket::INET module (repeat) | |
4325 | From: Graham Barr <gbarr@pobox.com> | |
4326 | Date: Wed, 20 Jun 2001 11:05:49 +0100 | |
4327 | Message-ID: <20010620110549.I19188@pobox.com> | |
4328 | ||
4329 | reported in | |
4330 | ||
4331 | Subject: Bug in IO::Socket::INET module (repeat) | |
4332 | From: "Harmon S. Nine" <hnine@netarx.com> | |
4333 | Date: Tue, 19 Jun 2001 09:41:35 -0400 | |
4334 | Message-ID: <3B2F568F.8080605@netarx.com> | |
4335 | ||
4336 | The bug was that the IO::Socket::INET constructor | |
4337 | did not allow a 'LocalPort' of 0. | |
4338 | Branch: perl | |
4339 | ! ext/IO/lib/IO/Socket/INET.pm | |
4340 | ____________________________________________________________________________ | |
4341 | [ 10745] By: nick on 2001/06/20 08:56:39 | |
4342 | Log: Integrate mainline. | |
4343 | Branch: perlio | |
4344 | !> (integrate 37 files) | |
4345 | ____________________________________________________________________________ | |
4346 | [ 10744] By: jhi on 2001/06/20 04:54:53 | |
4347 | Log: After some reading I don't think we can blindly | |
4348 | use systems' realpath(). Too many security problems, | |
4349 | too many buggy implementations. | |
4350 | ||
4351 | TODO: the realpath() emulation code in util.c doesn't | |
4352 | seem fully operational? (readlink(), for example?) | |
4353 | Branch: perl | |
4354 | ! Configure Makefile.micro Porting/Glossary Porting/config.sh | |
4355 | ! Porting/config_H config_h.SH embed.h embed.pl global.sym | |
4356 | ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h | |
4357 | ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h | |
4358 | ! vos/config.ga.def vos/config.ga.h win32/config_H.bc | |
4359 | ! win32/config_H.gc win32/config_H.vc | |
4360 | ____________________________________________________________________________ | |
4361 | [ 10743] By: jhi on 2001/06/20 00:48:48 | |
4362 | Log: Metaconfig unit change for #10738. | |
4363 | Branch: metaconfig | |
4364 | ! U/compline/d_gconvert.U | |
4365 | _________________________________________________________________ |