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