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