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 | ____________________________________________________________________________ |
a8b85033 JH |
34 | [ 10537] By: jhi on 2001/06/12 14:11:26 |
35 | Log: One less -Wall whine (found under DEBUGGING). | |
36 | Branch: perl | |
37 | ! x2p/Makefile.SH x2p/a2p.c | |
38 | ____________________________________________________________________________ | |
39 | [ 10536] By: jhi on 2001/06/12 13:32:09 | |
40 | Log: s/case-independent/case-insensitive/g | |
41 | Branch: perl | |
42 | ! pod/perldebug.pod | |
43 | ____________________________________________________________________________ | |
44 | [ 10535] By: jhi on 2001/06/12 13:27:28 | |
45 | Log: As suggested in | |
46 | ||
47 | Subject: Re: ext/ + -Wall | |
48 | From: Gurusamy Sarathy <gsar@ActiveState.com> | |
49 | Date: Mon, 11 Jun 2001 23:34:31 -0700 | |
50 | Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com> | |
51 | Branch: perl | |
52 | ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c | |
53 | ! perl.h | |
54 | ____________________________________________________________________________ | |
55 | [ 10534] By: jhi on 2001/06/12 13:13:27 | |
56 | Log: Subject: ext/ + -Wall | |
57 | From: Doug MacEachern <dougm@covalent.net> | |
58 | Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT) | |
59 | Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net> | |
60 | Branch: perl | |
61 | ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs | |
62 | ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs | |
63 | ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c | |
64 | ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c | |
65 | ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs | |
66 | ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs | |
67 | ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs | |
68 | ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs | |
69 | ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c | |
70 | ! lib/ExtUtils/xsubpp | |
71 | ____________________________________________________________________________ | |
72 | [ 10533] By: jhi on 2001/06/12 12:52:57 | |
73 | Log: Subject: [PATCH] anonymous stashes | |
74 | From: Abhijit Menon-Sen <ams@wiw.org> | |
75 | Date: Tue, 12 Jun 2001 12:47:04 +0530 | |
76 | Message-ID: <20010612124704.A29029@lustre.linux.in> | |
77 | Branch: perl | |
78 | ! dump.c gv.c sv.c xsutils.c | |
79 | ____________________________________________________________________________ | |
80 | [ 10532] By: jhi on 2001/06/12 12:37:36 | |
81 | Log: One more test for $^S. | |
82 | Branch: perl | |
83 | ! t/op/magic.t | |
84 | ____________________________________________________________________________ | |
85 | [ 10531] By: jhi on 2001/06/12 12:35:02 | |
86 | Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1 | |
87 | From: Abhijit Menon-Sen <ams@wiw.org> | |
88 | Date: Tue, 12 Jun 2001 17:35:55 +0530 | |
89 | Message-ID: <20010612173555.A32426@lustre.linux.in> | |
90 | Branch: perl | |
91 | ! mg.c t/op/magic.t | |
92 | ____________________________________________________________________________ | |
93 | [ 10530] By: jhi on 2001/06/12 12:31:11 | |
94 | Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation | |
95 | From: Mike Guy <mjtg@cam.ac.uk> | |
96 | Date: Tue, 12 Jun 2001 13:14:15 +0100 | |
97 | Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk> | |
98 | Branch: perl | |
99 | ! pod/perlop.pod | |
100 | ____________________________________________________________________________ | |
101 | [ 10529] By: jhi on 2001/06/12 12:21:06 | |
102 | Log: AUTHORS updates. | |
103 | Branch: perl | |
104 | ! AUTHORS | |
105 | ____________________________________________________________________________ | |
106 | [ 10528] By: jhi on 2001/06/12 12:19:47 | |
107 | Log: Subject: [PATCH] rhapsody/darwin minor cleanup | |
108 | From: Wilfredo Sanchez <wsanchez@MIT.EDU> | |
109 | Content-Transfer-Encoding: 7bit | |
110 | Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu> | |
111 | Branch: perl | |
112 | ! Makefile.SH hints/darwin.sh hints/rhapsody.sh | |
113 | ____________________________________________________________________________ | |
114 | [ 10527] By: jhi on 2001/06/12 11:58:53 | |
115 | Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl | |
116 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
117 | Date: Mon, 11 Jun 2001 07:08:03 +0200 | |
118 | Message-Id: <200106120802.LAA08992@taas.iki.fi> | |
119 | Branch: perl | |
120 | ! t/base/term.t | |
121 | ____________________________________________________________________________ | |
122 | [ 10526] By: jhi on 2001/06/12 01:35:34 | |
123 | Log: Cleanup the a2p.c for -Wall. | |
124 | Branch: perl | |
125 | ! x2p/Makefile.SH x2p/a2p.c | |
126 | ____________________________________________________________________________ | |
127 | [ 10525] By: jhi on 2001/06/12 01:10:56 | |
128 | Log: File::Find update for MacOS from Chris Nandor. | |
129 | Branch: perl | |
130 | ! lib/File/Find.pm t/lib/filefind.t | |
131 | ____________________________________________________________________________ | |
132 | [ 10524] By: jhi on 2001/06/12 00:29:20 | |
133 | Log: gcc -Wall nits picked out by a non-UNIX system | |
134 | (courtesy of Mark Bixby) | |
135 | Branch: perl | |
136 | ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs | |
137 | ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs | |
138 | ! pp_sys.c util.c | |
139 | ____________________________________________________________________________ | |
140 | [ 10523] By: jhi on 2001/06/11 22:34:03 | |
141 | Log: Metaconfig unit change for #10522. (The d_modfl changes | |
142 | placate metalint.) | |
143 | Branch: metaconfig/U/perl | |
144 | ! d_modfl.U d_u32align.U | |
145 | ____________________________________________________________________________ | |
146 | [ 10522] By: jhi on 2001/06/11 22:33:00 | |
147 | Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should | |
148 | be "./try 2>&1 >/dev/null". | |
149 | Branch: perl | |
150 | ! Configure | |
151 | ____________________________________________________________________________ | |
152 | [ 10521] By: jhi on 2001/06/11 19:49:54 | |
153 | Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad | |
154 | From: "Craig A. Berry" <craigberry@mac.com> | |
155 | Date: Mon, 11 Jun 2001 14:00:32 -0500 | |
156 | Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01> | |
157 | Branch: perl | |
158 | ! configure.com | |
159 | ____________________________________________________________________________ | |
160 | [ 10520] By: jhi on 2001/06/11 17:55:47 | |
161 | Log: Move the full \p\P lists to perlunicode. | |
162 | Branch: perl | |
163 | ! pod/perlretut.pod pod/perlunicode.pod | |
164 | ____________________________________________________________________________ | |
165 | [ 10519] By: jhi on 2001/06/11 17:10:00 | |
166 | Log: VOS build tweak for 5.6.1 from Paul Green. | |
167 | Branch: maint-5.6/perl | |
168 | ! vos/build.cm | |
169 | ____________________________________________________________________________ | |
170 | [ 10518] By: jhi on 2001/06/11 17:07:03 | |
171 | Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS | |
172 | From: "Craig A. Berry" <craigberry@mac.com> | |
173 | Date: Fri, 8 Jun 2001 18:08:18 -0500 | |
174 | Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]> | |
175 | Branch: perl | |
176 | ! vms/vms.c | |
177 | ____________________________________________________________________________ | |
178 | [ 10517] By: jhi on 2001/06/11 14:52:01 | |
179 | Log: Update Changes. | |
180 | Branch: perl | |
181 | ! Changes patchlevel.h | |
182 | ____________________________________________________________________________ | |
1d3af415 JH |
183 | [ 10516] By: jhi on 2001/06/11 14:46:33 |
184 | Log: Add the modfl_pow32_bug (anti)definition also to VOS headers. | |
185 | Branch: perl | |
186 | ! vos/config.alpha.h vos/config.ga.h | |
187 | ____________________________________________________________________________ | |
188 | [ 10515] By: jhi on 2001/06/11 14:39:05 | |
189 | Log: VOS updates from Paul Green for @10476. | |
190 | Branch: perl | |
191 | ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm | |
192 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
193 | ! vos/config.ga.h vos/configure_perl.cm | |
194 | ____________________________________________________________________________ | |
195 | [ 10514] By: jhi on 2001/06/11 12:58:43 | |
196 | Log: Subject: [PATCH] Not many people know this ... | |
197 | From: Mike Guy <mjtg@cam.ac.uk> | |
198 | Date: Mon, 11 Jun 2001 14:55:15 +0100 | |
199 | Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk> | |
200 | Branch: perl | |
201 | ! pod/perldebug.pod | |
202 | ____________________________________________________________________________ | |
203 | [ 10513] By: jhi on 2001/06/11 12:30:06 | |
204 | Log: Add final commas to lists as suggested by Philip Newton. | |
205 | Branch: perl | |
206 | ! lib/ExtUtils/Constant.pm t/lib/extutils.t | |
207 | ____________________________________________________________________________ | |
208 | [ 10512] By: jhi on 2001/06/11 12:28:49 | |
209 | Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl | |
210 | Date: Sun, 10 Jun 2001 23:35:38 -0400 | |
211 | From: Chris Nandor <pudge@pobox.com> | |
212 | Message-Id: <p05100306b749ec0eaade@[10.0.1.177]> | |
213 | Branch: perl | |
214 | ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm | |
215 | ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t | |
216 | ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t | |
217 | ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t | |
218 | ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t | |
219 | ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t | |
220 | ! t/op/write.t t/pragma/strict.t | |
221 | ____________________________________________________________________________ | |
222 | [ 10511] By: jhi on 2001/06/11 12:13:31 | |
223 | Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl | |
224 | From: Chris Nandor <pudge@pobox.com> | |
225 | Date: Mon, 11 Jun 2001 08:24:28 -0400 | |
226 | Message-Id: <p05100303b74a66faf625@[10.0.1.177]> | |
227 | Branch: perl | |
228 | ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t | |
229 | ! t/lib/io_dir.t | |
230 | ____________________________________________________________________________ | |
231 | [ 10510] By: jhi on 2001/06/11 12:03:16 | |
232 | Log: One more run_byacc (a hand-tweaked version had slipped in). | |
233 | Branch: perl | |
234 | ! perly.c vms/perly_c.vms | |
235 | ____________________________________________________________________________ | |
236 | [ 10509] By: nick on 2001/06/11 07:49:15 | |
237 | Log: Integrate mainline | |
238 | Branch: perlio | |
239 | !> Makefile.SH embed.h embed.pl global.sym | |
240 | !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h | |
241 | !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y | |
242 | !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c | |
243 | !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms | |
244 | ____________________________________________________________________________ | |
245 | [ 10508] By: jhi on 2001/06/10 22:38:05 | |
246 | Log: Subject: [PATCH] ExtUtils::Manifest not -w clean | |
247 | From: Mike Guy <mjtg@cam.ac.uk> | |
248 | Reply-To: mjtg@cam.ac.uk | |
249 | Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk> | |
250 | Branch: perl | |
251 | ! lib/ExtUtils/Manifest.pm | |
252 | ____________________________________________________________________________ | |
253 | [ 10507] By: jhi on 2001/06/10 22:37:16 | |
254 | Log: Subject: [PATCH] ExtUtils::Constant | |
255 | From: Nicholas Clark <nick@ccl4.org> | |
256 | Date: Sun, 10 Jun 2001 23:25:41 +0100 | |
257 | Message-ID: <20010610232540.C76396@plum.flirble.org> | |
258 | Branch: perl | |
259 | ! lib/ExtUtils/Constant.pm t/lib/extutils.t | |
260 | ____________________________________________________________________________ | |
261 | [ 10506] By: jhi on 2001/06/10 20:57:20 | |
262 | Log: Integrate perlio. | |
263 | Branch: perl | |
264 | !> iperlsys.h | |
265 | ____________________________________________________________________________ | |
266 | [ 10505] By: jhi on 2001/06/10 18:37:57 | |
267 | Log: Move the grok_number and its lieutenant grok_numeric_radix | |
268 | from sv.c statics to util.c and public. | |
269 | Branch: perl | |
270 | ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c | |
271 | ! perlapi.h pod/perlapi.pod proto.h sv.c util.c | |
272 | ____________________________________________________________________________ | |
273 | [ 10504] By: nick on 2001/06/10 17:47:06 | |
274 | Log: Fix (valid) -Wall warnings in perlio.c | |
275 | Branch: perlio | |
276 | ! iperlsys.h | |
277 | ____________________________________________________________________________ | |
278 | [ 10503] By: jhi on 2001/06/10 17:38:28 | |
279 | Log: Update perly_c.diff, update perly.fixer to edit away | |
280 | some of the -Wall noise. | |
281 | Branch: perl | |
282 | ! perly.c perly.fixer perly_c.diff vms/perly_c.vms | |
283 | ____________________________________________________________________________ | |
284 | [ 10502] By: jhi on 2001/06/10 17:09:42 | |
285 | Log: Check the version of byacc. | |
286 | Branch: perl | |
287 | ! Makefile.SH | |
288 | ____________________________________________________________________________ | |
289 | [ 10501] By: jhi on 2001/06/10 17:00:08 | |
290 | Log: Subject: [PATCH] perly.y overhaul | |
291 | From: Simon Cozens <simon@netthink.co.uk> | |
292 | Date: Sun, 10 Jun 2001 16:56:54 +0100 | |
293 | Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk> | |
294 | ||
295 | Plus make run_byacc. | |
296 | Branch: perl | |
297 | ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms | |
298 | ____________________________________________________________________________ | |
299 | [ 10500] By: jhi on 2001/06/10 16:07:28 | |
300 | Log: Integrate perlio. | |
301 | Branch: perl | |
302 | !> perlio.c perlsfio.h | |
303 | ____________________________________________________________________________ | |
304 | [ 10499] By: nick on 2001/06/10 15:01:08 | |
305 | Log: Integrate mainline | |
306 | Branch: perlio | |
307 | !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c | |
308 | !> t/pragma/locale.t util.c | |
309 | ____________________________________________________________________________ | |
310 | [ 10498] By: jhi on 2001/06/10 13:49:23 | |
311 | Log: Put some meat on the perl572delta bones. The list of | |
312 | selected bug fixes needs more work, as does still the | |
313 | whole document. | |
314 | Branch: perl | |
315 | ! pod/perl572delta.pod | |
316 | ____________________________________________________________________________ | |
317 | [ 10497] By: nick on 2001/06/10 12:27:51 | |
318 | Log: Paper over a crack or two with USE_SFIO | |
319 | Branch: perlio | |
320 | ! perlio.c perlsfio.h | |
321 | ____________________________________________________________________________ | |
322 | [ 10496] By: jhi on 2001/06/10 11:04:22 | |
323 | Log: Update Changes. | |
324 | Branch: perl | |
325 | ! Changes patchlevel.h | |
326 | ____________________________________________________________________________ | |
00656eef JH |
327 | [ 10495] By: jhi on 2001/06/10 10:55:34 |
328 | Log: Subject: Re: pragma/locale.t #107 | |
329 | From: Hugo <hv@crypt.compulink.co.uk> | |
330 | Date: Sun, 10 Jun 2001 11:23:30 +0100 | |
331 | Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk> | |
332 | ||
333 | Encapsulate the scan of the decimal radix separator. | |
334 | Branch: perl | |
335 | ! embed.h embed.pl proto.h sv.c | |
336 | ____________________________________________________________________________ | |
337 | [ 10494] By: jhi on 2001/06/10 03:00:17 | |
338 | Log: Try to grok numbers both with the locale specific separator | |
339 | and with the usual "." (if different from the lss); add a test | |
340 | to locale.t to do also a little bit of math in addition to just | |
341 | equalness testing; remove extraneous logic as suggested in | |
342 | ||
343 | Subject: Re: pragma/locale.t #107 | |
344 | From: Nicholas Clark <nick@ccl4.org> | |
345 | Date: Sat, 9 Jun 2001 22:37:36 +0100 | |
346 | Message-ID: <20010609223735.Y76396@plum.flirble.org> | |
347 | Branch: perl | |
348 | ! sv.c t/pragma/locale.t | |
349 | ____________________________________________________________________________ | |
350 | [ 10493] By: jhi on 2001/06/10 01:25:23 | |
351 | Log: Metaconfig unit change for #10492. | |
352 | Branch: metaconfig/U/perl | |
353 | ! Extensions.U | |
354 | ____________________________________________________________________________ | |
355 | [ 10492] By: jhi on 2001/06/10 01:23:59 | |
356 | Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS | |
357 | From: Artur Bergman <artur@contiller.se> | |
358 | Date: Sat, 09 Jun 2001 21:03:51 +0200 | |
359 | Message-ID: <B7483FB6.1398%artur@contiller.se> | |
360 | Branch: perl | |
361 | ! Configure | |
362 | ____________________________________________________________________________ | |
363 | [ 10491] By: jhi on 2001/06/10 01:15:40 | |
364 | Log: Integrate perlio. | |
365 | Branch: perl | |
366 | !> perlsfio.h | |
367 | ____________________________________________________________________________ | |
368 | [ 10490] By: jhi on 2001/06/10 01:08:26 | |
369 | Log: Do locale specific separator if only in locale. | |
370 | Branch: perl | |
371 | ! util.c | |
372 | ____________________________________________________________________________ | |
373 | [ 10489] By: nick on 2001/06/09 19:13:25 | |
374 | Log: Make XS/Typemap compile (but fail) with sfio | |
375 | Branch: perlio | |
376 | ! perlsfio.h | |
377 | ____________________________________________________________________________ | |
378 | [ 10488] By: nick on 2001/06/09 19:12:51 | |
379 | Log: Re-integrate mainline | |
380 | Branch: perlio | |
381 | !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h | |
382 | !> proto.h sv.c util.c | |
383 | ____________________________________________________________________________ | |
384 | [ 10487] By: nick on 2001/06/09 16:26:29 | |
385 | Log: Integrate mainline | |
386 | Branch: perlio | |
387 | !> (integrate 31 files) | |
388 | ____________________________________________________________________________ | |
389 | [ 10486] By: jhi on 2001/06/09 16:11:51 | |
390 | Log: Subject: [PATCH] New attempt to clone callack | |
391 | From: Artur Bergman <artur@contiller.se> | |
392 | Date: Thu, 07 Jun 2001 11:52:16 +0200 | |
393 | Message-ID: <B7451B6F.12B7%artur@contiller.se> | |
394 | Branch: perl | |
395 | ! embedvar.h intrpvar.h perlapi.h sv.c | |
396 | ____________________________________________________________________________ | |
397 | [ 10485] By: jhi on 2001/06/09 15:23:52 | |
398 | Log: Numeric conversion tweaks suggested by Hugo and Nicholas. | |
399 | Branch: perl | |
400 | ! embed.h embed.pl perl.h proto.h sv.c util.c | |
401 | ____________________________________________________________________________ | |
402 | [ 10484] By: jhi on 2001/06/09 14:47:25 | |
403 | Log: Subject: Re: pragma/locale.t #107 | |
404 | From: Nicholas Clark <nick@ccl4.org> | |
405 | Date: Sat, 9 Jun 2001 16:26:10 +0100 | |
406 | Message-ID: <20010609162609.V76396@plum.flirble.org> | |
407 | ||
408 | A missing NVification. | |
409 | Branch: perl | |
410 | ! sv.c | |
411 | ____________________________________________________________________________ | |
412 | [ 10483] By: jhi on 2001/06/08 19:40:32 | |
413 | Log: Redo the #10482, there already was a test script for formats. | |
414 | Branch: perl | |
415 | - t/io/format.t | |
416 | ! MANIFEST t/op/write.t | |
417 | ____________________________________________________________________________ | |
418 | [ 10482] By: jhi on 2001/06/08 19:34:45 | |
419 | Log: Twisted format testing, from Merijn. | |
420 | Branch: perl | |
421 | + t/io/format.t | |
422 | ! MANIFEST | |
423 | ____________________________________________________________________________ | |
424 | [ 10481] By: jhi on 2001/06/08 19:21:56 | |
425 | Log: More \p{In...} testing, combined with \N{...}. | |
426 | Branch: perl | |
427 | ! lib/utf8_heavy.pl t/op/pat.t | |
428 | ____________________________________________________________________________ | |
429 | [ 10480] By: jhi on 2001/06/08 14:16:06 | |
430 | Log: Metaconfig changes for #10479. | |
431 | Branch: metaconfig | |
432 | ! U/Glossary.patch | |
433 | Branch: metaconfig/U/perl | |
434 | ! d_modfl.U | |
435 | ____________________________________________________________________________ | |
436 | [ 10479] By: jhi on 2001/06/08 14:15:32 | |
437 | Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG. | |
438 | Branch: perl | |
439 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
440 | ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h | |
441 | ! uconfig.sh vos/config.alpha.def vos/config.ga.def | |
442 | ! win32/config.bc win32/config.gc win32/config.vc | |
443 | ____________________________________________________________________________ | |
444 | [ 10478] By: jhi on 2001/06/08 12:20:41 | |
445 | Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod | |
446 | From: "Craig A. Berry" <craigberry@mac.com> | |
447 | Date: Thu, 7 Jun 2001 14:27:20 -0500 | |
448 | Message-Id: <a05100e01b7458075db7d@[172.16.52.1]> | |
449 | Branch: perl | |
450 | ! vms/perlvms.pod | |
451 | ____________________________________________________________________________ | |
452 | [ 10477] By: jhi on 2001/06/08 12:19:00 | |
453 | Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs | |
454 | From: Gisle Aas <gisle@ActiveState.com> | |
455 | Date: 07 Jun 2001 17:04:29 -0700 | |
456 | Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com> | |
457 | Branch: perl | |
458 | ! ext/re/re.xs | |
459 | ____________________________________________________________________________ | |
460 | [ 10476] By: jhi on 2001/06/08 01:35:42 | |
461 | Log: Update Changes. | |
462 | Branch: perl | |
463 | ! Changes patchlevel.h | |
464 | ____________________________________________________________________________ | |
3e1b4879 JH |
465 | [ 10475] By: jhi on 2001/06/08 00:53:45 |
466 | Log: Regen Glossary et alia. | |
467 | Branch: perl | |
468 | ! Porting/Glossary Porting/config.sh Porting/config_H | |
469 | ____________________________________________________________________________ | |
470 | [ 10474] By: jhi on 2001/06/07 22:06:38 | |
471 | Log: Metaconfig unit changes for #10473. | |
472 | Branch: metaconfig/U/perl | |
473 | ! d_modfl.U | |
474 | ____________________________________________________________________________ | |
475 | [ 10473] By: jhi on 2001/06/07 22:06:16 | |
476 | Log: Harumph, also AIX will spill its guts (i.e. dump core) | |
477 | if an executable contains modfl() but it hasn't been | |
478 | compiled right (in the case of AIX, with cc -qlongdouble). | |
479 | Branch: perl | |
480 | ! Configure | |
481 | ____________________________________________________________________________ | |
482 | [ 10472] By: gsar on 2001/06/07 20:04:28 | |
483 | Log: integrate change#10471 from mainline | |
484 | ||
485 | in change#10451, check that CvOUTSIDE is a CV before looking in | |
486 | (it can apparently be SVt_NULL during global destruction) | |
487 | Branch: maint-5.6/perl | |
488 | !> op.c | |
489 | ____________________________________________________________________________ | |
490 | [ 10471] By: gsar on 2001/06/07 20:01:31 | |
491 | Log: in change#10451, check that CvOUTSIDE is a CV before looking in | |
492 | (it can apparently be SVt_NULL during global destruction) | |
493 | Branch: perl | |
494 | ! op.c | |
495 | ____________________________________________________________________________ | |
496 | [ 10470] By: jhi on 2001/06/07 12:17:51 | |
497 | Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s | |
498 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
499 | Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST) | |
500 | Message-Id: <200106071201.NAA13627@tempest.npl.co.uk> | |
501 | Branch: perl | |
502 | ! lib/diagnostics.pm pod/perldiag.pod | |
503 | ____________________________________________________________________________ | |
504 | [ 10469] By: jhi on 2001/06/07 12:16:12 | |
505 | Log: Subject: [PATCH perl@10439] long =item | |
506 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
507 | Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST) | |
508 | Message-Id: <200106071134.MAA10288@tempest.npl.co.uk> | |
509 | Branch: perl | |
510 | ! README.amiga lib/Attribute/Handlers.pm | |
511 | ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod | |
512 | ____________________________________________________________________________ | |
513 | [ 10468] By: jhi on 2001/06/07 12:08:56 | |
514 | Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs | |
515 | Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST) | |
516 | Reply-To: Dave Mitchell <davem@fdgroup.co.uk> | |
517 | Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk> | |
518 | Branch: perl | |
519 | ! pod/perlguts.pod | |
520 | ____________________________________________________________________________ | |
521 | [ 10467] By: jhi on 2001/06/07 12:04:26 | |
522 | Log: Integrate perlio. | |
523 | Branch: perl | |
524 | !> sv.c | |
525 | ____________________________________________________________________________ | |
526 | [ 10466] By: nick on 2001/06/07 10:25:40 | |
527 | Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing | |
528 | whitespace tweaks. | |
529 | Still coredumps in pragma/overload.t - what a nice hard fail that is... | |
530 | Branch: perlio | |
531 | ! sv.c | |
532 | ____________________________________________________________________________ | |
533 | [ 10465] By: nick on 2001/06/07 08:41:58 | |
534 | Log: Raw integrate of mainline for S_grok_number debug | |
535 | (sv.c has MULTIPLICITY issues as well as whatever else ...) | |
536 | Branch: perlio | |
537 | - plan9/perlplan9.doc plan9/perlplan9.pod | |
538 | !> (integrate 46 files) | |
539 | ____________________________________________________________________________ | |
540 | [ 10464] By: jhi on 2001/06/06 23:33:58 | |
541 | Log: The proper prototyping for #10463. | |
542 | Branch: perl | |
543 | ! embed.h embed.pl proto.h sv.c | |
544 | ____________________________________________________________________________ | |
545 | [ 10463] By: jhi on 2001/06/06 23:15:30 | |
546 | Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno) | |
547 | From: Nicholas Clark <nick@ccl4.org> | |
548 | Date: Thu, 7 Jun 2001 00:29:59 +0100 | |
549 | Message-ID: <20010607002959.Z76396@plum.flirble.org> | |
550 | Branch: perl | |
551 | ! sv.c | |
552 | ____________________________________________________________________________ | |
553 | [ 10462] By: jhi on 2001/06/06 23:13:19 | |
554 | Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod | |
555 | From: "Craig A. Berry" <craigberry@mac.com> | |
556 | Date: Wed, 06 Jun 2001 17:54:30 -0500 | |
557 | Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01> | |
558 | Branch: perl | |
559 | ! vms/perlvms.pod | |
560 | ____________________________________________________________________________ | |
561 | [ 10461] By: jhi on 2001/06/06 23:10:00 | |
562 | Log: Podify the remaining README.platform files; | |
563 | merge README.plan9 and plan9/perlplan9.pod; | |
564 | delete plan9/perlplan9.* (the perlplan.doc needs to | |
565 | be regenerated in Plan 9); make the =head1 and =head2 | |
566 | in the README.platform to be a little more verbose | |
567 | (skipped README.os2 not to anger Ilya) so that they | |
568 | look better in the toc; regen toc. | |
569 | Branch: perl | |
570 | - plan9/perlplan9.doc plan9/perlplan9.pod | |
571 | ! MANIFEST README.aix README.amiga README.apollo README.beos | |
572 | ! README.bs2000 README.cygwin README.dgux README.dos README.epoc | |
573 | ! README.hpux README.hurd README.machten README.macos | |
574 | ! README.micro README.mint README.mpeix README.os390 | |
575 | ! README.plan9 README.qnx README.solaris README.threads | |
576 | ! README.tru64 README.vmesa README.vms README.vos README.win32 | |
577 | ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod | |
578 | ! pod/perltoc.pod win32/Makefile win32/makefile.mk | |
579 | ____________________________________________________________________________ | |
580 | [ 10460] By: jhi on 2001/06/06 20:58:53 | |
581 | Log: Subject: [PATCH] Re: Bug in perlguts documentation? | |
582 | From: Mike Guy <mjtg@cam.ac.uk> | |
583 | Reply-To: mjtg@cam.ac.uk | |
584 | Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk> | |
585 | Branch: perl | |
586 | ! pod/perlguts.pod | |
587 | ____________________________________________________________________________ | |
588 | [ 10459] By: jhi on 2001/06/06 20:58:15 | |
589 | Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity | |
590 | From: Mike Guy <mjtg@cam.ac.uk> | |
591 | Reply-To: mjtg@cam.ac.uk | |
592 | Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk> | |
593 | Branch: perl | |
594 | ! pod/perlsec.pod | |
595 | ____________________________________________________________________________ | |
596 | [ 10458] By: jhi on 2001/06/06 20:56:04 | |
597 | Log: Disable long doubles from pre-5.0 Tru64s. | |
598 | Branch: perl | |
599 | ! README.tru64 hints/dec_osf.sh | |
600 | ____________________________________________________________________________ | |
601 | [ 10457] By: jhi on 2001/06/06 20:49:23 | |
602 | Log: The #10455 exposed that modfl() is fundamentally busted | |
603 | (as in: dumps core) in pre-5.0 Tru64, so better avoid even | |
604 | testing it. | |
605 | Branch: perl | |
606 | ! hints/dec_osf.sh | |
607 | ____________________________________________________________________________ | |
608 | [ 10456] By: jhi on 2001/06/06 20:48:35 | |
609 | Log: Metaconfig unit change for #10455. | |
610 | Branch: metaconfig/U/perl | |
611 | ! d_modfl.U | |
612 | ____________________________________________________________________________ | |
613 | [ 10455] By: jhi on 2001/06/06 20:48:09 | |
614 | Log: Configure check for geborken modfl(), inspired by | |
615 | ||
616 | Subject: Re: [20010118.017] op/int.t failure | |
617 | From: Hugo <hv@crypt.compulink.co.uk> | |
618 | Date: Tue, 05 Jun 2001 13:43:27 +0100 | |
619 | Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk> | |
620 | Branch: perl | |
621 | ! Configure | |
622 | ____________________________________________________________________________ | |
623 | [ 10454] By: jhi on 2001/06/06 11:45:08 | |
624 | Log: Integrate changes #10450 and #10451 from maintperl: | |
625 | ||
626 | optimize change#10448 slightly (don't repeat search in eval""s lexical | |
627 | scope, since that has already been searched) | |
628 | ||
629 | change#9108 needs subtler treatment for case of closures created | |
630 | within eval"" | |
631 | Branch: perl | |
632 | !> op.c t/op/misc.t | |
633 | ____________________________________________________________________________ | |
634 | [ 10453] By: jhi on 2001/06/06 11:42:10 | |
635 | Log: MakeMaker magic to compile (when no dynamic loading) | |
636 | List/Util.xsc as (ListUtil.c and) ListUtil.o since | |
637 | POSIX-BC (BS2000) linker has an evil limitation of | |
638 | being unable to include in the same executable several | |
639 | object files with the same name - case-insensitively - | |
640 | because otherwise we conflict with util.c. | |
641 | Strictly speaking currently required only in POSIX-BC | |
642 | but probably will do no harm elsewhere where static | |
643 | linking is required. | |
644 | Branch: perl | |
645 | ! ext/List/Util/Makefile.PL | |
646 | ____________________________________________________________________________ | |
647 | [ 10452] By: nick on 2001/06/06 08:59:51 | |
648 | Log: Integrate mainline. | |
649 | Branch: perlio | |
650 | +> lib/Attribute/Handlers/demo/Demo.pm | |
651 | +> lib/Attribute/Handlers/demo/Descriptions.pm | |
652 | +> lib/Attribute/Handlers/demo/MyClass.pm | |
653 | +> lib/Attribute/Handlers/demo/demo.pl | |
654 | +> lib/Attribute/Handlers/demo/demo2.pl | |
655 | +> lib/Attribute/Handlers/demo/demo3.pl | |
656 | +> lib/Attribute/Handlers/demo/demo4.pl | |
657 | +> lib/Attribute/Handlers/demo/demo_call.pl | |
658 | +> lib/Attribute/Handlers/demo/demo_chain.pl | |
659 | +> lib/Attribute/Handlers/demo/demo_cycle.pl | |
660 | +> lib/Attribute/Handlers/demo/demo_hashdir.pl | |
661 | +> lib/Attribute/Handlers/demo/demo_phases.pl | |
662 | +> lib/Attribute/Handlers/demo/demo_range.pl | |
663 | +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t | |
664 | +> uts/strtol_wrap.c | |
665 | !> (integrate 91 files) | |
666 | ____________________________________________________________________________ | |
667 | [ 10451] By: gsar on 2001/06/06 07:11:36 | |
668 | Log: change#9108 needs subtler treatment for case of closures created | |
669 | within eval"" | |
670 | Branch: maint-5.6/perl | |
671 | ! op.c t/op/misc.t | |
672 | ____________________________________________________________________________ | |
673 | [ 10450] By: gsar on 2001/06/06 05:47:25 | |
674 | Log: optimize change#10448 slightly (don't repeat search in eval""s lexical | |
675 | scope, since that has already been searched) | |
676 | Branch: maint-5.6/perl | |
677 | ! op.c | |
678 | ____________________________________________________________________________ | |
679 | [ 10449] By: jhi on 2001/06/06 01:33:31 | |
680 | Log: Integrate change #10448 from maintperl; lexicals | |
681 | outside an eval"" weren't resolved correctly inside a subroutine | |
682 | definition inside the eval"" if they were not already referenced | |
683 | in the toplevel of the eval""-ed code | |
684 | Branch: perl | |
685 | !> cop.h op.c pp_ctl.c t/op/misc.t | |
686 | ____________________________________________________________________________ | |
687 | [ 10448] By: gsar on 2001/06/06 01:03:26 | |
688 | Log: fix yet another bug of hoary vintage found by change#10394: lexicals | |
689 | outside an eval"" weren't resolved correctly inside a subroutine | |
690 | definition inside the eval"" if they were not already referenced | |
691 | in the toplevel of the eval""-ed code | |
692 | Branch: maint-5.6/perl | |
693 | ! cop.h op.c pp_ctl.c t/op/misc.t | |
694 | ____________________________________________________________________________ | |
695 | [ 10447] By: jhi on 2001/06/06 00:51:04 | |
696 | Log: Subject: [PATCH] perl570delta.pod | |
697 | From: Peter Scott <Peter@PSDT.com> | |
698 | Date: Tue, 05 Jun 2001 18:51:02 -0700 | |
699 | Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com> | |
700 | Branch: perl | |
701 | ! pod/perl570delta.pod | |
702 | ____________________________________________________________________________ | |
703 | [ 10446] By: jhi on 2001/06/05 23:45:05 | |
704 | Log: The fudge factor is no more needed. I hope. | |
705 | Branch: perl | |
706 | ! t/lib/posix.t | |
707 | ____________________________________________________________________________ | |
708 | [ 10445] By: jhi on 2001/06/05 23:19:19 | |
709 | Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms | |
710 | From: Hugo <hv@crypt.compulink.co.uk> | |
711 | Date: Tue, 05 Jun 2001 12:58:19 +0100 | |
712 | Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk> | |
713 | Branch: perl | |
714 | ! util.c | |
715 | ____________________________________________________________________________ | |
716 | [ 10444] By: jhi on 2001/06/05 11:09:01 | |
717 | Log: Make up prototypes only for those who have the functions | |
718 | but not the prototypes. | |
719 | Branch: perl | |
720 | ! perl.h | |
721 | ____________________________________________________________________________ | |
722 | [ 10443] By: jhi on 2001/06/05 11:02:13 | |
723 | Log: Subject: Re: Not OK: perl@10439 on win32 | |
724 | From: Prymmer/Kahn <pvhp@best.com> | |
725 | Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT) | |
726 | Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com> | |
727 | Branch: perl | |
728 | ! perl.h util.c | |
729 | ____________________________________________________________________________ | |
730 | [ 10442] By: jhi on 2001/06/05 00:55:46 | |
731 | Log: The metaconfig units changes for #10441. | |
732 | Branch: metaconfig | |
733 | ! U/modified/Extract.U U/modified/Extractall.U | |
734 | ! U/modified/Finish.U | |
735 | ____________________________________________________________________________ | |
736 | [ 10441] By: jhi on 2001/06/05 00:55:17 | |
737 | Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks. | |
738 | Branch: perl | |
739 | ! Configure | |
740 | ____________________________________________________________________________ | |
741 | [ 10440] By: jhi on 2001/06/05 00:28:27 | |
742 | Log: Unnecessary fuzziness undone, noted by Mike Guy. | |
743 | Branch: perl | |
744 | ! t/op/tr.t | |
745 | ____________________________________________________________________________ | |
746 | [ 10439] By: jhi on 2001/06/04 17:14:31 | |
747 | Log: Update Changes. | |
748 | Branch: perl | |
749 | ! Changes patchlevel.h | |
750 | ____________________________________________________________________________ | |
c5ee9274 JH |
751 | [ 10438] By: jhi on 2001/06/04 17:10:16 |
752 | Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance | |
753 | bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical | |
754 | leakage patch. | |
755 | Branch: perl | |
756 | ! t/op/misc.t | |
757 | ____________________________________________________________________________ | |
758 | [ 10437] By: jhi on 2001/06/04 17:01:06 | |
759 | Log: Test case for #10433/#10424. | |
760 | Branch: perl | |
761 | ! t/op/misc.t | |
762 | ____________________________________________________________________________ | |
763 | [ 10436] By: jhi on 2001/06/04 16:54:21 | |
764 | Log: Subject: One fix for strtoul not setting errno | |
765 | From: hom00@utsglobal.com (Hal Morris) | |
766 | Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT) | |
767 | Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com> | |
768 | Branch: perl | |
769 | + uts/strtol_wrap.c | |
770 | ! MANIFEST hints/uts.sh | |
771 | ____________________________________________________________________________ | |
772 | [ 10435] By: jhi on 2001/06/04 16:54:01 | |
773 | Log: Metaconfig units changes for #10434. | |
774 | Branch: metaconfig | |
775 | ! U/modified/Cppsym.U | |
776 | Branch: metaconfig/U/perl | |
777 | + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U | |
778 | + d_syscallproto.U d_usleepproto.U | |
779 | ! longdblfio.U quadfio.U | |
780 | ____________________________________________________________________________ | |
781 | [ 10434] By: jhi on 2001/06/04 16:48:33 | |
782 | Log: Configure tweaks; add prototype probes, make the cpp symbols | |
783 | probe to cast, not whine; test for %Ld and %Lf before %lld and | |
784 | %llf because the L is the ANSI way. | |
785 | Branch: perl | |
786 | ! Configure config_h.SH configure.com epoc/config.sh | |
787 | ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h | |
788 | ! uconfig.sh vos/config.alpha.def vos/config.ga.def | |
789 | ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c | |
790 | ____________________________________________________________________________ | |
791 | [ 10433] By: jhi on 2001/06/04 16:45:23 | |
792 | Log: Sigh. This is what #10424 was supposed to check in. | |
793 | Branch: perl | |
794 | ! op.c sv.c sv.h | |
795 | ____________________________________________________________________________ | |
796 | [ 10432] By: jhi on 2001/06/04 16:29:40 | |
797 | Log: More verbose failure. | |
798 | Branch: perl | |
799 | ! t/op/ver.t | |
800 | ____________________________________________________________________________ | |
801 | [ 10431] By: jhi on 2001/06/04 16:21:55 | |
802 | Log: The .pm changes to go with #10428. | |
803 | Branch: perl | |
804 | ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm | |
805 | ! ext/Sys/Syslog/Syslog.pm | |
806 | ____________________________________________________________________________ | |
807 | [ 10430] By: jhi on 2001/06/04 16:05:20 | |
808 | Log: On second thoughts show to utf8 skippage message only | |
809 | on failures, it's too confusing otherwise, | |
810 | Branch: perl | |
811 | ! t/pragma/locale.t | |
812 | ____________________________________________________________________________ | |
813 | [ 10429] By: jhi on 2001/06/04 14:47:50 | |
814 | Log: Do not import anything from Encode. | |
815 | Branch: perl | |
816 | ! ext/MIME/Base64/QuotedPrint.pm | |
817 | ____________________________________________________________________________ | |
818 | [ 10428] By: jhi on 2001/06/04 14:45:47 | |
819 | Log: The #10402 didn't take. Weird. | |
820 | Branch: perl | |
821 | ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs | |
822 | ! ext/Sys/Syslog/Syslog.xs | |
823 | ____________________________________________________________________________ | |
824 | [ 10427] By: jhi on 2001/06/04 12:55:39 | |
825 | Log: Eradicate traces of 'asciirange' re subpragma. | |
826 | Branch: perl | |
827 | ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm | |
828 | ! pod/perldiag.pod | |
829 | ____________________________________________________________________________ | |
830 | [ 10426] By: jhi on 2001/06/04 12:44:05 | |
831 | Log: use is a compile-time thing. | |
832 | Branch: perl | |
833 | ! ext/MIME/Base64/QuotedPrint.pm | |
834 | ____________________________________________________________________________ | |
835 | [ 10425] By: jhi on 2001/06/04 12:39:44 | |
836 | Log: Subject: [PATCH perl@10419] -Wall casting patch | |
837 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
838 | Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST) | |
839 | Message-Id: <200106041327.OAA15338@tempest.npl.co.uk> | |
840 | Branch: perl | |
841 | ! ext/Devel/DProf/DProf.xs mg.c | |
842 | ____________________________________________________________________________ | |
843 | [ 10424] By: jhi on 2001/06/04 12:23:30 | |
844 | Log: Subject: [PATCH #2] introducing SVpad_TYPED | |
845 | From: Abhijit Menon-Sen <ams@wiw.org> | |
846 | Date: Mon, 4 Jun 2001 12:26:02 +0530 | |
847 | Message-ID: <20010604122602.A5775@lustre.linux.in> | |
848 | Branch: perl | |
849 | ! op.c sv.c sv.h | |
850 | ____________________________________________________________________________ | |
851 | [ 10423] By: gsar on 2001/06/04 05:12:18 | |
852 | Log: testsuite for change#10192 (from Gisle Aas) | |
853 | Branch: perl | |
854 | + t/op/override.t | |
855 | ! MANIFEST | |
856 | ____________________________________________________________________________ | |
857 | [ 10422] By: gsar on 2001/06/04 02:32:03 | |
858 | Log: integrate changes#10414-10416 from mainline | |
859 | ||
860 | Potential buffer overrun if the radix separator is more than | |
861 | one byte. Also, under locales, prefer the locale-specific | |
862 | separator over the old boring ".". | |
863 | ||
864 | "10.", that is, decimal numbers can have no decimal part at all. | |
865 | ||
866 | The non-locale places need love, too. | |
867 | Branch: maint-5.6/perl | |
868 | !> perl.h sv.c | |
869 | ____________________________________________________________________________ | |
870 | [ 10421] By: jhi on 2001/06/04 02:25:53 | |
871 | Log: Missed from #10420. | |
872 | Branch: perl | |
873 | ! epoc/config.sh | |
874 | ____________________________________________________________________________ | |
875 | [ 10420] By: jhi on 2001/06/04 02:19:58 | |
876 | Log: Missed HAS_SETRESGID_PROTO. No serious harm done since | |
877 | often this prototype goes with HAS_SETRESUID_PROTO. | |
878 | Branch: perl | |
879 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
880 | ! config_h.SH configure.com perl.h uconfig.h | |
881 | ____________________________________________________________________________ | |
882 | [ 10419] By: jhi on 2001/06/04 00:24:55 | |
883 | Log: Update Changes. | |
884 | Branch: perl | |
885 | ! Changes patchlevel.h | |
886 | ____________________________________________________________________________ | |
520db9bf JH |
887 | [ 10418] By: jhi on 2001/06/03 23:58:04 |
888 | Log: -Wall "subscript has type `char'" cleanup. | |
889 | Branch: perl | |
890 | ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c | |
891 | ____________________________________________________________________________ | |
892 | [ 10417] By: jhi on 2001/06/03 23:37:17 | |
893 | Log: Various "cast to pointer from integer of different size" | |
894 | picked up by gcc -Wall (in Tru64 where pointers are 64 bits | |
895 | wide but I32 (int) only 32 bits wide). | |
896 | ||
897 | WARNING: the classnum and tagnum changes in Storable.xs | |
898 | may not be wise, they may be breaking binary compatibility | |
899 | (in 64-bit platforms), asked Raphael Manfredi about the changes. | |
900 | Branch: perl | |
901 | ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs | |
902 | ! mg.c proto.h | |
903 | ____________________________________________________________________________ | |
904 | [ 10416] By: jhi on 2001/06/03 23:15:24 | |
905 | Log: The non-locale places need love, too. | |
906 | Branch: perl | |
907 | ! perl.h | |
908 | ____________________________________________________________________________ | |
909 | [ 10415] By: jhi on 2001/06/03 23:10:55 | |
910 | Log: "10.", that is, decimal numbers can have no decimal part at all. | |
911 | Branch: perl | |
912 | ! perl.h | |
913 | ____________________________________________________________________________ | |
914 | [ 10414] By: jhi on 2001/06/03 22:49:55 | |
915 | Log: Potential buffer overrun if the radix separator is more than | |
916 | one byte. Also, under locales, prefer the locale-specific | |
917 | separator over the old boring ".". | |
918 | Branch: perl | |
919 | ! perl.h sv.c | |
920 | ____________________________________________________________________________ | |
921 | [ 10413] By: jhi on 2001/06/03 22:42:10 | |
922 | Log: Integrate change #10412 from maintperl; locale is now | |
923 | per-cop, not per-op; plus retweak the locale.t to always | |
924 | list the skipped utf8 locales. | |
925 | Branch: perl | |
926 | ! t/pragma/locale.t | |
927 | !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c | |
928 | !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c | |
929 | ____________________________________________________________________________ | |
930 | [ 10412] By: gsar on 2001/06/03 22:23:16 | |
931 | Log: rationalize locale handling to fix the bugs uncovered by change#10394 | |
932 | ||
933 | the major issue was that the runtime was looking at PL_hints rather | |
934 | than op_private to notice whether locale was enabled | |
935 | ||
936 | the secondary issue was that many locale-sensitive numeric ops didn't | |
937 | have HINT_LOCALE propagated into their op_private | |
938 | ||
939 | HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop) | |
940 | instead of per-op, just like HINT_BYTE and the hints for lexical | |
941 | warnings (this makes the hint available to every op via PL_curcop) | |
942 | ||
943 | pragma/locale.t may need to be reworked with these fixes in mind | |
944 | (it currently passes its tests) | |
945 | Branch: maint-5.6/perl | |
946 | ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c | |
947 | ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c | |
948 | ____________________________________________________________________________ | |
949 | [ 10411] By: jhi on 2001/06/03 17:50:49 | |
950 | Log: More verbose debugging. | |
951 | Branch: perl | |
952 | ! t/pragma/locale.t | |
953 | ____________________________________________________________________________ | |
954 | [ 10410] By: jhi on 2001/06/03 17:36:40 | |
955 | Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t | |
956 | From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk> | |
957 | Date: Sat, 2 Jun 2001 22:53:33 +0100 | |
958 | Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com> | |
959 | Branch: perl | |
960 | ! regcomp.c t/pragma/warn/regcomp | |
961 | ____________________________________________________________________________ | |
962 | [ 10409] By: jhi on 2001/06/03 17:27:13 | |
963 | Log: Mention that lexicalizing $a or $b is a bad idea if one | |
964 | wants to use sort(). | |
965 | Branch: perl | |
966 | ! pod/perlvar.pod | |
967 | ____________________________________________________________________________ | |
968 | [ 10408] By: jhi on 2001/06/03 16:52:41 | |
969 | Log: Tweak the test to be happy if the accuracy is 'good enough'. | |
970 | Branch: perl | |
971 | ! t/lib/posix.t | |
972 | ____________________________________________________________________________ | |
973 | [ 10407] By: jhi on 2001/06/03 16:50:33 | |
974 | Log: Upgrade to Attribute::Handlers 0.70. | |
975 | ||
976 | NOTE: this unearthed the "too late for CHECK block" bug, | |
977 | that's why the 1_compile.t change. | |
978 | Branch: perl | |
979 | + lib/Attribute/Handlers/demo/Demo.pm | |
980 | + lib/Attribute/Handlers/demo/Descriptions.pm | |
981 | + lib/Attribute/Handlers/demo/MyClass.pm | |
982 | + lib/Attribute/Handlers/demo/demo.pl | |
983 | + lib/Attribute/Handlers/demo/demo2.pl | |
984 | + lib/Attribute/Handlers/demo/demo3.pl | |
985 | + lib/Attribute/Handlers/demo/demo4.pl | |
986 | + lib/Attribute/Handlers/demo/demo_call.pl | |
987 | + lib/Attribute/Handlers/demo/demo_chain.pl | |
988 | + lib/Attribute/Handlers/demo/demo_cycle.pl | |
989 | + lib/Attribute/Handlers/demo/demo_hashdir.pl | |
990 | + lib/Attribute/Handlers/demo/demo_phases.pl | |
991 | + lib/Attribute/Handlers/demo/demo_range.pl | |
992 | + lib/Attribute/Handlers/demo/demo_rawdata.pl | |
993 | ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t | |
994 | ! t/lib/attrhand.t | |
995 | ____________________________________________________________________________ | |
996 | [ 10406] By: jhi on 2001/06/03 16:40:03 | |
997 | Log: One less -Wall whine. | |
998 | Branch: perl | |
999 | ! regcomp.c | |
1000 | ____________________________________________________________________________ | |
1001 | [ 10405] By: jhi on 2001/06/03 16:30:34 | |
1002 | Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood. | |
1003 | Branch: perl | |
1004 | !> t/op/eval.t | |
1005 | ____________________________________________________________________________ | |
1006 | [ 10404] By: gsar on 2001/06/03 16:23:07 | |
1007 | Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals | |
1008 | aren't "normally" visible inside eval""s contained in subs unless | |
1009 | a cloned reference to them already exists) | |
1010 | ||
1011 | strangely enough, t/harness did show this up as a failure (harness | |
1012 | needs fixing?) | |
1013 | Branch: maint-5.6/perl | |
1014 | ! t/op/eval.t | |
1015 | ____________________________________________________________________________ | |
1016 | [ 10403] By: jhi on 2001/06/03 16:22:59 | |
1017 | Log: Update to Text::Balanced 1.85. | |
1018 | Branch: perl | |
1019 | ! lib/Text/Balanced.pm t/lib/tb-xvari.t | |
1020 | ____________________________________________________________________________ | |
1021 | [ 10402] By: jhi on 2001/06/03 16:18:09 | |
1022 | Log: Subject: [PATCH] Re: ext/Socket/Socket.xs | |
1023 | From: Nicholas Clark <nick@ccl4.org> | |
1024 | Date: Sun, 3 Jun 2001 17:54:36 +0100 | |
1025 | Message-ID: <20010603175436.E76396@plum.flirble.org> | |
1026 | Branch: perl | |
1027 | ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs | |
1028 | ! ext/Sys/Syslog/Syslog.xs | |
1029 | ____________________________________________________________________________ | |
1030 | [ 10401] By: jhi on 2001/06/03 16:09:33 | |
1031 | Log: Unused variables. | |
1032 | Branch: perl | |
1033 | ! util.c | |
1034 | ____________________________________________________________________________ | |
1035 | [ 10400] By: jhi on 2001/06/03 16:04:26 | |
1036 | Log: Subject: [PATCH] APIfy op_clear | |
1037 | From: Simon Cozens <simon@netthink.co.uk> | |
1038 | Date: Sun, 3 Jun 2001 13:51:46 +0100 | |
1039 | Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk> | |
1040 | ||
1041 | (despite the subject line, op_null is APIfied by the patch) | |
1042 | Branch: perl | |
1043 | ! embed.h embed.pl global.sym objXSUB.h perlapi.c | |
1044 | ____________________________________________________________________________ | |
1045 | [ 10399] By: jhi on 2001/06/03 15:51:35 | |
1046 | Log: Subject: [PATCH] t/lib/extutils.t | |
1047 | From: Nicholas Clark <nick@ccl4.org> | |
1048 | Date: Sat, 2 Jun 2001 23:57:05 +0100 | |
1049 | Message-ID: <20010602235705.Q12698@plum.flirble.org> | |
1050 | Branch: perl | |
1051 | ! lib/ExtUtils/Constant.pm t/lib/extutils.t | |
1052 | ____________________________________________________________________________ | |
1053 | [ 10398] By: jhi on 2001/06/03 15:34:11 | |
1054 | Log: Subject: [PATCH: perl@10360] update two win32 Makefiles | |
1055 | From: Prymmer/Kahn <pvhp@best.com> | |
1056 | Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT) | |
1057 | Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com> | |
1058 | Branch: perl | |
1059 | ! win32/Makefile win32/makefile.mk | |
1060 | ____________________________________________________________________________ | |
1061 | [ 10397] By: jhi on 2001/06/03 15:12:13 | |
1062 | Log: Subject: Re: 'decimal digits' macro? | |
1063 | From: Hugo <hv@crypt.compulink.co.uk> | |
1064 | Date: Sun, 03 Jun 2001 04:26:36 +0100 | |
1065 | Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk> | |
1066 | Branch: perl | |
1067 | ! handy.h t/lib/posix.t t/op/tr.t | |
1068 | ____________________________________________________________________________ | |
1069 | [ 10396] By: jhi on 2001/06/03 15:10:49 | |
1070 | Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms | |
1071 | From: Hugo <hv@crypt.compulink.co.uk> | |
1072 | Date: Sun, 03 Jun 2001 14:56:30 +0100 | |
1073 | Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk> | |
1074 | Branch: perl | |
1075 | ! util.c | |
1076 | ____________________________________________________________________________ | |
1077 | [ 10395] By: jhi on 2001/06/03 14:59:41 | |
1078 | Log: Integrate change #10394 from maintperl; lexical file scope leakage. | |
1079 | Branch: perl | |
1080 | !> perly.c perly.y t/op/misc.t t/pragma/warn/universal | |
1081 | !> vms/perly_c.vms | |
1082 | ____________________________________________________________________________ | |
1083 | [ 10394] By: gsar on 2001/06/03 03:05:43 | |
1084 | Log: fix leakage of lexicals at file scope into subroutines that were | |
1085 | declared before them; this appears to be a longstanding bug that | |
1086 | meant that lexicals at file scope were never "deintroduced", meaning | |
1087 | their scope range was never properly closed, and their visibility | |
1088 | extended to all subsequent eval""s or requires | |
1089 | ||
1090 | added a test case | |
1091 | ||
1092 | seems to also fix a case of bogus duplicate warnings | |
1093 | Branch: maint-5.6/perl | |
1094 | ! perly.c perly.y t/op/misc.t t/pragma/warn/universal | |
1095 | ! vms/perly_c.vms | |
1096 | ____________________________________________________________________________ | |
1097 | [ 10393] By: jhi on 2001/06/02 16:55:03 | |
1098 | Log: More VMS tweaks from Craig A. Berry. | |
1099 | Branch: perl | |
1100 | ! configure.com t/lib/extutils.t | |
1101 | ____________________________________________________________________________ | |
1102 | [ 10392] By: jhi on 2001/06/02 16:48:26 | |
1103 | Log: -Wall cleanup continues. | |
1104 | Branch: perl | |
1105 | ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs | |
1106 | ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs | |
1107 | ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs | |
1108 | ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c | |
1109 | ! run.c toke.c util.c | |
1110 | ____________________________________________________________________________ | |
1111 | [ 10391] By: jhi on 2001/06/02 13:29:47 | |
1112 | Log: The metaconfig unit change for #10390. | |
1113 | Branch: metaconfig/U/perl | |
1114 | ! gccvers.U | |
1115 | ____________________________________________________________________________ | |
1116 | [ 10390] By: jhi on 2001/06/02 13:29:12 | |
1117 | Log: Drop the -ansi from the default gcc flags. | |
1118 | ||
1119 | Off_t/off_t is a struct in Solaris with largefiles, and with -ansi | |
1120 | that struct cannot be compared with a flat integer, such as STRLEN. | |
1121 | The -ansi will also cause a lot of noise in Solaris because of: | |
1122 | /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list | |
1123 | Branch: perl | |
1124 | ! Configure | |
1125 | ____________________________________________________________________________ | |
1126 | [ 10389] By: jhi on 2001/06/02 13:14:57 | |
1127 | Log: Integrate perlio. | |
1128 | Branch: perl | |
1129 | !> pod/perlapi.pod util.c | |
1130 | ____________________________________________________________________________ | |
1131 | [ 10388] By: nick on 2001/06/02 08:01:12 | |
1132 | Log: Integrate mainline | |
1133 | Branch: perlio | |
1134 | +> lib/Attribute/Handlers.pm t/lib/attrhand.t | |
1135 | !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm | |
1136 | !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod | |
1137 | !> t/lib/1_compile.t t/lib/mimeqp.t | |
1138 | ____________________________________________________________________________ | |
1139 | [ 10387] By: nick on 2001/06/02 07:39:17 | |
1140 | Log: Tweak util.c's atof2 for MULTIPLICITY | |
1141 | Branch: perlio | |
1142 | ! util.c | |
1143 | ____________________________________________________________________________ | |
1144 | [ 10386] By: nick on 2001/06/02 07:38:33 | |
1145 | Log: Integrate mainline | |
1146 | Branch: perlio | |
1147 | !> (integrate 41 files) | |
1148 | ____________________________________________________________________________ | |
1149 | [ 10385] By: jhi on 2001/06/01 22:12:48 | |
1150 | Log: Add Attribute::Handlers 0.61 from Damian Conway. | |
1151 | Branch: perl | |
1152 | + lib/Attribute/Handlers.pm t/lib/attrhand.t | |
1153 | ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t | |
1154 | ____________________________________________________________________________ | |
1155 | [ 10384] By: jhi on 2001/06/01 21:53:14 | |
1156 | Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines | |
1157 | From: Peter Prymmer <pvhp@forte.com> | |
1158 | Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT) | |
1159 | Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com> | |
1160 | Branch: perl | |
1161 | ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t | |
1162 | ____________________________________________________________________________ | |
1163 | [ 10383] By: jhi on 2001/06/01 21:36:11 | |
1164 | Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...) | |
1165 | From: Jeff Pinyan <jeffp@crusoe.net> | |
1166 | Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT) | |
1167 | Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net> | |
1168 | Branch: perl | |
1169 | ! lib/File/Find.pm | |
1170 | ____________________________________________________________________________ | |
1171 | [ 10382] By: jhi on 2001/06/01 21:35:02 | |
1172 | Log: Subject: [PATCH perl@10381] configure.com tweaks | |
1173 | From: "Craig A. Berry" <craigberry@mac.com> | |
1174 | Date: Fri, 1 Jun 2001 13:55:43 -0500 | |
1175 | Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]> | |
1176 | Branch: perl | |
1177 | ! configure.com | |
1178 | ____________________________________________________________________________ | |
1179 | [ 10381] By: jhi on 2001/06/01 16:37:21 | |
1180 | Log: Update Changes. | |
1181 | Branch: perl | |
1182 | ! Changes patchlevel.h | |
1183 | ____________________________________________________________________________ | |
f508f4bf JH |
1184 | [ 10380] By: jhi on 2001/06/01 16:19:18 |
1185 | Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode | |
1186 | From: Mike Guy <mjtg@cam.ac.uk> | |
1187 | Date: Fri, 01 Jun 2001 18:17:02 +0100 | |
1188 | Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk> | |
1189 | Branch: perl | |
1190 | ! lib/perl5db.pl | |
1191 | ____________________________________________________________________________ | |
1192 | [ 10379] By: jhi on 2001/06/01 16:13:28 | |
1193 | Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms | |
1194 | From: Hugo <hv@crypt.compulink.co.uk> | |
1195 | Date: Thu, 31 May 2001 20:49:48 +0100 | |
1196 | Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk> | |
1197 | Branch: perl | |
1198 | ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h | |
1199 | ! util.c | |
1200 | ____________________________________________________________________________ | |
1201 | [ 10378] By: jhi on 2001/06/01 15:56:35 | |
1202 | Log: Zero() is not available in x2p (or, rather, some of its | |
1203 | implementations like memzero() might not be available.) | |
1204 | Branch: perl | |
1205 | ! x2p/hash.c | |
1206 | ____________________________________________________________________________ | |
1207 | [ 10377] By: jhi on 2001/06/01 15:44:48 | |
1208 | Log: Subject: [PATCH x2p/hash.c] bzero -> memset | |
1209 | From: Michael G Schwern <schwern@pobox.com> | |
1210 | Date: Fri, 1 Jun 2001 12:00:29 +0100 | |
1211 | Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk> | |
1212 | ||
1213 | (But use Zero() instead of memset.) | |
1214 | Branch: perl | |
1215 | ! x2p/hash.c | |
1216 | ____________________________________________________________________________ | |
1217 | [ 10376] By: jhi on 2001/06/01 15:39:52 | |
1218 | Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t | |
1219 | From: Jeff Pinyan <jeffp@crusoe.net> | |
1220 | Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT) | |
1221 | Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net> | |
1222 | Branch: perl | |
1223 | ! pod/perldiag.pod regcomp.c t/op/pat.t | |
1224 | ____________________________________________________________________________ | |
1225 | [ 10375] By: jhi on 2001/06/01 15:36:35 | |
1226 | Log: Retract #10324 and #10333; not needed. | |
1227 | Branch: perl | |
1228 | ! hints/irix_6.sh hints/linux.sh | |
1229 | ____________________________________________________________________________ | |
1230 | [ 10374] By: jhi on 2001/06/01 15:35:19 | |
1231 | Log: The #10370 wasn't quite right. | |
1232 | Branch: perl | |
1233 | ! ext/XS/Typemap/Typemap.xs | |
1234 | ____________________________________________________________________________ | |
1235 | [ 10373] By: jhi on 2001/06/01 15:34:49 | |
1236 | Log: The metaconfig units changes for #10372. | |
1237 | Branch: metaconfig/U/perl | |
1238 | + d_realpath.U d_sresgproto.U d_sresuproto.U | |
1239 | ! gccvers.U i_db.U | |
1240 | ____________________________________________________________________________ | |
1241 | [ 10372] By: jhi on 2001/06/01 15:34:24 | |
1242 | Log: Configure tweaks; record the Berkeley DB version, | |
1243 | probe for realpath(), for setresuid() and setresgid() | |
1244 | prototypes; use realpath() (try to be paranoid enough), | |
1245 | use the setres[ug]id prototypes because glibc has the functions | |
1246 | but not their prototypes; add -Wall -ansi to gcc ccflags; | |
1247 | regen toc. | |
1248 | Branch: perl | |
1249 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1250 | ! config_h.SH configure.com epoc/config.sh | |
1251 | ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod | |
1252 | ! uconfig.h uconfig.sh util.c vos/config.alpha.def | |
1253 | ! vos/config.ga.def win32/config.bc win32/config.gc | |
1254 | ! win32/config.vc | |
1255 | ____________________________________________________________________________ | |
1256 | [ 10371] By: jhi on 2001/06/01 12:50:05 | |
1257 | Log: Subject: Re: [PATCH xsutils.c] Quieting warnings | |
1258 | From: Michael G Schwern <schwern@pobox.com> | |
1259 | Date: Fri, 1 Jun 2001 11:28:14 +0100 | |
1260 | Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk> | |
1261 | Branch: perl | |
1262 | ! lib/attributes.pm xsutils.c | |
1263 | ____________________________________________________________________________ | |
1264 | [ 10370] By: jhi on 2001/06/01 12:48:55 | |
1265 | Log: Subject: [PATCH] Fix -Wall on XS::Typemap | |
1266 | From: Tim Jenness <t.jenness@jach.hawaii.edu> | |
1267 | Date: Thu, 31 May 2001 16:15:37 -1000 (HST) | |
1268 | Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu> | |
1269 | Branch: perl | |
1270 | ! ext/XS/Typemap/Typemap.xs | |
1271 | ____________________________________________________________________________ | |
1272 | [ 10369] By: jhi on 2001/06/01 12:47:21 | |
1273 | Log: Subject: [patch] Cwd.xs optimizations/abstraction | |
1274 | From: Doug MacEachern <dougm@covalent.net> | |
1275 | Date: Thu, 31 May 2001 17:37:37 -0700 (PDT) | |
1276 | Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> | |
1277 | Branch: perl | |
1278 | ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm | |
1279 | ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c | |
1280 | ____________________________________________________________________________ | |
1281 | [ 10368] By: jhi on 2001/06/01 12:32:00 | |
1282 | Log: Subject: Re: Why t/lib/extutils.t is failing (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]) | |
1283 | From: Nicholas Clark <nick@ccl4.org> | |
1284 | Date: Thu, 31 May 2001 23:56:40 +0100 | |
1285 | Message-ID: <20010531235640.F12698@plum.flirble.org> | |
1286 | ||
1287 | Make the test work also under only static extensions | |
1288 | (sh Configure -Uusedl fakes this nicely) | |
1289 | Branch: perl | |
1290 | ! t/lib/extutils.t | |
1291 | ____________________________________________________________________________ | |
1292 | [ 10367] By: jhi on 2001/06/01 12:27:53 | |
1293 | Log: Subject: [PATCH hv.c] Eliminating trigraph | |
1294 | From: Michael G Schwern <schwern@pobox.com> | |
1295 | Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk> | |
1296 | Date: Fri, 1 Jun 2001 11:49:56 +0100 | |
1297 | Branch: perl | |
1298 | ! hv.c | |
1299 | ____________________________________________________________________________ | |
1300 | [ 10366] By: jhi on 2001/06/01 12:14:57 | |
1301 | Log: Subject: Re: [PATCH] Tests for File::Compare | |
1302 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1303 | Date: Thu, 31 May 2001 19:44:05 +0200 | |
1304 | Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu> | |
1305 | ||
1306 | Unnecessary "quotation marks". | |
1307 | Branch: perl | |
1308 | ! t/lib/filecomp.t | |
1309 | ____________________________________________________________________________ | |
1310 | [ 10365] By: jhi on 2001/06/01 12:13:26 | |
1311 | Log: Integrate perlio. | |
1312 | Branch: perl | |
1313 | !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t | |
1314 | ____________________________________________________________________________ | |
1315 | [ 10364] By: nick on 2001/06/01 10:13:31 | |
1316 | Log: Cleanup dll.base and dll.exp created by GCC builds. | |
1317 | Branch: perlio | |
1318 | ! lib/ExtUtils/MM_Win32.pm | |
1319 | ____________________________________________________________________________ | |
1320 | [ 10363] By: nick on 2001/06/01 10:02:17 | |
1321 | Log: Make filecomp test work on CRLF platforms by adding binmode. | |
1322 | Branch: perlio | |
1323 | ! t/lib/filecomp.t | |
1324 | ____________________________________________________________________________ | |
1325 | [ 10362] By: nick on 2001/06/01 08:37:17 | |
1326 | Log: Integrate mainline | |
1327 | Branch: perlio | |
1328 | !> Changes Configure patchlevel.h perlio.c | |
1329 | ____________________________________________________________________________ | |
1330 | [ 10361] By: jhi on 2001/05/31 15:09:34 | |
1331 | Log: panic:claustrophobia. | |
1332 | Branch: perl | |
1333 | ! perlio.c | |
1334 | ____________________________________________________________________________ | |
1335 | [ 10360] By: jhi on 2001/05/31 13:04:25 | |
1336 | Log: Update Changes. | |
1337 | Branch: perl | |
1338 | ! Changes patchlevel.h | |
1339 | ____________________________________________________________________________ | |
1340 | [ 10359] By: nick on 2001/05/31 12:35:50 | |
1341 | Log: Integrate mainline. | |
1342 | Branch: perlio | |
1343 | +> t/lib/filecomp.t | |
1344 | !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h | |
1345 | !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c | |
1346 | ____________________________________________________________________________ | |
54848fd9 JH |
1347 | [ 10358] By: jhi on 2001/05/31 12:35:05 |
1348 | Log: Integrate perlio. | |
1349 | Branch: perl | |
1350 | !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc | |
1351 | !> win32/config_H.vc | |
1352 | ____________________________________________________________________________ | |
1353 | [ 10357] By: jhi on 2001/05/31 12:34:04 | |
1354 | Log: Metaconfig unit change for #10356. | |
1355 | Branch: metaconfig | |
1356 | ! U/installdirs/inc_version_list.U | |
1357 | ____________________________________________________________________________ | |
1358 | [ 10356] By: jhi on 2001/05/31 12:33:41 | |
1359 | Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ... | |
1360 | (idea from Sarathy; implementation from Andy) | |
1361 | Branch: perl | |
1362 | ! Configure | |
1363 | ____________________________________________________________________________ | |
1364 | [ 10355] By: jhi on 2001/05/31 12:18:06 | |
1365 | Log: More AUTHORS. | |
1366 | Branch: perl | |
1367 | ! AUTHORS | |
1368 | ____________________________________________________________________________ | |
1369 | [ 10354] By: jhi on 2001/05/31 12:16:24 | |
1370 | Log: Subject: Re: [PATCH] Tests for File::Compare | |
1371 | From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk> | |
1372 | Date: Thu, 31 May 2001 13:26:34 +0100 (GMT) | |
1373 | Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk> | |
1374 | Branch: perl | |
1375 | + t/lib/filecomp.t | |
1376 | ! MANIFEST t/lib/1_compile.t | |
1377 | ____________________________________________________________________________ | |
1378 | [ 10353] By: jhi on 2001/05/31 12:11:24 | |
1379 | Log: Subject: [PATCH] DEBUG_* macro cleanups | |
1380 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1381 | Date: Thu, 31 May 2001 12:16:22 +0530 | |
1382 | Message-ID: <20010531121622.B4829@lustre.linux.in> | |
1383 | ||
1384 | Subject: Re: [PATCH] DEBUG_* macro cleanups | |
1385 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1386 | Date: Thu, 31 May 2001 13:57:01 +0530 | |
1387 | Message-ID: <20010531135701.A21775@lustre.linux.in> | |
1388 | ||
1389 | (The DEBUG_ definitions in perl.h changed to use the | |
1390 | STMT_START and STMT_END.) | |
1391 | Branch: perl | |
1392 | ! perl.h pp_ctl.c sv.c toke.c | |
1393 | ____________________________________________________________________________ | |
1394 | [ 10352] By: jhi on 2001/05/31 11:53:31 | |
1395 | Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs | |
1396 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1397 | Date: Thu, 31 May 2001 08:27:55 +0530 | |
1398 | Message-ID: <20010531082755.A10018@lustre.linux.in> | |
1399 | Branch: perl | |
1400 | ! ext/Storable/Storable.xs gv.c perl.c | |
1401 | ____________________________________________________________________________ | |
1402 | [ 10351] By: jhi on 2001/05/31 11:45:16 | |
1403 | Log: Subject: [PATCH] AUTHORS | |
1404 | From: "Daniel S. Lewart" <d-lewart@uiuc.edu> | |
1405 | Date: Thu, 31 May 2001 01:27:59 -0500 | |
1406 | Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu> | |
1407 | ||
1408 | Subject: Re: [PATCH] AUTHORS | |
1409 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1410 | Date: Thu, 31 May 2001 10:08:06 +0200 | |
1411 | (Message-Id missing?) | |
1412 | Branch: perl | |
1413 | ! AUTHORS | |
1414 | ____________________________________________________________________________ | |
1415 | [ 10350] By: nick on 2001/05/31 11:40:43 | |
1416 | Log: win32 - dmake regen_config_h | |
1417 | Branch: perlio | |
1418 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
1419 | ____________________________________________________________________________ | |
1420 | [ 10349] By: jhi on 2001/05/31 11:38:27 | |
1421 | Log: Subject: Re: [PATCH util.c] More warning cleanups. | |
1422 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
1423 | Date: Thu, 31 May 2001 07:41:36 +0200 | |
1424 | Message-Id: <200105310538.IAA25458@taku.hut.fi> | |
1425 | ||
1426 | Undo C++-ism that snekt in. | |
1427 | Branch: perl | |
1428 | ! util.c | |
1429 | ____________________________________________________________________________ | |
1430 | [ 10348] By: nick on 2001/05/31 11:36:46 | |
1431 | Log: Tolerate Win32 numerics | |
1432 | Branch: perlio | |
1433 | ! t/pragma/warn/toke | |
1434 | ____________________________________________________________________________ | |
1435 | [ 10347] By: jhi on 2001/05/31 11:29:40 | |
1436 | Log: Integrate perlio. | |
1437 | Branch: perl | |
1438 | !> perlio.c win32/win32.h | |
1439 | ____________________________________________________________________________ | |
1440 | [ 10346] By: nick on 2001/05/31 10:54:55 | |
1441 | Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter | |
1442 | perlio.c change 10255. | |
1443 | Branch: perlio | |
1444 | ! perlio.c | |
1445 | ____________________________________________________________________________ | |
1446 | [ 10345] By: nick on 2001/05/31 10:01:57 | |
1447 | Log: Conditionaly put back some "unused" dTHX which are used | |
1448 | with PERL_IMPLICIT_SYS | |
1449 | Branch: perlio | |
1450 | ! perlio.c | |
1451 | ____________________________________________________________________________ | |
1452 | [ 10344] By: nick on 2001/05/31 10:00:59 | |
1453 | Log: Fix Win32 for new spelling IN_BYTES | |
1454 | Branch: perlio | |
1455 | ! win32/win32.h | |
1456 | ____________________________________________________________________________ | |
1457 | [ 10343] By: nick on 2001/05/31 08:01:32 | |
1458 | Log: perlio.c -Wall cleaner under MULTIPLICITY | |
1459 | - still minor noise with linux stdio | |
1460 | Branch: perlio | |
1461 | ! perlio.c | |
1462 | ____________________________________________________________________________ | |
1463 | [ 10342] By: nick on 2001/05/31 07:52:23 | |
1464 | Log: Integrate mainline. | |
1465 | Branch: perlio | |
1466 | !> (integrate 42 files) | |
1467 | ____________________________________________________________________________ | |
1468 | [ 10341] By: jhi on 2001/05/31 01:39:02 | |
1469 | Log: AUTHORS updates. | |
1470 | Branch: perl | |
1471 | ! AUTHORS | |
1472 | ____________________________________________________________________________ | |
1473 | [ 10340] By: jhi on 2001/05/31 00:19:29 | |
1474 | Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file | |
1475 | From: Peter Prymmer <pvhp@forte.com> | |
1476 | Date: Wed, 30 May 2001 17:57:20 -0700 (PDT) | |
1477 | Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com> | |
1478 | Branch: perl | |
1479 | ! t/lib/md5-file.t | |
1480 | ____________________________________________________________________________ | |
1481 | [ 10339] By: jhi on 2001/05/31 00:16:44 | |
1482 | Log: Salvage bits and pieces from the experimental 'utf8 everywhere' | |
1483 | patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES | |
1484 | to match the pragma name; various robustness cleanups. | |
1485 | Branch: perl | |
1486 | ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c | |
1487 | ! sv.c toke.c utf8.c utf8.h utfebcdic.h | |
1488 | ____________________________________________________________________________ | |
1489 | [ 10338] By: jhi on 2001/05/30 23:56:14 | |
1490 | Log: More -Wall sweeping. | |
1491 | Branch: perl | |
1492 | ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs | |
1493 | ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs | |
1494 | ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c | |
1495 | ! regcomp.c sv.c toke.c utf8.c | |
1496 | ____________________________________________________________________________ | |
1497 | [ 10337] By: jhi on 2001/05/30 23:20:23 | |
1498 | Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1) | |
1499 | From: Nicholas Clark <nick@ccl4.org> | |
1500 | Date: Wed, 30 May 2001 22:34:41 +0100 | |
1501 | Message-ID: <20010530223441.Y86445@plum.flirble.org> | |
1502 | Branch: perl | |
1503 | ! t/op/cmp.t | |
1504 | ____________________________________________________________________________ | |
1505 | [ 10336] By: jhi on 2001/05/30 23:18:48 | |
f508f4bf JH |
1506 | Log: It's is not, it isn't ain't, and it's it's, not its, |
1507 | if you mean it is. If you don't, it's its. Then too, | |
1508 | it's hers. It isn't her's. It isn't our's either. | |
1509 | It's ours, and likewise yours and theirs. | |
54848fd9 JH |
1510 | -- Oxford University Press, Edpress News |
1511 | Branch: perl | |
1512 | ! lib/autouse.pm | |
1513 | ____________________________________________________________________________ | |
1514 | [ 10335] By: jhi on 2001/05/30 23:12:30 | |
1515 | Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | |
1516 | Branch: perl | |
1517 | ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c | |
1518 | ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c | |
1519 | ! x2p/str.c x2p/walk.c xsutils.c | |
1520 | ____________________________________________________________________________ | |
1521 | [ 10334] By: jhi on 2001/05/30 22:52:41 | |
1522 | Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT]) | |
1523 | From: Michael G Schwern <schwern@pobox.com> | |
1524 | Date: Wed, 30 May 2001 17:10:38 +0100 | |
1525 | Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk> | |
1526 | ||
1527 | Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT]) | |
1528 | From: Abhijit Menon-Sen <ams@wiw.org> | |
1529 | Date: Wed, 30 May 2001 23:16:13 +0530 | |
1530 | Message-ID: <20010530231613.A31933@lustre.linux.in> | |
1531 | Branch: perl | |
1532 | ! perl.c t/run/runenv.t | |
1533 | ____________________________________________________________________________ | |
1534 | [ 10333] By: jhi on 2001/05/30 22:25:02 | |
f508f4bf JH |
1535 | Log: (Retracted by #10375.) |
1536 | ||
1537 | IRIX hints patch from Merijn Broeren. | |
54848fd9 JH |
1538 | |
1539 | TODO: (this and the earlier Linux hints patch) should be solved | |
1540 | at Configure level. Merijn: -ldb should not be used on any platform | |
1541 | for perl, just when linking DBFile itself. Trying to be helpful here | |
1542 | is counterproductive. | |
1543 | Branch: perl | |
1544 | ! hints/irix_6.sh | |
1545 | ____________________________________________________________________________ | |
1546 | [ 10332] By: jhi on 2001/05/30 22:11:13 | |
1547 | Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join | |
1548 | From: Nicholas Clark <nick@ccl4.org> | |
1549 | Date: Wed, 30 May 2001 23:20:58 +0100 | |
1550 | Message-ID: <20010530232058.B86445@plum.flirble.org> | |
1551 | Branch: perl | |
1552 | ! doop.c | |
1553 | ____________________________________________________________________________ | |
1554 | [ 10331] By: jhi on 2001/05/30 22:09:49 | |
1555 | Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS | |
1556 | From: Michael G Schwern <schwern@pobox.com> | |
1557 | Date: Wed, 30 May 2001 15:24:20 +0100 | |
1558 | Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk> | |
1559 | Branch: perl | |
1560 | ! t/pragma/autouse.t | |
1561 | ____________________________________________________________________________ | |
1562 | [ 10330] By: jhi on 2001/05/30 22:02:21 | |
1563 | Log: The regex trick wasn't a good idea. | |
1564 | Branch: perl | |
1565 | ! pod/perlfaq4.pod | |
1566 | ____________________________________________________________________________ | |
1567 | [ 10329] By: nick on 2001/05/30 18:34:35 | |
1568 | Log: Integrate mainline | |
1569 | Branch: perlio | |
1570 | !> (integrate 40 files) | |
1571 | ____________________________________________________________________________ | |
1572 | [ 10328] By: jhi on 2001/05/30 14:28:39 | |
1573 | Log: Update Changes. | |
1574 | Branch: perl | |
1575 | ! Changes patchlevel.h | |
1576 | ____________________________________________________________________________ | |
1577 | [ 10327] By: jhi on 2001/05/30 14:07:01 | |
1578 | Log: The metaconfig unit change for #10325. | |
1579 | Branch: metaconfig | |
1580 | + U/modified/afs.U | |
1581 | ____________________________________________________________________________ | |
4e488382 JH |
1582 | [ 10326] By: jhi on 2001/05/30 14:06:36 |
1583 | Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum | |
1584 | is now wrong. | |
1585 | Branch: perl | |
1586 | ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t | |
1587 | ____________________________________________________________________________ | |
1588 | [ 10325] By: jhi on 2001/05/30 14:04:28 | |
1589 | Log: Introduce $Config{afsroot}. | |
1590 | Branch: perl | |
1591 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1592 | ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc | |
1593 | ! win32/config.gc win32/config.vc | |
1594 | ____________________________________________________________________________ | |
1595 | [ 10324] By: jhi on 2001/05/30 13:49:44 | |
f508f4bf JH |
1596 | Log: (Retracted by #10375.) |
1597 | ||
1598 | Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>. | |
4e488382 JH |
1599 | Branch: perl |
1600 | ! hints/linux.sh | |
1601 | ____________________________________________________________________________ | |
1602 | [ 10323] By: jhi on 2001/05/30 13:49:29 | |
1603 | Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>. | |
1604 | (Also Configure tweaks needed; coming up soon.) | |
1605 | Branch: perl | |
1606 | ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t | |
1607 | ____________________________________________________________________________ | |
1608 | [ 10322] By: jhi on 2001/05/30 13:37:56 | |
1609 | Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints | |
1610 | From: Michael G Schwern <schwern@pobox.com> | |
1611 | Date: Sun, 27 May 2001 10:29:43 +0100 | |
1612 | Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk> | |
1613 | Branch: perl | |
1614 | ! lib/perl5db.pl | |
1615 | ____________________________________________________________________________ | |
1616 | [ 10321] By: jhi on 2001/05/30 13:36:28 | |
1617 | Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | |
1618 | and Abhijit Menon-Sen. | |
1619 | Branch: perl | |
1620 | ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c | |
1621 | ! perl.c pp_sys.c regcomp.c | |
1622 | ____________________________________________________________________________ | |
1623 | [ 10320] By: jhi on 2001/05/30 13:35:27 | |
1624 | Log: Fix the BOOT section to call myU2time properly. | |
1625 | Branch: perl | |
1626 | ! ext/Time/HiRes/HiRes.xs | |
1627 | ____________________________________________________________________________ | |
1628 | [ 10319] By: jhi on 2001/05/30 13:06:09 | |
1629 | Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors | |
1630 | From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu> | |
1631 | Date: Wed, 30 May 2001 09:44:29 -0400 | |
1632 | Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu> | |
1633 | ||
1634 | Detypo; plus add one more trick. | |
1635 | Branch: perl | |
1636 | ! pod/perlfaq4.pod | |
1637 | ____________________________________________________________________________ | |
1638 | [ 10318] By: jhi on 2001/05/30 12:47:11 | |
1639 | Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t] (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed) | |
1640 | From: Michael G Schwern <schwern@pobox.com> | |
1641 | Date: Wed, 30 May 2001 14:39:06 +0100 | |
1642 | Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk> | |
1643 | Branch: perl | |
1644 | ! lib/autouse.pm t/pragma/autouse.t | |
1645 | ____________________________________________________________________________ | |
1646 | [ 10317] By: jhi on 2001/05/30 12:46:02 | |
1647 | Log: Subject: Re: AIX and gcc (moving targets) | |
1648 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1649 | Date: Wed, 30 May 2001 15:25:08 +0200 | |
1650 | Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl> | |
1651 | Branch: perl | |
1652 | ! ext/Time/HiRes/HiRes.xs | |
1653 | ____________________________________________________________________________ | |
1654 | [ 10316] By: jhi on 2001/05/30 12:40:46 | |
1655 | Log: Subject: [PATCH t/TEST] sorting tests | |
1656 | From: Michael G Schwern <schwern@pobox.com> | |
1657 | Date: Wed, 30 May 2001 10:24:02 +0100 | |
1658 | Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk> | |
1659 | Branch: perl | |
1660 | ! t/TEST | |
1661 | ____________________________________________________________________________ | |
1662 | [ 10315] By: jhi on 2001/05/30 12:37:43 | |
1663 | Log: Subject: [ID 20010529.002] typos in man page perlre | |
1664 | From: bart@cg681574-a.adubn1.nj.home.com | |
1665 | Date: Tue, 29 May 2001 13:58:59 -0500 | |
1666 | Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com> | |
1667 | Branch: perl | |
1668 | ! pod/perlre.pod | |
1669 | ____________________________________________________________________________ | |
1670 | [ 10314] By: jhi on 2001/05/30 12:33:53 | |
1671 | Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS | |
1672 | From: "Craig A. Berry" <craigberry@mac.com> | |
1673 | Date: Tue, 29 May 2001 23:23:45 -0500 | |
1674 | Message-Id: <a05100e01b73a21721dee@[192.168.56.153]> | |
1675 | Branch: perl | |
1676 | ! t/lib/extutils.t t/pragma/autouse.t | |
1677 | ____________________________________________________________________________ | |
1678 | [ 10313] By: jhi on 2001/05/30 12:32:17 | |
1679 | Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested) | |
1680 | From: David Dyck <dcd@tc.fluke.com> | |
1681 | Date: Tue, 29 May 2001 22:05:28 -0700 (PDT) | |
1682 | Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com> | |
1683 | Branch: perl | |
1684 | ! t/lib/filefind.t | |
1685 | ____________________________________________________________________________ | |
1686 | [ 10312] By: jhi on 2001/05/30 12:31:02 | |
1687 | Log: AIX hints update for gcc from Merijn H. Brand. | |
1688 | Branch: perl | |
1689 | ! hints/aix.sh | |
1690 | ____________________________________________________________________________ | |
1691 | [ 10311] By: jhi on 2001/05/30 12:18:20 | |
1692 | Log: Retract #10295 and #10296: a more generic solution | |
1693 | is needed (there's something funny with gcc on AIX). | |
1694 | Branch: perl | |
1695 | ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL | |
1696 | ____________________________________________________________________________ | |
1697 | [ 10310] By: jhi on 2001/05/30 12:08:07 | |
1698 | Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match | |
1699 | From: Hugo <hv@crypt.compulink.co.uk> | |
1700 | Date: Wed, 30 May 2001 11:59:19 +0100 | |
1701 | Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk> | |
1702 | ||
1703 | localizing $@ has unfortunate semantics - if you die past | |
1704 | a local $@, the die message is lost. | |
1705 | Branch: perl | |
1706 | ! lib/utf8_heavy.pl | |
1707 | ____________________________________________________________________________ | |
1708 | [ 10309] By: nick on 2001/05/30 08:23:02 | |
1709 | Log: Integrate mainline (autouse works again.) | |
1710 | Branch: perlio | |
1711 | !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm | |
1712 | !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod | |
1713 | !> pod/perlvar.pod t/op/cmp.t | |
1714 | ____________________________________________________________________________ | |
1715 | [ 10308] By: jhi on 2001/05/30 01:55:02 | |
1716 | Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch) | |
1717 | From: David Dyck <dcd@tc.fluke.com> | |
1718 | Date: Tue, 29 May 2001 12:19:38 -0700 (PDT) | |
1719 | Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com> | |
1720 | Branch: perl | |
1721 | ! lib/File/Find.pm | |
1722 | ____________________________________________________________________________ | |
1723 | [ 10307] By: jhi on 2001/05/30 01:47:22 | |
1724 | Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1 | |
1725 | From: Nicholas Clark <nick@ccl4.org> | |
1726 | Date: Tue, 29 May 2001 23:16:09 +0100 | |
1727 | Message-ID: <20010529231609.U86445@plum.flirble.org> | |
1728 | ||
1729 | Make the test output slightly clearer by distinguishing | |
1730 | between '' and undef. | |
1731 | Branch: perl | |
1732 | ! t/op/cmp.t | |
1733 | ____________________________________________________________________________ | |
1734 | [ 10306] By: jhi on 2001/05/30 01:45:12 | |
1735 | Log: Subject: [PATCH 5.6.1] flushNULL OS/2 | |
1736 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1737 | Date: Tue, 29 May 2001 19:15:19 -0400 | |
1738 | Message-ID: <20010529191519.A16020@math.ohio-state.edu> | |
1739 | Branch: perl | |
1740 | ! hints/os2.sh | |
1741 | ____________________________________________________________________________ | |
1742 | [ 10305] By: jhi on 2001/05/30 01:42:36 | |
1743 | Log: Subject: perlvar.pod addition | |
1744 | From: Peter Gessner <peter.gessner@post.rwth-aachen.de> | |
1745 | Date: Fri, 25 May 2001 20:23:12 +0200 | |
1746 | Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de> | |
1747 | ||
1748 | Subject: Re: perlvar.pod addition | |
1749 | From: "Abigail" <abigail@foad.org> | |
1750 | Date: Fri, 25 May 2001 22:00:39 +0200 | |
1751 | Message-ID: <20010525200039.28029.qmail@foad.org> | |
1752 | ||
1753 | Mention $a and $b in perlvar. | |
1754 | Branch: perl | |
1755 | ! pod/perlvar.pod | |
1756 | ____________________________________________________________________________ | |
1757 | [ 10304] By: jhi on 2001/05/30 01:36:37 | |
1758 | Log: Subject: [PATCH] perlvar.pod -- why isn't @F here? | |
1759 | From: Jeff Pinyan <jeffp@crusoe.net> | |
1760 | Date: Tue, 29 May 2001 22:27:51 -0400 (EDT) | |
1761 | Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net> | |
1762 | Branch: perl | |
1763 | ! pod/perlvar.pod | |
1764 | ____________________________________________________________________________ | |
1765 | [ 10303] By: jhi on 2001/05/30 01:35:31 | |
1766 | Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s/// | |
1767 | From: Jeff Pinyan <jeffp@crusoe.net> | |
1768 | Date: Tue, 29 May 2001 18:03:27 -0400 (EDT) | |
1769 | Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net> | |
1770 | Branch: perl | |
1771 | ! pod/perlfaq6.pod | |
1772 | ____________________________________________________________________________ | |
1773 | [ 10302] By: jhi on 2001/05/29 20:18:49 | |
1774 | Log: Mention Time::localtime and Time::gmtime. | |
1775 | Branch: perl | |
1776 | ! ext/Time/Piece/Piece.pm | |
1777 | ____________________________________________________________________________ | |
1778 | [ 10301] By: jhi on 2001/05/29 20:13:54 | |
1779 | Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors | |
1780 | From: Michael G Schwern <schwern@pobox.com> | |
1781 | Date: Tue, 29 May 2001 18:51:32 +0100 | |
1782 | Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk> | |
1783 | Branch: perl | |
1784 | ! pod/perlfaq4.pod | |
1785 | ____________________________________________________________________________ | |
1786 | [ 10300] By: jhi on 2001/05/29 20:12:09 | |
1787 | Log: Retract #10243. | |
1788 | Branch: perl | |
1789 | ! lib/autouse.pm | |
1790 | ____________________________________________________________________________ | |
1791 | [ 10299] By: nick on 2001/05/29 18:41:19 | |
1792 | Log: Post weekend integrate mainline (fails one test pragma/autouse). | |
1793 | Branch: perlio | |
1794 | +> (branch 29 files) | |
1795 | !> (integrate 91 files) | |
1796 | ____________________________________________________________________________ | |
1797 | [ 10298] By: jhi on 2001/05/29 16:29:19 | |
1798 | Log: Update Changes. | |
1799 | Branch: perl | |
1800 | ! Changes patchlevel.h | |
1801 | ____________________________________________________________________________ | |
55bceba6 JH |
1802 | [ 10297] By: jhi on 2001/05/29 16:25:47 |
1803 | Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@) | |
1804 | before Perl_load_module/Perl_call_method and restore the value | |
1805 | after if !SvTRUE(ERRSV). (from Inaba Hiroto) | |
1806 | Branch: perl | |
1807 | ! utf8.c | |
1808 | ____________________________________________________________________________ | |
1809 | [ 10296] By: jhi on 2001/05/29 16:01:53 | |
1810 | Log: Subject: Re: AIX and gcc (moving targets) | |
1811 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1812 | Date: Tue, 29 May 2001 17:59:40 +0200 | |
1813 | Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl> | |
1814 | Branch: perl | |
1815 | ! ext/Storable/Makefile.PL | |
1816 | ____________________________________________________________________________ | |
1817 | [ 10295] By: jhi on 2001/05/29 15:59:05 | |
1818 | Log: Subject: Re: AIX and gcc (moving targets) | |
1819 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1820 | Date: Tue, 29 May 2001 12:32:57 +0200 | |
1821 | Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl> | |
1822 | Branch: perl | |
1823 | ! ext/POSIX/Makefile.PL | |
1824 | ____________________________________________________________________________ | |
1825 | [ 10294] By: jhi on 2001/05/29 15:53:43 | |
f508f4bf JH |
1826 | Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21 |
1827 | From: Michael G Schwern <schwern@pobox.com> | |
1828 | Date: Tue, 29 May 2001 09:53:29 +0100 | |
1829 | Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk> | |
1830 | ||
54848fd9 | 1831 | (#10280 retracted) |
55bceba6 JH |
1832 | Branch: perl |
1833 | ! lib/Test/Harness.pm t/lib/test-harness.t | |
1834 | ____________________________________________________________________________ | |
1835 | [ 10293] By: jhi on 2001/05/29 15:46:10 | |
f508f4bf | 1836 | |
54848fd9 JH |
1837 | Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17 |
1838 | From: Michael G Schwern <schwern@pobox.com> | |
1839 | Date: Tue, 29 May 2001 09:19:52 +0100 | |
1840 | Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk> | |
55bceba6 JH |
1841 | Branch: perl |
1842 | + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t | |
1843 | + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t | |
1844 | + t/lib/Test/todo.t | |
1845 | ! MANIFEST lib/Test.pm t/TEST | |
1846 | ____________________________________________________________________________ | |
1847 | [ 10292] By: jhi on 2001/05/29 15:34:08 | |
54848fd9 JH |
1848 | Log: From: Michael G Schwern <schwern@pobox.com> |
1849 | Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories | |
1850 | Date: Tue, 29 May 2001 08:26:09 +0100 | |
1851 | Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk> | |
55bceba6 JH |
1852 | Branch: perl |
1853 | ! t/TEST | |
1854 | ____________________________________________________________________________ | |
1855 | [ 10291] By: jhi on 2001/05/29 15:29:37 | |
1856 | Log: Add tests for Time::gmtime and Time::localtime. | |
1857 | Branch: perl | |
1858 | + t/lib/time-gmtime.t t/lib/time-localtime.t | |
1859 | ! MANIFEST t/lib/1_compile.t | |
1860 | ____________________________________________________________________________ | |
1861 | [ 10290] By: jhi on 2001/05/29 15:15:44 | |
1862 | Log: Add test for File::stat. | |
1863 | Branch: perl | |
1864 | + t/lib/filestat.t | |
1865 | ! MANIFEST t/lib/1_compile.t | |
1866 | ____________________________________________________________________________ | |
1867 | [ 10289] By: jhi on 2001/05/29 15:05:38 | |
1868 | Log: Add test for Net::servent. | |
1869 | Branch: perl | |
1870 | + t/lib/net-sent.t | |
1871 | ! MANIFEST t/lib/1_compile.t | |
1872 | ____________________________________________________________________________ | |
1873 | [ 10288] By: jhi on 2001/05/29 14:57:15 | |
1874 | Log: Add test for Net::protoent. | |
1875 | Branch: perl | |
1876 | + t/lib/net-pent.t | |
1877 | ! MANIFEST t/lib/1_compile.t | |
1878 | ____________________________________________________________________________ | |
1879 | [ 10287] By: jhi on 2001/05/29 14:53:10 | |
1880 | Log: Add test for Net::netent. | |
1881 | Branch: perl | |
1882 | + t/lib/net-nent.t | |
1883 | ! MANIFEST t/lib/1_compile.t | |
1884 | ____________________________________________________________________________ | |
1885 | [ 10286] By: jhi on 2001/05/29 14:31:57 | |
1886 | Log: Add test for User::grent. Portability doubtful. | |
1887 | Branch: perl | |
1888 | + t/lib/user-grent.t | |
1889 | ! MANIFEST t/lib/1_compile.t | |
1890 | ____________________________________________________________________________ | |
1891 | [ 10285] By: jhi on 2001/05/29 14:24:20 | |
1892 | Log: Add test for User::pwent. | |
1893 | Probably will fall down somewhere for portability reasons. | |
1894 | Branch: perl | |
1895 | + t/lib/user-pwent.t | |
1896 | ! MANIFEST t/lib/1_compile.t | |
1897 | ____________________________________________________________________________ | |
1898 | [ 10284] By: jhi on 2001/05/29 13:26:43 | |
1899 | Log: Metaconfig units changes for #10283. | |
1900 | Branch: metaconfig | |
1901 | ! U/installdirs/inc_version_list.U U/installdirs/perl5.U | |
1902 | ! U/installdirs/siteman1.U U/installdirs/siteman3.U | |
1903 | ! U/installdirs/sitescript.U U/modified/Signal.U | |
1904 | ____________________________________________________________________________ | |
1905 | [ 10283] By: jhi on 2001/05/29 13:26:24 | |
1906 | Log: Subject: [PATCH 5.6.1] signal names in Configure | |
1907 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1908 | Date: Tue, 29 May 2001 03:52:25 -0400 | |
1909 | Message-ID: <20010529035225.A9400@math.ohio-state.edu> | |
1910 | ||
1911 | Subject: [PATCH 5.6.1] older perl in Configure | |
1912 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1913 | Date: Tue, 29 May 2001 03:55:40 -0400 | |
1914 | Message-ID: <20010529035539.A9411@math.ohio-state.edu> | |
1915 | ||
1916 | Subject: [PATCH 5.6.1] goofs in Configure | |
1917 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1918 | Date: Tue, 29 May 2001 04:13:07 -0400 | |
1919 | Message-ID: <20010529041307.A9658@math.ohio-state.edu> | |
1920 | ||
1921 | Configure portability tweaks. | |
1922 | Branch: perl | |
1923 | ! Configure | |
1924 | ____________________________________________________________________________ | |
1925 | [ 10282] By: jhi on 2001/05/29 12:41:41 | |
1926 | Log: Subject: [PATCH 5.6.1] extLibpath for OS/2 | |
1927 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1928 | Date: Tue, 29 May 2001 04:07:06 -0400 | |
1929 | Message-ID: <20010529040706.A9579@math.ohio-state.edu> | |
1930 | Branch: perl | |
1931 | ! os2/os2.c | |
1932 | ____________________________________________________________________________ | |
1933 | [ 10281] By: jhi on 2001/05/29 12:40:31 | |
1934 | Log: Subject: [PATCH 5.6.1] extra static libs for OS/2 | |
1935 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1936 | Date: Tue, 29 May 2001 04:01:38 -0400 | |
1937 | Message-ID: <20010529040138.A9482@math.ohio-state.edu> | |
1938 | Branch: perl | |
1939 | ! hints/os2.sh os2/Makefile.SHs | |
1940 | ____________________________________________________________________________ | |
1941 | [ 10280] By: jhi on 2001/05/29 12:38:48 | |
1942 | Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy | |
1943 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1944 | Date: Tue, 29 May 2001 03:50:18 -0400 | |
1945 | Message-ID: <20010529035018.A9387@math.ohio-state.edu> | |
1946 | Branch: perl | |
1947 | ! lib/Test/Harness.pm | |
1948 | ____________________________________________________________________________ | |
1949 | [ 10279] By: jhi on 2001/05/29 12:34:53 | |
1950 | Log: Additional safeguard against $@ getting trampled; idea from Hugo. | |
1951 | Branch: perl | |
1952 | ! lib/utf8_heavy.pl | |
1953 | ____________________________________________________________________________ | |
1954 | [ 10278] By: jhi on 2001/05/29 02:15:24 | |
1955 | Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match | |
1956 | From: Hugo <hv@crypt.compulink.co.uk> | |
1957 | Date: Tue, 29 May 2001 03:03:45 +0100 | |
1958 | Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk> | |
1959 | ||
1960 | Explanation why the $@ always gets the UTF8 flag when under use utf8-- | |
1961 | because we told it to have the flag when under use utf8. | |
1962 | Branch: perl | |
1963 | ! pp_ctl.c | |
1964 | ____________________________________________________________________________ | |
1965 | [ 10277] By: jhi on 2001/05/29 00:51:34 | |
1966 | Log: At least a partial fix for 20010528.004. | |
1967 | Branch: perl | |
1968 | ! lib/utf8_heavy.pl | |
1969 | ____________________________________________________________________________ | |
1970 | [ 10276] By: jhi on 2001/05/29 00:42:59 | |
1971 | Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1 | |
1972 | From: Nicholas Clark <nick@ccl4.org> | |
1973 | Date: Mon, 28 May 2001 23:39:38 +0100 | |
1974 | Message-ID: <20010528233938.M86445@plum.flirble.org> | |
1975 | ||
1976 | More portable non-zero UV. | |
1977 | Branch: perl | |
1978 | ! t/lib/extutils.t | |
1979 | ____________________________________________________________________________ | |
1980 | [ 10275] By: jhi on 2001/05/29 00:40:28 | |
1981 | Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ... | |
1982 | From: Nicholas Clark <nick@ccl4.org> | |
1983 | Date: Mon, 28 May 2001 22:46:09 +0100 | |
1984 | Message-ID: <20010528224608.L86445@plum.flirble.org> | |
1985 | ||
1986 | Test also "make clean". | |
1987 | Branch: perl | |
1988 | ! t/lib/extutils.t | |
1989 | ____________________________________________________________________________ | |
1990 | [ 10274] By: jhi on 2001/05/29 00:39:18 | |
1991 | Log: Subject: Re: Would -Wno-unused -Wall be better? | |
1992 | From: Michael G Schwern <schwern@pobox.com> | |
1993 | Date: Tue, 29 May 2001 00:55:54 +0100 | |
1994 | Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk> | |
1995 | Branch: perl | |
1996 | ! pp.h | |
1997 | ____________________________________________________________________________ | |
1998 | [ 10273] By: jhi on 2001/05/29 00:36:06 | |
1999 | Log: Add a test for 20010528.007, fixed in #10272. | |
2000 | Branch: perl | |
2001 | ! t/op/misc.t toke.c | |
2002 | ____________________________________________________________________________ | |
2003 | [ 10272] By: jhi on 2001/05/29 00:21:12 | |
2004 | Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space | |
2005 | From: Hugo <hv@crypt.compulink.co.uk> | |
2006 | Date: Tue, 29 May 2001 00:23:23 +0100 | |
2007 | Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk> | |
2008 | Branch: perl | |
2009 | ! toke.c | |
2010 | ____________________________________________________________________________ | |
2011 | [ 10271] By: jhi on 2001/05/28 22:52:11 | |
2012 | Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed | |
2013 | From: Michael G Schwern <schwern@pobox.com> | |
2014 | Date: Tue, 29 May 2001 00:42:59 +0100 | |
2015 | Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk> | |
2016 | Branch: perl | |
2017 | ! t/pragma/autouse.t | |
2018 | ____________________________________________________________________________ | |
2019 | [ 10270] By: jhi on 2001/05/28 21:44:06 | |
2020 | Log: Some shells seemingly arrange the signal handlers differently | |
2021 | (bug id 20010521.004). | |
2022 | Branch: perl | |
2023 | ! t/lib/sigaction.t | |
2024 | ____________________________________________________________________________ | |
2025 | [ 10269] By: jhi on 2001/05/28 20:34:21 | |
2026 | Log: Regen perlmodlib. | |
2027 | Branch: perl | |
2028 | ! pod/perlmodlib.pod | |
2029 | ____________________________________________________________________________ | |
2030 | [ 10268] By: jhi on 2001/05/28 19:08:45 | |
2031 | Log: Update Changes. | |
2032 | Branch: perl | |
2033 | ! Changes patchlevel.h | |
2034 | ____________________________________________________________________________ | |
71c736f5 JH |
2035 | [ 10267] By: jhi on 2001/05/28 19:03:54 |
2036 | Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change | |
2037 | From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | |
2038 | Date: Mon, 28 May 2001 14:56:35 -0500 | |
2039 | Message-ID: <20010528145635.L8487@chaos.wustl.edu> | |
2040 | Branch: perl | |
2041 | ! pod/perlnewmod.pod | |
2042 | ____________________________________________________________________________ | |
2043 | [ 10266] By: jhi on 2001/05/28 18:35:03 | |
2044 | Log: Regen toc. | |
2045 | Branch: perl | |
2046 | ! pod/perltoc.pod | |
2047 | ____________________________________________________________________________ | |
2048 | [ 10265] By: jhi on 2001/05/28 18:33:32 | |
2049 | Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) | |
2050 | From: "Richard Soderberg" <rs@crystalflame.net> | |
2051 | Date: Mon, 28 May 2001 12:31:23 -0700 | |
2052 | Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net> | |
2053 | Branch: perl | |
2054 | ! t/op/splice.t | |
2055 | ____________________________________________________________________________ | |
2056 | [ 10264] By: jhi on 2001/05/28 17:59:00 | |
2057 | Log: The #10260 was too bold: locales and utf8 still do not mix. | |
2058 | Branch: perl | |
2059 | ! t/pragma/locale.t | |
2060 | ____________________________________________________________________________ | |
2061 | [ 10263] By: jhi on 2001/05/28 17:52:25 | |
2062 | Log: Subject: [PATCH] Pod nitpicks | |
2063 | From: "Richard Soderberg" <rs@crystalflame.net> | |
2064 | Date: Mon, 28 May 2001 10:08:58 -0700 | |
2065 | Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net> | |
2066 | Branch: perl | |
2067 | ! pod/perl571delta.pod pod/perlapi.pod sv.h | |
2068 | ____________________________________________________________________________ | |
2069 | [ 10262] By: jhi on 2001/05/28 17:50:05 | |
2070 | Log: Upgrade to I18N::LangTags 0.22. | |
2071 | Branch: perl | |
2072 | + lib/I18N/LangTags/List.pod | |
2073 | ! MANIFEST lib/I18N/LangTags.pm | |
2074 | ____________________________________________________________________________ | |
2075 | [ 10261] By: jhi on 2001/05/28 17:23:40 | |
2076 | Log: A slightly more serious bug found by -Mutf8; op/misc and | |
2077 | lib/complex dumped core. | |
2078 | Branch: perl | |
2079 | ! regexec.c | |
2080 | ____________________________________________________________________________ | |
2081 | [ 10260] By: jhi on 2001/05/28 16:58:11 | |
2082 | Log: Various buglets shaken out by -Mutf8. | |
2083 | Branch: perl | |
2084 | ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t | |
2085 | ! t/pragma/locale.t | |
2086 | ____________________________________________________________________________ | |
2087 | [ 10259] By: jhi on 2001/05/28 15:48:46 | |
2088 | Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.) | |
2089 | Branch: perl | |
2090 | ! t/lib/carp.t | |
2091 | ____________________________________________________________________________ | |
2092 | [ 10258] By: jhi on 2001/05/28 15:32:41 | |
2093 | Log: Subject: [PATCH] todo patch | |
2094 | From: Artur Bergman <artur@contiller.se> | |
2095 | Date: Mon, 28 May 2001 17:03:51 +0200 | |
2096 | Message-ID: <B7383577.F34%artur@contiller.se> | |
2097 | Branch: perl | |
2098 | ! pod/perltodo.pod | |
2099 | ____________________________________________________________________________ | |
2100 | [ 10257] By: jhi on 2001/05/28 15:31:25 | |
2101 | Log: Subject: typo in perlguts.pod | |
2102 | From: "John P. Linderman" <jpl@research.att.com> | |
2103 | Date: Mon, 28 May 2001 09:35:47 -0400 (EDT) | |
2104 | Message-Id: <200105281335.JAA27851@raptor.research.att.com> | |
2105 | Branch: perl | |
2106 | ! pod/perlguts.pod | |
2107 | ____________________________________________________________________________ | |
2108 | [ 10256] By: jhi on 2001/05/28 15:30:42 | |
2109 | Log: Subject: AIX and gcc (moving targets) | |
2110 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2111 | Date: Mon, 28 May 2001 12:54:04 +0200 | |
2112 | Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl> | |
2113 | Branch: perl | |
2114 | ! hints/aix.sh | |
2115 | ____________________________________________________________________________ | |
2116 | [ 10255] By: jhi on 2001/05/28 15:28:55 | |
2117 | Log: Subject: Re: perlio + multiple perl_alloc..destruct | |
2118 | From: Doug MacEachern <dougm@covalent.net> | |
2119 | Date: Sun, 27 May 2001 13:47:13 -0700 (PDT) | |
2120 | Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net> | |
2121 | Branch: perl | |
2122 | ! perlio.c | |
2123 | ____________________________________________________________________________ | |
2124 | [ 10254] By: jhi on 2001/05/28 15:27:49 | |
2125 | Log: The #10251 wasn't quite up-to-the-code. | |
2126 | Branch: perl | |
2127 | ! t/op/misc.t | |
2128 | ____________________________________________________________________________ | |
2129 | [ 10253] By: jhi on 2001/05/28 15:26:39 | |
2130 | Log: Test case for bug 20010526.004, fixed in #10252. | |
2131 | Branch: perl | |
2132 | ! t/op/taint.t | |
2133 | ____________________________________________________________________________ | |
2134 | [ 10252] By: jhi on 2001/05/28 15:26:14 | |
2135 | Log: Subject: Re: [ID 20010526.004] Taint looses value | |
2136 | From: Hugo <hv@crypt.compulink.co.uk> | |
2137 | Date: Sun, 27 May 2001 20:39:32 +0100 | |
2138 | Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk> | |
2139 | Branch: perl | |
2140 | ! sv.c | |
2141 | ____________________________________________________________________________ | |
2142 | [ 10251] By: jhi on 2001/05/28 15:13:40 | |
2143 | Log: Test case for 20010422.005, fixed by #10250. | |
2144 | Branch: perl | |
2145 | ! t/op/misc.t | |
2146 | ____________________________________________________________________________ | |
2147 | [ 10250] By: jhi on 2001/05/28 15:11:16 | |
2148 | Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD | |
2149 | From: Spider Boardman <spider@Orb.Nashua.NH.US> | |
2150 | Date: Mon, 28 May 2001 06:39:12 -0400 | |
2151 | Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US> | |
2152 | Branch: perl | |
2153 | ! toke.c | |
2154 | ____________________________________________________________________________ | |
2155 | [ 10249] By: jhi on 2001/05/28 15:09:24 | |
2156 | Log: Linerewrapping. | |
2157 | Branch: perl | |
2158 | ! lib/open.pm | |
2159 | ____________________________________________________________________________ | |
2160 | [ 10248] By: jhi on 2001/05/28 15:09:07 | |
2161 | Log: Updates on the modules list. | |
2162 | Branch: perl | |
2163 | ! t/lib/1_compile.t | |
2164 | ____________________________________________________________________________ | |
2165 | [ 10247] By: jhi on 2001/05/28 15:03:35 | |
2166 | Log: Add a test for PerlIO. | |
2167 | ||
2168 | (I probably got the crlf/raw thing wrong for clrfy platforms...) | |
2169 | Branch: perl | |
2170 | + t/lib/perlio.t | |
2171 | ! MANIFEST lib/PerlIO.pm | |
2172 | ____________________________________________________________________________ | |
2173 | [ 10246] By: jhi on 2001/05/28 14:24:08 | |
2174 | Log: Add a test for carp et alia. | |
2175 | Branch: perl | |
2176 | + t/lib/carp.t | |
2177 | ! MANIFEST | |
2178 | ____________________________________________________________________________ | |
2179 | [ 10245] By: jhi on 2001/05/28 13:42:55 | |
2180 | Log: Adding the new test would be swell. | |
2181 | Branch: perl | |
2182 | + t/pragma/autouse.t | |
2183 | ____________________________________________________________________________ | |
2184 | [ 10244] By: jhi on 2001/05/28 13:42:34 | |
2185 | Log: Add a test for the autouse pragma. | |
2186 | Branch: perl | |
2187 | ! MANIFEST | |
2188 | ____________________________________________________________________________ | |
2189 | [ 10243] By: jhi on 2001/05/28 13:26:25 | |
2190 | Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed | |
2191 | From: dLux <dlux@spam.sch.bme.hu> | |
2192 | Date: Sun, 27 May 2001 16:14:26 +0200 | |
2193 | Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu> | |
2194 | Branch: perl | |
2195 | ! lib/autouse.pm | |
2196 | ____________________________________________________________________________ | |
2197 | [ 10242] By: jhi on 2001/05/28 13:21:50 | |
2198 | Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work | |
2199 | From: "Richard Soderberg" <rs@crystalflame.net> | |
2200 | Date: Mon, 28 May 2001 03:56:36 -0700 | |
2201 | Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net> | |
2202 | Branch: perl | |
2203 | ! utils/dprofpp.PL | |
2204 | ____________________________________________________________________________ | |
2205 | [ 10241] By: jhi on 2001/05/28 13:18:56 | |
2206 | Log: Subject: Re: [ID 20010522.003] Time::Local module bug | |
2207 | From: "Stephen P. Potter" <spp@spotter.yi.org> | |
2208 | Date: Tue, 22 May 2001 11:40:25 -0400 | |
2209 | Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org> | |
2210 | ||
2211 | Subject: Re: [ID 20010522.003] Time::Local module bug | |
2212 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
2213 | Date: Tue, 22 May 2001 11:50:19 -0400 | |
2214 | Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu> | |
2215 | Branch: perl | |
2216 | ! lib/Time/Local.pm | |
2217 | ____________________________________________________________________________ | |
2218 | [ 10240] By: jhi on 2001/05/27 22:44:49 | |
2219 | Log: The PERL_DL_NONLAZY can have whitespace in front. | |
2220 | Branch: perl | |
2221 | ! t/lib/extutils.t | |
2222 | ____________________________________________________________________________ | |
2223 | [ 10239] By: jhi on 2001/05/27 21:23:21 | |
2224 | Log: Document strftime() and strptime(). | |
2225 | Branch: perl | |
2226 | ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t | |
2227 | ____________________________________________________________________________ | |
2228 | [ 10238] By: jhi on 2001/05/27 20:29:07 | |
2229 | Log: Make Time::Piece::strptime() to be a function, not a method. | |
2230 | Branch: perl | |
2231 | ! ext/Time/Piece/Piece.pm t/lib/time-piece.t | |
2232 | ____________________________________________________________________________ | |
2233 | [ 10237] By: jhi on 2001/05/27 20:22:09 | |
2234 | Log: Tweak the test to be more portable. | |
2235 | Branch: perl | |
2236 | ! t/lib/extutils.t | |
2237 | ____________________________________________________________________________ | |
2238 | [ 10236] By: jhi on 2001/05/27 19:15:54 | |
2239 | Log: Subject: PATCH: Re: Re: Attributes that tie | |
2240 | From: Leon Brocard <acme@astray.com> | |
2241 | Date: Sun, 27 May 2001 12:37:29 +0100 | |
2242 | Message-ID: <20010527123729.A22663@ns0.astray.com> | |
2243 | ||
2244 | Document that variable attributes are not currently usable | |
2245 | for tieing. (An ugly limitation that should be fixed.) | |
2246 | Branch: perl | |
2247 | ! lib/attributes.pm | |
2248 | ____________________________________________________________________________ | |
2249 | [ 10235] By: jhi on 2001/05/27 19:03:31 | |
2250 | Log: Microperl tweaks. | |
2251 | Branch: perl | |
2252 | ! Makefile.micro uconfig.h uconfig.sh | |
2253 | ____________________________________________________________________________ | |
2254 | [ 10234] By: jhi on 2001/05/27 18:22:09 | |
2255 | Log: Add make target for microperl (kind of silly, but convenient). | |
2256 | Branch: perl | |
2257 | ! Makefile.SH | |
2258 | ____________________________________________________________________________ | |
2259 | [ 10233] By: jhi on 2001/05/27 18:18:56 | |
2260 | Log: O_APPEND and O_TRUNC are not portable. (Not available e.g. | |
2261 | for microperl.) | |
2262 | Branch: perl | |
2263 | ! doio.c | |
2264 | ____________________________________________________________________________ | |
2265 | [ 10232] By: jhi on 2001/05/27 17:57:18 | |
2266 | Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files | |
2267 | From: rspier@pobox.com (Robert Spier) | |
2268 | Date: Sat, 26 May 2001 20:05:23 -0400 | |
2269 | Message-ID: <15120.17603.148648.12430@rls.cx> | |
2270 | ||
2271 | Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files | |
2272 | From: rspier@pobox.com (Robert Spier) | |
2273 | Date: Sun, 27 May 2001 00:23:12 -0400 | |
2274 | Message-ID: <15120.33072.511966.767230@rls.cx> | |
2275 | Branch: perl | |
2276 | ! doio.c pod/perlfunc.pod | |
2277 | ____________________________________________________________________________ | |
2278 | [ 10231] By: jhi on 2001/05/27 15:45:20 | |
2279 | Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.) | |
2280 | Branch: perl | |
2281 | ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod | |
2282 | ____________________________________________________________________________ | |
2283 | [ 10230] By: jhi on 2001/05/27 15:41:06 | |
2284 | Log: Add README.tru64. | |
2285 | Branch: perl | |
2286 | + README.tru64 | |
2287 | ____________________________________________________________________________ | |
2288 | [ 10229] By: jhi on 2001/05/27 13:50:57 | |
2289 | Log: Integrate Locale::Maketext 1.01 from Sean Burke. | |
2290 | Branch: perl | |
2291 | + lib/Locale/Maketext.pm lib/Locale/Maketext.pod | |
2292 | + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t | |
2293 | ! MANIFEST | |
2294 | ____________________________________________________________________________ | |
2295 | [ 10228] By: jhi on 2001/05/27 13:43:38 | |
2296 | Log: Integrate I18N::LangTags from Sean Burke. | |
2297 | ||
2298 | TODO: the language list from RFC 3066 needs to be integrated | |
2299 | and made available somehow. The list is included in the | |
2300 | I18N-LangTags 0.21 distribution, but it is undocumented | |
2301 | and unconnected to the module. | |
2302 | Branch: perl | |
2303 | + lib/I18N/LangTags.pm t/lib/i18n-langtags.t | |
2304 | ! MANIFEST | |
2305 | ____________________________________________________________________________ | |
2306 | [ 10227] By: jhi on 2001/05/27 01:41:33 | |
2307 | Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as | |
2308 | envisioned by Sarathy. | |
2309 | Branch: perl | |
2310 | ! t/op/ver.t toke.c | |
2311 | ____________________________________________________________________________ | |
2312 | [ 10226] By: jhi on 2001/05/27 00:28:34 | |
2313 | Log: Subject: [ID 20010525.001] Pod typo nits fixed | |
2314 | From: lvirden@cas.org | |
2315 | Date: Fri, 25 May 2001 06:57:43 -0400 (EDT) | |
2316 | Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org> | |
2317 | ||
2318 | minus the perlsolaris decimation plus the | |
2319 | ||
2320 | Subject: Re: [ID 20010525.001] Pod typo nits fixed | |
2321 | From: "Philip Newton" <Philip.Newton@gmx.net> | |
2322 | Date: Fri, 25 May 2001 18:05:55 +0200 | |
2323 | Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu> | |
2324 | Branch: perl | |
2325 | ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod | |
2326 | ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod | |
2327 | ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod | |
2328 | ! pod/perlutil.pod pod/perlxstut.pod | |
2329 | ____________________________________________________________________________ | |
2330 | [ 10225] By: jhi on 2001/05/26 22:38:16 | |
2331 | Log: return clauses are nice. | |
2332 | Branch: perl | |
2333 | ! sv.c | |
2334 | ____________________________________________________________________________ | |
2335 | [ 10224] By: jhi on 2001/05/26 22:35:31 | |
2336 | Log: Subject: change 10199 backwards? | |
2337 | From: Doug MacEachern <dougm@covalent.net> | |
2338 | Date: Sat, 26 May 2001 11:26:07 -0700 (PDT) | |
2339 | Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net> | |
2340 | Branch: perl | |
2341 | ! sv.c | |
2342 | ____________________________________________________________________________ | |
2343 | [ 10223] By: jhi on 2001/05/26 22:31:46 | |
2344 | Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat | |
2345 | From: Hugo <hv@crypt.compulink.co.uk> | |
2346 | Date: Sat, 26 May 2001 17:05:12 +0100 | |
2347 | Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk> | |
2348 | Branch: perl | |
2349 | + t/op/gmagic.t | |
2350 | ! MANIFEST doop.c embed.h embed.pl global.sym | |
2351 | ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod | |
2352 | ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot | |
2353 | ____________________________________________________________________________ | |
2354 | [ 10222] By: jhi on 2001/05/26 22:10:38 | |
2355 | Log: Regen headers for #10221. | |
2356 | Branch: perl | |
2357 | ! global.sym objXSUB.h perlapi.c | |
2358 | ____________________________________________________________________________ | |
2359 | [ 10221] By: jhi on 2001/05/26 22:06:06 | |
2360 | Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl) | |
2361 | From: Juha Laiho <juha.laiho@Elma.Net> | |
2362 | Date: Thu, 3 May 2001 09:51:30 +0300 | |
2363 | Message-Id: <200105030651.JAA327254@tokka.elma.fi> | |
2364 | Branch: perl | |
2365 | ! embed.pl | |
2366 | ____________________________________________________________________________ | |
2367 | [ 10220] By: jhi on 2001/05/26 22:01:30 | |
2368 | Log: Subject: Re: [PATCH] Re: stability of sort()? | |
2369 | From: "John P. Linderman" <jpl@research.att.com> | |
2370 | Date: Sat, 26 May 2001 13:27:19 -0400 | |
2371 | Message-Id: <200105261727.NAA06654@raptor.research.att.com> | |
2372 | Branch: perl | |
2373 | ! pod/perlfunc.pod | |
2374 | ____________________________________________________________________________ | |
2375 | [ 10219] By: jhi on 2001/05/26 14:02:34 | |
2376 | Log: Integrate perlio. | |
2377 | Branch: perl | |
2378 | !> pod/perlguts.pod | |
2379 | ____________________________________________________________________________ | |
2380 | [ 10218] By: jhi on 2001/05/26 13:39:52 | |
2381 | Log: Subject: [PATCH perl@10210] PerlIO for VMS | |
2382 | From: "Craig A. Berry" <craigberry@mac.com> | |
2383 | Date: Sat, 26 May 2001 09:34:11 -0500 | |
2384 | Message-Id: <a05100e0ab734816701a5@[172.16.52.1]> | |
2385 | Branch: perl | |
2386 | ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h | |
2387 | ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c | |
2388 | ! vms/vmsish.h | |
2389 | ____________________________________________________________________________ | |
2390 | [ 10217] By: jhi on 2001/05/26 13:19:05 | |
2391 | Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints | |
2392 | From: David Dyck <dcd@tc.fluke.com> | |
2393 | Date: Fri, 25 May 2001 00:03:04 -0700 (PDT) | |
2394 | Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com> | |
2395 | Branch: perl | |
2396 | ! lib/perl5db.pl | |
2397 | ____________________________________________________________________________ | |
2398 | [ 10216] By: jhi on 2001/05/26 13:17:47 | |
2399 | Log: Subject: utf8 regexp tests | |
2400 | From: Hugo <hv@crypt.compulink.co.uk> | |
2401 | Date: Fri, 25 May 2001 22:35:01 +0100 | |
2402 | Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk> | |
2403 | Branch: perl | |
2404 | ! t/op/regexp.t | |
2405 | ____________________________________________________________________________ | |
2406 | [ 10215] By: jhi on 2001/05/26 13:15:40 | |
2407 | Log: Subject: [PATCH] Re: stability of sort()? | |
2408 | From: Nicholas Clark <nick@ccl4.org> | |
2409 | Date: Fri, 25 May 2001 22:40:19 +0100 | |
2410 | Message-ID: <20010525224019.B86445@plum.flirble.org> | |
2411 | Branch: perl | |
2412 | ! pod/perlfunc.pod | |
2413 | ____________________________________________________________________________ | |
2414 | [ 10214] By: jhi on 2001/05/26 13:14:30 | |
2415 | Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH] | |
2416 | From: John Peacock <jpeacock@rowman.com> | |
2417 | Date: Thu, 24 May 2001 22:14:01 -0400 | |
2418 | Message-ID: <3B0DBFE9.A7C49084@rowman.com> | |
2419 | Branch: perl | |
2420 | ! mg.c scope.c sv.c | |
2421 | ____________________________________________________________________________ | |
2422 | [ 10213] By: jhi on 2001/05/26 13:08:56 | |
2423 | Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!] | |
2424 | From: Nicholas Clark <nick@ccl4.org> | |
2425 | Date: Sun, 20 May 2001 19:24:13 +0100 | |
2426 | Message-ID: <20010520192413.G83222@plum.flirble.org> | |
2427 | Branch: perl | |
2428 | + lib/ExtUtils/Constant.pm t/lib/extutils.t | |
2429 | ! MANIFEST utils/h2xs.PL | |
2430 | ____________________________________________________________________________ | |
2431 | [ 10212] By: nick on 2001/05/26 09:49:28 | |
2432 | Log: Change perlguts docs to not suggest PUSHi etc. for multiple results, | |
2433 | add a few more notes there on use of mortals on the stack. | |
2434 | Branch: perlio | |
2435 | ! pod/perlguts.pod | |
2436 | ____________________________________________________________________________ | |
2437 | [ 10211] By: nick on 2001/05/26 09:05:36 | |
2438 | Log: Integrate mainline | |
2439 | Branch: perlio | |
2440 | +> t/lib/fcntl.t t/pragma/vars.t | |
2441 | !> (integrate 49 files) | |
2442 | ____________________________________________________________________________ | |
2443 | [ 10210] By: jhi on 2001/05/25 12:29:16 | |
2444 | Log: Update Changes. | |
2445 | Branch: perl | |
2446 | ! Changes patchlevel.h | |
2447 | ____________________________________________________________________________ | |
610045af JH |
2448 | [ 10209] By: jhi on 2001/05/25 12:24:45 |
2449 | Log: Based on | |
2450 | ||
2451 | Subject: [PATCH pp.c] Wrapping pack("C",256) | |
2452 | From: Simon Cozens <simon@netthink.co.uk> | |
2453 | Date: Sat, 12 May 2001 17:58:41 +0100 | |
2454 | Message-ID: <20010512175841.A6132@netthink.co.uk> | |
2455 | Branch: perl | |
2456 | ! pod/perldiag.pod pp.c t/pragma/warn/pp | |
2457 | ____________________________________________________________________________ | |
2458 | [ 10208] By: jhi on 2001/05/25 01:37:03 | |
2459 | Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback | |
2460 | From: "Brendan O'Dea" <bod@compusol.com.au> | |
2461 | Date: Fri, 25 May 2001 11:18:29 +1000 | |
2462 | Message-ID: <20010525111829.A28411@compusol.com.au> | |
2463 | ||
2464 | (Slightly modified.) | |
2465 | Branch: perl | |
2466 | ! lib/Term/Cap.pm | |
2467 | ____________________________________________________________________________ | |
2468 | [ 10207] By: jhi on 2001/05/25 01:12:14 | |
2469 | Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string | |
2470 | From: Hugo <hv@crypt.compulink.co.uk> | |
2471 | Date: Fri, 25 May 2001 02:13:25 +0100 | |
2472 | Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk> | |
2473 | Branch: perl | |
2474 | ! t/op/misc.t | |
2475 | ____________________________________________________________________________ | |
2476 | [ 10206] By: jhi on 2001/05/25 01:07:59 | |
2477 | Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string | |
2478 | From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp> | |
2479 | Date: Fri, 25 May 2001 10:25:36 +0900 | |
2480 | Message-Id: <200105250124.KAA19571@toshiba.co.jp> | |
2481 | Branch: perl | |
2482 | ! regcomp.c regexec.c | |
2483 | ____________________________________________________________________________ | |
2484 | [ 10205] By: jhi on 2001/05/25 01:07:00 | |
2485 | Log: Subject: [PATCH #2] stash autovivification and method call error messages | |
2486 | From: Ilmari Karonen <iltzu@sci.fi> | |
2487 | Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST) | |
2488 | Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka> | |
2489 | Branch: perl | |
2490 | ! gv.c pp_hot.c t/op/method.t | |
2491 | ____________________________________________________________________________ | |
2492 | [ 10204] By: jhi on 2001/05/25 01:03:50 | |
2493 | Log: Add make target and documentation for gprof profiling. | |
2494 | Branch: perl | |
2495 | ! Makefile.SH pod/perlhack.pod | |
2496 | ____________________________________________________________________________ | |
2497 | [ 10203] By: jhi on 2001/05/24 21:09:36 | |
2498 | Log: Subject: Don't think about UTF8 | |
2499 | From: Mike Guy <mjtg@cam.ac.uk> | |
2500 | Date: Tue, 22 May 2001 14:35:39 +0100 | |
2501 | Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk> | |
2502 | Branch: perl | |
2503 | ! sv.h | |
2504 | ____________________________________________________________________________ | |
2505 | [ 10202] By: jhi on 2001/05/24 21:07:25 | |
2506 | Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re | |
2507 | From: Geraint A Edwards <gedge@serf.org> | |
2508 | Date: Thu, 24 May 2001 22:51:24 +0100 | |
2509 | Message-Id: <20010524225124.A34981@cymru.serf.org> | |
2510 | Branch: perl | |
2511 | ! x2p/find2perl.PL | |
2512 | ____________________________________________________________________________ | |
2513 | [ 10201] By: jhi on 2001/05/24 21:02:30 | |
2514 | Log: DB_File has its own attribute story. | |
2515 | Branch: perl | |
2516 | ! ext/DB_File/DB_File.xs | |
2517 | ____________________________________________________________________________ | |
2518 | [ 10200] By: jhi on 2001/05/24 19:54:21 | |
2519 | Log: Subject: Re: Making perl with -Wall | |
2520 | From: Andy Dougherty <doughera@lafayette.edu> | |
2521 | Date: Thu, 24 May 2001 14:33:37 -0400 (EDT) | |
2522 | Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu> | |
2523 | Branch: perl | |
2524 | ! perl.h | |
2525 | ____________________________________________________________________________ | |
2526 | [ 10199] By: jhi on 2001/05/24 15:15:03 | |
2527 | Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF | |
2528 | From: "Richard Soderberg" <rs@crystalflame.net> | |
2529 | Date: Thu, 24 May 2001 08:58:16 -0700 | |
2530 | Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net> | |
2531 | Branch: perl | |
2532 | ! sv.c | |
2533 | ____________________________________________________________________________ | |
2534 | [ 10198] By: jhi on 2001/05/24 15:10:04 | |
2535 | Log: IV/UV casting fixes from Nicholas Clark. | |
2536 | Branch: perl | |
2537 | ! perl.h pp_sys.c util.c | |
2538 | ____________________________________________________________________________ | |
2539 | [ 10197] By: jhi on 2001/05/24 14:19:44 | |
2540 | Log: Subject: Re: Making perl with -Wall | |
2541 | From: Michael G Schwern <schwern@pobox.com> | |
2542 | Date: Thu, 24 May 2001 15:40:28 +0100 | |
2543 | Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk> | |
2544 | Branch: perl | |
2545 | ! malloc.c perl.h | |
2546 | ____________________________________________________________________________ | |
2547 | [ 10196] By: jhi on 2001/05/24 14:04:41 | |
2548 | Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync | |
2549 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2550 | Date: Tue, 22 May 2001 11:49:37 +0200 | |
2551 | Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl> | |
2552 | Branch: metaconfig | |
2553 | ! U/modified/Oldsym.U | |
2554 | Branch: metaconfig/U/perl | |
2555 | ! patchlevel.U | |
2556 | Branch: perl | |
2557 | ! Configure config_h.SH myconfig.SH | |
2558 | ____________________________________________________________________________ | |
2559 | [ 10195] By: jhi on 2001/05/24 13:25:04 | |
2560 | Log: Under versiononly install also the scripts with the version suffix. | |
2561 | (e.g. .../bin/h2xs5.7.1) | |
2562 | Branch: perl | |
2563 | ! installperl | |
2564 | ____________________________________________________________________________ | |
2565 | [ 10194] By: jhi on 2001/05/24 13:02:49 | |
2566 | Log: Subject: [PATCH] Stop segfault in mg.c:636 | |
2567 | From: "Richard Soderberg" <rs@crystalflame.net> | |
2568 | Date: Thu, 24 May 2001 05:51:52 -0700 | |
2569 | Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net> | |
2570 | Branch: perl | |
2571 | ! mg.c | |
2572 | ____________________________________________________________________________ | |
2573 | [ 10193] By: jhi on 2001/05/24 12:37:13 | |
2574 | Log: Iteration continues; hopefully convergently. | |
2575 | Branch: perl | |
2576 | ! t/lib/b-stash.t | |
2577 | ____________________________________________________________________________ | |
2578 | [ 10192] By: jhi on 2001/05/24 12:36:35 | |
2579 | Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early | |
2580 | From: Gisle Aas <gisle@ActiveState.com> | |
2581 | Date: 23 May 2001 16:13:10 -0700 | |
2582 | Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com> | |
2583 | Branch: perl | |
2584 | ! op.c toke.c | |
2585 | ____________________________________________________________________________ | |
2586 | [ 10191] By: jhi on 2001/05/24 12:25:12 | |
2587 | Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings | |
2588 | From: "Daniel S. Lewart" <d-lewart@uiuc.edu> | |
2589 | Date: Thu, 24 May 2001 05:05:22 -0500 | |
2590 | Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu> | |
2591 | Branch: perl | |
2592 | ! lib/dumpvar.pl lib/perl5db.pl | |
2593 | ____________________________________________________________________________ | |
2594 | [ 10190] By: jhi on 2001/05/24 12:24:07 | |
2595 | Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to | |
2596 | From: David Dyck <dcd@tc.fluke.com> | |
2597 | Date: Thu, 24 May 2001 01:42:09 -0700 (PDT) | |
2598 | Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com> | |
2599 | Branch: perl | |
2600 | ! lib/perl5db.pl | |
2601 | ____________________________________________________________________________ | |
2602 | [ 10189] By: jhi on 2001/05/23 22:43:31 | |
2603 | Log: Tiny pod nits on READMEs, mostly whitespace issues. | |
2604 | Branch: perl | |
2605 | ! README.amiga README.dos README.macos README.mpeix README.vmesa | |
2606 | ! README.win32 | |
2607 | ____________________________________________________________________________ | |
2608 | [ 10188] By: jhi on 2001/05/23 22:26:03 | |
2609 | Log: The DG/UX part of the 20010521.005. | |
2610 | Branch: perl | |
2611 | ! README.dgux | |
2612 | ____________________________________________________________________________ | |
2613 | [ 10187] By: jhi on 2001/05/23 22:04:05 | |
2614 | Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems | |
2615 | From: Hugo <hv@crypt.compulink.co.uk> | |
2616 | Date: Mon, 21 May 2001 16:32:02 +0100 | |
2617 | Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk> | |
2618 | Branch: perl | |
2619 | ! regcomp.c t/op/misc.t | |
2620 | ____________________________________________________________________________ | |
2621 | [ 10186] By: jhi on 2001/05/23 21:42:15 | |
2622 | Log: Subject: [PATCH] Extra UNIVERSAL tests | |
2623 | From: Mike Guy <mjtg@cam.ac.uk> | |
2624 | Date: Wed, 23 May 2001 12:29:20 +0100 | |
2625 | Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk> | |
2626 | Branch: perl | |
2627 | ! t/op/universal.t | |
2628 | ____________________________________________________________________________ | |
2629 | [ 10185] By: jhi on 2001/05/23 21:38:48 | |
2630 | Log: Subject: [PATCH] Remove EQ keyword | |
2631 | From: Mike Guy <mjtg@cam.ac.uk> | |
2632 | Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk> | |
2633 | Date: Wed, 23 May 2001 11:17:29 +0100 | |
2634 | Branch: perl | |
2635 | ! keywords.h keywords.pl | |
2636 | ____________________________________________________________________________ | |
2637 | [ 10184] By: jhi on 2001/05/23 21:29:41 | |
2638 | Log: Subject: [PATCH] lib/perl5db.pl | |
2639 | From: "Daniel S. Lewart" <d-lewart@uiuc.edu> | |
2640 | Date: Wed, 23 May 2001 02:18:03 -0500 | |
2641 | Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu> | |
2642 | Branch: perl | |
2643 | ! lib/perl5db.pl | |
2644 | ____________________________________________________________________________ | |
2645 | [ 10183] By: jhi on 2001/05/23 21:27:54 | |
2646 | Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs | |
2647 | From: "Daniel S. Lewart" <d-lewart@uiuc.edu> | |
2648 | Date: Tue, 22 May 2001 23:34:41 -0500 | |
2649 | Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu> | |
2650 | Branch: perl | |
2651 | ! lib/Term/Cap.pm | |
2652 | ____________________________________________________________________________ | |
2653 | [ 10182] By: jhi on 2001/05/23 21:24:30 | |
2654 | Log: Subject: [PATCH emacs/e2ctags.pl] big speedup | |
2655 | From: davem@fdgroup.co.uk | |
2656 | Date: Tue, 22 May 2001 22:08:09 +0100 (BST) | |
2657 | Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk> | |
2658 | Branch: perl | |
2659 | ! emacs/e2ctags.pl | |
2660 | ____________________________________________________________________________ | |
2661 | [ 10181] By: jhi on 2001/05/23 21:23:29 | |
2662 | Log: Subject: [PATCH lib/vars.pm] Sensible minimum version | |
2663 | From: Michael G Schwern <schwern@pobox.com> | |
2664 | Date: Tue, 22 May 2001 14:15:09 +0100 | |
2665 | Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk> | |
2666 | Branch: perl | |
2667 | ! lib/vars.pm | |
2668 | ____________________________________________________________________________ | |
2669 | [ 10180] By: jhi on 2001/05/23 21:22:14 | |
2670 | Log: Subject: [PATCH lib/vars.pm] Odd code nit | |
2671 | From: Michael G Schwern <schwern@pobox.com> | |
2672 | Date: Tue, 22 May 2001 14:14:28 +0100 | |
2673 | Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk> | |
2674 | Branch: perl | |
2675 | ! lib/vars.pm | |
2676 | ____________________________________________________________________________ | |
2677 | [ 10179] By: jhi on 2001/05/23 21:19:51 | |
2678 | Log: Use the new use vars feature. | |
2679 | Branch: perl | |
2680 | ! t/lib/b-stash.t | |
2681 | ____________________________________________________________________________ | |
2682 | [ 10178] By: jhi on 2001/05/23 21:19:28 | |
2683 | Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001]) | |
2684 | From: Mike Guy <mjtg@cam.ac.uk> | |
2685 | Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> | |
2686 | Date: Tue, 22 May 2001 13:11:39 +0100 | |
2687 | Branch: perl | |
2688 | + t/pragma/vars.t | |
2689 | ! MANIFEST lib/vars.pm t/lib/1_compile.t | |
2690 | ____________________________________________________________________________ | |
2691 | [ 10177] By: jhi on 2001/05/23 21:01:48 | |
2692 | Log: -qlongdouble considered harmful by Merijn. | |
2693 | Branch: perl | |
2694 | ! hints/aix.sh | |
2695 | ____________________________________________________________________________ | |
2696 | [ 10176] By: jhi on 2001/05/21 13:21:21 | |
2697 | Log: Update Changes. | |
2698 | Branch: perl | |
2699 | ! Changes patchlevel.h | |
2700 | ____________________________________________________________________________ | |
6b736850 JH |
2701 | [ 10175] By: jhi on 2001/05/21 13:17:28 |
2702 | Log: Add a test of its very own for Fcntl. Hopefully portable. | |
2703 | Branch: perl | |
2704 | + t/lib/fcntl.t | |
2705 | ! MANIFEST | |
2706 | ____________________________________________________________________________ | |
2707 | [ 10174] By: jhi on 2001/05/21 12:45:41 | |
2708 | Log: Must be trickier for 'minitest' not to die. | |
2709 | Branch: perl | |
2710 | ! t/op/taint.t | |
2711 | ____________________________________________________________________________ | |
2712 | [ 10173] By: jhi on 2001/05/21 11:24:43 | |
2713 | Log: Can't declare other people's variables. | |
2714 | Branch: perl | |
2715 | ! t/lib/b-stash.t | |
2716 | ____________________________________________________________________________ | |
2717 | [ 10172] By: jhi on 2001/05/20 20:33:08 | |
2718 | Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-( | |
2719 | Branch: perl | |
2720 | ! doio.c t/op/taint.t | |
2721 | ____________________________________________________________________________ | |
2722 | [ 10171] By: jhi on 2001/05/20 20:18:45 | |
2723 | Log: The OS/2 variable needs to be declared. | |
2724 | Branch: perl | |
2725 | ! t/lib/b-stash.t | |
2726 | ____________________________________________________________________________ | |
2727 | [ 10170] By: nick on 2001/05/20 16:48:29 | |
2728 | Log: Integrate mainline | |
2729 | Branch: perlio | |
2730 | !> (integrate 41 files) | |
2731 | ____________________________________________________________________________ | |
2732 | [ 10169] By: jhi on 2001/05/20 11:50:20 | |
2733 | Log: Small perlsec updates: clarify the taintedness of filename | |
2734 | globbing; suggest using Scalar::Util::tainted(). | |
2735 | Branch: perl | |
2736 | ! pod/perlsec.pod | |
2737 | ____________________________________________________________________________ | |
2738 | [ 10168] By: jhi on 2001/05/20 11:24:11 | |
2739 | Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic | |
2740 | From: Dave Mitchell <davem@fdgroup.co.uk> | |
2741 | Date: Sat, 19 May 2001 20:12:56 +0100 (BST) | |
2742 | Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk> | |
2743 | Branch: perl | |
2744 | ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c | |
2745 | ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c | |
2746 | ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c | |
2747 | ! xsutils.c | |
2748 | ____________________________________________________________________________ | |
2749 | [ 10167] By: jhi on 2001/05/20 11:12:14 | |
2750 | Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2 | |
2751 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2752 | Date: Sat, 19 May 2001 04:08:46 -0400 | |
2753 | Message-ID: <20010519040846.A16969@math.ohio-state.edu> | |
2754 | Branch: perl | |
2755 | ! lib/ExtUtils/Mksymlists.pm makedef.pl | |
2756 | ____________________________________________________________________________ | |
2757 | [ 10166] By: jhi on 2001/05/20 11:08:27 | |
2758 | Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2 | |
2759 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2760 | Date: Sat, 19 May 2001 04:30:45 -0400 | |
2761 | Message-ID: <20010519043045.A17033@math.ohio-state.edu> | |
2762 | Branch: perl | |
2763 | ! os2/os2.c | |
2764 | ____________________________________________________________________________ | |
2765 | [ 10165] By: jhi on 2001/05/20 11:07:06 | |
2766 | Log: Subject: [PATCH 5.6.1] build bugs OS/2 | |
2767 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2768 | Date: Sat, 19 May 2001 04:35:28 -0400 | |
2769 | Message-ID: <20010519043528.A17363@math.ohio-state.edu> | |
2770 | Branch: perl | |
2771 | ! os2/Makefile.SHs os2/os2.c | |
2772 | ____________________________________________________________________________ | |
2773 | [ 10164] By: jhi on 2001/05/20 11:06:01 | |
2774 | Log: Subject: [PATCH 5.6.1] Mis-Failing tests | |
2775 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2776 | Date: Sat, 19 May 2001 04:04:23 -0400 | |
2777 | Message-ID: <20010519040423.A16861@math.ohio-state.edu> | |
2778 | ||
2779 | (In bleadperl patched b-stash.t instead of b.t) | |
2780 | Branch: perl | |
2781 | ! t/lib/b-stash.t t/lib/bigfltpm.t | |
2782 | ____________________________________________________________________________ | |
2783 | [ 10163] By: jhi on 2001/05/20 10:59:46 | |
2784 | Log: Subject: [PATCH 5.6.1] perl5db | |
2785 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2786 | Date: Sat, 19 May 2001 03:49:09 -0400 | |
2787 | Message-ID: <20010519034909.A14902@math.ohio-state.edu> | |
2788 | Branch: perl | |
2789 | ! lib/perl5db.pl | |
2790 | ____________________________________________________________________________ | |
2791 | [ 10162] By: jhi on 2001/05/20 10:58:18 | |
2792 | Log: Subject: [PATCH] require $mod where $mod has touched numeric context | |
2793 | From: Gisle Aas <gisle@ActiveState.com> | |
2794 | Date: 18 May 2001 14:24:51 -0700 | |
2795 | Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com> | |
2796 | Branch: perl | |
2797 | ! pp_ctl.c | |
2798 | ____________________________________________________________________________ | |
2799 | [ 10161] By: jhi on 2001/05/20 10:57:00 | |
2800 | Log: Subject: [PATCH] Chomp should not always stringify | |
2801 | From: Gisle Aas <gisle@ActiveState.com> | |
2802 | Date: 18 May 2001 07:55:25 -0700 | |
2803 | Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com> | |
2804 | Branch: perl | |
2805 | ! doop.c t/op/chop.t | |
2806 | ____________________________________________________________________________ | |
2807 | [ 10160] By: jhi on 2001/05/20 10:49:40 | |
2808 | Log: Integrate perlio. | |
2809 | Branch: perl | |
2810 | !> pod/perlfunc.pod | |
2811 | ____________________________________________________________________________ | |
2812 | [ 10159] By: nick on 2001/05/20 09:39:46 | |
2813 | Log: Document some more of open's features. | |
2814 | Branch: perlio | |
2815 | ! pod/perlfunc.pod | |
2816 | ____________________________________________________________________________ | |
2817 | [ 10158] By: gsar on 2001/05/18 18:43:38 | |
2818 | Log: back out change#10153 (it has compatibility issues such as the | |
2819 | changed behavior of /[~%@+-]/, and after talking to Jarkko, the | |
2820 | benefit for 5.6.x doesn't seem worth the risk) | |
2821 | Branch: maint-5.6/perl | |
2822 | ! toke.c | |
2823 | ____________________________________________________________________________ | |
2824 | [ 10157] By: jhi on 2001/05/18 17:05:40 | |
2825 | Log: \$escaping the $vars in !GROK!THIS! section is a good idea. | |
2826 | Branch: perl | |
2827 | ! x2p/s2p.PL | |
2828 | ____________________________________________________________________________ | |
2829 | [ 10156] By: jhi on 2001/05/18 12:06:40 | |
2830 | Log: Update Changes. | |
2831 | Branch: perl | |
2832 | ! Changes patchlevel.h | |
2833 | ____________________________________________________________________________ | |
acd7faf1 JH |
2834 | [ 10155] By: jhi on 2001/05/18 11:58:57 |
2835 | Log: Integrate change #10144 from maintperl. | |
2836 | ||
2837 | s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too. | |
2838 | Branch: perl | |
2839 | !> win32/config.bc win32/config.gc win32/config.vc | |
2840 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
2841 | ____________________________________________________________________________ | |
2842 | [ 10154] By: nick on 2001/05/18 07:23:03 | |
2843 | Log: Integrate mainline. | |
2844 | Branch: perlio | |
2845 | +> README.dgux t/lib/i18n-collate.t utils.lst | |
2846 | !> (integrate 49 files) | |
2847 | ____________________________________________________________________________ | |
2848 | [ 10153] By: jhi on 2001/05/18 00:41:51 | |
2849 | Log: Integrate change #7224 from mainline into maintperl. | |
2850 | ||
2851 | Allow @+ and @- to be doublequoted, from Simon Cozens. | |
2852 | (Approved by Larry, see Tom's comment in 20000830.005.) | |
2853 | Branch: maint-5.6/perl | |
2854 | !> toke.c | |
2855 | ____________________________________________________________________________ | |
2856 | [ 10152] By: jhi on 2001/05/17 23:18:15 | |
2857 | Log: Subject: [PATCH bleadperl] small lookbehind fix | |
2858 | From: Hugo <hv@crypt.compulink.co.uk> | |
2859 | Date: Fri, 18 May 2001 00:07:19 +0100 | |
2860 | Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk> | |
2861 | Branch: perl | |
2862 | ! regexec.c | |
2863 | ____________________________________________________________________________ | |
2864 | [ 10151] By: jhi on 2001/05/17 22:00:06 | |
2865 | Log: Detypos. | |
2866 | Branch: perl | |
2867 | ! installman utils.lst | |
2868 | ____________________________________________________________________________ | |
2869 | [ 10150] By: jhi on 2001/05/17 20:32:48 | |
2870 | Log: Add better debug to glob/basic #8 as suggested by Nick Clark | |
2871 | in 20001222.001. | |
2872 | Branch: perl | |
2873 | ! t/lib/glob-basic.t | |
2874 | ____________________________________________________________________________ | |
2875 | [ 10149] By: jhi on 2001/05/17 20:08:58 | |
2876 | Log: Subject: [PATCH] Test for bug 20010515.004 | |
2877 | From: Benjamin Sugars <bsugars@canoe.ca> | |
2878 | Date: Thu, 17 May 2001 15:48:18 -0400 (EDT) | |
2879 | Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca> | |
2880 | Branch: perl | |
2881 | ! t/op/misc.t | |
2882 | ____________________________________________________________________________ | |
2883 | [ 10148] By: jhi on 2001/05/17 20:06:23 | |
2884 | Log: Integrate #10145 from maintperl. | |
2885 | ||
2886 | fix for ID 20010515.004 (needs test) | |
2887 | Branch: perl | |
2888 | !> pp_hot.c | |
2889 | ____________________________________________________________________________ | |
2890 | [ 10147] By: jhi on 2001/05/17 19:10:46 | |
2891 | Log: Thinko noticed by Doug MacEachern. | |
2892 | Branch: perl | |
2893 | ! thread.h | |
2894 | ____________________________________________________________________________ | |
2895 | [ 10146] By: jhi on 2001/05/17 17:30:37 | |
2896 | Log: Subject: Re: [PATCH] HERE mark in regex | |
2897 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
2898 | Date: Thu, 17 May 2001 12:20:33 -0400 | |
2899 | Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> | |
2900 | Branch: perl | |
2901 | ! t/op/re_tests | |
2902 | ____________________________________________________________________________ | |
2903 | [ 10145] By: gsar on 2001/05/17 16:59:55 | |
2904 | Log: fix for ID 20010515.004 (needs test) | |
2905 | Branch: maint-5.6/perl | |
2906 | ! pp_hot.c | |
2907 | ____________________________________________________________________________ | |
2908 | [ 10144] By: gsar on 2001/05/17 16:39:02 | |
2909 | Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g | |
2910 | Branch: maint-5.6/perl | |
2911 | ! win32/config.bc win32/config.gc win32/config.vc | |
2912 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
2913 | ____________________________________________________________________________ | |
2914 | [ 10143] By: jhi on 2001/05/17 14:21:08 | |
2915 | Log: Macrofy the getspecific (and use it also in util.c) | |
2916 | Branch: perl | |
2917 | ! thread.h util.c | |
2918 | ____________________________________________________________________________ | |
2919 | [ 10142] By: jhi on 2001/05/17 01:43:50 | |
2920 | Log: Use the unchecked thread-specific key fetch also in Tru64. | |
2921 | Branch: perl | |
2922 | ! thread.h | |
2923 | ____________________________________________________________________________ | |
2924 | [ 10141] By: jhi on 2001/05/17 01:41:07 | |
2925 | Log: Subject: [PATCH 5.6.1]Quick thread speedup | |
2926 | From: Dan Sugalski <dan@sidhe.org> | |
2927 | Date: Wed, 16 May 2001 18:05:19 -0400 | |
2928 | Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48> | |
2929 | Branch: perl | |
2930 | ! thread.h util.c | |
2931 | ____________________________________________________________________________ | |
2932 | [ 10140] By: jhi on 2001/05/16 19:58:29 | |
2933 | Log: I think this is quite enough testing for a deprecated feature. | |
2934 | Branch: perl | |
2935 | + t/lib/i18n-collate.t | |
2936 | ! MANIFEST t/lib/1_compile.t | |
2937 | ____________________________________________________________________________ | |
2938 | [ 10139] By: jhi on 2001/05/16 18:47:03 | |
2939 | Log: More HP-UX lore from Jeff Okamoto. | |
2940 | Branch: perl | |
2941 | ! README.hpux | |
2942 | ____________________________________________________________________________ | |
2943 | [ 10138] By: jhi on 2001/05/16 18:21:04 | |
2944 | Log: Sort utils.lst for easier maintenance. | |
2945 | Branch: perl | |
2946 | ! utils.lst | |
2947 | ____________________________________________________________________________ | |
2948 | [ 10137] By: jhi on 2001/05/16 18:12:01 | |
2949 | Log: Subject: Re: [PATCH] Abstract "utility" information from installman | |
2950 | From: Tim Jenness <t.jenness@jach.hawaii.edu> | |
2951 | Date: Wed, 16 May 2001 08:59:59 -1000 (HST) | |
2952 | Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu> | |
2953 | ||
2954 | Add pod2latex to utils.lst. | |
2955 | Branch: perl | |
2956 | ! MANIFEST utils.lst | |
2957 | ____________________________________________________________________________ | |
2958 | [ 10136] By: jhi on 2001/05/16 18:00:00 | |
2959 | Log: Subject: Re: [PATCH] HERE mark in regex | |
2960 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
2961 | Date: Wed, 16 May 2001 13:04:43 -0400 | |
2962 | Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> | |
2963 | Branch: perl | |
2964 | ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests | |
2965 | ! t/op/regmesg.t t/pragma/warn/regcomp | |
2966 | ____________________________________________________________________________ | |
2967 | [ 10135] By: jhi on 2001/05/16 17:51:50 | |
2968 | Log: Subject: Re: [PATCH] Abstract "utility" information from installman | |
2969 | From: Simon Cozens <simon@netthink.co.uk> | |
2970 | Date: Wed, 16 May 2001 18:02:08 +0100 | |
2971 | Message-ID: <20010516180208.A6458@netthink.co.uk> | |
2972 | Branch: perl | |
2973 | ! installman utils.lst | |
2974 | ____________________________________________________________________________ | |
2975 | [ 10134] By: jhi on 2001/05/16 17:47:26 | |
2976 | 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 | |
2977 | From: "Philip Newton" <pnewton@gmx.de> | |
2978 | Date: Tue, 15 May 2001 15:09:30 +0200 | |
2979 | Message-ID: <3B0146AA.2839.17BFDA6@localhost> | |
2980 | ||
2981 | Test case for #10128. | |
2982 | Branch: perl | |
2983 | ! t/pragma/warn/pp_hot | |
2984 | ____________________________________________________________________________ | |
2985 | [ 10133] By: jhi on 2001/05/16 15:12:52 | |
2986 | Log: Update Changes. | |
2987 | Branch: perl | |
2988 | ! Changes patchlevel.h | |
2989 | ____________________________________________________________________________ | |
5661b806 JH |
2990 | [ 10132] By: jhi on 2001/05/16 14:50:55 |
2991 | Log: Deprecate pseudo-hashes. | |
2992 | Branch: perl | |
2993 | ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod | |
2994 | ____________________________________________________________________________ | |
2995 | [ 10131] By: jhi on 2001/05/16 14:26:01 | |
2996 | Log: HP-UX hints update from Merijn. | |
2997 | Branch: perl | |
2998 | ! hints/hpux.sh | |
2999 | ____________________________________________________________________________ | |
3000 | [ 10130] By: jhi on 2001/05/16 14:23:01 | |
3001 | Log: README.hpux update from Merijn. | |
3002 | Branch: perl | |
3003 | ! README.hpux | |
3004 | ____________________________________________________________________________ | |
3005 | [ 10129] By: jhi on 2001/05/16 14:18:56 | |
3006 | Log: Subject: Re: [PATCH] Abstract "utility" information from installman | |
3007 | From: Simon Cozens <simon@netthink.co.uk> | |
3008 | Date: Wed, 16 May 2001 15:57:55 +0100 | |
3009 | Message-ID: <20010516155755.A4728@netthink.co.uk> | |
3010 | Branch: perl | |
3011 | + utils.lst | |
3012 | ! MANIFEST installman installperl | |
3013 | ____________________________________________________________________________ | |
3014 | [ 10128] By: jhi on 2001/05/16 14:15:36 | |
3015 | 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 | |
3016 | From: "Philip Newton" <pnewton@gmx.de> | |
3017 | Date: Tue, 15 May 2001 16:31:05 +0200 | |
3018 | Message-ID: <3B0159C9.1905.1C6AEF9@localhost> | |
3019 | ||
3020 | Fix PERL_Y2KWARN test to check before rather than after appending. | |
3021 | Branch: perl | |
3022 | ! pp_hot.c | |
3023 | ____________________________________________________________________________ | |
3024 | [ 10127] By: jhi on 2001/05/16 14:08:15 | |
3025 | Log: Regen Porting stuff. | |
3026 | Branch: perl | |
3027 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3028 | ! config_h.SH | |
3029 | ____________________________________________________________________________ | |
3030 | [ 10126] By: jhi on 2001/05/16 13:41:50 | |
3031 | Log: Metaconfig unit change for #10125. | |
3032 | Branch: metaconfig | |
3033 | ! U/modified/Oldconfig.U | |
3034 | ____________________________________________________________________________ | |
3035 | [ 10125] By: jhi on 2001/05/16 13:41:35 | |
3036 | Log: Use OSVERS. | |
3037 | Branch: perl | |
3038 | ! Configure config_h.SH perl.c | |
3039 | ____________________________________________________________________________ | |
3040 | [ 10124] By: jhi on 2001/05/16 13:41:09 | |
3041 | Log: Regen toc. | |
3042 | Branch: perl | |
3043 | ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod | |
3044 | ____________________________________________________________________________ | |
3045 | [ 10123] By: jhi on 2001/05/16 13:25:38 | |
3046 | Log: Adding the README.dgux to the MANIFEST would be a good idea. | |
3047 | Branch: perl | |
3048 | ! MANIFEST | |
3049 | ____________________________________________________________________________ | |
3050 | [ 10122] By: jhi on 2001/05/16 13:08:33 | |
3051 | Log: Move the stack desire definition to thread.h. | |
3052 | Branch: perl | |
3053 | ! ext/Thread/Thread.xs thread.h | |
3054 | ____________________________________________________________________________ | |
3055 | [ 10121] By: jhi on 2001/05/16 13:00:12 | |
3056 | Log: DG-UX threading patches, including a README.dgux, | |
3057 | from Takis Psarogiannakopoulos. | |
3058 | Branch: perl | |
3059 | + README.dgux | |
3060 | ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c | |
3061 | ____________________________________________________________________________ | |
3062 | [ 10120] By: jhi on 2001/05/16 12:55:33 | |
3063 | Log: Subject: [PATCH B::Deparse] More on /x regexes | |
3064 | From: Robin Houston <robin@kitsite.com> | |
3065 | Date: Tue, 15 May 2001 19:09:35 +0100 | |
3066 | Message-ID: <20010515190935.A27268@penderel> | |
3067 | Branch: perl | |
3068 | ! ext/B/B/Deparse.pm | |
3069 | ____________________________________________________________________________ | |
3070 | [ 10119] By: jhi on 2001/05/16 12:45:29 | |
3071 | Log: Document that the core time() may be rounding rather | |
3072 | than truncating, would have saved at least my confusion. | |
3073 | Branch: perl | |
3074 | ! ext/Time/HiRes/HiRes.pm | |
3075 | ____________________________________________________________________________ | |
3076 | [ 10118] By: jhi on 2001/05/16 12:37:57 | |
3077 | Log: Subject: perl-current/t/time-hires.t | |
3078 | From: John Peacock <jpeacock@rowman.com> | |
3079 | Date: Fri, 11 May 2001 14:09:41 -0400 | |
3080 | Message-ID: <3AFC2AE5.5E787E54@rowman.com> | |
3081 | Branch: perl | |
3082 | ! t/lib/time-hires.t | |
3083 | ____________________________________________________________________________ | |
3084 | [ 10117] By: jhi on 2001/05/15 13:40:33 | |
3085 | Log: Subject: [PATCH dump.c] Op private flags | |
3086 | From: Simon Cozens <simon@netthink.co.uk> | |
3087 | Date: Sun, 13 May 2001 20:20:36 +0100 | |
3088 | Message-ID: <20010513202036.A21896@netthink.co.uk> | |
3089 | Branch: perl | |
3090 | ! dump.c | |
3091 | ____________________________________________________________________________ | |
3092 | [ 10116] By: jhi on 2001/05/15 13:28:26 | |
3093 | Log: Upgrade to Switch 2.03. | |
3094 | Branch: perl | |
3095 | ! lib/Switch.pm | |
3096 | ____________________________________________________________________________ | |
3097 | [ 10115] By: jhi on 2001/05/15 13:19:01 | |
3098 | Log: Integrate change #10113 from mainline: rename CONFIGDOTSH | |
3099 | to PERL_CONFIG_SH and use it consistently. | |
3100 | Branch: maint-5.6/perl | |
3101 | !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH | |
3102 | !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH | |
3103 | !> myconfig.SH writemain.SH | |
3104 | ____________________________________________________________________________ | |
3105 | [ 10114] By: jhi on 2001/05/15 13:13:21 | |
3106 | Log: Metaconfig units changes for #10113. | |
3107 | Branch: metaconfig | |
3108 | ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U | |
3109 | ____________________________________________________________________________ | |
3110 | [ 10113] By: jhi on 2001/05/15 13:12:40 | |
3111 | Log: The problem described in 20010514.031 still wasn't | |
3112 | fully cured, there were remnants of $CONFIG when | |
3113 | $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH | |
3114 | to avoid future conflicts. | |
3115 | Branch: perl | |
3116 | ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH | |
3117 | ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH | |
3118 | ! myconfig.SH writemain.SH | |
3119 | ____________________________________________________________________________ | |
3120 | [ 10112] By: jhi on 2001/05/15 11:55:44 | |
3121 | Log: Half of #10107 got lost. | |
3122 | Branch: perl | |
3123 | ! ext/B/B/Deparse.pm | |
3124 | ____________________________________________________________________________ | |
3125 | [ 10111] By: nick on 2001/05/15 08:39:14 | |
3126 | Log: Integrate mainline. | |
3127 | Branch: perlio | |
3128 | +> ext/POSIX/hints/uts.pl | |
3129 | - Todo Todo-5.6 t/camel-III/vstring.t | |
3130 | !> (integrate 48 files) | |
3131 | ____________________________________________________________________________ | |
3132 | [ 10110] By: jhi on 2001/05/15 02:04:05 | |
3133 | Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance | |
3134 | From: Robin Houston <robin@kitsite.com> | |
3135 | Date: Mon, 14 May 2001 22:27:08 +0100 | |
3136 | Message-ID: <20010514222708.A22963@penderel> | |
3137 | Branch: perl | |
3138 | ! t/TestInit.pm | |
3139 | ____________________________________________________________________________ | |
3140 | [ 10109] By: jhi on 2001/05/15 02:03:12 | |
3141 | Log: Subject: [PATCH B::Deparse] Lvaluable method calls | |
3142 | From: Robin Houston <robin@kitsite.com> | |
3143 | Date: Mon, 14 May 2001 22:16:43 +0100 | |
3144 | Message-ID: <20010514221643.A22437@penderel> | |
3145 | Branch: perl | |
3146 | ! ext/B/B/Deparse.pm | |
3147 | ____________________________________________________________________________ | |
3148 | [ 10108] By: jhi on 2001/05/15 02:02:17 | |
3149 | Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier | |
3150 | From: Robin Houston <robin@kitsite.com> | |
3151 | Date: Mon, 14 May 2001 22:03:44 +0100 | |
3152 | Message-ID: <20010514220344.A20643@penderel> | |
3153 | Branch: perl | |
3154 | ! ext/B/B/Deparse.pm | |
3155 | ____________________________________________________________________________ | |
3156 | [ 10107] By: jhi on 2001/05/15 02:01:24 | |
3157 | Log: Subject: [PATCH B::Deparse] "${foo}_bar" | |
3158 | From: Robin Houston <robin@kitsite.com> | |
3159 | Date: Mon, 14 May 2001 22:10:07 +0100 | |
3160 | Message-ID: <20010514221007.A21118@penderel> | |
3161 | Branch: perl | |
3162 | ! ext/B/B/Deparse.pm | |
3163 | ____________________________________________________________________________ | |
3164 | [ 10106] By: jhi on 2001/05/15 01:41:26 | |
3165 | Log: Fix for 20010514.037; substr() didn't invalidate the locale | |
3166 | collation magic. | |
3167 | Branch: perl | |
3168 | ! pp.c | |
3169 | ____________________________________________________________________________ | |
3170 | [ 10105] By: jhi on 2001/05/14 18:18:24 | |
3171 | Log: Update Changes. | |
3172 | Branch: perl | |
3173 | ! Changes patchlevel.h | |
3174 | ____________________________________________________________________________ | |
b65a4548 JH |
3175 | [ 10104] By: jhi on 2001/05/14 18:09:07 |
3176 | Log: Retract #10094. | |
3177 | Branch: perl | |
3178 | ! lib/Pod/Text.pm | |
3179 | ____________________________________________________________________________ | |
3180 | [ 10103] By: jhi on 2001/05/14 15:20:58 | |
3181 | Log: Integrate change #10100 from maintperl. | |
3182 | ||
3183 | PL_last_in_gv may not be a GV if it was a stale filehandle (fix for | |
3184 | bug ID 20010514.027) | |
3185 | Branch: perl | |
3186 | !> mg.c pp_ctl.c | |
3187 | ____________________________________________________________________________ | |
3188 | [ 10102] By: jhi on 2001/05/14 15:19:21 | |
3189 | Log: Document the deprecatedness of suidperl. | |
3190 | Branch: perl | |
3191 | ! INSTALL pod/perlfaq1.pod | |
3192 | ____________________________________________________________________________ | |
3193 | [ 10101] By: jhi on 2001/05/14 14:54:31 | |
3194 | Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy | |
3195 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
3196 | Date: Mon, 14 May 2001 09:38:59 -0400 | |
3197 | Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu> | |
3198 | Branch: perl | |
3199 | ! lib/ExtUtils/MM_Unix.pm | |
3200 | ____________________________________________________________________________ | |
3201 | [ 10100] By: gsar on 2001/05/14 14:43:50 | |
3202 | Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for | |
3203 | bug ID 20010514.027) | |
3204 | ||
3205 | TODO: this needs a testsuite addition | |
3206 | Branch: maint-5.6/perl | |
3207 | ! mg.c pp_ctl.c | |
3208 | ____________________________________________________________________________ | |
3209 | [ 10099] By: jhi on 2001/05/14 13:42:38 | |
3210 | Log: More DWIMminess for Class::Struct: calling the array or hash | |
3211 | accessors only with one argument, an array or a hash reference, | |
3212 | sets the underlying array or hash. This mirrors nicely also | |
3213 | the usage in the constructor. | |
3214 | From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway. | |
3215 | Branch: perl | |
3216 | ! lib/Class/Struct.pm t/lib/class-struct.t | |
3217 | ____________________________________________________________________________ | |
3218 | [ 10098] By: jhi on 2001/05/14 13:10:34 | |
3219 | Log: Reference cmp'ing should go through the whole stringification | |
3220 | process shebang, as pointed out by Sarathy in #10091. | |
3221 | Branch: perl | |
3222 | ! pp.c | |
3223 | ____________________________________________________________________________ | |
3224 | [ 10097] By: jhi on 2001/05/14 12:54:31 | |
3225 | Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo | |
3226 | From: Simon Cozens <simon@netthink.co.uk> | |
3227 | Date: Sat, 12 May 2001 16:36:27 +0100 | |
3228 | Message-ID: <20010512163627.A5522@netthink.co.uk> | |
3229 | ||
3230 | with some additions salvaged from Todo and Todo-5.6 before | |
3231 | retiring them. | |
3232 | Branch: perl | |
3233 | - Todo Todo-5.6 | |
3234 | ! MANIFEST pod/perltodo.pod | |
3235 | ____________________________________________________________________________ | |
3236 | [ 10096] By: jhi on 2001/05/14 12:37:01 | |
3237 | Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h> | |
3238 | From: "Golubev I. N." <gin@mo.msk.ru> | |
3239 | Date: Mon, 07 May 2001 14:33:34 (GMT) | |
3240 | Message-Id: <02453af6b23e63-gin@mo.msk.ru> | |
3241 | Branch: perl | |
3242 | ! perl.h | |
3243 | ____________________________________________________________________________ | |
3244 | [ 10095] By: jhi on 2001/05/14 12:34:24 | |
3245 | Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy | |
3246 | From: "Todd C. Miller" <Todd.Miller@courtesan.com> | |
3247 | Date: Mon, 7 May 2001 09:35:57 -0600 (MDT) | |
3248 | Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com> | |
3249 | Branch: perl | |
3250 | ! lib/ExtUtils/MM_Unix.pm | |
3251 | ____________________________________________________________________________ | |
3252 | [ 10094] By: jhi on 2001/05/14 12:32:44 | |
3253 | Log: (Retracted by #10104.) | |
3254 | ||
3255 | Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)] | |
3256 | From: barries <barries@slaysys.com> | |
3257 | Date: Sat, 12 May 2001 01:28:10 -0400 | |
3258 | Message-ID: <20010512012810.B26358@jester.slaysys.com> | |
3259 | Branch: perl | |
3260 | ! lib/Pod/Text.pm | |
3261 | ____________________________________________________________________________ | |
3262 | [ 10093] By: jhi on 2001/05/14 12:30:38 | |
3263 | Log: Subject: [PATCH] Incorrect line numbers in AutoSplit | |
3264 | From: Mike Guy <mjtg@cam.ac.uk> | |
3265 | Date: Sat, 12 May 2001 19:24:33 +0100 | |
3266 | Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk> | |
3267 | Branch: perl | |
3268 | ! lib/AutoSplit.pm | |
3269 | ____________________________________________________________________________ | |
3270 | [ 10092] By: jhi on 2001/05/14 12:29:21 | |
3271 | Log: Yet another HP-UX hints tweak from Merijn. | |
3272 | Branch: perl | |
3273 | ! hints/hpux.sh | |
3274 | ____________________________________________________________________________ | |
3275 | [ 10091] By: gsar on 2001/05/14 04:38:32 | |
3276 | Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV | |
3277 | isn't defined (changes#9366,9368,9370 from mainline without the | |
3278 | pp_scmp() change) | |
3279 | Branch: maint-5.6/perl | |
3280 | ! pp.c pp.h pp_hot.c | |
3281 | ____________________________________________________________________________ | |
3282 | [ 10090] By: jhi on 2001/05/12 13:39:43 | |
3283 | Log: The sorting seems to happen now automatically. | |
3284 | Branch: perl | |
3285 | ! t/lib/glob-basic.t | |
3286 | ____________________________________________________________________________ | |
3287 | [ 10089] By: jhi on 2001/05/12 03:38:15 | |
3288 | Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string | |
3289 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3290 | Date: Fri, 11 May 2001 11:36:04 -0400 (EDT) | |
3291 | Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca> | |
3292 | Branch: perl | |
3293 | ! pod/perlfunc.pod | |
3294 | ____________________________________________________________________________ | |
3295 | [ 10088] By: jhi on 2001/05/12 03:37:00 | |
3296 | Log: Subject: Re: undef(&foo) does not work for XS functions | |
3297 | From: Doug MacEachern <dougm@covalent.net> | |
3298 | Date: Fri, 11 May 2001 16:52:29 -0700 (PDT) | |
3299 | Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net> | |
3300 | Branch: perl | |
3301 | ! op.c | |
3302 | ____________________________________________________________________________ | |
3303 | [ 10087] By: jhi on 2001/05/12 03:35:58 | |
3304 | Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC | |
3305 | From: Peter Prymmer <pvhp@forte.com> | |
3306 | Date: Fri, 11 May 2001 17:38:43 -0700 (PDT) | |
3307 | Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com> | |
3308 | Branch: perl | |
3309 | ! t/op/append.t | |
3310 | ____________________________________________________________________________ | |
3311 | [ 10086] By: jhi on 2001/05/11 14:23:08 | |
3312 | Log: Update Changes. | |
3313 | Branch: perl | |
3314 | ! Changes patchlevel.h | |
3315 | ____________________________________________________________________________ | |
d0e4b787 JH |
3316 | [ 10085] By: jhi on 2001/05/11 14:08:20 |
3317 | Log: Remove the 'asciir' re subpragma. Should instead implement | |
3318 | the 'physical vs logical' range scheme: | |
3319 | ||
3320 | \xAA-\xCC is a native physical range, you want that range of | |
3321 | codepoints in your native encoding. In EBCDIC the codepoints | |
3322 | in the gaps (between i-j and r-s) should be included. | |
3323 | ||
3324 | \x{AA}-\x{CC} is a physical Unicode range, you want that range of | |
3325 | codepoints in Unicode. | |
3326 | ||
3327 | a-z is a logical range, you want that range of 'logical' codepoints | |
3328 | in your native encoding. In EBCDIC the codepoints in the gaps | |
3329 | (between i-j and r-s) should not be included. | |
3330 | ||
3331 | Mixed cases (a-\xAA, etc) should either be errors, or maybe | |
3332 | the 'logical' endpoints should be converted to native/Unicode | |
3333 | codepoints, and the range handled as a physical range. | |
3334 | ||
3335 | 'Logical endpoints' are to be recognized only in the A-Z, a-z, | |
3336 | and 0-9 ranges. Probably a warning should be given for mixed | |
3337 | cases like A-z or a-9 (since such expressions are encoding | |
3338 | dependent), with a recommendation to use physical ranges. | |
3339 | Branch: perl | |
3340 | ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t | |
3341 | ! t/op/regexp.t | |
3342 | ____________________________________________________________________________ | |
3343 | [ 10084] By: jhi on 2001/05/11 13:56:16 | |
3344 | Log: Make the test to cleanup the test directory tree | |
3345 | both before and after the testing so that we always | |
3346 | have a clean slate to work with. | |
3347 | Branch: perl | |
3348 | ! t/lib/filefind.t | |
3349 | ____________________________________________________________________________ | |
3350 | [ 10083] By: jhi on 2001/05/11 13:46:30 | |
3351 | Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string | |
3352 | From: Jon Eveland <jweveland@yahoo.com> | |
3353 | Date: Fri, 11 May 2001 07:36:28 -0700 (PDT) | |
3354 | Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com> | |
3355 | Branch: perl | |
3356 | ! pod/perlfunc.pod | |
3357 | ____________________________________________________________________________ | |
3358 | [ 10082] By: jhi on 2001/05/11 13:45:06 | |
3359 | Log: Merge the camel-III/vstring.t with op/ver.t. | |
3360 | Branch: perl | |
3361 | - t/camel-III/vstring.t | |
3362 | ! MANIFEST t/TEST t/harness t/op/ver.t | |
3363 | ____________________________________________________________________________ | |
3364 | [ 10081] By: jhi on 2001/05/11 13:15:55 | |
3365 | Log: Add test.deparse make target. | |
3366 | Branch: perl | |
3367 | ! Makefile.SH | |
3368 | ____________________________________________________________________________ | |
3369 | [ 10080] By: jhi on 2001/05/11 12:52:49 | |
3370 | Log: Subject: [PATCH B::Deparse] $foo->bar(0) | |
3371 | From: Robin Houston <robin@kitsite.com> | |
3372 | Date: Fri, 11 May 2001 12:02:22 +0100 | |
3373 | Message-ID: <20010511120222.A11529@penderel> | |
3374 | Branch: perl | |
3375 | ! ext/B/B/Deparse.pm t/op/method.t | |
3376 | ____________________________________________________________________________ | |
3377 | [ 10079] By: jhi on 2001/05/11 01:59:06 | |
3378 | Log: A nicely working combination for UTS from Hal Morris. | |
3379 | Branch: perl | |
3380 | + ext/POSIX/hints/uts.pl | |
3381 | ! MANIFEST hints/uts.sh | |
3382 | ____________________________________________________________________________ | |
3383 | [ 10078] By: jhi on 2001/05/11 01:15:04 | |
3384 | Log: i_ieeefp=undef for UTS. | |
3385 | Branch: perl | |
3386 | ! hints/uts.sh | |
3387 | ____________________________________________________________________________ | |
3388 | [ 10077] By: jhi on 2001/05/10 22:42:35 | |
3389 | Log: Subject: RE: rand(0) is rand(1) | |
3390 | From: Larry Shatzer <lshatzer@islanddata.com> | |
3391 | Date: Thu, 10 May 2001 11:09:27 -0700 | |
3392 | Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com> | |
3393 | Branch: perl | |
3394 | ! pod/perlfunc.pod | |
3395 | ____________________________________________________________________________ | |
3396 | [ 10076] By: jhi on 2001/05/10 22:36:50 | |
3397 | Log: Subject: [patch] make op_{clear,null} public | |
3398 | From: Doug MacEachern <dougm@covalent.net> | |
3399 | Date: Thu, 10 May 2001 15:54:09 -0700 (PDT) | |
3400 | Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net> | |
3401 | Branch: perl | |
3402 | ! embed.h embed.pl op.c proto.h | |
3403 | ____________________________________________________________________________ | |
3404 | [ 10075] By: jhi on 2001/05/10 22:28:36 | |
3405 | Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support | |
3406 | From: Robin Houston <robin@kitsite.com> | |
3407 | Date: Thu, 10 May 2001 18:54:59 +0100 | |
3408 | Message-ID: <20010510185459.A5995@penderel> | |
3409 | Branch: perl | |
3410 | ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t | |
3411 | ____________________________________________________________________________ | |
3412 | [ 10074] By: jhi on 2001/05/10 22:23:41 | |
3413 | Log: Subject: [PATCH B::Deparse] t/op/64bitint.t | |
3414 | From: Robin Houston <robin@kitsite.com> | |
3415 | Date: Thu, 10 May 2001 12:56:39 +0100 | |
3416 | Message-ID: <20010510125639.A2119@penderel> | |
3417 | Branch: perl | |
3418 | ! ext/B/B/Deparse.pm | |
3419 | ____________________________________________________________________________ | |
3420 | [ 10073] By: jhi on 2001/05/10 14:26:01 | |
3421 | Log: Retract #10070, not ready yet. | |
3422 | Branch: perl | |
3423 | ! ext/B/B/Deparse.pm | |
3424 | ____________________________________________________________________________ | |
3425 | [ 10072] By: jhi on 2001/05/10 13:40:24 | |
3426 | Log: The metaconfig unit change for #10071. | |
3427 | Branch: metaconfig | |
3428 | ! U/modified/mallocsrc.U | |
3429 | ____________________________________________________________________________ | |
3430 | [ 10071] By: jhi on 2001/05/10 13:39:57 | |
3431 | Log: The #9525+#9526 didn't allow for overriding usemymalloc. | |
3432 | Branch: perl | |
3433 | ! Configure | |
3434 | ____________________________________________________________________________ | |
3435 | [ 10070] By: jhi on 2001/05/10 13:18:42 | |
3436 | Log: (Retracted by #10073) | |
3437 | ||
3438 | Subject: Re: [PATCH t/TEST] B::Deparse tester | |
3439 | From: Hugo <hv@crypt.compulink.co.uk> | |
3440 | Date: Thu, 10 May 2001 05:48:09 +0100 | |
3441 | Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk> | |
3442 | Branch: perl | |
3443 | ! ext/B/B/Deparse.pm | |
3444 | ____________________________________________________________________________ | |
3445 | [ 10069] By: jhi on 2001/05/10 12:24:06 | |
3446 | Log: Add a for(func()) test. | |
3447 | Branch: perl | |
3448 | ! t/cmd/for.t | |
3449 | ____________________________________________________________________________ | |
3450 | [ 10068] By: jhi on 2001/05/10 12:16:00 | |
3451 | Log: Subject: [PATCH B::Deparse] our() lists and foreach loops | |
3452 | From: Robin Houston <robin@kitsite.com> | |
3453 | Date: Thu, 10 May 2001 13:50:08 +0100 | |
3454 | Message-ID: <20010510135008.A2454@penderel> | |
3455 | Branch: perl | |
3456 | ! ext/B/B/Deparse.pm | |
3457 | ____________________________________________________________________________ | |
3458 | [ 10067] By: jhi on 2001/05/10 01:45:03 | |
3459 | Log: A thinko in #10065. | |
3460 | Branch: perl | |
3461 | ! hv.c | |
3462 | ____________________________________________________________________________ | |
3463 | [ 10066] By: jhi on 2001/05/10 01:33:12 | |
3464 | Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration | |
3465 | From: Robin Houston <robin@kitsite.com> | |
3466 | Date: Thu, 10 May 2001 02:10:34 +0100 | |
3467 | Message-ID: <20010510021034.A19421@penderel> | |
3468 | Branch: perl | |
3469 | ! ext/B/B.xs ext/B/B/Deparse.pm | |
3470 | ____________________________________________________________________________ | |
3471 | [ 10065] By: jhi on 2001/05/10 01:30:43 | |
3472 | Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware | |
3473 | From: Doug MacEachern <dougm@covalent.net> | |
3474 | Date: Mon, 7 May 2001 09:50:58 -0700 (PDT) | |
3475 | Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net> | |
3476 | Branch: perl | |
3477 | ! hv.c | |
3478 | ____________________________________________________________________________ | |
3479 | [ 10064] By: jhi on 2001/05/09 23:13:29 | |
3480 | Log: One more workaround for the UTS compiler from Hal Morris. | |
3481 | Branch: perl | |
3482 | ! perl.h | |
3483 | ____________________________________________________________________________ | |
3484 | [ 10063] By: jhi on 2001/05/09 23:09:53 | |
3485 | Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV | |
3486 | From: Robin Houston <robin@kitsite.com> | |
3487 | Date: Thu, 10 May 2001 01:02:08 +0100 | |
3488 | Message-ID: <20010510010208.A18200@penderel> | |
3489 | Branch: perl | |
3490 | ! ext/B/B/Debug.pm | |
3491 | ____________________________________________________________________________ | |
3492 | [ 10062] By: jhi on 2001/05/09 23:06:25 | |
3493 | Log: Subject: [PATCH] Simplify deb_curcv() a bit | |
3494 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3495 | Date: Wed, 9 May 2001 18:14:34 -0400 (EDT) | |
3496 | Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca> | |
3497 | Branch: perl | |
3498 | ! run.c | |
3499 | ____________________________________________________________________________ | |
3500 | [ 10061] By: jhi on 2001/05/09 23:05:28 | |
3501 | Log: Subject: [PATCH] Additional test case for PerlIO::Scalar | |
3502 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3503 | Date: Wed, 9 May 2001 18:03:45 -0400 (EDT) | |
3504 | Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca> | |
3505 | Branch: perl | |
3506 | ! t/lib/io_scalar.t | |
3507 | ____________________________________________________________________________ | |
3508 | [ 10060] By: jhi on 2001/05/09 23:04:38 | |
3509 | Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047 | |
3510 | From: Peter Prymmer <pvhp@forte.com> | |
3511 | Date: Wed, 9 May 2001 12:08:02 -0700 (PDT) | |
3512 | Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com> | |
3513 | Branch: perl | |
3514 | ! t/lib/md5-file.t | |
3515 | ____________________________________________________________________________ | |
3516 | [ 10059] By: jhi on 2001/05/09 23:03:52 | |
3517 | Log: Subject: [PATCH t/TEST] B::Deparse tester | |
3518 | From: Robin Houston <robin@kitsite.com> | |
3519 | Date: Wed, 9 May 2001 19:17:50 +0100 | |
3520 | Message-ID: <20010509191750.A16940@penderel> | |
3521 | Branch: perl | |
3522 | ! ext/B/O.pm t/TEST | |
3523 | ____________________________________________________________________________ | |
3524 | [ 10058] By: jhi on 2001/05/09 23:02:56 | |
3525 | Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text | |
3526 | From: Jeff Pinyan <jeffp@crusoe.net> | |
3527 | Date: Wed, 9 May 2001 14:36:25 -0400 (EDT) | |
3528 | Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net> | |
3529 | Branch: perl | |
3530 | ! lib/Pod/Html.pm | |
3531 | ____________________________________________________________________________ | |
3532 | [ 10057] By: nick on 2001/05/09 18:37:56 | |
3533 | Log: Integrate mainline. | |
3534 | Branch: perlio | |
3535 | !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs | |
3536 | !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c | |
3537 | ____________________________________________________________________________ | |
3538 | [ 10056] By: jhi on 2001/05/09 16:44:44 | |
3539 | Log: Update Changes. | |
3540 | Branch: perl | |
3541 | ! Changes patchlevel.h | |
3542 | ____________________________________________________________________________ | |
402f2918 JH |
3543 | [ 10055] By: jhi on 2001/05/09 16:26:47 |
3544 | Log: Integrate perlio. | |
3545 | Branch: perl | |
3546 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3547 | ____________________________________________________________________________ | |
3548 | [ 10054] By: jhi on 2001/05/09 16:25:42 | |
3549 | Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar | |
3550 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3551 | Date: Wed, 9 May 2001 12:42:30 -0400 (EDT) | |
3552 | Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca> | |
3553 | Branch: perl | |
3554 | ! perlio.c | |
3555 | ____________________________________________________________________________ | |
3556 | [ 10053] By: jhi on 2001/05/09 16:24:37 | |
3557 | Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar | |
3558 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3559 | Date: Tue, 8 May 2001 17:09:44 -0400 (EDT) | |
3560 | Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca> | |
3561 | Branch: perl | |
3562 | ! ext/PerlIO/Scalar/Scalar.xs | |
3563 | ____________________________________________________________________________ | |
3564 | [ 10052] By: jhi on 2001/05/09 16:19:04 | |
3565 | Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly | |
3566 | From: Jeff Pinyan <jeffp@crusoe.net> | |
3567 | Date: Wed, 9 May 2001 12:35:24 -0400 (EDT) | |
3568 | Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net> | |
3569 | Branch: perl | |
3570 | ! lib/Pod/Html.pm | |
3571 | ____________________________________________________________________________ | |
3572 | [ 10051] By: jhi on 2001/05/09 15:30:17 | |
3573 | Log: EPOC tweak from Olaf Flebbe. | |
3574 | Branch: perl | |
3575 | ! epoc/epocish.h | |
3576 | ____________________________________________________________________________ | |
3577 | [ 10050] By: nick on 2001/05/09 14:37:57 | |
3578 | Log: win32, regen_config_h | |
3579 | Branch: perlio | |
3580 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3581 | ____________________________________________________________________________ | |
3582 | [ 10049] By: jhi on 2001/05/09 12:33:39 | |
3583 | Log: Integrate perlio. | |
3584 | Branch: perl | |
3585 | !> pp_sys.c | |
3586 | ____________________________________________________________________________ | |
3587 | [ 10048] By: nick on 2001/05/09 11:59:50 | |
3588 | Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler | |
3589 | and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child." | |
3590 | Branch: perlio | |
3591 | ! pp_sys.c | |
3592 | ____________________________________________________________________________ | |
3593 | [ 10047] By: jhi on 2001/05/09 10:50:12 | |
3594 | Log: Integrate perlio. | |
3595 | Branch: perl | |
3596 | !> run.c | |
3597 | ____________________________________________________________________________ | |
3598 | [ 10046] By: jhi on 2001/05/09 10:49:34 | |
3599 | Log: Subject: Re: Less warnings during configure | |
3600 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3601 | Date: Wed, 09 May 2001 13:12:49 +0200 | |
3602 | Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl> | |
3603 | Branch: perl | |
3604 | ! hints/hpux.sh | |
3605 | ____________________________________________________________________________ | |
3606 | [ 10045] By: nick on 2001/05/09 09:56:59 | |
3607 | Log: MULTIPLICITY/DEBUGGING build fix. | |
3608 | Branch: perlio | |
3609 | ! run.c | |
3610 | ____________________________________________________________________________ | |
3611 | [ 10044] By: nick on 2001/05/09 09:46:37 | |
3612 | Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue). | |
3613 | Branch: perlio | |
3614 | +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t | |
3615 | - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h | |
3616 | !> (integrate 65 files) | |
3617 | ____________________________________________________________________________ | |
3618 | [ 10043] By: jhi on 2001/05/08 22:41:49 | |
3619 | Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc | |
3620 | From: Robin Houston <robin@kitsite.com> | |
3621 | Date: Tue, 8 May 2001 19:38:00 +0100 | |
3622 | Message-ID: <20010508193800.A4389@penderel> | |
3623 | ||
3624 | Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc | |
3625 | From: Robin Houston <robin@kitsite.com> | |
3626 | Date: Tue, 8 May 2001 20:03:57 +0100 | |
3627 | Message-ID: <20010508200357.A4614@penderel> | |
3628 | ||
3629 | Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc | |
3630 | From: Robin Houston <robin@kitsite.com> | |
3631 | Date: Wed, 9 May 2001 00:12:05 +0100 | |
3632 | Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk> | |
3633 | Branch: perl | |
3634 | ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op | |
3635 | ____________________________________________________________________________ | |
3636 | [ 10042] By: jhi on 2001/05/08 22:09:35 | |
3637 | Log: Retract #10031. | |
3638 | Branch: perl | |
3639 | ! pod/perlfunc.pod | |
3640 | ____________________________________________________________________________ | |
3641 | [ 10041] By: jhi on 2001/05/08 18:27:34 | |
3642 | Log: The metaconfig unit changes for #10040. | |
3643 | Branch: metaconfig/U/perl | |
3644 | ! Checkcc.U d_dlsymun.U dlsrc.U | |
3645 | ____________________________________________________________________________ | |
3646 | [ 10040] By: jhi on 2001/05/08 18:24:47 | |
3647 | Log: The Configure half of | |
3648 | ||
3649 | Subject: Less warnings during configure | |
3650 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3651 | Date: Tue, 08 May 2001 08:44:02 +0200 | |
3652 | Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl> | |
3653 | Branch: perl | |
3654 | ! Configure | |
3655 | ____________________________________________________________________________ | |
3656 | [ 10039] By: jhi on 2001/05/08 16:48:31 | |
3657 | Log: Subject: Less warnings during configure | |
3658 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3659 | Date: Tue, 08 May 2001 08:44:02 +0200 | |
3660 | Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl> | |
3661 | Branch: perl | |
3662 | ! hints/hpux.sh | |
3663 | ____________________________________________________________________________ | |
3664 | [ 10038] By: jhi on 2001/05/08 16:32:07 | |
3665 | Log: Don't forget to whine about \d__\d. | |
3666 | Branch: perl | |
3667 | ! t/pragma/warn/toke toke.c | |
3668 | ____________________________________________________________________________ | |
3669 | [ 10037] By: jhi on 2001/05/08 16:07:05 | |
3670 | Log: Allow underscores also in the exponent part. | |
3671 | Branch: perl | |
3672 | ! t/pragma/warn/toke toke.c | |
3673 | ____________________________________________________________________________ | |
3674 | [ 10036] By: jhi on 2001/05/08 13:33:55 | |
3675 | Log: CodeMagicCD doesn't look like an *I*DE. | |
3676 | Branch: perl | |
3677 | ! pod/perlfaq3.pod | |
3678 | ____________________________________________________________________________ | |
3679 | [ 10035] By: jhi on 2001/05/08 13:27:48 | |
3680 | Log: Add Open Perl IDE, remove Perl Code Magic (the site seems | |
3681 | to be consistently down). | |
3682 | Branch: perl | |
3683 | ! pod/perlfaq3.pod | |
3684 | ____________________________________________________________________________ | |
3685 | [ 10034] By: jhi on 2001/05/08 13:21:07 | |
3686 | Log: Upgrade to Text::Balanced 1.84. | |
3687 | Branch: perl | |
3688 | ! lib/Text/Balanced.pm t/lib/tb-xbrak.t | |
3689 | ____________________________________________________________________________ | |
3690 | [ 10033] By: jhi on 2001/05/08 12:41:53 | |
3691 | Log: Subject: Re: [PATCH] Find the last of the missing pad variables | |
3692 | From: Benjamin Sugars <bsugars@canoe.ca> | |
3693 | Date: Tue, 8 May 2001 09:14:30 -0400 (EDT) | |
3694 | Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca> | |
3695 | Branch: perl | |
3696 | ! run.c | |
3697 | ____________________________________________________________________________ | |
3698 | [ 10032] By: jhi on 2001/05/08 12:40:28 | |
3699 | Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t | |
3700 | From: Peter Prymmer <pvhp@forte.com> | |
3701 | Date: Mon, 7 May 2001 18:13:06 -0700 (PDT) | |
3702 | Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com> | |
3703 | Branch: perl | |
3704 | ! t/pod/plainer.t | |
3705 | ____________________________________________________________________________ | |
3706 | [ 10031] By: jhi on 2001/05/08 12:35:25 | |
3707 | Log: (Retracted by #10042) | |
3708 | ||
3709 | Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin | |
3710 | From: "Philip Newton" <pnewton@gmx.de> | |
3711 | Date: Tue, 8 May 2001 09:18:10 +0200 | |
3712 | Message-ID: <3AF7B9D2.28861.603732@localhost> | |
3713 | Branch: perl | |
3714 | ! pod/perlfunc.pod | |
3715 | ____________________________________________________________________________ | |
3716 | [ 10030] By: jhi on 2001/05/08 12:32:23 | |
3717 | Log: Subject: [PATCH B::Deparse] Document known bugs | |
3718 | From: Robin Houston <robin@kitsite.com> | |
3719 | Date: Tue, 8 May 2001 01:53:34 +0100 | |
3720 | Message-ID: <20010508015334.A32394@penderel> | |
3721 | Branch: perl | |
3722 | ! ext/B/B/Deparse.pm | |
3723 | ____________________________________________________________________________ | |
3724 | [ 10029] By: jhi on 2001/05/08 12:28:28 | |
3725 | Log: Subject: Re: Perl book, magazine and website updates. | |
3726 | From: "Philip Newton" <pnewton@gmx.de> | |
3727 | Date: Mon, 7 May 2001 17:03:58 +0200 | |
3728 | Message-ID: <3AF6D57E.5387.1E29930@localhost> | |
3729 | Branch: perl | |
3730 | ! pod/perlfaq2.pod | |
3731 | ____________________________________________________________________________ | |
3732 | [ 10028] By: jhi on 2001/05/07 23:53:30 | |
3733 | Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t | |
3734 | From: Peter Prymmer <pvhp@forte.com> | |
3735 | Date: Mon, 7 May 2001 17:50:48 -0700 (PDT) | |
3736 | Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> | |
3737 | Branch: perl | |
3738 | ! t/io/fflush.t | |
3739 | ____________________________________________________________________________ | |
3740 | [ 10027] By: jhi on 2001/05/07 23:22:48 | |
3741 | Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine | |
3742 | From: Robin Houston <robin@kitsite.com> | |
3743 | Date: Tue, 8 May 2001 01:14:55 +0100 | |
3744 | Message-ID: <20010508011455.A32162@penderel> | |
3745 | Branch: perl | |
3746 | ! ext/B/B/Deparse.pm | |
3747 | ____________________________________________________________________________ | |
3748 | [ 10026] By: jhi on 2001/05/07 23:15:05 | |
3749 | Log: Typo in #10025. | |
3750 | Branch: perl | |
3751 | ! hints/uts.sh | |
3752 | ____________________________________________________________________________ | |
3753 | [ 10025] By: jhi on 2001/05/07 21:15:35 | |
3754 | Log: cc, cflags, and optimize tweaks for UTS from Hal Morris. | |
3755 | Branch: perl | |
3756 | ! hints/uts.sh | |
3757 | ____________________________________________________________________________ | |
3758 | [ 10024] By: jhi on 2001/05/07 20:58:40 | |
3759 | Log: Subject: Re: [ID 20010506.045] question about hash syntax | |
3760 | From: Peter Scott <Peter@PSDT.com> | |
3761 | Date: Sun, 06 May 2001 13:10:40 -0700 | |
3762 | Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com> | |
3763 | Branch: perl | |
3764 | ! pod/perl56delta.pod | |
3765 | ____________________________________________________________________________ | |
3766 | [ 10023] By: jhi on 2001/05/07 20:41:26 | |
3767 | Log: Configure should figure out the list of dynamic extensions | |
3768 | just fine in UTS-- and in fact it does, as reported by Hal Morris. | |
3769 | Branch: perl | |
3770 | ! hints/uts.sh | |
3771 | ____________________________________________________________________________ | |
3772 | [ 10022] By: jhi on 2001/05/07 20:24:11 | |
3773 | Log: Update Changes. | |
3774 | Branch: perl | |
3775 | ! Changes patchlevel.h | |
3776 | ____________________________________________________________________________ | |
038dd032 JH |
3777 | [ 10021] By: jhi on 2001/05/07 20:11:31 |
3778 | Log: Subject: [PATCH regcomp.c] Insecure regexes | |
3779 | From: Robin Houston <robin@kitsite.com> | |
3780 | Date: Mon, 7 May 2001 21:56:12 +0100 | |
3781 | Message-ID: <20010507215612.A31114@penderel> | |
3782 | Branch: perl | |
3783 | ! regcomp.c | |
3784 | ____________________________________________________________________________ | |
3785 | [ 10020] By: jhi on 2001/05/07 20:02:30 | |
3786 | Log: Drop the foobar.perl.com references for now until Simon | |
3787 | gets them sorted out. | |
3788 | Branch: perl | |
3789 | ! pod/perlfaq2.pod | |
3790 | ____________________________________________________________________________ | |
3791 | [ 10019] By: jhi on 2001/05/07 19:54:33 | |
3792 | Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp | |
3793 | From: Prymmer/Kahn <pvhp@best.com> | |
3794 | Date: Mon, 7 May 2001 07:47:21 -0700 (PDT) | |
3795 | Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com> | |
3796 | Branch: perl | |
3797 | ! lib/Devel/SelfStubber.pm | |
3798 | ____________________________________________________________________________ | |
3799 | [ 10018] By: jhi on 2001/05/07 19:53:10 | |
3800 | Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 | |
3801 | From: Prymmer/Kahn <pvhp@best.com> | |
3802 | Date: Sun, 6 May 2001 21:34:56 -0700 (PDT) | |
3803 | Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com> | |
3804 | Branch: perl | |
3805 | ! win32/Makefile | |
3806 | ____________________________________________________________________________ | |
3807 | [ 10017] By: jhi on 2001/05/07 19:35:10 | |
3808 | Log: s/WebTechnique's/WebTechniques/ | |
3809 | Branch: perl | |
3810 | ! pod/perlfaq2.pod | |
3811 | ____________________________________________________________________________ | |
3812 | [ 10016] By: jhi on 2001/05/07 12:26:29 | |
3813 | Log: Llama 3 updates from Randal. | |
3814 | Branch: perl | |
3815 | ! pod/perlfaq2.pod | |
3816 | ____________________________________________________________________________ | |
3817 | [ 10015] By: jhi on 2001/05/07 01:34:38 | |
3818 | Log: Subject: [PATCH] Help -Dt show correct pad variables | |
3819 | From: Benjamin Sugars <ben.sugars@home.com> | |
3820 | Date: Sun, 6 May 2001 12:54:13 -0400 (EDT) | |
3821 | Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain> | |
3822 | Branch: perl | |
3823 | ! embed.h embed.pl proto.h run.c | |
3824 | ____________________________________________________________________________ | |
3825 | [ 10014] By: jhi on 2001/05/07 01:23:56 | |
3826 | Log: Subject: [PATCH] Document C<our $foo : shared> | |
3827 | From: Benjamin Sugars <ben.sugars@home.com> | |
3828 | Date: Sun, 6 May 2001 19:00:55 -0400 (EDT) | |
3829 | Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain> | |
3830 | Branch: perl | |
3831 | ! pod/perlfunc.pod | |
3832 | ____________________________________________________________________________ | |
3833 | [ 10013] By: jhi on 2001/05/07 01:22:22 | |
3834 | Log: Subject: [PATCH B::Deparse] undefined folded constants | |
3835 | From: Robin Houston <robin@kitsite.com> | |
3836 | Date: Sun, 6 May 2001 17:19:09 +0100 | |
3837 | Message-ID: <20010506171909.A7046@penderel> | |
3838 | Branch: perl | |
3839 | ! ext/B/B/Deparse.pm | |
3840 | ____________________________________________________________________________ | |
3841 | [ 10012] By: jhi on 2001/05/07 00:57:38 | |
3842 | Log: Subject: [PATCH B::Deparse] use Foo (sub {...}); | |
3843 | From: Robin Houston <robin@kitsite.com> | |
3844 | Message-ID: <20010506164654.A6848@penderel> | |
3845 | Date: Sun, 6 May 2001 16:46:54 +0100 | |
3846 | Branch: perl | |
3847 | ! ext/B/B/Deparse.pm | |
3848 | ____________________________________________________________________________ | |
3849 | [ 10011] By: jhi on 2001/05/07 00:52:18 | |
3850 | Log: Subject: [PATCH t/op/my_stash.t] Naughty? | |
3851 | From: Robin Houston <robin@kitsite.com> | |
3852 | Date: Sun, 6 May 2001 14:47:02 +0100 | |
3853 | Message-ID: <20010506144702.A6308@penderel> | |
3854 | Branch: perl | |
3855 | ! t/op/my_stash.t | |
3856 | ____________________________________________________________________________ | |
3857 | [ 10010] By: jhi on 2001/05/06 15:07:51 | |
3858 | Log: Subject: Perl book, magazine and website updates. | |
3859 | From: Simon Cozens <simon@netthink.co.uk> | |
3860 | Date: Sun, 6 May 2001 16:55:36 +0100 | |
3861 | Message-ID: <20010506165536.A1795@netthink.co.uk> | |
3862 | Branch: perl | |
3863 | ! pod/perlbook.pod pod/perlfaq2.pod | |
3864 | ____________________________________________________________________________ | |
3865 | [ 10009] By: jhi on 2001/05/06 14:11:40 | |
3866 | Log: Tweaks on the Tru64 prof options. | |
3867 | Branch: perl | |
3868 | ! pod/perlhack.pod | |
3869 | ____________________________________________________________________________ | |
3870 | [ 10008] By: jhi on 2001/05/06 13:51:49 | |
3871 | Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance | |
3872 | From: Robin Houston <robin@kitsite.com> | |
3873 | Date: Sun, 6 May 2001 14:40:51 +0100 | |
3874 | Message-ID: <20010506144051.A6279@penderel> | |
3875 | Branch: perl | |
3876 | ! t/pod/testp2pt.pl | |
3877 | ____________________________________________________________________________ | |
3878 | [ 10007] By: jhi on 2001/05/06 13:49:31 | |
3879 | Log: Subject: [PATCH B::Deparse] scoping | |
3880 | From: Robin Houston <robin@kitsite.com> | |
3881 | Date: Sun, 6 May 2001 14:36:56 +0100 | |
3882 | Message-ID: <20010506143656.A4006@penderel> | |
3883 | Branch: perl | |
3884 | ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t | |
3885 | ____________________________________________________________________________ | |
3886 | [ 10006] By: jhi on 2001/05/06 13:24:12 | |
3887 | Log: Document the undefinedness of bitshifting out of range. | |
3888 | Branch: perl | |
3889 | ! pod/perlop.pod | |
3890 | ____________________________________________________________________________ | |
3891 | [ 10005] By: jhi on 2001/05/06 13:03:17 | |
3892 | Log: Retract #10003 and update the IDE descriptions a bit. | |
3893 | Branch: perl | |
3894 | ! pod/perlfaq3.pod | |
3895 | ____________________________________________________________________________ | |
3896 | [ 10004] By: jhi on 2001/05/06 03:02:41 | |
3897 | Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update | |
3898 | From: Prymmer/Kahn <pvhp@best.com> | |
3899 | Date: Sat, 5 May 2001 20:30:49 -0700 (PDT) | |
3900 | Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com> | |
3901 | Branch: perl | |
3902 | ! win32/Makefile win32/buildext.pl win32/config.bc | |
3903 | ! win32/config.gc win32/config.vc | |
3904 | ____________________________________________________________________________ | |
3905 | [ 10003] By: jhi on 2001/05/05 20:24:44 | |
3906 | Log: (Retracted by #10005.) | |
3907 | Branch: perl | |
3908 | ! pod/perlfaq3.pod | |
3909 | ____________________________________________________________________________ | |
3910 | [ 10002] By: jhi on 2001/05/05 19:23:36 | |
3911 | Log: It's "psed", not "sed". | |
3912 | Branch: perl | |
3913 | ! x2p/s2p.PL | |
3914 | ____________________________________________________________________________ | |
3915 | [ 10001] By: jhi on 2001/05/05 18:35:38 | |
3916 | Log: Update Changes. | |
3917 | Branch: perl | |
3918 | ! Changes patchlevel.h | |
3919 | ____________________________________________________________________________ | |
92e0bad9 JH |
3920 | [ 10000] By: jhi on 2001/05/05 18:32:15 |
3921 | Log: Subject: Re: bleadperl make install fails due to "psed" | |
3922 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3923 | Date: 05 May 2001 18:23:28 +0200 | |
3924 | Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de> | |
3925 | Branch: perl | |
3926 | ! x2p/Makefile.SH x2p/s2p.PL | |
3927 | ____________________________________________________________________________ | |
3928 | [ 9999] By: jhi on 2001/05/05 18:28:09 | |
3929 | Log: AUTHORS updates. | |
3930 | Branch: perl | |
3931 | ! AUTHORS | |
3932 | ____________________________________________________________________________ | |
3933 | [ 9998] By: jhi on 2001/05/05 18:16:00 | |
3934 | Log: Updates on the pods related to the modules included since 5.6. | |
3935 | ||
3936 | TODO: perltodo really could use major updating. | |
3937 | Branch: perl | |
3938 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod | |
3939 | ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod | |
3940 | ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod | |
3941 | ! pod/perlsyn.pod pod/perltodo.pod | |
3942 | ____________________________________________________________________________ | |
3943 | [ 9997] By: jhi on 2001/05/05 17:35:17 | |
3944 | Log: Hints file for AtheOS ( http://www.atheos.cx/ ), | |
3945 | from Kurt Skauen. | |
3946 | Branch: perl | |
3947 | + hints/atheos.sh | |
3948 | ! MANIFEST | |
3949 | ____________________________________________________________________________ | |
3950 | [ 9996] By: jhi on 2001/05/05 17:25:00 | |
3951 | Log: Add preemptive #undefs for some of the shorter and more prone | |
3952 | to collision regcomp.h #defines. (Background: the MASK collided | |
3953 | with a system header #define in Rhapsody.) | |
3954 | Branch: perl | |
3955 | ! regcomp.h | |
3956 | ____________________________________________________________________________ | |
3957 | [ 9995] By: jhi on 2001/05/05 13:24:21 | |
3958 | Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!] | |
3959 | From: Nicholas Clark <nick@ccl4.org> | |
3960 | Date: Sat, 5 May 2001 14:46:39 +0100 | |
3961 | Message-ID: <20010505144639.O53513@plum.flirble.org> | |
3962 | ||
3963 | Add a test for the constants (if any) being processed correctly. | |
3964 | Branch: perl | |
3965 | ! utils/h2xs.PL | |
3966 | ____________________________________________________________________________ | |
3967 | [ 9994] By: jhi on 2001/05/05 02:11:03 | |
3968 | Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t | |
3969 | From: Peter Prymmer <pvhp@forte.com> | |
3970 | Date: Fri, 4 May 2001 17:44:13 -0700 (PDT) | |
3971 | Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com> | |
3972 | Branch: perl | |
3973 | ! t/lib/b-stash.t | |
3974 | ____________________________________________________________________________ | |
3975 | [ 9993] By: jhi on 2001/05/05 02:03:49 | |
3976 | Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn | |
3977 | From: Peter Prymmer <pvhp@forte.com> | |
3978 | Date: Fri, 4 May 2001 17:29:02 -0700 (PDT) | |
3979 | Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com> | |
3980 | Branch: perl | |
3981 | ! perlio.c vms/vmsish.h | |
3982 | ____________________________________________________________________________ | |
3983 | [ 9992] By: jhi on 2001/05/04 17:21:12 | |
3984 | Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer | |
3985 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3986 | Date: Fri, 4 May 2001 18:13:47 +0100 (BST) | |
3987 | Message-Id: <200105041713.SAA14842@tempest.npl.co.uk> | |
3988 | Branch: perl | |
3989 | + t/pod/plainer.t | |
3990 | ! MANIFEST | |
3991 | ____________________________________________________________________________ | |
3992 | [ 9991] By: jhi on 2001/05/04 16:47:45 | |
3993 | Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c | |
3994 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
3995 | Date: Fri, 4 May 2001 18:09:13 +0100 (BST) | |
3996 | Message-Id: <200105041709.SAA14835@tempest.npl.co.uk> | |
3997 | Branch: perl | |
3998 | ! regcomp.c | |
3999 | ____________________________________________________________________________ | |
4000 | [ 9990] By: jhi on 2001/05/04 14:37:20 | |
4001 | Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t | |
4002 | From: Prymmer/Kahn <pvhp@best.com> | |
4003 | Date: Fri, 4 May 2001 07:31:01 -0700 (PDT) | |
4004 | Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com> | |
4005 | Branch: perl | |
4006 | ! t/lib/b-stash.t | |
4007 | ____________________________________________________________________________ | |
4008 | [ 9989] By: jhi on 2001/05/04 14:03:58 | |
4009 | Log: Introduce perl572delta, update Todo, add the missing | |
4010 | mention about signal safety since 5.7.1 (though this | |
4011 | requires verification and more details.) | |
4012 | Branch: perl | |
4013 | + pod/perl572delta.pod | |
4014 | ! MANIFEST Todo pod/perl571delta.pod | |
4015 | ____________________________________________________________________________ | |
4016 | [ 9988] By: jhi on 2001/05/04 12:41:51 | |
4017 | Log: Subject: [PATCH perl@9944] long =item | |
4018 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
4019 | Date: Fri, 4 May 2001 14:15:20 +0100 (BST) | |
4020 | Message-Id: <200105041315.OAA00436@tempest.npl.co.uk> | |
4021 | Branch: perl | |
4022 | ! ext/Time/HiRes/HiRes.pm | |
4023 | ____________________________________________________________________________ | |
4024 | [ 9987] By: jhi on 2001/05/04 12:39:19 | |
4025 | Log: The #9901 had removed one line essential for EBCDIC. | |
4026 | Branch: perl | |
4027 | ! regcomp.c | |
4028 | ____________________________________________________________________________ | |
4029 | [ 9986] By: jhi on 2001/05/04 12:30:23 | |
4030 | Log: Subject: cygwin/Makefile.SHs INSTALL patch | |
4031 | From: Reini Urban <rurban@sbox.tu-graz.ac.at> | |
4032 | Date: Mon, 08 Jan 2001 04:59:21 +0200 | |
4033 | Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> | |
4034 | Branch: perl | |
4035 | ! cygwin/Makefile.SHs | |
4036 | ____________________________________________________________________________ | |
4037 | [ 9985] By: jhi on 2001/05/04 03:51:39 | |
4038 | Log: Encode/IO doc tweaks. | |
4039 | Branch: perl | |
4040 | ! ext/Encode/Encode.pm | |
4041 | ____________________________________________________________________________ | |
4042 | [ 9984] By: jhi on 2001/05/04 03:29:34 | |
4043 | Log: Remove GDBM_File from the dynamic extensions for UTS, | |
4044 | GDBM is not a standard feature. | |
4045 | Branch: perl | |
4046 | ! hints/uts.sh | |
4047 | ____________________________________________________________________________ | |
4048 | [ 9983] By: jhi on 2001/05/04 03:22:59 | |
4049 | Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more. | |
4050 | Branch: perl | |
4051 | ! pod/perlretut.pod | |
4052 | ____________________________________________________________________________ | |
4053 | [ 9982] By: jhi on 2001/05/03 23:21:03 | |
4054 | Log: Subject: [PATCH] Let sv_dump understand GvSHARED | |
4055 | From: Benjamin Sugars <bsugars@canoe.ca> | |
4056 | Date: Thu, 3 May 2001 16:51:07 -0400 (EDT) | |
4057 | Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca> | |
4058 | Branch: perl | |
4059 | ! dump.c | |
4060 | ____________________________________________________________________________ | |
4061 | [ 9981] By: jhi on 2001/05/03 23:20:05 | |
4062 | Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests | |
4063 | From: Benjamin Sugars <bsugars@canoe.ca> | |
4064 | Date: Thu, 3 May 2001 15:28:21 -0400 (EDT) | |
4065 | Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca> | |
4066 | Branch: perl | |
4067 | ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t | |
4068 | ____________________________________________________________________________ | |
4069 | [ 9980] By: jhi on 2001/05/03 23:15:29 | |
4070 | Log: Integrate perlio. | |
4071 | Branch: perl | |
4072 | !> ext/Encode/Encode.pm | |
4073 | ____________________________________________________________________________ | |
4074 | [ 9979] By: jhi on 2001/05/03 16:54:59 | |
4075 | Log: Install psed man page. | |
4076 | Branch: perl | |
4077 | ! installman | |
4078 | ____________________________________________________________________________ | |
4079 | [ 9978] By: jhi on 2001/05/03 16:45:58 | |
4080 | Log: Remove unused files; noted by Sarathy. | |
4081 | Branch: perl | |
4082 | - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h | |
4083 | ! MANIFEST | |
4084 | ____________________________________________________________________________ | |
4085 | [ 9977] By: jhi on 2001/05/03 16:42:30 | |
4086 | Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements | |
4087 | From: Andy Dougherty <doughera@lafayette.edu> | |
4088 | Date: Thu, 3 May 2001 11:16:10 -0400 (EDT) | |
4089 | Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu> | |
4090 | Branch: perl | |
4091 | ! INSTALL | |
4092 | ____________________________________________________________________________ | |
4093 | [ 9976] By: nick on 2001/05/03 16:40:42 | |
4094 | Log: Allow $answer = encode($object,$text); like it says in docs. | |
4095 | Branch: perlio | |
4096 | ! ext/Encode/Encode.pm | |
4097 | ____________________________________________________________________________ | |
4098 | [ 9975] By: nick on 2001/05/03 16:22:30 | |
4099 | Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need | |
4100 | to be in scope (fair enough), and also a package variable (our) for eval to see it. | |
4101 | Branch: perlio | |
4102 | ! ext/Encode/Encode.pm | |
4103 | ____________________________________________________________________________ | |
4104 | [ 9974] By: nick on 2001/05/03 15:48:17 | |
4105 | Log: Integrate mainline. | |
4106 | Branch: perlio | |
4107 | +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm | |
4108 | +> t/lib/filter-simple.t t/lib/next.t | |
4109 | !> (integrate 70 files) | |
4110 | ____________________________________________________________________________ | |
4111 | [ 9973] By: jhi on 2001/05/03 13:09:09 | |
4112 | Log: Update Changes. | |
4113 | Branch: perl | |
4114 | ! Changes patchlevel.h | |
4115 | ____________________________________________________________________________ | |
724031fb JH |
4116 | [ 9972] By: jhi on 2001/05/03 12:58:33 |
4117 | Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t | |
4118 | From: Prymmer/Kahn <pvhp@best.com> | |
4119 | Date: Wed, 2 May 2001 23:56:13 -0700 (PDT) | |
4120 | Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com> | |
4121 | Branch: perl | |
4122 | ! t/io/fflush.t | |
4123 | ____________________________________________________________________________ | |
4124 | [ 9971] By: jhi on 2001/05/03 12:57:26 | |
4125 | Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm | |
4126 | From: Prymmer/Kahn <pvhp@best.com> | |
4127 | Date: Wed, 2 May 2001 23:42:33 -0700 (PDT) | |
4128 | Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com> | |
4129 | Branch: perl | |
4130 | ! win32/FindExt.pm | |
4131 | ____________________________________________________________________________ | |
4132 | [ 9970] By: jhi on 2001/05/03 02:42:46 | |
4133 | Log: Can't croak sans thread context, from Doug MacEachern. | |
4134 | Branch: perl | |
4135 | ! toke.c | |
4136 | ____________________________________________________________________________ | |
4137 | [ 9969] By: jhi on 2001/05/03 01:23:48 | |
4138 | Log: Subject: Random input test and Perl | |
4139 | From: Ilya Zakharevich <ilya@math.berkeley.edu> | |
4140 | Date: Wed, 2 May 2001 14:35:50 -0700 (PDT) | |
4141 | Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU> | |
4142 | Branch: perl | |
4143 | ! toke.c | |
4144 | ____________________________________________________________________________ | |
4145 | [ 9968] By: jhi on 2001/05/02 22:17:21 | |
4146 | Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod | |
4147 | From: Peter Prymmer <pvhp@forte.com> | |
4148 | Date: Wed, 2 May 2001 15:58:18 -0700 (PDT) | |
4149 | Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com> | |
4150 | Branch: perl | |
4151 | ! pod/perlfunc.pod pod/perlport.pod | |
4152 | ____________________________________________________________________________ | |
4153 | [ 9967] By: jhi on 2001/05/02 20:12:45 | |
4154 | Log: Workaround for UTS compiler casting bug from Hal Morris. | |
4155 | Branch: perl | |
4156 | ! perl.h | |
4157 | ____________________________________________________________________________ | |
4158 | [ 9966] By: jhi on 2001/05/02 18:31:37 | |
4159 | Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS | |
4160 | From: Dan Sugalski <dan@sidhe.org> | |
4161 | Date: Wed, 02 May 2001 15:23:22 -0400 | |
4162 | Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48> | |
4163 | Branch: perl | |
4164 | ! perl.c vms/vms.c | |
4165 | ____________________________________________________________________________ | |
4166 | [ 9965] By: jhi on 2001/05/02 18:21:29 | |
4167 | Log: Minor doc tweaks on endianness, closes bug 20010327.004. | |
4168 | Branch: perl | |
4169 | ! pod/perlfunc.pod | |
4170 | ____________________________________________________________________________ | |
4171 | [ 9964] By: jhi on 2001/05/02 18:15:01 | |
4172 | Log: Document large files in INSTALL, document also the %x | |
4173 | limitation if not use64bitint, closes bug 20010326.007. | |
4174 | Branch: perl | |
4175 | ! INSTALL | |
4176 | ____________________________________________________________________________ | |
4177 | [ 9963] By: jhi on 2001/05/02 17:24:47 | |
4178 | Log: perlmodlib tweaks; regen pods. | |
4179 | Branch: perl | |
4180 | ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod | |
4181 | ! pod/perltoc.pod | |
4182 | ____________________________________________________________________________ | |
4183 | [ 9962] By: jhi on 2001/05/02 17:14:00 | |
4184 | Log: Fix for a segfault, from Marc Lehmann. | |
4185 | Branch: perl | |
4186 | ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs | |
4187 | ____________________________________________________________________________ | |
4188 | [ 9961] By: jhi on 2001/05/02 15:55:53 | |
4189 | Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod | |
4190 | From: "Philip Newton" <pnewton@gmx.de> | |
4191 | Date: Wed, 2 May 2001 18:39:03 +0200 | |
4192 | Message-ID: <3AF05447.15525.173B588@localhost> | |
4193 | Branch: perl | |
4194 | ! pod/perlop.pod | |
4195 | ____________________________________________________________________________ | |
4196 | [ 9960] By: jhi on 2001/05/02 15:35:37 | |
4197 | Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS | |
4198 | From: Dan Sugalski <dan@sidhe.org> | |
4199 | Date: Wed, 02 May 2001 11:37:27 -0400 | |
4200 | Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48> | |
4201 | Branch: perl | |
4202 | ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c | |
4203 | ! thread.h vms/vms.c vms/vmsish.h | |
4204 | ____________________________________________________________________________ | |
4205 | [ 9959] By: jhi on 2001/05/02 15:21:08 | |
4206 | Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar | |
4207 | From: Benjamin Sugars <bsugars@canoe.ca> | |
4208 | Date: Wed, 2 May 2001 10:53:11 -0400 (EDT) | |
4209 | Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca> | |
4210 | Branch: perl | |
4211 | ! ext/PerlIO/Scalar/Scalar.xs | |
4212 | ____________________________________________________________________________ | |
4213 | [ 9958] By: jhi on 2001/05/02 15:15:53 | |
4214 | Log: Bug in #9915, spotted by Mike Guy. | |
4215 | Branch: perl | |
4216 | ! installperl | |
4217 | ____________________________________________________________________________ | |
4218 | [ 9957] By: jhi on 2001/05/02 13:26:01 | |
4219 | Log: Add a test for not griping about references as array | |
4220 | indices if the reference has magic in it (overloaded | |
4221 | methods). | |
4222 | Branch: perl | |
4223 | ! pod/perldiag.pod t/pragma/warn/pp_hot | |
4224 | ____________________________________________________________________________ | |
4225 | [ 9956] By: jhi on 2001/05/02 13:07:01 | |
4226 | Log: Retracted a bit too much in #9952. | |
4227 | Branch: perl | |
4228 | ! t/pragma/sub_lval.t | |
4229 | ____________________________________________________________________________ | |
4230 | [ 9955] By: jhi on 2001/05/02 13:05:38 | |
4231 | Log: Test for #9952. | |
4232 | Branch: perl | |
4233 | ! t/op/tie.t | |
4234 | ____________________________________________________________________________ | |
4235 | [ 9954] By: jhi on 2001/05/02 11:48:18 | |
4236 | Log: Additional note on the encoding example: one cannot | |
4237 | convert string constants in-place. | |
4238 | Branch: perl | |
4239 | ! ext/Encode/Encode.pm | |
4240 | ____________________________________________________________________________ | |
4241 | [ 9953] By: jhi on 2001/05/02 11:43:51 | |
4242 | Log: Note that if you have recent enough Perl you already | |
4243 | have Filter::Util::Call. | |
4244 | Branch: perl | |
4245 | ! lib/Filter/Simple.pm | |
4246 | ____________________________________________________________________________ | |
4247 | [ 9952] By: jhi on 2001/05/02 11:31:53 | |
4248 | Log: Retract changes #8254 and #8255, causes coredump in | |
4249 | 'tie FH, "main"', reported by Abigail, culprit found by | |
4250 | Benjamin Sugars. Mirrors maintperl change #9950. | |
4251 | Branch: perl | |
4252 | ! op.c t/pragma/sub_lval.t | |
4253 | ____________________________________________________________________________ | |
4254 | [ 9951] By: jhi on 2001/05/02 11:14:29 | |
4255 | Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.) | |
4256 | Branch: perl | |
4257 | + t/lib/MyFilter.pm | |
4258 | ____________________________________________________________________________ | |
4259 | [ 9950] By: gsar on 2001/05/02 03:17:11 | |
4260 | Log: revert integration of changes#8254,8255 in change#8620 (causes | |
4261 | a coredump in C<tie FH, 'foo'>; the idea itself may need better | |
4262 | rationalization) | |
4263 | Branch: maint-5.6/perl | |
4264 | ! op.c t/pragma/sub_lval.t | |
4265 | ____________________________________________________________________________ | |
4266 | [ 9949] By: gsar on 2001/05/02 02:56:32 | |
4267 | Log: integrate changes#9774,9814 from mainline (Unixware fixes) | |
4268 | ||
4269 | Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7 | |
4270 | ||
4271 | Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7 | |
4272 | Branch: maint-5.6/perl | |
4273 | !> hints/svr5.sh | |
4274 | ____________________________________________________________________________ | |
4275 | [ 9948] By: gsar on 2001/05/02 02:49:15 | |
4276 | Log: pod/find.t breaks on VMS (from Craig Berry) | |
4277 | Branch: maint-5.6/perl | |
4278 | ! t/pod/find.t | |
4279 | ____________________________________________________________________________ | |
4280 | [ 9947] By: jhi on 2001/05/02 02:43:09 | |
4281 | Log: Add an encoding conversion example. | |
4282 | Branch: perl | |
4283 | ! ext/Encode/Encode.pm | |
4284 | ____________________________________________________________________________ | |
4285 | [ 9946] By: jhi on 2001/05/02 01:34:22 | |
4286 | Log: Another coat of paint but still nowhere finished. | |
4287 | Need to decide on the semantics of strptime(): should | |
4288 | strptime() be a function instead of a method? To do | |
4289 | the week/monthname-strptiming the i18n/l10n bullet needs | |
4290 | to be bitten with gusto. | |
4291 | Branch: perl | |
4292 | ! ext/Time/Piece/Piece.pm t/lib/time-piece.t | |
4293 | ____________________________________________________________________________ | |
4294 | [ 9945] By: jhi on 2001/05/01 23:40:52 | |
4295 | Log: Update Changes. | |
4296 | Branch: perl | |
4297 | ! Changes patchlevel.h | |
4298 | ____________________________________________________________________________ | |
f63e93b7 JH |
4299 | [ 9944] By: jhi on 2001/05/01 23:33:37 |
4300 | Log: Add known-to-be-tested modules to the list-to-be-skipped. | |
4301 | Branch: perl | |
4302 | ! t/lib/1_compile.t | |
4303 | ____________________________________________________________________________ | |
4304 | [ 9943] By: jhi on 2001/05/01 23:24:40 | |
4305 | Log: Subject: BorlandC++ fix | |
4306 | From: "Vadim Konovalov" <watman@inbox.ru> | |
4307 | Date: Mon, 30 Apr 2001 20:12:26 -0700 | |
4308 | Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad> | |
4309 | Branch: perl | |
4310 | ! win32/makefile.mk | |
4311 | ____________________________________________________________________________ | |
4312 | [ 9942] By: jhi on 2001/05/01 23:18:02 | |
4313 | Log: Update to Filter::Simple 0.60, create a test for it. | |
4314 | Branch: perl | |
4315 | + t/lib/filter-simple.t | |
4316 | ! MANIFEST lib/Filter/Simple.pm | |
4317 | ____________________________________________________________________________ | |
4318 | [ 9941] By: jhi on 2001/05/01 19:47:24 | |
4319 | Log: Subject: Re: bleadperl: s/// failure with \b and /g | |
4320 | From: Hugo <hv@crypt.compulink.co.uk> | |
4321 | Date: Tue, 01 May 2001 20:12:20 +0100 | |
4322 | Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk> | |
4323 | Branch: perl | |
4324 | ! pp_hot.c t/op/re_tests | |
4325 | ____________________________________________________________________________ | |
4326 | [ 9940] By: jhi on 2001/05/01 19:42:16 | |
4327 | Log: Integrate perlio. | |
4328 | Branch: perl | |
4329 | !> lib/base.pm t/lib/fields.t | |
4330 | ____________________________________________________________________________ | |
4331 | [ 9939] By: jhi on 2001/05/01 19:39:51 | |
4332 | Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar | |
4333 | From: Benjamin Sugars <bsugars@canoe.ca> | |
4334 | Date: Tue, 1 May 2001 16:32:03 -0400 (EDT) | |
4335 | Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca> | |
4336 | Branch: perl | |
4337 | ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t | |
4338 | ____________________________________________________________________________ | |
4339 | [ 9938] By: jhi on 2001/05/01 19:34:09 | |
4340 | Log: Add NEXT, a pseudo-class for method redispatching. | |
4341 | <Damian>NEXT.pm probably offers more bang-for-buck | |
4342 | than anything else I've ever written.</Damian> | |
4343 | Branch: perl | |
4344 | + lib/NEXT.pm t/lib/next.t | |
4345 | ! MANIFEST | |
4346 | ____________________________________________________________________________ | |
4347 | [ 9937] By: jhi on 2001/05/01 19:21:41 | |
4348 | Log: Update to Switch 2.02. | |
4349 | Branch: perl | |
4350 | ! lib/Switch.pm t/lib/switch.t | |
4351 | __________________________________________________ |