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 | -------------- |
585d6f80 | 31 | Version v5.7.2 Development release working toward v5.8 |
99b32ad1 | 32 | -------------- |
365eb269 | 33 | ____________________________________________________________________________ |
df6a5558 JH |
34 | [ 14225] By: jhi on 2002/01/12 20:28:05 |
35 | Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm | |
36 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
37 | Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) | |
38 | Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com> | |
39 | Branch: perl | |
40 | ! Configure config_h.SH | |
41 | ____________________________________________________________________________ | |
42 | [ 14224] By: jhi on 2002/01/12 20:18:02 | |
43 | Log: Quick reformat using indent -kr -nce, as requested | |
44 | by Dan Kogai and suggest by NI-S. | |
45 | Branch: perl | |
46 | ! ext/Encode/encengine.c | |
47 | ____________________________________________________________________________ | |
48 | [ 14223] By: jhi on 2002/01/12 20:08:54 | |
49 | Log: Couple more Unicode lookbehind tests. | |
50 | Branch: perl | |
51 | ! t/op/pat.t | |
52 | ____________________________________________________________________________ | |
53 | [ 14222] By: jhi on 2002/01/12 20:05:29 | |
54 | Log: Sharp S as a special treat for our German UTF-8 testers :-) | |
55 | Branch: perl | |
56 | ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h | |
57 | ____________________________________________________________________________ | |
58 | [ 14221] By: jhi on 2002/01/12 18:38:54 | |
59 | Log: Subject: {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | |
60 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
61 | Date: Sat, 12 Jan 2002 20:37:32 +0100 | |
62 | Message-ID: <3C409E8C.16203.196C2D3@localhost> | |
63 | Branch: perl | |
64 | ! ext/B/B/Deparse.pm | |
65 | ____________________________________________________________________________ | |
66 | [ 14220] By: jhi on 2002/01/12 18:27:32 | |
67 | Log: Hrmph. Is having a test for an exact version of MM_Unix.pm | |
68 | really worth the bits it's printed on? | |
69 | Branch: perl | |
70 | ! lib/ExtUtils/t/MM_Unix.t | |
71 | ____________________________________________________________________________ | |
72 | [ 14219] By: jhi on 2002/01/12 18:06:49 | |
73 | Log: Special treatment for U+03B0 and U+0390 in //i, | |
74 | this means that we can remove the minlen pessimisations | |
75 | introduced by the #14096. | |
76 | Branch: perl | |
77 | ! pp_hot.c regcomp.c regexec.c | |
78 | ____________________________________________________________________________ | |
79 | [ 14218] By: jhi on 2002/01/12 16:14:52 | |
80 | Log: Integrate perlio; | |
81 | ||
82 | Abstract out the cloning of SvPVX and handle shared pv in a | |
83 | safe (if suboptimal) manner. Does not fix op/fork.t :-( | |
84 | ||
85 | Win32-ize socketpair test | |
86 | - Win32 can fork even though $Config{d_fork} is undef | |
87 | - SOCK_DGRAM does not work - skip those tests. | |
88 | Branch: perl | |
89 | !> ext/Socket/socketpair.t sv.c | |
90 | ____________________________________________________________________________ | |
91 | [ 14217] By: jhi on 2002/01/12 16:09:59 | |
92 | Log: One should first drop the real uid, not the effective uid. | |
93 | [ID 20020110.003] | |
94 | Branch: perl | |
95 | ! utils/perldoc.PL | |
96 | ____________________________________________________________________________ | |
97 | [ 14216] By: jhi on 2002/01/12 15:50:38 | |
98 | Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | |
99 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
100 | Date: Fri, 11 Jan 2002 23:29:48 +0100 | |
101 | Message-ID: <3C3F756C.4581.2E2A938@localhost> | |
102 | Branch: perl | |
103 | + ext/B/C/C.xs ext/B/C/Makefile.PL | |
104 | ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST | |
105 | ! utils/perlcc.PL | |
106 | ____________________________________________________________________________ | |
107 | [ 14215] By: jhi on 2002/01/12 15:22:01 | |
108 | Log: Subject: [PATCH] Re: Magic numbers in B::Concise | |
109 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
110 | Date: Fri, 11 Jan 2002 14:29:30 -0800 | |
111 | Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu> | |
112 | Branch: perl | |
113 | ! ext/B/t/concise.t | |
114 | ____________________________________________________________________________ | |
115 | [ 14212] By: ams on 2002/01/12 06:10:52 | |
116 | Log: Subject: [PATCH] More fixes for Stratus VOS | |
117 | From: "Green, Paul" <Paul.Green@stratus.com> | |
118 | Date: Fri, 11 Jan 2002 17:30:37 -0500 | |
119 | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com> | |
120 | Branch: perl | |
121 | ! hints/vos.sh lib/ExtUtils/MM_Unix.pm | |
122 | ____________________________________________________________________________ | |
123 | [ 14211] By: jhi on 2002/01/12 06:01:29 | |
124 | Log: Upgrade to CGI.pm 2.80. | |
125 | Branch: perl | |
126 | ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t | |
127 | ____________________________________________________________________________ | |
128 | [ 14210] By: jhi on 2002/01/12 05:57:36 | |
129 | Log: FAQ sync. | |
130 | Branch: perl | |
131 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod | |
132 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod | |
133 | ! pod/perlfaq8.pod | |
134 | ____________________________________________________________________________ | |
135 | [ 14209] By: jhi on 2002/01/12 05:54:24 | |
136 | Log: This is getting embarrassing. | |
137 | Branch: perl | |
138 | ! t/op/pat.t | |
139 | ____________________________________________________________________________ | |
140 | [ 14208] By: jhi on 2002/01/12 05:30:03 | |
141 | Log: Doc tweaks. | |
142 | Branch: perl | |
143 | ! pod/perlunicode.pod | |
144 | ____________________________________________________________________________ | |
145 | [ 14207] By: jhi on 2002/01/12 05:16:55 | |
146 | Log: Updating the test count is good; also rephrasing | |
147 | so that there is no ok output containing "not". | |
148 | Branch: perl | |
149 | ! t/op/pat.t | |
150 | ____________________________________________________________________________ | |
151 | [ 14206] By: jhi on 2002/01/12 05:11:20 | |
152 | Log: Andreas is busy :-) | |
153 | Branch: perl | |
154 | ! doop.c t/op/unisprintf.t | |
155 | ____________________________________________________________________________ | |
156 | [ 14205] By: jhi on 2002/01/12 04:55:20 | |
157 | Log: Unicode lookbehind looked bad. | |
158 | Branch: perl | |
159 | ! regexec.c t/op/pat.t | |
160 | ____________________________________________________________________________ | |
161 | [ 14204] By: jhi on 2002/01/12 01:43:48 | |
162 | Log: Garbage collection. | |
163 | Branch: perl | |
164 | ! t/run/kill_perl.t | |
165 | ____________________________________________________________________________ | |
166 | [ 14203] By: jhi on 2002/01/12 00:10:51 | |
167 | Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals | |
168 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
169 | Date: Fri, 11 Jan 2002 23:29:48 +0100 | |
170 | Message-ID: <3C3F756C.21561.2E2A9CE@localhost> | |
171 | Branch: perl | |
172 | ! embed.fnc global.sym makedef.pl | |
173 | ____________________________________________________________________________ | |
174 | [ 14202] By: jhi on 2002/01/12 00:07:41 | |
175 | Log: Subject: [PATCH] perldelta nit? | |
176 | From: Robert Spier <rspier@pobox.com> | |
177 | Date: Fri, 11 Jan 2002 15:19:16 -0800 | |
178 | Message-ID: <15423.29428.164185.251700@rls.cx> | |
179 | Branch: perl | |
180 | ! pod/perldelta.pod | |
181 | ____________________________________________________________________________ | |
182 | [ 14201] By: jhi on 2002/01/12 00:06:02 | |
183 | Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More | |
184 | From: Michael G Schwern <schwern@pobox.com> | |
185 | Date: Fri, 11 Jan 2002 17:08:17 -0500 | |
186 | Message-ID: <20020111220817.GG2838@blackrider> | |
187 | Branch: perl | |
188 | ! t/run/kill_perl.t t/test.pl | |
189 | ____________________________________________________________________________ | |
190 | [ 14200] By: jhi on 2002/01/12 00:02:05 | |
191 | Log: Subject: [PATCH] Correct misleading error message | |
192 | From: Mike Guy <mjtg@cam.ac.uk> | |
193 | Date: Fri, 11 Jan 2002 18:36:33 +0000 | |
194 | Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk> | |
195 | ||
196 | hash assignment -> anonymous hash | |
197 | Branch: perl | |
198 | ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t | |
199 | ____________________________________________________________________________ | |
200 | [ 14199] By: jhi on 2002/01/11 23:58:00 | |
201 | Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c | |
202 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
203 | Date: Fri, 11 Jan 2002 16:58:14 +0100 | |
204 | Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu> | |
205 | Branch: perl | |
206 | ! ext/Unicode/Normalize/mkheader | |
207 | ____________________________________________________________________________ | |
208 | [ 14198] By: jhi on 2002/01/11 23:53:05 | |
209 | Log: Add a new test for is-sprintf-preserving Unicodeness: | |
210 | #14194 and an old one from kill_perl.t (I could have used | |
211 | sprintf.t, but it's format was quite fixed, and I didn't | |
212 | feel like breaking the format) | |
213 | Branch: perl | |
214 | + t/op/unisprintf.t | |
215 | ! MANIFEST t/run/kill_perl.t | |
216 | ____________________________________________________________________________ | |
217 | [ 14197] By: jhi on 2002/01/11 21:48:49 | |
218 | Log: Integrate perlio; | |
219 | Install dummy signal() handlers for Win32's SIGINT and SIGBREAK | |
220 | Branch: perl | |
221 | !> win32/win32.c | |
222 | ____________________________________________________________________________ | |
223 | [ 14195] By: jhi on 2002/01/11 20:07:35 | |
224 | Log: Integrate perlio; | |
225 | A mostly-stable version of "new" Win32 signal/kill support. | |
226 | Branch: perl | |
227 | !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc | |
228 | !> win32/config.gc win32/config.vc win32/config_H.bc | |
229 | !> win32/config_H.gc win32/config_H.vc win32/config_h.PL | |
230 | !> win32/makefile.mk win32/win32.c win32/win32.h | |
231 | ____________________________________________________________________________ | |
232 | [ 14194] By: jhi on 2002/01/11 20:04:26 | |
233 | Log: Fix for | |
234 | ||
235 | Subject: UTF-8 sprintf bug in bleadperl | |
236 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
237 | Date: 11 Jan 2002 15:47:15 +0100 | |
238 | Message-ID: <m3vge99c7g.fsf@anima.de> | |
239 | ||
240 | I have tests, have just to figure out where to put them | |
241 | since op/sprintf looks a bit unfriendly for tests of | |
242 | somewhat freer form. | |
243 | Branch: perl | |
244 | ! doop.c sv.c | |
245 | ____________________________________________________________________________ | |
246 | [ 14191] By: jhi on 2002/01/11 15:34:53 | |
247 | Log: Update Changes. | |
248 | Branch: perl | |
249 | ! Changes patchlevel.h | |
250 | ____________________________________________________________________________ | |
7231552f JH |
251 | [ 14190] By: jhi on 2002/01/11 14:52:51 |
252 | Log: Subject: [PATCH] Re: Magic numbers in B::Concise | |
253 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
254 | Date: Thu, 10 Jan 2002 18:21:34 -0800 | |
255 | Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu> | |
256 | Branch: perl | |
257 | + ext/B/t/concise.t | |
258 | ! MANIFEST | |
259 | ____________________________________________________________________________ | |
260 | [ 14189] By: jhi on 2002/01/11 14:51:11 | |
261 | Log: Upgrade to CGI.pm 2.79. Manual tweaks were | |
262 | necessary in form.t and html.t @INC setups. | |
263 | Branch: perl | |
264 | ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t | |
265 | ____________________________________________________________________________ | |
266 | [ 14188] By: jhi on 2002/01/11 14:31:17 | |
267 | Log: Yet another twist. | |
268 | Branch: perl | |
269 | ! t/test.pl | |
270 | ____________________________________________________________________________ | |
271 | [ 14187] By: jhi on 2002/01/11 14:14:12 | |
272 | Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed | |
273 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
274 | Date: Fri, 11 Jan 2002 13:04:15 +0100 | |
275 | Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl> | |
276 | Branch: perl | |
277 | ! hints/aix.sh | |
278 | ____________________________________________________________________________ | |
279 | [ 14186] By: jhi on 2002/01/11 14:13:02 | |
280 | Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3 | |
281 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
282 | Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT) | |
283 | Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com> | |
284 | Branch: perl | |
285 | ! lib/AnyDBM_File.t | |
286 | ____________________________________________________________________________ | |
287 | [ 14185] By: jhi on 2002/01/11 14:10:01 | |
288 | Log: Arguments were being mangled. | |
289 | Branch: perl | |
290 | ! t/test.pl | |
291 | ____________________________________________________________________________ | |
292 | [ 14184] By: jhi on 2002/01/11 14:05:53 | |
293 | Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More | |
294 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
295 | Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT) | |
296 | Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com> | |
297 | Branch: perl | |
298 | ! lib/AnyDBM_File.t | |
299 | ____________________________________________________________________________ | |
300 | [ 14183] By: jhi on 2002/01/11 13:59:22 | |
301 | Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl() | |
302 | From: Michael G Schwern <schwern@pobox.com> | |
303 | Date: Fri, 11 Jan 2002 04:26:27 -0500 | |
304 | Message-ID: <20020111092626.GA16544@blackrider> | |
305 | Branch: perl | |
306 | ! t/run/kill_perl.t t/test.pl | |
307 | ____________________________________________________________________________ | |
308 | [ 14182] By: jhi on 2002/01/11 13:57:59 | |
309 | Log: Subject: [PATCH] Test::Harness 2.01 | |
310 | From: Michael G Schwern <schwern@pobox.com> | |
311 | Date: Thu, 10 Jan 2002 21:11:24 -0500 | |
312 | Message-ID: <20020111021123.GA30666@blackrider> | |
313 | Branch: perl | |
314 | + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm | |
315 | + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t | |
316 | + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t | |
317 | + lib/Test/Harness/t/nonumbers.t | |
318 | + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t | |
319 | + t/lib/sample-tests/lone_not_bug | |
320 | + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint | |
321 | + t/lib/sample-tests/vms_nit | |
322 | ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes | |
323 | ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t | |
324 | ____________________________________________________________________________ | |
325 | [ 14181] By: jhi on 2002/01/11 13:57:38 | |
326 | Log: patch is silly when creating new files: don't run | |
327 | patch more than once. | |
328 | Branch: perl | |
329 | ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t | |
330 | ____________________________________________________________________________ | |
331 | [ 14180] By: jhi on 2002/01/11 13:53:49 | |
332 | Log: Forgot from #14179. | |
333 | Branch: perl | |
334 | ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t | |
335 | ____________________________________________________________________________ | |
336 | [ 14179] By: jhi on 2002/01/11 13:24:13 | |
337 | Log: Subject: [PATCH] is() undef/'' behavior change | |
338 | From: Michael G Schwern <schwern@pobox.com> | |
339 | Date: Fri, 11 Jan 2002 03:35:51 -0500 | |
340 | Message-ID: <20020111083551.GC30666@blackrider> | |
341 | ||
342 | Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix | |
343 | From: Michael G Schwern <schwern@pobox.com> | |
344 | Date: Fri, 11 Jan 2002 03:37:44 -0500 | |
345 | Message-ID: <20020111083744.GD30666@blackrider> | |
346 | Branch: perl | |
347 | ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t | |
348 | ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm | |
349 | ! lib/Pod/t/InputObjects.t lib/blib.t | |
350 | ____________________________________________________________________________ | |
351 | [ 14178] By: jhi on 2002/01/11 13:21:59 | |
352 | Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41 | |
353 | From: Michael G Schwern <schwern@pobox.com> | |
354 | Date: Thu, 10 Jan 2002 19:56:23 -0500 | |
355 | Message-ID: <20020111005623.GA13192@blackrider> | |
356 | Branch: perl | |
357 | + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t | |
358 | ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm | |
359 | ! lib/Test/Simple.pm lib/Test/Simple/Changes | |
360 | ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t | |
361 | ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t | |
362 | ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t | |
363 | ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t | |
364 | ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t | |
365 | ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t | |
366 | ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t | |
367 | ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t | |
368 | ! lib/Test/Simple/t/plan_is_noplan.t | |
369 | ! lib/Test/Simple/t/plan_no_plan.t | |
370 | ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t | |
371 | ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t | |
372 | ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t | |
373 | ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t | |
374 | ! lib/Test/Tutorial.pod | |
375 | ____________________________________________________________________________ | |
376 | [ 14177] By: gsar on 2002/01/11 02:56:05 | |
377 | Log: malloc() things must be free()d, not Safefree()d (bug in change#11280 | |
378 | revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST) | |
379 | ||
380 | turns out even the malloc() was never really needed to begin with, | |
381 | so get rid of it | |
382 | Branch: perl | |
383 | ! sv.c | |
384 | ____________________________________________________________________________ | |
385 | [ 14176] By: jhi on 2002/01/11 02:11:21 | |
386 | Log: Small doc tweaks. | |
387 | Branch: perl | |
388 | ! pod/perluniintro.pod | |
389 | ____________________________________________________________________________ | |
390 | [ 14175] By: gsar on 2002/01/11 01:05:15 | |
391 | Log: support using the CRT's malloc() family of functions instead of | |
392 | the internal one when ithreads is enabled; allocate large blocks | |
393 | using VirtualAlloc() since the Heap*() functions may only be tuned | |
394 | for small allocations (from Doug Lankshear <dougl@ActiveState.com>) | |
395 | ||
396 | pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc(); | |
397 | also see comments at the top of win32/vmem.h for other options that | |
398 | can be set | |
399 | Branch: perl | |
400 | ! win32/vmem.h | |
401 | ____________________________________________________________________________ | |
402 | [ 14174] By: jhi on 2002/01/10 19:33:29 | |
403 | Log: Subject: micropatch | |
404 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
405 | Date: Thu, 10 Jan 2002 18:20:58 +0000 | |
406 | Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk> | |
407 | Branch: perl | |
408 | ! regcomp.c | |
409 | ____________________________________________________________________________ | |
410 | [ 14173] By: jhi on 2002/01/10 19:32:16 | |
411 | Log: Subject: [PATCH] Embed.t on Win32 | |
412 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
413 | Date: Thu, 10 Jan 2002 18:56:21 +0100 | |
414 | Message-ID: <3C3DE3D5.7359.1FEB994@localhost> | |
415 | Branch: perl | |
416 | ! lib/ExtUtils/t/Embed.t | |
417 | ____________________________________________________________________________ | |
418 | [ 14172] By: jhi on 2002/01/10 19:31:00 | |
419 | Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our | |
420 | From: Gisle Aas <gisle@ActiveState.com> | |
421 | Date: 10 Jan 2002 08:56:05 -0800 | |
422 | Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com> | |
423 | Branch: perl | |
424 | ! toke.c | |
425 | ____________________________________________________________________________ | |
426 | [ 14171] By: jhi on 2002/01/10 19:29:08 | |
427 | Log: Subject: [PATCH] doc fixes | |
428 | From: "Brendan O'Dea" <bod@debian.org> | |
429 | Date: Fri, 11 Jan 2002 03:49:54 +1100 | |
430 | Message-ID: <20020110164954.GA21891@compusol.com.au> | |
431 | Branch: perl | |
432 | ! lib/I18N/Collate.pm pod/perlfunc.pod | |
433 | ____________________________________________________________________________ | |
434 | [ 14170] By: jhi on 2002/01/10 17:48:42 | |
435 | Log: Integrate perlio; More signal hackery. | |
436 | Branch: perl | |
437 | !> win32/win32.c | |
438 | ____________________________________________________________________________ | |
439 | [ 14169] By: jhi on 2002/01/10 17:47:34 | |
440 | Log: No need to show internal encodings, or return them | |
441 | in random order. | |
442 | Branch: perl | |
443 | ! ext/Encode/Encode.pm | |
444 | ____________________________________________________________________________ | |
445 | [ 14166] By: jhi on 2002/01/10 15:24:41 | |
446 | Log: I think we can claim to be supporting Unicode | |
447 | "loose matching" now. | |
448 | Branch: perl | |
449 | ! pod/perlunicode.pod | |
450 | ____________________________________________________________________________ | |
451 | [ 14165] By: jhi on 2002/01/10 15:07:56 | |
452 | Log: Subject: doc patch | |
453 | From: mjd@plover.com | |
454 | Date: 10 Jan 2002 15:12:27 -0000 | |
455 | Message-ID: <20020110151227.14850.qmail@plover.com> | |
456 | Branch: perl | |
457 | ! pod/perlrun.pod | |
458 | ____________________________________________________________________________ | |
459 | [ 14164] By: jhi on 2002/01/10 14:54:38 | |
460 | Log: Subject: Re: [ID 20011223.001] accept leaks memory | |
461 | From: Andy Dougherty <doughera@lafayette.edu> | |
462 | Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST) | |
463 | Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu> | |
464 | Branch: perl | |
465 | ! hints/linux.sh | |
466 | ____________________________________________________________________________ | |
467 | [ 14163] By: jhi on 2002/01/10 14:52:08 | |
468 | Log: Integrate perlio; Skeleton coding of more kill() support on Win32. | |
469 | Branch: perl | |
470 | !> win32/win32.c | |
471 | ____________________________________________________________________________ | |
472 | [ 14162] By: jhi on 2002/01/10 14:50:03 | |
473 | Log: Subject: [PATCH] Magic numbers in B::Concise | |
474 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
475 | Date: Wed, 9 Jan 2002 23:04:01 -0800 | |
476 | Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu> | |
477 | Branch: perl | |
478 | ! ext/B/B/Concise.pm ext/B/O.pm | |
479 | ____________________________________________________________________________ | |
480 | [ 14161] By: jhi on 2002/01/10 14:48:52 | |
481 | Log: Subject: [PATCH] No 'once' warnings for variables declared with our | |
482 | From: Gisle Aas <gisle@ActiveState.com> | |
483 | Date: 09 Jan 2002 21:52:40 -0800 | |
484 | Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com> | |
485 | Branch: perl | |
486 | ! t/lib/strict/vars toke.c | |
487 | ____________________________________________________________________________ | |
488 | [ 14159] By: jhi on 2002/01/09 21:28:13 | |
489 | Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes | |
490 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
491 | Date: Wed, 9 Jan 2002 23:24:32 +0100 | |
492 | Message-ID: <20020109232432.A692@rafael> | |
493 | Branch: perl | |
494 | ! ext/B/B/Deparse.pm | |
495 | ____________________________________________________________________________ | |
496 | [ 14158] By: jhi on 2002/01/09 21:25:19 | |
497 | Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) | |
498 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
499 | Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT) | |
500 | Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com> | |
501 | Branch: perl | |
502 | ! t/run/kill_perl.t | |
503 | ____________________________________________________________________________ | |
504 | [ 14157] By: jhi on 2002/01/09 19:59:28 | |
505 | Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | |
506 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
507 | Date: Wed, 09 Jan 2002 20:16:54 +0000 | |
508 | Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk> | |
509 | Branch: perl | |
510 | ! regexec.c | |
511 | ____________________________________________________________________________ | |
512 | [ 14156] By: jhi on 2002/01/09 19:46:27 | |
513 | Log: Subject: [Patch @14129] fixes Unicode::Normalize | |
514 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
515 | Date: Thu, 10 Jan 2002 01:08:56 +0900 | |
516 | Message-Id: <20020110010110.690B.BQW10602@nifty.com> | |
517 | Branch: perl | |
518 | - ext/Unicode/Normalize/Normalize.pod | |
519 | ! MANIFEST ext/Unicode/Normalize/Makefile.PL | |
520 | ! ext/Unicode/Normalize/Normalize.pm | |
521 | ! ext/Unicode/Normalize/Normalize.xs | |
522 | ! ext/Unicode/Normalize/mkheader | |
523 | ____________________________________________________________________________ | |
524 | [ 14155] By: jhi on 2002/01/09 19:09:15 | |
525 | Log: Integrate perlio; (Re-)implement alarm() for Win32. | |
526 | Branch: perl | |
527 | !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h | |
528 | !> win32/win32iop.h | |
529 | ____________________________________________________________________________ | |
530 | [ 14154] By: jhi on 2002/01/09 19:08:15 | |
531 | Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152) | |
532 | From: Nicholas Clark <nick@unfortu.net> | |
533 | Date: Wed, 9 Jan 2002 17:56:04 +0000 | |
534 | Message-ID: <20020109175604.H354@Bagpuss.unfortu.net> | |
535 | Branch: perl | |
536 | ! t/op/readdir.t | |
537 | ____________________________________________________________________________ | |
538 | [ 14152] By: jhi on 2002/01/09 14:37:01 | |
539 | Log: Update Changes. | |
540 | Branch: perl | |
541 | ! Changes patchlevel.h | |
542 | ____________________________________________________________________________ | |
4116aceb JH |
543 | [ 14150] By: jhi on 2002/01/09 14:27:23 |
544 | Log: Thinko. | |
545 | Branch: perl | |
546 | ! ext/threads/t/stress_re.t | |
547 | ____________________________________________________________________________ | |
548 | [ 14149] By: jhi on 2002/01/09 13:47:31 | |
549 | Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | |
550 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
551 | Date: Wed, 09 Jan 2002 13:37:17 +0000 | |
552 | Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk> | |
553 | Branch: perl | |
554 | ! regexec.c t/op/re_tests | |
555 | ____________________________________________________________________________ | |
556 | [ 14148] By: jhi on 2002/01/09 13:00:09 | |
557 | Log: Subject: Re: Weird Malformed warning in bleadperl | |
558 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
559 | Date: 09 Jan 2002 11:12:37 +0100 | |
560 | Message-ID: <m3itabbzoq.fsf@anima.de> | |
561 | Branch: perl | |
562 | ! regexec.c t/op/pat.t | |
563 | ____________________________________________________________________________ | |
564 | [ 14147] By: jhi on 2002/01/09 12:59:42 | |
565 | Log: Forgot stress_re.t from MANIFEST. | |
566 | Branch: perl | |
567 | ! MANIFEST | |
568 | ____________________________________________________________________________ | |
569 | [ 14146] By: jhi on 2002/01/09 12:47:27 | |
570 | Log: In dumping use isPRINT() instead of isprint() so that locale | |
571 | does not come into play. | |
572 | Branch: perl | |
573 | ! utf8.c | |
574 | ____________________________________________________________________________ | |
575 | [ 14145] By: jhi on 2002/01/09 02:52:39 | |
576 | Log: Add a threads stress test for regular expressions | |
577 | (mostly just a modified stress_string.t) and doesn't | |
578 | test that much of regular expressions, just that $1 | |
579 | doesn't get stomped by competing threads (as it does | |
580 | in the 5005threads of old). | |
581 | Branch: perl | |
582 | + ext/threads/t/stress_re.t | |
583 | ! MANIFEST | |
584 | ____________________________________________________________________________ | |
585 | [ 14144] By: jhi on 2002/01/09 02:28:33 | |
586 | Log: Subject: Re: [ID 20010912.007] substr reference core dump | |
587 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
588 | Date: Tue, 08 Jan 2002 19:17:50 +0000 | |
589 | Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk> | |
590 | Branch: perl | |
591 | ! scope.c t/run/kill_perl.t | |
592 | ____________________________________________________________________________ | |
593 | [ 14143] By: jhi on 2002/01/09 01:32:05 | |
594 | Log: SANY (. with /s) wasn't happy on Unicode. | |
595 | Branch: perl | |
596 | ! regexec.c t/op/pat.t | |
597 | ____________________________________________________________________________ | |
598 | [ 14142] By: ams on 2002/01/08 22:42:10 | |
599 | Log: Subject: [PATCH] perldebug nit | |
600 | From: Tels <tels@bloodgate.com> | |
601 | Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET) | |
602 | Branch: perl | |
603 | ! pod/perldebug.pod | |
604 | ____________________________________________________________________________ | |
605 | [ 14141] By: ams on 2002/01/08 21:32:59 | |
606 | Log: Subject: [PATCH] Minor fix to perl/Makefile.SH | |
607 | From: "Green, Paul" <Paul.Green@stratus.com> | |
608 | Date: Tue, 8 Jan 2002 17:31:35 -0500 | |
609 | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com> | |
610 | Branch: perl | |
611 | ! Makefile.SH | |
612 | ____________________________________________________________________________ | |
613 | [ 14140] By: ams on 2002/01/08 21:27:57 | |
614 | Log: Subject: [PATCH] Re: Slight chokage from Deparse | |
615 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
616 | Date: Tue, 8 Jan 2002 23:04:45 +0100 | |
617 | Message-Id: <20020108230445.A4798@rafael> | |
618 | Branch: perl | |
619 | ! ext/B/B/Deparse.pm | |
620 | ____________________________________________________________________________ | |
621 | [ 14139] By: jhi on 2002/01/08 19:13:43 | |
622 | Log: Subject: [patch] peep() is rude | |
623 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
624 | Date: Tue, 08 Jan 2002 19:17:50 +0000 | |
625 | Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk> | |
626 | Branch: perl | |
627 | ! op.c t/run/kill_perl.t | |
628 | ____________________________________________________________________________ | |
629 | [ 14138] By: jhi on 2002/01/08 19:01:16 | |
630 | Log: unifold is really an op test since it requires | |
631 | no external modules for its actual testing: | |
632 | only the unicore CaseFold.txt file, and File::Spec | |
633 | to portably access that file. | |
634 | Branch: perl | |
635 | + t/op/unifold.t | |
636 | - lib/unifold.t | |
637 | ! MANIFEST | |
638 | ____________________________________________________________________________ | |
639 | [ 14137] By: jhi on 2002/01/08 16:29:48 | |
640 | Log: Subject: [patch] save a test | |
641 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
642 | Date: Tue, 08 Jan 2002 16:18:47 +0000 | |
643 | Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk> | |
644 | Branch: perl | |
645 | ! regcomp.c | |
646 | ____________________________________________________________________________ | |
647 | [ 14135] By: jhi on 2002/01/08 15:12:38 | |
648 | Log: Subject: Not OK 13843 | |
649 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
650 | Date: 08 Jan 2002 14:12:29 +0100 | |
651 | Message-ID: <m38zb9c7gi.fsf@anima.de> | |
652 | Branch: perl | |
653 | ! op.c t/op/subst.t | |
654 | ____________________________________________________________________________ | |
655 | [ 14134] By: jhi on 2002/01/08 14:30:00 | |
656 | Log: Missed one variant of the fold testing, noticed bu Hugo. | |
657 | Branch: perl | |
658 | ! lib/unifold.t | |
659 | ____________________________________________________________________________ | |
660 | [ 14133] By: jhi on 2002/01/08 14:23:39 | |
661 | Log: Enchance the Storable magic description. | |
662 | Branch: perl | |
663 | ! ext/Storable/Storable.pm | |
664 | ____________________________________________________________________________ | |
665 | [ 14132] By: ams on 2002/01/08 09:16:12 | |
666 | Log: Subject: [PATCH] don't installperl pods | |
667 | From: H.Merijn Brand <h.m.brand@hccnet.nl> | |
668 | Date: Tue, 08 Jan 2002 10:36:01 +0100 | |
669 | Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl> | |
670 | Branch: perl | |
671 | ! installperl | |
672 | ____________________________________________________________________________ | |
673 | [ 14131] By: ams on 2002/01/08 03:38:40 | |
674 | Log: Subject: Math-BigInt v1.49 released | |
675 | From: Tels <perl_dummy@bloodgate.com> | |
676 | Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET) | |
677 | Branch: perl | |
678 | + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t | |
679 | + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t | |
680 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
681 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t | |
682 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t | |
683 | ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc | |
684 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t | |
685 | ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t | |
686 | ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm | |
687 | ! t/lib/Math/BigInt/Subclass.pm | |
688 | ____________________________________________________________________________ | |
689 | [ 14130] By: jhi on 2002/01/08 02:13:53 | |
690 | Log: A little better comments. | |
691 | Branch: perl | |
692 | ! regexec.c | |
693 | ____________________________________________________________________________ | |
694 | [ 14129] By: jhi on 2002/01/07 23:45:05 | |
695 | Log: No normalization form DNF. | |
696 | Branch: perl | |
697 | ! ext/Unicode/Normalize/Normalize.pm | |
698 | ____________________________________________________________________________ | |
699 | [ 14128] By: jhi on 2002/01/07 23:40:15 | |
700 | Log: Extension nits found by -Wall (several from threads | |
701 | and threads::shared, but leaving them to Arthur). | |
702 | Branch: perl | |
703 | ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm | |
704 | ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs | |
705 | ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs | |
706 | ! ext/Unicode/Normalize/mkheader x2p/str.c | |
707 | ____________________________________________________________________________ | |
708 | [ 14125] By: ams on 2002/01/07 22:03:22 | |
709 | Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter) | |
710 | From: Nicholas Clark (sans From field in mail header) | |
711 | Date: Mon, 7 Jan 2002 16:18:23 +0000 | |
712 | Message-Id: <20020107161823.A599@Bagpuss.unfortu.net> | |
713 | Branch: perl | |
714 | ! lib/Exporter.pm | |
715 | ____________________________________________________________________________ | |
716 | [ 14124] By: ams on 2002/01/07 21:46:11 | |
717 | Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS | |
718 | From: "Green, Paul" <Paul.Green@stratus.com> | |
719 | Date: Mon, 7 Jan 2002 16:59:38 -0500 | |
720 | Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com> | |
721 | Branch: perl | |
722 | ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h | |
723 | ____________________________________________________________________________ | |
724 | [ 14122] By: jhi on 2002/01/07 16:09:50 | |
725 | Log: Update Changes. | |
726 | Branch: perl | |
727 | ! Changes patchlevel.h | |
728 | ____________________________________________________________________________ | |
ee45e09c JH |
729 | [ 14121] By: jhi on 2002/01/07 16:03:34 |
730 | Log: Subject: [PATCH] Correct module name in perldelta* | |
731 | From: Mike Guy <mjtg@cam.ac.uk> | |
732 | Date: Mon, 07 Jan 2002 17:02:43 +0000 | |
733 | Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk> | |
734 | Branch: perl | |
735 | ! pod/perl561delta.pod pod/perl56delta.pod | |
736 | ____________________________________________________________________________ | |
737 | [ 14120] By: jhi on 2002/01/07 15:55:25 | |
738 | Log: AUTHORS update. | |
739 | Branch: perl | |
740 | ! AUTHORS | |
741 | ____________________________________________________________________________ | |
742 | [ 14119] By: jhi on 2002/01/07 15:52:34 | |
743 | Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com> | |
744 | Branch: perl | |
745 | ! ext/Storable/Storable.pm | |
746 | ____________________________________________________________________________ | |
747 | [ 14118] By: jhi on 2002/01/07 15:06:25 | |
748 | Log: perldelta updates. | |
749 | Branch: perl | |
750 | ! pod/perldelta.pod | |
751 | ____________________________________________________________________________ | |
752 | [ 14117] By: jhi on 2002/01/07 13:52:30 | |
753 | Log: Document the flags of pv_uni_display(). | |
754 | Branch: perl | |
755 | ! pod/perlapi.pod utf8.c | |
756 | ____________________________________________________________________________ | |
757 | [ 14116] By: jhi on 2002/01/07 13:49:17 | |
758 | Log: Forgot from #14115. | |
759 | Branch: perl | |
760 | ! t/op/re_tests | |
761 | ____________________________________________________________________________ | |
762 | [ 14115] By: jhi on 2002/01/07 13:48:06 | |
763 | Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d | |
764 | From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> | |
765 | Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST) | |
766 | Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net> | |
767 | Branch: perl | |
768 | ! regcomp.c | |
769 | ____________________________________________________________________________ | |
770 | [ 14114] By: jhi on 2002/01/07 04:44:05 | |
771 | Log: More regex and utf8 debug dumping. | |
772 | Branch: perl | |
773 | ! dump.c regcomp.c regexec.c utf8.c utf8.h | |
774 | ____________________________________________________________________________ | |
775 | [ 14113] By: jhi on 2002/01/07 01:05:01 | |
776 | Log: Unused variable. | |
777 | Branch: perl | |
778 | ! regcomp.c | |
779 | ____________________________________________________________________________ | |
780 | [ 14112] By: jhi on 2002/01/07 00:52:46 | |
781 | Log: Regen toc. | |
782 | Branch: perl | |
783 | ! pod/perltoc.pod | |
784 | ____________________________________________________________________________ | |
785 | [ 14111] By: jhi on 2002/01/07 00:03:57 | |
786 | Log: capitalize correctly, noticed by David Dyck. | |
787 | Branch: perl | |
788 | ! lib/sort.pm | |
789 | ____________________________________________________________________________ | |
790 | [ 14109] By: jhi on 2002/01/06 20:51:32 | |
791 | Log: No need to overqualify. | |
792 | Branch: perl | |
793 | ! lib/sort.pm | |
794 | ____________________________________________________________________________ | |
795 | [ 14108] By: jhi on 2002/01/06 20:38:34 | |
796 | Log: PL_debug_pad wasn't initialized to zeroes which broke | |
797 | ithreads + DEBUGGING. | |
798 | Branch: perl | |
799 | ! sv.c | |
800 | ____________________________________________________________________________ | |
801 | [ 14107] By: jhi on 2002/01/06 15:39:31 | |
802 | Log: Update Changes. | |
803 | Branch: perl | |
804 | ! Changes patchlevel.h | |
805 | ____________________________________________________________________________ | |
8f4e3b92 JH |
806 | [ 14106] By: jhi on 2002/01/06 15:33:51 |
807 | Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) | |
808 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
809 | Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT) | |
810 | Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com> | |
811 | Branch: perl | |
812 | ! pp_sys.c | |
813 | ____________________________________________________________________________ | |
814 | [ 14105] By: jhi on 2002/01/06 15:11:15 | |
815 | Log: DB_File sync from Paul Marquess. | |
816 | Branch: perl | |
817 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
818 | ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo | |
819 | ! ext/DB_File/t/db-recno.t ext/DB_File/version.c | |
820 | ____________________________________________________________________________ | |
821 | [ 14104] By: jhi on 2002/01/06 15:08:14 | |
822 | Log: Subject: [PATCH] B, B::C, perlcc, t/TEST | |
823 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
824 | Date: Sun, 6 Jan 2002 11:44:30 +0100 | |
825 | Message-ID: <3C38389E.7831.493570@localhost> | |
826 | Branch: perl | |
827 | ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST | |
828 | ! utils/perlcc.PL | |
829 | ____________________________________________________________________________ | |
830 | [ 14103] By: jhi on 2002/01/06 14:57:01 | |
831 | Log: Tests for #14098. | |
832 | Branch: perl | |
833 | ! t/op/lc.t | |
834 | ____________________________________________________________________________ | |
835 | [ 14101] By: ams on 2002/01/06 04:52:50 | |
836 | Log: Subject: [PATCH] Bad prototype detection now an optional warning | |
837 | From: Sam Tregar <sam@tregar.com> | |
838 | Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST) | |
839 | Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain> | |
840 | Branch: perl | |
841 | ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod | |
842 | ! t/comp/proto.t toke.c | |
843 | ____________________________________________________________________________ | |
844 | [ 14100] By: ams on 2002/01/06 01:56:59 | |
845 | Log: Subject: [PATCH] Correct several Stratus VOS build issues | |
846 | From: "Green, Paul" <Paul.Green@stratus.com> | |
847 | Date: Sat, 5 Jan 2002 21:30:56 -0500 | |
848 | Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> | |
849 | Branch: perl | |
850 | ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h | |
851 | ____________________________________________________________________________ | |
852 | [ 14099] By: jhi on 2002/01/05 22:51:38 | |
853 | Log: Further perl.org URL elaboration from Ask. | |
854 | Branch: perl | |
855 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
856 | ____________________________________________________________________________ | |
857 | [ 14098] By: jhi on 2002/01/05 22:47:59 | |
858 | Log: The same problem with To{Lower,Title,Upper} | |
859 | as earlier with ToFold. | |
860 | Branch: perl | |
861 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
862 | ! lib/unicore/To/Upper.pl lib/unicore/mktables | |
863 | ____________________________________________________________________________ | |
864 | [ 14097] By: jhi on 2002/01/05 22:11:35 | |
865 | Log: Retract #14057 for now; the alarm/setitimer timers | |
866 | seen to be the same in many systems, which leads into | |
867 | hangups. | |
868 | Branch: perl | |
869 | ! ext/Time/HiRes/HiRes.t | |
870 | ____________________________________________________________________________ | |
871 | [ 14096] By: jhi on 2002/01/05 22:09:20 | |
872 | Log: Finish up (ha!) the Unicode case folding; | |
873 | enhance regex dumping code. | |
874 | Branch: perl | |
875 | + lib/unifold.t | |
876 | ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c | |
877 | ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h | |
878 | ____________________________________________________________________________ | |
879 | [ 14095] By: jhi on 2002/01/05 22:07:33 | |
880 | Log: Use the perl.org news gw instead of the perl.com one | |
881 | (from Ask). | |
882 | Branch: perl | |
883 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
884 | ____________________________________________________________________________ | |
885 | [ 14094] By: jhi on 2002/01/05 21:26:09 | |
886 | Log: Zero() wasn't documented. | |
887 | Branch: perl | |
888 | ! pod/perlclib.pod | |
889 | ____________________________________________________________________________ | |
890 | [ 14093] By: ams on 2002/01/05 17:58:35 | |
891 | Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more. | |
892 | From: Nicholas Clark <nick@unfortu.net> | |
893 | Date: Sat, 5 Jan 2002 18:55:39 +0000 | |
894 | Message-Id: <20020105185538.K300@Bagpuss.unfortu.net> | |
895 | Branch: perl | |
896 | ! lib/Memoize/t/tie_ndbm.t | |
897 | ____________________________________________________________________________ | |
898 | [ 14092] By: jhi on 2002/01/05 17:26:05 | |
899 | Log: Also UNICOS/mk has deviant socketpair(). | |
900 | Branch: perl | |
901 | ! ext/Socket/socketpair.t | |
902 | ____________________________________________________________________________ | |
903 | [ 14091] By: jhi on 2002/01/05 17:21:12 | |
904 | Log: Ooops. Retract the regex parts of #14090. | |
905 | Branch: perl | |
906 | ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c | |
907 | ____________________________________________________________________________ | |
908 | [ 14090] By: jhi on 2002/01/05 17:18:43 | |
909 | Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | |
910 | From: Nicholas Clark <nick@unfortu.net> | |
911 | Date: Sat, 5 Jan 2002 18:10:13 +0000 | |
912 | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> | |
913 | Branch: perl | |
914 | ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c | |
915 | ! regcomp.h regexec.c | |
916 | ____________________________________________________________________________ | |
917 | [ 14089] By: jhi on 2002/01/05 15:42:12 | |
918 | Log: Integrate perlio; a missing aTHX. | |
919 | Branch: perl | |
920 | !> op.c | |
921 | ____________________________________________________________________________ | |
922 | [ 14085] By: jhi on 2002/01/04 23:36:23 | |
923 | Log: In the UTF-8 branch of crypt() the extra \0 byte is required, | |
924 | found by Marc Lehmann. | |
925 | Branch: perl | |
926 | ! pp.c | |
927 | ____________________________________________________________________________ | |
928 | [ 14084] By: jhi on 2002/01/04 22:57:03 | |
929 | Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking | |
930 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
931 | Date: Sat, 5 Jan 2002 00:31:12 +0100 | |
932 | Message-ID: <20020105003112.E1850@rafael> | |
933 | Branch: perl | |
934 | ! t/comp/proto.t | |
935 | ____________________________________________________________________________ | |
936 | [ 14083] By: jhi on 2002/01/04 22:56:23 | |
937 | Log: A bit of "perl.com" cleanup. | |
938 | Branch: perl | |
939 | ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod | |
940 | ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod | |
941 | ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod | |
942 | ! pod/perlmodlib.PL pod/perlmodlib.pod | |
943 | ____________________________________________________________________________ | |
944 | [ 14082] By: jhi on 2002/01/04 21:53:30 | |
945 | Log: Subject: [PATCH op.c] Bad \[...] prototype checking | |
946 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
947 | Date: Fri, 4 Jan 2002 23:35:19 +0100 | |
948 | Message-ID: <20020104233519.A1850@rafael> | |
949 | Branch: perl | |
950 | ! op.c | |
951 | ____________________________________________________________________________ | |
952 | [ 14081] By: jhi on 2002/01/04 21:45:22 | |
953 | Log: Integrate change #14062 from macperl; | |
954 | Define setbuf, setvbuf for Mac OS | |
955 | Branch: perl | |
956 | !> ext/IO/IO.xs | |
957 | ____________________________________________________________________________ | |
958 | [ 14078] By: jhi on 2002/01/04 21:07:05 | |
959 | Log: Display the native pwd command. | |
960 | Branch: perl | |
961 | ! ext/Cwd/t/cwd.t | |
962 | ____________________________________________________________________________ | |
963 | [ 14077] By: jhi on 2002/01/04 21:00:53 | |
964 | Log: Under Mac OS X /dev/stdout is normally a symlink, | |
965 | but when running the test it seems to become a socket. | |
966 | So let's extend our censorship. | |
967 | Branch: perl | |
968 | ! t/op/stat.t | |
969 | ____________________________________________________________________________ | |
970 | [ 14068] By: jhi on 2002/01/04 20:24:59 | |
971 | Log: If we do have socketpair(), make my_socketpair() | |
972 | just call the real socketpair(). This way we always | |
973 | have real code behind my_socketpair() and a symbol | |
974 | corresponding to the my_socketpair in global.sym. | |
975 | Branch: perl | |
976 | ! embed.fnc embed.h makedef.pl proto.h util.c | |
977 | ____________________________________________________________________________ | |
978 | [ 14060] By: jhi on 2002/01/04 20:06:58 | |
979 | Log: Spread the good word of "env". | |
980 | Branch: perl | |
981 | ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod | |
982 | ____________________________________________________________________________ | |
983 | [ 14059] By: jhi on 2002/01/04 19:57:11 | |
984 | Log: Till the system tests do something non-Win*, better rename | |
985 | the test so that people on other platforms don't get confused. | |
986 | (Not win32system, because assumedly there's win64, too.) | |
987 | Branch: perl | |
988 | + t/op/winsystem.t | |
989 | - t/op/system.t | |
990 | ! MANIFEST | |
991 | ____________________________________________________________________________ | |
992 | [ 14058] By: jhi on 2002/01/04 19:48:09 | |
993 | Log: Some tweaks. | |
994 | Branch: perl | |
995 | ! lib/Pod/t/Functions.t | |
996 | ____________________________________________________________________________ | |
997 | [ 14057] By: ams on 2002/01/04 17:40:31 | |
998 | Log: (retracted by #14057) | |
999 | ||
1000 | Subject: [PATCH] Time/HiRes/HiRes.t | |
1001 | From: Nicholas Clark <nick@unfortu.net> | |
1002 | Date: Fri, 4 Jan 2002 17:28:46 +0000 | |
1003 | Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net> | |
1004 | Branch: perl | |
1005 | ! ext/Time/HiRes/HiRes.t | |
1006 | ____________________________________________________________________________ | |
1007 | [ 14056] By: jhi on 2002/01/04 17:35:34 | |
1008 | Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test | |
1009 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1010 | Date: Fri, 04 Jan 2002 18:42:33 +0100 | |
1011 | Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com> | |
1012 | Branch: perl | |
1013 | + lib/Pod/t/Functions.t | |
1014 | ! MANIFEST lib/Pod/Functions.pm | |
1015 | ____________________________________________________________________________ | |
1016 | [ 14055] By: jhi on 2002/01/04 14:33:09 | |
1017 | Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try | |
1018 | From: "Craig A. Berry" <craigberry@mac.com> | |
1019 | Date: Thu, 3 Jan 2002 17:32:20 -0600 | |
1020 | Message-Id: <a05101004b85a82bb7352@[172.16.52.1]> | |
1021 | Branch: perl | |
1022 | ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm | |
1023 | ____________________________________________________________________________ | |
1024 | [ 14054] By: jhi on 2002/01/04 04:04:05 | |
1025 | Log: Document the U+0085, U+2028, and U+2029. | |
1026 | Branch: perl | |
1027 | ! pod/perlre.pod pod/perlretut.pod | |
1028 | ____________________________________________________________________________ | |
1029 | [ 14053] By: ams on 2002/01/04 03:27:44 | |
1030 | Log: Subject: [PATCH] warn if not CORE::dump | |
1031 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1032 | Date: Thu, 3 Jan 2002 22:04:00 +0100 | |
1033 | Message-Id: <20020103220400.A13958@rafael> | |
1034 | Branch: perl | |
1035 | ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c | |
1036 | ____________________________________________________________________________ | |
1037 | [ 14052] By: jhi on 2002/01/04 03:13:50 | |
1038 | Log: Add U+0085, U+2028, and U+2029 to \s under Unicode. | |
1039 | Branch: perl | |
1040 | ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t | |
1041 | ____________________________________________________________________________ | |
1042 | [ 14051] By: ams on 2002/01/04 03:00:12 | |
1043 | Log: Subject: [PATCH] File::Compare::VERSION | |
1044 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1045 | Date: Thu, 3 Jan 2002 23:42:52 +0100 | |
1046 | Message-Id: <20020103234252.G13958@rafael> | |
1047 | Branch: perl | |
1048 | ! lib/File/Compare.pm | |
1049 | ____________________________________________________________________________ | |
1050 | [ 14050] By: ams on 2002/01/04 02:58:05 | |
1051 | Log: Subject: [PATCH @14042] threads::shared doc | |
1052 | From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk> | |
1053 | Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT) | |
1054 | Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> | |
1055 | Branch: perl | |
1056 | ! ext/threads/shared/shared.pm | |
1057 | ____________________________________________________________________________ | |
1058 | [ 14049] By: jhi on 2002/01/03 20:38:22 | |
1059 | Log: #14048 exposed few false positives, to be fixed soonish. | |
1060 | Branch: perl | |
1061 | ! t/op/pat.t | |
1062 | ____________________________________________________________________________ | |
1063 | [ 14048] By: jhi on 2002/01/03 20:36:38 | |
1064 | Log: Do not add the first characters of multicharacter foldings | |
1065 | into character classes. | |
1066 | Branch: perl | |
1067 | ! regcomp.c | |
1068 | ____________________________________________________________________________ | |
1069 | [ 14047] By: jhi on 2002/01/03 20:30:55 | |
1070 | Log: A bit of testing for #14046. | |
1071 | Branch: perl | |
1072 | ! t/op/pat.t | |
1073 | ____________________________________________________________________________ | |
1074 | [ 14046] By: jhi on 2002/01/03 20:22:48 | |
1075 | Log: Allow emitting the foldcased version of "\x{df}", "ss" | |
1076 | (among others, another example would be \x{fb00} -> "ff") | |
1077 | Branch: perl | |
1078 | ! regcomp.c | |
1079 | ____________________________________________________________________________ | |
1080 | [ 14045] By: jhi on 2002/01/03 19:29:35 | |
1081 | Log: Subject: [PATCH] File::Spec & NetWare | |
1082 | From: Dave Rolsky <autarch@urth.org> | |
1083 | Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST) | |
1084 | Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org> | |
1085 | Branch: perl | |
1086 | - lib/File/Spec/NW5.pm | |
1087 | ! MANIFEST lib/File/Spec.pm | |
1088 | ____________________________________________________________________________ | |
1089 | [ 14044] By: jhi on 2002/01/03 19:26:53 | |
1090 | Log: FAQ sync (RCS Ids only?) | |
1091 | Branch: perl | |
1092 | ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod | |
1093 | ____________________________________________________________________________ | |
1094 | [ 14043] By: jhi on 2002/01/03 19:25:48 | |
1095 | Log: AUTHORs updates. | |
1096 | Branch: perl | |
1097 | ! AUTHORS | |
1098 | ____________________________________________________________________________ | |
1099 | [ 14042] By: jhi on 2002/01/03 16:04:24 | |
1100 | Log: Update Changes. | |
1101 | Branch: perl | |
1102 | ! Changes patchlevel.h | |
1103 | ____________________________________________________________________________ | |
0ac6548c JH |
1104 | [ 14041] By: jhi on 2002/01/03 15:57:42 |
1105 | Log: Missed the =head1 additions. | |
1106 | Branch: perl | |
1107 | ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h | |
1108 | ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c | |
1109 | ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c | |
1110 | ! util.c | |
1111 | ____________________________________________________________________________ | |
1112 | [ 14040] By: jhi on 2002/01/03 15:05:06 | |
1113 | Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy | |
1114 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
1115 | Date: Thu, 3 Jan 2002 15:26:20 GMT | |
1116 | Message-Id: <200201031526.PAA06095@tempest.npl.co.uk> | |
1117 | Branch: perl | |
1118 | ! lib/Carp.t lib/Carp/Heavy.pm | |
1119 | ____________________________________________________________________________ | |
1120 | [ 14039] By: jhi on 2002/01/03 15:02:12 | |
1121 | Log: Subject: [PATCH hv.c] | |
1122 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
1123 | Date: Thu, 3 Jan 2002 14:49:06 GMT | |
1124 | Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> | |
1125 | ||
1126 | -Wformat check. | |
1127 | Branch: perl | |
1128 | ! hv.c | |
1129 | ____________________________________________________________________________ | |
1130 | [ 14038] By: jhi on 2002/01/03 15:01:09 | |
1131 | Log: NetWare tweaks from Ananth Kesari. | |
1132 | Branch: perl | |
1133 | ! NetWare/t/NWScripts.pl lib/File/Find.pm | |
1134 | ____________________________________________________________________________ | |
1135 | [ 14037] By: jhi on 2002/01/03 13:41:38 | |
1136 | Log: Cast. | |
1137 | Branch: perl | |
1138 | ! regexec.c | |
1139 | ____________________________________________________________________________ | |
1140 | [ 14036] By: ams on 2002/01/03 12:12:31 | |
1141 | Log: Grammar fix suggested by Gwyn Judd. | |
1142 | Branch: perl | |
1143 | ! pod/perldiag.pod | |
1144 | ____________________________________________________________________________ | |
1145 | [ 14033] By: ams on 2002/01/03 08:24:24 | |
1146 | Log: Subject: Not ok 14031: PPPort Makefile.PL | |
1147 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1148 | Date: 03 Jan 2002 10:17:46 +0100 | |
1149 | Message-Id: <m3sn9n94jp.fsf@anima.de> | |
1150 | Branch: perl | |
1151 | ! ext/Devel/PPPort/Makefile.PL | |
1152 | ____________________________________________________________________________ | |
1153 | [ 14031] By: jhi on 2002/01/03 01:52:04 | |
1154 | Log: Off-by-one is my middle name. | |
1155 | Branch: perl | |
1156 | ! regexec.c | |
1157 | ____________________________________________________________________________ | |
1158 | [ 14030] By: ams on 2002/01/02 23:56:37 | |
1159 | Log: Subject: [PATCH @14015] threads::shared disabling | |
1160 | From: Andy Bussey <andybussey@yahoo.co.uk> | |
1161 | Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT) | |
1162 | Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com> | |
1163 | Branch: perl | |
1164 | + ext/threads/shared/t/no_share.t | |
1165 | ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm | |
1166 | ____________________________________________________________________________ | |
1167 | [ 14029] By: jhi on 2002/01/02 23:40:08 | |
1168 | Log: Simon's new perlapi scheme, I hope I got all the pieces. | |
1169 | Branch: perl | |
1170 | + autodoc.pl embed.fnc | |
1171 | ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod | |
1172 | ____________________________________________________________________________ | |
1173 | [ 14028] By: jhi on 2002/01/02 23:29:03 | |
1174 | Log: Integrate perlio; more PPPort Makefile source dependence removal | |
1175 | Branch: perl | |
1176 | !> ext/Devel/PPPort/Makefile.PL perl.h | |
1177 | ____________________________________________________________________________ | |
1178 | [ 14027] By: ams on 2002/01/02 21:42:50 | |
1179 | Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax | |
1180 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1181 | Date: Wed, 2 Jan 2002 23:09:13 +0100 | |
1182 | Message-Id: <20020102230913.A17373@rafael> | |
1183 | Branch: perl | |
1184 | ! pod/perldiag.pod | |
1185 | ____________________________________________________________________________ | |
1186 | [ 14026] By: ams on 2002/01/02 21:38:34 | |
1187 | Log: Subject: Re: PATCH: lib/Term/Cap.pm | |
1188 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
1189 | Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT) | |
1190 | Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com> | |
1191 | Branch: perl | |
1192 | ! lib/Term/Cap.pm | |
1193 | ____________________________________________________________________________ | |
1194 | [ 14025] By: ams on 2002/01/02 18:34:26 | |
1195 | Log: Subject: [PATCH] Bad prototype detection changed from error to warning | |
1196 | From: Sam Tregar <sam@tregar.com> | |
1197 | Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST) | |
1198 | Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain> | |
1199 | Branch: perl | |
1200 | ! pod/perldiag.pod t/comp/proto.t toke.c | |
1201 | ____________________________________________________________________________ | |
1202 | [ 14024] By: ams on 2002/01/02 18:16:12 | |
1203 | Log: Subject: PATCH: lib/Term/Cap.pm | |
1204 | From: Norton Allen <allen@huarp.harvard.edu> | |
1205 | Date: Wed, 2 Jan 2002 14:22:09 -0500 (est) | |
1206 | Message-Id: <200201021922.OAA18505@bottesini.harvard.edu> | |
1207 | Branch: perl | |
1208 | ! lib/Term/Cap.pm | |
1209 | ____________________________________________________________________________ | |
1210 | [ 14023] By: ams on 2002/01/02 18:12:31 | |
1211 | Log: Subject: PATCH: lib/Cwd.pm for QNX4 | |
1212 | From: Norton Allen <allen@huarp.harvard.edu> | |
1213 | Date: Wed, 2 Jan 2002 14:19:42 -0500 (est) | |
1214 | Message-Id: <200201021919.OAA18012@bottesini.harvard.edu> | |
1215 | Branch: perl | |
1216 | ! lib/Cwd.pm | |
1217 | ____________________________________________________________________________ | |
1218 | [ 14020] By: ams on 2002/01/02 17:06:27 | |
1219 | Log: Fix misplaced application of #14016. | |
1220 | Branch: perl | |
1221 | ! op.c | |
1222 | ____________________________________________________________________________ | |
1223 | [ 14019] By: jhi on 2002/01/02 16:51:38 | |
1224 | Log: Integrate perlio; avoid uninit debug_pad. | |
1225 | Branch: perl | |
1226 | !> sv.c | |
1227 | ____________________________________________________________________________ | |
1228 | [ 14018] By: jhi on 2002/01/02 16:50:22 | |
1229 | Log: makedepend VOS fix from Paul Green. | |
1230 | Branch: perl | |
1231 | ! makedepend.SH | |
1232 | ____________________________________________________________________________ | |
1233 | [ 14016] By: ams on 2002/01/02 15:58:11 | |
1234 | Log: Subject: [PATCH] random crash in B::LISTOP::last | |
1235 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1236 | Date: Wed, 2 Jan 2002 17:37:28 +0100 | |
1237 | Message-Id: <3C334558.3906.19CB98D@localhost> | |
1238 | Branch: perl | |
1239 | ! op.c | |
1240 | ____________________________________________________________________________ | |
1241 | [ 14015] By: jhi on 2002/01/02 15:21:12 | |
1242 | Log: Update Changes. | |
1243 | Branch: perl | |
1244 | ! Changes patchlevel.h | |
1245 | ____________________________________________________________________________ | |
38b0d3dc JH |
1246 | [ 14014] By: jhi on 2002/01/02 15:12:57 |
1247 | Log: One more iteration of the ibcmp_utf8() interface, | |
1248 | hopefully this is a convergent iteration... | |
1249 | Branch: perl | |
1250 | ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c | |
1251 | ____________________________________________________________________________ | |
1252 | [ 14013] By: ams on 2002/01/02 13:43:58 | |
1253 | Log: Upgrade to podlators-1.19. | |
1254 | Branch: perl | |
1255 | + lib/Pod/t/man.t lib/Pod/t/text-errors.t | |
1256 | ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm | |
1257 | ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap | |
1258 | ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr | |
1259 | ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt | |
1260 | ____________________________________________________________________________ | |
1261 | [ 14012] By: ams on 2002/01/02 09:48:51 | |
1262 | Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value | |
1263 | From: martyn@inpharmatica.co.uk | |
1264 | Date: Wed, 19 Dec 2001 19:05:00 +0000 | |
1265 | Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk> | |
1266 | Branch: perl | |
1267 | ! lib/Pod/Usage.pm | |
1268 | ____________________________________________________________________________ | |
1269 | [ 14010] By: jhi on 2002/01/02 03:59:22 | |
1270 | Log: Make ibcmp_utf8() optionally progress in either string for | |
1271 | as long as it takes and optionally record how far it got. | |
1272 | Branch: perl | |
1273 | ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c | |
1274 | ____________________________________________________________________________ | |
1275 | [ 14009] By: jhi on 2002/01/02 00:35:15 | |
1276 | Log: Once more try to get the PPPort Makefile right. | |
1277 | Branch: perl | |
1278 | ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL | |
1279 | ____________________________________________________________________________ | |
1280 | [ 14008] By: jhi on 2002/01/02 00:03:27 | |
1281 | Log: -Wall silencing. | |
1282 | Branch: perl | |
1283 | ! utf8.c | |
1284 | ____________________________________________________________________________ | |
1285 | [ 14007] By: jhi on 2002/01/01 23:48:19 | |
1286 | Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes | |
1287 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1288 | Date: Tue, 1 Jan 2002 22:45:21 +0100 | |
1289 | Message-ID: <20020101224521.A691@rafael> | |
1290 | Branch: perl | |
1291 | ! ext/B/B/Deparse.pm | |
1292 | ____________________________________________________________________________ | |
1293 | [ 14006] By: jhi on 2002/01/01 23:40:10 | |
1294 | Log: VOS tweak from Paul Green: VOS has different O_BINARY | |
1295 | and O_TEXT, but VOS always uses LF, never CRLF. | |
1296 | Branch: perl | |
1297 | ! perl.h | |
1298 | ____________________________________________________________________________ | |
1299 | [ 14005] By: jhi on 2002/01/01 23:34:25 | |
1300 | Log: Make ibcmp_utf8() more robust and make regmatch() use it. | |
1301 | Branch: perl | |
1302 | ! regexec.c utf8.c | |
1303 | ____________________________________________________________________________ | |
1304 | [ 14004] By: jhi on 2002/01/01 18:27:50 | |
1305 | Log: Now that to_utf8_fold() was fixed. | |
1306 | Branch: perl | |
1307 | ! regcomp.c regexec.c | |
1308 | ____________________________________________________________________________ | |
1309 | [ 14003] By: jhi on 2002/01/01 18:04:02 | |
1310 | Log: Integrate perlio; experimental binmode() re-coding. | |
1311 | Branch: perl | |
1312 | !> perlio.c | |
1313 | ____________________________________________________________________________ | |
1314 | [ 14002] By: jhi on 2002/01/01 17:53:44 | |
1315 | Log: Document the to_utf8_*() functions. | |
1316 | Branch: perl | |
1317 | ! embed.pl pod/perlapi.pod utf8.c | |
1318 | ____________________________________________________________________________ | |
1319 | [ 14001] By: jhi on 2002/01/01 17:29:05 | |
1320 | Log: Better support for multicharacter foldings. | |
1321 | Now all but two of the CaseFold.txt cases work-- but | |
1322 | only when the target string is single-character, more | |
1323 | debugging needed. | |
1324 | Branch: perl | |
1325 | ! regexec.c | |
1326 | ____________________________________________________________________________ | |
1327 | [ 14000] By: ams on 2002/01/01 15:59:43 | |
1328 | Log: Subject: [PATCH] don't installperl pods | |
1329 | From: Nicholas Clark <nick@unfortu.net> | |
1330 | Date: Tue, 1 Jan 2002 16:44:12 +0000 | |
1331 | Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net> | |
1332 | Branch: perl | |
1333 | ! installperl | |
1334 | ____________________________________________________________________________ | |
1335 | [ 13999] By: ams on 2002/01/01 14:34:04 | |
1336 | Log: Subject: [PATCH] perldiag.pod transposition | |
1337 | From: Nicholas Clark <nick@unfortu.net> | |
1338 | Date: Tue, 1 Jan 2002 15:03:52 +0000 | |
1339 | Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net> | |
1340 | Branch: perl | |
1341 | ! pod/perldiag.pod | |
1342 | ____________________________________________________________________________ | |
1343 | [ 13998] By: ams on 2002/01/01 13:36:49 | |
1344 | Log: Subject: [PATCH perldiag] Corrections : unknown warning category | |
1345 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1346 | Date: Tue, 1 Jan 2002 15:12:36 +0100 | |
1347 | Message-Id: <20020101151236.A951@rafael> | |
1348 | Branch: perl | |
1349 | ! pod/perldiag.pod | |
1350 | ____________________________________________________________________________ | |
1351 | [ 13997] By: ams on 2002/01/01 13:33:06 | |
1352 | Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl | |
1353 | From: Nicholas Clark <nick@unfortu.net> | |
1354 | Date: Tue, 1 Jan 2002 13:13:17 +0000 | |
1355 | Message-Id: <20020101131316.A475@Bagpuss.unfortu.net> | |
1356 | Branch: perl | |
1357 | ! ext/Socket/socketpair.t | |
1358 | ____________________________________________________________________________ | |
1359 | [ 13996] By: ams on 2002/01/01 04:44:28 | |
1360 | Log: Subject: [PATCH @13746] Leaner exporter | |
1361 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1362 | Date: Mon, 31 Dec 2001 18:16:08 -0500 | |
1363 | Message-Id: <20011231181608.A29253@math.ohio-state.edu> | |
1364 | Branch: perl | |
1365 | ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm | |
1366 | ____________________________________________________________________________ | |
1367 | [ 13995] By: ams on 2002/01/01 04:29:44 | |
1368 | Log: Subject: [PATCH @13746] h2xs broken | |
1369 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1370 | Date: Mon, 31 Dec 2001 17:48:55 -0500 | |
1371 | Message-Id: <20011231174855.A29128@math.ohio-state.edu> | |
1372 | Branch: perl | |
1373 | ! utils/h2xs.PL | |
1374 | ____________________________________________________________________________ | |
1375 | [ 13994] By: ams on 2002/01/01 04:25:46 | |
1376 | Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken | |
1377 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1378 | Date: Mon, 31 Dec 2001 17:42:25 -0500 | |
1379 | Message-Id: <20011231174225.A29048@math.ohio-state.edu> | |
1380 | Branch: perl | |
1381 | ! lib/ExtUtils/MM_Unix.pm | |
1382 | ____________________________________________________________________________ | |
1383 | [ 13993] By: jhi on 2002/01/01 03:45:24 | |
1384 | Log: Rename the variables to be a bit more consistent. | |
1385 | Branch: perl | |
1386 | ! utf8.c | |
1387 | ____________________________________________________________________________ | |
1388 | [ 13992] By: jhi on 2002/01/01 03:35:01 | |
1389 | Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching | |
1390 | (found by Jeffrey Friedl) | |
1391 | Branch: perl | |
1392 | ! regexec.c t/op/pat.t utf8.c | |
1393 | ____________________________________________________________________________ | |
1394 | [ 13990] By: jhi on 2001/12/31 17:13:12 | |
1395 | Log: Update Changes. | |
1396 | Branch: perl | |
1397 | ! Changes patchlevel.h | |
1398 | ____________________________________________________________________________ | |
99f22665 JH |
1399 | [ 13989] By: jhi on 2001/12/31 16:47:28 |
1400 | Log: Less unused ones. | |
1401 | Branch: perl | |
1402 | ! regexec.c | |
1403 | ____________________________________________________________________________ | |
1404 | [ 13988] By: jhi on 2001/12/31 16:46:29 | |
1405 | Log: Unused variable. | |
1406 | Branch: perl | |
1407 | ! regcomp.c | |
1408 | ____________________________________________________________________________ | |
1409 | [ 13987] By: jhi on 2001/12/31 16:41:15 | |
1410 | Log: Forgotten file. | |
1411 | Branch: perl | |
1412 | ! MANIFEST | |
1413 | ____________________________________________________________________________ | |
1414 | [ 13986] By: jhi on 2001/12/31 16:35:57 | |
1415 | Log: Subject: Re: Cygwin: one down one to go | |
1416 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1417 | Date: Mon, 31 Dec 2001 18:34:36 +0100 | |
1418 | Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> | |
1419 | Branch: perl | |
1420 | ! cygwin/Makefile.SHs | |
1421 | ____________________________________________________________________________ | |
1422 | [ 13985] By: jhi on 2001/12/31 16:33:08 | |
1423 | Log: Add some comments to the recent Unicode case-folding saga. | |
1424 | Branch: perl | |
1425 | ! regcomp.c regexec.c | |
1426 | ____________________________________________________________________________ | |
1427 | [ 13984] By: jhi on 2001/12/31 16:19:13 | |
1428 | Log: Slight comment tweakage. | |
1429 | Branch: perl | |
1430 | ! ext/I18N/Langinfo/Langinfo.t | |
1431 | ____________________________________________________________________________ | |
1432 | [ 13983] By: jhi on 2001/12/31 16:05:18 | |
1433 | Log: Clarify the BeOS O_TEXT/O_BINARY situation. | |
1434 | Branch: perl | |
1435 | ! perl.h | |
1436 | ____________________________________________________________________________ | |
1437 | [ 13982] By: jhi on 2001/12/31 15:05:36 | |
1438 | Log: Subject: [ PATCH] Cygwin: one down one to go | |
1439 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1440 | Date: Mon, 31 Dec 2001 17:03:40 +0100 | |
1441 | Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl> | |
1442 | Branch: perl | |
1443 | ! lib/Pod/t/basic.t | |
1444 | ____________________________________________________________________________ | |
1445 | [ 13981] By: jhi on 2001/12/31 14:44:03 | |
1446 | Log: Tweak the dependencies not to recompile everytime, | |
1447 | as suggested by NI-S. | |
1448 | Branch: perl | |
1449 | ! ext/Devel/PPPort/Makefile.PL | |
1450 | ____________________________________________________________________________ | |
1451 | [ 13980] By: jhi on 2001/12/31 14:29:17 | |
1452 | Log: Planning still not right. | |
1453 | Branch: perl | |
1454 | ! lib/User/grent.t | |
1455 | ____________________________________________________________________________ | |
1456 | [ 13979] By: jhi on 2001/12/31 14:19:55 | |
1457 | Log: Subject: [PATCH lib/User/grent.t] Double double test test header header | |
1458 | From: Michael G Schwern <schwern@pobox.com> | |
1459 | Date: Sun, 30 Dec 2001 18:07:55 -0500 | |
1460 | Message-ID: <20011230230755.GG12840@blackrider> | |
1461 | ||
1462 | (lib/User/grent, really) | |
1463 | Branch: perl | |
1464 | ! lib/User/grent.t | |
1465 | ____________________________________________________________________________ | |
1466 | [ 13978] By: jhi on 2001/12/31 14:17:55 | |
1467 | Log: Integrate perlio; cleanup, in particular avoid accidental | |
1468 | PerlIO_flush(NULL) if PerlIONext is NULL. | |
1469 | Branch: perl | |
1470 | !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h | |
1471 | ____________________________________________________________________________ | |
1472 | [ 13977] By: jhi on 2001/12/31 14:15:58 | |
1473 | Log: Subject: typo in IO::Socket::INET.pm | |
1474 | From: mjd@plover.com | |
1475 | Date: 31 Dec 2001 14:31:10 -0000 | |
1476 | Message-ID: <20011231143110.4989.qmail@plover.com> | |
1477 | Branch: perl | |
1478 | ! ext/IO/lib/IO/Socket/INET.pm | |
1479 | ____________________________________________________________________________ | |
1480 | [ 13974] By: jhi on 2001/12/31 04:59:53 | |
1481 | Log: Subject: Re: [PATCH] Basic bad prototype detection | |
1482 | From: Sam Tregar <sam@tregar.com> | |
1483 | Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST) | |
1484 | Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain> | |
1485 | Branch: perl | |
1486 | ! t/comp/proto.t toke.c | |
1487 | ____________________________________________________________________________ | |
1488 | [ 13973] By: jhi on 2001/12/31 04:14:45 | |
1489 | Log: Subject: [PATCH] configure.com / scriptdirexp | |
1490 | From: "Craig A. Berry" <craigberry@mac.com> | |
1491 | Date: Sun, 30 Dec 2001 15:47:28 -0600 | |
1492 | Message-Id: <a05101004b8553b205841@[172.16.52.1]> | |
1493 | Branch: perl | |
1494 | ! configure.com | |
1495 | ____________________________________________________________________________ | |
1496 | [ 13972] By: jhi on 2001/12/31 04:07:35 | |
1497 | Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods | |
1498 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1499 | Date: Mon, 31 Dec 2001 03:55:27 +0100 | |
1500 | Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com> | |
1501 | Branch: perl | |
1502 | ! lib/ExtUtils/t/MM_Win32.t | |
1503 | ____________________________________________________________________________ | |
1504 | [ 13971] By: jhi on 2001/12/31 04:05:46 | |
1505 | Log: Subject: [PATCH] Basic bad prototype detection | |
1506 | From: Sam Tregar <sam@tregar.com> | |
1507 | Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) | |
1508 | Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain> | |
1509 | Branch: perl | |
1510 | ! pod/perldiag.pod t/comp/proto.t toke.c | |
1511 | ____________________________________________________________________________ | |
1512 | [ 13970] By: jhi on 2001/12/31 03:53:54 | |
1513 | Log: Makefiles are sloppy about the exe suffix | |
1514 | (from Paul Green) | |
1515 | Branch: perl | |
1516 | ! Makefile.SH x2p/Makefile.SH | |
1517 | ____________________________________________________________________________ | |
1518 | [ 13969] By: jhi on 2001/12/31 03:42:15 | |
1519 | Log: Delay folding until necessary; start of handling | |
1520 | folding into several characters. | |
1521 | Branch: perl | |
1522 | ! regcomp.c regexec.c | |
1523 | ____________________________________________________________________________ | |
1524 | [ 13968] By: jhi on 2001/12/31 00:35:35 | |
1525 | Log: gcc -Wall dewhine. | |
1526 | Branch: perl | |
1527 | ! regexec.c | |
1528 | ____________________________________________________________________________ | |
1529 | [ 13967] By: jhi on 2001/12/31 00:29:37 | |
1530 | Log: More Unicode folding tweaks, avoid potential false matches. | |
1531 | Branch: perl | |
1532 | ! regexec.c | |
1533 | ____________________________________________________________________________ | |
1534 | [ 13966] By: jhi on 2001/12/30 23:30:56 | |
1535 | Log: Make that six wrongs. | |
1536 | Branch: perl | |
1537 | ! regexec.c utf8.c | |
1538 | ____________________________________________________________________________ | |
1539 | [ 13965] By: jhi on 2001/12/30 23:12:17 | |
1540 | Log: Four wrongs can make a right. | |
1541 | Branch: perl | |
1542 | ! regexec.c utf8.c | |
1543 | ____________________________________________________________________________ | |
1544 | [ 13964] By: jhi on 2001/12/30 21:12:25 | |
1545 | Log: Fix all the I case foldings as per CaseFold.txt. | |
1546 | Branch: perl | |
1547 | ! regcomp.c regexec.c | |
1548 | ____________________________________________________________________________ | |
1549 | [ 13963] By: jhi on 2001/12/30 20:04:32 | |
1550 | Log: Fix all the C(ommon) case foldings as per CaseFold.txt. | |
1551 | Branch: perl | |
1552 | ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c | |
1553 | ! regexec.c utf8.c | |
1554 | ____________________________________________________________________________ | |
1555 | [ 13961] By: jhi on 2001/12/30 17:35:45 | |
1556 | Log: Integrate perlio; more win32 stuff: | |
1557 | ||
1558 | A. Use Perl_my_socketpair() | |
1559 | B. Use PerlSock_xxxx() rather than raw xxxx() so we get to | |
1560 | load winsock. | |
1561 | C. (In passing) work round fact that $$ is now SvREADONLY | |
1562 | so we need to take special measures to set it during | |
1563 | pseudo-fork. | |
1564 | Branch: perl | |
1565 | !> util.c win32/perlhost.h | |
1566 | ____________________________________________________________________________ | |
1567 | [ 13960] By: jhi on 2001/12/30 17:33:24 | |
1568 | Log: Fix ppport.h for Unix. | |
1569 | Branch: perl | |
1570 | + ext/Devel/PPPort/ppport_h.PL | |
1571 | - ext/Devel/PPPort/ppport.h.PL | |
1572 | ! MANIFEST ext/Devel/PPPort/Makefile.PL | |
1573 | ____________________________________________________________________________ | |
1574 | [ 13958] By: jhi on 2001/12/30 16:33:58 | |
1575 | Log: Integrate perlio; win32 kicking. | |
1576 | Branch: perl | |
1577 | +> ext/Devel/PPPort/ppport.h.PL | |
1578 | !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL | |
1579 | !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym | |
1580 | !> proto.h | |
1581 | ____________________________________________________________________________ | |
1582 | [ 13956] By: jhi on 2001/12/30 16:32:11 | |
1583 | Log: Must look for cat also in $PATH (noticed by Philip Newton). | |
1584 | Branch: perl | |
1585 | ! Configure | |
1586 | ____________________________________________________________________________ | |
1587 | [ 13955] By: jhi on 2001/12/30 16:19:46 | |
1588 | Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE | |
1589 | From: Blair Zajac <blair@orcaware.com> | |
1590 | Date: Sat, 29 Dec 2001 22:37:03 -0800 | |
1591 | Message-ID: <3C2EB60F.BB4321DD@orcaware.com> | |
1592 | Branch: perl | |
1593 | ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod | |
1594 | ____________________________________________________________________________ | |
1595 | [ 13954] By: jhi on 2001/12/30 16:17:44 | |
1596 | Log: Regen files. | |
1597 | Branch: perl | |
1598 | ! embed.h global.sym pod/perlapi.pod uconfig.h | |
1599 | ____________________________________________________________________________ | |
1600 | [ 13953] By: jhi on 2001/12/30 15:57:25 | |
1601 | Log: Subject: [PATCH] -t without -w | |
1602 | From: Michael G Schwern <schwern@pobox.com> | |
1603 | Date: Sat, 29 Dec 2001 23:46:25 -0500 | |
1604 | Message-ID: <20011230044625.GA14386@blackrider> | |
1605 | Branch: perl | |
1606 | ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h | |
1607 | ! warnings.pl | |
1608 | ____________________________________________________________________________ | |
1609 | [ 13952] By: jhi on 2001/12/30 15:52:59 | |
1610 | Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm | |
1611 | From: Dave Rolsky <autarch@urth.org> | |
1612 | Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) | |
1613 | Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org> | |
1614 | ||
1615 | $^O is NetWare, not Netware. | |
1616 | Branch: perl | |
1617 | ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm | |
1618 | ____________________________________________________________________________ | |
1619 | [ 13951] By: jhi on 2001/12/30 15:51:19 | |
1620 | Log: Sarathy thinks undoing C++ comments from C++ files | |
1621 | is a bit too zealous. | |
1622 | Branch: perl | |
1623 | ! win32/perlhost.h win32/vmem.h | |
1624 | ____________________________________________________________________________ | |
1625 | [ 13947] By: nick on 2001/12/30 11:35:51 | |
1626 | Log: More Cwd tidy up | |
1627 | Branch: perl | |
1628 | ! MANIFEST installperl | |
1629 | ____________________________________________________________________________ | |
1630 | [ 13946] By: nick on 2001/12/30 11:12:42 | |
1631 | Log: Undo a mess trying Cwd.pm in its ext directory | |
1632 | Branch: perl | |
1633 | + lib/Cwd.pm | |
1634 | - ext/Cwd/Cwd.pm | |
1635 | ____________________________________________________________________________ | |
1636 | [ 13943] By: jhi on 2001/12/29 21:30:48 | |
1637 | Log: Update Changes. | |
1638 | Branch: perl | |
1639 | ! Changes patchlevel.h | |
1640 | ____________________________________________________________________________ | |
d6171bb7 JH |
1641 | [ 13942] By: jhi on 2001/12/29 21:12:02 |
1642 | Log: Subject: [PATCH] cleaner close on tests, take 2 | |
1643 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1644 | Date: 29 Dec 2001 21:42:37 +0100 | |
1645 | Message-ID: <m33d1tvjuq.fsf@anima.de> | |
1646 | ||
1647 | (the DB_File patches) | |
1648 | Branch: perl | |
1649 | ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t | |
1650 | ! ext/DB_File/t/db-recno.t | |
1651 | ____________________________________________________________________________ | |
1652 | [ 13941] By: jhi on 2001/12/29 20:25:22 | |
1653 | Log: Integrate perlio; regen'ed config_H.?c | |
1654 | Branch: perl | |
1655 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
1656 | ____________________________________________________________________________ | |
1657 | [ 13940] By: jhi on 2001/12/29 20:22:57 | |
1658 | Log: Subject: [PATCH] cleaner close on tests, take 2 | |
1659 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1660 | Date: 29 Dec 2001 21:42:37 +0100 | |
1661 | Message-ID: <m33d1tvjuq.fsf@anima.de> | |
1662 | ||
1663 | (except for the three DB_File patch fragments) | |
1664 | Branch: perl | |
1665 | ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t | |
1666 | ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t | |
1667 | ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t | |
1668 | ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t | |
1669 | ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t | |
1670 | ! t/op/runlevel.t t/op/write.t t/run/switches.t | |
1671 | ____________________________________________________________________________ | |
1672 | [ 13939] By: jhi on 2001/12/29 20:17:55 | |
1673 | Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32) | |
1674 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1675 | Date: Sat, 29 Dec 2001 20:38:59 +0100 | |
1676 | Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> | |
1677 | ||
1678 | (NetWare tree not touched because it's very //) | |
1679 | Branch: perl | |
1680 | ! XSUB.h os2/os2.c perl.h win32/include/netdb.h | |
1681 | ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h | |
1682 | ! wince/include/errno.h wince/include/netdb.h | |
1683 | ! wince/include/sys/socket.h wince/include/sys/stat.h | |
1684 | ! wince/perllib.c wince/perlmain.c wince/win32.h | |
1685 | ! wince/win32iop.h wince/win32thread.c wince/win32thread.h | |
1686 | ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c | |
1687 | ____________________________________________________________________________ | |
1688 | [ 13937] By: jhi on 2001/12/29 18:28:36 | |
1689 | Log: Give up on serious testing of langinfo(). Leave the old | |
1690 | code in place, though. | |
1691 | Branch: perl | |
1692 | ! ext/I18N/Langinfo/Langinfo.t | |
1693 | ____________________________________________________________________________ | |
1694 | [ 13935] By: jhi on 2001/12/29 17:36:08 | |
1695 | Log: Integrate perlio; | |
1696 | ||
1697 | Define the two socket error numbers in terms of WSAEXXXXX equivalents | |
1698 | ||
1699 | Fudge Config.pm so File::Spec does not croak. | |
1700 | Branch: perl | |
1701 | !> win32/FindExt.pm win32/win32.h | |
1702 | ____________________________________________________________________________ | |
1703 | [ 13932] By: jhi on 2001/12/29 17:24:24 | |
1704 | Log: VOS tweaks from Paul Green. | |
1705 | ||
1706 | The Configure tweaks: the _exe needs to be | |
1707 | set after the init; VOS has fd 3 hardwired to /dev/tty; | |
1708 | the grep/ln/make substitutions really need to stick. | |
1709 | Branch: perl | |
1710 | ! Configure hints/vos.sh perl.h util.c vos/build.cm | |
1711 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
1712 | ! vos/config.ga.h vos/vosish.h | |
1713 | ____________________________________________________________________________ | |
1714 | [ 13930] By: jhi on 2001/12/29 15:35:00 | |
1715 | Log: Subject: [PATCH] Pod whitespace cleanup, round 0. | |
1716 | From: coral@eekeek.org | |
1717 | Date: Fri, 28 Dec 2001 19:58:22 -0500 | |
1718 | Message-Id: <200112290058.fBT0wMD26750@eekeek.org> | |
1719 | Branch: perl | |
1720 | ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod | |
1721 | ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod | |
1722 | ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod | |
1723 | ! pod/perlunicode.pod pod/perlxs.pod util.c | |
1724 | ____________________________________________________________________________ | |
1725 | [ 13929] By: jhi on 2001/12/29 15:31:20 | |
1726 | Log: op/exec Win32 patch from Schwern via Abe Timmerman. | |
1727 | Branch: perl | |
1728 | ! t/op/exec.t | |
1729 | ____________________________________________________________________________ | |
1730 | [ 13928] By: jhi on 2001/12/29 15:30:14 | |
1731 | Log: Subject: [PATCH lib/Pod/t/InputObjects.t] | |
1732 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1733 | Date: Sat, 29 Dec 2001 13:10:06 +0100 | |
1734 | Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com> | |
1735 | Branch: perl | |
1736 | + lib/Pod/t/InputObjects.t | |
1737 | ____________________________________________________________________________ | |
1738 | [ 13927] By: jhi on 2001/12/29 15:27:39 | |
1739 | Log: Integrate perlio; | |
1740 | ||
1741 | Quick fix (after couple of clever fixes failed) for | |
1742 | "accept leaks memory" fail [ID 20011223.001] | |
1743 | ||
1744 | Nick Clark's embed.pl fix for my_socketpair | |
1745 | Branch: perl | |
1746 | !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h | |
1747 | ____________________________________________________________________________ | |
1748 | [ 13925] By: jhi on 2001/12/29 15:21:53 | |
1749 | Log: Slight tweaks on the MM_Win32.t. | |
1750 | Branch: perl | |
1751 | ! lib/ExtUtils/t/MM_Win32.t | |
1752 | ____________________________________________________________________________ | |
1753 | [ 13924] By: jhi on 2001/12/29 15:16:47 | |
1754 | Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] | |
1755 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1756 | Date: Sat, 29 Dec 2001 12:51:36 +0100 | |
1757 | Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com> | |
1758 | Branch: perl | |
1759 | + lib/ExtUtils/t/MM_Win32.t | |
1760 | ! MANIFEST | |
1761 | ____________________________________________________________________________ | |
1762 | [ 13922] By: jhi on 2001/12/29 15:09:00 | |
1763 | Log: Subject: [PATCH] Module names and other nits | |
1764 | From: Autrijus Tang <autrijus@autrijus.org> | |
1765 | Date: Sat, 29 Dec 2001 01:59:28 +0800 | |
1766 | Message-ID: <20011229015928.A29712@geb.elixus.org> | |
1767 | Branch: perl | |
1768 | ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod | |
1769 | ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod | |
1770 | ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod | |
1771 | ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod | |
1772 | ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod | |
1773 | ____________________________________________________________________________ | |
1774 | [ 13921] By: jhi on 2001/12/29 15:05:08 | |
1775 | Log: socketpair tweaks from Nicholas Clark. | |
1776 | Branch: perl | |
1777 | ! ext/Socket/socketpair.t util.c | |
1778 | ____________________________________________________________________________ | |
1779 | [ 13919] By: jhi on 2001/12/28 17:01:39 | |
1780 | Log: Retract #13917. | |
1781 | Branch: perl | |
1782 | ! doop.c | |
1783 | ____________________________________________________________________________ | |
1784 | [ 13918] By: jhi on 2001/12/28 17:00:53 | |
1785 | Log: Subject: provisional MakeMaker patch for VMS | |
1786 | From: "Craig A. Berry" <craigberry@mac.com> | |
1787 | Date: Thu, 27 Dec 2001 22:29:37 -0600 | |
1788 | Message-Id: <a05101004b8515264aa3a@[172.16.52.1]> | |
1789 | Branch: perl | |
1790 | ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm | |
1791 | ____________________________________________________________________________ | |
1792 | [ 13917] By: jhi on 2001/12/28 16:57:19 | |
1793 | Log: (retracted by #13919) | |
1794 | Branch: perl | |
1795 | ! doop.c | |
1796 | ____________________________________________________________________________ | |
1797 | [ 13915] By: jhi on 2001/12/28 01:16:45 | |
1798 | Log: Remove debris in any case. | |
1799 | Branch: perl | |
1800 | ! Configure | |
1801 | ____________________________________________________________________________ | |
1802 | [ 13914] By: jhi on 2001/12/28 00:22:10 | |
1803 | Log: Subject: [PATCH] Re: B::walksymtable oddness | |
1804 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1805 | Date: Thu, 27 Dec 2001 19:14:24 +0100 | |
1806 | Message-ID: <3C2B7310.861.18820D0@localhost> | |
1807 | Branch: perl | |
1808 | ! ext/B/B.pm | |
1809 | ____________________________________________________________________________ | |
1810 | [ 13913] By: jhi on 2001/12/27 23:57:34 | |
1811 | Log: Subject: [PATCH] because (sys)?read doesn't reset buffers | |
1812 | From: Nicholas Clark <nick@unfortu.net> | |
1813 | Date: Fri, 28 Dec 2001 00:43:02 +0000 | |
1814 | Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net> | |
1815 | Branch: perl | |
1816 | ! ext/Socket/socketpair.t | |
1817 | ____________________________________________________________________________ | |
1818 | [ 13912] By: jhi on 2001/12/27 23:56:20 | |
1819 | Log: Fast Latin1<->UTF-8 conversion for older Perls. | |
1820 | Branch: perl | |
1821 | ! pod/perluniintro.pod | |
1822 | ____________________________________________________________________________ | |
1823 | [ 13911] By: jhi on 2001/12/27 14:52:45 | |
1824 | Log: Update Changes. | |
1825 | Branch: perl | |
1826 | ! Changes patchlevel.h | |
1827 | ____________________________________________________________________________ | |
b682381a JH |
1828 | [ 13910] By: jhi on 2001/12/27 14:32:23 |
1829 | Log: More wait status trickery for BeOS. | |
1830 | Branch: perl | |
1831 | ! ext/POSIX/POSIX.xs | |
1832 | ____________________________________________________________________________ | |
1833 | [ 13908] By: jhi on 2001/12/27 14:15:27 | |
1834 | Log: Try to catch the SIGBUS, as suggested by Nicholas Clark. | |
1835 | Branch: perl | |
1836 | ! Configure | |
1837 | ____________________________________________________________________________ | |
1838 | [ 13907] By: jhi on 2001/12/27 14:05:09 | |
1839 | Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED) | |
1840 | From: gbarr@monty.mutatus.co.uk | |
1841 | Date: 27 Dec 2001 14:41:36 -0000 | |
1842 | Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk> | |
1843 | Branch: perl | |
1844 | ! lib/ExtUtils/t/Embed.t | |
1845 | ____________________________________________________________________________ | |
1846 | [ 13906] By: jhi on 2001/12/27 13:58:18 | |
1847 | Log: Subject: [PATCH] Re: socketpair emulation | |
1848 | From: Nicholas Clark <nick@unfortu.net> | |
1849 | Date: Wed, 26 Dec 2001 20:08:14 +0000 | |
1850 | Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net> | |
1851 | Branch: perl | |
1852 | ! ext/Socket/socketpair.t | |
1853 | ____________________________________________________________________________ | |
1854 | [ 13905] By: jhi on 2001/12/27 13:55:03 | |
1855 | Log: Subject: [DOC PATCH] left is right and right is left | |
1856 | From: Philip Newton <Philip.Newton@gmx.net> | |
1857 | Date: Thu, 27 Dec 2001 10:04:17 +0100 | |
1858 | Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com> | |
1859 | Branch: perl | |
1860 | ! pod/perlfunc.pod pod/perlport.pod | |
1861 | ____________________________________________________________________________ | |
1862 | [ 13904] By: jhi on 2001/12/27 13:53:25 | |
1863 | Log: Subject: [PATCH] check return of close | |
1864 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1865 | Date: 27 Dec 2001 09:47:30 +0100 | |
1866 | Message-ID: <m3ellhgicd.fsf@anima.de> | |
1867 | ||
1868 | Subject: [PATCH] improve error reporting | |
1869 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1870 | Date: 27 Dec 2001 09:54:55 +0100 | |
1871 | Message-ID: <m3adw5gi00.fsf@anima.de> | |
1872 | ||
1873 | Subject: [PATCH] check return value of close | |
1874 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1875 | Date: 27 Dec 2001 10:03:55 +0100 | |
1876 | Message-ID: <m3666tghl0.fsf@anima.de> | |
1877 | ||
1878 | Subject: [PATCH] return of close | |
1879 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1880 | Date: 27 Dec 2001 10:22:15 +0100 | |
1881 | Message-ID: <m31yhhggqg.fsf@anima.de> | |
1882 | Branch: perl | |
1883 | ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t | |
1884 | ! t/io/fflush.t | |
1885 | ____________________________________________________________________________ | |
1886 | [ 13903] By: jhi on 2001/12/27 13:44:57 | |
1887 | Log: Subject: [PATCH] check return of close | |
1888 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1889 | Date: 27 Dec 2001 09:47:30 +0100 | |
1890 | Message-ID: <m3ellhgicd.fsf@anima.de> | |
1891 | Branch: perl | |
1892 | ! t/base/rs.t | |
1893 | ____________________________________________________________________________ | |
1894 | [ 13902] By: jhi on 2001/12/27 13:38:30 | |
1895 | Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t | |
1896 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1897 | Date: 27 Dec 2001 09:21:16 +0100 | |
1898 | Message-ID: <m3n105gjk3.fsf@anima.de> | |
1899 | Branch: perl | |
1900 | ! t/op/sysio.t | |
1901 | ____________________________________________________________________________ | |
1902 | [ 13901] By: jhi on 2001/12/27 13:35:03 | |
1903 | Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)) | |
1904 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
1905 | Date: Thu, 27 Dec 2001 09:23:55 +0100 | |
1906 | Message-ID: <98211521662.20011227092355@familiehaase.de> | |
1907 | Branch: perl | |
1908 | ! lib/ExtUtils/t/MM_Cygwin.t | |
1909 | ____________________________________________________________________________ | |
1910 | [ 13899] By: jhi on 2001/12/26 21:30:13 | |
1911 | Log: Replace the awful (most likely generated and not very persistent) | |
1912 | URL with something tangible. | |
1913 | Branch: perl | |
1914 | ! README.hpux | |
1915 | ____________________________________________________________________________ | |
1916 | [ 13898] By: jhi on 2001/12/26 21:21:01 | |
1917 | Log: Naughty /dev/printer (ls -l, really) of IRIX. | |
1918 | Branch: perl | |
1919 | ! t/op/stat.t | |
1920 | ____________________________________________________________________________ | |
1921 | [ 13897] By: jhi on 2001/12/26 20:56:09 | |
1922 | Log: Upgrade to Net::Ping 2.10. | |
1923 | Branch: perl | |
1924 | ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t | |
1925 | ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t | |
1926 | ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t | |
1927 | ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t | |
1928 | ____________________________________________________________________________ | |
1929 | [ 13896] By: jhi on 2001/12/26 20:15:32 | |
1930 | Log: BeOS has times() tick of 1000000, not CLK_TCK (1000) | |
1931 | (this showed up in Benchmark.t) | |
1932 | Branch: perl | |
1933 | ! pp_sys.c | |
1934 | ____________________________________________________________________________ | |
1935 | [ 13895] By: jhi on 2001/12/26 19:52:03 | |
1936 | Log: BeOS updates. | |
1937 | Branch: perl | |
1938 | ! README.beos beos/beos.c | |
1939 | ____________________________________________________________________________ | |
1940 | [ 13894] By: jhi on 2001/12/26 19:31:38 | |
1941 | Log: Subject: Re: bleadperl doesn't compile | |
1942 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
1943 | Date: Wed, 26 Dec 2001 21:29:08 +0100 | |
1944 | Message-ID: <22168634623.20011226212908@familiehaase.de> | |
1945 | ||
1946 | Cygwin with multiplicity. | |
1947 | Branch: perl | |
1948 | ! perlio.c | |
1949 | ____________________________________________________________________________ | |
1950 | [ 13893] By: jhi on 2001/12/26 19:11:49 | |
1951 | Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) | |
1952 | From: Nicholas Clark <nick@ccl4.org> | |
1953 | Date: Wed, 26 Dec 2001 19:07:33 +0000 | |
1954 | Message-ID: <20011226190732.J48842@plum.flirble.org> | |
1955 | ||
1956 | socketpair() (un)signedness nit. | |
1957 | Branch: perl | |
1958 | ! util.c | |
1959 | ____________________________________________________________________________ | |
1960 | [ 13892] By: jhi on 2001/12/26 19:10:15 | |
1961 | Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) | |
1962 | From: Nicholas Clark <nick@ccl4.org> | |
1963 | Date: Wed, 26 Dec 2001 19:19:47 +0000 | |
1964 | Message-ID: <20011226191946.K48842@plum.flirble.org> | |
1965 | ||
1966 | Use report_evil_fh(). | |
1967 | Branch: perl | |
1968 | ! doio.c | |
1969 | ____________________________________________________________________________ | |
1970 | [ 13891] By: jhi on 2001/12/26 18:58:09 | |
1971 | Log: Bad $? assumptions. | |
1972 | Branch: perl | |
1973 | ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod | |
1974 | ____________________________________________________________________________ | |
1975 | [ 13890] By: jhi on 2001/12/26 17:47:57 | |
1976 | Log: Net::Ping isn't going to work much without | |
1977 | the Socket extension; fail more gracefully. | |
1978 | Branch: perl | |
1979 | ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t | |
1980 | ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t | |
1981 | ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t | |
1982 | ! lib/Net/Ping/t/300_ping_stream.t | |
1983 | ____________________________________________________________________________ | |
1984 | [ 13888] By: jhi on 2001/12/26 17:18:59 | |
1985 | Log: test -d /system is a bit too generic test for VOS | |
1986 | (false hit in BeOS) | |
1987 | Branch: perl | |
1988 | ! Configure | |
1989 | ____________________________________________________________________________ | |
1990 | [ 13887] By: jhi on 2001/12/26 17:13:27 | |
1991 | Log: No AF_UNIX in BeOS. | |
1992 | Branch: perl | |
1993 | ! util.c | |
1994 | ____________________________________________________________________________ | |
1995 | [ 13886] By: jhi on 2001/12/26 17:07:39 | |
1996 | Log: FAQ sync. | |
1997 | Branch: perl | |
1998 | ! pod/perlfaq5.pod | |
1999 | ____________________________________________________________________________ | |
2000 | [ 13885] By: jhi on 2001/12/25 16:24:10 | |
2001 | Log: Update Changes. | |
2002 | Branch: perl | |
2003 | ! Changes patchlevel.h | |
2004 | ____________________________________________________________________________ | |
354621c6 JH |
2005 | [ 13884] By: jhi on 2001/12/25 16:20:19 |
2006 | Log: Make -t equal -tw. | |
2007 | Branch: perl | |
2008 | ! perl.c pod/perlrun.pod | |
2009 | ____________________________________________________________________________ | |
2010 | [ 13883] By: jhi on 2001/12/25 15:56:49 | |
2011 | Log: Subject: Re: Not OK 13881 | |
2012 | From: John Peacock <jpeacock@rowman.com> | |
2013 | Date: Tue, 25 Dec 2001 06:02:12 -0500 | |
2014 | Message-ID: <3C285CB4.8040006@rowman.com> | |
2015 | Branch: perl | |
2016 | ! embed.h embed.pl global.sym pod/perlapi.pod util.c | |
2017 | ____________________________________________________________________________ | |
2018 | [ 13882] By: jhi on 2001/12/25 15:45:52 | |
2019 | Log: Subject: Re: Not OK 13881 | |
2020 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2021 | Date: 25 Dec 2001 07:33:23 +0100 | |
2022 | Message-ID: <m3bsgnajws.fsf@anima.de> | |
2023 | Branch: perl | |
2024 | ! op.c | |
2025 | ____________________________________________________________________________ | |
2026 | [ 13881] By: jhi on 2001/12/24 23:47:53 | |
2027 | Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error | |
2028 | From: Mark-Jason Dominus <mjd@plover.com> | |
2029 | Date: Mon, 24 Dec 2001 18:14:48 -0500 | |
2030 | Message-ID: <20011224231448.25826.qmail@plover.com> | |
2031 | Branch: perl | |
2032 | ! op.c t/op/eval.t | |
2033 | ____________________________________________________________________________ | |
2034 | [ 13880] By: jhi on 2001/12/24 22:58:18 | |
2035 | Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec | |
2036 | From: Dave Rolsky <autarch@urth.org> | |
2037 | Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) | |
2038 | Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org> | |
2039 | Branch: perl | |
2040 | + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm | |
2041 | ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm | |
2042 | ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm | |
2043 | ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm | |
2044 | ! lib/File/Spec.pm lib/File/Spec/Win32.pm | |
2045 | ____________________________________________________________________________ | |
2046 | [ 13879] By: jhi on 2001/12/24 18:52:10 | |
2047 | Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked | |
2048 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2049 | Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) | |
2050 | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> | |
2051 | ||
2052 | The rest of the tests for plus few extras. | |
2053 | Branch: perl | |
2054 | ! t/op/pat.t | |
2055 | ____________________________________________________________________________ | |
2056 | [ 13877] By: jhi on 2001/12/24 17:13:53 | |
2057 | Log: No-op. | |
2058 | Branch: perl | |
2059 | ! Configure | |
2060 | ____________________________________________________________________________ | |
2061 | [ 13876] By: jhi on 2001/12/24 17:13:16 | |
2062 | Log: More constant casting. | |
2063 | Branch: perl | |
2064 | ! regexec.c | |
2065 | ____________________________________________________________________________ | |
2066 | [ 13875] By: jhi on 2001/12/24 16:47:30 | |
2067 | Log: Subject: perlhack.pod | |
2068 | From: "John P. Linderman" <jpl@research.att.com> | |
2069 | Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) | |
2070 | Message-Id: <200112232116.QAA18463@raptor.research.att.com> | |
2071 | Branch: perl | |
2072 | ! pod/perlhack.pod | |
2073 | ____________________________________________________________________________ | |
2074 | [ 13874] By: jhi on 2001/12/24 16:41:03 | |
2075 | Log: File::Find patch patches from Thomas Wegner. | |
2076 | Branch: perl | |
2077 | ! lib/File/Find.pm | |
2078 | ____________________________________________________________________________ | |
2079 | [ 13873] By: jhi on 2001/12/24 16:38:10 | |
2080 | Log: Subject: Re: socketpair emulation | |
2081 | From: Nicholas Clark <nick@unfortu.net> | |
2082 | Date: Mon, 24 Dec 2001 16:11:30 +0000 | |
2083 | Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net> | |
2084 | Branch: perl | |
2085 | ! ext/Socket/socketpair.t | |
2086 | ____________________________________________________________________________ | |
2087 | [ 13872] By: jhi on 2001/12/24 02:53:02 | |
2088 | Log: Must cast constants if they can be quads. | |
2089 | Branch: perl | |
2090 | ! regcomp.c | |
2091 | ____________________________________________________________________________ | |
2092 | [ 13871] By: jhi on 2001/12/24 01:40:12 | |
2093 | Log: Promote the e/uid to wide enough un/signed integers | |
2094 | and printf them as such. | |
2095 | Branch: perl | |
2096 | ! taint.c | |
2097 | ____________________________________________________________________________ | |
2098 | [ 13869] By: jhi on 2001/12/24 01:14:06 | |
2099 | Log: The U32 alignment test wasn't really working, noticed | |
2100 | by Paul Green. Now the test works, but this means that | |
2101 | we may see coredumps from the test. I sure hope MMUless | |
2102 | places don't crash on the test. | |
2103 | Branch: perl | |
2104 | ! Configure | |
2105 | ____________________________________________________________________________ | |
2106 | [ 13867] By: jhi on 2001/12/23 23:46:18 | |
2107 | Log: More VOS tweaks. | |
2108 | Branch: perl | |
2109 | ! Configure | |
2110 | ____________________________________________________________________________ | |
2111 | [ 13866] By: jhi on 2001/12/23 16:43:29 | |
2112 | Log: The funky final sigma casefolding. | |
2113 | Branch: perl | |
2114 | ! regcomp.c regexec.c t/op/pat.t utf8.h | |
2115 | ____________________________________________________________________________ | |
2116 | [ 13865] By: jhi on 2001/12/23 13:55:23 | |
2117 | Log: Update Changes. | |
2118 | Branch: perl | |
2119 | ! Changes patchlevel.h | |
2120 | ____________________________________________________________________________ | |
b0657ef2 JH |
2121 | [ 13864] By: jhi on 2001/12/23 13:50:25 |
2122 | Log: Move the \C and \X to pat.t. | |
2123 | Branch: perl | |
2124 | ! t/op/pat.t t/op/re_tests | |
2125 | ____________________________________________________________________________ | |
2126 | [ 13863] By: jhi on 2001/12/23 04:04:20 | |
2127 | Log: More logical test ordering. | |
2128 | Branch: perl | |
2129 | ! perl.h | |
2130 | ____________________________________________________________________________ | |
2131 | [ 13862] By: jhi on 2001/12/23 01:47:23 | |
2132 | Log: Integrate perlio; | |
2133 | ||
2134 | Add at least the "important" PerlIO_xxxx functions to embed.pl | |
2135 | so that they get implicit pTHX_ and we can avoid slow dTHX. | |
2136 | ||
2137 | Put PerlIO stuff inside EXTERN C | |
2138 | ||
2139 | Win32 and makedef.pl fall-out of PerlIO/pTHX stuff | |
2140 | Branch: perl | |
2141 | !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl | |
2142 | !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h | |
2143 | !> win32/win32.c | |
2144 | ____________________________________________________________________________ | |
2145 | [ 13861] By: jhi on 2001/12/23 01:38:54 | |
2146 | Log: Even more \X fixing. | |
2147 | Branch: perl | |
2148 | ! regexec.c t/op/pat.t | |
2149 | ____________________________________________________________________________ | |
2150 | [ 13860] By: jhi on 2001/12/23 01:29:45 | |
2151 | Log: More \X fixing. | |
2152 | Branch: perl | |
2153 | ! regexec.c t/op/pat.t | |
2154 | ____________________________________________________________________________ | |
2155 | [ 13859] By: jhi on 2001/12/23 00:57:10 | |
2156 | Log: Fix encoding pragma. | |
2157 | Branch: perl | |
2158 | ! regcomp.c | |
2159 | ____________________________________________________________________________ | |
2160 | [ 13858] By: jhi on 2001/12/23 00:12:51 | |
2161 | Log: Subject: socketpair emulation | |
2162 | From: Nicholas Clark <nick@unfortu.net> | |
2163 | Date: Sat, 22 Dec 2001 18:38:18 +0000 | |
2164 | Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> | |
2165 | Branch: perl | |
2166 | + ext/Socket/socketpair.t | |
2167 | ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod | |
2168 | ! pp_sys.c proto.h util.c | |
2169 | ____________________________________________________________________________ | |
2170 | [ 13857] By: jhi on 2001/12/22 23:53:26 | |
2171 | Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked | |
2172 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2173 | Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) | |
2174 | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> | |
2175 | ||
2176 | (partially applied, most of the new tests need to be rethought) | |
2177 | Branch: perl | |
2178 | ! regcomp.c t/op/re_tests | |
2179 | ____________________________________________________________________________ | |
2180 | [ 13856] By: jhi on 2001/12/22 23:45:35 | |
2181 | Log: Small tweaks. | |
2182 | Branch: perl | |
2183 | ! handy.h regexec.c | |
2184 | ____________________________________________________________________________ | |
2185 | [ 13855] By: jhi on 2001/12/22 20:10:01 | |
2186 | Log: Unicode casefolding continues. | |
2187 | (lib/encoding.t still failing.) | |
2188 | Branch: perl | |
2189 | ! regexec.c t/op/pat.t | |
2190 | ____________________________________________________________________________ | |
2191 | [ 13850] By: jhi on 2001/12/22 17:41:40 | |
2192 | Log: Rework the make logic (again). | |
2193 | Branch: perl | |
2194 | ! Configure | |
2195 | ____________________________________________________________________________ | |
2196 | [ 13849] By: jhi on 2001/12/22 16:40:24 | |
2197 | Log: Integrate perlio; | |
2198 | Fix mis-parse of autoloaded usage code by declaring the sub | |
2199 | Correct checking code which Ilya spotted was tripped by CR at EOF. | |
2200 | The CR at EOF fix earlier broke CR at end-of-buffer. | |
2201 | Branch: perl | |
2202 | ! regexec.c | |
2203 | !> ext/POSIX/POSIX.pm perlio.c sv.c | |
2204 | ____________________________________________________________________________ | |
2205 | [ 13844] By: jhi on 2001/12/22 04:27:46 | |
2206 | Log: More Unicode casing fixes. | |
2207 | Branch: perl | |
2208 | ! regexec.c t/op/pat.t | |
2209 | ____________________________________________________________________________ | |
2210 | [ 13843] By: jhi on 2001/12/22 02:47:08 | |
2211 | Log: Unicode casefolding fixes. | |
2212 | Branch: perl | |
2213 | ! op.c regcomp.c regexec.c t/op/pat.t | |
2214 | ____________________________________________________________________________ | |
2215 | [ 13842] By: jhi on 2001/12/21 22:32:14 | |
2216 | Log: Subject: [PATCH B::Deparse] __DATA__ and packages | |
2217 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2218 | Date: Sat, 22 Dec 2001 00:01:29 +0100 | |
2219 | Message-ID: <20011222000129.A713@rafael> | |
2220 | Branch: perl | |
2221 | ! ext/B/B/Deparse.pm | |
2222 | ____________________________________________________________________________ | |
2223 | [ 13841] By: jhi on 2001/12/21 20:38:28 | |
2224 | Log: VOS config from Paul Green. | |
2225 | Branch: perl | |
2226 | ! hints/vos.sh | |
2227 | ____________________________________________________________________________ | |
2228 | [ 13840] By: jhi on 2001/12/21 20:00:43 | |
2229 | Log: Subject: [PATCH @13746] CreateTTY on OS/2 | |
2230 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2231 | Date: Fri, 21 Dec 2001 15:59:45 -0500 | |
2232 | Message-ID: <20011221155945.A6806@math.ohio-state.edu> | |
2233 | Branch: perl | |
2234 | ! lib/perl5db.pl | |
2235 | ____________________________________________________________________________ | |
2236 | [ 13839] By: jhi on 2001/12/21 19:52:49 | |
2237 | Log: Subject: [PATCH @13746] uninstalled build of modules broken | |
2238 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2239 | Date: Fri, 21 Dec 2001 15:49:09 -0500 | |
2240 | Message-ID: <20011221154909.A6760@math.ohio-state.edu> | |
2241 | Branch: perl | |
2242 | ! lib/ExtUtils/MM_Unix.pm | |
2243 | ____________________________________________________________________________ | |
2244 | [ 13838] By: jhi on 2001/12/21 19:52:09 | |
2245 | Log: Subject: [PATCH @13746] OS/2 File::* modules | |
2246 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2247 | Date: Fri, 21 Dec 2001 15:43:24 -0500 | |
2248 | Message-ID: <20011221154324.A6524@math.ohio-state.edu> | |
2249 | Branch: perl | |
2250 | ! lib/File/Basename.pm lib/File/Spec/OS2.pm | |
2251 | ____________________________________________________________________________ | |
2252 | [ 13837] By: jhi on 2001/12/21 19:49:41 | |
2253 | Log: Subject: [PATCH] perltie.pod (or what does it mean?) | |
2254 | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> | |
2255 | Date: Fri, 21 Dec 2001 17:29:07 +0100 | |
2256 | Message-ID: <3C236353.6625C4C0@alcatel.at> | |
2257 | Branch: perl | |
2258 | ! pod/perltie.pod | |
2259 | ____________________________________________________________________________ | |
2260 | [ 13835] By: jhi on 2001/12/21 19:47:03 | |
2261 | Log: Further VOS tweaks: the _exe needs to be introduced | |
2262 | in the very beginning, and the make/gmake needs special | |
2263 | VOS logic. | |
2264 | Branch: perl | |
2265 | ! Configure Makefile.SH | |
2266 | ____________________________________________________________________________ | |
2267 | [ 13834] By: jhi on 2001/12/21 15:12:26 | |
2268 | Log: Update Changes. | |
2269 | Branch: perl | |
2270 | ! Changes patchlevel.h | |
2271 | ____________________________________________________________________________ | |
c6c613c7 JH |
2272 | [ 13832] By: jhi on 2001/12/21 14:46:24 |
2273 | Log: Also the search for cat needs to be _exe-aware. | |
2274 | Branch: perl | |
2275 | ! Configure | |
2276 | ____________________________________________________________________________ | |
2277 | [ 13831] By: jhi on 2001/12/21 13:43:53 | |
2278 | Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition | |
2279 | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> | |
2280 | Date: Fri, 21 Dec 2001 14:02:01 +0100 | |
2281 | Message-ID: <3C2332C9.7CFED5F2@alcatel.at> | |
2282 | Branch: perl | |
2283 | ! ext/B/B/Xref.pm | |
2284 | ____________________________________________________________________________ | |
2285 | [ 13830] By: jhi on 2001/12/21 13:42:31 | |
2286 | Log: packing I32 with L is not nice, need l; from Wolfgang Laun. | |
2287 | Branch: perl | |
2288 | ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm | |
2289 | ! ext/B/t/assembler.t | |
2290 | ____________________________________________________________________________ | |
2291 | [ 13829] By: jhi on 2001/12/21 13:39:06 | |
2292 | Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current | |
2293 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
2294 | Date: Fri, 21 Dec 2001 11:15:38 +0100 | |
2295 | Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl> | |
2296 | Branch: perl | |
2297 | ! hv.c | |
2298 | ____________________________________________________________________________ | |
2299 | [ 13828] By: jhi on 2001/12/21 01:59:10 | |
2300 | Log: A plan is good. | |
2301 | Branch: perl | |
2302 | ! ext/re/re.t | |
2303 | ____________________________________________________________________________ | |
2304 | [ 13827] By: jhi on 2001/12/21 01:57:48 | |
2305 | Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma | |
2306 | From: chromatic <chromatic@rmci.net> | |
2307 | Date: Thu, 20 Dec 2001 16:16:48 -0700 | |
2308 | Message-ID: <20011220231726.23878.qmail@onion.perl.org> | |
2309 | Branch: perl | |
2310 | + ext/re/re.t | |
2311 | ! MANIFEST | |
2312 | ____________________________________________________________________________ | |
2313 | [ 13826] By: jhi on 2001/12/21 01:34:37 | |
2314 | Log: Synchronize the skippage message. | |
2315 | Branch: perl | |
2316 | ! lib/ExtUtils/t/MM_OS2.t | |
2317 | ____________________________________________________________________________ | |
2318 | [ 13825] By: jhi on 2001/12/21 01:32:42 | |
2319 | Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2 | |
2320 | From: chromatic <chromatic@rmci.net> | |
2321 | Date: Thu, 20 Dec 2001 16:09:10 -0700 | |
2322 | Message-ID: <20011220230948.18010.qmail@onion.perl.org> | |
2323 | Branch: perl | |
2324 | + lib/ExtUtils/t/MM_OS2.t | |
2325 | ! MANIFEST | |
2326 | ____________________________________________________________________________ | |
2327 | [ 13824] By: jhi on 2001/12/21 01:14:12 | |
2328 | Log: Subject: perlfunc.pod patch re flock via fcntl | |
2329 | From: "Tye McQueen" <tye@metronet.com> | |
2330 | Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) | |
2331 | Message-Id: <200112202052.fBKKqKH16263@metronet.com> | |
2332 | Branch: perl | |
2333 | ! pod/perlfunc.pod | |
2334 | ____________________________________________________________________________ | |
2335 | [ 13823] By: jhi on 2001/12/21 00:54:49 | |
2336 | Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), | |
2337 | U+...FFFE, U+...FFFF, and characters beyond U+10FFFF | |
2338 | (the Unicode maximum code point) warnable offenses. | |
2339 | Branch: perl | |
2340 | ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h | |
2341 | ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h | |
2342 | ____________________________________________________________________________ | |
2343 | [ 13822] By: jhi on 2001/12/20 20:59:55 | |
2344 | Log: Sterner admonishment on -t. | |
2345 | Branch: perl | |
2346 | ! pod/perlrun.pod | |
2347 | ____________________________________________________________________________ | |
2348 | [ 13821] By: jhi on 2001/12/20 20:53:42 | |
2349 | Log: Subject: [PATCH B::Dpparse] minor qr// fix | |
2350 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2351 | Date: Thu, 20 Dec 2001 22:53:34 +0100 | |
2352 | Message-ID: <20011220225334.A735@rafael> | |
2353 | Branch: perl | |
2354 | ! ext/B/B/Deparse.pm | |
2355 | ____________________________________________________________________________ | |
2356 | [ 13820] By: jhi on 2001/12/20 15:18:25 | |
2357 | Log: Subject: [PATCH} typo fix in Carp/Heavy.pm | |
2358 | From: Robert Spier <rspier@pobox.com> | |
2359 | Date: Thu, 20 Dec 2001 08:10:00 -0800 | |
2360 | Message-ID: <15394.3416.693353.107334@rls.cx> | |
2361 | Branch: perl | |
2362 | ! lib/Carp/Heavy.pm | |
2363 | ____________________________________________________________________________ | |
2364 | [ 13819] By: jhi on 2001/12/20 14:56:30 | |
2365 | Log: Integrate perlio (pTHX_ fixes for :win32 layer) | |
2366 | Branch: perl | |
2367 | !> win32/win32io.c | |
2368 | ____________________________________________________________________________ | |
2369 | [ 13818] By: jhi on 2001/12/20 14:53:05 | |
2370 | Log: Subject: Re: [PATCH pod/perliol.pod] resend | |
2371 | From: Stas Bekman <stas@stason.org> | |
2372 | Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT) | |
2373 | Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org> | |
2374 | Branch: perl | |
2375 | ! pod/perliol.pod | |
2376 | ____________________________________________________________________________ | |
2377 | [ 13817] By: jhi on 2001/12/20 14:51:24 | |
2378 | Log: Fix up the APIs noone hopefully uses. | |
2379 | Branch: perl | |
2380 | ! utf8.c | |
2381 | ____________________________________________________________________________ | |
2382 | [ 13816] By: jhi on 2001/12/20 14:18:56 | |
2383 | Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval | |
2384 | Date: Wed, 19 Dec 2001 14:13:38 -0800 | |
2385 | From: Robert Spier <rspier@pobox.com> | |
2386 | Message-ID: <15393.4370.605214.548582@rls.cx> | |
2387 | Branch: perl | |
2388 | ! lib/Carp.t lib/Carp/Heavy.pm | |
2389 | ____________________________________________________________________________ | |
2390 | [ 13813] By: jhi on 2001/12/19 21:29:49 | |
2391 | Log: Some bincompat clawbacks. | |
2392 | Branch: perl | |
2393 | ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c | |
2394 | ! wince/perldll.def | |
2395 | ____________________________________________________________________________ | |
2396 | [ 13812] By: jhi on 2001/12/19 17:56:53 | |
2397 | Log: gcc pacifying (RH 7.1/ia64). | |
2398 | Branch: perl | |
2399 | ! pp.c | |
2400 | ____________________________________________________________________________ | |
2401 | [ 13811] By: jhi on 2001/12/19 16:55:09 | |
2402 | Log: Update Changes. | |
2403 | Branch: perl | |
2404 | ! Changes patchlevel.h | |
2405 | ____________________________________________________________________________ | |
ae041c74 JH |
2406 | [ 13810] By: jhi on 2001/12/19 16:50:12 |
2407 | Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) | |
2408 | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> | |
2409 | Date: Wed, 19 Dec 2001 12:35:07 +0100 | |
2410 | Message-ID: <3C207B6B.A687A8EC@alcatel.at> | |
2411 | ||
2412 | Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) | |
2413 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2414 | Date: Wed, 19 Dec 2001 17:34:51 +0000 | |
2415 | Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk> | |
2416 | Branch: perl | |
2417 | ! pod/perlre.pod | |
2418 | ____________________________________________________________________________ | |
2419 | [ 13809] By: jhi on 2001/12/19 16:47:11 | |
2420 | Log: Integrate perlio. | |
2421 | Branch: perl | |
2422 | !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs | |
2423 | !> ext/PerlIO/Via/Via.xs perlio.c perliol.h | |
2424 | ____________________________________________________________________________ | |
2425 | [ 13807] By: jhi on 2001/12/19 15:59:02 | |
2426 | Log: One more embedded (?sx) de-embedded, from Wolfgang Laun. | |
2427 | Branch: perl | |
2428 | ! ext/B/B/Assembler.pm | |
2429 | ____________________________________________________________________________ | |
2430 | [ 13806] By: jhi on 2001/12/19 15:08:29 | |
2431 | Log: Reword the alarm explanation. | |
2432 | Branch: perl | |
2433 | ! pod/perlfunc.pod | |
2434 | ____________________________________________________________________________ | |
2435 | [ 13805] By: jhi on 2001/12/19 15:04:03 | |
2436 | Log: Subject: [PATCH @13746] OS/2 build | |
2437 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2438 | Date: Wed, 19 Dec 2001 02:45:41 -0500 | |
2439 | Message-ID: <20011219024541.A29803@math.ohio-state.edu> | |
2440 | ||
2441 | (skipped the t/TEST change) | |
2442 | Branch: perl | |
2443 | ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t | |
2444 | ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL | |
2445 | ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c | |
2446 | ____________________________________________________________________________ | |
2447 | [ 13804] By: jhi on 2001/12/19 14:55:26 | |
2448 | Log: Upgrade to Net::Ping 2.09. | |
2449 | Branch: perl | |
2450 | + lib/Net/Ping/CHANGES lib/Net/Ping/README | |
2451 | + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t | |
2452 | + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t | |
2453 | + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t | |
2454 | + lib/Net/Ping/t/300_ping_stream.t | |
2455 | ! MANIFEST lib/Net/Ping.pm | |
2456 | ____________________________________________________________________________ | |
2457 | [ 13802] By: jhi on 2001/12/19 14:25:27 | |
2458 | Log: B::Assembler/B::Disassembler patches and test; | |
2459 | from Wolfgang Laun. | |
2460 | ||
2461 | TODO: getting perlcc working. | |
2462 | Branch: perl | |
2463 | + ext/B/t/assembler.t | |
2464 | ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm | |
2465 | ____________________________________________________________________________ | |
2466 | [ 13801] By: jhi on 2001/12/19 14:18:10 | |
2467 | Log: Can't printf U8s as UVs. | |
2468 | Branch: perl | |
2469 | ! utf8.c | |
2470 | ____________________________________________________________________________ | |
2471 | [ 13800] By: jhi on 2001/12/19 14:12:02 | |
2472 | Log: Subject: Re: [PATCH] ...while $var = glob(...) | |
2473 | From: Robin Houston <robin@kitsite.com> | |
2474 | Date: Wed, 19 Dec 2001 13:48:55 +0000 | |
2475 | Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk> | |
2476 | ||
2477 | Not exactly a glob test but internal-logically correct. | |
2478 | Branch: perl | |
2479 | ! t/op/glob.t | |
2480 | ____________________________________________________________________________ | |
2481 | [ 13799] By: jhi on 2001/12/19 13:51:37 | |
2482 | Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag | |
2483 | From: Michael G Schwern <schwern@pobox.com> | |
2484 | Date: Wed, 19 Dec 2001 07:42:54 -0500 | |
2485 | Message-ID: <20011219124254.GF8630@blackrider> | |
2486 | Branch: perl | |
2487 | + lib/lib.t | |
2488 | ! MANIFEST lib/lib_pm.PL | |
2489 | ____________________________________________________________________________ | |
2490 | [ 13798] By: jhi on 2001/12/19 13:35:59 | |
2491 | Log: Integrate with perlio. | |
2492 | Branch: perl | |
2493 | !> hv.c hv.h scope.c util.c | |
2494 | ____________________________________________________________________________ | |
2495 | [ 13793] By: jhi on 2001/12/19 04:58:51 | |
2496 | Log: Regen toc. | |
2497 | Branch: perl | |
2498 | ! pod/perltoc.pod | |
2499 | ____________________________________________________________________________ | |
2500 | [ 13792] By: jhi on 2001/12/19 04:56:42 | |
2501 | Log: FAQ sync. | |
2502 | Branch: perl | |
2503 | ! pod/perlfaq5.pod | |
2504 | ____________________________________________________________________________ | |
2505 | [ 13791] By: jhi on 2001/12/19 04:38:47 | |
2506 | Log: Reformat round. | |
2507 | Branch: perl | |
2508 | ! pod/perlunicode.pod | |
2509 | ____________________________________________________________________________ | |
2510 | [ 13790] By: jhi on 2001/12/19 04:32:06 | |
2511 | Log: Subject: [PATCH] pod/perlunicode.pod | |
2512 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2513 | Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) | |
2514 | Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> | |
2515 | Branch: perl | |
2516 | ! pod/perlunicode.pod | |
2517 | ____________________________________________________________________________ | |
2518 | [ 13789] By: jhi on 2001/12/19 04:16:39 | |
2519 | Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) | |
2520 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2521 | Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) | |
2522 | Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> | |
2523 | Branch: perl | |
2524 | ! pod/perluniintro.pod | |
2525 | ____________________________________________________________________________ | |
2526 | [ 13788] By: jhi on 2001/12/19 03:54:08 | |
2527 | Log: Slight pod reformatting. | |
2528 | Branch: perl | |
2529 | ! pod/perluniintro.pod | |
2530 | ____________________________________________________________________________ | |
2531 | [ 13787] By: jhi on 2001/12/19 03:41:45 | |
2532 | Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) | |
2533 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2534 | Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST) | |
2535 | Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com> | |
2536 | Branch: perl | |
2537 | ! pod/perluniintro.pod | |
2538 | ____________________________________________________________________________ | |
2539 | [ 13786] By: jhi on 2001/12/19 01:14:04 | |
2540 | Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test | |
2541 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2542 | Date: Wed, 19 Dec 2001 01:45:23 +0000 | |
2543 | Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk> | |
2544 | Branch: perl | |
2545 | ! sv.c | |
2546 | ____________________________________________________________________________ | |
2547 | [ 13785] By: jhi on 2001/12/19 01:11:45 | |
2548 | Log: Subject: Porting/checkURL.pl | |
2549 | From: abigail@foad.org | |
2550 | Date: Tue, 18 Dec 2001 19:03:22 +0100 | |
2551 | Message-ID: <20011218180322.8278.qmail@foad.org> | |
2552 | Branch: perl | |
2553 | ! Porting/checkURL.pl | |
2554 | ____________________________________________________________________________ | |
2555 | [ 13783] By: jhi on 2001/12/19 00:26:34 | |
2556 | Log: A bit too oversweeping matching in #13778. | |
2557 | Branch: perl | |
2558 | ! Configure | |
2559 | ____________________________________________________________________________ | |
2560 | [ 13782] By: jhi on 2001/12/19 00:09:10 | |
2561 | Log: Re-gen Configure based on #13778..13781. | |
2562 | Branch: perl | |
2563 | ! Configure config_h.SH | |
2564 | ____________________________________________________________________________ | |
2565 | [ 13767] By: jhi on 2001/12/18 22:13:14 | |
2566 | Log: Subject: Re: Benchmark.t failure on Linux | |
2567 | From: Nicholas Clark <nick@ccl4.org> | |
2568 | Date: Tue, 18 Dec 2001 22:51:25 +0000 | |
2569 | Message-ID: <20011218225124.N21702@plum.flirble.org> | |
2570 | Branch: perl | |
2571 | ! lib/Benchmark.t | |
2572 | ____________________________________________________________________________ | |
2573 | [ 13766] By: jhi on 2001/12/18 22:07:35 | |
2574 | Log: Re-applying #13752 until a better solution can be found. | |
2575 | Branch: perl | |
2576 | ! lib/ExtUtils/t/MM_Unix.t | |
2577 | ____________________________________________________________________________ | |
2578 | [ 13765] By: jhi on 2001/12/18 21:05:13 | |
2579 | Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm | |
2580 | From: "Giroux, Mike (Exchange)" <mgiroux@bear.com> | |
2581 | Date: Tue, 18 Dec 2001 12:05:40 -0500 | |
2582 | Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com> | |
2583 | Branch: perl | |
2584 | ! lib/Exporter.pm | |
2585 | ____________________________________________________________________________ | |
2586 | [ 13764] By: jhi on 2001/12/18 20:58:44 | |
2587 | Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha | |
2588 | findings -- some of the warnings I can't explain except | |
2589 | by NVgf being detected wrong, though. | |
2590 | Branch: perl | |
2591 | ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c | |
2592 | ____________________________________________________________________________ | |
2593 | [ 13763] By: jhi on 2001/12/18 20:54:28 | |
2594 | Log: Subject: [PATCH] pod/perluniintro.pod | |
2595 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2596 | Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST) | |
2597 | Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com> | |
2598 | Branch: perl | |
2599 | ! pod/perluniintro.pod | |
2600 | ____________________________________________________________________________ | |
2601 | [ 13762] By: jhi on 2001/12/18 17:49:07 | |
2602 | Log: ".pm" is the native executable suffix in VOS. | |
2603 | Branch: perl | |
2604 | ! hints/vos.sh | |
2605 | ____________________________________________________________________________ | |
2606 | [ 13761] By: jhi on 2001/12/18 15:57:39 | |
2607 | Log: Integrate perlio; | |
2608 | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | |
2609 | Branch: perl | |
2610 | !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t | |
2611 | ____________________________________________________________________________ | |
2612 | [ 13759] By: jhi on 2001/12/18 15:54:19 | |
2613 | Log: (Undone by #13766.) | |
2614 | Retract #13752. | |
2615 | Branch: perl | |
2616 | ! lib/ExtUtils/t/MM_Unix.t | |
2617 | ____________________________________________________________________________ | |
2618 | [ 13758] By: jhi on 2001/12/18 15:26:18 | |
2619 | Log: Echoes of #13757. | |
2620 | Branch: perl | |
2621 | ! t/lib/warnings/utf8 | |
2622 | ____________________________________________________________________________ | |
2623 | [ 13757] By: jhi on 2001/12/18 15:24:50 | |
2624 | Log: Make the utf8 malformedness messages more verbose. | |
2625 | Branch: perl | |
2626 | ! lib/utf8.t utf8.c | |
2627 | ____________________________________________________________________________ | |
2628 | [ 13755] By: jhi on 2001/12/18 14:05:26 | |
2629 | Log: README.aix updates from Jens-Uwe Mager. | |
2630 | Branch: perl | |
2631 | ! README.aix | |
2632 | ____________________________________________________________________________ | |
2633 | [ 13754] By: jhi on 2001/12/18 14:03:31 | |
2634 | Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure | |
2635 | From: Michael G Schwern <schwern@pobox.com> | |
2636 | Date: Tue, 18 Dec 2001 00:58:18 -0500 | |
2637 | Message-ID: <20011218055818.GC4362@blackrider> | |
2638 | Branch: perl | |
2639 | ! lib/Benchmark.t | |
2640 | ____________________________________________________________________________ | |
2641 | [ 13753] By: jhi on 2001/12/18 14:02:49 | |
2642 | Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable | |
2643 | From: Michael G Schwern <schwern@pobox.com> | |
2644 | Date: Tue, 18 Dec 2001 00:40:38 -0500 | |
2645 | Message-ID: <20011218054038.GB4362@blackrider> | |
2646 | Branch: perl | |
2647 | ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t | |
2648 | ____________________________________________________________________________ | |
2649 | [ 13752] By: jhi on 2001/12/18 14:01:44 | |
2650 | Log: (reintroduced by #13766) | |
2651 | (retracted by #13759) | |
2652 | ||
2653 | Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix | |
2654 | From: Michael G Schwern <schwern@pobox.com> | |
2655 | Date: Tue, 18 Dec 2001 00:00:23 -0500 | |
2656 | Message-ID: <20011218050023.GA27893@blackrider> | |
2657 | Branch: perl | |
2658 | ! lib/ExtUtils/t/MM_Unix.t | |
2659 | ____________________________________________________________________________ | |
2660 | [ 13751] By: jhi on 2001/12/18 13:59:32 | |
2661 | Log: Re-patch #13749. | |
2662 | Branch: perl | |
2663 | ! t/op/glob.t | |
2664 | ____________________________________________________________________________ | |
2665 | [ 13750] By: jhi on 2001/12/18 13:56:34 | |
2666 | Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts} | |
2667 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2668 | Date: Tue, 18 Dec 2001 12:55:43 +0000 | |
2669 | Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk> | |
2670 | Branch: perl | |
2671 | ! ext/Devel/Peek/Peek.pm | |
2672 | ____________________________________________________________________________ | |
2673 | [ 13749] By: jhi on 2001/12/18 13:55:12 | |
2674 | Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...)) | |
2675 | From: Robin Houston <robin@kitsite.com> | |
2676 | Date: Tue, 18 Dec 2001 14:54:33 +0000 | |
2677 | Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk> | |
2678 | Branch: perl | |
2679 | ! t/op/glob.t | |
2680 | ____________________________________________________________________________ | |
2681 | [ 13748] By: jhi on 2001/12/17 23:54:41 | |
2682 | Log: Subject: [PATCH] slightly more for Exporter.pm | |
2683 | From: Nicholas Clark <nick@ccl4.org> | |
2684 | Date: Tue, 18 Dec 2001 00:22:03 +0000 | |
2685 | Message-ID: <20011218002203.M21702@plum.flirble.org> | |
2686 | Branch: perl | |
2687 | ! lib/Exporter.pm | |
2688 | ____________________________________________________________________________ | |
2689 | [ 13747] By: jhi on 2001/12/17 21:59:07 | |
2690 | Log: Subject: [PATCH] Re: chomp/chop prototype changed? | |
2691 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2692 | Date: Mon, 17 Dec 2001 16:37:18 +0100 | |
2693 | Message-ID: <20011217163718.A2292@rafael> | |
2694 | ||
2695 | Subject: Re: [PATCH] Re: chomp/chop prototype changed? | |
2696 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2697 | Date: Mon, 17 Dec 2001 23:17:06 +0100 | |
2698 | Message-ID: <20011217231706.A730@rafael> | |
2699 | Branch: perl | |
2700 | ! pod/perlsub.pod pp.c toke.c | |
2701 | ____________________________________________________________________________ | |
2702 | [ 13746] By: jhi on 2001/12/17 20:22:08 | |
2703 | Log: Update Changes. | |
2704 | Branch: perl | |
2705 | ! Changes patchlevel.h | |
2706 | ____________________________________________________________________________ | |
74f3d116 JH |
2707 | [ 13745] By: jhi on 2001/12/17 20:12:37 |
2708 | Log: New test warrants a MANIFEST entry. | |
2709 | Branch: perl | |
2710 | ! MANIFEST | |
2711 | ____________________________________________________________________________ | |
2712 | [ 13744] By: jhi on 2001/12/17 19:27:40 | |
2713 | Log: Subject: Re: [PATCH] ...while $var = glob(...) | |
2714 | From: Robin Houston <robin@kitsite.com> | |
2715 | Date: Mon, 17 Dec 2001 20:27:30 +0000 | |
2716 | Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk> | |
2717 | ||
2718 | Can't portably unlink open files. | |
2719 | Branch: perl | |
2720 | ! t/op/glob.t | |
2721 | ____________________________________________________________________________ | |
2722 | [ 13743] By: jhi on 2001/12/17 19:26:34 | |
2723 | Log: perluniintro tweaks as suggested by Jeffrey Friedl. | |
2724 | Branch: perl | |
2725 | ! pod/perluniintro.pod | |
2726 | ____________________________________________________________________________ | |
2727 | [ 13742] By: jhi on 2001/12/17 19:18:52 | |
2728 | Log: Move typeglob test from glob.t to gv.t. | |
2729 | Branch: perl | |
2730 | ! t/op/glob.t t/op/gv.t | |
2731 | ____________________________________________________________________________ | |
2732 | [ 13741] By: jhi on 2001/12/17 19:12:16 | |
2733 | Log: Subject: Re: [PATCH] ...while $var = glob(...) | |
2734 | From: Robin Houston <robin@kitsite.com> | |
2735 | Date: Mon, 17 Dec 2001 20:07:02 +0000 | |
2736 | Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk> | |
2737 | Branch: perl | |
2738 | ! t/op/glob.t | |
2739 | ____________________________________________________________________________ | |
2740 | [ 13740] By: jhi on 2001/12/17 19:11:29 | |
2741 | Log: Demote the surrogate and non-character errors to warnings. | |
2742 | Branch: perl | |
2743 | ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c | |
2744 | ____________________________________________________________________________ | |
2745 | [ 13739] By: jhi on 2001/12/17 18:47:41 | |
2746 | Log: Subject: [PATCH] more POSIX tests, and more autoloading | |
2747 | From: Nicholas Clark <nick@ccl4.org> | |
2748 | Date: Mon, 17 Dec 2001 18:27:47 +0000 | |
2749 | Message-ID: <20011217182747.D21702@plum.flirble.org> | |
2750 | Branch: perl | |
2751 | ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t | |
2752 | ____________________________________________________________________________ | |
2753 | [ 13738] By: jhi on 2001/12/17 18:43:55 | |
2754 | Log: Subject: [PATCH] ...while $var = glob(...) | |
2755 | From: Robin Houston <robin@kitsite.com> | |
2756 | Date: Mon, 17 Dec 2001 15:51:54 +0000 | |
2757 | Message-ID: <20011217155153.A311@robin.kitsite.com> | |
2758 | Branch: perl | |
2759 | ! op.c | |
2760 | ____________________________________________________________________________ | |
2761 | [ 13737] By: jhi on 2001/12/17 18:38:33 | |
2762 | Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT | |
2763 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2764 | Date: Mon, 17 Dec 2001 15:23:01 +0100 | |
2765 | Message-ID: <20011217152301.A704@rafael> | |
2766 | Branch: perl | |
2767 | ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t | |
2768 | ____________________________________________________________________________ | |
2769 | [ 13736] By: jhi on 2001/12/17 18:36:20 | |
2770 | Log: The system() vs $SIG{ARLM} is no more a todo. | |
2771 | Branch: perl | |
2772 | ! t/op/alarm.t | |
2773 | ____________________________________________________________________________ | |
2774 | [ 13735] By: jhi on 2001/12/17 18:34:43 | |
2775 | Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two | |
2776 | From: Michael G Schwern <schwern@pobox.com> | |
2777 | Date: Sun, 16 Dec 2001 23:59:01 -0500 | |
2778 | Message-ID: <20011217045901.GL17232@blackrider> | |
2779 | Branch: perl | |
2780 | + t/op/alarm.t | |
2781 | ! MANIFEST | |
2782 | ____________________________________________________________________________ | |
2783 | [ 13734] By: jhi on 2001/12/17 17:54:19 | |
2784 | Log: s/UNIX/Unix/ | |
2785 | Branch: perl | |
2786 | ! MANIFEST | |
2787 | ____________________________________________________________________________ | |
2788 | [ 13733] By: jhi on 2001/12/17 17:50:22 | |
2789 | Log: Move ExtUtils tests to lib/ExtUtils/t. | |
2790 | Branch: perl | |
2791 | + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t | |
2792 | + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t | |
2793 | + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t | |
2794 | + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t | |
2795 | + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t | |
2796 | + lib/ExtUtils/t/testlib.t | |
2797 | - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t | |
2798 | - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t | |
2799 | - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t | |
2800 | - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t | |
2801 | - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t | |
2802 | ! MANIFEST | |
2803 | ____________________________________________________________________________ | |
2804 | [ 13732] By: jhi on 2001/12/17 17:45:33 | |
2805 | Log: Subject: [PATCH] MM_Unix tests, and some questions | |
2806 | From: Tels <perl_dummy@bloodgate.com> | |
2807 | Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET) | |
2808 | Message-Id: <200112162132.XAA12694@tiku.hut.fi> | |
2809 | ||
2810 | Subject: Re: [PATCH] MM_Unix tests, and some questions | |
2811 | From: Tels <perl_dummy@bloodgate.com> | |
2812 | Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET) | |
2813 | Message-Id: <200112162332.BAA25411@tiku.hut.fi> | |
2814 | Branch: perl | |
2815 | + lib/ExtUtils/MM_Unix.t | |
2816 | ! MANIFEST lib/ExtUtils/MM_Unix.pm | |
2817 | ____________________________________________________________________________ | |
2818 | [ 13731] By: jhi on 2001/12/17 17:31:35 | |
2819 | Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl | |
2820 | From: Michael G Schwern <schwern@pobox.com> | |
2821 | Date: Sun, 16 Dec 2001 17:53:55 -0500 | |
2822 | Message-ID: <20011216225354.GE8900@blackrider> | |
2823 | Branch: perl | |
2824 | ! lib/ExtUtils/MM_Unix.pm | |
2825 | ____________________________________________________________________________ | |
2826 | [ 13730] By: jhi on 2001/12/17 17:26:44 | |
2827 | Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones. | |
2828 | From: Michael G Schwern <schwern@pobox.com> | |
2829 | Date: Sun, 16 Dec 2001 16:12:55 -0500 | |
2830 | Message-ID: <20011216211255.GV8900@blackrider> | |
2831 | Branch: perl | |
2832 | ! ext/B/B/Deparse.pm | |
2833 | ____________________________________________________________________________ | |
2834 | [ 13729] By: jhi on 2001/12/17 17:25:09 | |
2835 | Log: Subject: [PATCH] Exporter.pm | |
2836 | From: Nicholas Clark <nick@ccl4.org> | |
2837 | Date: Sun, 16 Dec 2001 19:24:25 +0000 | |
2838 | Message-ID: <20011216192425.R21702@plum.flirble.org> | |
2839 | Branch: perl | |
2840 | ! lib/Exporter.pm | |
2841 | ____________________________________________________________________________ | |
2842 | [ 13728] By: jhi on 2001/12/17 17:20:51 | |
2843 | Log: Subject: [PATCH] Exporter.t (and question) | |
2844 | From: Nicholas Clark <nick@ccl4.org> | |
2845 | Date: Sun, 16 Dec 2001 17:24:55 +0000 | |
2846 | Message-ID: <20011216172455.P21702@plum.flirble.org> | |
2847 | Branch: perl | |
2848 | ! lib/Exporter.t | |
2849 | ____________________________________________________________________________ | |
2850 | [ 13727] By: jhi on 2001/12/17 17:18:21 | |
2851 | Log: Subject: Re: perl@13661 | |
2852 | From: "John P. Linderman" <jpl@research.att.com> | |
2853 | Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST) | |
2854 | Message-Id: <200112171211.HAA71597@raptor.research.att.com> | |
2855 | Branch: perl | |
2856 | ! pp_sort.c | |
2857 | ____________________________________________________________________________ | |
2858 | [ 13726] By: jhi on 2001/12/17 16:57:57 | |
2859 | Log: Subject: Will the real Unicode encoding please stand up? | |
2860 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2861 | Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST) | |
2862 | Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com> | |
2863 | Branch: perl | |
2864 | ! pod/perluniintro.pod | |
2865 | ____________________________________________________________________________ | |
2866 | [ 13725] By: jhi on 2001/12/17 16:43:09 | |
2867 | Log: Integrate perlio; interruptable system(). | |
2868 | Branch: perl | |
2869 | !> util.c | |
2870 | ____________________________________________________________________________ | |
2871 | [ 13722] By: jhi on 2001/12/16 16:12:57 | |
2872 | Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and | |
2873 | 0xFFFE..0xFFFF. Ranges 0x...FFFE..0x...FFFF in general, | |
2874 | and characters beyond 0x10FFF should be disallowed, too, | |
2875 | but some tests would need changing, but more importantly some | |
2876 | APIs would need remodeling since one can easily generate such | |
2877 | characters either by bitwise complements, tr complements, or | |
2878 | v-strings. | |
2879 | Branch: perl | |
2880 | ! pod/perldiag.pod utf8.c | |
2881 | ____________________________________________________________________________ | |
2882 | [ 13721] By: jhi on 2001/12/16 15:34:52 | |
2883 | Log: Make surrogates illegal also on EBCDIC. | |
2884 | Branch: perl | |
2885 | ! utf8.c | |
2886 | ____________________________________________________________________________ | |
2887 | [ 13720] By: jhi on 2001/12/16 14:49:18 | |
2888 | Log: Subject: [patch @13687] Unicode::Collate 0.10 | |
2889 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
2890 | Date: Sun, 16 Dec 2001 21:22:12 +0900 | |
2891 | Message-Id: <20011216211615.8ED5.BQW10602@nifty.com> | |
2892 | Branch: perl | |
2893 | ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes | |
2894 | ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t | |
2895 | ____________________________________________________________________________ | |
2896 | [ 13719] By: jhi on 2001/12/16 14:39:34 | |
2897 | Log: More documentation for the encoding pragma. | |
2898 | Branch: perl | |
2899 | ! lib/encoding.pm | |
2900 | ____________________________________________________________________________ | |
2901 | [ 13718] By: jhi on 2001/12/16 14:34:02 | |
2902 | Log: Subject: [PATCH] lib/open.pm | |
2903 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2904 | Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST) | |
2905 | Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com> | |
2906 | Branch: perl | |
2907 | ! lib/open.pm | |
2908 | ____________________________________________________________________________ | |
2909 | [ 13717] By: jhi on 2001/12/16 14:18:49 | |
2910 | Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed | |
2911 | From: chromatic <chromatic@rmci.net> | |
2912 | Date: Sat, 15 Dec 2001 23:24:40 -0700 | |
2913 | Message-ID: <20011216062507.71492.qmail@onion.perl.org> | |
2914 | Branch: perl | |
2915 | + lib/ExtUtils/Installed.t | |
2916 | ! MANIFEST | |
2917 | ____________________________________________________________________________ | |
2918 | [ 13716] By: jhi on 2001/12/16 14:17:10 | |
2919 | Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit | |
2920 | From: Michael G Schwern <schwern@pobox.com> | |
2921 | Date: Sun, 16 Dec 2001 01:14:00 -0500 | |
2922 | Message-ID: <20011216061400.GC8900@blackrider> | |
2923 | Branch: perl | |
2924 | ! lib/diagnostics.pm | |
2925 | ____________________________________________________________________________ | |
2926 | [ 13715] By: jhi on 2001/12/16 14:16:17 | |
2927 | Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR | |
2928 | From: Michael G Schwern <schwern@pobox.com> | |
2929 | Date: Sun, 16 Dec 2001 01:12:42 -0500 | |
2930 | Message-ID: <20011216061242.GB8900@blackrider> | |
2931 | Branch: perl | |
2932 | ! t/test.pl | |
2933 | ____________________________________________________________________________ | |
2934 | [ 13714] By: jhi on 2001/12/16 04:21:53 | |
2935 | Log: I sometimes outsmart myself. | |
2936 | Branch: perl | |
2937 | ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t | |
2938 | ____________________________________________________________________________ | |
2939 | [ 13713] By: jhi on 2001/12/16 03:24:34 | |
2940 | Log: Subject: [PATCH lib/AutoSplit.pm] Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] | |
2941 | From: Michael G Schwern <schwern@pobox.com> | |
2942 | Date: Sat, 15 Dec 2001 15:08:29 -0500 | |
2943 | Message-ID: <20011215200829.GK1548@blackrider> | |
2944 | Branch: perl | |
2945 | ! lib/AutoSplit.pm | |
2946 | ____________________________________________________________________________ | |
2947 | [ 13712] By: jhi on 2001/12/16 03:22:39 | |
2948 | Log: perlunicode enchancements suggested by Jeffrey Friedl. | |
2949 | Branch: perl | |
2950 | ! pod/perlunicode.pod | |
2951 | ____________________________________________________________________________ | |
2952 | [ 13711] By: jhi on 2001/12/16 03:00:44 | |
2953 | Log: Subject: [PATCH] perlunicode.pod | |
2954 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2955 | Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) | |
2956 | Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com> | |
2957 | Branch: perl | |
2958 | ! pod/perlunicode.pod | |
2959 | ____________________________________________________________________________ | |
2960 | [ 13710] By: jhi on 2001/12/16 02:57:09 | |
2961 | Log: Subject: RESENT - [PATCH] utf8_heavy.pl | |
2962 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
2963 | Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) | |
2964 | Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com> | |
2965 | Branch: perl | |
2966 | ! lib/utf8_heavy.pl | |
2967 | ____________________________________________________________________________ | |
2968 | [ 13709] By: jhi on 2001/12/16 02:47:36 | |
2969 | Log: Can't create surrogates; so can't match them, either. | |
2970 | Branch: perl | |
2971 | ! pod/perlunicode.pod | |
2972 | ____________________________________________________________________________ | |
2973 | [ 13708] By: jhi on 2001/12/16 02:46:07 | |
2974 | Log: Subject: [PATCH t/test.pl] diagnostics to STDERR | |
2975 | From: Michael G Schwern <schwern@pobox.com> | |
2976 | Date: Sat, 15 Dec 2001 21:20:35 -0500 | |
2977 | Message-ID: <20011216022035.GE5672@blackrider> | |
2978 | Branch: perl | |
2979 | ! t/test.pl | |
2980 | ____________________________________________________________________________ | |
2981 | [ 13707] By: jhi on 2001/12/16 02:45:06 | |
2982 | Log: Make creating UTF-8 surrogates a punishable act. | |
2983 | Branch: perl | |
2984 | ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c | |
2985 | ____________________________________________________________________________ | |
2986 | [ 13706] By: jhi on 2001/12/15 23:00:56 | |
2987 | Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}. | |
2988 | Branch: perl | |
2989 | + lib/unicore/In/172.pl lib/unicore/In/173.pl | |
2990 | ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl | |
2991 | ! lib/unicore/In/165.pl lib/unicore/In/166.pl | |
2992 | ! lib/unicore/In/167.pl lib/unicore/In/168.pl | |
2993 | ! lib/unicore/In/169.pl lib/unicore/In/170.pl | |
2994 | ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl | |
2995 | ____________________________________________________________________________ | |
2996 | [ 13705] By: jhi on 2001/12/15 22:17:10 | |
2997 | Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>) | |
2998 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2999 | Date: Sat, 15 Dec 2001 23:21:43 +0100 | |
3000 | Message-ID: <20011215232143.A11790@rafael> | |
3001 | Branch: perl | |
3002 | ! ext/B/B/Deparse.pm ext/B/t/deparse.t | |
3003 | ____________________________________________________________________________ | |
3004 | [ 13704] By: jhi on 2001/12/15 22:09:20 | |
3005 | Log: Make charnames more robust. | |
3006 | Branch: perl | |
3007 | ! lib/charnames.pm | |
3008 | ____________________________________________________________________________ | |
3009 | [ 13703] By: jhi on 2001/12/15 17:30:55 | |
3010 | Log: The hoops one has to jump through. | |
3011 | Branch: perl | |
3012 | ! ext/I18N/Langinfo/Langinfo.pm | |
3013 | ____________________________________________________________________________ | |
3014 | [ 13702] By: jhi on 2001/12/15 17:18:49 | |
3015 | Log: Subject: [PATCH] perlstyle.pod nit on warnings | |
3016 | From: Autrijus Tang <autrijus@egb.elixus.org> | |
3017 | Date: Sat, 15 Dec 2001 04:24:34 -0800 | |
3018 | Message-ID: <20011215122434.GA1682@egb.elixus.org> | |
3019 | Branch: perl | |
3020 | ! pod/perlstyle.pod | |
3021 | ____________________________________________________________________________ | |
3022 | [ 13701] By: jhi on 2001/12/15 17:17:47 | |
3023 | Log: I don't think we are in FooOS, Toto. | |
3024 | Branch: perl | |
3025 | ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t | |
3026 | ____________________________________________________________________________ | |
3027 | [ 13700] By: jhi on 2001/12/15 17:15:50 | |
3028 | Log: Subject: Re: Untested modules update: There's more than we thought | |
3029 | From: chromatic <chromatic@rmci.net> | |
3030 | Date: Fri, 14 Dec 2001 17:20:24 -0700 | |
3031 | Message-ID: <20011215002049.37259.qmail@onion.perl.org> | |
3032 | Branch: perl | |
3033 | + lib/ExtUtils/MM_Cygwin.t | |
3034 | ! MANIFEST | |
3035 | ____________________________________________________________________________ | |
3036 | [ 13699] By: jhi on 2001/12/15 17:14:26 | |
3037 | Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc | |
3038 | From: Michael G Schwern <schwern@pobox.com> | |
3039 | Date: Fri, 14 Dec 2001 20:59:42 -0500 | |
3040 | Message-ID: <20011215015942.GF28596@blackrider> | |
3041 | Branch: perl | |
3042 | ! t/TEST | |
3043 | ____________________________________________________________________________ | |
3044 | [ 13698] By: jhi on 2001/12/15 17:13:35 | |
3045 | Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test | |
3046 | From: Michael G Schwern <schwern@pobox.com> | |
3047 | Date: Fri, 14 Dec 2001 20:03:46 -0500 | |
3048 | Message-ID: <20011215010346.GD28596@blackrider> | |
3049 | Branch: perl | |
3050 | + ext/B/t/bblock.t | |
3051 | ! MANIFEST | |
3052 | ____________________________________________________________________________ | |
3053 | [ 13697] By: jhi on 2001/12/15 17:12:32 | |
3054 | Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs | |
3055 | From: Michael G Schwern <schwern@pobox.com> | |
3056 | Date: Fri, 14 Dec 2001 19:59:13 -0500 | |
3057 | Message-ID: <20011215005913.GC28596@blackrider> | |
3058 | Branch: perl | |
3059 | ! ext/B/B/Bblock.pm | |
3060 | ____________________________________________________________________________ | |
3061 | [ 13696] By: jhi on 2001/12/15 17:11:32 | |
3062 | Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test | |
3063 | From: Michael G Schwern <schwern@pobox.com> | |
3064 | Date: Fri, 14 Dec 2001 19:36:12 -0500 | |
3065 | Message-ID: <20011215003611.GA28596@blackrider> | |
3066 | Branch: perl | |
3067 | + ext/B/t/asmdata.t | |
3068 | ! MANIFEST | |
3069 | ____________________________________________________________________________ | |
3070 | [ 13695] By: jhi on 2001/12/15 17:10:05 | |
3071 | Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs | |
3072 | From: Michael G Schwern <schwern@pobox.com> | |
3073 | Date: Fri, 14 Dec 2001 19:14:14 -0500 | |
3074 | Message-ID: <20011215001414.GA25077@blackrider> | |
3075 | Branch: perl | |
3076 | ! bytecode.pl ext/B/B/Asmdata.pm | |
3077 | ____________________________________________________________________________ | |
3078 | [ 13694] By: jhi on 2001/12/15 17:00:44 | |
3079 | Log: Permissions. | |
3080 | Branch: perl | |
3081 | ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c | |
3082 | ! ext/Devel/PPPort/module3.c | |
3083 | ____________________________________________________________________________ | |
3084 | [ 13693] By: jhi on 2001/12/14 23:48:59 | |
3085 | Log: Benchmark test from Nicholas Clark. | |
3086 | Branch: perl | |
3087 | + lib/Benchmark.t | |
3088 | ! MANIFEST lib/Benchmark.pm | |
3089 | ____________________________________________________________________________ | |
3090 | [ 13692] By: jhi on 2001/12/14 23:33:28 | |
3091 | Log: Mithing. | |
3092 | Branch: perl | |
3093 | + lib/Attribute/Handlers/demo/demo2.pl | |
3094 | + lib/Attribute/Handlers/demo/demo3.pl | |
3095 | + lib/Attribute/Handlers/demo/demo4.pl | |
3096 | ____________________________________________________________________________ | |
3097 | [ 13691] By: jhi on 2001/12/14 21:26:08 | |
3098 | Log: Silence compiler worries found by Schwern/Digital cc. | |
3099 | Branch: perl | |
3100 | ! perlio.c sv.c x2p/str.c | |
3101 | ____________________________________________________________________________ | |
3102 | [ 13690] By: jhi on 2001/12/14 20:26:51 | |
3103 | Log: User may not have a valid home directory even if | |
3104 | getpwuid() succedds. | |
3105 | Branch: perl | |
3106 | ! ext/File/Glob/t/basic.t | |
3107 | ____________________________________________________________________________ | |
3108 | [ 13689] By: jhi on 2001/12/14 18:14:52 | |
3109 | Log: Integrate with perlio. (No changes, but that's okay.) | |
3110 | Branch: perl | |
3111 | !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod | |
3112 | ____________________________________________________________________________ | |
3113 | [ 13688] By: jhi on 2001/12/14 18:06:18 | |
3114 | Log: Add a Configure hints file for VOS: the POSIX support | |
3115 | of VOS is getting close to the point where it can run | |
3116 | Configure (some Configure tweaks will be required). | |
3117 | Branch: perl | |
3118 | + hints/vos.sh | |
3119 | ! MANIFEST | |
3120 | ____________________________________________________________________________ | |
3121 | [ 13687] By: jhi on 2001/12/14 16:15:17 | |
3122 | Log: Update Changes. | |
3123 | Branch: perl | |
3124 | ! Changes patchlevel.h | |
3125 | ____________________________________________________________________________ | |
e9936729 JH |
3126 | [ 13686] By: jhi on 2001/12/14 16:07:02 |
3127 | Log: Reintroduce Attribute::Handlers with Spider's fixes. | |
3128 | Branch: perl | |
3129 | + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes | |
3130 | + lib/Attribute/Handlers/README | |
3131 | + lib/Attribute/Handlers/demo/Demo.pm | |
3132 | + lib/Attribute/Handlers/demo/Descriptions.pm | |
3133 | + lib/Attribute/Handlers/demo/MyClass.pm | |
3134 | + lib/Attribute/Handlers/demo/demo.pl | |
3135 | + lib/Attribute/Handlers/demo/demo_call.pl | |
3136 | + lib/Attribute/Handlers/demo/demo_chain.pl | |
3137 | + lib/Attribute/Handlers/demo/demo_cycle.pl | |
3138 | + lib/Attribute/Handlers/demo/demo_hashdir.pl | |
3139 | + lib/Attribute/Handlers/demo/demo_phases.pl | |
3140 | + lib/Attribute/Handlers/demo/demo_range.pl | |
3141 | + lib/Attribute/Handlers/demo/demo_rawdata.pl | |
3142 | + lib/Attribute/Handlers/t/multi.t | |
3143 | ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod | |
3144 | ____________________________________________________________________________ | |
3145 | [ 13684] By: jhi on 2001/12/14 14:43:40 | |
3146 | Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings | |
3147 | From: Michael G Schwern <schwern@pobox.com> | |
3148 | Date: Thu, 13 Dec 2001 19:27:08 -0500 | |
3149 | Message-ID: <20011214002707.GA10532@blackrider> | |
3150 | ||
3151 | (reword the perlrun -t description a bit, | |
3152 | and move the Itaint_warn to the bottom of | |
3153 | the intrpvar.h for binary compatibility) | |
3154 | Branch: perl | |
3155 | + t/run/switcht.t | |
3156 | ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c | |
3157 | ! perlapi.h pod/perlrun.pod t/TEST taint.c | |
3158 | ____________________________________________________________________________ | |
3159 | [ 13682] By: jhi on 2001/12/14 04:10:37 | |
3160 | Log: Detypo. | |
3161 | Branch: perl | |
3162 | ! utf8.c | |
3163 | ____________________________________________________________________________ | |
3164 | [ 13681] By: jhi on 2001/12/14 04:07:08 | |
3165 | Log: Buffer overflow checks. | |
3166 | Branch: perl | |
3167 | ! utf8.c | |
3168 | ____________________________________________________________________________ | |
3169 | [ 13680] By: jhi on 2001/12/13 21:30:14 | |
3170 | Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED) | |
3171 | From: Spider Boardman <spider@leggy.zk3.dec.com> | |
3172 | Date: Thu, 13 Dec 2001 15:32:51 -0500 | |
3173 | Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com> | |
3174 | Branch: perl | |
3175 | ! lib/ExtUtils/Embed.t | |
3176 | ____________________________________________________________________________ | |
3177 | [ 13679] By: jhi on 2001/12/13 21:27:31 | |
3178 | Log: More on the Unicode "line" definition. | |
3179 | Branch: perl | |
3180 | ! pod/perlunicode.pod | |
3181 | ____________________________________________________________________________ | |
3182 | [ 13678] By: jhi on 2001/12/13 21:18:47 | |
3183 | Log: Open-ended VERSION? | |
3184 | Branch: perl | |
3185 | ! lib/ExtUtils/Install.pm | |
3186 | ____________________________________________________________________________ | |
3187 | [ 13677] By: jhi on 2001/12/13 19:13:13 | |
3188 | Log: Subject: [PATCH] Better make distclean | |
3189 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3190 | Date: Thu, 13 Dec 2001 21:10:18 +0100 | |
3191 | Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl> | |
3192 | Branch: perl | |
3193 | ! Makefile.SH | |
3194 | ____________________________________________________________________________ | |
3195 | [ 13676] By: jhi on 2001/12/13 17:11:42 | |
3196 | Log: Remove Memoize::Saves as requested by mjd. | |
3197 | Branch: perl | |
3198 | - lib/Memoize/Saves.pm | |
3199 | ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod | |
3200 | ____________________________________________________________________________ | |
3201 | [ 13675] By: jhi on 2001/12/13 16:16:12 | |
3202 | Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag | |
3203 | From: Michael G Schwern <schwern@pobox.com> | |
3204 | Date: Tue, 11 Dec 2001 23:17:32 -0500 | |
3205 | Message-ID: <20011212041732.GS17250@blackrider> | |
3206 | Branch: perl | |
3207 | ! lib/ExtUtils/Install.pm | |
3208 | ____________________________________________________________________________ | |
3209 | [ 13674] By: jhi on 2001/12/13 16:12:19 | |
3210 | Log: Subject: [PATCH] Re: use utf8; with bad utf8 | |
3211 | From: Nicholas Clark <nick@ccl4.org> | |
3212 | Date: Thu, 13 Dec 2001 17:09:39 +0000 | |
3213 | Message-ID: <20011213170939.L21702@plum.flirble.org> | |
3214 | Branch: perl | |
3215 | ! t/lib/1_compile.t | |
3216 | ____________________________________________________________________________ | |
3217 | [ 13673] By: jhi on 2001/12/13 16:09:18 | |
3218 | Log: Subject: (LONG!) Sort benchmarks and patch | |
3219 | From: "John P. Linderman" <jpl@research.att.com> | |
3220 | Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST) | |
3221 | Message-Id: <200112131450.JAA84836@raptor.research.att.com> | |
3222 | Branch: perl | |
3223 | ! pp_sort.c | |
3224 | ____________________________________________________________________________ | |
3225 | [ 13672] By: jhi on 2001/12/13 14:19:28 | |
3226 | Log: Unadorned numbers evil. | |
3227 | Branch: perl | |
3228 | ! pp.c regcomp.c regexec.c utf8.c utf8.h | |
3229 | ____________________________________________________________________________ | |
3230 | [ 13671] By: jhi on 2001/12/13 13:35:47 | |
3231 | Log: "preprocessing directive not recognized within macro arg" | |
3232 | Branch: perl | |
3233 | ! ext/Data/Dumper/Dumper.xs | |
3234 | ____________________________________________________________________________ | |
3235 | [ 13670] By: jhi on 2001/12/13 13:32:37 | |
3236 | Log: Subject: Clarifying the documentation of goto | |
3237 | From: "Benjamin J. Tilly" <ben_tilly@operamail.com> | |
3238 | Date: Thu, 13 Dec 2001 08:57:38 -0500 | |
3239 | Message-ID: <3C18BD8B@operamail.com> | |
3240 | Branch: perl | |
3241 | ! pod/perlfunc.pod | |
3242 | ____________________________________________________________________________ | |
3243 | [ 13669] By: jhi on 2001/12/13 04:38:19 | |
3244 | Log: It could be possible for the case-insensitive | |
3245 | Unicode-aware string comparison to wander off | |
3246 | to the la-la land. | |
3247 | Branch: perl | |
3248 | ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h | |
3249 | ! regexec.c utf8.c | |
3250 | ____________________________________________________________________________ | |
3251 | [ 13668] By: jhi on 2001/12/13 02:48:14 | |
3252 | Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out | |
3253 | From: Michael G Schwern <schwern@pobox.com> | |
3254 | Date: Wed, 12 Dec 2001 21:53:46 -0500 | |
3255 | Message-ID: <20011213025346.GH25129@blackrider> | |
3256 | Branch: perl | |
3257 | ! lib/Net/hostent.t t/op/stat.t t/test.pl | |
3258 | ____________________________________________________________________________ | |
3259 | [ 13667] By: jhi on 2001/12/13 02:47:27 | |
3260 | Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink | |
3261 | From: Michael G Schwern <schwern@pobox.com> | |
3262 | Date: Wed, 12 Dec 2001 20:33:42 -0500 | |
3263 | Message-ID: <20011213013342.GX25129@blackrider> | |
3264 | Branch: perl | |
3265 | ! t/io/fs.t | |
3266 | ____________________________________________________________________________ | |
3267 | [ 13666] By: jhi on 2001/12/12 23:22:27 | |
3268 | Log: Subject: Re: [PATCH] use utf8; tests | |
3269 | From: Nicholas Clark <nick@ccl4.org> | |
3270 | Date: Thu, 13 Dec 2001 00:16:58 +0000 | |
3271 | Message-ID: <20011213001658.I21702@plum.flirble.org> | |
3272 | Branch: perl | |
3273 | ! lib/utf8.t | |
3274 | ____________________________________________________________________________ | |
3275 | [ 13665] By: jhi on 2001/12/12 21:45:49 | |
3276 | Log: EPOC fixes from Olaf Flebbe. | |
3277 | Branch: perl | |
3278 | ! README.epoc epoc/config.sh epoc/createpkg.pl | |
3279 | ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL | |
3280 | ____________________________________________________________________________ | |
3281 | [ 13664] By: jhi on 2001/12/12 21:33:50 | |
3282 | Log: Subject: [PATCH perl@13661] VMS test fix-ups | |
3283 | From: "Craig A. Berry" <craigberry@mac.com> | |
3284 | Date: Wed, 12 Dec 2001 16:27:48 -0600 | |
3285 | Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01> | |
3286 | Branch: perl | |
3287 | ! lib/Net/hostent.t t/io/fs.t | |
3288 | ____________________________________________________________________________ | |
3289 | [ 13663] By: jhi on 2001/12/12 19:59:56 | |
3290 | Log: Subject: Re: Next cygwin round. | |
3291 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
3292 | Date: Wed, 12 Dec 2001 21:59:00 +0100 | |
3293 | Message-ID: <122343874595.20011212215900@familiehaase.de> | |
3294 | Branch: perl | |
3295 | ! t/io/fs.t | |
3296 | ____________________________________________________________________________ | |
3297 | [ 13662] By: jhi on 2001/12/12 19:12:36 | |
3298 | Log: Subject: [PATCH] use utf8; tests | |
3299 | From: Nicholas Clark <nick@ccl4.org> | |
3300 | Date: Wed, 12 Dec 2001 20:07:04 +0000 | |
3301 | Message-ID: <20011212200704.E21702@plum.flirble.org> | |
3302 | Branch: perl | |
3303 | ! lib/utf8.t t/test.pl | |
3304 | ____________________________________________________________________________ | |
3305 | [ 13661] By: jhi on 2001/12/12 15:24:42 | |
3306 | Log: Update Changes. | |
3307 | Branch: perl | |
3308 | ! Changes patchlevel.h | |
3309 | ____________________________________________________________________________ | |
5caba508 JH |
3310 | [ 13660] By: jhi on 2001/12/12 15:04:03 |
3311 | Log: Subject: [PATCH] Passing in env to perl_parse did not work | |
3312 | From: Gisle Aas <gisle@ActiveState.com> | |
3313 | Date: 11 Dec 2001 20:52:57 -0800 | |
3314 | Message-ID: <lrheqxniom.fsf@caliper.activestate.com> | |
3315 | Branch: perl | |
3316 | ! perl.c perl.h | |
3317 | ____________________________________________________________________________ | |
3318 | [ 13659] By: jhi on 2001/12/12 14:33:30 | |
3319 | Log: Fixes for casting problems detected on a SuSE 7.2 Itanium, | |
3320 | mostly gcc -Wall complaining about the argument of %p not | |
3321 | being a void *. | |
3322 | Branch: perl | |
3323 | ! perlio.c regcomp.c taint.c toke.c | |
3324 | ____________________________________________________________________________ | |
3325 | [ 13657] By: jhi on 2001/12/12 14:08:49 | |
3326 | Log: Try YP/NIS also from /usr/lib/yp. | |
3327 | Branch: perl | |
3328 | ! Configure | |
3329 | ____________________________________________________________________________ | |
3330 | [ 13656] By: jhi on 2001/12/12 14:05:28 | |
3331 | Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used | |
3332 | From: Michael G Schwern <schwern@pobox.com> | |
3333 | Date: Wed, 12 Dec 2001 05:27:02 -0500 | |
3334 | Message-ID: <20011212102702.GW17250@blackrider> | |
3335 | ||
3336 | (the op/grent part) | |
3337 | Branch: perl | |
3338 | ! t/op/grent.t | |
3339 | ____________________________________________________________________________ | |
3340 | [ 13655] By: jhi on 2001/12/12 14:01:55 | |
3341 | Log: Weed out .files from ls and readdir() results. | |
3342 | Branch: perl | |
3343 | ! t/op/stat.t | |
3344 | ____________________________________________________________________________ | |
3345 | [ 13654] By: jhi on 2001/12/12 13:45:21 | |
3346 | Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/" | |
3347 | From: "Wolfgang Laun" <wolfgang.laun@chello.at> | |
3348 | Date: Wed, 12 Dec 2001 10:52:21 +0100 | |
3349 | Message-ID: <200112121052210220.001ACE6B@smtp.chello.at> | |
3350 | Branch: perl | |
3351 | ! lib/File/Find.pm | |
3352 | ____________________________________________________________________________ | |
3353 | [ 13653] By: jhi on 2001/12/12 13:34:06 | |
3354 | Log: Subject: [PATCH] doio fatal on cygwin for 13651 | |
3355 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3356 | Date: Wed, 12 Dec 2001 11:28:13 +0100 | |
3357 | Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl> | |
3358 | Branch: perl | |
3359 | ! doio.c | |
3360 | ____________________________________________________________________________ | |
3361 | [ 13652] By: jhi on 2001/12/12 13:32:51 | |
3362 | Log: Get the whole line of ls, makes debugging easier | |
3363 | (from Schwern) | |
3364 | Branch: perl | |
3365 | ! t/op/stat.t | |
3366 | ____________________________________________________________________________ | |
3367 | [ 13651] By: jhi on 2001/12/12 05:42:05 | |
3368 | Log: rename() must be tested even without link() | |
3369 | or the utime() and rename-directory tests fail. | |
3370 | (Also got the BeOS utime atime/time the wrong way round.) | |
3371 | Branch: perl | |
3372 | ! t/io/fs.t | |
3373 | ____________________________________________________________________________ | |
3374 | [ 13650] By: jhi on 2001/12/12 05:36:31 | |
3375 | Log: Now that the beos.c is compiled at the main level | |
3376 | the header is in the beos/ | |
3377 | Branch: perl | |
3378 | ! beos/beos.c | |
3379 | ____________________________________________________________________________ | |
3380 | [ 13649] By: jhi on 2001/12/12 04:25:21 | |
3381 | Log: Must remember to require Socket. | |
3382 | Branch: perl | |
3383 | ! ext/Sys/Syslog/syslog.t | |
3384 | ____________________________________________________________________________ | |
3385 | [ 13648] By: jhi on 2001/12/12 04:12:05 | |
3386 | Log: In BeOS Errno must resort to actual compilation | |
3387 | and execution for some of the error constants. | |
3388 | Branch: perl | |
3389 | ! ext/Errno/Errno_pm.PL | |
3390 | ____________________________________________________________________________ | |
3391 | [ 13647] By: jhi on 2001/12/12 03:23:26 | |
3392 | Log: BeOS still has no good sockets. | |
3393 | Branch: perl | |
3394 | ! ext/IO/lib/IO/t/io_sel.t | |
3395 | ____________________________________________________________________________ | |
3396 | [ 13646] By: jhi on 2001/12/12 03:19:56 | |
3397 | Log: BeOS sockets are not true sockets. | |
3398 | Branch: perl | |
3399 | ! ext/IO/lib/IO/t/io_poll.t | |
3400 | ____________________________________________________________________________ | |
3401 | [ 13645] By: jhi on 2001/12/12 03:14:32 | |
3402 | Log: No Socket, no Syslog. | |
3403 | Branch: perl | |
3404 | ! ext/Sys/Syslog/syslog.t | |
3405 | ____________________________________________________________________________ | |
3406 | [ 13644] By: jhi on 2001/12/12 03:12:46 | |
3407 | Log: (On some platforms) missing truncate FH. | |
3408 | Branch: perl | |
3409 | ! pod/perltodo.pod | |
3410 | ____________________________________________________________________________ | |
3411 | [ 13643] By: jhi on 2001/12/12 03:09:37 | |
3412 | Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/... | |
3413 | and vms would be muchly appreciated. | |
3414 | Branch: perl | |
3415 | ! t/io/fs.t | |
3416 | ____________________________________________________________________________ | |
3417 | [ 13642] By: jhi on 2001/12/12 02:32:05 | |
3418 | Log: utime() updates only the mtime in BeOS. | |
3419 | Branch: perl | |
3420 | ! pod/perlport.pod | |
3421 | ____________________________________________________________________________ | |
3422 | [ 13641] By: jhi on 2001/12/12 01:50:13 | |
3423 | Log: No link(), no need to dSP. | |
3424 | Branch: perl | |
3425 | ! pp_sys.c | |
3426 | ____________________________________________________________________________ | |
3427 | [ 13640] By: jhi on 2001/12/12 01:49:40 | |
3428 | Log: Missing argument. | |
3429 | Branch: perl | |
3430 | ! utf8.c | |
3431 | ____________________________________________________________________________ | |
3432 | [ 13639] By: jhi on 2001/12/12 01:44:39 | |
3433 | Log: (1) To assume any setuid programs is silly. | |
3434 | (2) Chaining tests with booleans means that some | |
3435 | of them may not get run which means getting out | |
3436 | of test count sync. | |
3437 | Branch: perl | |
3438 | ! t/op/stat.t | |
3439 | ____________________________________________________________________________ | |
3440 | [ 13638] By: jhi on 2001/12/12 01:12:49 | |
3441 | Log: The beos.c needs to be in the main directory. | |
3442 | Branch: perl | |
3443 | ! hints/beos.sh | |
3444 | ____________________________________________________________________________ | |
3445 | [ 13637] By: jhi on 2001/12/12 00:37:20 | |
3446 | Log: Detypo and rename. | |
3447 | Branch: perl | |
3448 | ! doio.c perl.h perlio.c perliol.h | |
3449 | ____________________________________________________________________________ | |
3450 | [ 13636] By: jhi on 2001/12/12 00:22:16 | |
3451 | Log: This time I test compiled. Honest. | |
3452 | Branch: perl | |
3453 | ! beos/beos.c | |
3454 | ____________________________________________________________________________ | |
3455 | [ 13635] By: jhi on 2001/12/11 22:57:07 | |
3456 | Log: Subject: [PATCH] slightly more pack tests | |
3457 | From: Nicholas Clark <nick@ccl4.org> | |
3458 | Date: Tue, 11 Dec 2001 23:41:23 +0000 | |
3459 | Message-ID: <20011211234123.Y21702@plum.flirble.org> | |
3460 | Branch: perl | |
3461 | ! t/op/pack.t | |
3462 | ____________________________________________________________________________ | |
3463 | [ 13634] By: jhi on 2001/12/11 21:49:58 | |
3464 | Log: Subject: [PATCH perl@13600] Gconvert for VMS again | |
3465 | From: "Craig A. Berry" <craigberry@mac.com> | |
3466 | Date: Tue, 11 Dec 2001 16:39:13 -0600 | |
3467 | Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01> | |
3468 | Branch: perl | |
3469 | ! configure.com | |
3470 | ____________________________________________________________________________ | |
3471 | [ 13632] By: jhi on 2001/12/11 21:48:26 | |
3472 | Log: Subject: $Config{perlpath} and -Dversiononly | |
3473 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3474 | Date: Tue, 11 Dec 2001 23:32:33 +0100 | |
3475 | Message-ID: <20011211233233.A11587@rafael> | |
3476 | Branch: perl | |
3477 | ! Configure | |
3478 | ____________________________________________________________________________ | |
3479 | [ 13631] By: jhi on 2001/12/11 21:01:00 | |
3480 | Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment | |
3481 | From: Nicholas Clark <nick@ccl4.org> | |
3482 | Date: Tue, 11 Dec 2001 21:59:36 +0000 | |
3483 | Message-ID: <20011211215935.W21702@plum.flirble.org> | |
3484 | Branch: perl | |
3485 | ! t/op/pack.t | |
3486 | ____________________________________________________________________________ | |
3487 | [ 13630] By: jhi on 2001/12/11 20:16:29 | |
3488 | Log: More UTF-8 API docs. | |
3489 | Branch: perl | |
3490 | ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c | |
3491 | ____________________________________________________________________________ | |
3492 | [ 13629] By: jhi on 2001/12/11 19:17:16 | |
3493 | Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup | |
3494 | From: Nicholas Clark <nick@ccl4.org> | |
3495 | Date: Tue, 11 Dec 2001 20:08:59 +0000 | |
3496 | Message-ID: <20011211200859.S21702@plum.flirble.org> | |
3497 | Branch: perl | |
3498 | ! t/op/pack.t | |
3499 | ____________________________________________________________________________ | |
3500 | [ 13628] By: jhi on 2001/12/11 19:13:57 | |
3501 | Log: Subject: Re: use utf8; with bad utf8 | |
3502 | From: Nicholas Clark <nick@ccl4.org> | |
3503 | Date: Tue, 11 Dec 2001 19:49:21 +0000 | |
3504 | Message-ID: <20011211194921.R21702@plum.flirble.org> | |
3505 | Branch: perl | |
3506 | ! lib/utf8.t | |
3507 | ____________________________________________________________________________ | |
3508 | [ 13627] By: jhi on 2001/12/11 17:29:01 | |
3509 | Log: Can't spell worth a dam. (Try Three Gorges.) | |
3510 | Branch: perl | |
3511 | ! beos/beos.c | |
3512 | ____________________________________________________________________________ | |
3513 | [ 13626] By: jhi on 2001/12/11 15:55:51 | |
3514 | Log: We need DWIM cpps. | |
3515 | Branch: perl | |
3516 | ! perlio.c | |
3517 | ____________________________________________________________________________ | |
3518 | [ 13625] By: jhi on 2001/12/11 15:53:41 | |
3519 | Log: The unixish.h needs to be found and the waitpid wrapper | |
3520 | could use a proto. | |
3521 | Branch: perl | |
3522 | ! beos/beosish.h | |
3523 | ____________________________________________________________________________ | |
3524 | [ 13624] By: jhi on 2001/12/11 15:27:06 | |
3525 | Log: The BeOS waitpid() seems to be broken, | |
3526 | have a wrapper for it. | |
3527 | Branch: perl | |
3528 | + beos/beos.c beos/beosish.h | |
3529 | ! MANIFEST hints/beos.sh perl.h | |
3530 | ____________________________________________________________________________ | |
3531 | [ 13623] By: jhi on 2001/12/11 15:12:18 | |
3532 | Log: Unlean the leaning tower of Babel. | |
3533 | Branch: perl | |
3534 | ! perl.h | |
3535 | ____________________________________________________________________________ | |
3536 | [ 13622] By: jhi on 2001/12/11 14:34:53 | |
3537 | Log: Retract #13607 until we figure out what to do with autouse. | |
3538 | Branch: perl | |
3539 | ! lib/Carp.pm | |
3540 | ____________________________________________________________________________ | |
3541 | [ 13621] By: jhi on 2001/12/11 14:33:14 | |
3542 | Log: Try to handle platforms that have O_TEXT != O_BINARY but | |
3543 | which are not DOSish, BeOS being one of such platforms. | |
3544 | Ideally this should be a Configure test, not a hardwired | |
3545 | cpp symbol test... | |
3546 | Branch: perl | |
3547 | ! doio.c perl.h perlio.c perliol.h | |
3548 | ____________________________________________________________________________ | |
3549 | [ 13620] By: jhi on 2001/12/11 13:56:17 | |
3550 | Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version | |
3551 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
3552 | Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) | |
3553 | Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com> | |
3554 | Branch: perl | |
3555 | ! lib/Term/Cap.pm lib/Term/Cap.t | |
3556 | ____________________________________________________________________________ | |
3557 | [ 13619] By: jhi on 2001/12/11 13:51:21 | |
3558 | Log: Subject: [patch perlio.c] test for NULL before derefencing | |
3559 | From: Stas Bekman <stas@stason.org> | |
3560 | Date: Tue, 11 Dec 2001 16:17:55 +0800 | |
3561 | Message-ID: <3C15C133.8@stason.org> | |
3562 | Branch: perl | |
3563 | ! perlio.c | |
3564 | ____________________________________________________________________________ | |
3565 | [ 13617] By: jhi on 2001/12/11 05:22:08 | |
3566 | Log: BeOS has socket() but not enough to build a working Socket. | |
3567 | Go figure. ("BONE" (BeOS NEtworking?) is some sort of rumored | |
3568 | new networking implementation, which is rumored to fix the | |
3569 | non-standardness of sockets, but it's apparently not publicly | |
3570 | available, and anything to do with BeOS has become quite | |
3571 | complicated with the sale of the Be assets to Palm.) | |
3572 | Branch: perl | |
3573 | ! Configure | |
3574 | ____________________________________________________________________________ | |
3575 | [ 13611] By: jhi on 2001/12/11 04:29:32 | |
3576 | Log: Subject: Exporter's documentation shouldn't lie | |
3577 | From: "Benjamin J. Tilly" <ben_tilly@operamail.com> | |
3578 | Date: Mon, 10 Dec 2001 21:30:20 -0500 | |
3579 | Message-ID: <3C4AA201@operamail.com> | |
3580 | Branch: perl | |
3581 | ! lib/Exporter.pm | |
3582 | ____________________________________________________________________________ | |
3583 | [ 13610] By: jhi on 2001/12/11 04:28:31 | |
3584 | Log: Make Errno better in BeOS (the second hunk is | |
3585 | good on any platform). Still not working in BeOS | |
3586 | are the E constants that refer BeOS native error | |
3587 | constants (B_...) which are enums (*groan*). | |
3588 | Branch: perl | |
3589 | ! ext/Errno/Errno_pm.PL | |
3590 | ____________________________________________________________________________ | |
3591 | [ 13609] By: jhi on 2001/12/11 00:59:31 | |
3592 | Log: The BeOS linker seems to link the last seen symbol, | |
3593 | not the first (so the symbols of op.o from libperl.so | |
3594 | would get linked to miniperl instead of the symbols of | |
3595 | opmini.o)-- use the same trick as for NeXT4 for linking | |
3596 | miniperl. | |
3597 | Branch: perl | |
3598 | ! Makefile.SH | |
3599 | ____________________________________________________________________________ | |
3600 | [ 13608] By: jhi on 2001/12/11 00:49:15 | |
3601 | Log: Subject: Re: [PATCH] tests for hash assignment | |
3602 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
3603 | Date: Tue, 11 Dec 2001 01:48:55 +0000 | |
3604 | Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk> | |
3605 | Branch: perl | |
3606 | ! utf8.c | |
3607 | ____________________________________________________________________________ | |
3608 | [ 13607] By: jhi on 2001/12/11 00:40:47 | |
3609 | Log: (retracted by #13622) | |
3610 | ||
3611 | Subject: RE: More verbose POD for Carp | |
3612 | From: "Benjamin J. Tilly" <ben_tilly@operamail.com> | |
3613 | Date: Mon, 10 Dec 2001 20:23:20 -0500 | |
3614 | Message-ID: <3C4A3566@operamail.com> | |
3615 | Branch: perl | |
3616 | ! lib/Carp.pm | |
3617 | ____________________________________________________________________________ | |
3618 | [ 13606] By: jhi on 2001/12/11 00:39:20 | |
3619 | Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS) | |
3620 | From: "Craig A. Berry" <craigberry@mac.com> | |
3621 | Date: Mon, 10 Dec 2001 18:25:37 -0600 | |
3622 | Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com> | |
3623 | Branch: perl | |
3624 | ! t/op/write.t t/test.pl | |
3625 | ____________________________________________________________________________ | |
3626 | [ 13605] By: jhi on 2001/12/11 00:37:54 | |
3627 | Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check | |
3628 | From: Michael G Schwern <schwern@pobox.com> | |
3629 | Date: Mon, 10 Dec 2001 08:00:01 -0500 | |
3630 | Message-ID: <20011210130000.GK1770@blackrider> | |
3631 | Branch: perl | |
3632 | ! t/comp/multiline.t | |
3633 | ____________________________________________________________________________ | |
3634 | [ 13604] By: jhi on 2001/12/10 22:51:44 | |
3635 | Log: Subject: Re: [PATCH] tests for hash assignment | |
3636 | From: Nicholas Clark <nick@ccl4.org> | |
3637 | Date: Mon, 10 Dec 2001 23:22:28 +0000 | |
3638 | Message-ID: <20011210232228.M21702@plum.flirble.org> | |
3639 | Branch: perl | |
3640 | + t/op/hashassign.t | |
3641 | ! MANIFEST t/op/each.t t/test.pl | |
3642 | ____________________________________________________________________________ | |
3643 | [ 13603] By: jhi on 2001/12/10 21:34:46 | |
3644 | Log: Subject: [PATCH perl@13600] cat2type in tests for VMS | |
3645 | From: "Craig A. Berry" <craigberry@mac.com> | |
3646 | Date: Mon, 10 Dec 2001 16:38:14 -0600 | |
3647 | Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01> | |
3648 | Branch: perl | |
3649 | ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t | |
3650 | ____________________________________________________________________________ | |
3651 | [ 13602] By: jhi on 2001/12/10 19:52:01 | |
3652 | Log: Subject: [PATCH perl@13600] configure.com fixes | |
3653 | From: "Craig A. Berry" <craigberry@mac.com> | |
3654 | Date: Mon, 10 Dec 2001 14:40:20 -0600 | |
3655 | Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01> | |
3656 | Branch: perl | |
3657 | ! configure.com | |
3658 | ____________________________________________________________________________ | |
3659 | [ 13601] By: jhi on 2001/12/10 18:25:30 | |
3660 | Log: Silence BeOS compilation moaning. | |
3661 | Branch: perl | |
3662 | ! perl.h | |
3663 | ____________________________________________________________________________ | |
3664 | [ 13600] By: jhi on 2001/12/10 15:11:40 | |
3665 | Log: Update Changes. | |
3666 | Branch: perl | |
3667 | ! Changes patchlevel.h | |
3668 | ____________________________________________________________________________ | |
0fafaa61 JH |
3669 | [ 13599] By: jhi on 2001/12/10 13:35:57 |
3670 | Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch | |
3671 | From: Michael G Schwern <schwern@pobox.com> | |
3672 | Date: Mon, 10 Dec 2001 01:21:03 -0500 | |
3673 | Message-ID: <20011210062103.GC1770@blackrider> | |
3674 | Branch: perl | |
3675 | ! lib/ExtUtils/Command.t | |
3676 | ____________________________________________________________________________ | |
3677 | [ 13598] By: jhi on 2001/12/10 13:35:20 | |
3678 | Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra | |
3679 | From: Michael G Schwern <schwern@pobox.com> | |
3680 | Date: Mon, 10 Dec 2001 01:10:57 -0500 | |
3681 | Message-ID: <20011210061057.GB1770@blackrider> | |
3682 | Branch: perl | |
3683 | ! t/op/groups.t | |
3684 | ____________________________________________________________________________ | |
3685 | [ 13597] By: jhi on 2001/12/10 13:33:51 | |
3686 | Log: Retract #13596, #13593 should do the trick. | |
3687 | Branch: perl | |
3688 | ! t/op/stat.t | |
3689 | ____________________________________________________________________________ | |
3690 | [ 13596] By: jhi on 2001/12/10 13:31:38 | |
3691 | Log: (retracted by #13597, #13593 does the job better) | |
3692 | ||
3693 | Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix | |
3694 | From: Michael G Schwern <schwern@pobox.com> | |
3695 | Date: Mon, 10 Dec 2001 00:53:16 -0500 | |
3696 | Message-ID: <20011210055316.GA1770@blackrider> | |
3697 | Branch: perl | |
3698 | ! t/op/stat.t | |
3699 | ____________________________________________________________________________ | |
3700 | [ 13595] By: jhi on 2001/12/10 13:28:30 | |
3701 | Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems | |
3702 | From: Michael G Schwern <schwern@pobox.com> | |
3703 | Date: Mon, 10 Dec 2001 02:19:14 -0500 | |
3704 | Message-ID: <20011210071914.GF1770@blackrider> | |
3705 | Branch: perl | |
3706 | ! lib/AutoSplit.t | |
3707 | ____________________________________________________________________________ | |
3708 | [ 13594] By: jhi on 2001/12/10 13:26:24 | |
3709 | Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup | |
3710 | From: Michael G Schwern <schwern@pobox.com> | |
3711 | Date: Mon, 10 Dec 2001 02:47:40 -0500 | |
3712 | Message-ID: <20011210074739.GH1770@blackrider> | |
3713 | Branch: perl | |
3714 | ! t/op/pack.t | |
3715 | ____________________________________________________________________________ | |
3716 | [ 13593] By: jhi on 2001/12/10 13:22:49 | |
3717 | Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl | |
3718 | From: Michael G Schwern <schwern@pobox.com> | |
3719 | Date: Mon, 10 Dec 2001 02:54:22 -0500 | |
3720 | Message-ID: <20011210075422.GI1770@blackrider> | |
3721 | Branch: perl | |
3722 | ! t/test.pl | |
3723 | ____________________________________________________________________________ | |
3724 | [ 13592] By: jhi on 2001/12/10 13:21:06 | |
3725 | Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM | |
3726 | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> | |
3727 | Date: Mon, 10 Dec 2001 08:45:20 +0100 | |
3728 | Message-ID: <3C146810.60B5B7C0@alcatel.at> | |
3729 | Branch: perl | |
3730 | ! pp_pack.c | |
3731 | ____________________________________________________________________________ | |
3732 | [ 13591] By: jhi on 2001/12/10 13:18:17 | |
3733 | Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup | |
3734 | From: Michael G Schwern <schwern@pobox.com> | |
3735 | Date: Mon, 10 Dec 2001 03:27:02 -0500 | |
3736 | Message-ID: <20011210082702.GN1770@blackrider> | |
3737 | Branch: perl | |
3738 | ! t/io/openpid.t | |
3739 | ____________________________________________________________________________ | |
3740 | [ 13590] By: jhi on 2001/12/10 13:17:08 | |
3741 | Log: More chmod +w. | |
3742 | Branch: perl | |
3743 | ! Porting/makerel | |
3744 | ____________________________________________________________________________ | |
3745 | [ 13589] By: jhi on 2001/12/10 04:21:59 | |
3746 | Log: Just skip the readability test if running as root. | |
3747 | Branch: perl | |
3748 | ! lib/Net/t/netrc.t | |
3749 | ____________________________________________________________________________ | |
3750 | [ 13588] By: jhi on 2001/12/10 04:03:10 | |
3751 | Log: Tell about the downside of safe signals. | |
3752 | Branch: perl | |
3753 | ! pod/perldelta.pod | |
3754 | ____________________________________________________________________________ | |
3755 | [ 13587] By: jhi on 2001/12/10 03:38:20 | |
3756 | Log: Make the whole -lperl thing NetBSD only until we | |
3757 | find some other platform that needs the same. | |
3758 | Branch: perl | |
3759 | ! lib/ExtUtils/MM_Unix.pm | |
3760 | ____________________________________________________________________________ | |
3761 | [ 13586] By: jhi on 2001/12/10 03:13:59 | |
3762 | Log: Subject: [PATCH t/op/pack.t] Cleanup | |
3763 | From: Michael G Schwern <schwern@pobox.com> | |
3764 | Date: Sun, 9 Dec 2001 23:08:26 -0500 | |
3765 | Message-ID: <20011210040826.GD660@blackrider> | |
3766 | Branch: perl | |
3767 | ! t/op/pack.t | |
3768 | ____________________________________________________________________________ | |
3769 | [ 13585] By: jhi on 2001/12/10 02:47:01 | |
3770 | Log: Add threads support for NetBSD. | |
3771 | ||
3772 | This is also the first (I think) Perl threads build with | |
3773 | the GNU pth ( http://www.gnu.org/software/pth/pth.html ). | |
3774 | NetBSD does not as of yet have true kernel POSIX threads, | |
3775 | but the user-level pth seems to be doing pretty well-- | |
3776 | the only failure is that threads/t/basic okays 6 and 7 | |
3777 | consistently seem be arriving in the reverse order. | |
3778 | Well, gdbm.t is also failing: 'Undefined PLT symbol | |
3779 | "gdbm_open" (reloc type = 7, symnum = 28)', but I'm | |
3780 | guessing that GDBM would need a threaded rebuild. | |
3781 | Branch: perl | |
3782 | ! hints/netbsd.sh | |
3783 | ____________________________________________________________________________ | |
3784 | [ 13582] By: jhi on 2001/12/10 02:01:26 | |
3785 | Log: Update the ithreads selection info in Configure, | |
3786 | as suggested by Michael Schwern. | |
3787 | Branch: perl | |
3788 | ! Configure | |
3789 | ____________________________________________________________________________ | |
3790 | [ 13581] By: jhi on 2001/12/10 01:56:14 | |
3791 | Log: Clearing locale environment simply doesn't seem to | |
3792 | guarantee that (nl_)langinfo(CODESET) would return nil. | |
3793 | (I for example get "ISO8859-1", so <guess>maybe there can | |
3794 | be per-system default settings at work</guess>.) | |
3795 | Branch: perl | |
3796 | ! lib/open.t | |
3797 | ____________________________________________________________________________ | |
3798 | [ 13580] By: jhi on 2001/12/10 01:53:11 | |
3799 | Log: Subject: RE: Exporter fixes reversed in 13540? | |
3800 | From: "Benjamin J. Tilly" <ben_tilly@operamail.com> | |
3801 | Date: Sun, 9 Dec 2001 12:55:15 -0500 | |
3802 | Message-ID: <3C13F455@operamail.com> | |
3803 | Branch: perl | |
3804 | ! lib/open.pm | |
3805 | ____________________________________________________________________________ | |
3806 | [ 13579] By: jhi on 2001/12/10 01:26:53 | |
3807 | Log: Root is the lizard king. | |
3808 | Branch: perl | |
3809 | ! lib/Net/t/netrc.t | |
3810 | ____________________________________________________________________________ | |
3811 | [ 13578] By: jhi on 2001/12/10 01:01:24 | |
3812 | Log: Telling how many tests we are expecting helps. | |
3813 | Branch: perl | |
3814 | ! ext/POSIX/t/waitpid.t | |
3815 | ____________________________________________________________________________ | |
3816 | [ 13577] By: jhi on 2001/12/10 00:38:09 | |
3817 | Log: Add a test case for waitpid(): from Rocco Caputo. | |
3818 | Branch: perl | |
3819 | + ext/POSIX/t/waitpid.t | |
3820 | ! MANIFEST | |
3821 | ____________________________________________________________________________ | |
3822 | [ 13576] By: jhi on 2001/12/10 00:15:19 | |
3823 | Log: Subject: [PATCH] Term::ReadLine tweaks and test | |
3824 | From: Richard Clamp <richardc@unixbeard.net> | |
3825 | Date: Mon, 10 Dec 2001 00:51:47 +0000 | |
3826 | Message-ID: <20011210005147.GA1073@mirth.demon.co.uk> | |
3827 | Branch: perl | |
3828 | + lib/Term/ReadLine.t | |
3829 | ! MANIFEST lib/Term/ReadLine.pm | |
3830 | ____________________________________________________________________________ | |
3831 | [ 13575] By: jhi on 2001/12/10 00:04:56 | |
3832 | Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32 | |
3833 | From: Rocco Caputo <troc@netrus.net> | |
3834 | Date: Sun, 9 Dec 2001 18:12:38 -0500 | |
3835 | Message-ID: <20011209181238.A803@eyrie.homenet> | |
3836 | Branch: perl | |
3837 | ! win32/win32.c | |
3838 | ____________________________________________________________________________ | |
3839 | [ 13574] By: jhi on 2001/12/09 23:49:19 | |
3840 | Log: make sure that va_start() has matching va_end(); | |
3841 | from OpenBSD 3.0. | |
3842 | Branch: perl | |
3843 | ! x2p/util.c | |
3844 | ____________________________________________________________________________ | |
3845 | [ 13573] By: jhi on 2001/12/09 23:45:57 | |
3846 | Log: h2ph updates from OpenBSD 3.0. | |
3847 | Branch: perl | |
3848 | ! utils/h2ph.PL | |
3849 | ____________________________________________________________________________ | |
3850 | [ 13572] By: jhi on 2001/12/09 23:44:25 | |
3851 | Log: OpenBSD hints update from OpenBSD 3.0. | |
3852 | Branch: perl | |
3853 | ! hints/openbsd.sh | |
3854 | ____________________________________________________________________________ | |
3855 | [ 13571] By: jhi on 2001/12/09 23:32:08 | |
3856 | Log: DJGPP tweaks from Laszlo Molnar. | |
3857 | Branch: perl | |
3858 | ! djgpp/config.over lib/File/Find/t/find.t | |
3859 | ! lib/File/Find/t/taint.t t/pod/find.t | |
3860 | ____________________________________________________________________________ | |
3861 | [ 13570] By: jhi on 2001/12/09 23:28:55 | |
3862 | Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok | |
3863 | From: Michael G Schwern <schwern@pobox.com> | |
3864 | Date: Sun, 9 Dec 2001 19:28:12 -0500 | |
3865 | Message-ID: <20011210002812.GF13586@blackrider> | |
3866 | Branch: perl | |
3867 | ! README.cygwin | |
3868 | ____________________________________________________________________________ | |
3869 | [ 13569] By: jhi on 2001/12/09 21:51:37 | |
3870 | Log: README.cygwin update from Gerrit P. Haase. | |
3871 | Branch: perl | |
3872 | ! README.cygwin | |
3873 | ____________________________________________________________________________ | |
3874 | [ 13568] By: jhi on 2001/12/09 21:49:06 | |
3875 | Log: Apply NetBSD patch-ag: shared/static linking, | |
3876 | but make the change less intrusive on non-NetBSD. | |
3877 | Branch: perl | |
3878 | ! lib/ExtUtils/MM_Unix.pm | |
3879 | ____________________________________________________________________________ | |
3880 | [ 13567] By: jhi on 2001/12/09 21:09:10 | |
3881 | Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths. | |
3882 | Branch: perl | |
3883 | ! lib/ExtUtils/Liblist.pm | |
3884 | ____________________________________________________________________________ | |
3885 | [ 13566] By: jhi on 2001/12/09 20:55:32 | |
3886 | Log: Apply NetBSD patch-ae: another gcc sparc64 bug. | |
3887 | Branch: perl | |
3888 | ! regcomp.c | |
3889 | ____________________________________________________________________________ | |
3890 | [ 13565] By: jhi on 2001/12/09 20:50:57 | |
3891 | Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug. | |
3892 | Branch: perl | |
3893 | ! pp.c | |
3894 | ____________________________________________________________________________ | |
3895 | [ 13564] By: jhi on 2001/12/09 20:38:48 | |
3896 | Log: Apply NetBSD patch-ac. | |
3897 | (the fix has already been done: change #9706, fully qualified | |
3898 | pathnames in packlists) | |
3899 | Branch: perl | |
3900 | ! lib/ExtUtils/Install.pm | |
3901 | ____________________________________________________________________________ | |
3902 | [ 13563] By: jhi on 2001/12/09 20:32:52 | |
3903 | Log: Apply NetBSD patch-ab: NetBSD hints update. | |
3904 | Branch: perl | |
3905 | ! hints/netbsd.sh | |
3906 | ____________________________________________________________________________ | |
3907 | [ 13561] By: jhi on 2001/12/09 20:31:14 | |
3908 | Log: NetBSD has <ieeefp.h> but hidden. | |
3909 | Branch: perl | |
3910 | ! hints/netbsd.sh | |
3911 | ____________________________________________________________________________ | |
3912 | [ 13560] By: jhi on 2001/12/09 20:29:35 | |
3913 | Log: Implement NetBSD patch-aa. | |
3914 | Branch: perl | |
3915 | ! Configure | |
3916 | ____________________________________________________________________________ | |
3917 | [ 13559] By: jhi on 2001/12/09 19:21:45 | |
3918 | Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted() | |
3919 | From: "Wolfgang Laun" <wolfgang.laun@chello.at> | |
3920 | Date: Sun, 09 Dec 2001 13:40:58 +0100 | |
3921 | Message-ID: <200112091340580550.008ED513@smtp.chello.at> | |
3922 | ||
3923 | (The lstat()s were there in 5.6.1: what happened to them?) | |
3924 | Branch: perl | |
3925 | ! lib/File/Find.pm | |
3926 | ____________________________________________________________________________ | |
3927 | [ 13558] By: jhi on 2001/12/09 19:04:23 | |
3928 | Log: Quickie documentation of the C UTF-8 API. | |
3929 | Branch: perl | |
3930 | ! pod/perlunicode.pod | |
3931 | ____________________________________________________________________________ | |
3932 | [ 13557] By: jhi on 2001/12/09 18:36:20 | |
3933 | Log: Subject: bleadperl on cygwin weirdness... | |
3934 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
3935 | Date: Sun, 9 Dec 2001 20:31:28 +0100 | |
3936 | Message-ID: <13779422183.20011209203128@familiehaase.de> | |
3937 | ||
3938 | (plus libperl*.dll version portability tweaks) | |
3939 | Branch: perl | |
3940 | ! lib/ExtUtils/Embed.t | |
3941 | ____________________________________________________________________________ | |
3942 | [ 13556] By: jhi on 2001/12/09 18:21:46 | |
3943 | Log: Instead of muting symbol export error if under eval, | |
3944 | delay the errors until the croak(). | |
3945 | ||
3946 | (replaces #13408) | |
3947 | Branch: perl | |
3948 | ! lib/Exporter/Heavy.pm | |
3949 | ____________________________________________________________________________ | |
3950 | [ 13555] By: jhi on 2001/12/09 18:09:12 | |
3951 | Log: Basegroup 0 is a cygwin_nt thing. | |
3952 | Branch: perl | |
3953 | ! t/op/groups.t | |
3954 | ____________________________________________________________________________ | |
3955 | [ 13554] By: jhi on 2001/12/09 17:57:44 | |
3956 | Log: Also WinME is LoseLink. | |
3957 | Branch: perl | |
3958 | ! t/op/stat.t | |
3959 | ____________________________________________________________________________ | |
3960 | [ 13553] By: jhi on 2001/12/09 16:25:52 | |
3961 | Log: Forgotten checkin. | |
3962 | Branch: perl | |
3963 | ! lib/User/grent.t | |
3964 | ____________________________________________________________________________ | |
3965 | [ 13552] By: jhi on 2001/12/09 16:23:14 | |
3966 | Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/" | |
3967 | From: "Wolfgang Laun" <wolfgang.laun@chello.at> | |
3968 | Date: Sun, 09 Dec 2001 13:45:06 +0100 | |
3969 | Message-ID: <200112091345060760.00929EA9@smtp.chello.at> | |
3970 | Branch: perl | |
3971 | ! lib/File/Find.pm | |
3972 | ____________________________________________________________________________ | |
3973 | [ 13551] By: jhi on 2001/12/09 16:18:20 | |
3974 | Log: Tweakback. | |
3975 | Branch: perl | |
3976 | ! lib/Net/hostent.t | |
3977 | ____________________________________________________________________________ | |
3978 | [ 13550] By: jhi on 2001/12/09 16:01:55 | |
3979 | Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities | |
3980 | From: Michael G Schwern <schwern@pobox.com> | |
3981 | Date: Sat, 8 Dec 2001 14:48:38 -0500 | |
3982 | Message-ID: <20011208194838.GA8650@blackrider> | |
3983 | Branch: perl | |
3984 | ! t/op/grent.t | |
3985 | ____________________________________________________________________________ | |
3986 | [ 13549] By: jhi on 2001/12/09 15:40:28 | |
3987 | Log: Subject: [README.cygwin] Removing old expected test failures | |
3988 | From: Michael G Schwern <schwern@pobox.com> | |
3989 | Date: Sat, 8 Dec 2001 15:38:28 -0500 | |
3990 | Message-ID: <20011208203828.GB9017@blackrider> | |
3991 | Branch: perl | |
3992 | ! README.cygwin | |
3993 | ____________________________________________________________________________ | |
3994 | [ 13548] By: jhi on 2001/12/09 15:37:48 | |
3995 | Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity | |
3996 | From: Michael G Schwern <schwern@pobox.com> | |
3997 | Date: Sat, 8 Dec 2001 15:26:59 -0500 | |
3998 | Message-ID: <20011208202659.GA9017@blackrider> | |
3999 | Branch: perl | |
4000 | ! lib/Net/hostent.t | |
4001 | ____________________________________________________________________________ | |
4002 | [ 13547] By: jhi on 2001/12/09 15:33:43 | |
4003 | Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links | |
4004 | From: Michael G Schwern <schwern@pobox.com> | |
4005 | Date: Sat, 8 Dec 2001 15:06:16 -0500 | |
4006 | Message-ID: <20011208200616.GA8915@blackrider> | |
4007 | Branch: perl | |
4008 | ! t/op/stat.t | |
4009 | ____________________________________________________________________________ | |
4010 | [ 13546] By: jhi on 2001/12/09 15:31:19 | |
4011 | Log: Developer deprecations and an incompatibility. | |
4012 | Branch: perl | |
4013 | ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod | |
4014 | ____________________________________________________________________________ | |
4015 | [ 13545] By: jhi on 2001/12/09 15:27:14 | |
4016 | Log: Shoo. | |
4017 | Branch: perl | |
4018 | - lib/Attribute/Handlers.pm | |
4019 | ____________________________________________________________________________ | |
4020 | [ 13544] By: jhi on 2001/12/09 15:20:08 | |
4021 | Log: Remove Attribute::Handlers, as per Damian's request. | |
4022 | (Because of fixing the my variables to be now handled | |
4023 | in run-time, the whole internals of the A::H needs to | |
4024 | be rewritten and Damian will not have time for that | |
4025 | for months.) | |
4026 | Branch: perl | |
4027 | - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README | |
4028 | - lib/Attribute/Handlers/demo/Demo.pm | |
4029 | - lib/Attribute/Handlers/demo/Descriptions.pm | |
4030 | - lib/Attribute/Handlers/demo/MyClass.pm | |
4031 | - lib/Attribute/Handlers/demo/demo.pl | |
4032 | - lib/Attribute/Handlers/demo/demo2.pl | |
4033 | - lib/Attribute/Handlers/demo/demo3.pl | |
4034 | - lib/Attribute/Handlers/demo/demo4.pl | |
4035 | - lib/Attribute/Handlers/demo/demo_call.pl | |
4036 | - lib/Attribute/Handlers/demo/demo_chain.pl | |
4037 | - lib/Attribute/Handlers/demo/demo_cycle.pl | |
4038 | - lib/Attribute/Handlers/demo/demo_hashdir.pl | |
4039 | - lib/Attribute/Handlers/demo/demo_phases.pl | |
4040 | - lib/Attribute/Handlers/demo/demo_range.pl | |
4041 | - lib/Attribute/Handlers/demo/demo_rawdata.pl | |
4042 | - lib/Attribute/Handlers/t/multi.t | |
4043 | ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod | |
4044 | ! pod/perlmodlib.pod pod/perltoc.pod | |
4045 | ____________________________________________________________________________ | |
4046 | [ 13543] By: jhi on 2001/12/09 15:00:50 | |
4047 | Log: Subject: Re: attributes are broken | |
4048 | From: Spider Boardman <spider@Orb.Nashua.NH.US> | |
4049 | Date: Sun, 09 Dec 2001 00:09:23 -0500 | |
4050 | Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> | |
4051 | Branch: perl | |
4052 | ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h | |
4053 | ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t | |
4054 | ! xsutils.c | |
4055 | ____________________________________________________________________________ | |
4056 | [ 13542] By: jhi on 2001/12/09 14:49:46 | |
4057 | Log: Forgotten checkin. | |
4058 | Branch: perl | |
4059 | ! lib/Pod/Text.pm | |
4060 | ____________________________________________________________________________ | |
4061 | [ 13541] By: jhi on 2001/12/09 14:48:15 | |
4062 | Log: uconfig.h update. | |
4063 | Branch: perl | |
4064 | ! uconfig.h | |
4065 | ____________________________________________________________________________ | |
4066 | [ 13540] By: jhi on 2001/12/08 18:39:51 | |
4067 | Log: Update Changes. | |
4068 | Branch: perl | |
4069 | ! Changes patchlevel.h | |
4070 | ____________________________________________________________________________ | |
137e7465 JH |
4071 | [ 13539] By: jhi on 2001/12/08 18:28:02 |
4072 | Log: Note that some of the Unicode features are | |
4073 | dependent on perlio. | |
4074 | Branch: perl | |
4075 | ! pod/perluniintro.pod | |
4076 | ____________________________________________________________________________ | |
4077 | [ 13538] By: jhi on 2001/12/08 17:53:00 | |
4078 | Log: Regen perlapi, regen toc. | |
4079 | Branch: perl | |
4080 | ! pod/perlapi.pod pod/perltoc.pod | |
4081 | ____________________________________________________________________________ | |
4082 | [ 13537] By: jhi on 2001/12/08 17:44:48 | |
4083 | Log: FAQ sync. | |
4084 | Branch: perl | |
4085 | ! pod/perlfaq4.pod pod/perlfaq6.pod | |
4086 | ____________________________________________________________________________ | |
4087 | [ 13536] By: jhi on 2001/12/08 17:37:53 | |
4088 | Log: Subject: [PATCH] Fix odd language in an sv.c comment | |
4089 | From: coral@eekeek.org | |
4090 | Date: Sat, 8 Dec 2001 12:19:39 -0500 | |
4091 | Message-Id: <200112081719.fB8HJdZ14747@eekeek.org> | |
4092 | Branch: perl | |
4093 | ! sv.c | |
4094 | ____________________________________________________________________________ | |
4095 | [ 13535] By: jhi on 2001/12/08 15:29:18 | |
4096 | Log: Subject: [PATCH lib/vmsish.t] Small test name abuse. | |
4097 | From: Michael G Schwern <schwern@pobox.com> | |
4098 | Date: Fri, 7 Dec 2001 20:03:45 -0500 | |
4099 | Message-ID: <20011208010345.GD642@blackrider> | |
4100 | ||
4101 | Subject: [PATCH vms/test.com] Goodbye frightening echo kludge! | |
4102 | From: Michael G Schwern <schwern@pobox.com> | |
4103 | Date: Fri, 7 Dec 2001 20:13:54 -0500 | |
4104 | Message-ID: <20011208011354.GE642@blackrider> | |
4105 | ||
4106 | Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING | |
4107 | From: Michael G Schwern <schwern@pobox.com> | |
4108 | Date: Fri, 7 Dec 2001 21:47:36 -0500 | |
4109 | Message-ID: <20011208024736.GH642@blackrider> | |
4110 | ||
4111 | Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests | |
4112 | From: Michael G Schwern <schwern@pobox.com> | |
4113 | Date: Fri, 7 Dec 2001 23:09:43 -0500 | |
4114 | Message-ID: <20011208040943.GK642@blackrider> | |
4115 | ||
4116 | Subject: [PATCH] vms/test.com -- skip tty tests when not interactive | |
4117 | Message-Id: <a05101004b83754903506@[172.16.52.1]> | |
4118 | Date: Fri, 7 Dec 2001 23:28:15 -0600 | |
4119 | From: "Craig A. Berry" <craigberry@mac.com> | |
4120 | Branch: perl | |
4121 | ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com | |
4122 | ____________________________________________________________________________ | |
4123 | [ 13534] By: jhi on 2001/12/08 15:16:14 | |
4124 | Log: Integrate perlio. | |
4125 | Branch: perl | |
4126 | !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c | |
4127 | !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c | |
4128 | ____________________________________________________________________________ | |
4129 | [ 13533] By: jhi on 2001/12/08 15:13:39 | |
4130 | Log: Retract #11156 since Sarathy has found that it breaks code: | |
4131 | http://bugs.ActiveState.com/show_bug.cgi?id=18457 | |
4132 | http://bugs.ActiveState.com/show_bug.cgi?id=18858 | |
4133 | Branch: perl | |
4134 | ! op.c sv.c t/op/pos.t | |
4135 | ____________________________________________________________________________ | |
4136 | [ 13532] By: nick on 2001/12/08 14:11:12 | |
4137 | Log: Integrate mainline | |
4138 | Branch: perlio | |
4139 | !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t | |
4140 | !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl | |
4141 | ____________________________________________________________________________ | |
4142 | [ 13531] By: nick on 2001/12/08 13:48:21 | |
4143 | Log: Tweak multi-arg open error messages | |
4144 | Branch: perlio | |
4145 | ! perlio.c | |
4146 | ____________________________________________________________________________ | |
4147 | [ 13530] By: nick on 2001/12/08 10:20:06 | |
4148 | Log: Allow multi-arg open() if opening layer declares this legal. | |
4149 | Branch: perlio | |
4150 | ! doio.c perlio.c perliol.h | |
4151 | ____________________________________________________________________________ | |
4152 | [ 13529] By: jhi on 2001/12/07 23:48:58 | |
4153 | Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO | |
4154 | From: Michael G Schwern <schwern@pobox.com> | |
4155 | Date: Fri, 7 Dec 2001 19:41:31 -0500 | |
4156 | Message-ID: <20011208004131.GC642@blackrider> | |
4157 | Branch: perl | |
4158 | ! t/run/switches.t t/test.pl | |
4159 | ____________________________________________________________________________ | |
4160 | [ 13528] By: jhi on 2001/12/07 23:47:26 | |
4161 | Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO | |
4162 | From: Michael G Schwern <schwern@pobox.com> | |
4163 | Date: Fri, 7 Dec 2001 19:12:44 -0500 | |
4164 | Message-ID: <20011208001244.GB642@blackrider> | |
4165 | Branch: perl | |
4166 | ! t/op/stat.t | |
4167 | ____________________________________________________________________________ | |
4168 | [ 13527] By: jhi on 2001/12/07 22:31:22 | |
4169 | Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck! | |
4170 | From: Michael G Schwern <schwern@pobox.com> | |
4171 | Date: Fri, 7 Dec 2001 17:28:57 -0500 | |
4172 | Message-ID: <20011207222857.GI23210@blackrider> | |
4173 | Branch: perl | |
4174 | ! t/op/magic.t | |
4175 | ____________________________________________________________________________ | |
4176 | [ 13526] By: jhi on 2001/12/07 22:27:46 | |
4177 | Log: which_perl: if File::Spec fails, assume "./" and hope for the best. | |
4178 | Branch: perl | |
4179 | ! t/test.pl | |
4180 | ____________________________________________________________________________ | |
4181 | [ 13525] By: jhi on 2001/12/07 22:21:25 | |
4182 | Log: which_perl: delay as much a possible till runtime. | |
4183 | Branch: perl | |
4184 | ! t/test.pl | |
4185 | ____________________________________________________________________________ | |
4186 | [ 13524] By: jhi on 2001/12/07 21:58:15 | |
4187 | Log: Further tweakage to which_perl(). | |
4188 | Branch: perl | |
4189 | ! t/test.pl | |
4190 | ____________________________________________________________________________ | |
4191 | [ 13523] By: jhi on 2001/12/07 21:57:30 | |
4192 | Log: perluniintro tweaks. | |
4193 | Branch: perl | |
4194 | ! pod/perluniintro.pod | |
4195 | ____________________________________________________________________________ | |
4196 | [ 13522] By: jhi on 2001/12/07 21:01:02 | |
4197 | Log: Tweak the $Perl computation. | |
4198 | Branch: perl | |
4199 | ! t/test.pl | |
4200 | ____________________________________________________________________________ | |
4201 | [ 13521] By: jhi on 2001/12/07 17:27:02 | |
4202 | Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery | |
4203 | From: Nicholas Clark <nick@ccl4.org> | |
4204 | Date: Fri, 7 Dec 2001 17:06:56 +0000 | |
4205 | Message-ID: <20011207170656.G21702@plum.flirble.org> | |
4206 | Branch: perl | |
4207 | ! doop.c t/op/chop.t | |
4208 | ____________________________________________________________________________ | |
4209 | [ 13520] By: jhi on 2001/12/07 15:55:34 | |
4210 | Log: Update Changes. | |
4211 | Branch: perl | |
4212 | ! Changes patchlevel.h | |
4213 | ____________________________________________________________________________ | |
962a6f0a JH |
4214 | [ 13519] By: jhi on 2001/12/07 15:32:58 |
4215 | Log: Missing ). | |
4216 | Branch: perl | |
4217 | ! t/test.pl | |
4218 | ____________________________________________________________________________ | |
4219 | [ 13518] By: jhi on 2001/12/07 15:24:32 | |
4220 | Log: Allow several arguments to display(). | |
4221 | Branch: perl | |
4222 | ! t/test.pl | |
4223 | ____________________________________________________________________________ | |
4224 | [ 13517] By: jhi on 2001/12/07 15:19:20 | |
4225 | Log: /dev/stdout could be either a character special file | |
4226 | or a named pipe, so let's pretend it doesn't exist. | |
4227 | Branch: perl | |
4228 | ! t/op/stat.t | |
4229 | ____________________________________________________________________________ | |
137e7465 JH |
4230 | [ 13516] By: nick on 2001/12/07 15:09:23 |
4231 | Log: Integrate again - can I catch up ? | |
4232 | Branch: perlio | |
4233 | !> t/test.pl | |
4234 | ____________________________________________________________________________ | |
4235 | [ 13515] By: nick on 2001/12/07 15:08:17 | |
4236 | Log: Integrate mainline some more | |
4237 | Branch: perlio | |
4238 | !> README.hpux hints/linux.sh pod/perlfunc.pod | |
4239 | ____________________________________________________________________________ | |
4240 | [ 13514] By: nick on 2001/12/07 15:07:15 | |
4241 | Log: Integrate mainline | |
4242 | Branch: perlio | |
4243 | +> djgpp/djgpp.h ext/Devel/PPPort/Changes | |
4244 | +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c | |
4245 | +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t | |
4246 | +> hints/super-ux.sh lib/File/Spec/t/Functions.t | |
4247 | +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t | |
4248 | +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod | |
4249 | +> t/lib/Math/BigInt/BareCalc.pm | |
4250 | - ext/Devel/PPPort/harness/Harness.pm | |
4251 | - ext/Devel/PPPort/harness/Harness.xs | |
4252 | - ext/Devel/PPPort/harness/Makefile.PL | |
4253 | - ext/Devel/PPPort/harness/module2.c | |
4254 | - ext/Devel/PPPort/harness/module3.c | |
4255 | - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t | |
4256 | - lib/File/Spec/Functions.t | |
4257 | !> (integrate 103 files) | |
4258 | ____________________________________________________________________________ | |
962a6f0a JH |
4259 | [ 13513] By: jhi on 2001/12/07 14:58:06 |
4260 | Log: Add display() for displaying icky scalars. | |
4261 | Branch: perl | |
4262 | ! t/test.pl | |
4263 | ____________________________________________________________________________ | |
4264 | [ 13511] By: jhi on 2001/12/07 14:40:58 | |
4265 | Log: Subject: [ID 20011207.001] documentation bug for waitpid | |
4266 | From: Jan-Pieter Cornet <john@pc.xs4all.nl> | |
4267 | Date: Fri, 7 Dec 2001 12:44:56 +0100 | |
4268 | Message-Id: <200112071144.MAA12790@pc.xs4all.nl> | |
4269 | Branch: perl | |
4270 | ! pod/perlfunc.pod | |
4271 | ____________________________________________________________________________ | |
4272 | [ 13510] By: jhi on 2001/12/07 14:38:39 | |
4273 | Log: gcc version matching didn't. | |
4274 | Branch: perl | |
4275 | ! hints/linux.sh | |
4276 | ____________________________________________________________________________ | |
4277 | [ 13509] By: jhi on 2001/12/07 14:21:33 | |
4278 | Log: Subject: HP renamed their servers | |
4279 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
4280 | Date: Fri, 07 Dec 2001 12:07:22 +0100 | |
4281 | Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl> | |
4282 | Branch: perl | |
4283 | ! README.hpux | |
4284 | ____________________________________________________________________________ | |
4285 | [ 13508] By: jhi on 2001/12/07 14:01:41 | |
4286 | Log: Subject: Re: [patch pod/perlport.pod] wrong escape | |
4287 | From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> | |
4288 | Date: Fri, 7 Dec 2001 00:24:55 -0500 | |
4289 | Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu> | |
4290 | Branch: perl | |
4291 | ! pod/perlport.pod | |
4292 | ____________________________________________________________________________ | |
4293 | [ 13507] By: jhi on 2001/12/07 03:07:03 | |
4294 | Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2 | |
4295 | From: Michael G Schwern <schwern@pobox.com> | |
4296 | Date: Thu, 6 Dec 2001 22:56:34 -0500 | |
4297 | Message-ID: <20011207035634.GO22648@blackrider> | |
4298 | Branch: perl | |
4299 | ! t/base/lex.t t/op/exec.t | |
4300 | ____________________________________________________________________________ | |
4301 | [ 13506] By: jhi on 2001/12/07 03:05:38 | |
4302 | Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing | |
4303 | From: Michael G Schwern <schwern@pobox.com> | |
4304 | Date: Thu, 6 Dec 2001 22:45:44 -0500 | |
4305 | Message-ID: <20011207034544.GN22648@blackrider> | |
4306 | ||
4307 | (plus op/ref tweak) | |
4308 | Branch: perl | |
4309 | ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t | |
4310 | ! t/run/kill_perl.t t/test.pl | |
4311 | ____________________________________________________________________________ | |
4312 | [ 13505] By: jhi on 2001/12/07 01:30:25 | |
4313 | Log: Upgrade to Math::BigInt 1.48. | |
4314 | Branch: perl | |
4315 | + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm | |
4316 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
4317 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc | |
4318 | ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t | |
4319 | ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t | |
4320 | ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t | |
4321 | ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm | |
4322 | ____________________________________________________________________________ | |
4323 | [ 13504] By: jhi on 2001/12/07 00:56:58 | |
4324 | Log: Mention also perl56delta in case somone is upgrading from | |
4325 | Perl 5.005_03. | |
4326 | Branch: perl | |
4327 | ! pod/perldelta.pod | |
4328 | ____________________________________________________________________________ | |
4329 | [ 13503] By: jhi on 2001/12/07 00:46:55 | |
4330 | Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests | |
4331 | From: Michael G Schwern <schwern@pobox.com> | |
4332 | Date: Thu, 6 Dec 2001 15:15:28 -0500 | |
4333 | Message-ID: <20011206201528.GF16414@blackrider> | |
4334 | ||
4335 | (just the term.t, not the lex.t) | |
4336 | ||
4337 | Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now | |
4338 | From: Michael G Schwern <schwern@pobox.com> | |
4339 | Date: Thu, 6 Dec 2001 15:22:22 -0500 | |
4340 | Message-ID: <20011206202222.GG16414@blackrider> | |
4341 | ||
4342 | Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic | |
4343 | From: Michael G Schwern <schwern@pobox.com> | |
4344 | Date: Thu, 6 Dec 2001 15:31:58 -0500 | |
4345 | Message-ID: <20011206203158.GI16414@blackrider> | |
4346 | ||
4347 | Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge | |
4348 | From: Michael G Schwern <schwern@pobox.com> | |
4349 | Date: Thu, 6 Dec 2001 17:38:55 -0500 | |
4350 | Message-ID: <20011206223855.GC22648@blackrider> | |
4351 | Branch: perl | |
4352 | ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t | |
4353 | ! t/test.pl | |
4354 | ____________________________________________________________________________ | |
4355 | [ 13502] By: jhi on 2001/12/06 22:15:49 | |
4356 | Log: Update the thr5005 situation. | |
4357 | Branch: perl | |
4358 | ! pod/perldelta.pod | |
4359 | ____________________________________________________________________________ | |
4360 | [ 13501] By: jhi on 2001/12/06 22:06:28 | |
4361 | Log: perldelta borrowings from perl561delta. | |
4362 | Branch: perl | |
4363 | ! pod/perldelta.pod | |
4364 | ____________________________________________________________________________ | |
4365 | [ 13500] By: jhi on 2001/12/06 21:21:59 | |
4366 | Log: Add the 5.6.1 perldelta as perl561delta. | |
4367 | (Makes it easier to steal stuff for perldelta :-) | |
4368 | Branch: perl | |
4369 | + pod/perl561delta.pod | |
4370 | ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod | |
4371 | _______________________________________________________ |