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 | -------------- |
51c9377f | 31 | Version v5.7.1 Development release working toward v5.8 |
99b32ad1 | 32 | -------------- |
365eb269 | 33 | ____________________________________________________________________________ |
acd7faf1 JH |
34 | [ 10155] By: jhi on 2001/05/18 11:58:57 |
35 | Log: Integrate change #10144 from maintperl. | |
36 | ||
37 | s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too. | |
38 | Branch: perl | |
39 | !> win32/config.bc win32/config.gc win32/config.vc | |
40 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
41 | ____________________________________________________________________________ | |
42 | [ 10154] By: nick on 2001/05/18 07:23:03 | |
43 | Log: Integrate mainline. | |
44 | Branch: perlio | |
45 | +> README.dgux t/lib/i18n-collate.t utils.lst | |
46 | !> (integrate 49 files) | |
47 | ____________________________________________________________________________ | |
48 | [ 10153] By: jhi on 2001/05/18 00:41:51 | |
49 | Log: Integrate change #7224 from mainline into maintperl. | |
50 | ||
51 | Allow @+ and @- to be doublequoted, from Simon Cozens. | |
52 | (Approved by Larry, see Tom's comment in 20000830.005.) | |
53 | Branch: maint-5.6/perl | |
54 | !> toke.c | |
55 | ____________________________________________________________________________ | |
56 | [ 10152] By: jhi on 2001/05/17 23:18:15 | |
57 | Log: Subject: [PATCH bleadperl] small lookbehind fix | |
58 | From: Hugo <hv@crypt.compulink.co.uk> | |
59 | Date: Fri, 18 May 2001 00:07:19 +0100 | |
60 | Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk> | |
61 | Branch: perl | |
62 | ! regexec.c | |
63 | ____________________________________________________________________________ | |
64 | [ 10151] By: jhi on 2001/05/17 22:00:06 | |
65 | Log: Detypos. | |
66 | Branch: perl | |
67 | ! installman utils.lst | |
68 | ____________________________________________________________________________ | |
69 | [ 10150] By: jhi on 2001/05/17 20:32:48 | |
70 | Log: Add better debug to glob/basic #8 as suggested by Nick Clark | |
71 | in 20001222.001. | |
72 | Branch: perl | |
73 | ! t/lib/glob-basic.t | |
74 | ____________________________________________________________________________ | |
75 | [ 10149] By: jhi on 2001/05/17 20:08:58 | |
76 | Log: Subject: [PATCH] Test for bug 20010515.004 | |
77 | From: Benjamin Sugars <bsugars@canoe.ca> | |
78 | Date: Thu, 17 May 2001 15:48:18 -0400 (EDT) | |
79 | Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca> | |
80 | Branch: perl | |
81 | ! t/op/misc.t | |
82 | ____________________________________________________________________________ | |
83 | [ 10148] By: jhi on 2001/05/17 20:06:23 | |
84 | Log: Integrate #10145 from maintperl. | |
85 | ||
86 | fix for ID 20010515.004 (needs test) | |
87 | Branch: perl | |
88 | !> pp_hot.c | |
89 | ____________________________________________________________________________ | |
90 | [ 10147] By: jhi on 2001/05/17 19:10:46 | |
91 | Log: Thinko noticed by Doug MacEachern. | |
92 | Branch: perl | |
93 | ! thread.h | |
94 | ____________________________________________________________________________ | |
95 | [ 10146] By: jhi on 2001/05/17 17:30:37 | |
96 | Log: Subject: Re: [PATCH] HERE mark in regex | |
97 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
98 | Date: Thu, 17 May 2001 12:20:33 -0400 | |
99 | Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> | |
100 | Branch: perl | |
101 | ! t/op/re_tests | |
102 | ____________________________________________________________________________ | |
103 | [ 10145] By: gsar on 2001/05/17 16:59:55 | |
104 | Log: fix for ID 20010515.004 (needs test) | |
105 | Branch: maint-5.6/perl | |
106 | ! pp_hot.c | |
107 | ____________________________________________________________________________ | |
108 | [ 10144] By: gsar on 2001/05/17 16:39:02 | |
109 | Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g | |
110 | Branch: maint-5.6/perl | |
111 | ! win32/config.bc win32/config.gc win32/config.vc | |
112 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
113 | ____________________________________________________________________________ | |
114 | [ 10143] By: jhi on 2001/05/17 14:21:08 | |
115 | Log: Macrofy the getspecific (and use it also in util.c) | |
116 | Branch: perl | |
117 | ! thread.h util.c | |
118 | ____________________________________________________________________________ | |
119 | [ 10142] By: jhi on 2001/05/17 01:43:50 | |
120 | Log: Use the unchecked thread-specific key fetch also in Tru64. | |
121 | Branch: perl | |
122 | ! thread.h | |
123 | ____________________________________________________________________________ | |
124 | [ 10141] By: jhi on 2001/05/17 01:41:07 | |
125 | Log: Subject: [PATCH 5.6.1]Quick thread speedup | |
126 | From: Dan Sugalski <dan@sidhe.org> | |
127 | Date: Wed, 16 May 2001 18:05:19 -0400 | |
128 | Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48> | |
129 | Branch: perl | |
130 | ! thread.h util.c | |
131 | ____________________________________________________________________________ | |
132 | [ 10140] By: jhi on 2001/05/16 19:58:29 | |
133 | Log: I think this is quite enough testing for a deprecated feature. | |
134 | Branch: perl | |
135 | + t/lib/i18n-collate.t | |
136 | ! MANIFEST t/lib/1_compile.t | |
137 | ____________________________________________________________________________ | |
138 | [ 10139] By: jhi on 2001/05/16 18:47:03 | |
139 | Log: More HP-UX lore from Jeff Okamoto. | |
140 | Branch: perl | |
141 | ! README.hpux | |
142 | ____________________________________________________________________________ | |
143 | [ 10138] By: jhi on 2001/05/16 18:21:04 | |
144 | Log: Sort utils.lst for easier maintenance. | |
145 | Branch: perl | |
146 | ! utils.lst | |
147 | ____________________________________________________________________________ | |
148 | [ 10137] By: jhi on 2001/05/16 18:12:01 | |
149 | Log: Subject: Re: [PATCH] Abstract "utility" information from installman | |
150 | From: Tim Jenness <t.jenness@jach.hawaii.edu> | |
151 | Date: Wed, 16 May 2001 08:59:59 -1000 (HST) | |
152 | Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu> | |
153 | ||
154 | Add pod2latex to utils.lst. | |
155 | Branch: perl | |
156 | ! MANIFEST utils.lst | |
157 | ____________________________________________________________________________ | |
158 | [ 10136] By: jhi on 2001/05/16 18:00:00 | |
159 | Log: Subject: Re: [PATCH] HERE mark in regex | |
160 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
161 | Date: Wed, 16 May 2001 13:04:43 -0400 | |
162 | Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> | |
163 | Branch: perl | |
164 | ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests | |
165 | ! t/op/regmesg.t t/pragma/warn/regcomp | |
166 | ____________________________________________________________________________ | |
167 | [ 10135] By: jhi on 2001/05/16 17:51:50 | |
168 | Log: Subject: Re: [PATCH] Abstract "utility" information from installman | |
169 | From: Simon Cozens <simon@netthink.co.uk> | |
170 | Date: Wed, 16 May 2001 18:02:08 +0100 | |
171 | Message-ID: <20010516180208.A6458@netthink.co.uk> | |
172 | Branch: perl | |
173 | ! installman utils.lst | |
174 | ____________________________________________________________________________ | |
175 | [ 10134] By: jhi on 2001/05/16 17:47:26 | |
176 | Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST | |
177 | From: "Philip Newton" <pnewton@gmx.de> | |
178 | Date: Tue, 15 May 2001 15:09:30 +0200 | |
179 | Message-ID: <3B0146AA.2839.17BFDA6@localhost> | |
180 | ||
181 | Test case for #10128. | |
182 | Branch: perl | |
183 | ! t/pragma/warn/pp_hot | |
184 | ____________________________________________________________________________ | |
185 | [ 10133] By: jhi on 2001/05/16 15:12:52 | |
186 | Log: Update Changes. | |
187 | Branch: perl | |
188 | ! Changes patchlevel.h | |
189 | ____________________________________________________________________________ | |
5661b806 JH |
190 | [ 10132] By: jhi on 2001/05/16 14:50:55 |
191 | Log: Deprecate pseudo-hashes. | |
192 | Branch: perl | |
193 | ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod | |
194 | ____________________________________________________________________________ | |
195 | [ 10131] By: jhi on 2001/05/16 14:26:01 | |
196 | Log: HP-UX hints update from Merijn. | |
197 | Branch: perl | |
198 | ! hints/hpux.sh | |
199 | ____________________________________________________________________________ | |
200 | [ 10130] By: jhi on 2001/05/16 14:23:01 | |
201 | Log: README.hpux update from Merijn. | |
202 | Branch: perl | |
203 | ! README.hpux | |
204 | ____________________________________________________________________________ | |
205 | [ 10129] By: jhi on 2001/05/16 14:18:56 | |
206 | Log: Subject: Re: [PATCH] Abstract "utility" information from installman | |
207 | From: Simon Cozens <simon@netthink.co.uk> | |
208 | Date: Wed, 16 May 2001 15:57:55 +0100 | |
209 | Message-ID: <20010516155755.A4728@netthink.co.uk> | |
210 | Branch: perl | |
211 | + utils.lst | |
212 | ! MANIFEST installman installperl | |
213 | ____________________________________________________________________________ | |
214 | [ 10128] By: jhi on 2001/05/16 14:15:36 | |
215 | Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST | |
216 | From: "Philip Newton" <pnewton@gmx.de> | |
217 | Date: Tue, 15 May 2001 16:31:05 +0200 | |
218 | Message-ID: <3B0159C9.1905.1C6AEF9@localhost> | |
219 | ||
220 | Fix PERL_Y2KWARN test to check before rather than after appending. | |
221 | Branch: perl | |
222 | ! pp_hot.c | |
223 | ____________________________________________________________________________ | |
224 | [ 10127] By: jhi on 2001/05/16 14:08:15 | |
225 | Log: Regen Porting stuff. | |
226 | Branch: perl | |
227 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
228 | ! config_h.SH | |
229 | ____________________________________________________________________________ | |
230 | [ 10126] By: jhi on 2001/05/16 13:41:50 | |
231 | Log: Metaconfig unit change for #10125. | |
232 | Branch: metaconfig | |
233 | ! U/modified/Oldconfig.U | |
234 | ____________________________________________________________________________ | |
235 | [ 10125] By: jhi on 2001/05/16 13:41:35 | |
236 | Log: Use OSVERS. | |
237 | Branch: perl | |
238 | ! Configure config_h.SH perl.c | |
239 | ____________________________________________________________________________ | |
240 | [ 10124] By: jhi on 2001/05/16 13:41:09 | |
241 | Log: Regen toc. | |
242 | Branch: perl | |
243 | ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod | |
244 | ____________________________________________________________________________ | |
245 | [ 10123] By: jhi on 2001/05/16 13:25:38 | |
246 | Log: Adding the README.dgux to the MANIFEST would be a good idea. | |
247 | Branch: perl | |
248 | ! MANIFEST | |
249 | ____________________________________________________________________________ | |
250 | [ 10122] By: jhi on 2001/05/16 13:08:33 | |
251 | Log: Move the stack desire definition to thread.h. | |
252 | Branch: perl | |
253 | ! ext/Thread/Thread.xs thread.h | |
254 | ____________________________________________________________________________ | |
255 | [ 10121] By: jhi on 2001/05/16 13:00:12 | |
256 | Log: DG-UX threading patches, including a README.dgux, | |
257 | from Takis Psarogiannakopoulos. | |
258 | Branch: perl | |
259 | + README.dgux | |
260 | ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c | |
261 | ____________________________________________________________________________ | |
262 | [ 10120] By: jhi on 2001/05/16 12:55:33 | |
263 | Log: Subject: [PATCH B::Deparse] More on /x regexes | |
264 | From: Robin Houston <robin@kitsite.com> | |
265 | Date: Tue, 15 May 2001 19:09:35 +0100 | |
266 | Message-ID: <20010515190935.A27268@penderel> | |
267 | Branch: perl | |
268 | ! ext/B/B/Deparse.pm | |
269 | ____________________________________________________________________________ | |
270 | [ 10119] By: jhi on 2001/05/16 12:45:29 | |
271 | Log: Document that the core time() may be rounding rather | |
272 | than truncating, would have saved at least my confusion. | |
273 | Branch: perl | |
274 | ! ext/Time/HiRes/HiRes.pm | |
275 | ____________________________________________________________________________ | |
276 | [ 10118] By: jhi on 2001/05/16 12:37:57 | |
277 | Log: Subject: perl-current/t/time-hires.t | |
278 | From: John Peacock <jpeacock@rowman.com> | |
279 | Date: Fri, 11 May 2001 14:09:41 -0400 | |
280 | Message-ID: <3AFC2AE5.5E787E54@rowman.com> | |
281 | Branch: perl | |
282 | ! t/lib/time-hires.t | |
283 | ____________________________________________________________________________ | |
284 | [ 10117] By: jhi on 2001/05/15 13:40:33 | |
285 | Log: Subject: [PATCH dump.c] Op private flags | |
286 | From: Simon Cozens <simon@netthink.co.uk> | |
287 | Date: Sun, 13 May 2001 20:20:36 +0100 | |
288 | Message-ID: <20010513202036.A21896@netthink.co.uk> | |
289 | Branch: perl | |
290 | ! dump.c | |
291 | ____________________________________________________________________________ | |
292 | [ 10116] By: jhi on 2001/05/15 13:28:26 | |
293 | Log: Upgrade to Switch 2.03. | |
294 | Branch: perl | |
295 | ! lib/Switch.pm | |
296 | ____________________________________________________________________________ | |
297 | [ 10115] By: jhi on 2001/05/15 13:19:01 | |
298 | Log: Integrate change #10113 from mainline: rename CONFIGDOTSH | |
299 | to PERL_CONFIG_SH and use it consistently. | |
300 | Branch: maint-5.6/perl | |
301 | !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH | |
302 | !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH | |
303 | !> myconfig.SH writemain.SH | |
304 | ____________________________________________________________________________ | |
305 | [ 10114] By: jhi on 2001/05/15 13:13:21 | |
306 | Log: Metaconfig units changes for #10113. | |
307 | Branch: metaconfig | |
308 | ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U | |
309 | ____________________________________________________________________________ | |
310 | [ 10113] By: jhi on 2001/05/15 13:12:40 | |
311 | Log: The problem described in 20010514.031 still wasn't | |
312 | fully cured, there were remnants of $CONFIG when | |
313 | $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH | |
314 | to avoid future conflicts. | |
315 | Branch: perl | |
316 | ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH | |
317 | ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH | |
318 | ! myconfig.SH writemain.SH | |
319 | ____________________________________________________________________________ | |
320 | [ 10112] By: jhi on 2001/05/15 11:55:44 | |
321 | Log: Half of #10107 got lost. | |
322 | Branch: perl | |
323 | ! ext/B/B/Deparse.pm | |
324 | ____________________________________________________________________________ | |
325 | [ 10111] By: nick on 2001/05/15 08:39:14 | |
326 | Log: Integrate mainline. | |
327 | Branch: perlio | |
328 | +> ext/POSIX/hints/uts.pl | |
329 | - Todo Todo-5.6 t/camel-III/vstring.t | |
330 | !> (integrate 48 files) | |
331 | ____________________________________________________________________________ | |
332 | [ 10110] By: jhi on 2001/05/15 02:04:05 | |
333 | Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance | |
334 | From: Robin Houston <robin@kitsite.com> | |
335 | Date: Mon, 14 May 2001 22:27:08 +0100 | |
336 | Message-ID: <20010514222708.A22963@penderel> | |
337 | Branch: perl | |
338 | ! t/TestInit.pm | |
339 | ____________________________________________________________________________ | |
340 | [ 10109] By: jhi on 2001/05/15 02:03:12 | |
341 | Log: Subject: [PATCH B::Deparse] Lvaluable method calls | |
342 | From: Robin Houston <robin@kitsite.com> | |
343 | Date: Mon, 14 May 2001 22:16:43 +0100 | |
344 | Message-ID: <20010514221643.A22437@penderel> | |
345 | Branch: perl | |
346 | ! ext/B/B/Deparse.pm | |
347 | ____________________________________________________________________________ | |
348 | [ 10108] By: jhi on 2001/05/15 02:02:17 | |
349 | Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier | |
350 | From: Robin Houston <robin@kitsite.com> | |
351 | Date: Mon, 14 May 2001 22:03:44 +0100 | |
352 | Message-ID: <20010514220344.A20643@penderel> | |
353 | Branch: perl | |
354 | ! ext/B/B/Deparse.pm | |
355 | ____________________________________________________________________________ | |
356 | [ 10107] By: jhi on 2001/05/15 02:01:24 | |
357 | Log: Subject: [PATCH B::Deparse] "${foo}_bar" | |
358 | From: Robin Houston <robin@kitsite.com> | |
359 | Date: Mon, 14 May 2001 22:10:07 +0100 | |
360 | Message-ID: <20010514221007.A21118@penderel> | |
361 | Branch: perl | |
362 | ! ext/B/B/Deparse.pm | |
363 | ____________________________________________________________________________ | |
364 | [ 10106] By: jhi on 2001/05/15 01:41:26 | |
365 | Log: Fix for 20010514.037; substr() didn't invalidate the locale | |
366 | collation magic. | |
367 | Branch: perl | |
368 | ! pp.c | |
369 | ____________________________________________________________________________ | |
370 | [ 10105] By: jhi on 2001/05/14 18:18:24 | |
371 | Log: Update Changes. | |
372 | Branch: perl | |
373 | ! Changes patchlevel.h | |
374 | ____________________________________________________________________________ | |
b65a4548 JH |
375 | [ 10104] By: jhi on 2001/05/14 18:09:07 |
376 | Log: Retract #10094. | |
377 | Branch: perl | |
378 | ! lib/Pod/Text.pm | |
379 | ____________________________________________________________________________ | |
380 | [ 10103] By: jhi on 2001/05/14 15:20:58 | |
381 | Log: Integrate change #10100 from maintperl. | |
382 | ||
383 | PL_last_in_gv may not be a GV if it was a stale filehandle (fix for | |
384 | bug ID 20010514.027) | |
385 | Branch: perl | |
386 | !> mg.c pp_ctl.c | |
387 | ____________________________________________________________________________ | |
388 | [ 10102] By: jhi on 2001/05/14 15:19:21 | |
389 | Log: Document the deprecatedness of suidperl. | |
390 | Branch: perl | |
391 | ! INSTALL pod/perlfaq1.pod | |
392 | ____________________________________________________________________________ | |
393 | [ 10101] By: jhi on 2001/05/14 14:54:31 | |
394 | Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy | |
395 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
396 | Date: Mon, 14 May 2001 09:38:59 -0400 | |
397 | Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu> | |
398 | Branch: perl | |
399 | ! lib/ExtUtils/MM_Unix.pm | |
400 | ____________________________________________________________________________ | |
401 | [ 10100] By: gsar on 2001/05/14 14:43:50 | |
402 | Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for | |
403 | bug ID 20010514.027) | |
404 | ||
405 | TODO: this needs a testsuite addition | |
406 | Branch: maint-5.6/perl | |
407 | ! mg.c pp_ctl.c | |
408 | ____________________________________________________________________________ | |
409 | [ 10099] By: jhi on 2001/05/14 13:42:38 | |
410 | Log: More DWIMminess for Class::Struct: calling the array or hash | |
411 | accessors only with one argument, an array or a hash reference, | |
412 | sets the underlying array or hash. This mirrors nicely also | |
413 | the usage in the constructor. | |
414 | From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway. | |
415 | Branch: perl | |
416 | ! lib/Class/Struct.pm t/lib/class-struct.t | |
417 | ____________________________________________________________________________ | |
418 | [ 10098] By: jhi on 2001/05/14 13:10:34 | |
419 | Log: Reference cmp'ing should go through the whole stringification | |
420 | process shebang, as pointed out by Sarathy in #10091. | |
421 | Branch: perl | |
422 | ! pp.c | |
423 | ____________________________________________________________________________ | |
424 | [ 10097] By: jhi on 2001/05/14 12:54:31 | |
425 | Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo | |
426 | From: Simon Cozens <simon@netthink.co.uk> | |
427 | Date: Sat, 12 May 2001 16:36:27 +0100 | |
428 | Message-ID: <20010512163627.A5522@netthink.co.uk> | |
429 | ||
430 | with some additions salvaged from Todo and Todo-5.6 before | |
431 | retiring them. | |
432 | Branch: perl | |
433 | - Todo Todo-5.6 | |
434 | ! MANIFEST pod/perltodo.pod | |
435 | ____________________________________________________________________________ | |
436 | [ 10096] By: jhi on 2001/05/14 12:37:01 | |
437 | Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h> | |
438 | From: "Golubev I. N." <gin@mo.msk.ru> | |
439 | Date: Mon, 07 May 2001 14:33:34 (GMT) | |
440 | Message-Id: <02453af6b23e63-gin@mo.msk.ru> | |
441 | Branch: perl | |
442 | ! perl.h | |
443 | ____________________________________________________________________________ | |
444 | [ 10095] By: jhi on 2001/05/14 12:34:24 | |
445 | Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy | |
446 | From: "Todd C. Miller" <Todd.Miller@courtesan.com> | |
447 | Date: Mon, 7 May 2001 09:35:57 -0600 (MDT) | |
448 | Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com> | |
449 | Branch: perl | |
450 | ! lib/ExtUtils/MM_Unix.pm | |
451 | ____________________________________________________________________________ | |
452 | [ 10094] By: jhi on 2001/05/14 12:32:44 | |
453 | Log: (Retracted by #10104.) | |
454 | ||
455 | Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)] | |
456 | From: barries <barries@slaysys.com> | |
457 | Date: Sat, 12 May 2001 01:28:10 -0400 | |
458 | Message-ID: <20010512012810.B26358@jester.slaysys.com> | |
459 | Branch: perl | |
460 | ! lib/Pod/Text.pm | |
461 | ____________________________________________________________________________ | |
462 | [ 10093] By: jhi on 2001/05/14 12:30:38 | |
463 | Log: Subject: [PATCH] Incorrect line numbers in AutoSplit | |
464 | From: Mike Guy <mjtg@cam.ac.uk> | |
465 | Date: Sat, 12 May 2001 19:24:33 +0100 | |
466 | Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk> | |
467 | Branch: perl | |
468 | ! lib/AutoSplit.pm | |
469 | ____________________________________________________________________________ | |
470 | [ 10092] By: jhi on 2001/05/14 12:29:21 | |
471 | Log: Yet another HP-UX hints tweak from Merijn. | |
472 | Branch: perl | |
473 | ! hints/hpux.sh | |
474 | ____________________________________________________________________________ | |
475 | [ 10091] By: gsar on 2001/05/14 04:38:32 | |
476 | Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV | |
477 | isn't defined (changes#9366,9368,9370 from mainline without the | |
478 | pp_scmp() change) | |
479 | Branch: maint-5.6/perl | |
480 | ! pp.c pp.h pp_hot.c | |
481 | ____________________________________________________________________________ | |
482 | [ 10090] By: jhi on 2001/05/12 13:39:43 | |
483 | Log: The sorting seems to happen now automatically. | |
484 | Branch: perl | |
485 | ! t/lib/glob-basic.t | |
486 | ____________________________________________________________________________ | |
487 | [ 10089] By: jhi on 2001/05/12 03:38:15 | |
488 | Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string | |
489 | From: Benjamin Sugars <bsugars@canoe.ca> | |
490 | Date: Fri, 11 May 2001 11:36:04 -0400 (EDT) | |
491 | Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca> | |
492 | Branch: perl | |
493 | ! pod/perlfunc.pod | |
494 | ____________________________________________________________________________ | |
495 | [ 10088] By: jhi on 2001/05/12 03:37:00 | |
496 | Log: Subject: Re: undef(&foo) does not work for XS functions | |
497 | From: Doug MacEachern <dougm@covalent.net> | |
498 | Date: Fri, 11 May 2001 16:52:29 -0700 (PDT) | |
499 | Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net> | |
500 | Branch: perl | |
501 | ! op.c | |
502 | ____________________________________________________________________________ | |
503 | [ 10087] By: jhi on 2001/05/12 03:35:58 | |
504 | Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC | |
505 | From: Peter Prymmer <pvhp@forte.com> | |
506 | Date: Fri, 11 May 2001 17:38:43 -0700 (PDT) | |
507 | Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com> | |
508 | Branch: perl | |
509 | ! t/op/append.t | |
510 | ____________________________________________________________________________ | |
511 | [ 10086] By: jhi on 2001/05/11 14:23:08 | |
512 | Log: Update Changes. | |
513 | Branch: perl | |
514 | ! Changes patchlevel.h | |
515 | ____________________________________________________________________________ | |
d0e4b787 JH |
516 | [ 10085] By: jhi on 2001/05/11 14:08:20 |
517 | Log: Remove the 'asciir' re subpragma. Should instead implement | |
518 | the 'physical vs logical' range scheme: | |
519 | ||
520 | \xAA-\xCC is a native physical range, you want that range of | |
521 | codepoints in your native encoding. In EBCDIC the codepoints | |
522 | in the gaps (between i-j and r-s) should be included. | |
523 | ||
524 | \x{AA}-\x{CC} is a physical Unicode range, you want that range of | |
525 | codepoints in Unicode. | |
526 | ||
527 | a-z is a logical range, you want that range of 'logical' codepoints | |
528 | in your native encoding. In EBCDIC the codepoints in the gaps | |
529 | (between i-j and r-s) should not be included. | |
530 | ||
531 | Mixed cases (a-\xAA, etc) should either be errors, or maybe | |
532 | the 'logical' endpoints should be converted to native/Unicode | |
533 | codepoints, and the range handled as a physical range. | |
534 | ||
535 | 'Logical endpoints' are to be recognized only in the A-Z, a-z, | |
536 | and 0-9 ranges. Probably a warning should be given for mixed | |
537 | cases like A-z or a-9 (since such expressions are encoding | |
538 | dependent), with a recommendation to use physical ranges. | |
539 | Branch: perl | |
540 | ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t | |
541 | ! t/op/regexp.t | |
542 | ____________________________________________________________________________ | |
543 | [ 10084] By: jhi on 2001/05/11 13:56:16 | |
544 | Log: Make the test to cleanup the test directory tree | |
545 | both before and after the testing so that we always | |
546 | have a clean slate to work with. | |
547 | Branch: perl | |
548 | ! t/lib/filefind.t | |
549 | ____________________________________________________________________________ | |
550 | [ 10083] By: jhi on 2001/05/11 13:46:30 | |
551 | Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string | |
552 | From: Jon Eveland <jweveland@yahoo.com> | |
553 | Date: Fri, 11 May 2001 07:36:28 -0700 (PDT) | |
554 | Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com> | |
555 | Branch: perl | |
556 | ! pod/perlfunc.pod | |
557 | ____________________________________________________________________________ | |
558 | [ 10082] By: jhi on 2001/05/11 13:45:06 | |
559 | Log: Merge the camel-III/vstring.t with op/ver.t. | |
560 | Branch: perl | |
561 | - t/camel-III/vstring.t | |
562 | ! MANIFEST t/TEST t/harness t/op/ver.t | |
563 | ____________________________________________________________________________ | |
564 | [ 10081] By: jhi on 2001/05/11 13:15:55 | |
565 | Log: Add test.deparse make target. | |
566 | Branch: perl | |
567 | ! Makefile.SH | |
568 | ____________________________________________________________________________ | |
569 | [ 10080] By: jhi on 2001/05/11 12:52:49 | |
570 | Log: Subject: [PATCH B::Deparse] $foo->bar(0) | |
571 | From: Robin Houston <robin@kitsite.com> | |
572 | Date: Fri, 11 May 2001 12:02:22 +0100 | |
573 | Message-ID: <20010511120222.A11529@penderel> | |
574 | Branch: perl | |
575 | ! ext/B/B/Deparse.pm t/op/method.t | |
576 | ____________________________________________________________________________ | |
577 | [ 10079] By: jhi on 2001/05/11 01:59:06 | |
578 | Log: A nicely working combination for UTS from Hal Morris. | |
579 | Branch: perl | |
580 | + ext/POSIX/hints/uts.pl | |
581 | ! MANIFEST hints/uts.sh | |
582 | ____________________________________________________________________________ | |
583 | [ 10078] By: jhi on 2001/05/11 01:15:04 | |
584 | Log: i_ieeefp=undef for UTS. | |
585 | Branch: perl | |
586 | ! hints/uts.sh | |
587 | ____________________________________________________________________________ | |
588 | [ 10077] By: jhi on 2001/05/10 22:42:35 | |
589 | Log: Subject: RE: rand(0) is rand(1) | |
590 | From: Larry Shatzer <lshatzer@islanddata.com> | |
591 | Date: Thu, 10 May 2001 11:09:27 -0700 | |
592 | Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com> | |
593 | Branch: perl | |
594 | ! pod/perlfunc.pod | |
595 | ____________________________________________________________________________ | |
596 | [ 10076] By: jhi on 2001/05/10 22:36:50 | |
597 | Log: Subject: [patch] make op_{clear,null} public | |
598 | From: Doug MacEachern <dougm@covalent.net> | |
599 | Date: Thu, 10 May 2001 15:54:09 -0700 (PDT) | |
600 | Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net> | |
601 | Branch: perl | |
602 | ! embed.h embed.pl op.c proto.h | |
603 | ____________________________________________________________________________ | |
604 | [ 10075] By: jhi on 2001/05/10 22:28:36 | |
605 | Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support | |
606 | From: Robin Houston <robin@kitsite.com> | |
607 | Date: Thu, 10 May 2001 18:54:59 +0100 | |
608 | Message-ID: <20010510185459.A5995@penderel> | |
609 | Branch: perl | |
610 | ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t | |
611 | ____________________________________________________________________________ | |
612 | [ 10074] By: jhi on 2001/05/10 22:23:41 | |
613 | Log: Subject: [PATCH B::Deparse] t/op/64bitint.t | |
614 | From: Robin Houston <robin@kitsite.com> | |
615 | Date: Thu, 10 May 2001 12:56:39 +0100 | |
616 | Message-ID: <20010510125639.A2119@penderel> | |
617 | Branch: perl | |
618 | ! ext/B/B/Deparse.pm | |
619 | ____________________________________________________________________________ | |
620 | [ 10073] By: jhi on 2001/05/10 14:26:01 | |
621 | Log: Retract #10070, not ready yet. | |
622 | Branch: perl | |
623 | ! ext/B/B/Deparse.pm | |
624 | ____________________________________________________________________________ | |
625 | [ 10072] By: jhi on 2001/05/10 13:40:24 | |
626 | Log: The metaconfig unit change for #10071. | |
627 | Branch: metaconfig | |
628 | ! U/modified/mallocsrc.U | |
629 | ____________________________________________________________________________ | |
630 | [ 10071] By: jhi on 2001/05/10 13:39:57 | |
631 | Log: The #9525+#9526 didn't allow for overriding usemymalloc. | |
632 | Branch: perl | |
633 | ! Configure | |
634 | ____________________________________________________________________________ | |
635 | [ 10070] By: jhi on 2001/05/10 13:18:42 | |
636 | Log: (Retracted by #10073) | |
637 | ||
638 | Subject: Re: [PATCH t/TEST] B::Deparse tester | |
639 | From: Hugo <hv@crypt.compulink.co.uk> | |
640 | Date: Thu, 10 May 2001 05:48:09 +0100 | |
641 | Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk> | |
642 | Branch: perl | |
643 | ! ext/B/B/Deparse.pm | |
644 | ____________________________________________________________________________ | |
645 | [ 10069] By: jhi on 2001/05/10 12:24:06 | |
646 | Log: Add a for(func()) test. | |
647 | Branch: perl | |
648 | ! t/cmd/for.t | |
649 | ____________________________________________________________________________ | |
650 | [ 10068] By: jhi on 2001/05/10 12:16:00 | |
651 | Log: Subject: [PATCH B::Deparse] our() lists and foreach loops | |
652 | From: Robin Houston <robin@kitsite.com> | |
653 | Date: Thu, 10 May 2001 13:50:08 +0100 | |
654 | Message-ID: <20010510135008.A2454@penderel> | |
655 | Branch: perl | |
656 | ! ext/B/B/Deparse.pm | |
657 | ____________________________________________________________________________ | |
658 | [ 10067] By: jhi on 2001/05/10 01:45:03 | |
659 | Log: A thinko in #10065. | |
660 | Branch: perl | |
661 | ! hv.c | |
662 | ____________________________________________________________________________ | |
663 | [ 10066] By: jhi on 2001/05/10 01:33:12 | |
664 | Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration | |
665 | From: Robin Houston <robin@kitsite.com> | |
666 | Date: Thu, 10 May 2001 02:10:34 +0100 | |
667 | Message-ID: <20010510021034.A19421@penderel> | |
668 | Branch: perl | |
669 | ! ext/B/B.xs ext/B/B/Deparse.pm | |
670 | ____________________________________________________________________________ | |
671 | [ 10065] By: jhi on 2001/05/10 01:30:43 | |
672 | Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware | |
673 | From: Doug MacEachern <dougm@covalent.net> | |
674 | Date: Mon, 7 May 2001 09:50:58 -0700 (PDT) | |
675 | Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net> | |
676 | Branch: perl | |
677 | ! hv.c | |
678 | ____________________________________________________________________________ | |
679 | [ 10064] By: jhi on 2001/05/09 23:13:29 | |
680 | Log: One more workaround for the UTS compiler from Hal Morris. | |
681 | Branch: perl | |
682 | ! perl.h | |
683 | ____________________________________________________________________________ | |
684 | [ 10063] By: jhi on 2001/05/09 23:09:53 | |
685 | Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV | |
686 | From: Robin Houston <robin@kitsite.com> | |
687 | Date: Thu, 10 May 2001 01:02:08 +0100 | |
688 | Message-ID: <20010510010208.A18200@penderel> | |
689 | Branch: perl | |
690 | ! ext/B/B/Debug.pm | |
691 | ____________________________________________________________________________ | |
692 | [ 10062] By: jhi on 2001/05/09 23:06:25 | |
693 | Log: Subject: [PATCH] Simplify deb_curcv() a bit | |
694 | From: Benjamin Sugars <bsugars@canoe.ca> | |
695 | Date: Wed, 9 May 2001 18:14:34 -0400 (EDT) | |
696 | Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca> | |
697 | Branch: perl | |
698 | ! run.c | |
699 | ____________________________________________________________________________ | |
700 | [ 10061] By: jhi on 2001/05/09 23:05:28 | |
701 | Log: Subject: [PATCH] Additional test case for PerlIO::Scalar | |
702 | From: Benjamin Sugars <bsugars@canoe.ca> | |
703 | Date: Wed, 9 May 2001 18:03:45 -0400 (EDT) | |
704 | Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca> | |
705 | Branch: perl | |
706 | ! t/lib/io_scalar.t | |
707 | ____________________________________________________________________________ | |
708 | [ 10060] By: jhi on 2001/05/09 23:04:38 | |
709 | Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047 | |
710 | From: Peter Prymmer <pvhp@forte.com> | |
711 | Date: Wed, 9 May 2001 12:08:02 -0700 (PDT) | |
712 | Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com> | |
713 | Branch: perl | |
714 | ! t/lib/md5-file.t | |
715 | ____________________________________________________________________________ | |
716 | [ 10059] By: jhi on 2001/05/09 23:03:52 | |
717 | Log: Subject: [PATCH t/TEST] B::Deparse tester | |
718 | From: Robin Houston <robin@kitsite.com> | |
719 | Date: Wed, 9 May 2001 19:17:50 +0100 | |
720 | Message-ID: <20010509191750.A16940@penderel> | |
721 | Branch: perl | |
722 | ! ext/B/O.pm t/TEST | |
723 | ____________________________________________________________________________ | |
724 | [ 10058] By: jhi on 2001/05/09 23:02:56 | |
725 | Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text | |
726 | From: Jeff Pinyan <jeffp@crusoe.net> | |
727 | Date: Wed, 9 May 2001 14:36:25 -0400 (EDT) | |
728 | Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net> | |
729 | Branch: perl | |
730 | ! lib/Pod/Html.pm | |
731 | ____________________________________________________________________________ | |
732 | [ 10057] By: nick on 2001/05/09 18:37:56 | |
733 | Log: Integrate mainline. | |
734 | Branch: perlio | |
735 | !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs | |
736 | !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c | |
737 | ____________________________________________________________________________ | |
738 | [ 10056] By: jhi on 2001/05/09 16:44:44 | |
739 | Log: Update Changes. | |
740 | Branch: perl | |
741 | ! Changes patchlevel.h | |
742 | ____________________________________________________________________________ | |
402f2918 JH |
743 | [ 10055] By: jhi on 2001/05/09 16:26:47 |
744 | Log: Integrate perlio. | |
745 | Branch: perl | |
746 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
747 | ____________________________________________________________________________ | |
748 | [ 10054] By: jhi on 2001/05/09 16:25:42 | |
749 | Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar | |
750 | From: Benjamin Sugars <bsugars@canoe.ca> | |
751 | Date: Wed, 9 May 2001 12:42:30 -0400 (EDT) | |
752 | Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca> | |
753 | Branch: perl | |
754 | ! perlio.c | |
755 | ____________________________________________________________________________ | |
756 | [ 10053] By: jhi on 2001/05/09 16:24:37 | |
757 | Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar | |
758 | From: Benjamin Sugars <bsugars@canoe.ca> | |
759 | Date: Tue, 8 May 2001 17:09:44 -0400 (EDT) | |
760 | Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca> | |
761 | Branch: perl | |
762 | ! ext/PerlIO/Scalar/Scalar.xs | |
763 | ____________________________________________________________________________ | |
764 | [ 10052] By: jhi on 2001/05/09 16:19:04 | |
765 | Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly | |
766 | From: Jeff Pinyan <jeffp@crusoe.net> | |
767 | Date: Wed, 9 May 2001 12:35:24 -0400 (EDT) | |
768 | Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net> | |
769 | Branch: perl | |
770 | ! lib/Pod/Html.pm | |
771 | ____________________________________________________________________________ | |
772 | [ 10051] By: jhi on 2001/05/09 15:30:17 | |
773 | Log: EPOC tweak from Olaf Flebbe. | |
774 | Branch: perl | |
775 | ! epoc/epocish.h | |
776 | ____________________________________________________________________________ | |
777 | [ 10050] By: nick on 2001/05/09 14:37:57 | |
778 | Log: win32, regen_config_h | |
779 | Branch: perlio | |
780 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
781 | ____________________________________________________________________________ | |
782 | [ 10049] By: jhi on 2001/05/09 12:33:39 | |
783 | Log: Integrate perlio. | |
784 | Branch: perl | |
785 | !> pp_sys.c | |
786 | ____________________________________________________________________________ | |
787 | [ 10048] By: nick on 2001/05/09 11:59:50 | |
788 | Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler | |
789 | and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child." | |
790 | Branch: perlio | |
791 | ! pp_sys.c | |
792 | ____________________________________________________________________________ | |
793 | [ 10047] By: jhi on 2001/05/09 10:50:12 | |
794 | Log: Integrate perlio. | |
795 | Branch: perl | |
796 | !> run.c | |
797 | ____________________________________________________________________________ | |
798 | [ 10046] By: jhi on 2001/05/09 10:49:34 | |
799 | Log: Subject: Re: Less warnings during configure | |
800 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
801 | Date: Wed, 09 May 2001 13:12:49 +0200 | |
802 | Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl> | |
803 | Branch: perl | |
804 | ! hints/hpux.sh | |
805 | ____________________________________________________________________________ | |
806 | [ 10045] By: nick on 2001/05/09 09:56:59 | |
807 | Log: MULTIPLICITY/DEBUGGING build fix. | |
808 | Branch: perlio | |
809 | ! run.c | |
810 | ____________________________________________________________________________ | |
811 | [ 10044] By: nick on 2001/05/09 09:46:37 | |
812 | Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue). | |
813 | Branch: perlio | |
814 | +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t | |
815 | - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h | |
816 | !> (integrate 65 files) | |
817 | ____________________________________________________________________________ | |
818 | [ 10043] By: jhi on 2001/05/08 22:41:49 | |
819 | Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc | |
820 | From: Robin Houston <robin@kitsite.com> | |
821 | Date: Tue, 8 May 2001 19:38:00 +0100 | |
822 | Message-ID: <20010508193800.A4389@penderel> | |
823 | ||
824 | Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc | |
825 | From: Robin Houston <robin@kitsite.com> | |
826 | Date: Tue, 8 May 2001 20:03:57 +0100 | |
827 | Message-ID: <20010508200357.A4614@penderel> | |
828 | ||
829 | Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc | |
830 | From: Robin Houston <robin@kitsite.com> | |
831 | Date: Wed, 9 May 2001 00:12:05 +0100 | |
832 | Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk> | |
833 | Branch: perl | |
834 | ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op | |
835 | ____________________________________________________________________________ | |
836 | [ 10042] By: jhi on 2001/05/08 22:09:35 | |
837 | Log: Retract #10031. | |
838 | Branch: perl | |
839 | ! pod/perlfunc.pod | |
840 | ____________________________________________________________________________ | |
841 | [ 10041] By: jhi on 2001/05/08 18:27:34 | |
842 | Log: The metaconfig unit changes for #10040. | |
843 | Branch: metaconfig/U/perl | |
844 | ! Checkcc.U d_dlsymun.U dlsrc.U | |
845 | ____________________________________________________________________________ | |
846 | [ 10040] By: jhi on 2001/05/08 18:24:47 | |
847 | Log: The Configure half of | |
848 | ||
849 | Subject: Less warnings during configure | |
850 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
851 | Date: Tue, 08 May 2001 08:44:02 +0200 | |
852 | Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl> | |
853 | Branch: perl | |
854 | ! Configure | |
855 | ____________________________________________________________________________ | |
856 | [ 10039] By: jhi on 2001/05/08 16:48:31 | |
857 | Log: Subject: Less warnings during configure | |
858 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
859 | Date: Tue, 08 May 2001 08:44:02 +0200 | |
860 | Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl> | |
861 | Branch: perl | |
862 | ! hints/hpux.sh | |
863 | ____________________________________________________________________________ | |
864 | [ 10038] By: jhi on 2001/05/08 16:32:07 | |
865 | Log: Don't forget to whine about \d__\d. | |
866 | Branch: perl | |
867 | ! t/pragma/warn/toke toke.c | |
868 | ____________________________________________________________________________ | |
869 | [ 10037] By: jhi on 2001/05/08 16:07:05 | |
870 | Log: Allow underscores also in the exponent part. | |
871 | Branch: perl | |
872 | ! t/pragma/warn/toke toke.c | |
873 | ____________________________________________________________________________ | |
874 | [ 10036] By: jhi on 2001/05/08 13:33:55 | |
875 | Log: CodeMagicCD doesn't look like an *I*DE. | |
876 | Branch: perl | |
877 | ! pod/perlfaq3.pod | |
878 | ____________________________________________________________________________ | |
879 | [ 10035] By: jhi on 2001/05/08 13:27:48 | |
880 | Log: Add Open Perl IDE, remove Perl Code Magic (the site seems | |
881 | to be consistently down). | |
882 | Branch: perl | |
883 | ! pod/perlfaq3.pod | |
884 | ____________________________________________________________________________ | |
885 | [ 10034] By: jhi on 2001/05/08 13:21:07 | |
886 | Log: Upgrade to Text::Balanced 1.84. | |
887 | Branch: perl | |
888 | ! lib/Text/Balanced.pm t/lib/tb-xbrak.t | |
889 | ____________________________________________________________________________ | |
890 | [ 10033] By: jhi on 2001/05/08 12:41:53 | |
891 | Log: Subject: Re: [PATCH] Find the last of the missing pad variables | |
892 | From: Benjamin Sugars <bsugars@canoe.ca> | |
893 | Date: Tue, 8 May 2001 09:14:30 -0400 (EDT) | |
894 | Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca> | |
895 | Branch: perl | |
896 | ! run.c | |
897 | ____________________________________________________________________________ | |
898 | [ 10032] By: jhi on 2001/05/08 12:40:28 | |
899 | Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t | |
900 | From: Peter Prymmer <pvhp@forte.com> | |
901 | Date: Mon, 7 May 2001 18:13:06 -0700 (PDT) | |
902 | Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com> | |
903 | Branch: perl | |
904 | ! t/pod/plainer.t | |
905 | ____________________________________________________________________________ | |
906 | [ 10031] By: jhi on 2001/05/08 12:35:25 | |
907 | Log: (Retracted by #10042) | |
908 | ||
909 | Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin | |
910 | From: "Philip Newton" <pnewton@gmx.de> | |
911 | Date: Tue, 8 May 2001 09:18:10 +0200 | |
912 | Message-ID: <3AF7B9D2.28861.603732@localhost> | |
913 | Branch: perl | |
914 | ! pod/perlfunc.pod | |
915 | ____________________________________________________________________________ | |
916 | [ 10030] By: jhi on 2001/05/08 12:32:23 | |
917 | Log: Subject: [PATCH B::Deparse] Document known bugs | |
918 | From: Robin Houston <robin@kitsite.com> | |
919 | Date: Tue, 8 May 2001 01:53:34 +0100 | |
920 | Message-ID: <20010508015334.A32394@penderel> | |
921 | Branch: perl | |
922 | ! ext/B/B/Deparse.pm | |
923 | ____________________________________________________________________________ | |
924 | [ 10029] By: jhi on 2001/05/08 12:28:28 | |
925 | Log: Subject: Re: Perl book, magazine and website updates. | |
926 | From: "Philip Newton" <pnewton@gmx.de> | |
927 | Date: Mon, 7 May 2001 17:03:58 +0200 | |
928 | Message-ID: <3AF6D57E.5387.1E29930@localhost> | |
929 | Branch: perl | |
930 | ! pod/perlfaq2.pod | |
931 | ____________________________________________________________________________ | |
932 | [ 10028] By: jhi on 2001/05/07 23:53:30 | |
933 | Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t | |
934 | From: Peter Prymmer <pvhp@forte.com> | |
935 | Date: Mon, 7 May 2001 17:50:48 -0700 (PDT) | |
936 | Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> | |
937 | Branch: perl | |
938 | ! t/io/fflush.t | |
939 | ____________________________________________________________________________ | |
940 | [ 10027] By: jhi on 2001/05/07 23:22:48 | |
941 | Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine | |
942 | From: Robin Houston <robin@kitsite.com> | |
943 | Date: Tue, 8 May 2001 01:14:55 +0100 | |
944 | Message-ID: <20010508011455.A32162@penderel> | |
945 | Branch: perl | |
946 | ! ext/B/B/Deparse.pm | |
947 | ____________________________________________________________________________ | |
948 | [ 10026] By: jhi on 2001/05/07 23:15:05 | |
949 | Log: Typo in #10025. | |
950 | Branch: perl | |
951 | ! hints/uts.sh | |
952 | ____________________________________________________________________________ | |
953 | [ 10025] By: jhi on 2001/05/07 21:15:35 | |
954 | Log: cc, cflags, and optimize tweaks for UTS from Hal Morris. | |
955 | Branch: perl | |
956 | ! hints/uts.sh | |
957 | ____________________________________________________________________________ | |
958 | [ 10024] By: jhi on 2001/05/07 20:58:40 | |
959 | Log: Subject: Re: [ID 20010506.045] question about hash syntax | |
960 | From: Peter Scott <Peter@PSDT.com> | |
961 | Date: Sun, 06 May 2001 13:10:40 -0700 | |
962 | Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com> | |
963 | Branch: perl | |
964 | ! pod/perl56delta.pod | |
965 | ____________________________________________________________________________ | |
966 | [ 10023] By: jhi on 2001/05/07 20:41:26 | |
967 | Log: Configure should figure out the list of dynamic extensions | |
968 | just fine in UTS-- and in fact it does, as reported by Hal Morris. | |
969 | Branch: perl | |
970 | ! hints/uts.sh | |
971 | ____________________________________________________________________________ | |
972 | [ 10022] By: jhi on 2001/05/07 20:24:11 | |
973 | Log: Update Changes. | |
974 | Branch: perl | |
975 | ! Changes patchlevel.h | |
976 | ____________________________________________________________________________ | |
038dd032 JH |
977 | [ 10021] By: jhi on 2001/05/07 20:11:31 |
978 | Log: Subject: [PATCH regcomp.c] Insecure regexes | |
979 | From: Robin Houston <robin@kitsite.com> | |
980 | Date: Mon, 7 May 2001 21:56:12 +0100 | |
981 | Message-ID: <20010507215612.A31114@penderel> | |
982 | Branch: perl | |
983 | ! regcomp.c | |
984 | ____________________________________________________________________________ | |
985 | [ 10020] By: jhi on 2001/05/07 20:02:30 | |
986 | Log: Drop the foobar.perl.com references for now until Simon | |
987 | gets them sorted out. | |
988 | Branch: perl | |
989 | ! pod/perlfaq2.pod | |
990 | ____________________________________________________________________________ | |
991 | [ 10019] By: jhi on 2001/05/07 19:54:33 | |
992 | Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp | |
993 | From: Prymmer/Kahn <pvhp@best.com> | |
994 | Date: Mon, 7 May 2001 07:47:21 -0700 (PDT) | |
995 | Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com> | |
996 | Branch: perl | |
997 | ! lib/Devel/SelfStubber.pm | |
998 | ____________________________________________________________________________ | |
999 | [ 10018] By: jhi on 2001/05/07 19:53:10 | |
1000 | Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 | |
1001 | From: Prymmer/Kahn <pvhp@best.com> | |
1002 | Date: Sun, 6 May 2001 21:34:56 -0700 (PDT) | |
1003 | Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com> | |
1004 | Branch: perl | |
1005 | ! win32/Makefile | |
1006 | ____________________________________________________________________________ | |
1007 | [ 10017] By: jhi on 2001/05/07 19:35:10 | |
1008 | Log: s/WebTechnique's/WebTechniques/ | |
1009 | Branch: perl | |
1010 | ! pod/perlfaq2.pod | |
1011 | ____________________________________________________________________________ | |
1012 | [ 10016] By: jhi on 2001/05/07 12:26:29 | |
1013 | Log: Llama 3 updates from Randal. | |
1014 | Branch: perl | |
1015 | ! pod/perlfaq2.pod | |
1016 | ____________________________________________________________________________ | |
1017 | [ 10015] By: jhi on 2001/05/07 01:34:38 | |
1018 | Log: Subject: [PATCH] Help -Dt show correct pad variables | |
1019 | From: Benjamin Sugars <ben.sugars@home.com> | |
1020 | Date: Sun, 6 May 2001 12:54:13 -0400 (EDT) | |
1021 | Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain> | |
1022 | Branch: perl | |
1023 | ! embed.h embed.pl proto.h run.c | |
1024 | ____________________________________________________________________________ | |
1025 | [ 10014] By: jhi on 2001/05/07 01:23:56 | |
1026 | Log: Subject: [PATCH] Document C<our $foo : shared> | |
1027 | From: Benjamin Sugars <ben.sugars@home.com> | |
1028 | Date: Sun, 6 May 2001 19:00:55 -0400 (EDT) | |
1029 | Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain> | |
1030 | Branch: perl | |
1031 | ! pod/perlfunc.pod | |
1032 | ____________________________________________________________________________ | |
1033 | [ 10013] By: jhi on 2001/05/07 01:22:22 | |
1034 | Log: Subject: [PATCH B::Deparse] undefined folded constants | |
1035 | From: Robin Houston <robin@kitsite.com> | |
1036 | Date: Sun, 6 May 2001 17:19:09 +0100 | |
1037 | Message-ID: <20010506171909.A7046@penderel> | |
1038 | Branch: perl | |
1039 | ! ext/B/B/Deparse.pm | |
1040 | ____________________________________________________________________________ | |
1041 | [ 10012] By: jhi on 2001/05/07 00:57:38 | |
1042 | Log: Subject: [PATCH B::Deparse] use Foo (sub {...}); | |
1043 | From: Robin Houston <robin@kitsite.com> | |
1044 | Message-ID: <20010506164654.A6848@penderel> | |
1045 | Date: Sun, 6 May 2001 16:46:54 +0100 | |
1046 | Branch: perl | |
1047 | ! ext/B/B/Deparse.pm | |
1048 | ____________________________________________________________________________ | |
1049 | [ 10011] By: jhi on 2001/05/07 00:52:18 | |
1050 | Log: Subject: [PATCH t/op/my_stash.t] Naughty? | |
1051 | From: Robin Houston <robin@kitsite.com> | |
1052 | Date: Sun, 6 May 2001 14:47:02 +0100 | |
1053 | Message-ID: <20010506144702.A6308@penderel> | |
1054 | Branch: perl | |
1055 | ! t/op/my_stash.t | |
1056 | ____________________________________________________________________________ | |
1057 | [ 10010] By: jhi on 2001/05/06 15:07:51 | |
1058 | Log: Subject: Perl book, magazine and website updates. | |
1059 | From: Simon Cozens <simon@netthink.co.uk> | |
1060 | Date: Sun, 6 May 2001 16:55:36 +0100 | |
1061 | Message-ID: <20010506165536.A1795@netthink.co.uk> | |
1062 | Branch: perl | |
1063 | ! pod/perlbook.pod pod/perlfaq2.pod | |
1064 | ____________________________________________________________________________ | |
1065 | [ 10009] By: jhi on 2001/05/06 14:11:40 | |
1066 | Log: Tweaks on the Tru64 prof options. | |
1067 | Branch: perl | |
1068 | ! pod/perlhack.pod | |
1069 | ____________________________________________________________________________ | |
1070 | [ 10008] By: jhi on 2001/05/06 13:51:49 | |
1071 | Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance | |
1072 | From: Robin Houston <robin@kitsite.com> | |
1073 | Date: Sun, 6 May 2001 14:40:51 +0100 | |
1074 | Message-ID: <20010506144051.A6279@penderel> | |
1075 | Branch: perl | |
1076 | ! t/pod/testp2pt.pl | |
1077 | ____________________________________________________________________________ | |
1078 | [ 10007] By: jhi on 2001/05/06 13:49:31 | |
1079 | Log: Subject: [PATCH B::Deparse] scoping | |
1080 | From: Robin Houston <robin@kitsite.com> | |
1081 | Date: Sun, 6 May 2001 14:36:56 +0100 | |
1082 | Message-ID: <20010506143656.A4006@penderel> | |
1083 | Branch: perl | |
1084 | ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t | |
1085 | ____________________________________________________________________________ | |
1086 | [ 10006] By: jhi on 2001/05/06 13:24:12 | |
1087 | Log: Document the undefinedness of bitshifting out of range. | |
1088 | Branch: perl | |
1089 | ! pod/perlop.pod | |
1090 | ____________________________________________________________________________ | |
1091 | [ 10005] By: jhi on 2001/05/06 13:03:17 | |
1092 | Log: Retract #10003 and update the IDE descriptions a bit. | |
1093 | Branch: perl | |
1094 | ! pod/perlfaq3.pod | |
1095 | ____________________________________________________________________________ | |
1096 | [ 10004] By: jhi on 2001/05/06 03:02:41 | |
1097 | Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update | |
1098 | From: Prymmer/Kahn <pvhp@best.com> | |
1099 | Date: Sat, 5 May 2001 20:30:49 -0700 (PDT) | |
1100 | Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com> | |
1101 | Branch: perl | |
1102 | ! win32/Makefile win32/buildext.pl win32/config.bc | |
1103 | ! win32/config.gc win32/config.vc | |
1104 | ____________________________________________________________________________ | |
1105 | [ 10003] By: jhi on 2001/05/05 20:24:44 | |
1106 | Log: (Retracted by #10005.) | |
1107 | Branch: perl | |
1108 | ! pod/perlfaq3.pod | |
1109 | ____________________________________________________________________________ | |
1110 | [ 10002] By: jhi on 2001/05/05 19:23:36 | |
1111 | Log: It's "psed", not "sed". | |
1112 | Branch: perl | |
1113 | ! x2p/s2p.PL | |
1114 | ____________________________________________________________________________ | |
1115 | [ 10001] By: jhi on 2001/05/05 18:35:38 | |
1116 | Log: Update Changes. | |
1117 | Branch: perl | |
1118 | ! Changes patchlevel.h | |
1119 | ____________________________________________________________________________ | |
92e0bad9 JH |
1120 | [ 10000] By: jhi on 2001/05/05 18:32:15 |
1121 | Log: Subject: Re: bleadperl make install fails due to "psed" | |
1122 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1123 | Date: 05 May 2001 18:23:28 +0200 | |
1124 | Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de> | |
1125 | Branch: perl | |
1126 | ! x2p/Makefile.SH x2p/s2p.PL | |
1127 | ____________________________________________________________________________ | |
1128 | [ 9999] By: jhi on 2001/05/05 18:28:09 | |
1129 | Log: AUTHORS updates. | |
1130 | Branch: perl | |
1131 | ! AUTHORS | |
1132 | ____________________________________________________________________________ | |
1133 | [ 9998] By: jhi on 2001/05/05 18:16:00 | |
1134 | Log: Updates on the pods related to the modules included since 5.6. | |
1135 | ||
1136 | TODO: perltodo really could use major updating. | |
1137 | Branch: perl | |
1138 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod | |
1139 | ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod | |
1140 | ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod | |
1141 | ! pod/perlsyn.pod pod/perltodo.pod | |
1142 | ____________________________________________________________________________ | |
1143 | [ 9997] By: jhi on 2001/05/05 17:35:17 | |
1144 | Log: Hints file for AtheOS ( http://www.atheos.cx/ ), | |
1145 | from Kurt Skauen. | |
1146 | Branch: perl | |
1147 | + hints/atheos.sh | |
1148 | ! MANIFEST | |
1149 | ____________________________________________________________________________ | |
1150 | [ 9996] By: jhi on 2001/05/05 17:25:00 | |
1151 | Log: Add preemptive #undefs for some of the shorter and more prone | |
1152 | to collision regcomp.h #defines. (Background: the MASK collided | |
1153 | with a system header #define in Rhapsody.) | |
1154 | Branch: perl | |
1155 | ! regcomp.h | |
1156 | ____________________________________________________________________________ | |
1157 | [ 9995] By: jhi on 2001/05/05 13:24:21 | |
1158 | Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!] | |
1159 | From: Nicholas Clark <nick@ccl4.org> | |
1160 | Date: Sat, 5 May 2001 14:46:39 +0100 | |
1161 | Message-ID: <20010505144639.O53513@plum.flirble.org> | |
1162 | ||
1163 | Add a test for the constants (if any) being processed correctly. | |
1164 | Branch: perl | |
1165 | ! utils/h2xs.PL | |
1166 | ____________________________________________________________________________ | |
1167 | [ 9994] By: jhi on 2001/05/05 02:11:03 | |
1168 | Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t | |
1169 | From: Peter Prymmer <pvhp@forte.com> | |
1170 | Date: Fri, 4 May 2001 17:44:13 -0700 (PDT) | |
1171 | Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com> | |
1172 | Branch: perl | |
1173 | ! t/lib/b-stash.t | |
1174 | ____________________________________________________________________________ | |
1175 | [ 9993] By: jhi on 2001/05/05 02:03:49 | |
1176 | Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn | |
1177 | From: Peter Prymmer <pvhp@forte.com> | |
1178 | Date: Fri, 4 May 2001 17:29:02 -0700 (PDT) | |
1179 | Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com> | |
1180 | Branch: perl | |
1181 | ! perlio.c vms/vmsish.h | |
1182 | ____________________________________________________________________________ | |
1183 | [ 9992] By: jhi on 2001/05/04 17:21:12 | |
1184 | Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer | |
1185 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
1186 | Date: Fri, 4 May 2001 18:13:47 +0100 (BST) | |
1187 | Message-Id: <200105041713.SAA14842@tempest.npl.co.uk> | |
1188 | Branch: perl | |
1189 | + t/pod/plainer.t | |
1190 | ! MANIFEST | |
1191 | ____________________________________________________________________________ | |
1192 | [ 9991] By: jhi on 2001/05/04 16:47:45 | |
1193 | Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c | |
1194 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
1195 | Date: Fri, 4 May 2001 18:09:13 +0100 (BST) | |
1196 | Message-Id: <200105041709.SAA14835@tempest.npl.co.uk> | |
1197 | Branch: perl | |
1198 | ! regcomp.c | |
1199 | ____________________________________________________________________________ | |
1200 | [ 9990] By: jhi on 2001/05/04 14:37:20 | |
1201 | Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t | |
1202 | From: Prymmer/Kahn <pvhp@best.com> | |
1203 | Date: Fri, 4 May 2001 07:31:01 -0700 (PDT) | |
1204 | Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com> | |
1205 | Branch: perl | |
1206 | ! t/lib/b-stash.t | |
1207 | ____________________________________________________________________________ | |
1208 | [ 9989] By: jhi on 2001/05/04 14:03:58 | |
1209 | Log: Introduce perl572delta, update Todo, add the missing | |
1210 | mention about signal safety since 5.7.1 (though this | |
1211 | requires verification and more details.) | |
1212 | Branch: perl | |
1213 | + pod/perl572delta.pod | |
1214 | ! MANIFEST Todo pod/perl571delta.pod | |
1215 | ____________________________________________________________________________ | |
1216 | [ 9988] By: jhi on 2001/05/04 12:41:51 | |
1217 | Log: Subject: [PATCH perl@9944] long =item | |
1218 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
1219 | Date: Fri, 4 May 2001 14:15:20 +0100 (BST) | |
1220 | Message-Id: <200105041315.OAA00436@tempest.npl.co.uk> | |
1221 | Branch: perl | |
1222 | ! ext/Time/HiRes/HiRes.pm | |
1223 | ____________________________________________________________________________ | |
1224 | [ 9987] By: jhi on 2001/05/04 12:39:19 | |
1225 | Log: The #9901 had removed one line essential for EBCDIC. | |
1226 | Branch: perl | |
1227 | ! regcomp.c | |
1228 | ____________________________________________________________________________ | |
1229 | [ 9986] By: jhi on 2001/05/04 12:30:23 | |
1230 | Log: Subject: cygwin/Makefile.SHs INSTALL patch | |
1231 | From: Reini Urban <rurban@sbox.tu-graz.ac.at> | |
1232 | Date: Mon, 08 Jan 2001 04:59:21 +0200 | |
1233 | Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> | |
1234 | Branch: perl | |
1235 | ! cygwin/Makefile.SHs | |
1236 | ____________________________________________________________________________ | |
1237 | [ 9985] By: jhi on 2001/05/04 03:51:39 | |
1238 | Log: Encode/IO doc tweaks. | |
1239 | Branch: perl | |
1240 | ! ext/Encode/Encode.pm | |
1241 | ____________________________________________________________________________ | |
1242 | [ 9984] By: jhi on 2001/05/04 03:29:34 | |
1243 | Log: Remove GDBM_File from the dynamic extensions for UTS, | |
1244 | GDBM is not a standard feature. | |
1245 | Branch: perl | |
1246 | ! hints/uts.sh | |
1247 | ____________________________________________________________________________ | |
1248 | [ 9983] By: jhi on 2001/05/04 03:22:59 | |
1249 | Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more. | |
1250 | Branch: perl | |
1251 | ! pod/perlretut.pod | |
1252 | ____________________________________________________________________________ | |
1253 | [ 9982] By: jhi on 2001/05/03 23:21:03 | |
1254 | Log: Subject: [PATCH] Let sv_dump understand GvSHARED | |
1255 | From: Benjamin Sugars <bsugars@canoe.ca> | |
1256 | Date: Thu, 3 May 2001 16:51:07 -0400 (EDT) | |
1257 | Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca> | |
1258 | Branch: perl | |
1259 | ! dump.c | |
1260 | ____________________________________________________________________________ | |
1261 | [ 9981] By: jhi on 2001/05/03 23:20:05 | |
1262 | Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests | |
1263 | From: Benjamin Sugars <bsugars@canoe.ca> | |
1264 | Date: Thu, 3 May 2001 15:28:21 -0400 (EDT) | |
1265 | Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca> | |
1266 | Branch: perl | |
1267 | ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t | |
1268 | ____________________________________________________________________________ | |
1269 | [ 9980] By: jhi on 2001/05/03 23:15:29 | |
1270 | Log: Integrate perlio. | |
1271 | Branch: perl | |
1272 | !> ext/Encode/Encode.pm | |
1273 | ____________________________________________________________________________ | |
1274 | [ 9979] By: jhi on 2001/05/03 16:54:59 | |
1275 | Log: Install psed man page. | |
1276 | Branch: perl | |
1277 | ! installman | |
1278 | ____________________________________________________________________________ | |
1279 | [ 9978] By: jhi on 2001/05/03 16:45:58 | |
1280 | Log: Remove unused files; noted by Sarathy. | |
1281 | Branch: perl | |
1282 | - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h | |
1283 | ! MANIFEST | |
1284 | ____________________________________________________________________________ | |
1285 | [ 9977] By: jhi on 2001/05/03 16:42:30 | |
1286 | Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements | |
1287 | From: Andy Dougherty <doughera@lafayette.edu> | |
1288 | Date: Thu, 3 May 2001 11:16:10 -0400 (EDT) | |
1289 | Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu> | |
1290 | Branch: perl | |
1291 | ! INSTALL | |
1292 | ____________________________________________________________________________ | |
1293 | [ 9976] By: nick on 2001/05/03 16:40:42 | |
1294 | Log: Allow $answer = encode($object,$text); like it says in docs. | |
1295 | Branch: perlio | |
1296 | ! ext/Encode/Encode.pm | |
1297 | ____________________________________________________________________________ | |
1298 | [ 9975] By: nick on 2001/05/03 16:22:30 | |
1299 | Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need | |
1300 | to be in scope (fair enough), and also a package variable (our) for eval to see it. | |
1301 | Branch: perlio | |
1302 | ! ext/Encode/Encode.pm | |
1303 | ____________________________________________________________________________ | |
1304 | [ 9974] By: nick on 2001/05/03 15:48:17 | |
1305 | Log: Integrate mainline. | |
1306 | Branch: perlio | |
1307 | +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm | |
1308 | +> t/lib/filter-simple.t t/lib/next.t | |
1309 | !> (integrate 70 files) | |
1310 | ____________________________________________________________________________ | |
1311 | [ 9973] By: jhi on 2001/05/03 13:09:09 | |
1312 | Log: Update Changes. | |
1313 | Branch: perl | |
1314 | ! Changes patchlevel.h | |
1315 | ____________________________________________________________________________ | |
724031fb JH |
1316 | [ 9972] By: jhi on 2001/05/03 12:58:33 |
1317 | Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t | |
1318 | From: Prymmer/Kahn <pvhp@best.com> | |
1319 | Date: Wed, 2 May 2001 23:56:13 -0700 (PDT) | |
1320 | Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com> | |
1321 | Branch: perl | |
1322 | ! t/io/fflush.t | |
1323 | ____________________________________________________________________________ | |
1324 | [ 9971] By: jhi on 2001/05/03 12:57:26 | |
1325 | Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm | |
1326 | From: Prymmer/Kahn <pvhp@best.com> | |
1327 | Date: Wed, 2 May 2001 23:42:33 -0700 (PDT) | |
1328 | Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com> | |
1329 | Branch: perl | |
1330 | ! win32/FindExt.pm | |
1331 | ____________________________________________________________________________ | |
1332 | [ 9970] By: jhi on 2001/05/03 02:42:46 | |
1333 | Log: Can't croak sans thread context, from Doug MacEachern. | |
1334 | Branch: perl | |
1335 | ! toke.c | |
1336 | ____________________________________________________________________________ | |
1337 | [ 9969] By: jhi on 2001/05/03 01:23:48 | |
1338 | Log: Subject: Random input test and Perl | |
1339 | From: Ilya Zakharevich <ilya@math.berkeley.edu> | |
1340 | Date: Wed, 2 May 2001 14:35:50 -0700 (PDT) | |
1341 | Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU> | |
1342 | Branch: perl | |
1343 | ! toke.c | |
1344 | ____________________________________________________________________________ | |
1345 | [ 9968] By: jhi on 2001/05/02 22:17:21 | |
1346 | Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod | |
1347 | From: Peter Prymmer <pvhp@forte.com> | |
1348 | Date: Wed, 2 May 2001 15:58:18 -0700 (PDT) | |
1349 | Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com> | |
1350 | Branch: perl | |
1351 | ! pod/perlfunc.pod pod/perlport.pod | |
1352 | ____________________________________________________________________________ | |
1353 | [ 9967] By: jhi on 2001/05/02 20:12:45 | |
1354 | Log: Workaround for UTS compiler casting bug from Hal Morris. | |
1355 | Branch: perl | |
1356 | ! perl.h | |
1357 | ____________________________________________________________________________ | |
1358 | [ 9966] By: jhi on 2001/05/02 18:31:37 | |
1359 | Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS | |
1360 | From: Dan Sugalski <dan@sidhe.org> | |
1361 | Date: Wed, 02 May 2001 15:23:22 -0400 | |
1362 | Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48> | |
1363 | Branch: perl | |
1364 | ! perl.c vms/vms.c | |
1365 | ____________________________________________________________________________ | |
1366 | [ 9965] By: jhi on 2001/05/02 18:21:29 | |
1367 | Log: Minor doc tweaks on endianness, closes bug 20010327.004. | |
1368 | Branch: perl | |
1369 | ! pod/perlfunc.pod | |
1370 | ____________________________________________________________________________ | |
1371 | [ 9964] By: jhi on 2001/05/02 18:15:01 | |
1372 | Log: Document large files in INSTALL, document also the %x | |
1373 | limitation if not use64bitint, closes bug 20010326.007. | |
1374 | Branch: perl | |
1375 | ! INSTALL | |
1376 | ____________________________________________________________________________ | |
1377 | [ 9963] By: jhi on 2001/05/02 17:24:47 | |
1378 | Log: perlmodlib tweaks; regen pods. | |
1379 | Branch: perl | |
1380 | ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod | |
1381 | ! pod/perltoc.pod | |
1382 | ____________________________________________________________________________ | |
1383 | [ 9962] By: jhi on 2001/05/02 17:14:00 | |
1384 | Log: Fix for a segfault, from Marc Lehmann. | |
1385 | Branch: perl | |
1386 | ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs | |
1387 | ____________________________________________________________________________ | |
1388 | [ 9961] By: jhi on 2001/05/02 15:55:53 | |
1389 | Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod | |
1390 | From: "Philip Newton" <pnewton@gmx.de> | |
1391 | Date: Wed, 2 May 2001 18:39:03 +0200 | |
1392 | Message-ID: <3AF05447.15525.173B588@localhost> | |
1393 | Branch: perl | |
1394 | ! pod/perlop.pod | |
1395 | ____________________________________________________________________________ | |
1396 | [ 9960] By: jhi on 2001/05/02 15:35:37 | |
1397 | Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS | |
1398 | From: Dan Sugalski <dan@sidhe.org> | |
1399 | Date: Wed, 02 May 2001 11:37:27 -0400 | |
1400 | Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48> | |
1401 | Branch: perl | |
1402 | ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c | |
1403 | ! thread.h vms/vms.c vms/vmsish.h | |
1404 | ____________________________________________________________________________ | |
1405 | [ 9959] By: jhi on 2001/05/02 15:21:08 | |
1406 | Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar | |
1407 | From: Benjamin Sugars <bsugars@canoe.ca> | |
1408 | Date: Wed, 2 May 2001 10:53:11 -0400 (EDT) | |
1409 | Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca> | |
1410 | Branch: perl | |
1411 | ! ext/PerlIO/Scalar/Scalar.xs | |
1412 | ____________________________________________________________________________ | |
1413 | [ 9958] By: jhi on 2001/05/02 15:15:53 | |
1414 | Log: Bug in #9915, spotted by Mike Guy. | |
1415 | Branch: perl | |
1416 | ! installperl | |
1417 | ____________________________________________________________________________ | |
1418 | [ 9957] By: jhi on 2001/05/02 13:26:01 | |
1419 | Log: Add a test for not griping about references as array | |
1420 | indices if the reference has magic in it (overloaded | |
1421 | methods). | |
1422 | Branch: perl | |
1423 | ! pod/perldiag.pod t/pragma/warn/pp_hot | |
1424 | ____________________________________________________________________________ | |
1425 | [ 9956] By: jhi on 2001/05/02 13:07:01 | |
1426 | Log: Retracted a bit too much in #9952. | |
1427 | Branch: perl | |
1428 | ! t/pragma/sub_lval.t | |
1429 | ____________________________________________________________________________ | |
1430 | [ 9955] By: jhi on 2001/05/02 13:05:38 | |
1431 | Log: Test for #9952. | |
1432 | Branch: perl | |
1433 | ! t/op/tie.t | |
1434 | ____________________________________________________________________________ | |
1435 | [ 9954] By: jhi on 2001/05/02 11:48:18 | |
1436 | Log: Additional note on the encoding example: one cannot | |
1437 | convert string constants in-place. | |
1438 | Branch: perl | |
1439 | ! ext/Encode/Encode.pm | |
1440 | ____________________________________________________________________________ | |
1441 | [ 9953] By: jhi on 2001/05/02 11:43:51 | |
1442 | Log: Note that if you have recent enough Perl you already | |
1443 | have Filter::Util::Call. | |
1444 | Branch: perl | |
1445 | ! lib/Filter/Simple.pm | |
1446 | ____________________________________________________________________________ | |
1447 | [ 9952] By: jhi on 2001/05/02 11:31:53 | |
1448 | Log: Retract changes #8254 and #8255, causes coredump in | |
1449 | 'tie FH, "main"', reported by Abigail, culprit found by | |
1450 | Benjamin Sugars. Mirrors maintperl change #9950. | |
1451 | Branch: perl | |
1452 | ! op.c t/pragma/sub_lval.t | |
1453 | ____________________________________________________________________________ | |
1454 | [ 9951] By: jhi on 2001/05/02 11:14:29 | |
1455 | Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.) | |
1456 | Branch: perl | |
1457 | + t/lib/MyFilter.pm | |
1458 | ____________________________________________________________________________ | |
1459 | [ 9950] By: gsar on 2001/05/02 03:17:11 | |
1460 | Log: revert integration of changes#8254,8255 in change#8620 (causes | |
1461 | a coredump in C<tie FH, 'foo'>; the idea itself may need better | |
1462 | rationalization) | |
1463 | Branch: maint-5.6/perl | |
1464 | ! op.c t/pragma/sub_lval.t | |
1465 | ____________________________________________________________________________ | |
1466 | [ 9949] By: gsar on 2001/05/02 02:56:32 | |
1467 | Log: integrate changes#9774,9814 from mainline (Unixware fixes) | |
1468 | ||
1469 | Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7 | |
1470 | ||
1471 | Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7 | |
1472 | Branch: maint-5.6/perl | |
1473 | !> hints/svr5.sh | |
1474 | ____________________________________________________________________________ | |
1475 | [ 9948] By: gsar on 2001/05/02 02:49:15 | |
1476 | Log: pod/find.t breaks on VMS (from Craig Berry) | |
1477 | Branch: maint-5.6/perl | |
1478 | ! t/pod/find.t | |
1479 | ____________________________________________________________________________ | |
1480 | [ 9947] By: jhi on 2001/05/02 02:43:09 | |
1481 | Log: Add an encoding conversion example. | |
1482 | Branch: perl | |
1483 | ! ext/Encode/Encode.pm | |
1484 | ____________________________________________________________________________ | |
1485 | [ 9946] By: jhi on 2001/05/02 01:34:22 | |
1486 | Log: Another coat of paint but still nowhere finished. | |
1487 | Need to decide on the semantics of strptime(): should | |
1488 | strptime() be a function instead of a method? To do | |
1489 | the week/monthname-strptiming the i18n/l10n bullet needs | |
1490 | to be bitten with gusto. | |
1491 | Branch: perl | |
1492 | ! ext/Time/Piece/Piece.pm t/lib/time-piece.t | |
1493 | ____________________________________________________________________________ | |
1494 | [ 9945] By: jhi on 2001/05/01 23:40:52 | |
1495 | Log: Update Changes. | |
1496 | Branch: perl | |
1497 | ! Changes patchlevel.h | |
1498 | ____________________________________________________________________________ | |
f63e93b7 JH |
1499 | [ 9944] By: jhi on 2001/05/01 23:33:37 |
1500 | Log: Add known-to-be-tested modules to the list-to-be-skipped. | |
1501 | Branch: perl | |
1502 | ! t/lib/1_compile.t | |
1503 | ____________________________________________________________________________ | |
1504 | [ 9943] By: jhi on 2001/05/01 23:24:40 | |
1505 | Log: Subject: BorlandC++ fix | |
1506 | From: "Vadim Konovalov" <watman@inbox.ru> | |
1507 | Date: Mon, 30 Apr 2001 20:12:26 -0700 | |
1508 | Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad> | |
1509 | Branch: perl | |
1510 | ! win32/makefile.mk | |
1511 | ____________________________________________________________________________ | |
1512 | [ 9942] By: jhi on 2001/05/01 23:18:02 | |
1513 | Log: Update to Filter::Simple 0.60, create a test for it. | |
1514 | Branch: perl | |
1515 | + t/lib/filter-simple.t | |
1516 | ! MANIFEST lib/Filter/Simple.pm | |
1517 | ____________________________________________________________________________ | |
1518 | [ 9941] By: jhi on 2001/05/01 19:47:24 | |
1519 | Log: Subject: Re: bleadperl: s/// failure with \b and /g | |
1520 | From: Hugo <hv@crypt.compulink.co.uk> | |
1521 | Date: Tue, 01 May 2001 20:12:20 +0100 | |
1522 | Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk> | |
1523 | Branch: perl | |
1524 | ! pp_hot.c t/op/re_tests | |
1525 | ____________________________________________________________________________ | |
1526 | [ 9940] By: jhi on 2001/05/01 19:42:16 | |
1527 | Log: Integrate perlio. | |
1528 | Branch: perl | |
1529 | !> lib/base.pm t/lib/fields.t | |
1530 | ____________________________________________________________________________ | |
1531 | [ 9939] By: jhi on 2001/05/01 19:39:51 | |
1532 | Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar | |
1533 | From: Benjamin Sugars <bsugars@canoe.ca> | |
1534 | Date: Tue, 1 May 2001 16:32:03 -0400 (EDT) | |
1535 | Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca> | |
1536 | Branch: perl | |
1537 | ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t | |
1538 | ____________________________________________________________________________ | |
1539 | [ 9938] By: jhi on 2001/05/01 19:34:09 | |
1540 | Log: Add NEXT, a pseudo-class for method redispatching. | |
1541 | <Damian>NEXT.pm probably offers more bang-for-buck | |
1542 | than anything else I've ever written.</Damian> | |
1543 | Branch: perl | |
1544 | + lib/NEXT.pm t/lib/next.t | |
1545 | ! MANIFEST | |
1546 | ____________________________________________________________________________ | |
1547 | [ 9937] By: jhi on 2001/05/01 19:21:41 | |
1548 | Log: Update to Switch 2.02. | |
1549 | Branch: perl | |
1550 | ! lib/Switch.pm t/lib/switch.t | |
1551 | ____________________________________________________________________________ | |
1552 | [ 9936] By: nick on 2001/05/01 19:09:21 | |
1553 | Log: Fix for base.pm clobbering $VERSION | |
1554 | Branch: perlio | |
1555 | ! lib/base.pm | |
1556 | ____________________________________________________________________________ | |
1557 | [ 9935] By: nick on 2001/05/01 18:54:38 | |
1558 | Log: Test for base.pm clobbering $VERSION. | |
1559 | Branch: perlio | |
1560 | ! t/lib/fields.t | |
1561 | ____________________________________________________________________________ | |
1562 | [ 9934] By: jhi on 2001/05/01 18:39:10 | |
1563 | Log: Add information about Scalar::Util::blessed. | |
1564 | Branch: perl | |
1565 | ! pod/perlobj.pod | |
1566 | ____________________________________________________________________________ | |
1567 | [ 9933] By: jhi on 2001/05/01 18:33:51 | |
1568 | Log: Subject: Extra UNIVERSAL documentation | |
1569 | From: Mike Guy <mjtg@cam.ac.uk> | |
1570 | Date: Tue, 01 May 2001 20:12:11 +0100 | |
1571 | Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk> | |
1572 | Branch: perl | |
1573 | ! pod/perlobj.pod | |
1574 | ____________________________________________________________________________ | |
1575 | [ 9932] By: jhi on 2001/05/01 18:26:54 | |
1576 | Log: Subject: Autoflush in tests as appropriate | |
1577 | From: Mike Guy <mjtg@cam.ac.uk> | |
1578 | Date: Tue, 01 May 2001 20:05:31 +0100 | |
1579 | Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk> | |
1580 | Branch: perl | |
1581 | ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t | |
1582 | ! t/op/taint.t | |
1583 | ____________________________________________________________________________ | |
1584 | [ 9931] By: jhi on 2001/05/01 18:02:29 | |
1585 | Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar | |
1586 | From: Benjamin Sugars <bsugars@canoe.ca> | |
1587 | Date: Tue, 1 May 2001 14:58:24 -0400 (EDT) | |
1588 | Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca> | |
1589 | Branch: perl | |
1590 | ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t | |
1591 | ____________________________________________________________________________ | |
1592 | [ 9930] By: jhi on 2001/05/01 15:12:26 | |
1593 | Log: Subject: Re: Finally got a round tuit | |
1594 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1595 | Date: Tue, 01 May 2001 14:14:10 +0200 | |
1596 | Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl> | |
1597 | ||
1598 | The -DP part, slightly modified. | |
1599 | Branch: perl | |
1600 | ! perl.c | |
1601 | ____________________________________________________________________________ | |
1602 | [ 9929] By: jhi on 2001/05/01 14:17:15 | |
1603 | Log: Subject: Re: Finally got a round tuit | |
1604 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1605 | Date: Tue, 01 May 2001 16:34:06 +0200 | |
1606 | Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl> | |
1607 | ||
1608 | cpp and optimization tweaks for HP-UX. | |
1609 | Branch: perl | |
1610 | ! hints/hpux.sh | |
1611 | ____________________________________________________________________________ | |
1612 | [ 9928] By: jhi on 2001/05/01 13:24:20 | |
1613 | Log: Tune the scan_num() comments to reality. | |
1614 | Branch: perl | |
1615 | ! toke.c | |
1616 | ____________________________________________________________________________ | |
1617 | [ 9927] By: jhi on 2001/05/01 13:14:01 | |
1618 | Log: Subject: [PATCH B::Deparse] optimised sort | |
1619 | From: Robin Houston <robin@kitsite.com> | |
1620 | Date: Tue, 1 May 2001 14:07:12 +0100 | |
1621 | Message-ID: <20010501140712.A4266@penderel> | |
1622 | Branch: perl | |
1623 | ! ext/B/B/Deparse.pm | |
1624 | ____________________________________________________________________________ | |
1625 | [ 9926] By: jhi on 2001/05/01 13:10:53 | |
1626 | Log: Subject: [PATCH t/lib/b-deparse.t] | |
1627 | From: Robin Houston <robin@kitsite.com> | |
1628 | Date: Tue, 1 May 2001 13:37:42 +0100 | |
1629 | Message-ID: <20010501133742.A4082@penderel> | |
1630 | Branch: perl | |
1631 | ! t/lib/b-deparse.t | |
1632 | ____________________________________________________________________________ | |
1633 | [ 9925] By: jhi on 2001/05/01 13:10:13 | |
1634 | Log: Subject: [PATCH B::Deparse] for(;;), sort | |
1635 | From: Robin Houston <robin@kitsite.com> | |
1636 | Date: Tue, 1 May 2001 13:35:00 +0100 | |
1637 | Message-ID: <20010501133500.A4061@penderel> | |
1638 | Branch: perl | |
1639 | ! ext/B/B/Deparse.pm | |
1640 | ____________________________________________________________________________ | |
1641 | [ 9924] By: jhi on 2001/05/01 13:09:22 | |
1642 | Log: Subject: [PATCH B::Deparse] do, warn, use | |
1643 | From: Robin Houston <robin@kitsite.com> | |
1644 | Date: Tue, 1 May 2001 13:31:03 +0100 | |
1645 | Message-ID: <20010501133103.A4041@penderel> | |
1646 | Branch: perl | |
1647 | ! ext/B/B/Deparse.pm | |
1648 | ____________________________________________________________________________ | |
1649 | [ 9923] By: jhi on 2001/05/01 11:45:36 | |
1650 | Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?) | |
1651 | From: Benjamin Sugars <ben.sugars@home.com> | |
1652 | Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT) | |
1653 | Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain> | |
1654 | Branch: perl | |
1655 | + t/io/fflush.t | |
1656 | ! MANIFEST | |
1657 | ____________________________________________________________________________ | |
1658 | [ 9922] By: jhi on 2001/05/01 11:35:42 | |
1659 | Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests | |
1660 | From: Peter Prymmer <pvhp@forte.com> | |
1661 | Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT) | |
1662 | Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com> | |
1663 | Branch: perl | |
1664 | ! t/lib/selfstubber.t | |
1665 | ____________________________________________________________________________ | |
1666 | [ 9921] By: jhi on 2001/04/30 16:34:33 | |
1667 | Log: Subject: [PATCH B::Concise] suppress warning | |
1668 | From: Robin Houston <robin@kitsite.com> | |
1669 | Date: Mon, 30 Apr 2001 16:09:49 +0100 | |
1670 | Message-ID: <20010430160949.A25086@penderel> | |
1671 | Branch: perl | |
1672 | ! ext/B/B/Concise.pm | |
1673 | ____________________________________________________________________________ | |
1674 | [ 9920] By: jhi on 2001/04/30 13:56:04 | |
1675 | Log: Strip the *markers* from #9919. | |
1676 | Branch: perl | |
1677 | ! pod/perlfaq.pod pod/perlfaq5.pod | |
1678 | ____________________________________________________________________________ | |
1679 | [ 9919] By: jhi on 2001/04/30 13:54:04 | |
1680 | Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking | |
1681 | From: Gwyn Judd <b.judd@xtra.co.nz> | |
1682 | Date: Sun, 29 Apr 2001 01:47:49 +1200 | |
1683 | Message-ID: <20010429014749.A4418@thislove> | |
1684 | Branch: perl | |
1685 | ! pod/perlfaq.pod pod/perlfaq5.pod | |
1686 | ____________________________________________________________________________ | |
1687 | [ 9918] By: jhi on 2001/04/30 13:13:54 | |
1688 | Log: More_tweakage. | |
1689 | Branch: perl | |
1690 | ! pod/perldata.pod pod/perldiag.pod | |
1691 | ____________________________________________________________________________ | |
1692 | [ 9917] By: jhi on 2001/04/30 13:01:27 | |
1693 | Log: Update Changes. | |
1694 | Branch: perl | |
1695 | ! Changes patchlevel.h | |
1696 | ____________________________________________________________________________ | |
2b112a98 JH |
1697 | [ 9916] By: jhi on 2001/04/30 12:57:03 |
1698 | Log: T_w_e_a_k_a_g_e. | |
1699 | Branch: perl | |
1700 | ! pod/perldata.pod pod/perldiag.pod | |
1701 | ____________________________________________________________________________ | |
1702 | [ 9915] By: jhi on 2001/04/30 12:39:29 | |
1703 | Log: Install s2p also as psed. | |
1704 | ||
1705 | TODO: psed documentation? | |
1706 | Branch: perl | |
1707 | ! installperl | |
1708 | ____________________________________________________________________________ | |
1709 | [ 9914] By: jhi on 2001/04/30 12:29:21 | |
1710 | Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets | |
1711 | From: Jens Hamisch <jens@Strawberry.COM> | |
1712 | Date: Fri, 27 Apr 2001 17:00:36 +0200 | |
1713 | Message-ID: <20010427170036.K1372@Strawberry.COM> | |
1714 | ||
1715 | SOCKS5_VERSION_NAME is the right symbol to detect | |
1716 | the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether | |
1717 | function called socks5_init() is available, and even that is | |
1718 | not universal, most SOCKS5 installations use SOCKSinit()). | |
1719 | Branch: perl | |
1720 | ! perlio.c | |
1721 | ____________________________________________________________________________ | |
1722 | [ 9913] By: jhi on 2001/04/30 12:22:15 | |
1723 | Log: Allow a zero timeout on IO::Socket accept and connect-- | |
1724 | though one really shouldn't do that. Based on | |
1725 | ||
1726 | Subject: Not possible to set zero second timeout on accept() in IO::Socket and company.. | |
1727 | From: "John Holdsworth" <coldwave@bigfoot.com> | |
1728 | Date: Sun, 4 Feb 2001 12:48:18 +0100 | |
1729 | Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc> | |
1730 | Branch: perl | |
1731 | ! ext/IO/lib/IO/Socket.pm | |
1732 | ____________________________________________________________________________ | |
1733 | [ 9912] By: jhi on 2001/04/30 11:27:27 | |
1734 | Log: Save the spot of regprev (see #9911) for binary compatibility; | |
1735 | regen API. | |
1736 | Branch: perl | |
1737 | ! embedvar.h perlapi.h thrdvar.h | |
1738 | ____________________________________________________________________________ | |
1739 | [ 9911] By: jhi on 2001/04/30 11:22:03 | |
1740 | Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] | |
1741 | From: Hugo <hv@crypt.compulink.co.uk> | |
1742 | Date: Sun, 29 Apr 2001 17:09:30 +0100 | |
1743 | Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk> | |
1744 | Branch: perl | |
1745 | ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h | |
1746 | ____________________________________________________________________________ | |
1747 | [ 9910] By: jhi on 2001/04/30 11:15:12 | |
1748 | Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in | |
1749 | a dummy for PL_numeric_radix); no pressing reason to break | |
1750 | binary compatibility; regen API. | |
1751 | Branch: perl | |
1752 | ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h | |
1753 | ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c | |
1754 | ____________________________________________________________________________ | |
1755 | [ 9909] By: jhi on 2001/04/30 10:56:08 | |
1756 | Log: Subject: [DOC PATCH bleadperl] Document generation of random integers | |
1757 | From: Walt Mankowski <waltman@netaxs.com> | |
1758 | Date: Sun, 29 Apr 2001 21:53:48 -0400 | |
1759 | Message-ID: <20010429215348.A3971@netaxs.com> | |
1760 | Branch: perl | |
1761 | ! pod/perlfunc.pod | |
1762 | ____________________________________________________________________________ | |
1763 | [ 9908] By: jhi on 2001/04/30 10:49:40 | |
1764 | Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs. | |
1765 | Branch: perl | |
1766 | ! t/lib/selfstubber.t | |
1767 | ____________________________________________________________________________ | |
1768 | [ 9907] By: nick on 2001/04/30 09:26:50 | |
1769 | Log: Integrate mainline. | |
1770 | Branch: perlio | |
1771 | !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c | |
1772 | ____________________________________________________________________________ | |
1773 | [ 9906] By: jhi on 2001/04/29 23:24:20 | |
1774 | Log: Abigail spotted a thinko in #9905. | |
1775 | Branch: perl | |
1776 | ! pod/perldiag.pod | |
1777 | ____________________________________________________________________________ | |
1778 | [ 9905] By: jhi on 2001/04/29 15:55:39 | |
1779 | Log: Changed the underscore/undebar syntax in numeric constants; | |
1780 | now any grouping will do, as long as the underscores are not | |
1781 | consecutive (so "zero-grouping" is out), and they do not begin | |
1782 | or end the integer or fractional parts. | |
1783 | Branch: perl | |
1784 | ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c | |
1785 | ____________________________________________________________________________ | |
1786 | [ 9904] By: nick on 2001/04/29 15:43:22 | |
1787 | Log: Integrate mainline. | |
1788 | Branch: perlio | |
1789 | +> (branch 98 files) | |
1790 | - lib/unicode/Block.pl | |
1791 | - lib/unicode/In/AlphabeticPresentationForms.pl | |
1792 | - lib/unicode/In/Arabic.pl | |
1793 | - lib/unicode/In/ArabicPresentationForms-A.pl | |
1794 | - lib/unicode/In/ArabicPresentationForms-B.pl | |
1795 | - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl | |
1796 | - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl | |
1797 | - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl | |
1798 | - lib/unicode/In/BopomofoExtended.pl | |
1799 | - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl | |
1800 | - lib/unicode/In/CJKCompatibility.pl | |
1801 | - lib/unicode/In/CJKCompatibilityForms.pl | |
1802 | - lib/unicode/In/CJKCompatibilityIdeographs.pl | |
1803 | - lib/unicode/In/CJKRadicalsSupplement.pl | |
1804 | - lib/unicode/In/CJKSymbolsandPunctuation.pl | |
1805 | - lib/unicode/In/CJKUnifiedIdeographs.pl | |
1806 | - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl | |
1807 | - lib/unicode/In/Cherokee.pl | |
1808 | - lib/unicode/In/CombiningDiacriticalMarks.pl | |
1809 | - lib/unicode/In/CombiningHalfMarks.pl | |
1810 | - lib/unicode/In/CombiningMarksforSymbols.pl | |
1811 | - lib/unicode/In/ControlPictures.pl | |
1812 | - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl | |
1813 | - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl | |
1814 | - lib/unicode/In/EnclosedAlphanumerics.pl | |
1815 | - lib/unicode/In/EnclosedCJKLettersandMonths.pl | |
1816 | - lib/unicode/In/Ethiopic.pl | |
1817 | - lib/unicode/In/GeneralPunctuation.pl | |
1818 | - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl | |
1819 | - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl | |
1820 | - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl | |
1821 | - lib/unicode/In/HalfwidthandFullwidthForms.pl | |
1822 | - lib/unicode/In/HangulCompatibilityJamo.pl | |
1823 | - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl | |
1824 | - lib/unicode/In/Hebrew.pl | |
1825 | - lib/unicode/In/HighPrivateUseSurrogates.pl | |
1826 | - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl | |
1827 | - lib/unicode/In/IPAExtensions.pl | |
1828 | - lib/unicode/In/IdeographicDescriptionCharacters.pl | |
1829 | - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl | |
1830 | - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl | |
1831 | - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl | |
1832 | - lib/unicode/In/Latin-1Supplement.pl | |
1833 | - lib/unicode/In/LatinExtended-A.pl | |
1834 | - lib/unicode/In/LatinExtended-B.pl | |
1835 | - lib/unicode/In/LatinExtendedAdditional.pl | |
1836 | - lib/unicode/In/LetterlikeSymbols.pl | |
1837 | - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl | |
1838 | - lib/unicode/In/MathematicalOperators.pl | |
1839 | - lib/unicode/In/MiscellaneousSymbols.pl | |
1840 | - lib/unicode/In/MiscellaneousTechnical.pl | |
1841 | - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl | |
1842 | - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl | |
1843 | - lib/unicode/In/OpticalCharacterRecognition.pl | |
1844 | - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl | |
1845 | - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl | |
1846 | - lib/unicode/In/SmallFormVariants.pl | |
1847 | - lib/unicode/In/SpacingModifierLetters.pl | |
1848 | - lib/unicode/In/Specials.pl | |
1849 | - lib/unicode/In/SuperscriptsandSubscripts.pl | |
1850 | - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl | |
1851 | - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl | |
1852 | - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl | |
1853 | - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl | |
1854 | - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl | |
1855 | !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm | |
1856 | !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh | |
1857 | !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h | |
1858 | !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c | |
1859 | !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t | |
1860 | !> utf8.c win32/Makefile | |
1861 | ____________________________________________________________________________ | |
1862 | [ 9903] By: jhi on 2001/04/29 14:30:53 | |
1863 | Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update | |
1864 | From: Prymmer/Kahn <pvhp@best.com> | |
1865 | Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT) | |
1866 | Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com> | |
1867 | Branch: perl | |
1868 | ! win32/Makefile | |
1869 | ____________________________________________________________________________ | |
1870 | [ 9902] By: jhi on 2001/04/29 02:52:44 | |
1871 | Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes. | |
1872 | From: "Abigail" <abigail@foad.org> | |
1873 | Date: Sun, 29 Apr 2001 03:14:25 +0200 | |
1874 | Message-ID: <20010429011425.24503.qmail@foad.org> | |
1875 | Branch: perl | |
1876 | ! ext/IO/lib/IO/Seekable.pm | |
1877 | ____________________________________________________________________________ | |
1878 | [ 9901] By: jhi on 2001/04/29 02:04:46 | |
1879 | Log: In character classes one couldn't have 0x80..0xff characters | |
1880 | at the left hand side if there were 0x100.. characters in the | |
1881 | character class. | |
1882 | Branch: perl | |
1883 | ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c | |
1884 | ! t/op/pat.t utf8.c | |
1885 | ____________________________________________________________________________ | |
1886 | [ 9900] By: jhi on 2001/04/28 22:55:04 | |
1887 | Log: Forgot the latest mktables.PL from #9899. | |
1888 | Branch: perl | |
1889 | ! lib/unicode/mktables.PL | |
1890 | ____________________________________________________________________________ | |
1891 | [ 9899] By: jhi on 2001/04/28 22:53:28 | |
1892 | Log: Explain the \p{} and \P{} error message better and | |
1893 | have prettier prettyprint in In.pl. | |
1894 | Branch: perl | |
1895 | ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl | |
1896 | ! pod/perldiag.pod | |
1897 | ____________________________________________________________________________ | |
1898 | [ 9898] By: jhi on 2001/04/28 21:03:34 | |
1899 | Log: Add one possible explanation for the "Invalid [] range" error. | |
1900 | Branch: perl | |
1901 | ! pod/perldiag.pod | |
1902 | ____________________________________________________________________________ | |
1903 | [ 9897] By: jhi on 2001/04/28 17:18:26 | |
1904 | Log: Add a level of indirection to the implementation of \p{InFoo} | |
1905 | so that we don't have to have long filenames. (Nothing changes | |
1906 | in the user interface.) The indirection is defined in | |
1907 | the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl. | |
1908 | Also rename some the character classes by removing '-' from | |
1909 | the classnames, and finally renamed Block.pl as Blocks.pl. | |
1910 | Branch: perl | |
1911 | + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl | |
1912 | + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl | |
1913 | + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl | |
1914 | + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl | |
1915 | + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl | |
1916 | + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl | |
1917 | + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl | |
1918 | + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl | |
1919 | + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl | |
1920 | + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl | |
1921 | + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl | |
1922 | + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl | |
1923 | + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl | |
1924 | + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl | |
1925 | + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl | |
1926 | + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl | |
1927 | + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl | |
1928 | + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl | |
1929 | + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl | |
1930 | + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl | |
1931 | + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl | |
1932 | + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl | |
1933 | + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl | |
1934 | + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl | |
1935 | + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl | |
1936 | + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl | |
1937 | + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl | |
1938 | + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl | |
1939 | + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl | |
1940 | + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl | |
1941 | + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl | |
1942 | + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl | |
1943 | + lib/unicode/In/94.pl lib/unicode/In/95.pl | |
1944 | - lib/unicode/Block.pl | |
1945 | - lib/unicode/In/AlphabeticPresentationForms.pl | |
1946 | - lib/unicode/In/Arabic.pl | |
1947 | - lib/unicode/In/ArabicPresentationForms-A.pl | |
1948 | - lib/unicode/In/ArabicPresentationForms-B.pl | |
1949 | - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl | |
1950 | - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl | |
1951 | - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl | |
1952 | - lib/unicode/In/BopomofoExtended.pl | |
1953 | - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl | |
1954 | - lib/unicode/In/CJKCompatibility.pl | |
1955 | - lib/unicode/In/CJKCompatibilityForms.pl | |
1956 | - lib/unicode/In/CJKCompatibilityIdeographs.pl | |
1957 | - lib/unicode/In/CJKRadicalsSupplement.pl | |
1958 | - lib/unicode/In/CJKSymbolsandPunctuation.pl | |
1959 | - lib/unicode/In/CJKUnifiedIdeographs.pl | |
1960 | - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl | |
1961 | - lib/unicode/In/Cherokee.pl | |
1962 | - lib/unicode/In/CombiningDiacriticalMarks.pl | |
1963 | - lib/unicode/In/CombiningHalfMarks.pl | |
1964 | - lib/unicode/In/CombiningMarksforSymbols.pl | |
1965 | - lib/unicode/In/ControlPictures.pl | |
1966 | - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl | |
1967 | - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl | |
1968 | - lib/unicode/In/EnclosedAlphanumerics.pl | |
1969 | - lib/unicode/In/EnclosedCJKLettersandMonths.pl | |
1970 | - lib/unicode/In/Ethiopic.pl | |
1971 | - lib/unicode/In/GeneralPunctuation.pl | |
1972 | - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl | |
1973 | - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl | |
1974 | - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl | |
1975 | - lib/unicode/In/HalfwidthandFullwidthForms.pl | |
1976 | - lib/unicode/In/HangulCompatibilityJamo.pl | |
1977 | - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl | |
1978 | - lib/unicode/In/Hebrew.pl | |
1979 | - lib/unicode/In/HighPrivateUseSurrogates.pl | |
1980 | - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl | |
1981 | - lib/unicode/In/IPAExtensions.pl | |
1982 | - lib/unicode/In/IdeographicDescriptionCharacters.pl | |
1983 | - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl | |
1984 | - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl | |
1985 | - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl | |
1986 | - lib/unicode/In/Latin-1Supplement.pl | |
1987 | - lib/unicode/In/LatinExtended-A.pl | |
1988 | - lib/unicode/In/LatinExtended-B.pl | |
1989 | - lib/unicode/In/LatinExtendedAdditional.pl | |
1990 | - lib/unicode/In/LetterlikeSymbols.pl | |
1991 | - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl | |
1992 | - lib/unicode/In/MathematicalOperators.pl | |
1993 | - lib/unicode/In/MiscellaneousSymbols.pl | |
1994 | - lib/unicode/In/MiscellaneousTechnical.pl | |
1995 | - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl | |
1996 | - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl | |
1997 | - lib/unicode/In/OpticalCharacterRecognition.pl | |
1998 | - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl | |
1999 | - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl | |
2000 | - lib/unicode/In/SmallFormVariants.pl | |
2001 | - lib/unicode/In/SpacingModifierLetters.pl | |
2002 | - lib/unicode/In/Specials.pl | |
2003 | - lib/unicode/In/SuperscriptsandSubscripts.pl | |
2004 | - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl | |
2005 | - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl | |
2006 | - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl | |
2007 | - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl | |
2008 | - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl | |
2009 | ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl | |
2010 | ! pod/perlunicode.pod | |
2011 | ____________________________________________________________________________ | |
2012 | [ 9896] By: jhi on 2001/04/28 14:33:17 | |
2013 | Log: Update the information on shared library path on HP-UX. | |
2014 | Branch: perl | |
2015 | ! INSTALL | |
2016 | ____________________________________________________________________________ | |
2017 | [ 9895] By: jhi on 2001/04/28 14:32:30 | |
2018 | Log: Because #9894 seems to do the trick, this workaround can be removed. | |
2019 | Branch: perl | |
2020 | ! t/lib/selfstubber.t | |
2021 | ____________________________________________________________________________ | |
2022 | [ 9894] By: jhi on 2001/04/28 14:26:13 | |
2023 | Log: For PerlIO flush the children's file handles (on fork/exec/system). | |
2024 | Branch: perl | |
2025 | ! perl.h | |
2026 | ____________________________________________________________________________ | |
2027 | [ 9893] By: jhi on 2001/04/28 14:23:15 | |
2028 | Log: Test tweak for #9891. | |
2029 | Branch: perl | |
2030 | ! t/lib/b-deparse.t | |
2031 | ____________________________________________________________________________ | |
2032 | [ 9892] By: jhi on 2001/04/28 14:10:13 | |
2033 | Log: New HP-UX hints from Merijn. | |
2034 | Branch: perl | |
2035 | ! hints/hpux.sh | |
2036 | ____________________________________________________________________________ | |
2037 | [ 9891] By: jhi on 2001/04/28 14:07:27 | |
2038 | Log: Subject: [PATCH B::Deparse] non-block scopes | |
2039 | From: Robin Houston <robin@kitsite.com> | |
2040 | Date: Fri, 27 Apr 2001 19:15:14 +0100 | |
2041 | Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk> | |
2042 | Branch: perl | |
2043 | ! ext/B/B/Deparse.pm | |
2044 | ____________________________________________________________________________ | |
2045 | [ 9890] By: nick on 2001/04/27 19:41:25 | |
2046 | Log: Integrate mainline | |
2047 | Branch: perlio | |
2048 | +> t/lib/selfstubber.t | |
2049 | !> (integrate 50 files) | |
2050 | ____________________________________________________________________________ | |
2051 | [ 9889] By: jhi on 2001/04/27 18:23:46 | |
2052 | Log: Subject: Re: selfstubber test fail on bleadperl | |
2053 | From: Mike Guy <mjtg@cam.ac.uk> | |
2054 | Date: Fri, 27 Apr 2001 19:31:18 +0100 | |
2055 | Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk> | |
2056 | Branch: perl | |
2057 | ! t/lib/selfstubber.t | |
2058 | ____________________________________________________________________________ | |
2059 | [ 9888] By: jhi on 2001/04/27 16:20:54 | |
2060 | Log: Test tweak for #9886. | |
2061 | Branch: perl | |
2062 | ! t/lib/b-deparse.t | |
2063 | ____________________________________________________________________________ | |
2064 | [ 9887] By: jhi on 2001/04/27 16:16:33 | |
2065 | Log: Buffering issue at least in Solaris (even with perlio). | |
2066 | Branch: perl | |
2067 | ! t/lib/selfstubber.t | |
2068 | ____________________________________________________________________________ | |
2069 | [ 9886] By: jhi on 2001/04/27 14:59:23 | |
2070 | Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c | |
2071 | From: Robin Houston <robin@kitsite.com> | |
2072 | Date: Fri, 27 Apr 2001 16:53:20 +0100 | |
2073 | Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk> | |
2074 | Branch: perl | |
2075 | ! ext/B/B/Deparse.pm | |
2076 | ____________________________________________________________________________ | |
2077 | [ 9885] By: jhi on 2001/04/27 14:23:51 | |
2078 | Log: Update Changes. | |
2079 | Branch: perl | |
2080 | ! Changes patchlevel.h | |
2081 | ____________________________________________________________________________ | |
94c2704d JH |
2082 | [ 9884] By: jhi on 2001/04/27 14:14:12 |
2083 | Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals | |
2084 | From: "Philip Newton" <pnewton@gmx.de> | |
2085 | Date: Fri, 27 Apr 2001 16:40:13 +0200 | |
2086 | Message-ID: <3AE9A0ED.5248.CEA127@localhost> | |
2087 | Branch: perl | |
2088 | ! pod/perldata.pod | |
2089 | ____________________________________________________________________________ | |
2090 | [ 9883] By: jhi on 2001/04/27 13:28:19 | |
2091 | Log: Add LOG_PERROR; prettify the "removed". | |
2092 | Branch: perl | |
2093 | ! ext/Sys/Syslog/Syslog.xs | |
2094 | ____________________________________________________________________________ | |
2095 | [ 9882] By: jhi on 2001/04/27 13:13:18 | |
2096 | Log: h2xs tweaks: use NV instead of double, "quote" the removed | |
2097 | prefixes for clarity (especially when nothing is removed), | |
2098 | slight pod reformats. | |
2099 | Branch: perl | |
2100 | ! utils/h2xs.PL | |
2101 | ____________________________________________________________________________ | |
2102 | [ 9881] By: jhi on 2001/04/27 12:58:48 | |
2103 | Log: Don't bother creating existing directories. | |
2104 | Branch: perl | |
2105 | ! utils/h2xs.PL | |
2106 | ____________________________________________________________________________ | |
2107 | [ 9880] By: jhi on 2001/04/27 12:45:39 | |
2108 | Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided | |
2109 | From: Mike Schilli <m@perlmeister.com> | |
2110 | Date: Wed, 25 Apr 2001 01:29:21 -0700 | |
2111 | Message-id: <3AE68AE1.6A981723@perlmeister.com> | |
2112 | Branch: perl | |
2113 | ! utils/h2xs.PL | |
2114 | ____________________________________________________________________________ | |
2115 | [ 9879] By: jhi on 2001/04/27 12:40:55 | |
2116 | Log: break is not yet Perl. Added the template license also to README. | |
2117 | Branch: perl | |
2118 | ! utils/h2xs.PL | |
2119 | ____________________________________________________________________________ | |
2120 | [ 9878] By: jhi on 2001/04/27 03:08:20 | |
2121 | Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13 | |
2122 | From: Tim Jenness <t.jenness@jach.hawaii.edu> | |
2123 | Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST) | |
2124 | Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu> | |
2125 | Branch: perl | |
2126 | ! t/lib/xs-typemap.t | |
2127 | ____________________________________________________________________________ | |
2128 | [ 9877] By: jhi on 2001/04/26 23:54:40 | |
2129 | Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know. | |
2130 | From: "Abigail" <abigail@foad.org> | |
2131 | Date: Fri, 27 Apr 2001 01:44:28 +0200 | |
2132 | Message-ID: <20010426234428.19786.qmail@foad.org> | |
2133 | Branch: perl | |
2134 | ! utils/h2xs.PL | |
2135 | ____________________________________________________________________________ | |
2136 | [ 9876] By: jhi on 2001/04/26 23:52:06 | |
2137 | Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t | |
2138 | From: Peter Prymmer <pvhp@forte.com> | |
2139 | Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT) | |
2140 | Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com> | |
2141 | Branch: perl | |
2142 | ! t/lib/selfstubber.t | |
2143 | ____________________________________________________________________________ | |
2144 | [ 9875] By: jhi on 2001/04/26 23:48:10 | |
2145 | Log: Deparse nits. | |
2146 | Branch: perl | |
2147 | ! ext/B/B/Deparse.pm t/lib/b-deparse.t | |
2148 | ____________________________________________________________________________ | |
2149 | [ 9874] By: jhi on 2001/04/26 22:46:05 | |
2150 | Log: Document ANYOF_CLASS. | |
2151 | Branch: perl | |
2152 | ! regcomp.h | |
2153 | ____________________________________________________________________________ | |
2154 | [ 9873] By: jhi on 2001/04/26 22:35:03 | |
2155 | Log: Subject: Re: [PATCH @9846] dumping ANYOF | |
2156 | From: Hugo <hv@crypt.compulink.co.uk> | |
2157 | Date: Thu, 26 Apr 2001 23:33:38 +0100 | |
2158 | Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk> | |
2159 | Branch: perl | |
2160 | ! regcomp.c regcomp.h | |
2161 | ____________________________________________________________________________ | |
2162 | [ 9872] By: jhi on 2001/04/26 22:34:31 | |
2163 | Log: Subject: [PATCH] more for Devel::SelfStubber | |
2164 | From: Nicholas Clark <nick@ccl4.org> | |
2165 | Date: Fri, 27 Apr 2001 00:13:52 +0100 | |
2166 | Message-ID: <20010427001351.K88186@plum.flirble.org> | |
2167 | Branch: perl | |
2168 | ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t | |
2169 | ____________________________________________________________________________ | |
2170 | [ 9871] By: jhi on 2001/04/26 21:59:17 | |
2171 | Log: Subject: [PATCH B::Deparse] formats must be flush left | |
2172 | From: Robin Houston <robin@kitsite.com> | |
2173 | Date: Thu, 26 Apr 2001 23:54:29 +0100 | |
2174 | Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk> | |
2175 | Branch: perl | |
2176 | ! ext/B/B/Deparse.pm | |
2177 | ____________________________________________________________________________ | |
2178 | [ 9870] By: jhi on 2001/04/26 21:57:37 | |
2179 | Log: If some of the constants are prefixes of others, | |
2180 | the prefixes may never get recognized. (See 20010426.006.) | |
2181 | Branch: perl | |
2182 | ! utils/h2xs.PL | |
2183 | ____________________________________________________________________________ | |
2184 | [ 9869] By: jhi on 2001/04/26 21:50:42 | |
2185 | Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant | |
2186 | From: Chris Bongaarts <cab@tc.umn.edu> | |
2187 | Date: Thu, 26 Apr 2001 17:10:31 -0500 | |
2188 | Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu> | |
2189 | Branch: perl | |
2190 | ! ext/Sys/Syslog/Syslog.xs | |
2191 | ____________________________________________________________________________ | |
2192 | [ 9868] By: jhi on 2001/04/26 21:35:12 | |
2193 | Log: Further cuts and more docs from Graham Barr. | |
2194 | Branch: perl | |
2195 | ! ext/List/Util/lib/List/Util.pm | |
2196 | ! ext/List/Util/lib/Scalar/Util.pm | |
2197 | ____________________________________________________________________________ | |
2198 | [ 9867] By: jhi on 2001/04/26 21:18:57 | |
2199 | Log: Subject: [PATCH 5.7.1] DB_File-1.77 | |
2200 | From: "Paul Marquess" <Paul.Marquess@Openwave.com> | |
2201 | Date: Thu, 26 Apr 2001 22:37:53 +0100 | |
2202 | Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com> | |
2203 | Branch: perl | |
2204 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
2205 | ! ext/DB_File/DB_File.xs ext/DB_File/version.c | |
2206 | ____________________________________________________________________________ | |
2207 | [ 9866] By: jhi on 2001/04/26 21:12:31 | |
2208 | Log: Subject: [PATCH B::Deparse] fix easy bugs | |
2209 | From: Robin Houston <robin@kitsite.com> | |
2210 | Date: Thu, 26 Apr 2001 23:03:33 +0100 | |
2211 | Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk> | |
2212 | Branch: perl | |
2213 | ! ext/B/B/Deparse.pm | |
2214 | ____________________________________________________________________________ | |
2215 | [ 9865] By: jhi on 2001/04/26 20:26:13 | |
2216 | Log: Update Changes. | |
2217 | Branch: perl | |
2218 | ! Changes patchlevel.h | |
2219 | ____________________________________________________________________________ | |
f9f7dcb2 JH |
2220 | [ 9864] By: jhi on 2001/04/26 19:27:48 |
2221 | Log: Dethinko from Robin Houston. | |
2222 | Branch: perl | |
2223 | ! ext/B/B/Deparse.pm | |
2224 | ____________________________________________________________________________ | |
2225 | [ 9863] By: jhi on 2001/04/26 19:10:35 | |
2226 | Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/> | |
2227 | From: Robin Houston <robin@kitsite.com> | |
2228 | Date: Thu, 26 Apr 2001 21:08:32 +0100 | |
2229 | Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk> | |
2230 | Branch: perl | |
2231 | ! ext/B/B/Deparse.pm | |
2232 | ____________________________________________________________________________ | |
2233 | [ 9862] By: jhi on 2001/04/26 19:04:23 | |
2234 | Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation | |
2235 | From: Robin Houston <robin@kitsite.com> | |
2236 | Date: Thu, 26 Apr 2001 20:52:50 +0100 | |
2237 | Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk> | |
2238 | Branch: perl | |
2239 | ! ext/B/B/Deparse.pm | |
2240 | ____________________________________________________________________________ | |
2241 | [ 9861] By: jhi on 2001/04/26 18:56:14 | |
2242 | Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter | |
2243 | From: Mike Guy <mjtg@cam.ac.uk> | |
2244 | Date: Thu, 26 Apr 2001 14:22:40 +0100 | |
2245 | Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk> | |
2246 | Branch: perl | |
2247 | ! pod/perlobj.pod | |
2248 | ____________________________________________________________________________ | |
2249 | [ 9860] By: jhi on 2001/04/26 18:46:42 | |
2250 | Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation | |
2251 | From: Robin Houston <robin@kitsite.com> | |
2252 | Date: Thu, 26 Apr 2001 20:34:29 +0100 | |
2253 | Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk> | |
2254 | ||
2255 | Hashes do not interpolate. | |
2256 | Branch: perl | |
2257 | ! ext/B/B/Deparse.pm | |
2258 | ____________________________________________________________________________ | |
2259 | [ 9859] By: jhi on 2001/04/26 18:43:51 | |
2260 | Log: Subject: The Time::Piece conspiracy unmasked!!! | |
2261 | From: Mike Guy <mjtg@cam.ac.uk> | |
2262 | Date: Thu, 26 Apr 2001 19:02:50 +0100 | |
2263 | Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk> | |
2264 | ||
2265 | Subject: [PATCH] that's enough UNIVERSAL stuff for one day ... | |
2266 | From: Mike Guy <mjtg@cam.ac.uk> | |
2267 | Date: Thu, 26 Apr 2001 19:08:21 +0100 | |
2268 | Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk> | |
2269 | ||
2270 | Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ... | |
2271 | From: Graham Barr <gbarr@pobox.com> | |
2272 | Date: Thu, 26 Apr 2001 19:12:03 +0100 | |
2273 | Message-ID: <20010426191203.A70835@pobox.com> | |
2274 | ||
2275 | Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham) | |
2276 | Branch: perl | |
2277 | ! ext/List/Util/lib/List/Util.pm | |
2278 | ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c | |
2279 | ____________________________________________________________________________ | |
2280 | [ 9858] By: jhi on 2001/04/26 18:17:42 | |
2281 | Log: Subject: [PATCH t/comp/proto.t] disable correct warning | |
2282 | From: Robin Houston <robin@kitsite.com> | |
2283 | Date: Thu, 26 Apr 2001 16:09:35 +0100 | |
2284 | Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk> | |
2285 | Branch: perl | |
2286 | ! t/comp/proto.t | |
2287 | ____________________________________________________________________________ | |
2288 | [ 9857] By: jhi on 2001/04/26 18:04:59 | |
2289 | Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context? | |
2290 | From: barries <barries@slaysys.com> | |
2291 | Date: Thu, 26 Apr 2001 12:01:10 -0400 | |
2292 | Message-ID: <20010426120110.E29698@jester.slaysys.com> | |
2293 | Branch: perl | |
2294 | ! pod/perldiag.pod | |
2295 | ____________________________________________________________________________ | |
2296 | [ 9856] By: jhi on 2001/04/26 18:03:33 | |
2297 | Log: Subject: [PATCH B::Deparse] fix string uninterpretation | |
2298 | Date: Thu, 26 Apr 2001 17:13:41 +0100 | |
2299 | From: Robin Houston <robin@kitsite.com> | |
2300 | Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk> | |
2301 | ||
2302 | Subject: Re: [PATCH B::Deparse] fix string uninterpretation | |
2303 | From: Robin Houston <robin@kitsite.com> | |
2304 | Date: Thu, 26 Apr 2001 18:44:29 +0100 | |
2305 | Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk> | |
2306 | Branch: perl | |
2307 | ! ext/B/B/Deparse.pm | |
2308 | ____________________________________________________________________________ | |
2309 | [ 9855] By: jhi on 2001/04/26 17:56:04 | |
2310 | Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c | |
2311 | From: Robin Houston <robin@kitsite.com> | |
2312 | Date: Thu, 26 Apr 2001 17:04:08 +0100 | |
2313 | Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk> | |
2314 | Branch: perl | |
2315 | ! ext/B/B/Deparse.pm | |
2316 | ____________________________________________________________________________ | |
2317 | [ 9854] By: jhi on 2001/04/26 17:47:26 | |
2318 | Log: Subject: Re: Short test case for undef %stash:: crash | |
2319 | From: Benjamin Sugars <bsugars@canoe.ca> | |
2320 | Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) | |
2321 | Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca> | |
2322 | Changed and moved the perldiag entry. | |
2323 | Branch: perl | |
2324 | ! gv.c pod/perldiag.pod | |
2325 | ____________________________________________________________________________ | |
2326 | [ 9853] By: jhi on 2001/04/26 14:35:16 | |
2327 | Log: Beginnings of strptime(). Do not touch the wet paint. | |
2328 | Branch: perl | |
2329 | ! ext/Time/Piece/Piece.pm t/lib/time-piece.t | |
2330 | ____________________________________________________________________________ | |
2331 | [ 9852] By: jhi on 2001/04/26 13:17:21 | |
2332 | Log: Retract #9851, core dumps from pod2man. | |
2333 | Branch: perl | |
2334 | ! regcomp.c | |
2335 | ____________________________________________________________________________ | |
2336 | [ 9851] By: jhi on 2001/04/26 11:54:41 | |
2337 | Log: (Retracted by #9852.) | |
2338 | ||
2339 | Subject: [PATCH @9846] dumping ANYOF | |
2340 | From: Hugo <hv@crypt.compulink.co.uk> | |
2341 | Date: Thu, 26 Apr 2001 05:32:38 +0100 | |
2342 | Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk> | |
2343 | Branch: perl | |
2344 | ! regcomp.c | |
2345 | ____________________________________________________________________________ | |
2346 | [ 9850] By: jhi on 2001/04/26 02:34:44 | |
2347 | Log: If ccflags was empty the _previous_ $* containing all the | |
2348 | environment variables and Configure variables was used, | |
2349 | which lead, among other bad things, into $ccflags being your | |
2350 | uname -a output, which lead into test compile with cc failing, | |
2351 | which lead into gcc being selected, which didn't work that well | |
2352 | since gcc (ancient 2.8.1 in that particular box) wasn't too happy | |
2353 | with large files, et cetera. | |
2354 | Branch: perl | |
2355 | ! hints/hpux.sh | |
2356 | ____________________________________________________________________________ | |
2357 | [ 9849] By: jhi on 2001/04/26 01:44:57 | |
2358 | Log: Make selfstubber test more portable. | |
2359 | Branch: perl | |
2360 | ! t/lib/selfstubber.t | |
2361 | ____________________________________________________________________________ | |
2362 | [ 9848] By: jhi on 2001/04/26 00:50:26 | |
2363 | Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs | |
2364 | From: Benjamin Sugars <ben.sugars@home.com> | |
2365 | Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT) | |
2366 | Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain> | |
2367 | Branch: perl | |
2368 | ! ext/Cwd/Cwd.xs | |
2369 | ____________________________________________________________________________ | |
2370 | [ 9847] By: jhi on 2001/04/26 00:46:58 | |
2371 | Log: Subject: [PATCH: perl@9841] VMS updates | |
2372 | From: Peter Prymmer <pvhp@forte.com> | |
2373 | Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT) | |
2374 | Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com> | |
2375 | Branch: perl | |
2376 | ! README.vms configure.com vms/descrip_mms.template | |
2377 | ! vms/ext/filespec.t | |
2378 | ____________________________________________________________________________ | |
2379 | [ 9846] By: jhi on 2001/04/26 00:11:56 | |
2380 | Log: re 'debug' was broken by #9084. | |
2381 | Branch: perl | |
2382 | ! ext/re/re.xs | |
2383 | ____________________________________________________________________________ | |
2384 | [ 9845] By: jhi on 2001/04/25 22:33:17 | |
2385 | Log: Subject: [PATCH] test for Devel::SelfStubber | |
2386 | From: Nicholas Clark <nick@ccl4.org> | |
2387 | Date: Thu, 26 Apr 2001 00:00:54 +0100 | |
2388 | Message-ID: <20010426000054.D89026@plum.flirble.org> | |
2389 | Branch: perl | |
2390 | + t/lib/selfstubber.t | |
2391 | ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t | |
2392 | ____________________________________________________________________________ | |
2393 | [ 9844] By: jhi on 2001/04/25 22:29:32 | |
2394 | Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables | |
2395 | From: Paul Johnson <paul@pjcj.net> | |
2396 | Date: Thu, 26 Apr 2001 00:46:08 +0200 | |
2397 | Message-ID: <20010426004608.H2338@pjcj.net> | |
2398 | Branch: perl | |
2399 | ! ext/B/B/Concise.pm | |
2400 | ____________________________________________________________________________ | |
2401 | [ 9843] By: jhi on 2001/04/25 22:28:28 | |
2402 | Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs | |
2403 | From: Peter Prymmer <pvhp@forte.com> | |
2404 | Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT) | |
2405 | Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com> | |
2406 | Branch: perl | |
2407 | ! ext/Cwd/Cwd.xs | |
2408 | ____________________________________________________________________________ | |
2409 | [ 9842] By: jhi on 2001/04/25 20:58:12 | |
2410 | Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)" | |
2411 | From: John Peacock <jpeacock@rowman.com> | |
2412 | Date: Wed, 25 Apr 2001 17:30:26 -0400 | |
2413 | Message-ID: <3AE741F2.B3217464@rowman.com> | |
2414 | Branch: perl | |
2415 | ! lib/Math/BigInt.pm t/lib/bigintpm.t | |
2416 | ____________________________________________________________________________ | |
2417 | [ 9841] By: jhi on 2001/04/25 20:07:05 | |
2418 | Log: Update Changes. | |
2419 | Branch: perl | |
2420 | ! Changes patchlevel.h | |
2421 | ____________________________________________________________________________ | |
a086fe03 JH |
2422 | [ 9840] By: jhi on 2001/04/25 19:56:51 |
2423 | Log: Yet another HP-UX hints version from Merijn. | |
2424 | Branch: perl | |
2425 | ! hints/hpux.sh | |
2426 | ____________________________________________________________________________ | |
2427 | [ 9839] By: jhi on 2001/04/25 19:53:04 | |
2428 | Log: abs_path() didn't terminate the filename correctly, | |
2429 | in DIRNAMLENless systems like HP-UX this would fail. | |
2430 | Branch: perl | |
2431 | ! ext/Cwd/Cwd.xs | |
2432 | ____________________________________________________________________________ | |
2433 | [ 9838] By: jhi on 2001/04/25 16:37:26 | |
2434 | Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context? | |
2435 | From: Mike Guy <mjtg@cam.ac.uk> | |
2436 | Date: Wed, 25 Apr 2001 18:31:47 +0100 | |
2437 | Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk> | |
2438 | Branch: perl | |
2439 | ! op.c | |
2440 | ____________________________________________________________________________ | |
2441 | [ 9837] By: jhi on 2001/04/25 16:21:53 | |
2442 | Log: Subject: Re: patch to perl5db.pl (formatting of h h screen) | |
2443 | From: Jon Eveland <jweveland@yahoo.com> | |
2444 | Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT) | |
2445 | Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com> | |
2446 | Branch: perl | |
2447 | ! lib/perl5db.pl | |
2448 | ____________________________________________________________________________ | |
2449 | [ 9836] By: jhi on 2001/04/25 14:17:50 | |
2450 | Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format | |
2451 | From: "Philip Newton" <pnewton@gmx.de> | |
2452 | Date: Wed, 25 Apr 2001 17:05:58 +0200 | |
2453 | Message-ID: <3AE703F6.3234.1833C45@localhost> | |
2454 | Branch: perl | |
2455 | ! Porting/patching.pod | |
2456 | ____________________________________________________________________________ | |
2457 | [ 9835] By: jhi on 2001/04/25 13:58:07 | |
2458 | Log: It would seem that both ar and full_ar need to be overridden | |
2459 | for HP-UX to avoid the GNU ar. | |
2460 | Branch: perl | |
2461 | ! hints/hpux.sh | |
2462 | ____________________________________________________________________________ | |
2463 | [ 9834] By: jhi on 2001/04/25 13:50:40 | |
2464 | Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef | |
2465 | From: "Philip Newton" <pnewton@gmx.de> | |
2466 | Date: Wed, 25 Apr 2001 16:09:23 +0200 | |
2467 | Message-ID: <3AE6F6B3.30503.14F6DEB@localhost> | |
2468 | ||
2469 | Detypo. | |
2470 | Branch: perl | |
2471 | ! t/op/misc.t | |
2472 | ____________________________________________________________________________ | |
2473 | [ 9833] By: jhi on 2001/04/25 12:36:11 | |
2474 | Log: In HP-UX set ar to /usr/bin/ar but only iff none set. | |
2475 | Branch: perl | |
2476 | ! hints/hpux.sh | |
2477 | ____________________________________________________________________________ | |
2478 | [ 9832] By: jhi on 2001/04/25 12:33:36 | |
2479 | Log: New version of HP-UX hints from Merijn. | |
2480 | Branch: perl | |
2481 | ! hints/hpux.sh | |
2482 | ____________________________________________________________________________ | |
2483 | [ 9831] By: jhi on 2001/04/25 03:39:45 | |
2484 | Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar. | |
2485 | Branch: perl | |
2486 | ! hints/hpux.sh | |
2487 | ____________________________________________________________________________ | |
2488 | [ 9830] By: jhi on 2001/04/25 02:53:25 | |
2489 | Log: The tzname[] bit is not needed by util.c -- and causes | |
2490 | heartburn in VMS (and it missing was probably the cause of | |
2491 | the Mac OS X trouble). Ouch. | |
2492 | Branch: perl | |
2493 | ! ext/POSIX/POSIX.xs util.c | |
2494 | ____________________________________________________________________________ | |
2495 | [ 9829] By: jhi on 2001/04/25 00:10:06 | |
2496 | Log: Metaconfig unit change for #9828. | |
2497 | Branch: metaconfig | |
2498 | ! U/compline/ccflags.U | |
2499 | ____________________________________________________________________________ | |
2500 | [ 9828] By: jhi on 2001/04/25 00:04:18 | |
2501 | Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X) | |
2502 | (which is actually the reason for the change, we need to pass | |
2503 | cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx, | |
2504 | EP/IX, OS/2, and TitanOS, based on the hints files. | |
2505 | Branch: perl | |
2506 | ! Configure config_h.SH | |
2507 | ____________________________________________________________________________ | |
2508 | [ 9827] By: jhi on 2001/04/24 23:49:20 | |
2509 | Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson; | |
2510 | the $cat must have an absolute path. | |
2511 | Branch: perl | |
2512 | ! makedepend.SH | |
2513 | ____________________________________________________________________________ | |
2514 | [ 9826] By: jhi on 2001/04/24 23:40:53 | |
2515 | Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson. | |
2516 | Branch: perl | |
2517 | ! README.amiga | |
2518 | ____________________________________________________________________________ | |
2519 | [ 9825] By: jhi on 2001/04/24 23:35:35 | |
2520 | Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec | |
2521 | From: "Philip Newton" <pnewton@gmx.de> | |
2522 | Date: Tue, 24 Apr 2001 18:52:49 +0200 | |
2523 | Message-Id: <3AE5CB81.12234.1FC246F@localhost> | |
2524 | Branch: perl | |
2525 | ! x2p/find2perl.PL | |
2526 | ____________________________________________________________________________ | |
2527 | [ 9824] By: jhi on 2001/04/24 23:33:07 | |
2528 | Log: New HP-UX hints from Jeff and Merijn, should work with IA-64. | |
2529 | Some gcc specifics dropped out due to extensive rewriting; | |
2530 | will be put back later as needed. | |
2531 | Branch: perl | |
2532 | ! hints/hpux.sh | |
2533 | ____________________________________________________________________________ | |
2534 | [ 9823] By: jhi on 2001/04/24 23:27:57 | |
2535 | Log: Mac OS X patch for missing tzname definition from Paul Schinder. | |
2536 | Branch: perl | |
2537 | ! ext/POSIX/POSIX.xs | |
2538 | ____________________________________________________________________________ | |
2539 | [ 9822] By: jhi on 2001/04/24 23:25:21 | |
2540 | Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED) | |
2541 | From: Tim Jenness <t.jenness@jach.hawaii.edu> | |
2542 | Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST) | |
2543 | Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu> | |
2544 | Branch: perl | |
2545 | ! ext/XS/Typemap/Typemap.xs | |
2546 | ____________________________________________________________________________ | |
2547 | [ 9821] By: jhi on 2001/04/24 23:24:10 | |
2548 | Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses. | |
2549 | From: "Abigail" <abigail@foad.org> | |
2550 | Date: Tue, 24 Apr 2001 23:12:03 +0200 | |
2551 | Message-ID: <20010424211203.7901.qmail@foad.org> | |
2552 | Branch: perl | |
2553 | ! pod/perlport.pod | |
2554 | ____________________________________________________________________________ | |
2555 | [ 9820] By: jhi on 2001/04/24 23:23:15 | |
2556 | Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions | |
2557 | From: Matt Sergeant <matt@sergeant.org> | |
2558 | Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST) | |
2559 | Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org> | |
2560 | Branch: perl | |
2561 | ! pod/perlfaq4.pod | |
2562 | ____________________________________________________________________________ | |
2563 | [ 9819] By: nick on 2001/04/24 18:49:43 | |
2564 | Log: Integrate mainline. | |
2565 | Branch: perlio | |
2566 | +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t | |
2567 | !> (integrate 37 files) | |
2568 | ____________________________________________________________________________ | |
2569 | [ 9818] By: jhi on 2001/04/24 14:35:23 | |
2570 | Log: Update Changes. | |
2571 | Branch: perl | |
2572 | ! Changes patchlevel.h | |
2573 | ____________________________________________________________________________ | |
bfe39e23 JH |
2574 | [ 9817] By: jhi on 2001/04/24 14:09:17 |
2575 | Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries | |
2576 | From: "Philip Newton" <pnewton@gmx.de> | |
2577 | Date: Tue, 24 Apr 2001 12:58:12 +0200 | |
2578 | Message-ID: <3AE57864.8304.B77A0A@localhost> | |
2579 | ||
2580 | plus add CPAN to the list of modules that have their own tests. | |
2581 | Branch: perl | |
2582 | ! t/lib/1_compile.t | |
2583 | ____________________________________________________________________________ | |
2584 | [ 9816] By: jhi on 2001/04/24 14:07:03 | |
2585 | Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries | |
2586 | From: Michael G Schwern <schwern@pobox.com> | |
2587 | Date: Sat, 21 Apr 2001 22:35:00 +0100 | |
2588 | Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk> | |
2589 | Branch: perl | |
2590 | ! t/lib/1_compile.t | |
2591 | ____________________________________________________________________________ | |
2592 | [ 9815] By: jhi on 2001/04/24 13:54:32 | |
2593 | Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794 | |
2594 | From: Robin Houston <robin@kitsite.com> | |
2595 | Date: Tue, 24 Apr 2001 15:51:18 +0100 | |
2596 | Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk> | |
2597 | Branch: perl | |
2598 | ! ext/B/B/Deparse.pm | |
2599 | ____________________________________________________________________________ | |
2600 | [ 9814] By: jhi on 2001/04/24 13:17:34 | |
2601 | Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7 | |
2602 | From: Bill Glicker <billg@burrelles.com> | |
2603 | Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT) | |
2604 | Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com> | |
2605 | Branch: perl | |
2606 | ! hints/svr5.sh | |
2607 | ____________________________________________________________________________ | |
2608 | [ 9813] By: jhi on 2001/04/24 12:54:23 | |
2609 | Log: Prevent path disclosure (probing for existence of filenames) | |
2610 | using suidperl; bug id 20010322.218. | |
2611 | Branch: perl | |
2612 | ! perl.c pod/perldiag.pod | |
2613 | ____________________________________________________________________________ | |
2614 | [ 9812] By: jhi on 2001/04/24 12:08:36 | |
2615 | Log: Retract #9811. | |
2616 | Branch: perl | |
2617 | ! ext/POSIX/POSIX.xs | |
2618 | ____________________________________________________________________________ | |
2619 | [ 9811] By: jhi on 2001/04/24 11:57:35 | |
2620 | Log: (Retracted by #9812.) | |
2621 | Branch: perl | |
2622 | ! ext/POSIX/POSIX.xs | |
2623 | ____________________________________________________________________________ | |
2624 | [ 9810] By: jhi on 2001/04/24 03:32:35 | |
2625 | Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV". | |
2626 | Branch: perl | |
2627 | ! util.c | |
2628 | ____________________________________________________________________________ | |
2629 | [ 9809] By: jhi on 2001/04/24 03:16:13 | |
2630 | Log: The Math::BigFloat::import() was broken. | |
2631 | (Fixes bug id 20010422.002.) | |
2632 | Branch: perl | |
2633 | ! lib/Math/BigFloat.pm | |
2634 | ____________________________________________________________________________ | |
2635 | [ 9808] By: jhi on 2001/04/24 01:11:40 | |
2636 | Log: Additional dependencies; should help for parallel makes | |
2637 | not to fail on missing lib/lib.pm or lib/re.pm. | |
2638 | Branch: perl | |
2639 | ! Makefile.SH | |
2640 | ____________________________________________________________________________ | |
2641 | [ 9807] By: jhi on 2001/04/24 00:57:01 | |
2642 | Log: Update the test failure disclaimer. | |
2643 | Branch: perl | |
2644 | ! t/pragma/warn/pp_hot | |
2645 | ____________________________________________________________________________ | |
2646 | [ 9806] By: jhi on 2001/04/24 00:54:04 | |
2647 | Log: Add make target "install-all" which is alias for "install" | |
2648 | to cater for case-preserving filesystems like HFS+. | |
2649 | Branch: perl | |
2650 | ! INSTALL Makefile.SH | |
2651 | ____________________________________________________________________________ | |
2652 | [ 9805] By: jhi on 2001/04/24 00:47:28 | |
2653 | Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile | |
2654 | From: Peter Prymmer <pvhp@forte.com> | |
2655 | Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT) | |
2656 | Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com> | |
2657 | ||
2658 | (Ken William's message forwarded from macosx@perl.org) | |
2659 | Branch: perl | |
2660 | ! hints/darwin.sh | |
2661 | ____________________________________________________________________________ | |
2662 | [ 9804] By: jhi on 2001/04/23 23:57:35 | |
2663 | Log: Cut-and-pasto. | |
2664 | Branch: perl | |
2665 | ! perlio.c | |
2666 | ____________________________________________________________________________ | |
2667 | [ 9803] By: jhi on 2001/04/23 23:52:25 | |
2668 | Log: More PerlIO robustness. | |
2669 | Branch: perl | |
2670 | ! perlio.c | |
2671 | ____________________________________________________________________________ | |
2672 | [ 9802] By: jhi on 2001/04/23 23:43:35 | |
2673 | Log: Make the "STD* opened only for ..." errors more consistent. | |
2674 | Branch: perl | |
2675 | ! doio.c | |
2676 | ____________________________________________________________________________ | |
2677 | [ 9801] By: jhi on 2001/04/23 23:34:26 | |
2678 | Log: Test case for #9800. | |
2679 | Branch: perl | |
2680 | ! t/op/misc.t | |
2681 | ____________________________________________________________________________ | |
2682 | [ 9800] By: jhi on 2001/04/23 23:14:43 | |
2683 | Log: Avoid coredump on 'close STDERR; die' by making | |
2684 | the PerlIO calls more robust. Also use SETERRNO() | |
2685 | instead of errno = to be more VMS-ready. | |
2686 | Branch: perl | |
2687 | ! perlio.c | |
2688 | ____________________________________________________________________________ | |
2689 | [ 9799] By: jhi on 2001/04/23 21:41:10 | |
2690 | Log: Subject: test for ID 20010423.002 | |
2691 | From: Robin Houston <robin@kitsite.com> | |
2692 | Date: Mon, 23 Apr 2001 16:52:21 +0100 | |
2693 | Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk> | |
2694 | Branch: perl | |
2695 | ! t/op/avhv.t | |
2696 | ____________________________________________________________________________ | |
2697 | [ 9798] By: jhi on 2001/04/23 21:40:07 | |
2698 | Log: Subject: patch to installperl (change warn to print STDERR in sub yn) | |
2699 | From: David Dyck <dcd@tc.fluke.com> | |
2700 | Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT) | |
2701 | Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com> | |
2702 | Branch: perl | |
2703 | ! installperl | |
2704 | ____________________________________________________________________________ | |
2705 | [ 9797] By: jhi on 2001/04/23 21:37:56 | |
2706 | Log: Subject: [PATCH] Implement Cwd::abs_path in XS | |
2707 | From: Benjamin Sugars <bsugars@canoe.ca> | |
2708 | Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT) | |
2709 | Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca> | |
2710 | Branch: perl | |
2711 | ! ext/Cwd/Cwd.xs lib/Cwd.pm | |
2712 | ____________________________________________________________________________ | |
2713 | [ 9796] By: jhi on 2001/04/23 21:29:24 | |
2714 | Log: Synchronize h2xs and pod2man some more on the documentation | |
2715 | templates they propose. | |
2716 | Branch: perl | |
2717 | ! pod/pod2man.PL utils/h2xs.PL | |
2718 | ____________________________________________________________________________ | |
2719 | [ 9795] By: jhi on 2001/04/23 17:30:40 | |
2720 | Log: Add one more naughty test for base64; make encoding logic cleaner. | |
2721 | Branch: perl | |
2722 | ! t/lib/mimeb64.t | |
2723 | ____________________________________________________________________________ | |
2724 | [ 9794] By: jhi on 2001/04/23 13:51:32 | |
2725 | Log: Update Changes. | |
2726 | Branch: perl | |
2727 | ! Changes patchlevel.h | |
2728 | ____________________________________________________________________________ | |
a1954273 JH |
2729 | [ 9793] By: jhi on 2001/04/23 13:44:18 |
2730 | Log: Duplicate lines. | |
2731 | Branch: perl | |
2732 | ! MANIFEST | |
2733 | ____________________________________________________________________________ | |
2734 | [ 9792] By: jhi on 2001/04/23 13:39:13 | |
2735 | Log: Subject: Re: PATCH 5.7.1 | |
2736 | From: Mark-Jason Dominus <mjd@plover.com> | |
2737 | Date: Mon, 23 Apr 2001 10:30:21 -0400 | |
2738 | Message-ID: <20010423143021.17335.qmail@plover.com> | |
2739 | Branch: perl | |
2740 | ! perl.h sv.c | |
2741 | ____________________________________________________________________________ | |
2742 | [ 9791] By: jhi on 2001/04/23 13:32:40 | |
2743 | Log: Add the CPAN.pm 1.59_54 tests. | |
2744 | Branch: perl | |
2745 | + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t | |
2746 | ! MANIFEST | |
2747 | ____________________________________________________________________________ | |
2748 | [ 9790] By: jhi on 2001/04/23 13:21:55 | |
2749 | Log: Subject: Deparse nit | |
2750 | From: Robin Houston <robin@kitsite.com> | |
2751 | Date: Mon, 23 Apr 2001 12:38:20 +0100 | |
2752 | Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk> | |
2753 | Branch: perl | |
2754 | ! ext/B/B/Deparse.pm | |
2755 | ____________________________________________________________________________ | |
2756 | [ 9789] By: jhi on 2001/04/23 13:19:07 | |
2757 | Log: Subject: [PATCH] bug 20010423.002 | |
2758 | From: Robin Houston <robin@kitsite.com> | |
2759 | Date: Mon, 23 Apr 2001 13:12:30 +0100 | |
2760 | Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk> | |
2761 | Branch: perl | |
2762 | ! pp.c | |
2763 | ____________________________________________________________________________ | |
2764 | [ 9788] By: jhi on 2001/04/23 13:02:49 | |
2765 | Log: Subject: PATCH [5.7.1] hv.c unused #define | |
2766 | From: Mark-Jason Dominus <mjd@plover.com> | |
2767 | Date: Sun, 22 Apr 2001 14:17:49 -0400 | |
2768 | Message-ID: <20010422181749.26976.qmail@plover.com> | |
2769 | Branch: perl | |
2770 | ! hv.c | |
2771 | ____________________________________________________________________________ | |
2772 | [ 9787] By: jhi on 2001/04/23 13:02:02 | |
2773 | Log: Subject: PATCH 5.7.1 | |
2774 | From: Mark-Jason Dominus <mjd@plover.com> | |
2775 | Date: Sun, 22 Apr 2001 15:12:57 -0400 | |
2776 | Message-ID: <20010422191258.6539.qmail@plover.com> | |
2777 | ||
2778 | plus Sarathy's STMT_START + STMT_END suggestion. | |
2779 | Branch: perl | |
2780 | ! perl.h | |
2781 | ____________________________________________________________________________ | |
2782 | [ 9786] By: jhi on 2001/04/23 12:53:25 | |
2783 | Log: Fix for | |
2784 | ||
2785 | Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW) | |
2786 | From: dLux <dlux@spam.sch.bme.hu> | |
2787 | Date: Mon, 23 Apr 2001 01:25:26 +0200 | |
2788 | Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu> | |
2789 | ||
2790 | (SvGROW really does return a char *.) | |
2791 | Branch: perl | |
2792 | ! pod/perlapi.pod sv.h | |
2793 | ____________________________________________________________________________ | |
2794 | [ 9785] By: jhi on 2001/04/23 04:34:04 | |
2795 | Log: Time::Piece work continues. $t->day removed since | |
2796 | I think it's too confusing. Now has normal and | |
2797 | abbreviated length weekday names and month names, | |
2798 | the names change with _names(), not _list(). | |
2799 | Now has strftime() in Perl, _strftime() is | |
2800 | the libc version (to which strftime() falls back | |
2801 | if it doesn't know the format. To do: the reverse | |
2802 | of strftime, strptime(), and the localisation of both. | |
2803 | Branch: perl | |
2804 | ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs | |
2805 | ! t/lib/time-piece.t | |
2806 | ____________________________________________________________________________ | |
2807 | [ 9784] By: jhi on 2001/04/23 02:41:46 | |
2808 | Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' | |
2809 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2810 | Date: 23 Apr 2001 05:20:55 +0200 | |
2811 | Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de> | |
2812 | Branch: perl | |
2813 | ! t/pragma/overload.t | |
2814 | ____________________________________________________________________________ | |
2815 | [ 9783] By: jhi on 2001/04/22 23:32:42 | |
2816 | Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary | |
2817 | From: Robin Houston <robin@kitsite.com> | |
2818 | Date: Mon, 23 Apr 2001 00:38:18 +0100 | |
2819 | Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk> | |
2820 | Branch: perl | |
2821 | ! ext/B/B/Deparse.pm | |
2822 | ____________________________________________________________________________ | |
2823 | [ 9782] By: jhi on 2001/04/22 20:55:43 | |
2824 | Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' | |
2825 | From: Simon Cozens <simon@netthink.co.uk> | |
2826 | Date: Sun, 22 Apr 2001 18:47:25 +0100 | |
2827 | Message-ID: <20010422184725.A14411@netthink.co.uk> | |
2828 | Branch: perl | |
2829 | ! sv.c t/pragma/overload.t | |
2830 | ____________________________________________________________________________ | |
2831 | [ 9781] By: jhi on 2001/04/22 20:52:13 | |
2832 | Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more) | |
2833 | From: Robin Houston <robin@kitsite.com> | |
2834 | Date: Sun, 22 Apr 2001 22:14:50 +0100 | |
2835 | Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk> | |
2836 | Branch: perl | |
2837 | ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm | |
2838 | ____________________________________________________________________________ | |
2839 | [ 9780] By: nick on 2001/04/22 20:40:31 | |
2840 | Log: Integrate mainline. | |
2841 | Branch: perlio | |
2842 | +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t | |
2843 | +> t/lib/b-stash.t | |
2844 | !> (integrate 38 files) | |
2845 | ____________________________________________________________________________ | |
2846 | [ 9779] By: jhi on 2001/04/22 15:16:03 | |
2847 | Log: Subject: IO::Socket::INET patch | |
2848 | From: andrew deryabin <djsf@technarchy.ru> | |
2849 | Date: Sat, 21 Apr 2001 17:46:52 +0400 | |
2850 | Message-ID: <20010421174652.B1426@technarchy> | |
2851 | Branch: perl | |
2852 | ! ext/IO/lib/IO/Socket/INET.pm | |
2853 | ____________________________________________________________________________ | |
2854 | [ 9778] By: jhi on 2001/04/22 15:14:33 | |
2855 | Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 | |
2856 | From: Mark-Jason Dominus <mjd@plover.com> | |
2857 | Date: Sat, 21 Apr 2001 21:27:49 -0400 | |
2858 | Message-ID: <20010422012749.27024.qmail@plover.com> | |
2859 | Branch: perl | |
2860 | ! regcomp.c | |
2861 | ____________________________________________________________________________ | |
2862 | [ 9777] By: jhi on 2001/04/22 15:10:51 | |
2863 | Log: Subject: Re: Regex debugger patch | |
2864 | From: Mark-Jason Dominus <mjd@plover.com> | |
2865 | Date: Sat, 21 Apr 2001 21:48:51 -0400 | |
2866 | Message-ID: <20010422014851.27165.qmail@plover.com> | |
2867 | Branch: perl | |
2868 | ! pod/perldebguts.pod | |
2869 | ____________________________________________________________________________ | |
2870 | [ 9776] By: jhi on 2001/04/22 15:09:48 | |
2871 | Log: Subject: Re: Regex debugger patch | |
2872 | From: Mark-Jason Dominus <mjd@plover.com> | |
2873 | Date: Sat, 21 Apr 2001 14:24:39 -0400 | |
2874 | Message-ID: <20010421182439.16508.qmail@plover.com> | |
2875 | ||
2876 | Regex debugger backend. | |
2877 | Branch: perl | |
2878 | ! regcomp.c regexp.h | |
2879 | ____________________________________________________________________________ | |
2880 | [ 9775] By: jhi on 2001/04/21 16:45:40 | |
2881 | Log: Subject: [PATCH] Typo in utf8.h | |
2882 | From: Jesús Quiroga <jquiroga@pobox.com> | |
2883 | Date: Sat, 21 Apr 2001 19:25:33 +0200 | |
2884 | Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com> | |
2885 | Branch: perl | |
2886 | ! utf8.h | |
2887 | ____________________________________________________________________________ | |
2888 | [ 9774] By: jhi on 2001/04/21 16:43:52 | |
2889 | Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7 | |
2890 | From: Joe Orton <jorton@redhat.com> | |
2891 | Date: Tue, 17 Apr 2001 15:50:43 +0100 | |
2892 | Message-Id: <20010417155043.D19132@eu.c2.net> | |
2893 | Branch: perl | |
2894 | ! hints/svr5.sh | |
2895 | ____________________________________________________________________________ | |
2896 | [ 9773] By: jhi on 2001/04/21 15:30:15 | |
2897 | Log: Subject: Patch utils/h2xs.PL | |
2898 | From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | |
2899 | Date: Sat, 21 Apr 2001 10:32:16 -0500 | |
2900 | Message-ID: <20010421103216.C14521@chaos.wustl.edu> | |
2901 | ||
2902 | Add MAILING list and LICENSE templates. | |
2903 | Branch: perl | |
2904 | ! utils/h2xs.PL | |
2905 | ____________________________________________________________________________ | |
2906 | [ 9772] By: jhi on 2001/04/21 15:28:36 | |
2907 | Log: Subject: perlfaq2.patch for 5.7.1 | |
2908 | From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | |
2909 | Message-ID: <20010420164219.J3194@chaos.wustl.edu> | |
2910 | Date: Fri, 20 Apr 2001 16:42:19 -0500 | |
2911 | ||
2912 | rm an extra tab, a blurb about the xx.cpan to clarify | |
2913 | which countries actually have that and dejanews is history | |
2914 | as well as most of that nonsensical entry. | |
2915 | Branch: perl | |
2916 | ! pod/perlfaq2.pod | |
2917 | ____________________________________________________________________________ | |
2918 | [ 9771] By: jhi on 2001/04/21 15:27:17 | |
2919 | Log: Subject: perlfaq1.patch for 5.7.1 | |
2920 | From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | |
2921 | Date: Fri, 20 Apr 2001 16:57:36 -0500 | |
2922 | Message-ID: <20010420165736.K3194@chaos.wustl.edu> | |
2923 | ||
2924 | Evil URLs must die. Especially when they are broken. | |
2925 | Branch: perl | |
2926 | ! pod/perlfaq1.pod | |
2927 | ____________________________________________________________________________ | |
2928 | [ 9770] By: jhi on 2001/04/21 15:23:38 | |
2929 | Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented? | |
2930 | From: Michael G Schwern <schwern@pobox.com> | |
2931 | Date: Sat, 21 Apr 2001 16:11:12 +0100 | |
2932 | Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk> | |
2933 | Branch: perl | |
2934 | + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t | |
2935 | + t/lib/b-stash.t | |
2936 | ! MANIFEST ext/B/B.pm t/lib/b.t | |
2937 | ____________________________________________________________________________ | |
2938 | [ 9769] By: jhi on 2001/04/21 15:03:32 | |
2939 | Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)" | |
2940 | From: Michael G Schwern <schwern@pobox.com> | |
2941 | Date: Sat, 21 Apr 2001 09:48:00 +0100 | |
2942 | Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk> | |
2943 | Branch: perl | |
2944 | ! utils/h2ph.PL | |
2945 | ____________________________________________________________________________ | |
2946 | [ 9768] By: jhi on 2001/04/21 14:33:49 | |
2947 | Log: PerlIO and Encode doc cleanup and tweaks. | |
2948 | Branch: perl | |
2949 | ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm | |
2950 | ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm | |
2951 | ____________________________________________________________________________ | |
2952 | [ 9767] By: jhi on 2001/04/21 12:40:16 | |
2953 | Log: Integrate perlio. | |
2954 | Branch: perl | |
2955 | !> doio.c | |
2956 | ____________________________________________________________________________ | |
2957 | [ 9766] By: nick on 2001/04/20 18:28:35 | |
2958 | Log: Avoid core dump on | |
2959 | open(STDOUT,">",\$foo); | |
2960 | Branch: perlio | |
2961 | ! doio.c | |
2962 | ____________________________________________________________________________ | |
2963 | [ 9765] By: jhi on 2001/04/20 13:23:43 | |
2964 | Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.] | |
2965 | From: Robin Houston <robin@kitsite.com> | |
2966 | Date: Fri, 20 Apr 2001 14:29:22 +0100 | |
2967 | Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk> | |
2968 | Branch: perl | |
2969 | ! ext/B/B.pm ext/B/B/Deparse.pm | |
2970 | ____________________________________________________________________________ | |
2971 | [ 9764] By: jhi on 2001/04/20 13:19:33 | |
2972 | Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built | |
2973 | From: Peter Prymmer <pvhp@forte.com> | |
2974 | Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT) | |
2975 | Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com> | |
2976 | Branch: perl | |
2977 | ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t | |
2978 | ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t | |
2979 | ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t | |
2980 | ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t | |
2981 | ____________________________________________________________________________ | |
2982 | [ 9763] By: jhi on 2001/04/20 12:36:39 | |
2983 | Log: Subject: Re: A new PerlIO coredump | |
2984 | From: Nick Ing-Simmons <nik@tiuk.ti.com> | |
2985 | Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST) | |
2986 | Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com> | |
2987 | Branch: perl | |
2988 | ! doio.c | |
2989 | ____________________________________________________________________________ | |
2990 | [ 9762] By: jhi on 2001/04/19 23:02:30 | |
2991 | Log: Update Changes. | |
2992 | Branch: perl | |
2993 | ! Changes patchlevel.h | |
2994 | ____________________________________________________________________________ | |
4124720b JH |
2995 | [ 9761] By: jhi on 2001/04/19 22:59:19 |
2996 | Log: More cleanup cleanup. | |
2997 | Branch: perl | |
2998 | ! Makefile.SH win32/Makefile win32/makefile.mk | |
2999 | ____________________________________________________________________________ | |
3000 | [ 9760] By: jhi on 2001/04/19 22:50:31 | |
3001 | Log: lib/Time is non-empty, let's not rmdir it. | |
3002 | Branch: perl | |
3003 | ! Makefile.SH | |
3004 | ____________________________________________________________________________ | |
3005 | [ 9759] By: jhi on 2001/04/19 22:36:51 | |
3006 | Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.] | |
3007 | From: Robin Houston <robin@kitsite.com> | |
3008 | Date: Fri, 20 Apr 2001 00:18:53 +0100 | |
3009 | Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk> | |
3010 | Branch: perl | |
3011 | ! ext/B/B/Deparse.pm | |
3012 | ____________________________________________________________________________ | |
3013 | [ 9758] By: jhi on 2001/04/19 22:36:00 | |
3014 | Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs | |
3015 | From: Peter Prymmer <pvhp@forte.com> | |
3016 | Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT) | |
3017 | Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com> | |
3018 | Branch: perl | |
3019 | ! ext/Cwd/Cwd.xs | |
3020 | ____________________________________________________________________________ | |
3021 | [ 9757] By: nick on 2001/04/19 18:53:54 | |
3022 | Log: Blind (untested) integrate of mainline. | |
3023 | Branch: perlio | |
3024 | +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm | |
3025 | +> ext/Time/Piece/Piece.xs ext/Time/Piece/README | |
3026 | +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t | |
3027 | !> (integrate 53 files) | |
3028 | ____________________________________________________________________________ | |
3029 | [ 9756] By: jhi on 2001/04/19 16:59:23 | |
3030 | Log: Document and test Time::Piece. | |
3031 | Branch: perl | |
3032 | ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm | |
3033 | ! ext/Time/Piece/Piece.xs t/lib/time-piece.t | |
3034 | ____________________________________________________________________________ | |
3035 | [ 9755] By: jhi on 2001/04/19 12:13:29 | |
3036 | Log: A better fix for the \x{12345678} trouble from NI-S. | |
3037 | Branch: perl | |
3038 | ! utf8.c | |
3039 | ____________________________________________________________________________ | |
3040 | [ 9754] By: jhi on 2001/04/19 11:56:07 | |
3041 | Log: Subject: PATCH: Propagate low byte of hints in cop.op_private | |
3042 | From: Robin Houston <robin@kitsite.com> | |
3043 | Date: Wed, 18 Apr 2001 17:58:33 +0100 | |
3044 | Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk> | |
3045 | Branch: perl | |
3046 | ! ext/B/B/Deparse.pm op.c | |
3047 | ____________________________________________________________________________ | |
3048 | [ 9753] By: jhi on 2001/04/19 04:21:52 | |
3049 | Log: Subject: [PATCH] h2ph test suite bugfix and refactoring | |
3050 | From: "Kurt D. Starsinic" <kstar@wolfetech.com> | |
3051 | Date: Thu, 19 Apr 2001 01:11:41 -0400 | |
3052 | Message-ID: <20010419011141.A5798@cpan.org> | |
3053 | Branch: perl | |
3054 | ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL | |
3055 | ____________________________________________________________________________ | |
3056 | [ 9752] By: jhi on 2001/04/19 02:41:10 | |
3057 | Log: The new time utils need to be thread-aware, too. | |
3058 | Branch: perl | |
3059 | ! util.c | |
3060 | ____________________________________________________________________________ | |
3061 | [ 9751] By: jhi on 2001/04/19 02:26:47 | |
3062 | Log: Compilation nit noticed by AIX compiler. | |
3063 | Branch: perl | |
3064 | ! perlio.c | |
3065 | ____________________________________________________________________________ | |
3066 | [ 9750] By: jhi on 2001/04/19 02:20:06 | |
3067 | Log: The new time utils need to be public. | |
3068 | Branch: perl | |
3069 | ! embed.pl | |
3070 | ____________________________________________________________________________ | |
3071 | [ 9749] By: jhi on 2001/04/19 01:42:39 | |
3072 | Log: Regen toc. | |
3073 | Branch: perl | |
3074 | ! pod/perltoc.pod | |
3075 | ____________________________________________________________________________ | |
3076 | [ 9748] By: jhi on 2001/04/19 01:41:10 | |
3077 | Log: Add Time::Piece, a slight rewrite of Time::Object, | |
3078 | from Matt Sergeant. | |
3079 | Branch: perl | |
3080 | + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm | |
3081 | + ext/Time/Piece/Piece.xs ext/Time/Piece/README | |
3082 | + ext/Time/Piece/Seconds.pm t/lib/time-piece.t | |
3083 | ! MANIFEST configure.com djgpp/config.over epoc/config.sh | |
3084 | ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile | |
3085 | ! win32/makefile.mk | |
3086 | ____________________________________________________________________________ | |
3087 | [ 9747] By: jhi on 2001/04/19 00:55:35 | |
3088 | Log: The new metaconfig unit from strftime. | |
3089 | Branch: metaconfig/U/perl | |
3090 | + d_strftime.U | |
3091 | ____________________________________________________________________________ | |
3092 | [ 9746] By: jhi on 2001/04/19 00:54:54 | |
3093 | Log: Move the strftime() wrapper from POSIX.xs to util.c | |
3094 | as my_strftime(), requires HAS_STRFTIME. | |
3095 | Branch: perl | |
3096 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3097 | ! config_h.SH configure.com embed.h embed.pl epoc/config.sh | |
3098 | ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c | |
3099 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
3100 | ! vos/config.ga.h win32/config.bc win32/config.gc | |
3101 | ! win32/config.vc | |
3102 | ____________________________________________________________________________ | |
3103 | [ 9745] By: jhi on 2001/04/18 23:11:03 | |
3104 | Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c | |
3105 | in preparation of Time::Piece. | |
3106 | Branch: perl | |
3107 | ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c | |
3108 | ____________________________________________________________________________ | |
3109 | [ 9744] By: jhi on 2001/04/18 22:33:12 | |
3110 | Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS | |
3111 | From: Peter Prymmer <pvhp@forte.com> | |
3112 | Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT) | |
3113 | Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com> | |
3114 | Branch: perl | |
3115 | ! t/lib/exporter.t | |
3116 | ____________________________________________________________________________ | |
3117 | [ 9743] By: jhi on 2001/04/18 22:32:23 | |
3118 | Log: Subject: Fwd: pod2html leaves cache files lying around? | |
3119 | From: Rajesh Vaidheeswarran <rv@gnu.org> | |
3120 | Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT) | |
3121 | Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org> | |
3122 | Branch: perl | |
3123 | ! lib/Pod/Html.pm | |
3124 | ____________________________________________________________________________ | |
3125 | [ 9742] By: jhi on 2001/04/18 20:31:49 | |
3126 | Log: Update Changes. | |
3127 | Branch: perl | |
3128 | ! Changes patchlevel.h | |
3129 | ____________________________________________________________________________ | |
918522b5 JH |
3130 | [ 9741] By: jhi on 2001/04/18 20:23:02 |
3131 | Log: Declare hints only if needed. | |
3132 | Branch: perl | |
3133 | ! ext/B/B/Deparse.pm | |
3134 | ____________________________________________________________________________ | |
3135 | [ 9740] By: jhi on 2001/04/18 19:06:05 | |
3136 | Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length | |
3137 | bug noticed by Robin Houston; basically the code of detecting | |
3138 | value wraparound was acting differently under different compilers | |
3139 | and platforms. The workaround is to remove the overflow check | |
3140 | for now, a real fix would be to do the overflow (portably) right. | |
3141 | Branch: perl | |
3142 | ! t/op/pat.t utf8.c | |
3143 | ____________________________________________________________________________ | |
3144 | [ 9739] By: jhi on 2001/04/18 19:01:23 | |
3145 | Log: Subject: [PATCH B::Deparse] some pragma support | |
3146 | From: Robin Houston <robin@kitsite.com> | |
3147 | Date: Wed, 18 Apr 2001 19:32:12 +0100 | |
3148 | Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk> | |
3149 | Branch: perl | |
3150 | ! ext/B/B/Deparse.pm | |
3151 | ____________________________________________________________________________ | |
3152 | [ 9738] By: jhi on 2001/04/18 15:16:37 | |
3153 | Log: Subject: [PATCH] Test case for C<undef %File::Glob::> | |
3154 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3155 | Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT) | |
3156 | Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca> | |
3157 | Branch: perl | |
3158 | ! t/op/glob.t | |
3159 | ____________________________________________________________________________ | |
3160 | [ 9737] By: jhi on 2001/04/18 13:24:50 | |
3161 | Log: Subject: [PATCH] XS::Typemap - T_OPAQUE | |
3162 | From: Tim Jenness <t.jenness@jach.hawaii.edu> | |
3163 | Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST) | |
3164 | Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu> | |
3165 | Branch: perl | |
3166 | ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs | |
3167 | ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t | |
3168 | ____________________________________________________________________________ | |
3169 | [ 9736] By: jhi on 2001/04/18 04:15:14 | |
3170 | Log: The #9735 also changes the subtest 12. | |
3171 | Branch: perl | |
3172 | ! t/lib/b.t | |
3173 | ____________________________________________________________________________ | |
3174 | [ 9735] By: jhi on 2001/04/18 03:55:17 | |
3175 | Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH) | |
3176 | From: David Dyck <dcd@tc.fluke.com> | |
3177 | Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT) | |
3178 | Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com> | |
3179 | Branch: perl | |
3180 | ! ext/B/B/Deparse.pm | |
3181 | ____________________________________________________________________________ | |
3182 | [ 9734] By: jhi on 2001/04/18 03:54:11 | |
3183 | Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef | |
3184 | From: Gisle Aas <gisle@ActiveState.com> | |
3185 | Date: 17 Apr 2001 19:06:45 -0700 | |
3186 | Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com> | |
3187 | Branch: perl | |
3188 | ! pp_hot.c t/op/misc.t | |
3189 | ____________________________________________________________________________ | |
3190 | [ 9733] By: jhi on 2001/04/17 22:25:22 | |
3191 | Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour | |
3192 | From: "Abigail" <abigail@foad.org> | |
3193 | Date: Wed, 18 Apr 2001 01:17:46 +0200 | |
3194 | Message-ID: <20010417231746.21657.qmail@foad.org> | |
3195 | Branch: perl | |
3196 | ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs | |
3197 | ____________________________________________________________________________ | |
3198 | [ 9732] By: jhi on 2001/04/17 20:47:56 | |
3199 | Log: Subject: Re: Deparse - parenthesise args to undeclared subs | |
3200 | From: Robin Houston <robin@kitsite.com> | |
3201 | Date: Tue, 17 Apr 2001 22:37:42 +0100 | |
3202 | Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk> | |
3203 | Branch: perl | |
3204 | ! ext/B/B/Deparse.pm | |
3205 | ____________________________________________________________________________ | |
3206 | [ 9731] By: nick on 2001/04/17 20:46:35 | |
3207 | Log: Re-sync for t/lib/b.t fix | |
3208 | Branch: perlio | |
3209 | !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t | |
3210 | ____________________________________________________________________________ | |
3211 | [ 9730] By: jhi on 2001/04/17 20:45:29 | |
3212 | Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug) | |
3213 | From: Robin Houston <robin@kitsite.com> | |
3214 | Date: Tue, 17 Apr 2001 22:29:36 +0100 | |
3215 | Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk> | |
3216 | Branch: perl | |
3217 | ! ext/B/B.xs ext/B/B/Deparse.pm | |
3218 | ____________________________________________________________________________ | |
3219 | [ 9729] By: jhi on 2001/04/17 20:43:11 | |
3220 | Log: Subject: Deparse - parenthesise args to undeclared subs | |
3221 | From: Robin Houston <robin@kitsite.com> | |
3222 | Date: Tue, 17 Apr 2001 21:31:05 +0100 | |
3223 | Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk> | |
3224 | Branch: perl | |
3225 | ! ext/B/B/Deparse.pm | |
3226 | ____________________________________________________________________________ | |
3227 | [ 9728] By: jhi on 2001/04/17 18:57:30 | |
3228 | Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks | |
3229 | From: Benjamin Sugars <ben.sugars@home.com> | |
3230 | Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT) | |
3231 | Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain> | |
3232 | Branch: perl | |
3233 | ! t/lib/cwd.t | |
3234 | ____________________________________________________________________________ | |
3235 | [ 9727] By: jhi on 2001/04/17 18:20:20 | |
3236 | Log: Subject: [PATCH B::Deparse] ambient pragmas | |
3237 | From: Robin Houston <robin@kitsite.com> | |
3238 | Date: Tue, 17 Apr 2001 20:01:59 +0100 | |
3239 | Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk> | |
3240 | Branch: perl | |
3241 | ! ext/B/B/Deparse.pm t/lib/b.t | |
3242 | ____________________________________________________________________________ | |
3243 | [ 9726] By: nick on 2001/04/17 16:33:51 | |
3244 | Log: Integrate mainline (t/lib/b.t fails test 2...) | |
3245 | Branch: perlio | |
3246 | +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL | |
3247 | +> ext/List/Util/README ext/List/Util/Util.xs | |
3248 | +> ext/List/Util/lib/List/Util.pm | |
3249 | +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t | |
3250 | +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t | |
3251 | +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t | |
3252 | +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t | |
3253 | +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t | |
3254 | !> (integrate 31 files) | |
3255 | ____________________________________________________________________________ | |
3256 | [ 9725] By: jhi on 2001/04/17 12:14:24 | |
3257 | Log: Subject: multiple B::* changes | |
3258 | From: Robin Houston <robin@kitsite.com> | |
3259 | Date: Thu, 12 Apr 2001 20:12:27 +0100 | |
3260 | Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk> | |
3261 | Branch: perl | |
3262 | ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm | |
3263 | ____________________________________________________________________________ | |
3264 | [ 9724] By: jhi on 2001/04/17 11:59:05 | |
3265 | Log: Thread-awareness from Doug MacEachern. | |
3266 | Branch: perl | |
3267 | ! ext/List/Util/Util.xs | |
3268 | ____________________________________________________________________________ | |
3269 | [ 9723] By: jhi on 2001/04/17 11:57:41 | |
3270 | Log: Make the test more portable. | |
3271 | Branch: perl | |
3272 | ! t/lib/cwd.t | |
3273 | ____________________________________________________________________________ | |
3274 | [ 9722] By: jhi on 2001/04/17 11:53:50 | |
3275 | Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks | |
3276 | From: Benjamin Sugars <ben.sugars@home.com> | |
3277 | Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT) | |
3278 | Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain> | |
3279 | Branch: perl | |
3280 | ! t/lib/cwd.t | |
3281 | ____________________________________________________________________________ | |
3282 | [ 9721] By: jhi on 2001/04/17 11:52:17 | |
3283 | Log: Subject: [PATCH] Fix core dump from undef %File::Glob:: | |
3284 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3285 | Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT) | |
3286 | Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca> | |
3287 | Branch: perl | |
3288 | ! op.c | |
3289 | ____________________________________________________________________________ | |
3290 | [ 9720] By: jhi on 2001/04/17 11:35:42 | |
3291 | Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS | |
3292 | From: Chris Nandor <pudge@pobox.com> | |
3293 | Date: Tue, 17 Apr 2001 00:30:49 -0400 | |
3294 | Message-Id: <p05100207b701768712de@[10.0.1.177]> | |
3295 | Branch: perl | |
3296 | ! ext/File/Glob/bsd_glob.c gv.c | |
3297 | ____________________________________________________________________________ | |
3298 | [ 9719] By: jhi on 2001/04/17 11:32:13 | |
3299 | Log: Subject: [PATCH] Tweten->West | |
3300 | From: Casey West <casey@geeknest.com> | |
3301 | Date: Mon, 16 Apr 2001 12:11:22 -0400 | |
3302 | Message-ID: <20010416121122.B14554@stupid.geeknest.com> | |
3303 | Branch: perl | |
3304 | ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm | |
3305 | ! pod/perltie.pod | |
3306 | ____________________________________________________________________________ | |
3307 | [ 9718] By: jhi on 2001/04/16 03:22:52 | |
3308 | Log: Update Changes. | |
3309 | Branch: perl | |
3310 | ! Changes patchlevel.h | |
3311 | ____________________________________________________________________________ | |
e49ff72b JH |
3312 | [ 9717] By: jhi on 2001/04/16 03:06:28 |
3313 | Log: Regen toc. | |
3314 | Branch: perl | |
3315 | ! pod/perltoc.pod | |
3316 | ____________________________________________________________________________ | |
3317 | [ 9716] By: jhi on 2001/04/16 02:58:42 | |
3318 | Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c | |
3319 | From: Prymmer/Kahn <pvhp@best.com> | |
3320 | Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT) | |
3321 | Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com> | |
3322 | Branch: perl | |
3323 | ! utf8.c | |
3324 | ____________________________________________________________________________ | |
3325 | [ 9715] By: jhi on 2001/04/15 23:40:35 | |
3326 | Log: Subject: Re: Net::Ping patch, adds stream protocol | |
3327 | From: bronson@rinspin.com (Scott Bronson) | |
3328 | Date: Tue, 10 Apr 2001 23:58:33 -0700 | |
3329 | Message-ID: <20010410235833.N29719@rinspin.com> | |
3330 | Branch: perl | |
3331 | ! lib/Net/Ping.pm | |
3332 | ____________________________________________________________________________ | |
3333 | [ 9714] By: jhi on 2001/04/15 23:31:46 | |
3334 | Log: Printing out the ok messages helps successful testing. | |
3335 | Branch: perl | |
3336 | ! t/lib/time-hires.t | |
3337 | ____________________________________________________________________________ | |
3338 | [ 9713] By: jhi on 2001/04/15 21:43:24 | |
3339 | Log: Update Douglas Wegscheid's email. | |
3340 | Branch: perl | |
3341 | ! AUTHORS | |
3342 | ____________________________________________________________________________ | |
3343 | [ 9712] By: jhi on 2001/04/15 21:40:41 | |
3344 | Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter | |
3345 | From: Michael G Schwern <schwern@pobox.com> | |
3346 | Date: Sat, 14 Apr 2001 22:40:50 +0100 | |
3347 | Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk> | |
3348 | Branch: perl | |
3349 | + t/lib/exporter.t | |
3350 | ! MANIFEST lib/Exporter/Heavy.pm | |
3351 | ____________________________________________________________________________ | |
3352 | [ 9711] By: jhi on 2001/04/15 21:39:21 | |
3353 | Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1 | |
3354 | From: Michael G Schwern <schwern@pobox.com> | |
3355 | Date: Sat, 14 Apr 2001 22:13:59 +0100 | |
3356 | Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk> | |
3357 | Branch: perl | |
3358 | ! t/op/loopctl.t | |
3359 | ____________________________________________________________________________ | |
3360 | [ 9710] By: jhi on 2001/04/15 21:30:19 | |
3361 | Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files | |
3362 | From: Michael G Schwern <schwern@pobox.com> | |
3363 | Date: Sat, 14 Apr 2001 22:05:32 +0100 | |
3364 | Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk> | |
3365 | Branch: perl | |
3366 | ! t/pragma/warnings.t | |
3367 | ____________________________________________________________________________ | |
3368 | [ 9709] By: jhi on 2001/04/15 19:34:09 | |
3369 | Log: Integrate changes #9706,9707 from maintperl into mainline. | |
3370 | ||
3371 | change#7210 broke .packlist generation | |
3372 | ||
3373 | ExtUtils::Installed doesn't quote regex metacharacters in paths | |
3374 | before using them in match; also make it work for dosish platforms | |
3375 | Branch: perl | |
3376 | !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm | |
3377 | ____________________________________________________________________________ | |
3378 | [ 9708] By: jhi on 2001/04/15 19:31:01 | |
3379 | Log: Test also the scalar aspect of getitimer(). | |
3380 | Branch: perl | |
3381 | ! t/lib/time-hires.t | |
3382 | ____________________________________________________________________________ | |
3383 | [ 9707] By: gsar on 2001/04/15 17:24:20 | |
3384 | Log: ExtUtils::Installed doesn't quote regex metacharacters in paths | |
3385 | before using them in match; also make it work for dosish platforms | |
3386 | Branch: maint-5.6/perl | |
3387 | ! lib/ExtUtils/Installed.pm | |
3388 | ____________________________________________________________________________ | |
3389 | [ 9706] By: gsar on 2001/04/15 17:21:59 | |
3390 | Log: change#7210 broke .packlist generation (listed only filename | |
3391 | rather than fully qualified path name) | |
3392 | Branch: maint-5.6/perl | |
3393 | ! lib/ExtUtils/Install.pm | |
3394 | ____________________________________________________________________________ | |
3395 | [ 9705] By: jhi on 2001/04/15 12:36:33 | |
3396 | Log: Add interval timer (setitimer, getitimer) support to Time::HiRes. | |
3397 | Branch: perl | |
3398 | ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs | |
3399 | ! t/lib/time-hires.t | |
3400 | ____________________________________________________________________________ | |
3401 | [ 9704] By: jhi on 2001/04/15 10:49:08 | |
3402 | Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm | |
3403 | From: Prymmer/Kahn <pvhp@best.com> | |
3404 | Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT) | |
3405 | Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com> | |
3406 | Branch: perl | |
3407 | ! lib/utf8.pm pod/perlebcdic.pod | |
3408 | ____________________________________________________________________________ | |
3409 | [ 9703] By: jhi on 2001/04/15 02:26:26 | |
3410 | Log: I keep forgetting to sort MANIFEST. | |
3411 | Branch: perl | |
3412 | ! MANIFEST | |
3413 | ____________________________________________________________________________ | |
3414 | [ 9702] By: jhi on 2001/04/15 02:07:47 | |
3415 | Log: Add Scalar-List-Utils 1.02, from Graham Barr. | |
3416 | Now we have blessed, reftype, tainted, first, reduce, ... | |
3417 | Branch: perl | |
3418 | + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL | |
3419 | + ext/List/Util/README ext/List/Util/Util.xs | |
3420 | + ext/List/Util/lib/List/Util.pm | |
3421 | + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t | |
3422 | + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t | |
3423 | + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t | |
3424 | + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t | |
3425 | + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t | |
3426 | ! MANIFEST | |
3427 | ____________________________________________________________________________ | |
3428 | [ 9701] By: jhi on 2001/04/14 15:05:25 | |
3429 | Log: Subject: RE: dprofpp.pl updates | |
3430 | From: Carl Eklof <CEklof@endeca.com> | |
3431 | Date: Thu, 12 Apr 2001 18:45:46 -0400 | |
3432 | Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com> | |
3433 | Branch: perl | |
3434 | ! utils/dprofpp.PL | |
3435 | ____________________________________________________________________________ | |
3436 | [ 9700] By: jhi on 2001/04/14 14:44:55 | |
3437 | Log: Do not just blindly add CR. | |
3438 | Branch: perl | |
3439 | ! Porting/makerel | |
3440 | ____________________________________________________________________________ | |
3441 | [ 9699] By: jhi on 2001/04/13 13:17:01 | |
3442 | Log: Update Changes. | |
3443 | Branch: perl | |
3444 | ! Changes patchlevel.h | |
3445 | ____________________________________________________________________________ | |
16dfaf47 JH |
3446 | [ 9698] By: jhi on 2001/04/13 12:44:48 |
3447 | Log: Integrate perlio. | |
3448 | Branch: perl | |
3449 | !> ext/PerlIO/Scalar/Scalar.xs | |
3450 | ____________________________________________________________________________ | |
3451 | [ 9697] By: jhi on 2001/04/13 12:29:15 | |
3452 | Log: Add more debug output to the test. | |
3453 | Branch: perl | |
3454 | ! t/lib/cwd.t | |
3455 | ____________________________________________________________________________ | |
3456 | [ 9696] By: nick on 2001/04/13 10:14:29 | |
3457 | Log: Fix core dump on binmode($fh,'Scalar') | |
3458 | Branch: perlio | |
3459 | ! ext/PerlIO/Scalar/Scalar.xs | |
3460 | ____________________________________________________________________________ | |
3461 | [ 9695] By: nick on 2001/04/13 09:05:42 | |
3462 | Log: Integrate mainline | |
3463 | Branch: perlio | |
3464 | +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm | |
3465 | +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL | |
3466 | +> t/lib/time-hires.t | |
3467 | !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com | |
3468 | !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm | |
3469 | !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c | |
3470 | !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs | |
3471 | !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl | |
3472 | !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t | |
3473 | !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk | |
3474 | ____________________________________________________________________________ | |
3475 | [ 9694] By: jhi on 2001/04/12 22:23:35 | |
3476 | Log: Integrate change #9693 from maintperl into mainline. | |
3477 | ||
3478 | $VERSION and Version() on the same line provokes a warning from | |
3479 | CPAN.pm (from Jonathan Leffler <jleffler@informix.com>) | |
3480 | Branch: perl | |
3481 | !> lib/Devel/SelfStubber.pm | |
3482 | ____________________________________________________________________________ | |
3483 | [ 9693] By: gsar on 2001/04/12 21:55:56 | |
3484 | Log: $VERSION and Version() on the same line provokes a warning from | |
3485 | CPAN.pm (from Jonathan Leffler <jleffler@informix.com>) | |
3486 | Branch: maint-5.6/perl | |
3487 | ! lib/Devel/SelfStubber.pm | |
3488 | ____________________________________________________________________________ | |
3489 | [ 9692] By: jhi on 2001/04/12 13:54:00 | |
3490 | Log: This is at least 5.005. | |
3491 | Branch: perl | |
3492 | ! ext/Time/HiRes/HiRes.xs | |
3493 | ____________________________________________________________________________ | |
3494 | [ 9691] By: jhi on 2001/04/12 13:37:20 | |
3495 | Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.) | |
3496 | Branch: perl | |
3497 | ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh | |
3498 | ! win32/Makefile win32/makefile.mk | |
3499 | ____________________________________________________________________________ | |
3500 | [ 9690] By: jhi on 2001/04/12 01:34:46 | |
3501 | Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid. | |
3502 | Branch: perl | |
3503 | + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm | |
3504 | + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL | |
3505 | + t/lib/time-hires.t | |
3506 | ! MANIFEST | |
3507 | ____________________________________________________________________________ | |
3508 | [ 9689] By: jhi on 2001/04/12 00:28:39 | |
3509 | Log: Subject: [PATCH] Digest::MD5 on UTF8 strings | |
3510 | From: Gisle Aas <gisle@ActiveState.com> | |
3511 | Date: 11 Apr 2001 16:36:11 -0700 | |
3512 | Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com> | |
3513 | Branch: perl | |
3514 | ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t | |
3515 | ____________________________________________________________________________ | |
3516 | [ 9688] By: jhi on 2001/04/12 00:27:39 | |
3517 | Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED) | |
3518 | From: Gisle Aas <gisle@ActiveState.com> | |
3519 | Date: 11 Apr 2001 11:13:24 -0700 | |
3520 | Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com> | |
3521 | Branch: perl | |
3522 | ! ext/MIME/Base64/Base64.xs | |
3523 | ____________________________________________________________________________ | |
3524 | [ 9687] By: jhi on 2001/04/11 19:51:47 | |
3525 | Log: Slight update on the Todo list. (Should integrate to Todo?) | |
3526 | Branch: perl | |
3527 | ! Todo-5.6 | |
3528 | ____________________________________________________________________________ | |
3529 | [ 9686] By: jhi on 2001/04/11 16:54:25 | |
3530 | Log: Subject: [PATCH opcode.pl] Documentation of table format | |
3531 | From: Simon Cozens <simon@netthink.co.uk> | |
3532 | Date: Wed, 11 Apr 2001 12:59:31 +0100 | |
3533 | Message-ID: <20010411125931.A25681@netthink.co.uk> | |
3534 | Branch: perl | |
3535 | ! opcode.pl | |
3536 | ____________________________________________________________________________ | |
3537 | [ 9685] By: jhi on 2001/04/11 16:53:15 | |
3538 | Log: Subject: [PATCH] prototype("CORE::recv") | |
3539 | From: Simon Cozens <simon@netthink.co.uk> | |
3540 | Date: Wed, 11 Apr 2001 13:24:35 +0100 | |
3541 | Message-ID: <20010411132435.A26169@netthink.co.uk> | |
3542 | Branch: perl | |
3543 | ! pp.c t/comp/proto.t | |
3544 | ____________________________________________________________________________ | |
3545 | [ 9684] By: jhi on 2001/04/11 16:47:13 | |
3546 | Log: FAQ (and AUTHORS) update from Dan Carson: the information | |
3547 | was several years obsolete, Term::Readkey has been updated | |
3548 | to have the functionality. | |
3549 | Branch: perl | |
3550 | ! AUTHORS pod/perlfaq5.pod | |
3551 | ____________________________________________________________________________ | |
3552 | [ 9683] By: jhi on 2001/04/11 12:15:46 | |
3553 | Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED) | |
3554 | From: Calle Dybedahl <calle@lysator.liu.se> | |
3555 | Date: 10 Apr 2001 16:44:16 +0200 | |
3556 | Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se> | |
3557 | Branch: perl | |
3558 | ! ext/MIME/Base64/Base64.xs | |
3559 | ____________________________________________________________________________ | |
3560 | [ 9682] By: jhi on 2001/04/11 12:12:26 | |
3561 | Log: A more minimal fix for 20010410.006 from Hugo. | |
3562 | Branch: perl | |
3563 | ! regexec.c | |
3564 | ____________________________________________________________________________ | |
3565 | [ 9681] By: jhi on 2001/04/11 11:34:23 | |
3566 | Log: Integrate changes #9678,9679 from maintline into mainperl. | |
3567 | ||
3568 | addendum to change#9676 | |
3569 | ||
3570 | up $File::Glob::VERSION; add a note pointing out the version of | |
3571 | the OpenBSD glob bsd_glob.c resembles | |
3572 | Branch: perl | |
3573 | !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c | |
3574 | !> ext/File/Glob/bsd_glob.h | |
3575 | ____________________________________________________________________________ | |
3576 | [ 9680] By: jhi on 2001/04/11 11:30:38 | |
3577 | Log: Bad test numbering in integrate in #9677. | |
3578 | Fixes ID 20010411.001. | |
3579 | Branch: perl | |
3580 | ! t/op/pat.t | |
3581 | ____________________________________________________________________________ | |
3582 | [ 9679] By: gsar on 2001/04/11 03:38:40 | |
3583 | Log: up $File::Glob::VERSION; add a note pointing out the version of | |
3584 | the OpenBSD glob bsd_glob.c resembles | |
3585 | Branch: maint-5.6/perl | |
3586 | ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c | |
3587 | ! ext/File/Glob/bsd_glob.h | |
3588 | ____________________________________________________________________________ | |
3589 | [ 9678] By: gsar on 2001/04/11 03:09:48 | |
3590 | Log: addendum to change#9676: some missing changes from OpenBSD glob.c | |
3591 | revision 1.8.10.1 found here: | |
3592 | ||
3593 | http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c | |
3594 | Branch: maint-5.6/perl | |
3595 | ! ext/File/Glob/bsd_glob.c | |
3596 | ____________________________________________________________________________ | |
3597 | [ 9677] By: jhi on 2001/04/11 02:54:39 | |
3598 | Log: Integrate changes #9675,9676 from maintperl into mainline. | |
3599 | ||
3600 | fix for bug 20010410.006, undo change#7115 | |
3601 | ||
3602 | port the OpenBSD glob() security patch | |
3603 | Branch: perl | |
3604 | !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs | |
3605 | !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c | |
3606 | !> t/op/pat.t | |
3607 | ____________________________________________________________________________ | |
3608 | [ 9676] By: gsar on 2001/04/11 02:19:02 | |
3609 | Log: port the glob() security patch found at: | |
3610 | ||
3611 | ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch | |
3612 | ||
3613 | CERT advisory for the issue is here: | |
3614 | ||
3615 | http://www.cert.org/advisories/CA-2001-07.html | |
3616 | ||
3617 | Note that the security scare is only relevant for those who are | |
3618 | foolish enough to build suidperl (which is now officially discouraged) | |
3619 | Branch: maint-5.6/perl | |
3620 | ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs | |
3621 | ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h | |
3622 | ____________________________________________________________________________ | |
3623 | [ 9675] By: gsar on 2001/04/10 23:52:11 | |
3624 | Log: fix for bug 20010410.006 | |
3625 | ||
3626 | undo change#7115 (came into maint-5.6 as change#8156) | |
3627 | ||
3628 | add tests to keep it from coming back | |
3629 | Branch: maint-5.6/perl | |
3630 | ! regexec.c t/op/pat.t | |
3631 | ____________________________________________________________________________ | |
3632 | [ 9674] By: nick on 2001/04/10 20:39:31 | |
3633 | Log: Integrate mainline | |
3634 | Branch: perlio | |
3635 | +> Porting/testall.atom | |
3636 | !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t | |
3637 | !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t | |
3638 | !> t/lib/lc-uk.t t/pod/find.t | |
3639 | ____________________________________________________________________________ | |
3640 | [ 9673] By: nick on 2001/04/10 18:46:14 | |
3641 | Log: Integrate against change 9670 aka perl-5.7.1 | |
3642 | Branch: perlio | |
3643 | +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod | |
3644 | !> (integrate 53 files) | |
3645 | ____________________________________________________________________________ | |
3646 | [ 9672] By: jhi on 2001/04/10 13:45:01 | |
3647 | Log: Add a script for doing cumulative profile of the test suite. | |
3648 | (Requires ATOM, that is, Tru64.) | |
3649 | Branch: perl | |
3650 | + Porting/testall.atom | |
3651 | ! MANIFEST | |
3652 | ____________________________________________________________________________ | |
3653 | [ 9671] By: jhi on 2001/04/10 12:38:53 | |
3654 | Log: Missing std block. | |
3655 | Branch: perl | |
3656 | ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t | |
3657 | ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t | |
3658 | ! t/pod/find.t | |
3659 | ____________________________________________________________________________ | |
3660 | [ 9670] By: jhi on 2001/04/10 01:25:58 | |
3661 | Log: This is 5.7.1. | |
3662 | Branch: perl | |
3663 | ! patchlevel.h | |
3664 | ____________________________________________________________________________ | |
3665 | [ 9669] By: jhi on 2001/04/10 01:09:14 | |
3666 | Log: Update Changes. | |
3667 | Branch: perl | |
3668 | ! Changes patchlevel.h | |
3669 | ____________________________________________________________________________ | |
8aa96316 JH |
3670 | [ 9668] By: jhi on 2001/04/10 01:00:38 |
3671 | Log: Regen toc. | |
3672 | Branch: perl | |
3673 | ! pod/perltoc.pod | |
3674 | ____________________________________________________________________________ | |
3675 | [ 9667] By: jhi on 2001/04/10 00:52:16 | |
3676 | Log: Update perlhist. | |
3677 | Branch: perl | |
3678 | ! pod/perlhist.pod | |
3679 | ____________________________________________________________________________ | |
3680 | [ 9666] By: jhi on 2001/04/09 23:38:59 | |
3681 | Log: Slight wording tweaks from Damian to #9658. | |
3682 | Branch: perl | |
3683 | ! pod/perlobj.pod | |
3684 | ____________________________________________________________________________ | |
3685 | [ 9665] By: jhi on 2001/04/09 19:56:06 | |
3686 | Log: Subject: [PATCH perlutil.pod] Nit | |
3687 | From: Simon Cozens <simon@netthink.co.uk> | |
3688 | Date: Mon, 9 Apr 2001 20:29:44 +0100 | |
3689 | Message-ID: <20010409202944.A14796@the.earth.li> | |
3690 | Branch: perl | |
3691 | ! pod/perlutil.pod | |
3692 | ____________________________________________________________________________ | |
3693 | [ 9664] By: jhi on 2001/04/09 19:54:42 | |
3694 | Log: Subject: Re: perl571delta.pod@9631 | |
3695 | From: Mike Guy <mjtg@cam.ac.uk> | |
3696 | Date: Mon, 09 Apr 2001 18:09:14 +0100 | |
3697 | Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk> | |
3698 | Branch: perl | |
3699 | ! pod/perl571delta.pod | |
3700 | ____________________________________________________________________________ | |
3701 | [ 9663] By: jhi on 2001/04/09 13:43:35 | |
3702 | Log: Update Changes. | |
3703 | Branch: perl | |
3704 | ! Changes patchlevel.h | |
3705 | ____________________________________________________________________________ | |
d422c228 JH |
3706 | [ 9662] By: jhi on 2001/04/09 13:24:46 |
3707 | Log: tweak tweak. | |
3708 | Branch: perl | |
3709 | ! AUTHORS pod/perl571delta.pod | |
3710 | ____________________________________________________________________________ | |
3711 | [ 9661] By: jhi on 2001/04/09 13:15:13 | |
3712 | Log: Thinko in manual patch applying. | |
3713 | Branch: perl | |
3714 | ! sv.c | |
3715 | ____________________________________________________________________________ | |
3716 | [ 9660] By: jhi on 2001/04/09 13:07:53 | |
3717 | Log: Subject: Re: [PATCH perl@9424] isn't numeric warning | |
3718 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3719 | Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST) | |
3720 | Message-Id: <200104091358.OAA24811@tempest.npl.co.uk> | |
3721 | ||
3722 | (This corrects the case where the "isn't numeric" string contains \0s | |
3723 | and is longer than the temporary buffer, and contains \0 at the point | |
3724 | the string would be truncated by "...".) | |
3725 | Branch: perl | |
3726 | ! sv.c | |
3727 | ____________________________________________________________________________ | |
3728 | [ 9659] By: jhi on 2001/04/09 12:57:41 | |
3729 | Log: Upgrade to CGI.pm 2.753, from Lincoln Stein. | |
3730 | Branch: perl | |
3731 | ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t | |
3732 | ! t/lib/cgi-function.t t/lib/cgi-html.t | |
3733 | ____________________________________________________________________________ | |
3734 | [ 9658] By: jhi on 2001/04/09 12:48:47 | |
3735 | Log: Subject: [PATCH] Partial rewrite of perlobj.pod | |
3736 | From: Ilmari Karonen <iltzu@sci.fi> | |
3737 | Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST) | |
3738 | Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka> | |
3739 | ||
3740 | Rearrange and rewrite the Method Invocation section | |
3741 | to explain the concepts in nicer order. | |
3742 | Branch: perl | |
3743 | ! pod/perlobj.pod | |
3744 | ____________________________________________________________________________ | |
3745 | [ 9657] By: jhi on 2001/04/09 12:35:58 | |
3746 | Log: Upgrade to podlators 1.09, from Russ Allbery. | |
3747 | Branch: perl | |
3748 | ! lib/Pod/Man.pm lib/Pod/Text.pm | |
3749 | ____________________________________________________________________________ | |
3750 | [ 9656] By: jhi on 2001/04/09 12:31:53 | |
3751 | Log: perl571delta. | |
3752 | Branch: perl | |
3753 | ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod | |
3754 | ____________________________________________________________________________ | |
3755 | [ 9655] By: jhi on 2001/04/09 12:20:09 | |
3756 | Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support | |
3757 | From: Prymmer/Kahn <pvhp@best.com> | |
3758 | Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT) | |
3759 | Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com> | |
3760 | Branch: perl | |
3761 | ! lib/utf8.pm pod/perlunicode.pod | |
3762 | ____________________________________________________________________________ | |
3763 | [ 9654] By: gsar on 2001/04/09 03:38:33 | |
3764 | Log: here lies 5.6.1 | |
3765 | Branch: maint-5.6/perl | |
3766 | ! Changes | |
3767 | ____________________________________________________________________________ | |
3768 | [ 9653] By: jhi on 2001/04/09 03:25:24 | |
3769 | Log: Update perlhist. | |
3770 | Branch: perl | |
3771 | ! pod/perlhist.pod | |
3772 | ____________________________________________________________________________ | |
3773 | [ 9652] By: jhi on 2001/04/09 03:18:49 | |
3774 | Log: perl571delta tweaking continues. | |
3775 | Branch: perl | |
3776 | ! pod/perl571delta.pod | |
3777 | ____________________________________________________________________________ | |
3778 | [ 9651] By: gsar on 2001/04/09 03:11:19 | |
3779 | Log: update Changes, patchlevel.h &c. | |
3780 | Branch: maint-5.6/perl | |
3781 | ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod | |
3782 | ! pod/perltoc.pod | |
3783 | ____________________________________________________________________________ | |
3784 | [ 9650] By: jhi on 2001/04/09 02:40:24 | |
3785 | Log: Integrate the perlfork half of #9513 from maintperl into mainline | |
3786 | (the perlunicode half is obsolete) | |
3787 | Branch: perl | |
3788 | ! pod/perlfork.pod | |
3789 | ____________________________________________________________________________ | |
3790 | [ 9649] By: gsar on 2001/04/09 02:35:43 | |
3791 | Log: tweak perldelta as suggested by Jarkko | |
3792 | Branch: maint-5.6/perl | |
3793 | ! pod/perldelta.pod | |
3794 | ____________________________________________________________________________ | |
3795 | [ 9648] By: jhi on 2001/04/09 02:13:04 | |
3796 | Log: Integrate change #9646 from maintperl into mainline. | |
3797 | ||
3798 | add note about ithreads and Thread.pm | |
3799 | Branch: perl | |
3800 | !> ext/Thread/Thread.pm ext/Thread/Thread.xs | |
3801 | ____________________________________________________________________________ | |
3802 | [ 9647] By: jhi on 2001/04/09 02:10:18 | |
3803 | Log: Bad assumption that shortsize == 2. | |
3804 | Branch: perl | |
3805 | ! t/lib/xs-typemap.t | |
3806 | ____________________________________________________________________________ | |
3807 | [ 9646] By: gsar on 2001/04/09 00:48:04 | |
3808 | Log: add note about ithreads and Thread.pm (too many people are | |
3809 | confused by the fact that Thread.pm is built and installed | |
3810 | under non-5005threads but doesn't work) | |
3811 | Branch: maint-5.6/perl | |
3812 | ! ext/Thread/Thread.pm ext/Thread/Thread.xs | |
3813 | ____________________________________________________________________________ | |
3814 | [ 9645] By: gsar on 2001/04/09 00:19:03 | |
3815 | Log: update perldelta.pod for changes in 5.6.1 | |
3816 | Branch: maint-5.6/perl | |
3817 | ! Changes pod/perldelta.pod | |
3818 | ____________________________________________________________________________ | |
3819 | [ 9644] By: jhi on 2001/04/08 20:37:00 | |
3820 | Log: Integrate change #9639 from maintperl into mainline: | |
3821 | on windows, many of the README.* pods were being copied to | |
3822 | the wrong location | |
3823 | Branch: perl | |
3824 | !> win32/Makefile win32/makefile.mk | |
3825 | ____________________________________________________________________________ | |
3826 | [ 9643] By: jhi on 2001/04/08 20:07:11 | |
3827 | Log: Integrate change #9624 from maintperl into mainline: | |
3828 | the pod tests were not okay. (t/pod/find.t changes ignored) | |
3829 | Branch: perl | |
3830 | !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t | |
3831 | !> t/pod/include.t t/pod/included.t t/pod/lref.t | |
3832 | !> t/pod/multiline_items.t t/pod/nested_items.t | |
3833 | !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t | |
3834 | !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t | |
3835 | ____________________________________________________________________________ | |
3836 | [ 9642] By: jhi on 2001/04/08 19:57:17 | |
3837 | Log: Integrate change #9638 from maintperl into mainline: | |
3838 | update to latest JPL from the anoncvs repository | |
3839 | Branch: perl | |
3840 | +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod | |
3841 | !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL | |
3842 | !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README | |
3843 | ____________________________________________________________________________ | |
3844 | [ 9641] By: jhi on 2001/04/08 19:53:30 | |
3845 | Log: perl571delta updates. | |
3846 | Branch: perl | |
3847 | ! lib/Filter/Simple.pm pod/perl571delta.pod | |
3848 | ____________________________________________________________________________ | |
3849 | [ 9640] By: gsar on 2001/04/08 19:20:46 | |
3850 | Log: integrate change#9634 from mainline | |
3851 | ||
3852 | Fix the perlmodlib generation (didn't understand separate .pod | |
3853 | files; didn't understand -- as the name-thing separator). | |
3854 | Update the CPAN mirrors list. | |
3855 | Branch: maint-5.6/perl | |
3856 | ! pod/perlmodlib.pod | |
3857 | !> pod/perlmodlib.PL | |
3858 | ____________________________________________________________________________ | |
3859 | [ 9639] By: gsar on 2001/04/08 18:57:31 | |
3860 | Log: on windows, many of the README.* pods were being copied to the wrong | |
3861 | location | |
3862 | Branch: maint-5.6/perl | |
3863 | ! win32/Makefile win32/makefile.mk | |
3864 | ____________________________________________________________________________ | |
3865 | [ 9638] By: gsar on 2001/04/08 18:38:25 | |
3866 | Log: update to latest JPL from the anoncvs repository | |
3867 | Branch: maint-5.6/perl | |
3868 | + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod | |
3869 | ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL | |
3870 | ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README | |
3871 | ____________________________________________________________________________ | |
3872 | [ 9637] By: jhi on 2001/04/08 17:53:53 | |
3873 | Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g; | |
3874 | Branch: perl | |
3875 | ! pod/perl571delta.pod | |
3876 | ____________________________________________________________________________ | |
3877 | [ 9636] By: jhi on 2001/04/08 17:18:32 | |
3878 | Log: Regen toc. | |
3879 | Branch: perl | |
3880 | ! pod/perltoc.pod | |
3881 | ____________________________________________________________________________ | |
3882 | [ 9635] By: jhi on 2001/04/08 17:16:33 | |
3883 | Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS | |
3884 | From: "Craig A. Berry" <craigberry@mac.com> | |
3885 | Date: Sun, 08 Apr 2001 12:30:16 -0500 | |
3886 | Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01> | |
3887 | Branch: perl | |
3888 | ! ext/IO/IO.xs lib/ExtUtils/xsubpp | |
3889 | ____________________________________________________________________________ | |
3890 | [ 9634] By: jhi on 2001/04/08 17:09:19 | |
3891 | Log: Fix the perlmodlib generation (didn't understand separate .pod | |
3892 | files; didn't understand -- as the name-thing separator). | |
3893 | ||
3894 | Update the CPAN mirrors list. | |
3895 | Branch: perl | |
3896 | ! pod/perlmodlib.PL pod/perlmodlib.pod | |
3897 | ____________________________________________________________________________ | |
3898 | [ 9633] By: jhi on 2001/04/08 16:49:17 | |
3899 | Log: Sort MANIFEST. | |
3900 | Branch: perl | |
3901 | ! MANIFEST | |
3902 | ____________________________________________________________________________ | |
3903 | [ 9632] By: gsar on 2001/04/08 16:36:06 | |
3904 | Log: add $Tie::RefHash::VERSION | |
3905 | Branch: maint-5.6/perl | |
3906 | ! lib/Tie/RefHash.pm | |
3907 | ____________________________________________________________________________ | |
3908 | [ 9631] By: jhi on 2001/04/08 16:10:15 | |
3909 | Log: perl571delta updates based on p5p feedback; still needs | |
3910 | lots of examples. | |
3911 | Branch: perl | |
3912 | ! pod/perl571delta.pod | |
3913 | ____________________________________________________________________________ | |
3914 | [ 9630] By: jhi on 2001/04/08 15:59:13 | |
3915 | Log: Update the list of supported platforms to talk about 5.7.1 | |
3916 | (and 5.6.1) | |
3917 | Branch: perl | |
3918 | ! pod/perlport.pod | |
3919 | ____________________________________________________________________________ | |
3920 | [ 9629] By: jhi on 2001/04/08 15:55:41 | |
3921 | Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290 | |
3922 | from maintperl into mainline: perlport updates. | |
3923 | Branch: perl | |
3924 | ! pod/perlport.pod | |
3925 | ____________________________________________________________________________ | |
3926 | [ 9628] By: jhi on 2001/04/08 15:53:17 | |
3927 | Log: perlsolaris.pod copied to wrong directory. | |
3928 | Branch: perl | |
3929 | ! win32/makefile.mk | |
3930 | ____________________________________________________________________________ | |
3931 | [ 9627] By: jhi on 2001/04/08 14:48:18 | |
3932 | Log: Subject: Typos in perl571delta.pod | |
3933 | From: "Stephen P. Potter" <spp@spotter.yi.org> | |
3934 | Date: Sat, 07 Apr 2001 20:37:05 -0400 | |
3935 | Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org> | |
3936 | Branch: perl | |
3937 | ! pod/perl571delta.pod | |
3938 | ____________________________________________________________________________ | |
3939 | [ 9626] By: jhi on 2001/04/08 14:39:04 | |
3940 | Log: Smoke out dTHR, spotted by by Stephen P. Potter. | |
3941 | Branch: perl | |
3942 | ! gv.c | |
3943 | ____________________________________________________________________________ | |
3944 | [ 9625] By: nick on 2001/04/08 10:14:23 | |
3945 | Log: Integrate mainline | |
3946 | Branch: perlio | |
3947 | +> pod/perl570delta.pod pod/perl571delta.pod | |
3948 | !> (integrate 27 files) | |
3949 | ____________________________________________________________________________ | |
3950 | [ 9624] By: gsar on 2001/04/08 06:08:17 | |
3951 | Log: test in t/pod/* were busted | |
3952 | ||
3953 | these tests are still not enabled in t/{harness,TEST} | |
3954 | Branch: maint-5.6/perl | |
3955 | ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t | |
3956 | ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t | |
3957 | ! t/pod/multiline_items.t t/pod/nested_items.t | |
3958 | ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t | |
3959 | ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t | |
3960 | ____________________________________________________________________________ | |
3961 | [ 9623] By: gsar on 2001/04/08 03:37:01 | |
3962 | Log: integrate change#9470 from mainline | |
3963 | ||
3964 | Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... | |
3965 | Branch: maint-5.6/perl | |
3966 | !> ext/Socket/Socket.xs | |
3967 | ____________________________________________________________________________ | |
3968 | [ 9622] By: jhi on 2001/04/07 22:40:47 | |
3969 | Log: Update Changes. | |
3970 | Branch: perl | |
3971 | ! Changes patchlevel.h | |
3972 | ____________________________________________________________________________ | |
67991998 JH |
3973 | [ 9621] By: jhi on 2001/04/07 22:34:16 |
3974 | Log: Update AUTHORS. | |
3975 | Branch: perl | |
3976 | ! AUTHORS | |
3977 | ____________________________________________________________________________ | |
3978 | [ 9620] By: jhi on 2001/04/07 22:12:47 | |
3979 | Log: Forgot to bump the number of tests in #9164. | |
3980 | Branch: perl | |
3981 | ! t/op/array.t | |
3982 | ____________________________________________________________________________ | |
3983 | [ 9619] By: jhi on 2001/04/07 22:09:50 | |
3984 | Log: Bump patchlevel to 5.7.1. | |
3985 | Branch: perl | |
3986 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3987 | ! config_h.SH patchlevel.h | |
3988 | ____________________________________________________________________________ | |
3989 | [ 9618] By: jhi on 2001/04/07 22:02:41 | |
3990 | Log: Populate perl571delta. | |
3991 | Branch: perl | |
3992 | ! pod/perl571delta.pod | |
3993 | ____________________________________________________________________________ | |
3994 | [ 9617] By: jhi on 2001/04/07 22:01:23 | |
3995 | Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed | |
3996 | to forget it later; do not change patchlevel.h yet or regenerate | |
3997 | Configure yet. | |
3998 | Branch: perl | |
3999 | ! epoc/config.sh win32/Makefile win32/config_H.bc | |
4000 | ! win32/config_H.gc win32/config_H.vc win32/makefile.mk | |
4001 | ____________________________________________________________________________ | |
4002 | [ 9616] By: jhi on 2001/04/07 17:46:33 | |
4003 | Log: Add PerlIO and Encode information to perl571delta, fron NI-S. | |
4004 | Branch: perl | |
4005 | ! pod/perl571delta.pod | |
4006 | ____________________________________________________________________________ | |
4007 | [ 9615] By: jhi on 2001/04/07 17:33:21 | |
4008 | Log: Change the toc configuration. | |
4009 | Branch: perl | |
4010 | ! pod/buildtoc.PL pod/perl.pod | |
4011 | ____________________________________________________________________________ | |
4012 | [ 9614] By: jhi on 2001/04/07 17:29:47 | |
4013 | Log: Subject: PATCH: $[ | |
4014 | From: Robin Houston <robin@kitsite.com> | |
4015 | Date: Fri, 6 Apr 2001 18:10:14 +0100 | |
4016 | Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk> | |
4017 | Branch: perl | |
4018 | ! op.c t/op/array.t | |
4019 | ____________________________________________________________________________ | |
4020 | [ 9613] By: jhi on 2001/04/07 17:28:26 | |
4021 | Log: Subject: [PATCH perl@9424] isn't numeric warning | |
4022 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
4023 | Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST) | |
4024 | Message-Id: <200104061708.SAA06783@tempest.npl.co.uk> | |
4025 | Branch: perl | |
4026 | ! sv.c t/pragma/warn/sv | |
4027 | ____________________________________________________________________________ | |
4028 | [ 9612] By: jhi on 2001/04/07 17:26:45 | |
4029 | Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality | |
4030 | From: Mike Guy <mjtg@cam.ac.uk> | |
4031 | Date: Fri, 06 Apr 2001 12:47:06 +0100 | |
4032 | Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk> | |
4033 | Branch: perl | |
4034 | ! dump.c t/lib/peek.t | |
4035 | ____________________________________________________________________________ | |
4036 | [ 9611] By: jhi on 2001/04/07 17:21:35 | |
4037 | Log: Create perl571delta and seed it off with the perldelta changes | |
4038 | since 5.7.0; remove those changes from perldelta and rename it | |
4039 | as perl570delta; recreate perldelta but leave it almost empty. | |
4040 | Branch: perl | |
4041 | + pod/perl570delta.pod pod/perl571delta.pod | |
4042 | ! MANIFEST pod/perldelta.pod | |
4043 | ____________________________________________________________________________ | |
4044 | [ 9610] By: jhi on 2001/04/07 16:56:32 | |
4045 | Log: Denit. | |
4046 | Branch: perl | |
4047 | ! pod/perldelta.pod | |
4048 | ____________________________________________________________________________ | |
4049 | [ 9609] By: jhi on 2001/04/07 16:38:32 | |
4050 | Log: Retract #9523: needs more thought. | |
4051 | Branch: perl | |
4052 | ! Makefile.SH | |
4053 | ____________________________________________________________________________ | |
4054 | [ 9608] By: jhi on 2001/04/07 14:59:20 | |
4055 | Log: atmark() code cleanaup. | |
4056 | Branch: perl | |
4057 | ! ext/IO/IO.xs | |
4058 | ____________________________________________________________________________ | |
4059 | [ 9607] By: jhi on 2001/04/07 14:48:14 | |
4060 | Log: Integrate change #9605 from maintperl into mainline. | |
4061 | ||
4062 | can't optimize away scope entry if tr/// is present | |
4063 | Branch: perl | |
4064 | !> op.c t/op/tr.t | |
4065 | ____________________________________________________________________________ | |
4066 | [ 9606] By: jhi on 2001/04/07 14:43:59 | |
4067 | Log: Integrate perlio. | |
4068 | Branch: perl | |
4069 | +> win32/FindExt.pm | |
4070 | !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t | |
4071 | !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk | |
4072 | ____________________________________________________________________________ | |
4073 | [ 9605] By: gsar on 2001/04/07 11:52:40 | |
4074 | Log: can't optimize away scope entry if tr/// is present | |
4075 | Branch: maint-5.6/perl | |
4076 | ! op.c t/op/tr.t | |
4077 | ____________________________________________________________________________ | |
4078 | [ 9604] By: nick on 2001/04/07 11:39:45 | |
4079 | Log: Split out extension finding code from buildext.pl into FindExt.pm | |
4080 | Use it to get Config.pm's idea of available extensions in line | |
4081 | with what is built. | |
4082 | Branch: perlio | |
4083 | + win32/FindExt.pm | |
4084 | ! MANIFEST win32/buildext.pl win32/config_sh.PL | |
4085 | ! win32/makefile.mk | |
4086 | ____________________________________________________________________________ | |
4087 | [ 9603] By: nick on 2001/04/07 09:11:38 | |
4088 | Log: Cleanup correction for failed :Via() layer, also set an error code. | |
4089 | Branch: perlio | |
4090 | ! ext/PerlIO/Via/Via.xs | |
4091 | ____________________________________________________________________________ | |
4092 | [ 9602] By: nick on 2001/04/07 08:38:04 | |
4093 | Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX | |
4094 | style. So don't use binmode() on the handles so that Win32 etc. see | |
4095 | same sequence and produce same digests. | |
4096 | Branch: perlio | |
4097 | ! t/lib/md5-file.t | |
4098 | ____________________________________________________________________________ | |
4099 | [ 9601] By: nick on 2001/04/07 08:36:26 | |
4100 | Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r") | |
4101 | Else it complains and so crlf layer (say) does not get pushed. | |
4102 | Branch: perlio | |
4103 | ! perlio.c | |
4104 | ____________________________________________________________________________ | |
4105 | [ 9600] By: jhi on 2001/04/06 23:00:09 | |
4106 | Log: Integrate change #9599 from perlio into mainline. | |
4107 | Branch: perl | |
4108 | !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc | |
4109 | !> win32/config_H.vc | |
4110 | ____________________________________________________________________________ | |
4111 | [ 9599] By: nick on 2001/04/06 21:42:43 | |
4112 | Log: Quote $VERSION in Encode.pm. | |
4113 | regen_config_h as requested. | |
4114 | Branch: perlio | |
4115 | ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc | |
4116 | ! win32/config_H.vc | |
4117 | ____________________________________________________________________________ | |
4118 | [ 9598] By: nick on 2001/04/06 20:34:59 | |
4119 | Log: Integrate mainline | |
4120 | Branch: perlio | |
4121 | +> README.macos | |
4122 | !> (integrate 39 files) | |
4123 | ____________________________________________________________________________ | |
4124 | [ 9597] By: gsar on 2001/04/06 18:06:35 | |
4125 | Log: integrate change#9464 from mainline (addendum to change#8313) | |
4126 | ||
4127 | Subject: [PATCH @9452] Better peep()ing for foreach() loops | |
4128 | Branch: maint-5.6/perl | |
4129 | !> op.c | |
4130 | ____________________________________________________________________________ | |
4131 | [ 9596] By: jhi on 2001/04/06 17:26:03 | |
4132 | Log: The d_casti32=undef is good for you even when not use64bitall. | |
4133 | Branch: perl | |
4134 | ! hints/hpux.sh | |
4135 | ____________________________________________________________________________ | |
4136 | [ 9595] By: gsar on 2001/04/06 14:57:17 | |
4137 | Log: add a low-impact fix to accomodate darwin-ism | |
4138 | Branch: maint-5.6/perl | |
4139 | ! ext/Errno/Errno_pm.PL | |
4140 | ____________________________________________________________________________ | |
4141 | [ 9594] By: jhi on 2001/04/06 14:55:14 | |
4142 | Log: Integrate changes #9528,9593 from mainline into maintperl; | |
4143 | tweaking the editor/IDE/shell list. | |
4144 | Branch: maint-5.6/perl | |
4145 | !> pod/perlfaq3.pod | |
4146 | ____________________________________________________________________________ | |
4147 | [ 9593] By: jhi on 2001/04/06 14:51:39 | |
4148 | Log: Make the editor/IDE/shell list a little bit airier. | |
4149 | Branch: perl | |
4150 | ! pod/perlfaq3.pod | |
4151 | ____________________________________________________________________________ | |
4152 | [ 9592] By: gsar on 2001/04/06 14:45:18 | |
4153 | Log: integrate change#9477 from mainline (base.pm doc tweak) | |
4154 | ||
4155 | missing doc entry for fmod() | |
4156 | Branch: maint-5.6/perl | |
4157 | ! lib/Math/BigFloat.pm | |
4158 | !> lib/base.pm | |
4159 | ____________________________________________________________________________ | |
4160 | [ 9591] By: jhi on 2001/04/06 13:55:48 | |
4161 | Log: Regen toc. | |
4162 | Branch: perl | |
4163 | ! pod/perltoc.pod | |
4164 | ____________________________________________________________________________ | |
4165 | [ 9590] By: jhi on 2001/04/06 13:54:52 | |
4166 | Log: Math::BigFloat patches from John Peacock. The equivalent | |
4167 | of #9586 from maintperl but reworked by John to work with | |
4168 | the bleadperl. | |
4169 | Branch: perl | |
4170 | ! lib/Math/BigFloat.pm t/lib/bigfltpm.t | |
4171 | ____________________________________________________________________________ | |
4172 | [ 9589] By: jhi on 2001/04/06 13:42:23 | |
4173 | Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined. | |
4174 | Branch: perl | |
4175 | ! ext/Digest/MD5/Makefile.PL | |
4176 | ____________________________________________________________________________ | |
4177 | [ 9588] By: jhi on 2001/04/06 13:31:45 | |
4178 | Log: Integrate changes #9584,9587 from maintperl into mainline. | |
4179 | ||
4180 | keep eval"" CVs alive until the end of the statement in which | |
4181 | they're called | |
4182 | ||
4183 | add README.macos (from Chris Nandor) | |
4184 | ||
4185 | tyop in change#9555 | |
4186 | Branch: perl | |
4187 | +> README.macos | |
4188 | !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c | |
4189 | !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod | |
4190 | !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile | |
4191 | !> win32/makefile.mk | |
4192 | ____________________________________________________________________________ | |
4193 | [ 9587] By: gsar on 2001/04/06 07:31:30 | |
4194 | Log: add README.macos (from Chris Nandor) | |
4195 | ||
4196 | tyop in change#9555 | |
4197 | Branch: maint-5.6/perl | |
4198 | + README.macos | |
4199 | ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod | |
4200 | ! win32/Makefile win32/makefile.mk | |
4201 | ____________________________________________________________________________ | |
4202 | [ 9586] By: gsar on 2001/04/06 07:08:54 | |
4203 | Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock) | |
4204 | Branch: maint-5.6/perl | |
4205 | ! lib/Math/BigFloat.pm t/lib/bigfltpm.t | |
4206 | ____________________________________________________________________________ | |
4207 | [ 9585] By: gsar on 2001/04/06 06:58:44 | |
4208 | Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578 | |
4209 | from mainline | |
4210 | ||
4211 | Subject: [PATCH] Base64 update to perlfaq9.pod | |
4212 | ||
4213 | Subject: [PATCH AUTHORS] Housekeeping | |
4214 | ||
4215 | Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) | |
4216 | Mac OS X (Darwin) has extra pwent fields. | |
4217 | ||
4218 | Subject: [PATCH B::*] print control-character vars readably | |
4219 | Needs EBCDICification. | |
4220 | ||
4221 | Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments | |
4222 | ||
4223 | Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends | |
4224 | ||
4225 | Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc. | |
4226 | ||
4227 | Subject: [PATCH B::Deparse] binmode is no longer an UNOP | |
4228 | ||
4229 | Subject: [PATCH B::Deparse] regex quoting, and a minor milestone | |
4230 | ||
4231 | Subject: [PATCH B::Deparse] suppress "unintialized value" warnings | |
4232 | ||
4233 | Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch) | |
4234 | ||
4235 | Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct) | |
4236 | ||
4237 | FreeBSD hints tweak from Anton Berezin. | |
4238 | ||
4239 | Subject: [PATCH foolperl & bleadperl] README.vms update | |
4240 | ||
4241 | Subject: Re: [PATCH foolperl & bleadperl] README.vms update | |
4242 | Branch: maint-5.6/perl | |
4243 | !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm | |
4244 | !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm | |
4245 | !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t | |
4246 | ____________________________________________________________________________ | |
4247 | [ 9584] By: gsar on 2001/04/06 04:09:00 | |
4248 | Log: keep eval"" CVs alive until the end of the statement in which | |
4249 | they're called; this avoids a coredump ensuing from search for | |
4250 | lexicals in code such as: | |
4251 | ||
4252 | sub bug { | |
4253 | my $s = @_; | |
4254 | eval q[sub { eval 'sub { &$s }' }]; | |
4255 | } | |
4256 | bug("x")->()->(); | |
4257 | ||
4258 | this code still doesn't work as intended (as it has remained | |
4259 | since time immemorial), but it doesn't provoke a coredump anymore | |
4260 | Branch: maint-5.6/perl | |
4261 | ! embed.h embed.pl global.sym objXSUB.h perlapi.c | |
4262 | ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c | |
4263 | ____________________________________________________________________________ | |
4264 | [ 9583] By: jhi on 2001/04/05 23:52:51 | |
4265 | Log: Update Changes. | |
4266 | Branch: perl | |
4267 | ! Changes patchlevel.h | |
4268 | ____________________________________________________________________________ | |
d835aa99 JH |
4269 | [ 9582] By: jhi on 2001/04/05 23:11:23 |
4270 | Log: Slight doc tweak. | |
4271 | Branch: perl | |
4272 | ! pod/perlunicode.pod | |
4273 | ____________________________________________________________________________ | |
4274 | [ 9581] By: jhi on 2001/04/05 23:04:11 | |
4275 | Log: Integrate perlio. | |
4276 | Branch: perl | |
4277 | !> pod/perlunicode.pod | |
4278 | ____________________________________________________________________________ | |
4279 | [ 9580] By: jhi on 2001/04/05 23:03:29 | |
4280 | Log: Test for #9579. | |
4281 | Branch: perl | |
4282 | ! t/op/do.t | |
4283 | ____________________________________________________________________________ | |
4284 | [ 9579] By: jhi on 2001/04/05 22:54:17 | |
4285 | Log: Subject: [PATCH] Propagate calling context for do '...' | |
4286 | From: Gisle Aas <gisle@ActiveState.com> | |
4287 | Date: 04 Apr 2001 20:17:29 -0700 | |
4288 | Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com> | |
4289 | Branch: perl | |
4290 | ! pod/perlfunc.pod pp_ctl.c | |
4291 | ____________________________________________________________________________ | |
4292 | [ 9578] By: jhi on 2001/04/05 22:52:51 | |
4293 | Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update | |
4294 | From: Peter Prymmer <pvhp@forte.com> | |
4295 | Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT) | |
4296 | Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com> | |
4297 | Branch: perl | |
4298 | ! README.vms | |
4299 | ____________________________________________________________________________ | |
4300 | [ 9577] By: jhi on 2001/04/05 22:48:22 | |
4301 | Log: Subject: [PATCH foolperl & bleadperl] README.vms update | |
4302 | From: "Craig A. Berry" <craigberry@mac.com> | |
4303 | Date: Thu, 5 Apr 2001 13:43:28 -0500 | |
4304 | Message-Id: <p04330101b6f269936918@[172.16.52.1]> | |
4305 | Branch: perl | |
4306 | ! README.vms | |
4307 | ____________________________________________________________________________ | |
4308 | [ 9576] By: jhi on 2001/04/05 22:31:38 | |
4309 | Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm | |
4310 | From: Michael G Schwern <schwern@pobox.com> | |
4311 | Date: Thu, 5 Apr 2001 21:53:21 +0100 | |
4312 | Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk> | |
4313 | Branch: perl | |
4314 | ! lib/base.pm t/lib/fields.t | |
4315 | ____________________________________________________________________________ | |
4316 | [ 9575] By: jhi on 2001/04/05 22:26:10 | |
4317 | Log: FreeBSD hints tweak from Anton Berezin. | |
4318 | Branch: perl | |
4319 | ! hints/freebsd.sh | |
4320 | ____________________________________________________________________________ | |
4321 | [ 9574] By: jhi on 2001/04/05 22:24:03 | |
4322 | Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct) | |
4323 | From: David Dyck <dcd@tc.fluke.com> | |
4324 | Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT) | |
4325 | Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com> | |
4326 | Branch: perl | |
4327 | ! t/op/oct.t | |
4328 | ____________________________________________________________________________ | |
4329 | [ 9573] By: jhi on 2001/04/05 22:23:06 | |
4330 | Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch) | |
4331 | Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT) | |
4332 | From: David Dyck <dcd@tc.fluke.com> | |
4333 | Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com> | |
4334 | Branch: perl | |
4335 | ! pp.c | |
4336 | ____________________________________________________________________________ | |
4337 | [ 9572] By: jhi on 2001/04/05 22:14:47 | |
4338 | Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings | |
4339 | From: Robin Houston <robin@kitsite.com> | |
4340 | Date: Thu, 5 Apr 2001 20:56:48 +0100 | |
4341 | Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk> | |
4342 | Branch: perl | |
4343 | ! ext/B/B/Deparse.pm | |
4344 | ____________________________________________________________________________ | |
4345 | [ 9571] By: jhi on 2001/04/05 22:12:53 | |
4346 | Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone | |
4347 | From: Robin Houston <robin@kitsite.com> | |
4348 | Date: Thu, 5 Apr 2001 19:55:51 +0100 | |
4349 | Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk> | |
4350 | Branch: perl | |
4351 | ! ext/B/B/Deparse.pm | |
4352 | ____________________________________________________________________________ | |
4353 | [ 9570] By: jhi on 2001/04/05 22:11:06 | |
4354 | Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP | |
4355 | From: Robin Houston <robin@kitsite.com> | |
4356 | Date: Thu, 5 Apr 2001 20:16:29 +0100 | |
4357 | Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk> | |
4358 | Branch: perl | |
4359 | ! ext/B/B/Deparse.pm | |
4360 | ___________________________________________________ |