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