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 | ____________________________________________________________________________ |
d4c3df8f JH |
34 | [ 14502] By: jhi on 2002/01/30 14:32:25 |
35 | Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status | |
36 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
37 | Date: Wed, 30 Jan 2002 11:58:33 GMT | |
38 | Message-Id: <200201301158.LAA14883@tempest.npl.co.uk> | |
39 | Branch: perl | |
40 | ! lib/CPAN.pm | |
41 | ____________________________________________________________________________ | |
42 | [ 14501] By: jhi on 2002/01/30 14:20:32 | |
43 | Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm; | |
44 | re-sort MANIFEST. | |
45 | Branch: perl | |
46 | + ext/Encode/Encode.pm | |
47 | - ext/Encode/lib/Encode.pm | |
48 | ! MANIFEST ext/Encode/Makefile.PL | |
49 | ____________________________________________________________________________ | |
50 | [ 14500] By: jhi on 2002/01/30 14:05:13 | |
51 | Log: Integrate perlio; | |
52 | ||
53 | Collect some stats during compile process. | |
54 | Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR | |
55 | as one XS - inconclusive - marginal win? | |
56 | Add some comments to encode.h | |
57 | Branch: perl | |
58 | !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile | |
59 | !> ext/Encode/encode.h | |
60 | ____________________________________________________________________________ | |
61 | [ 14497] By: jhi on 2002/01/30 04:40:56 | |
62 | Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's) | |
63 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
64 | Date: Tue, 29 Jan 2002 01:13:09 -0800 | |
65 | Message-ID: <lemV8gzkgu/K092yn@efn.org> | |
66 | Branch: perl | |
67 | ! configpm | |
68 | ____________________________________________________________________________ | |
69 | [ 14496] By: jhi on 2002/01/30 01:55:57 | |
70 | Log: Subject: [PATCH t/op/inccode.t] new test | |
71 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
72 | Date: Tue, 29 Jan 2002 22:03:45 +0100 | |
73 | Message-ID: <20020129220345.A704@rafael> | |
74 | Branch: perl | |
75 | ! t/op/inccode.t | |
76 | ____________________________________________________________________________ | |
77 | [ 14495] By: jhi on 2002/01/30 01:01:26 | |
78 | Log: EBCDIC: t/op/lc.t now passes. | |
79 | Branch: perl | |
80 | ! t/op/lc.t | |
81 | ____________________________________________________________________________ | |
82 | [ 14494] By: jhi on 2002/01/30 00:41:52 | |
83 | Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40 | |
84 | Branch: perl | |
85 | ! utf8.c | |
86 | ____________________________________________________________________________ | |
87 | [ 14493] By: jhi on 2002/01/29 22:32:05 | |
88 | Log: Must find stuff during build. | |
89 | Branch: perl | |
90 | ! ext/Encode/compile | |
91 | ____________________________________________________________________________ | |
92 | [ 14492] By: jhi on 2002/01/29 22:24:54 | |
93 | Log: Integrate with perlio; | |
94 | ||
95 | Basics of a compiled Encode XS extension | |
96 | Branch: perl | |
97 | +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL | |
98 | +> ext/Encode/Encode/euc-jp.ucm | |
99 | !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile | |
100 | !> ext/Encode/encode.h | |
101 | ____________________________________________________________________________ | |
102 | [ 14491] By: jhi on 2002/01/29 22:23:25 | |
103 | Log: EBCDIC tweaks-- no new test passes, but getting closer. | |
104 | Branch: perl | |
105 | ! utf8.c | |
106 | ____________________________________________________________________________ | |
107 | [ 14488] By: jhi on 2002/01/29 16:38:58 | |
108 | Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high) | |
109 | From: Richard Clamp <richardc@unixbeard.net> | |
110 | Date: Mon, 28 Jan 2002 02:17:55 +0000 | |
111 | Message-ID: <20020128021755.GA28344@mirth.demon.co.uk> | |
112 | Branch: perl | |
113 | ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t | |
114 | ____________________________________________________________________________ | |
115 | [ 14487] By: jhi on 2002/01/29 14:23:03 | |
116 | Log: OS/390 seems to do length 0 udp reads, Nicholas says | |
117 | skippage is for now the best cause of action. | |
118 | Branch: perl | |
119 | ! ext/Socket/socketpair.t | |
120 | ____________________________________________________________________________ | |
121 | [ 14486] By: jhi on 2002/01/29 14:09:21 | |
122 | Log: Encode cleanup from Dan Kogai; reworked even further. | |
123 | Branch: perl | |
124 | + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm | |
125 | + ext/Encode/lib/Encode/Encoding.pm | |
126 | + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm | |
127 | + ext/Encode/lib/Encode/Tcl/Escape.pm | |
128 | + ext/Encode/lib/Encode/Tcl/Extended.pm | |
129 | + ext/Encode/lib/Encode/Tcl/HanZi.pm | |
130 | + ext/Encode/lib/Encode/Tcl/Table.pm | |
131 | + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm | |
132 | + ext/Encode/lib/Encode/iso10646_1.pm | |
133 | + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm | |
134 | + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t | |
135 | + ext/Encode/t/Tcl.t | |
136 | - ext/Encode.t ext/Encode/Encode.pm | |
137 | - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm | |
138 | - ext/Encode/Encode/Tcl.t ext/Encode/Todo | |
139 | ! MANIFEST ext/Encode/Encode/8859-1.ucm | |
140 | ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm | |
141 | ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm | |
142 | ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm | |
143 | ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm | |
144 | ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm | |
145 | ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm | |
146 | ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm | |
147 | ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm | |
148 | ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm | |
149 | ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm | |
150 | ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL | |
151 | ! ext/Encode/compile | |
152 | ____________________________________________________________________________ | |
153 | [ 14485] By: jhi on 2002/01/28 23:17:20 | |
154 | Log: Workaround for DJGPP broken F_GETFL from Laszlo. | |
155 | Branch: perl | |
156 | ! djgpp/djgpp.c perlio.c | |
157 | ____________________________________________________________________________ | |
158 | [ 14484] By: jhi on 2002/01/28 23:15:22 | |
159 | Log: Prettier printing from Michael Schwern. | |
160 | Branch: perl | |
161 | ! t/test.pl | |
162 | ____________________________________________________________________________ | |
163 | [ 14483] By: jhi on 2002/01/28 23:08:27 | |
164 | Log: Show also the debug and debugcolor as known pragmas. | |
165 | Branch: perl | |
166 | ! ext/re/re.pm | |
167 | ____________________________________________________________________________ | |
168 | [ 14482] By: jhi on 2002/01/28 22:08:38 | |
169 | Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader | |
170 | From: "Craig A. Berry" <craigberry@mac.com> | |
171 | Date: Mon, 28 Jan 2002 16:30:30 -0600 | |
172 | Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01> | |
173 | Branch: perl | |
174 | ! ext/B/t/assembler.t | |
175 | ____________________________________________________________________________ | |
176 | [ 14480] By: jhi on 2002/01/28 21:57:37 | |
177 | Log: DJGPP needs to know its exe soon, too. | |
178 | Branch: perl | |
179 | ! Configure | |
180 | ____________________________________________________________________________ | |
181 | [ 14479] By: jhi on 2002/01/28 21:36:34 | |
182 | Log: Round #2 on EBCDICation. | |
183 | Branch: perl | |
184 | ! t/op/append.t | |
185 | ____________________________________________________________________________ | |
186 | [ 14478] By: jhi on 2002/01/28 21:19:40 | |
187 | Log: Integrate perlio; | |
188 | ||
189 | Set makefile.mk CCHOME etc. for default locations of MinGW and free | |
190 | Borland compilers. (Borland builds one or two oddities.) | |
191 | Branch: perl | |
192 | !> win32/config.bc win32/makefile.mk | |
193 | ____________________________________________________________________________ | |
194 | [ 14473] By: jhi on 2002/01/28 17:12:27 | |
195 | Log: Misunderstood Merijn's patch. | |
196 | Branch: perl | |
197 | ! hints/hpux.sh | |
198 | ____________________________________________________________________________ | |
199 | [ 14472] By: jhi on 2002/01/28 17:11:58 | |
200 | Log: Misapplied Merijn's patch. | |
201 | Branch: perl | |
202 | ! Configure | |
203 | ____________________________________________________________________________ | |
204 | [ 14471] By: jhi on 2002/01/28 14:51:20 | |
205 | Log: Update Changes. | |
206 | Branch: perl | |
207 | ! Changes patchlevel.h | |
208 | ____________________________________________________________________________ | |
aa13708d JH |
209 | [ 14470] By: jhi on 2002/01/28 14:33:36 |
210 | Log: BeOS has sockets but not true ones. | |
211 | Branch: perl | |
212 | ! pp_sys.c | |
213 | ____________________________________________________________________________ | |
214 | [ 14468] By: jhi on 2002/01/28 14:03:01 | |
215 | Log: For some strange reason under the smoke harness the alignment | |
216 | test hangs in HP-UX 10.20. So hint it to avoid the test. | |
217 | Branch: perl | |
218 | ! hints/hpux.sh | |
219 | ____________________________________________________________________________ | |
220 | [ 14467] By: jhi on 2002/01/28 14:00:32 | |
221 | Log: Allow d_u32align to be hinted. | |
222 | Branch: perl | |
223 | ! Configure | |
224 | ____________________________________________________________________________ | |
225 | [ 14466] By: jhi on 2002/01/28 13:41:18 | |
226 | Log: The shift key is important. | |
227 | Branch: perl | |
228 | ! ext/B/B.xs | |
229 | ____________________________________________________________________________ | |
230 | [ 14465] By: jhi on 2002/01/28 13:36:15 | |
231 | Log: The "used only once" warnings (from gv_check) come | |
232 | in pseudorandom hash order-- in EBCDIC the order | |
233 | is different. Add a new option that allow the warnings | |
234 | to come in any order (Paul Marquess). | |
235 | Branch: perl | |
236 | ! lib/warnings.t t/lib/warnings/perl | |
237 | ____________________________________________________________________________ | |
238 | [ 14464] By: jhi on 2002/01/28 13:04:58 | |
239 | Log: Integrate perlio; the 0nothread test failure without threads. | |
240 | Branch: perl | |
241 | !> ext/threads/shared/t/0nothread.t | |
242 | ____________________________________________________________________________ | |
243 | [ 14460] By: jhi on 2002/01/28 03:37:30 | |
244 | Log: FAQ sync. | |
245 | Branch: perl | |
246 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod | |
247 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod | |
248 | ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod | |
249 | ! pod/perlfaq9.pod | |
250 | ____________________________________________________________________________ | |
251 | [ 14459] By: jhi on 2002/01/28 02:28:10 | |
252 | Log: Upgrade to podlators 1.20. | |
253 | Branch: perl | |
254 | ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t | |
255 | ____________________________________________________________________________ | |
256 | [ 14458] By: jhi on 2002/01/28 01:36:28 | |
257 | Log: Retract #14448, a better patch coming up. | |
258 | Branch: perl | |
259 | ! lib/Pod/t/basic.t | |
260 | ____________________________________________________________________________ | |
261 | [ 14457] By: jhi on 2002/01/28 01:31:40 | |
262 | Log: EBCDIC portability. | |
263 | Branch: perl | |
264 | ! t/op/append.t | |
265 | ____________________________________________________________________________ | |
266 | [ 14456] By: jhi on 2002/01/27 23:49:40 | |
267 | Log: Further cygwin installperl tweak from Gerrit P. Haase. | |
268 | Branch: perl | |
269 | ! installperl | |
270 | ____________________________________________________________________________ | |
271 | [ 14455] By: jhi on 2002/01/27 23:47:42 | |
272 | Log: A bug in Bulgarian EBCDIC locale (this sounds like | |
273 | a Sherlock Holmes mystery...) Well, a few more EBCDICs | |
274 | locales failed, too. The patch works around the bug by | |
275 | skipping the test, but the real problem may be deeper | |
276 | (affecting probably only EBCDIC platforms, though): | |
277 | see the comment in locale.t for more details. | |
278 | Branch: perl | |
279 | ! lib/locale.t | |
280 | ____________________________________________________________________________ | |
281 | [ 14453] By: jhi on 2002/01/27 22:36:08 | |
282 | Log: Subject: Bleadperl on Cygwin today | |
283 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
284 | Date: Sun, 27 Jan 2002 22:30:41 +0100 | |
285 | Message-ID: <462007239437.20020127223041@familiehaase.de> | |
286 | Branch: perl | |
287 | ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl | |
288 | ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t | |
289 | ! lib/ExtUtils/t/MM_Cygwin.t | |
290 | ____________________________________________________________________________ | |
291 | [ 14452] By: jhi on 2002/01/27 21:57:56 | |
292 | Log: Unfinished EBCDIC branch. | |
293 | Branch: perl | |
294 | ! t/op/ver.t | |
295 | ____________________________________________________________________________ | |
296 | [ 14451] By: jhi on 2002/01/27 21:47:29 | |
297 | Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez. | |
298 | Branch: perl | |
299 | ! ext/B/B.xs ext/B/B/Deparse.pm | |
300 | ____________________________________________________________________________ | |
301 | [ 14450] By: jhi on 2002/01/27 21:44:37 | |
302 | Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting | |
303 | platforms. | |
304 | Branch: perl | |
305 | ! ext/B/t/stash.t | |
306 | ____________________________________________________________________________ | |
307 | [ 14449] By: jhi on 2002/01/27 19:34:56 | |
308 | Log: Apparently no need for EBCDIC exception any more. | |
309 | Branch: perl | |
310 | ! ext/B/t/showlex.t | |
311 | ____________________________________________________________________________ | |
312 | [ 14448] By: jhi on 2002/01/27 18:48:17 | |
313 | Log: (retracted by #14458) | |
314 | (Russ Allbery) OS/390 is using a high-bit character for ESC, | |
315 | skip the test for now. A better fix would be to override | |
316 | the notion of the platform's escape sequence in the test | |
317 | of Pod::Text::Termcap. We may have to apply a filter to | |
318 | the output to substitute back in the ESC character that | |
319 | the test expects, but only on OS/390. | |
320 | Branch: perl | |
321 | ! lib/Pod/t/basic.t | |
322 | ____________________________________________________________________________ | |
323 | [ 14447] By: jhi on 2002/01/27 18:19:01 | |
324 | Log: Detypo. | |
325 | Branch: perl | |
326 | ! ext/Devel/Peek/Peek.t | |
327 | ____________________________________________________________________________ | |
328 | [ 14446] By: jhi on 2002/01/27 17:57:21 | |
329 | Log: OS/390 USS has a different idea of the pw* functions. | |
330 | Also, test the name with eq, not with ==. | |
331 | Branch: perl | |
332 | ! lib/User/pwent.t | |
333 | ____________________________________________________________________________ | |
334 | [ 14445] By: jhi on 2002/01/27 17:37:54 | |
335 | Log: O_RDONLY/O_WRONLY/O_RDWR portability. | |
336 | Branch: perl | |
337 | ! doio.c | |
338 | ____________________________________________________________________________ | |
339 | [ 14444] By: jhi on 2002/01/27 16:32:32 | |
340 | Log: ASCIIisms. | |
341 | Branch: perl | |
342 | ! ext/PerlIO/t/encoding.t | |
343 | ____________________________________________________________________________ | |
344 | [ 14443] By: jhi on 2002/01/27 15:59:31 | |
345 | Log: chr(42) ne '*' if one is in EBCDIC. | |
346 | Branch: perl | |
347 | ! t/op/pack.t | |
348 | ____________________________________________________________________________ | |
349 | [ 14442] By: jhi on 2002/01/27 15:26:52 | |
350 | Log: Subject: [PATCH] Fix up recent op/stat.t failures | |
351 | From: Andy Dougherty <doughera@lafayette.edu> | |
352 | Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST) | |
353 | Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu> | |
354 | Branch: perl | |
355 | ! t/op/stat.t | |
356 | ____________________________________________________________________________ | |
357 | [ 14441] By: jhi on 2002/01/27 15:21:49 | |
358 | Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current | |
359 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
360 | Date: Sun, 27 Jan 2002 15:03:18 +0100 | |
361 | Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl> | |
362 | Branch: perl | |
363 | ! lib/ExtUtils/t/Command.t | |
364 | ____________________________________________________________________________ | |
365 | [ 14440] By: jhi on 2002/01/27 15:20:52 | |
366 | Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing | |
367 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
368 | Date: Sun, 27 Jan 2002 14:51:10 +0100 | |
369 | Message-ID: <20020127145110.A16332@rafael> | |
370 | Branch: perl | |
371 | ! ext/B/B/Deparse.pm | |
372 | ____________________________________________________________________________ | |
373 | [ 14438] By: jhi on 2002/01/26 23:56:53 | |
374 | Log: Comment to avoid later "cleanups." | |
375 | Branch: perl | |
376 | ! lib/ExtUtils/MakeMaker.pm | |
377 | ____________________________________________________________________________ | |
378 | [ 14437] By: jhi on 2002/01/26 23:54:50 | |
379 | Log: USS V2R10 seems to be happier with env FOO=... cmd ... | |
380 | instead of just FOO=... cmd ... | |
381 | Branch: perl | |
382 | ! Makefile.SH | |
383 | ____________________________________________________________________________ | |
384 | [ 14436] By: jhi on 2002/01/26 23:14:04 | |
385 | Log: Overquoting bad (in UNIX one would get | |
386 | Can't open perl script "'-I../lib'": No such file or directory) | |
387 | Branch: perl | |
388 | ! lib/Pod/t/Usage.t | |
389 | ____________________________________________________________________________ | |
390 | [ 14435] By: jhi on 2002/01/26 22:41:05 | |
391 | Log: Integrate perlio; | |
392 | ||
393 | "All tests successful" VC6.0 Win32 | |
394 | (Update config.vc to need cppstdin so those tests are skipped...) | |
395 | Branch: perl | |
396 | !> win32/config.vc win32/config_H.bc win32/config_H.gc | |
397 | !> win32/config_H.vc | |
398 | ____________________________________________________________________________ | |
399 | [ 14433] By: jhi on 2002/01/26 21:38:56 | |
400 | Log: Integrate perlio; | |
401 | ||
402 | 1st two tests of File/Find/t/find.t and taint.t were run after | |
403 | calling cleanup(). If previous fail had left for_find directory, | |
404 | but no content in it then cleanup() returned cd'ed to that directory. | |
405 | So tests failed. Fixed cleanup()-s. | |
406 | ||
407 | If we get to sighandler by mistake (no perl handler set) then | |
408 | warn() and exit() rather than die() - should never happen | |
409 | but if it does context needed to die is likely to be trashed | |
410 | as well. | |
411 | ||
412 | Win32 signal emulation cleanup. | |
413 | ||
414 | Tinkering with thread cleanup mutex-ing - not the problem | |
415 | (op.c is) but could have been... | |
416 | ||
417 | Fix/band-aid for op.c's anon CV leak fix co-existing with threads. | |
418 | Should really be looked at by someone that knows about pads. | |
419 | ||
420 | Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple | |
421 | for CRLF line endings. | |
422 | Branch: perl | |
423 | !> ext/threads/threads.xs lib/File/Find/t/find.t | |
424 | !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c | |
425 | !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h | |
426 | ____________________________________________________________________________ | |
427 | [ 14430] By: jhi on 2002/01/26 20:54:16 | |
428 | Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test | |
429 | From: "Craig A. Berry" <craigberry@mac.com> | |
430 | Date: Sat, 26 Jan 2002 11:19:44 -0600 | |
431 | Message-Id: <a05101000b87895064ee3@[172.16.52.1]> | |
432 | Branch: perl | |
433 | ! lib/Pod/Usage.pm lib/Pod/t/Usage.t | |
434 | ____________________________________________________________________________ | |
435 | [ 14424] By: jhi on 2002/01/25 22:10:11 | |
436 | Log: Integrate perlio; | |
437 | ||
438 | Fix winsystem.t's attempt to build showav.exe to work | |
439 | with gcc (which writes a.exe unless told with -o ). | |
440 | Also put in a few more fail-safes to check .exe got | |
441 | built somehow. | |
442 | ||
443 | More Win32 tuning | |
444 | ||
445 | Save $! so that other syscalls don't disturb it before | |
446 | we test it. | |
447 | Branch: perl | |
448 | !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t | |
449 | !> t/op/winsystem.t | |
450 | ____________________________________________________________________________ | |
451 | [ 14423] By: jhi on 2002/01/25 22:08:09 | |
452 | Log: Subject: [PATCH] new test in op/universal.t | |
453 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
454 | Date: Fri, 25 Jan 2002 23:17:33 +0100 | |
455 | Message-ID: <20020125231733.A11733@rafael> | |
456 | Branch: perl | |
457 | ! t/op/universal.t | |
458 | ____________________________________________________________________________ | |
459 | [ 14419] By: jhi on 2002/01/25 17:25:05 | |
460 | Log: Subject: [Patch Encode.xs] calculation of need overflows | |
461 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
462 | Date: Sat, 26 Jan 2002 00:58:50 +0900 | |
463 | Message-Id: <20020126005802.89B3.BQW10602@nifty.com> | |
464 | Branch: perl | |
465 | ! ext/Encode/Encode.xs | |
466 | ____________________________________________________________________________ | |
467 | [ 14418] By: jhi on 2002/01/25 16:28:40 | |
468 | Log: Integrate changes 13474+13478+13584 from maintperl; | |
469 | anon sub leakage. | |
470 | Branch: perl | |
471 | ! op.c t/run/fresh_perl.t | |
472 | ____________________________________________________________________________ | |
473 | [ 14417] By: jhi on 2002/01/25 15:34:18 | |
474 | Log: Update Changes. | |
475 | Branch: perl | |
476 | ! Changes patchlevel.h | |
477 | ____________________________________________________________________________ | |
71e41b3a JH |
478 | [ 14416] By: jhi on 2002/01/25 15:04:25 |
479 | Log: Integrate perlio; extensive threads and threads::shared work | |
aa13708d JH |
480 | (note that the below is a chronological list of perlio |
481 | check-in entries since the last integrate) | |
71e41b3a JH |
482 | |
483 | Nearly-working threads re-structuring. Do not integrate, | |
484 | submit-ing to get to Win32, and as "off site" backup. | |
485 | ||
486 | threads work again on Win32. (Not threads::shared yet) | |
487 | Submit to see if they do on Linux. | |
488 | ||
489 | Add new threads/typemap to MANIFEST | |
490 | ||
491 | XS side of new threads::shared designed, coded and compiles, | |
492 | and mostly commented but is totaly untested. | |
493 | submit in case anyone wants a preview. | |
494 | ||
495 | Miss mg_len == 0 meaning don't Safefree | |
496 | ||
497 | Shared scalars working, some shared array ops working. | |
498 | ||
499 | Implement recursive lock and use of scope for PL_sharedsv_space, | |
500 | so now croak() from asserts does not leave locks. | |
501 | Make hv_simple compile (new prototype for debugging probe). | |
502 | ||
503 | thread::shared nearly working again - remaining issue | |
504 | is references withing shared space. | |
505 | Added bulk test with no threads involved (for debugging) | |
506 | Tuned tests to skip those needing _thrcnt | |
507 | ||
508 | SvTEMP_off to stop private PV's being stolen and stored in shared space | |
509 | ||
510 | Except Win32 from echo tests. (Alarm does not break into connect) | |
511 | ||
512 | Expand command line test globs on Win32. | |
513 | ||
514 | threads::shared tidy up: | |
515 | - Add _id() function to shared.xs so we can test refs point at same thing. | |
516 | - Use that rather that comparing stringified ref in shared/t/hv_refs.t | |
517 | - Allow no_share to pass if sharing to works despite mis-ordering. | |
518 | - Change docs of threads to document ->create() (as used in tests), | |
519 | and not mention "new". | |
520 | ||
521 | Linux/NFS hackery was not faking right number of passes. | |
522 | Branch: perl | |
523 | +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap | |
524 | +> ext/threads/typemap | |
525 | - ext/threads/threads.h sharedsv.c sharedsv.h | |
526 | ! NetWare/config_H.wc | |
527 | !> (integrate 38 files) | |
528 | ____________________________________________________________________________ | |
529 | [ 14415] By: jhi on 2002/01/25 14:33:43 | |
530 | Log: Subject: Re: perldebguts minor tweaks | |
531 | From: Joe McMahon <mcmahon@metalab.unc.edu> | |
532 | Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST) | |
533 | Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu> | |
534 | Branch: perl | |
535 | ! pod/perldebguts.pod | |
536 | ____________________________________________________________________________ | |
537 | [ 14413] By: jhi on 2002/01/25 14:05:49 | |
538 | Log: Okay, you can come home now, _(). | |
539 | Branch: perl | |
540 | ! config_h.SH | |
541 | ____________________________________________________________________________ | |
542 | [ 14409] By: jhi on 2002/01/24 21:08:35 | |
543 | Log: Subject: perldebguts minor tweaks | |
544 | From: Joe McMahon <mcmahon@metalab.unc.edu> | |
545 | Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST) | |
546 | Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu> | |
547 | Branch: perl | |
548 | ! pod/perldebguts.pod | |
549 | ____________________________________________________________________________ | |
550 | [ 14408] By: jhi on 2002/01/24 20:58:15 | |
551 | Log: Subject: [PATCH] perldebguts.pod [bleadperl] | |
552 | From: Peter Scott <Peter@PSDT.com> | |
553 | Date: Thu, 24 Jan 2002 08:51:34 -0800 | |
554 | Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com> | |
555 | Branch: perl | |
556 | ! pod/perldebguts.pod | |
557 | ____________________________________________________________________________ | |
558 | [ 14407] By: jhi on 2002/01/24 20:55:34 | |
559 | Log: Few more paranoia checks for Unicode hash keys. | |
560 | Branch: perl | |
561 | ! t/op/each.t | |
562 | ____________________________________________________________________________ | |
563 | [ 14406] By: jhi on 2002/01/24 18:03:02 | |
564 | Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t | |
565 | From: Andy Dougherty <doughera@lafayette.edu> | |
566 | Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST) | |
567 | Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu> | |
568 | Branch: perl | |
569 | ! t/op/stat.t | |
570 | ____________________________________________________________________________ | |
571 | [ 14405] By: jhi on 2002/01/24 15:44:31 | |
572 | Log: The | |
573 | ||
574 | Subject: Very old debugger UTF-8 bug | |
575 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
576 | Date: 24 Jan 2002 12:45:44 +0100 | |
577 | Message-ID: <m3y9iot1jr.fsf@anima.de> | |
578 | ||
579 | still broken, but this should work as a stopgap | |
580 | measure to stop pp_match accessing naughty data. | |
581 | Branch: perl | |
582 | ! pod/perldiag.pod pp_hot.c | |
583 | ____________________________________________________________________________ | |
584 | [ 14403] By: jhi on 2002/01/24 13:13:29 | |
585 | Log: Pacify picky compilers (this time Sun Workshop). | |
586 | Branch: perl | |
587 | ! Configure | |
588 | ____________________________________________________________________________ | |
589 | [ 14402] By: jhi on 2002/01/24 12:45:02 | |
590 | Log: Subject: Very old debugger UTF-8 bug | |
591 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
592 | Date: 24 Jan 2002 12:45:44 +0100 | |
593 | Message-ID: <m3y9iot1jr.fsf@anima.de> | |
594 | Branch: perl | |
595 | ! lib/dumpvar.pl | |
596 | ____________________________________________________________________________ | |
597 | [ 14400] By: jhi on 2002/01/24 02:49:05 | |
598 | Log: Sprinkle some copyrights (use the oldest timestamp to | |
599 | be found in the repository, which is most often not right, | |
600 | but at least consistent) | |
601 | Branch: perl | |
602 | ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h | |
603 | ! fakesdio.h fakethr.h global.sym globals.c keywords.h | |
604 | ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl | |
605 | ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h | |
606 | ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h | |
607 | ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c | |
608 | ! unixish.h xsutils.c | |
609 | ____________________________________________________________________________ | |
610 | [ 14391] By: jhi on 2002/01/23 18:48:45 | |
611 | Log: Copyright++. (Not all the toplevel *.h have one, it seems.) | |
612 | Branch: perl | |
613 | ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c | |
614 | ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c | |
615 | ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y | |
616 | ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod | |
617 | ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c | |
618 | ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c | |
619 | ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c | |
620 | ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y | |
621 | ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h | |
622 | ! x2p/util.c x2p/util.h x2p/walk.c | |
623 | ____________________________________________________________________________ | |
624 | [ 14390] By: jhi on 2002/01/23 18:30:18 | |
625 | Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and | |
626 | therefore quite probably also obsolete code. | |
627 | Branch: perl | |
628 | ! sv.c | |
629 | ____________________________________________________________________________ | |
630 | [ 14389] By: jhi on 2002/01/23 15:09:38 | |
631 | Log: Update Changes. | |
632 | Branch: perl | |
633 | ! Changes patchlevel.h | |
634 | ____________________________________________________________________________ | |
6df78d39 JH |
635 | [ 14388] By: jhi on 2002/01/23 15:04:06 |
636 | Log: Small update on todo. Could use a lot more. | |
637 | Branch: perl | |
638 | ! pod/perltodo.pod | |
639 | ____________________________________________________________________________ | |
640 | [ 14386] By: jhi on 2002/01/23 14:19:01 | |
641 | Log: Subject: [ID 20020121.003] perldata doco bug | |
642 | From: John Stumbles <jstumbles@bluearc.com> | |
643 | Date: Mon, 21 Jan 2002 14:19:56 -0000 | |
644 | Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com> | |
645 | Branch: perl | |
646 | ! pod/perldata.pod | |
647 | ____________________________________________________________________________ | |
648 | [ 14385] By: jhi on 2002/01/23 14:17:52 | |
649 | Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ? | |
650 | From: Michael G Schwern <schwern@pobox.com> | |
651 | Date: Mon, 21 Jan 2002 15:16:42 -0500 | |
652 | Message-ID: <20020121201642.GA6659@blackrider> | |
653 | Branch: perl | |
654 | ! embed.fnc embed.h proto.h t/op/universal.t universal.c | |
655 | ____________________________________________________________________________ | |
656 | [ 14384] By: jhi on 2002/01/23 13:45:30 | |
657 | Log: Subject: [PATCH] Re: eval not catching warnings? | |
658 | From: abigail@foad.org | |
659 | Date: Wed, 23 Jan 2002 15:35:47 +0100 | |
660 | Message-ID: <20020123143547.24798.qmail@foad.org> | |
661 | Branch: perl | |
662 | ! pod/perlfunc.pod | |
663 | ____________________________________________________________________________ | |
664 | [ 14383] By: jhi on 2002/01/23 03:57:58 | |
665 | Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED) | |
666 | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) | |
667 | Date: Tue, 22 Jan 2002 17:00:54 -0800 | |
668 | Message-Id: <GtgT8gzkg+CG092yn@efn.org> | |
669 | Branch: perl | |
670 | ! t/run/fresh_perl.t | |
671 | ____________________________________________________________________________ | |
672 | [ 14381] By: jhi on 2002/01/23 03:47:05 | |
673 | Log: HP-UX 10.20 cc pacifying from Merijn. | |
674 | Branch: perl | |
675 | ! Configure | |
676 | ____________________________________________________________________________ | |
677 | [ 14380] By: jhi on 2002/01/23 03:41:26 | |
678 | Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369) | |
679 | From: "Craig A. Berry" <craigberry@mac.com> | |
680 | Date: Tue, 22 Jan 2002 22:14:26 -0600 | |
681 | Message-Id: <a05101000b873de9cf801@[172.16.52.1]> | |
682 | Branch: perl | |
683 | ! vms/test.com | |
684 | ____________________________________________________________________________ | |
685 | [ 14379] By: jhi on 2002/01/23 03:11:31 | |
686 | Log: AIX cpp bug: having macro arguments and character constants | |
687 | "the same" means trouble (here s and 's') | |
688 | What broke now was 841 and 842 of t/op/pat.t, because of the | |
689 | ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0 | |
690 | (note that breakage happened only under cc_r and usethreads+ | |
691 | useithreads) | |
692 | Branch: perl | |
693 | ! utf8.h | |
694 | ____________________________________________________________________________ | |
695 | [ 14376] By: jhi on 2002/01/22 16:46:48 | |
696 | Log: Subject: [PATCH] Support truncate() in VOS port | |
697 | From: Paul_GreenVOS@vos.stratus.com | |
698 | Date: Mon, 21 Jan 02 23:27 est | |
699 | Message-Id: <200201220428.XAA15304@mailhub1.stratus.com> | |
700 | Branch: perl | |
701 | + vos/vos.c | |
702 | ! MANIFEST hints/vos.sh vos/vosish.h | |
703 | ____________________________________________________________________________ | |
704 | [ 14374] By: jhi on 2002/01/22 16:36:41 | |
705 | Log: Get rid of the _() macro since (1) we require ANSI anyway | |
aa13708d | 706 | (2) Other software (GNU) seems to use it and we don't need it, |
6df78d39 JH |
707 | so let's give it up. |
708 | Branch: perl | |
709 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
710 | ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c | |
711 | ! plan9/config.plan9 pod/perltoc.pod uconfig.h | |
712 | ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc | |
713 | ! win32/config_H.gc win32/config_H.vc win32/config_H.win64 | |
714 | ! wince/config.h wince/config_H.ce | |
715 | ____________________________________________________________________________ | |
716 | [ 14371] By: jhi on 2002/01/21 19:36:04 | |
717 | Log: Subject: [BUG] /\_/ an unrecognized escape? | |
718 | From: Michael G Schwern <schwern@pobox.com> | |
719 | Date: Mon, 21 Jan 2002 15:22:54 -0500 | |
720 | Message-ID: <20020121202254.GA6731@blackrider> | |
721 | Branch: perl | |
722 | ! t/lib/warnings/toke toke.c | |
723 | ____________________________________________________________________________ | |
724 | [ 14370] By: jhi on 2002/01/21 19:16:00 | |
725 | Log: Undo the renaming of the Unicode data files; the simple | |
726 | solution being not including the *.html files. This means | |
727 | that in the future there is no need for any renamings | |
728 | (well, assuming that the Consortium doesn't cause any), | |
729 | and the files are named like they are in the Consortium | |
730 | website, thus alleviating confusion. | |
731 | Branch: perl | |
732 | + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt | |
733 | + lib/unicore/CaseFolding.txt | |
734 | + lib/unicore/CompositionExclusions.txt | |
735 | + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt | |
736 | + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt | |
737 | - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt | |
738 | - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt | |
739 | - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt | |
740 | - lib/unicore/NamesList.html lib/unicore/PropList.html | |
741 | - lib/unicore/SpecCase.txt lib/unicore/UCD.html | |
742 | - lib/unicore/Unicode.html lib/unicore/Unicode.txt | |
743 | - lib/unicore/rename | |
744 | ! (edit 285 files) | |
745 | ____________________________________________________________________________ | |
746 | [ 14369] By: jhi on 2002/01/21 15:10:59 | |
747 | Log: Update Changes. | |
748 | Branch: perl | |
749 | ! Changes patchlevel.h | |
750 | ____________________________________________________________________________ | |
1faa7c87 JH |
751 | [ 14368] By: jhi on 2002/01/21 14:56:42 |
752 | Log: Subject: RE: BCC for Win32 is unhappy @14331 | |
753 | From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com> | |
754 | Date: Mon, 21 Jan 2002 09:48:40 +0300 | |
755 | Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com> | |
756 | ||
757 | (using IV instead of int) | |
758 | Branch: perl | |
759 | ! hv.h | |
760 | ____________________________________________________________________________ | |
761 | [ 14367] By: jhi on 2002/01/21 14:29:05 | |
762 | Log: path_is_absolute() needs a prototype (and maybe | |
763 | a better name, but that's another story). | |
764 | Branch: perl | |
765 | ! embed.fnc embed.h pp_ctl.c proto.h | |
766 | ____________________________________________________________________________ | |
767 | [ 14366] By: jhi on 2002/01/21 14:07:35 | |
768 | Log: Subject: Re: coderefs in @INC | |
769 | From: Chris Nandor <pudge@pobox.com> | |
770 | Date: Thu, 17 Jan 2002 11:26:02 -0500 | |
771 | Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]> | |
772 | Branch: perl | |
773 | ! pp_ctl.c | |
774 | ____________________________________________________________________________ | |
775 | [ 14365] By: jhi on 2002/01/21 14:06:11 | |
776 | Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics | |
777 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
778 | Date: Sun, 20 Jan 2002 22:53:56 +0100 | |
779 | Message-ID: <20020120225356.A12093@rafael> | |
780 | Branch: perl | |
781 | ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use | |
782 | ! t/lib/warnings/9enabled warnings.h warnings.pl | |
783 | ____________________________________________________________________________ | |
784 | [ 14364] By: jhi on 2002/01/21 03:53:08 | |
785 | Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS | |
786 | From: "Craig A. Berry" <craigberry@mac.com> | |
787 | Date: Sun, 20 Jan 2002 22:49:42 -0600 | |
788 | Message-Id: <a05101004b8714273d60c@[172.16.52.1]> | |
789 | Branch: perl | |
790 | ! lib/ExtUtils/MakeMaker.pm | |
791 | ____________________________________________________________________________ | |
792 | [ 14360] By: jhi on 2002/01/20 17:11:12 | |
793 | Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes | |
794 | From: Paul_GreenVOS@vos.stratus.com | |
795 | Date: Sat, 19 Jan 02 17:17 est | |
796 | Message-Id: <200201192218.RAA07911@mailhub1.stratus.com> | |
797 | ||
798 | Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests | |
799 | From: Paul_GreenVOS@vos.stratus.com | |
800 | Date: Sat, 19 Jan 02 17:19 est | |
801 | Message-Id: <200201192218.RAA12331@mailhub2.stratus.com> | |
802 | Branch: perl | |
803 | ! lib/ExtUtils/t/Command.t | |
804 | ____________________________________________________________________________ | |
805 | [ 14359] By: jhi on 2002/01/20 17:09:40 | |
806 | Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix | |
807 | From: Paul_GreenVOS@vos.stratus.com | |
808 | Date: Sat, 19 Jan 02 14:30 est | |
809 | Message-Id: <200201191932.OAA05601@mailhub1.stratus.com> | |
810 | Branch: perl | |
811 | ! lib/AnyDBM_File.t | |
812 | ____________________________________________________________________________ | |
813 | [ 14358] By: jhi on 2002/01/20 17:01:38 | |
814 | Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch | |
815 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
816 | Date: Sun, 20 Jan 2002 13:51:36 +0100 | |
817 | Message-ID: <20020120135136.A710@rafael> | |
818 | Branch: perl | |
819 | ! ext/File/Glob/t/basic.t | |
820 | ____________________________________________________________________________ | |
821 | [ 14354] By: jhi on 2002/01/20 06:35:54 | |
822 | Log: Make also hex() and oct() to croak if their arguments | |
823 | cannot be downgraded (that is, if they contain wide | |
824 | characters), just like crypt() does (and use the croak | |
825 | feature of sv_utf8_downgrade()). | |
826 | Branch: perl | |
827 | ! pp.c t/op/oct.t | |
828 | ____________________________________________________________________________ | |
829 | [ 14351] By: jhi on 2002/01/19 21:06:58 | |
830 | Log: Regen toc. | |
831 | Branch: perl | |
832 | ! pod/perltoc.pod | |
833 | ____________________________________________________________________________ | |
834 | [ 14350] By: jhi on 2002/01/19 21:03:07 | |
835 | Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names | |
836 | From: David Dyck <dcd@tc.fluke.com> | |
837 | Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) | |
838 | Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com> | |
839 | Branch: perl | |
840 | ! pod/perl5004delta.pod pod/perl5005delta.pod | |
841 | ! pod/perl561delta.pod pod/perl56delta.pod | |
842 | ____________________________________________________________________________ | |
843 | [ 14349] By: jhi on 2002/01/19 20:07:17 | |
844 | Log: FAQ sync. | |
845 | Branch: perl | |
846 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
847 | ____________________________________________________________________________ | |
848 | [ 14348] By: jhi on 2002/01/19 17:58:34 | |
849 | Log: Subject: [PATCH lib/Pod/t/Usage.t] | |
850 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
851 | Date: Sat, 19 Jan 2002 19:57:57 +0100 | |
852 | Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com> | |
853 | Branch: perl | |
854 | + lib/Pod/t/Usage.t | |
855 | ! MANIFEST | |
856 | ____________________________________________________________________________ | |
857 | [ 14347] By: jhi on 2002/01/19 17:57:08 | |
858 | Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix | |
859 | From: Paul_GreenVOS@vos.stratus.com | |
860 | Date: Sat, 19 Jan 02 13:15 est | |
861 | Message-Id: <200201191814.NAA09367@mailhub2.stratus.com> | |
862 | Branch: perl | |
863 | ! ext/SDBM_File/sdbm.t | |
864 | ____________________________________________________________________________ | |
865 | [ 14346] By: jhi on 2002/01/19 17:55:55 | |
866 | Log: Integrate perlio; Split out core of sv_magic() into sv_magicext(). | |
867 | Branch: perl | |
868 | !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h | |
869 | !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c | |
870 | ____________________________________________________________________________ | |
871 | [ 14345] By: gbarr on 2002/01/19 16:51:23 | |
872 | Log: Alternative Time::Local algorithm that uses matematical formula | |
873 | for timegm instead of progressive guessing | |
874 | Branch: perl | |
875 | ! lib/Time/Local.pm | |
876 | ____________________________________________________________________________ | |
877 | [ 14344] By: jhi on 2002/01/19 16:11:09 | |
878 | Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch | |
879 | From: Paul_GreenVOS@vos.stratus.com | |
880 | Date: Sat, 19 Jan 02 11:20 est | |
881 | Message-Id: <200201191619.LAA07751@mailhub2.stratus.com> | |
882 | Branch: perl | |
883 | ! ext/File/Glob/t/basic.t | |
884 | ____________________________________________________________________________ | |
885 | [ 14343] By: jhi on 2002/01/19 16:09:52 | |
886 | Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS | |
887 | From: Paul_GreenVOS@vos.stratus.com | |
888 | Date: Fri, 18 Jan 02 22:56 est | |
889 | Message-Id: <200201190400.XAA16899@mailhub1.stratus.com> | |
890 | Branch: perl | |
891 | ! ext/Cwd/t/cwd.t | |
892 | ____________________________________________________________________________ | |
893 | [ 14342] By: jhi on 2002/01/19 16:08:19 | |
894 | Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check | |
895 | From: Paul_GreenVOS@vos.stratus.com | |
896 | Date: Fri, 18 Jan 02 22:48 est | |
897 | Message-Id: <200201190349.WAA28294@mailhub2.stratus.com> | |
898 | Branch: perl | |
899 | ! lib/Time/Local.t | |
900 | ____________________________________________________________________________ | |
901 | [ 14341] By: jhi on 2002/01/19 16:06:56 | |
902 | Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way | |
903 | From: Paul_GreenVOS@vos.stratus.com | |
904 | Date: Fri, 18 Jan 02 16:22 est | |
905 | Message-Id: <200201182125.QAA08563@mailhub1.stratus.com> | |
906 | Branch: perl | |
907 | ! ext/Devel/DProf/DProf.t | |
908 | ____________________________________________________________________________ | |
909 | [ 14340] By: jhi on 2002/01/19 03:00:26 | |
910 | Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext | |
911 | From: Tels <perl_dummy@bloodgate.com> | |
912 | Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) | |
913 | Message-Id: <200201182106.XAA19133@taku.hut.fi> | |
914 | Branch: perl | |
915 | ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t | |
916 | ____________________________________________________________________________ | |
917 | [ 14339] By: jhi on 2002/01/19 02:56:26 | |
918 | Log: Don't do socketpair udp unless you've got all what it takes. | |
919 | Branch: perl | |
920 | ! util.c | |
921 | ____________________________________________________________________________ | |
922 | [ 14338] By: jhi on 2002/01/19 02:51:34 | |
923 | Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy | |
924 | From: Tels <perl_dummy@bloodgate.com> | |
925 | Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) | |
926 | Message-Id: <200201182206.AAA15310@taku.hut.fi> | |
927 | Branch: perl | |
928 | ! lib/ExtUtils/MM_BeOS.pm | |
929 | ____________________________________________________________________________ | |
930 | [ 14336] By: jhi on 2002/01/19 02:47:50 | |
931 | Log: Avoid bare "set", and kiss .uucp goodbye. | |
932 | Branch: perl | |
933 | ! Configure | |
934 | ____________________________________________________________________________ | |
935 | [ 14334] By: jhi on 2002/01/18 21:16:08 | |
936 | Log: Retract #14327 for now, going to the limit seems | |
937 | to be too much for many platforms. | |
938 | Branch: perl | |
939 | ! lib/Time/Local.t | |
940 | ____________________________________________________________________________ | |
941 | [ 14331] By: jhi on 2002/01/18 16:09:38 | |
942 | Log: Update Changes. | |
943 | Branch: perl | |
944 | ! Changes patchlevel.h | |
945 | ____________________________________________________________________________ | |
35e19d63 JH |
946 | [ 14330] By: jhi on 2002/01/18 15:07:49 |
947 | Log: Try to make the connect/read/write timeouting. | |
948 | Branch: perl | |
949 | ! ext/Socket/Socket.t | |
950 | ____________________________________________________________________________ | |
951 | [ 14329] By: jhi on 2002/01/18 14:49:49 | |
952 | Log: Netware Makefile tweak from Ananth Kesari. | |
953 | Branch: perl | |
954 | ! NetWare/Makefile | |
955 | ____________________________________________________________________________ | |
956 | [ 14328] By: jhi on 2002/01/18 14:37:02 | |
957 | Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation | |
958 | From: Michael G Schwern <schwern@pobox.com> | |
959 | Date: Fri, 18 Jan 2002 03:10:27 -0500 | |
960 | Message-ID: <20020118081027.GE7226@blackrider> | |
961 | Branch: perl | |
962 | ! lib/File/Find.pm | |
963 | ____________________________________________________________________________ | |
964 | [ 14327] By: jhi on 2002/01/18 14:33:19 | |
aa13708d JH |
965 | Log: (retracted by #14334) |
966 | ||
967 | Subject: [PATCH] Improving lib/Time/Local.t | |
35e19d63 JH |
968 | From: Paul_GreenVOS@vos.stratus.com |
969 | Date: Thu, 17 Jan 02 22:36 est | |
970 | Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> | |
971 | Branch: perl | |
972 | ! lib/Time/Local.t | |
973 | ____________________________________________________________________________ | |
974 | [ 14326] By: jhi on 2002/01/18 14:32:08 | |
975 | Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 | |
976 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
977 | Date: Fri, 18 Jan 2002 13:18:47 +0100 | |
978 | Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> | |
979 | Branch: perl | |
980 | ! lib/ExtUtils/t/MM_Win32.t | |
981 | ____________________________________________________________________________ | |
982 | [ 14325] By: jhi on 2002/01/18 14:30:49 | |
983 | Log: Subject: [PATCH] Syncing with bleadperl | |
984 | From: Michael G Schwern <schwern@pobox.com> | |
985 | Date: Fri, 18 Jan 2002 03:04:33 -0500 | |
986 | Message-ID: <20020118080432.GC7226@blackrider> | |
987 | Branch: perl | |
988 | + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm | |
989 | - lib/ExtUtils/inst | |
990 | ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm | |
991 | ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm | |
992 | ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm | |
993 | ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t | |
994 | ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t | |
995 | ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t | |
996 | ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t | |
997 | ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t | |
998 | ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t | |
999 | ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t | |
1000 | ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t | |
1001 | ! lib/ExtUtils/testlib.pm | |
1002 | ____________________________________________________________________________ | |
1003 | [ 14324] By: jhi on 2002/01/18 13:40:56 | |
1004 | Log: Detypo. | |
1005 | Branch: perl | |
1006 | ! AUTHORS | |
1007 | ____________________________________________________________________________ | |
1008 | [ 14323] By: jhi on 2002/01/18 00:35:24 | |
1009 | Log: Subject: [PATCH] MM check_hints test | |
1010 | From: Michael G Schwern <schwern@pobox.com> | |
1011 | Date: Thu, 17 Jan 2002 20:25:57 -0500 | |
1012 | Message-ID: <20020118012557.GE32762@blackrider> | |
1013 | Branch: perl | |
1014 | + lib/ExtUtils/t/hints.t | |
1015 | ! MANIFEST | |
1016 | ____________________________________________________________________________ | |
1017 | [ 14322] By: jhi on 2002/01/18 00:21:11 | |
1018 | Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ? | |
1019 | From: Michael G Schwern <schwern@pobox.com> | |
1020 | Date: Thu, 17 Jan 2002 20:12:20 -0500 | |
1021 | Message-ID: <20020118011220.GC32762@blackrider> | |
1022 | ||
1023 | (#14317 replaced with this) | |
1024 | Branch: perl | |
1025 | ! lib/ExtUtils/MakeMaker.pm | |
1026 | ____________________________________________________________________________ | |
1027 | [ 14321] By: jhi on 2002/01/17 22:51:55 | |
1028 | Log: Subject: [PATCH perldiag] overload.pm warnings | |
1029 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1030 | Date: Thu, 17 Jan 2002 23:53:49 +0100 | |
1031 | Message-ID: <20020117235349.A14530@rafael> | |
1032 | Branch: perl | |
1033 | ! pod/perldiag.pod | |
1034 | ____________________________________________________________________________ | |
1035 | [ 14320] By: jhi on 2002/01/17 22:49:36 | |
1036 | Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation | |
1037 | From: Michael G Schwern <schwern@pobox.com> | |
1038 | Date: Thu, 17 Jan 2002 16:35:47 -0500 | |
1039 | Message-ID: <20020117213546.GD23830@blackrider> | |
1040 | Branch: perl | |
1041 | ! lib/File/Find.pm | |
1042 | ____________________________________________________________________________ | |
1043 | [ 14319] By: jhi on 2002/01/17 22:43:12 | |
1044 | Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE | |
1045 | From: chromatic <chromatic@rmci.net> | |
1046 | Date: Thu, 17 Jan 2002 13:04:22 -0700 | |
1047 | Message-ID: <20020117200557.98720.qmail@onion.perl.org> | |
1048 | Branch: perl | |
1049 | ! pod/perltodo.pod | |
1050 | ____________________________________________________________________________ | |
1051 | [ 14318] By: jhi on 2002/01/17 22:42:12 | |
1052 | Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version) | |
1053 | From: chromatic <chromatic@rmci.net> | |
1054 | Date: Thu, 17 Jan 2002 12:59:04 -0700 | |
1055 | Message-ID: <20020117200039.96481.qmail@onion.perl.org> | |
1056 | Branch: perl | |
1057 | ! lib/ExtUtils/t/Mkbootstrap.t | |
1058 | ____________________________________________________________________________ | |
1059 | [ 14317] By: jhi on 2002/01/17 22:39:48 | |
1060 | Log: (replaced by #14322) | |
1061 | The #14300 broke hints file handling. | |
1062 | Branch: perl | |
1063 | ! lib/ExtUtils/MakeMaker.pm | |
1064 | ____________________________________________________________________________ | |
1065 | [ 14315] By: jhi on 2002/01/17 22:13:44 | |
1066 | Log: Subject: [PATCH] long doubles | |
1067 | From: Nicholas Clark <nick@unfortu.net> | |
1068 | Date: Thu, 17 Jan 2002 17:06:28 +0000 | |
1069 | Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net> | |
1070 | Branch: perl | |
1071 | ! Configure | |
1072 | ____________________________________________________________________________ | |
1073 | [ 14313] By: jhi on 2002/01/17 21:51:05 | |
1074 | Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U) | |
1075 | From: Andy Dougherty <doughera@lafayette.edu> | |
1076 | Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST) | |
1077 | Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu> | |
1078 | Branch: perl | |
1079 | ! Configure | |
1080 | ____________________________________________________________________________ | |
1081 | [ 14311] By: sky on 2002/01/17 21:01:00 | |
1082 | Log: Simplify the code that duplicates the threads | |
1083 | init function and the parameters to the thread by using sv_dup. | |
1084 | Note,what happens if you pass a shared variable as a parameter? | |
1085 | Branch: perl | |
1086 | ! ext/threads/threads.xs | |
1087 | ____________________________________________________________________________ | |
1088 | [ 14310] By: jhi on 2002/01/17 15:23:56 | |
1089 | Log: Update Changes. | |
1090 | Branch: perl | |
1091 | ! Changes patchlevel.h | |
1092 | ____________________________________________________________________________ | |
c53d082d JH |
1093 | [ 14309] By: jhi on 2002/01/17 14:39:20 |
1094 | Log: Rename kill_perl to fresh_perl; replace fresh_perl() | |
1095 | with fresh_perl_is() and fresh_perl_like(). | |
1096 | Branch: perl | |
1097 | + t/run/fresh_perl.t | |
1098 | - t/run/kill_perl.t | |
1099 | ! MANIFEST t/test.pl | |
1100 | ____________________________________________________________________________ | |
1101 | [ 14308] By: jhi on 2002/01/17 14:06:46 | |
1102 | Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize | |
1103 | From: Benjamin Goldberg <goldbb2@earthlink.net> | |
1104 | Date: Wed, 09 Jan 2002 21:03:16 -0500 | |
1105 | Message-ID: <3C3CF664.A2BF3AC2@earthlink.net> | |
1106 | Branch: perl | |
1107 | ! ext/Unicode/Normalize/Normalize.pm | |
1108 | ____________________________________________________________________________ | |
1109 | [ 14307] By: jhi on 2002/01/17 14:04:06 | |
1110 | Log: Retract #14144 as Hugo isn't happy with it. | |
1111 | Branch: perl | |
1112 | ! scope.c t/run/kill_perl.t | |
1113 | ____________________________________________________________________________ | |
1114 | [ 14306] By: jhi on 2002/01/17 13:57:53 | |
1115 | Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus | |
1116 | From: Richard Clamp <richardc@unixbeard.net> | |
1117 | Date: Wed, 16 Jan 2002 17:34:31 +0000 | |
1118 | Message-ID: <20020116173431.GA28924@mirth.demon.co.uk> | |
1119 | Branch: perl | |
1120 | ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t | |
1121 | ____________________________________________________________________________ | |
1122 | [ 14305] By: jhi on 2002/01/17 13:32:56 | |
1123 | Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c | |
1124 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
1125 | Date: Tue, 15 Jan 2002 21:23:30 +0100 | |
1126 | Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu> | |
1127 | Branch: perl | |
1128 | ! ext/Opcode/Opcode.xs | |
1129 | ____________________________________________________________________________ | |
1130 | [ 14304] By: jhi on 2002/01/16 16:55:52 | |
1131 | Log: Subject: [PATCH] Fix crypt.t and fs.t tests | |
1132 | From: Paul_GreenVOS@vos.stratus.com | |
1133 | Date: Wed, 16 Jan 02 6:42 est | |
1134 | Message-Id: <200201161143.GAA02292@mailhub1.stratus.com> | |
1135 | Branch: perl | |
1136 | ! t/io/fs.t t/op/crypt.t | |
1137 | ____________________________________________________________________________ | |
1138 | [ 14303] By: jhi on 2002/01/16 14:55:57 | |
1139 | Log: Subject: Re: [PATCH] length of undefined $(digit) should warn | |
1140 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1141 | Date: Wed, 16 Jan 2002 13:43:39 +0100 | |
1142 | Message-ID: <20020116134339.A704@rafael> | |
1143 | ||
1144 | (replaces #14302) | |
1145 | Branch: perl | |
1146 | ! mg.c t/lib/warnings/mg | |
1147 | ____________________________________________________________________________ | |
1148 | [ 14302] By: jhi on 2002/01/16 13:47:58 | |
1149 | Log: (replaced by #14303) | |
1150 | Subject: [PATCH] length of undefined $(digit) should warn | |
1151 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1152 | Date: Tue, 15 Jan 2002 23:02:44 +0100 | |
1153 | Message-ID: <20020115230244.A31786@rafael> | |
1154 | Branch: perl | |
1155 | ! mg.c t/lib/warnings/mg | |
1156 | ____________________________________________________________________________ | |
1157 | [ 14301] By: jhi on 2002/01/16 13:45:20 | |
1158 | Log: The non-MakeMaker.pm parts of | |
1159 | ||
1160 | Subject: [PATCH] Re: MM_Beos.pm? | |
1161 | From: Tels <perl_dummy@bloodgate.com> | |
1162 | Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET) | |
1163 | Message-Id: <200201142006.WAA29544@taas.iki.fi> | |
1164 | Branch: perl | |
1165 | ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm | |
1166 | ! lib/ExtUtils/t/MM_Unix.t | |
1167 | ____________________________________________________________________________ | |
1168 | [ 14300] By: jhi on 2002/01/16 13:40:53 | |
1169 | Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3 | |
1170 | From: Michael G Schwern <schwern@pobox.com> | |
1171 | Date: Tue, 15 Jan 2002 20:07:50 -0500 | |
1172 | Message-ID: <20020116010750.GH625@blackrider> | |
1173 | Branch: perl | |
1174 | ! lib/ExtUtils/MakeMaker.pm | |
1175 | ____________________________________________________________________________ | |
1176 | [ 14299] By: jhi on 2002/01/16 13:37:41 | |
1177 | Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup | |
1178 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
1179 | Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST) | |
1180 | Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com> | |
1181 | Branch: perl | |
1182 | ! lib/Text/Tabs.pm | |
1183 | ____________________________________________________________________________ | |
1184 | [ 14298] By: jhi on 2002/01/16 13:34:29 | |
1185 | Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm | |
1186 | From: "Green, Paul" <Paul.Green@stratus.com> | |
1187 | Date: Tue, 15 Jan 2002 22:28:10 -0500 | |
1188 | Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com> | |
1189 | Branch: perl | |
1190 | ! lib/ExtUtils/MM_Unix.pm | |
1191 | ____________________________________________________________________________ | |
1192 | [ 14297] By: jhi on 2002/01/16 13:21:26 | |
1193 | Log: Integrate perlio; offsetof() is in <stddef.h> | |
1194 | Branch: perl | |
1195 | !> ext/Socket/Socket.xs | |
1196 | ____________________________________________________________________________ | |
1197 | [ 14294] By: jhi on 2002/01/16 05:37:29 | |
1198 | Log: Jeffrey's Unicode adventure continues: unify the In/*.pl | |
1199 | and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce | |
1200 | Canonical.pl and Exact.pl. | |
1201 | Branch: perl | |
1202 | + (add 259 files) | |
1203 | - (delete 288 files) | |
1204 | ! MANIFEST lib/unicore/Makefile lib/unicore/Properties | |
1205 | ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl | |
1206 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
1207 | ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl | |
1208 | ____________________________________________________________________________ | |
1209 | [ 14293] By: jhi on 2002/01/16 00:32:27 | |
1210 | Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas. | |
1211 | Branch: perl | |
1212 | ! ext/Socket/Socket.xs | |
1213 | ____________________________________________________________________________ | |
1214 | [ 14292] By: jhi on 2002/01/15 20:06:49 | |
1215 | Log: Subject: [PATCH] Add Slab_Free to embed.fnc | |
1216 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1217 | Date: Tue, 15 Jan 2002 21:59:19 +0100 | |
1218 | Message-ID: <3C44A637.16602.25EB208@localhost> | |
1219 | Branch: perl | |
1220 | ! embed.fnc embed.h proto.h | |
1221 | ____________________________________________________________________________ | |
1222 | [ 14291] By: jhi on 2002/01/15 20:00:02 | |
1223 | Log: Duh. The updated In/*.pl weren't checked in. | |
1224 | Branch: perl | |
1225 | ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl | |
1226 | ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl | |
1227 | ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl | |
1228 | ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl | |
1229 | ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl | |
1230 | ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl | |
1231 | ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl | |
1232 | ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl | |
1233 | ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl | |
1234 | ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl | |
1235 | ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl | |
1236 | ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl | |
1237 | ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl | |
1238 | ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl | |
1239 | ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl | |
1240 | ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl | |
1241 | ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl | |
1242 | ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl | |
1243 | ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl | |
1244 | ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl | |
1245 | ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl | |
1246 | ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl | |
1247 | ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl | |
1248 | ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl | |
1249 | ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl | |
1250 | ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl | |
1251 | ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl | |
1252 | ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl | |
1253 | ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl | |
1254 | ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl | |
1255 | ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl | |
1256 | ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl | |
1257 | ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl | |
1258 | ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl | |
1259 | ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl | |
1260 | ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl | |
1261 | ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl | |
1262 | ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl | |
1263 | ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl | |
1264 | ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl | |
1265 | ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl | |
1266 | ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl | |
1267 | ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl | |
1268 | ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl | |
1269 | ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl | |
1270 | ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl | |
1271 | ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl | |
1272 | ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl | |
1273 | ____________________________________________________________________________ | |
1274 | [ 14290] By: jhi on 2002/01/15 18:39:54 | |
1275 | Log: Update Changes. | |
1276 | Branch: perl | |
1277 | ! Changes patchlevel.h | |
1278 | ____________________________________________________________________________ | |
c59301f6 JH |
1279 | [ 14289] By: jhi on 2002/01/15 18:38:03 |
1280 | Log: Jeffrey is trying very hard to avoid working on his | |
1281 | book, it would seem :-) (better naming, better comments | |
1282 | in the files) | |
1283 | Branch: perl | |
1284 | + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl | |
1285 | + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl | |
1286 | + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl | |
1287 | + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties | |
1288 | - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl | |
1289 | - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl | |
1290 | - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl | |
1291 | - lib/unicore/Is/IDStart.pl | |
1292 | ! (edit 200 files) | |
1293 | ____________________________________________________________________________ | |
1294 | [ 14287] By: jhi on 2002/01/15 17:55:54 | |
1295 | Log: Some protection against spaces in directory names. | |
1296 | (Tru64 still has some makedepend problems in such | |
1297 | cases but that looks like Tru64's problem.) | |
1298 | Branch: perl | |
1299 | ! Configure Makefile.SH | |
1300 | ____________________________________________________________________________ | |
1301 | [ 14286] By: jhi on 2002/01/15 17:13:28 | |
1302 | Log: Should have been in #14285 but I have sausages for fingers. | |
1303 | Branch: perl | |
1304 | + lib/ExtUtils/MM_BeOS.pm | |
1305 | ____________________________________________________________________________ | |
1306 | [ 14285] By: jhi on 2002/01/15 17:12:59 | |
1307 | Log: MM_BeOS from Tels. | |
1308 | Branch: perl | |
1309 | + lib/ExtUtils/t/MM_BeOS.t | |
1310 | ! MANIFEST | |
1311 | ____________________________________________________________________________ | |
1312 | [ 14284] By: jhi on 2002/01/15 15:55:53 | |
1313 | Log: Integrate perlio; | |
1314 | ||
1315 | (reintroduce #14251) Slab allocator for ops | |
1316 | - moved the statics to intrpvar.h | |
1317 | - implemented Slab_Free() | |
1318 | - uses PerlMemShared (for now) if distinction exists. | |
1319 | ||
1320 | Slab allocator submit after resolve -ay to keep it! | |
1321 | ||
1322 | Hand merge of non slab allocator stuff | |
1323 | ||
1324 | const-ness fix in savepv's passing of NULL | |
1325 | ||
1326 | Typo in #else branch of PL_SLAB_ALLOC | |
1327 | ||
1328 | Integrate rest of mainline | |
1329 | ||
1330 | Regen embed enable slab for PERL_IMPLICIT_SYS | |
1331 | ||
1332 | Correct name of PL_OP_SLAB_ALLOC | |
1333 | ||
1334 | Correct slab allocator for case where sizeof(IV) > sizeof(IV *) | |
1335 | e.g. -Duse64bitint on a 32-bit platform. | |
1336 | Now uses I32 for use-count and is more careful with its casts. | |
1337 | Branch: perl | |
1338 | !> (integrate 28 files) | |
1339 | ____________________________________________________________________________ | |
1340 | [ 14279] By: jhi on 2002/01/15 14:43:04 | |
1341 | Log: Subject: [PATCH] Socket::sockaddr_family | |
1342 | From: Gisle Aas <gisle@ActiveState.com> | |
1343 | Date: 15 Jan 2002 06:35:28 -0800 | |
1344 | Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com> | |
1345 | Branch: perl | |
1346 | ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs | |
1347 | ____________________________________________________________________________ | |
1348 | [ 14278] By: jhi on 2002/01/15 14:37:34 | |
1349 | Log: Subject: [PATCH perldiag] Style issue | |
1350 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1351 | Date: Tue, 15 Jan 2002 15:36:30 +0100 | |
1352 | Message-ID: <20020115153630.A11568@rafael> | |
1353 | Branch: perl | |
1354 | ! pod/perldiag.pod | |
1355 | ____________________________________________________________________________ | |
1356 | [ 14276] By: jhi on 2002/01/15 14:22:38 | |
1357 | Log: NetWare tweak from Ananth Kesari. | |
1358 | Branch: perl | |
1359 | ! lib/ExtUtils/MakeMaker.pm | |
1360 | ____________________________________________________________________________ | |
1361 | [ 14275] By: jhi on 2002/01/15 14:19:43 | |
1362 | Log: Throwback. | |
1363 | Branch: perl | |
1364 | ! MANIFEST | |
1365 | ____________________________________________________________________________ | |
1366 | [ 14274] By: jhi on 2002/01/15 14:16:28 | |
1367 | Log: A couple of additional character classes from Jeffrey, | |
1368 | hopefully useful in future for internal use for implementing | |
1369 | some special cases of casing. | |
1370 | ||
1371 | Also regenerate once more all the character classes, | |
1372 | now without the timestamp. A timestamp would be kind of | |
1373 | nice but it's not: having a timestamp in a file means that | |
1374 | even if the effective contents of file really didn't | |
1375 | change, the file looks as if it changed. | |
1376 | Branch: perl | |
1377 | + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl | |
1378 | + lib/unicore/Is/CombAbov.pl | |
1379 | ! (edit 304 files) | |
1380 | ____________________________________________________________________________ | |
1381 | [ 14273] By: jhi on 2002/01/15 13:53:01 | |
1382 | Log: Make the test harder. | |
1383 | Branch: perl | |
1384 | ! t/op/pat.t | |
1385 | ____________________________________________________________________________ | |
1386 | [ 14272] By: jhi on 2002/01/15 13:51:11 | |
1387 | Log: Additional utf8_heavy.pl tweak from Jeffrey. | |
1388 | Branch: perl | |
1389 | ! lib/utf8_heavy.pl | |
1390 | ____________________________________________________________________________ | |
1391 | [ 14264] By: jhi on 2002/01/15 04:19:11 | |
1392 | Log: Pod nits. | |
1393 | Branch: perl | |
1394 | ! lib/Unicode/UCD.pm pod/perlunicode.pod | |
1395 | ____________________________________________________________________________ | |
1396 | [ 14263] By: jhi on 2002/01/15 02:14:29 | |
1397 | Log: The Unicode categories doc patch to go with #14254, | |
1398 | from Jeffrey. | |
1399 | Branch: perl | |
1400 | ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod | |
1401 | ____________________________________________________________________________ | |
1402 | [ 14262] By: jhi on 2002/01/15 01:30:09 | |
1403 | Log: There isn't going to be perl.third.exe. | |
1404 | Branch: perl | |
1405 | ! Makefile.SH | |
1406 | ____________________________________________________________________________ | |
1407 | [ 14261] By: jhi on 2002/01/15 01:25:11 | |
1408 | Log: Subject: [PATCH] small coredump correction | |
1409 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1410 | Date: Tue, 15 Jan 2002 00:22:52 +0100 | |
1411 | Message-ID: <20020115002252.I691@rafael> | |
1412 | Branch: perl | |
1413 | ! op.c | |
1414 | ____________________________________________________________________________ | |
1415 | [ 14260] By: jhi on 2002/01/15 01:23:53 | |
1416 | Log: Subject: [PATCH] Overriding readline() should also override <FH> | |
1417 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1418 | Date: Mon, 14 Jan 2002 23:03:04 +0100 | |
1419 | Message-ID: <20020114230304.A691@rafael> | |
1420 | ||
1421 | Subject: Re: [PATCH] Overriding readline() should also override <FH> | |
1422 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
1423 | Date: Mon, 14 Jan 2002 23:18:43 +0100 | |
1424 | Message-ID: <20020114231843.E691@rafael> | |
1425 | Branch: perl | |
1426 | ! pod/perlsub.pod t/op/override.t toke.c | |
1427 | ____________________________________________________________________________ | |
1428 | [ 14256] By: jhi on 2002/01/14 14:42:12 | |
1429 | Log: Update Changes. | |
1430 | Branch: perl | |
1431 | ! Changes patchlevel.h | |
1432 | ____________________________________________________________________________ | |
9ce38ebc JH |
1433 | [ 14255] By: jhi on 2002/01/14 14:04:24 |
1434 | Log: Retract #14251 (the op slab allocator from perlio) | |
1435 | until we figure out why 2.2.19 x86 debian gets | |
1436 | a circular sibling chain and therefore hangs in | |
1437 | the Perl_ck_subr() sibling for-loop. | |
1438 | Branch: perl | |
1439 | ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h | |
1440 | ! perlapi.c perlapi.h proto.h | |
1441 | ____________________________________________________________________________ | |
1442 | [ 14254] By: jhi on 2002/01/14 13:25:07 | |
1443 | Log: Big mktables rewrite from Jeffrey; | |
1444 | documentation not yet updated. | |
1445 | Branch: perl | |
1446 | + (add 171 files) | |
1447 | - (delete 182 files) | |
1448 | ! (edit 135 files) | |
1449 | ____________________________________________________________________________ | |
1450 | [ 14253] By: ams on 2002/01/14 03:15:05 | |
1451 | Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH} | |
1452 | From: Michael G Schwern <schwern@pobox.com> | |
1453 | Date: Sun, 13 Jan 2002 21:00:07 -0500 | |
1454 | Message-Id: <20020114020007.GB2877@blackrider> | |
1455 | Branch: perl | |
1456 | ! lib/Cwd.pm | |
1457 | ____________________________________________________________________________ | |
1458 | [ 14252] By: jhi on 2002/01/14 00:27:41 | |
1459 | Log: Subject: Re: Win32 status - progress ! | |
1460 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
1461 | Date: Mon, 14 Jan 2002 02:29:51 +0100 | |
1462 | Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com> | |
1463 | Branch: perl | |
1464 | ! lib/ExtUtils/t/MM_Win32.t | |
1465 | ____________________________________________________________________________ | |
1466 | [ 14251] By: jhi on 2002/01/13 23:30:05 | |
1467 | Log: Integrate perlio. | |
1468 | ||
1469 | Slab allocator for ops | |
1470 | - moved the statics to intrpvar.h | |
1471 | - implemented Slab_Free() | |
1472 | - uses PerlMemShared (for now) if distinction exists. | |
1473 | Branch: perl | |
1474 | !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h | |
1475 | !> perlapi.c perlapi.h proto.h | |
1476 | ____________________________________________________________________________ | |
1477 | [ 14249] By: jhi on 2002/01/13 19:55:10 | |
1478 | Log: Start a new test category: uni. Much of t/op/pat | |
1479 | should probably be moved here, but holding on that | |
1480 | until Jeffrey finishes his big mktables rewrite. | |
1481 | Bits and pieces of op/split, op/pack, op/append, | |
1482 | op/join, could probably be moved to respective uni | |
1483 | tests, too. | |
1484 | Branch: perl | |
1485 | + t/uni/fold.t t/uni/sprintf.t | |
1486 | - t/op/unifold.t t/op/unisprintf.t | |
1487 | ! MANIFEST t/TEST t/harness | |
1488 | ____________________________________________________________________________ | |
1489 | [ 14248] By: jhi on 2002/01/13 19:52:02 | |
1490 | Log: Subject: [PATCH] enable Win32 to build again | |
1491 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1492 | Date: Sun, 13 Jan 2002 21:49:24 +0100 | |
1493 | Message-ID: <3C4200E4.15926.23F6131@localhost> | |
1494 | ||
1495 | miniperl.exe.exe does not exe that well. | |
1496 | Branch: perl | |
1497 | ! lib/ExtUtils/MM_Unix.pm | |
1498 | ____________________________________________________________________________ | |
1499 | [ 14247] By: jhi on 2002/01/13 19:50:23 | |
1500 | Log: Mention some of the load-affected tests. | |
1501 | Branch: perl | |
1502 | ! INSTALL | |
1503 | ____________________________________________________________________________ | |
1504 | [ 14246] By: jhi on 2002/01/13 19:38:17 | |
1505 | Log: Move the UTF-8 conversion code earlier so that | |
1506 | op/ver is happy. | |
1507 | Branch: perl | |
1508 | ! sv.c t/op/ver.t | |
1509 | ____________________________________________________________________________ | |
1510 | [ 14245] By: jhi on 2002/01/13 19:19:59 | |
1511 | Log: Upgrade to Scalar-List-Util 1.06. The Makefile.PLs | |
1512 | have diverged quite a bit so no updates there. | |
1513 | Branch: perl | |
1514 | ! ext/List/Util/ChangeLog ext/List/Util/Util.xs | |
1515 | ! ext/List/Util/lib/List/Util.pm | |
1516 | ! ext/List/Util/lib/Scalar/Util.pm | |
1517 | ____________________________________________________________________________ | |
1518 | [ 14244] By: jhi on 2002/01/13 18:27:00 | |
1519 | Log: Make the crypt() pickier: if downgrading doesn't work, | |
1520 | croak. | |
1521 | Branch: perl | |
1522 | ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t | |
1523 | ____________________________________________________________________________ | |
1524 | [ 14243] By: jhi on 2002/01/13 18:12:23 | |
1525 | Log: Grow the buffer in case Unicode caused size changes | |
1526 | (and it very probably did). | |
1527 | Branch: perl | |
1528 | ! sv.c | |
1529 | ____________________________________________________________________________ | |
1530 | [ 14242] By: jhi on 2002/01/13 17:46:45 | |
1531 | Log: Future-proofing from Jeffrey Friedl (for conflicting | |
1532 | In* and Is* names). | |
1533 | Branch: perl | |
1534 | ! lib/utf8_heavy.pl | |
1535 | ____________________________________________________________________________ | |
1536 | [ 14241] By: jhi on 2002/01/13 17:40:29 | |
1537 | Log: Subject: [PATCH] Re: Warning in B.xs | |
1538 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1539 | Date: Sun, 13 Jan 2002 19:39:52 +0100 | |
1540 | Message-ID: <3C41E288.20562.1C8C895@localhost> | |
1541 | Branch: perl | |
1542 | ! ext/B/B.xs | |
1543 | ____________________________________________________________________________ | |
1544 | [ 14240] By: jhi on 2002/01/13 17:35:48 | |
1545 | Log: Subject: Re: lookbehind broken with latest bleedperl | |
1546 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
1547 | Date: Sun, 13 Jan 2002 18:06:22 +0000 | |
1548 | Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk> | |
1549 | Branch: perl | |
1550 | ! regexec.c t/op/re_tests | |
1551 | ____________________________________________________________________________ | |
1552 | [ 14239] By: jhi on 2002/01/13 17:24:51 | |
1553 | Log: Subject: [PATCH] more MM_Unix.t tests | |
1554 | From: Tels <perl_dummy@bloodgate.com> | |
1555 | Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) | |
1556 | Message-Id: <200201131621.SAA17925@tiku.hut.fi> | |
1557 | ||
1558 | Subject: [PATCH] 14220 misunderstood, I bet | |
1559 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1560 | Date: 12 Jan 2002 21:31:58 +0100 | |
1561 | Message-ID: <m3k7un8g5d.fsf@anima.de> | |
1562 | Branch: perl | |
1563 | ! lib/ExtUtils/t/MM_Unix.t | |
1564 | ____________________________________________________________________________ | |
1565 | [ 14238] By: jhi on 2002/01/13 17:14:25 | |
1566 | Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION | |
1567 | From: Tels <perl_dummy@bloodgate.com> | |
1568 | Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) | |
1569 | Message-Id: <200201131602.SAA15687@tiku.hut.fi> | |
1570 | ||
1571 | Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION | |
1572 | From: Tels <perl_dummy@bloodgate.com> | |
1573 | Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) | |
1574 | Message-Id: <200201131610.SAA18974@tiku.hut.fi> | |
1575 | Branch: perl | |
1576 | ! lib/ExtUtils/MM_Unix.pm | |
1577 | ____________________________________________________________________________ | |
1578 | [ 14237] By: jhi on 2002/01/13 17:12:04 | |
1579 | Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure | |
1580 | From: Nicholas Clark <nick@unfortu.net> | |
1581 | Date: Sun, 13 Jan 2002 15:58:34 +0000 | |
1582 | Message-ID: <20020113155833.C314@Bagpuss.unfortu.net> | |
1583 | Branch: perl | |
1584 | ! lib/Benchmark.t | |
1585 | ____________________________________________________________________________ | |
1586 | [ 14236] By: jhi on 2002/01/13 17:08:18 | |
1587 | Log: Anton Berezin did more reading and the uid setting story | |
1588 | gets more complex. | |
1589 | Branch: perl | |
1590 | ! pod/perltodo.pod utils/perldoc.PL | |
1591 | ____________________________________________________________________________ | |
1592 | [ 14235] By: jhi on 2002/01/13 16:45:52 | |
1593 | Log: Integrate perlio; | |
1594 | ||
1595 | Win32 fixes: | |
1596 | - vmem.h hack to handle free-by-wrong-thread after eval "". | |
1597 | - Initialize timerid | |
1598 | Branch: perl | |
1599 | !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c | |
1600 | ____________________________________________________________________________ | |
1601 | [ 14234] By: jhi on 2002/01/13 16:44:07 | |
1602 | Log: Subject: Re: HiRes | |
1603 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1604 | Date: Sun, 13 Jan 2002 10:18:46 +0100 | |
1605 | Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> | |
1606 | ||
1607 | Give up on socketpair in HP-UX. | |
1608 | Branch: perl | |
1609 | ! ext/Socket/socketpair.t | |
1610 | ____________________________________________________________________________ | |
1611 | [ 14231] By: jhi on 2002/01/13 05:15:01 | |
1612 | Log: *groan* | |
1613 | Branch: perl | |
1614 | ! t/op/pat.t | |
1615 | ____________________________________________________________________________ | |
1616 | [ 14230] By: jhi on 2002/01/13 05:13:03 | |
1617 | Log: One more sharp s case found by Jeffrey. | |
1618 | Branch: perl | |
1619 | ! regexec.c t/op/pat.t | |
1620 | ____________________________________________________________________________ | |
1621 | [ 14229] By: jhi on 2002/01/13 04:43:33 | |
1622 | Log: Comment tweak. | |
1623 | Branch: perl | |
1624 | ! regexec.c | |
1625 | ____________________________________________________________________________ | |
1626 | [ 14228] By: jhi on 2002/01/13 04:30:45 | |
1627 | Log: Don't bother checking for the Greek special | |
1628 | cases if the node is too short. | |
1629 | Branch: perl | |
1630 | ! regcomp.c | |
1631 | ____________________________________________________________________________ | |
1632 | [ 14227] By: jhi on 2002/01/12 21:00:04 | |
1633 | Log: Update Changes. | |
1634 | Branch: perl | |
1635 | ! Changes patchlevel.h | |
1636 | ____________________________________________________________________________ | |
df6a5558 JH |
1637 | [ 14225] By: jhi on 2002/01/12 20:28:05 |
1638 | Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm | |
1639 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
1640 | Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) | |
1641 | Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com> | |
1642 | Branch: perl | |
1643 | ! Configure config_h.SH | |
1644 | ____________________________________________________________________________ | |
1645 | [ 14224] By: jhi on 2002/01/12 20:18:02 | |
1646 | Log: Quick reformat using indent -kr -nce, as requested | |
1647 | by Dan Kogai and suggest by NI-S. | |
1648 | Branch: perl | |
1649 | ! ext/Encode/encengine.c | |
1650 | ____________________________________________________________________________ | |
1651 | [ 14223] By: jhi on 2002/01/12 20:08:54 | |
1652 | Log: Couple more Unicode lookbehind tests. | |
1653 | Branch: perl | |
1654 | ! t/op/pat.t | |
1655 | ____________________________________________________________________________ | |
1656 | [ 14222] By: jhi on 2002/01/12 20:05:29 | |
1657 | Log: Sharp S as a special treat for our German UTF-8 testers :-) | |
1658 | Branch: perl | |
1659 | ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h | |
1660 | ____________________________________________________________________________ | |
1661 | [ 14221] By: jhi on 2002/01/12 18:38:54 | |
1662 | Log: Subject: {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | |
1663 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1664 | Date: Sat, 12 Jan 2002 20:37:32 +0100 | |
1665 | Message-ID: <3C409E8C.16203.196C2D3@localhost> | |
1666 | Branch: perl | |
1667 | ! ext/B/B/Deparse.pm | |
1668 | ____________________________________________________________________________ | |
1669 | [ 14220] By: jhi on 2002/01/12 18:27:32 | |
1670 | Log: Hrmph. Is having a test for an exact version of MM_Unix.pm | |
1671 | really worth the bits it's printed on? | |
1672 | Branch: perl | |
1673 | ! lib/ExtUtils/t/MM_Unix.t | |
1674 | ____________________________________________________________________________ | |
1675 | [ 14219] By: jhi on 2002/01/12 18:06:49 | |
1676 | Log: Special treatment for U+03B0 and U+0390 in //i, | |
1677 | this means that we can remove the minlen pessimisations | |
1678 | introduced by the #14096. | |
1679 | Branch: perl | |
1680 | ! pp_hot.c regcomp.c regexec.c | |
1681 | ____________________________________________________________________________ | |
1682 | [ 14218] By: jhi on 2002/01/12 16:14:52 | |
1683 | Log: Integrate perlio; | |
1684 | ||
1685 | Abstract out the cloning of SvPVX and handle shared pv in a | |
1686 | safe (if suboptimal) manner. Does not fix op/fork.t :-( | |
1687 | ||
1688 | Win32-ize socketpair test | |
1689 | - Win32 can fork even though $Config{d_fork} is undef | |
1690 | - SOCK_DGRAM does not work - skip those tests. | |
1691 | Branch: perl | |
1692 | !> ext/Socket/socketpair.t sv.c | |
1693 | ____________________________________________________________________________ | |
1694 | [ 14217] By: jhi on 2002/01/12 16:09:59 | |
1695 | Log: One should first drop the real uid, not the effective uid. | |
1696 | [ID 20020110.003] | |
1697 | Branch: perl | |
1698 | ! utils/perldoc.PL | |
1699 | ____________________________________________________________________________ | |
1700 | [ 14216] By: jhi on 2002/01/12 15:50:38 | |
1701 | Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | |
1702 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1703 | Date: Fri, 11 Jan 2002 23:29:48 +0100 | |
1704 | Message-ID: <3C3F756C.4581.2E2A938@localhost> | |
1705 | Branch: perl | |
1706 | + ext/B/C/C.xs ext/B/C/Makefile.PL | |
1707 | ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST | |
1708 | ! utils/perlcc.PL | |
1709 | ____________________________________________________________________________ | |
1710 | [ 14215] By: jhi on 2002/01/12 15:22:01 | |
1711 | Log: Subject: [PATCH] Re: Magic numbers in B::Concise | |
1712 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
1713 | Date: Fri, 11 Jan 2002 14:29:30 -0800 | |
1714 | Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu> | |
1715 | Branch: perl | |
1716 | ! ext/B/t/concise.t | |
1717 | ____________________________________________________________________________ | |
1718 | [ 14212] By: ams on 2002/01/12 06:10:52 | |
1719 | Log: Subject: [PATCH] More fixes for Stratus VOS | |
1720 | From: "Green, Paul" <Paul.Green@stratus.com> | |
1721 | Date: Fri, 11 Jan 2002 17:30:37 -0500 | |
1722 | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com> | |
1723 | Branch: perl | |
1724 | ! hints/vos.sh lib/ExtUtils/MM_Unix.pm | |
1725 | ____________________________________________________________________________ | |
1726 | [ 14211] By: jhi on 2002/01/12 06:01:29 | |
1727 | Log: Upgrade to CGI.pm 2.80. | |
1728 | Branch: perl | |
1729 | ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t | |
1730 | ____________________________________________________________________________ | |
1731 | [ 14210] By: jhi on 2002/01/12 05:57:36 | |
1732 | Log: FAQ sync. | |
1733 | Branch: perl | |
1734 | ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod | |
1735 | ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod | |
1736 | ! pod/perlfaq8.pod | |
1737 | ____________________________________________________________________________ | |
1738 | [ 14209] By: jhi on 2002/01/12 05:54:24 | |
1739 | Log: This is getting embarrassing. | |
1740 | Branch: perl | |
1741 | ! t/op/pat.t | |
1742 | ____________________________________________________________________________ | |
1743 | [ 14208] By: jhi on 2002/01/12 05:30:03 | |
1744 | Log: Doc tweaks. | |
1745 | Branch: perl | |
1746 | ! pod/perlunicode.pod | |
1747 | ____________________________________________________________________________ | |
1748 | [ 14207] By: jhi on 2002/01/12 05:16:55 | |
1749 | Log: Updating the test count is good; also rephrasing | |
1750 | so that there is no ok output containing "not". | |
1751 | Branch: perl | |
1752 | ! t/op/pat.t | |
1753 | ____________________________________________________________________________ | |
1754 | [ 14206] By: jhi on 2002/01/12 05:11:20 | |
1755 | Log: Andreas is busy :-) | |
1756 | Branch: perl | |
1757 | ! doop.c t/op/unisprintf.t | |
1758 | ____________________________________________________________________________ | |
1759 | [ 14205] By: jhi on 2002/01/12 04:55:20 | |
1760 | Log: Unicode lookbehind looked bad. | |
1761 | Branch: perl | |
1762 | ! regexec.c t/op/pat.t | |
1763 | ____________________________________________________________________________ | |
1764 | [ 14204] By: jhi on 2002/01/12 01:43:48 | |
1765 | Log: Garbage collection. | |
1766 | Branch: perl | |
1767 | ! t/run/kill_perl.t | |
1768 | ____________________________________________________________________________ | |
1769 | [ 14203] By: jhi on 2002/01/12 00:10:51 | |
1770 | Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals | |
1771 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
1772 | Date: Fri, 11 Jan 2002 23:29:48 +0100 | |
1773 | Message-ID: <3C3F756C.21561.2E2A9CE@localhost> | |
1774 | Branch: perl | |
1775 | ! embed.fnc global.sym makedef.pl | |
1776 | ____________________________________________________________________________ | |
1777 | [ 14202] By: jhi on 2002/01/12 00:07:41 | |
1778 | Log: Subject: [PATCH] perldelta nit? | |
1779 | From: Robert Spier <rspier@pobox.com> | |
1780 | Date: Fri, 11 Jan 2002 15:19:16 -0800 | |
1781 | Message-ID: <15423.29428.164185.251700@rls.cx> | |
1782 | Branch: perl | |
1783 | ! pod/perldelta.pod | |
1784 | ____________________________________________________________________________ | |
1785 | [ 14201] By: jhi on 2002/01/12 00:06:02 | |
1786 | Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More | |
1787 | From: Michael G Schwern <schwern@pobox.com> | |
1788 | Date: Fri, 11 Jan 2002 17:08:17 -0500 | |
1789 | Message-ID: <20020111220817.GG2838@blackrider> | |
1790 | Branch: perl | |
1791 | ! t/run/kill_perl.t t/test.pl | |
1792 | ____________________________________________________________________________ | |
1793 | [ 14200] By: jhi on 2002/01/12 00:02:05 | |
1794 | Log: Subject: [PATCH] Correct misleading error message | |
1795 | From: Mike Guy <mjtg@cam.ac.uk> | |
1796 | Date: Fri, 11 Jan 2002 18:36:33 +0000 | |
1797 | Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk> | |
1798 | ||
1799 | hash assignment -> anonymous hash | |
1800 | Branch: perl | |
1801 | ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t | |
1802 | ____________________________________________________________________________ | |
1803 | [ 14199] By: jhi on 2002/01/11 23:58:00 | |
1804 | Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c | |
1805 | From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | |
1806 | Date: Fri, 11 Jan 2002 16:58:14 +0100 | |
1807 | Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu> | |
1808 | Branch: perl | |
1809 | ! ext/Unicode/Normalize/mkheader | |
1810 | ____________________________________________________________________________ | |
1811 | [ 14198] By: jhi on 2002/01/11 23:53:05 | |
1812 | Log: Add a new test for is-sprintf-preserving Unicodeness: | |
1813 | #14194 and an old one from kill_perl.t (I could have used | |
1814 | sprintf.t, but it's format was quite fixed, and I didn't | |
1815 | feel like breaking the format) | |
1816 | Branch: perl | |
1817 | + t/op/unisprintf.t | |
1818 | ! MANIFEST t/run/kill_perl.t | |
1819 | ____________________________________________________________________________ | |
1820 | [ 14197] By: jhi on 2002/01/11 21:48:49 | |
1821 | Log: Integrate perlio; | |
1822 | Install dummy signal() handlers for Win32's SIGINT and SIGBREAK | |
1823 | Branch: perl | |
1824 | !> win32/win32.c | |
1825 | ____________________________________________________________________________ | |
1826 | [ 14195] By: jhi on 2002/01/11 20:07:35 | |
1827 | Log: Integrate perlio; | |
1828 | A mostly-stable version of "new" Win32 signal/kill support. | |
1829 | Branch: perl | |
1830 | !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc | |
1831 | !> win32/config.gc win32/config.vc win32/config_H.bc | |
1832 | !> win32/config_H.gc win32/config_H.vc win32/config_h.PL | |
1833 | !> win32/makefile.mk win32/win32.c win32/win32.h | |
1834 | ____________________________________________________________________________ | |
1835 | [ 14194] By: jhi on 2002/01/11 20:04:26 | |
1836 | Log: Fix for | |
1837 | ||
1838 | Subject: UTF-8 sprintf bug in bleadperl | |
1839 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1840 | Date: 11 Jan 2002 15:47:15 +0100 | |
1841 | Message-ID: <m3vge99c7g.fsf@anima.de> | |
1842 | ||
1843 | I have tests, have just to figure out where to put them | |
1844 | since op/sprintf looks a bit unfriendly for tests of | |
1845 | somewhat freer form. | |
1846 | Branch: perl | |
1847 | ! doop.c sv.c | |
1848 | ____________________________________________________________________________ | |
1849 | [ 14191] By: jhi on 2002/01/11 15:34:53 | |
1850 | Log: Update Changes. | |
1851 | Branch: perl | |
1852 | ! Changes patchlevel.h | |
1853 | ____________________________________________________________________________ | |
7231552f JH |
1854 | [ 14190] By: jhi on 2002/01/11 14:52:51 |
1855 | Log: Subject: [PATCH] Re: Magic numbers in B::Concise | |
1856 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
1857 | Date: Thu, 10 Jan 2002 18:21:34 -0800 | |
1858 | Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu> | |
1859 | Branch: perl | |
1860 | + ext/B/t/concise.t | |
1861 | ! MANIFEST | |
1862 | ____________________________________________________________________________ | |
1863 | [ 14189] By: jhi on 2002/01/11 14:51:11 | |
1864 | Log: Upgrade to CGI.pm 2.79. Manual tweaks were | |
1865 | necessary in form.t and html.t @INC setups. | |
1866 | Branch: perl | |
1867 | ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t | |
1868 | ____________________________________________________________________________ | |
1869 | [ 14188] By: jhi on 2002/01/11 14:31:17 | |
1870 | Log: Yet another twist. | |
1871 | Branch: perl | |
1872 | ! t/test.pl | |
1873 | ____________________________________________________________________________ | |
1874 | [ 14187] By: jhi on 2002/01/11 14:14:12 | |
1875 | Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed | |
1876 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
1877 | Date: Fri, 11 Jan 2002 13:04:15 +0100 | |
1878 | Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl> | |
1879 | Branch: perl | |
1880 | ! hints/aix.sh | |
1881 | ____________________________________________________________________________ | |
1882 | [ 14186] By: jhi on 2002/01/11 14:13:02 | |
1883 | Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3 | |
1884 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
1885 | Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT) | |
1886 | Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com> | |
1887 | Branch: perl | |
1888 | ! lib/AnyDBM_File.t | |
1889 | ____________________________________________________________________________ | |
1890 | [ 14185] By: jhi on 2002/01/11 14:10:01 | |
1891 | Log: Arguments were being mangled. | |
1892 | Branch: perl | |
1893 | ! t/test.pl | |
1894 | ____________________________________________________________________________ | |
1895 | [ 14184] By: jhi on 2002/01/11 14:05:53 | |
1896 | Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More | |
1897 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
1898 | Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT) | |
1899 | Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com> | |
1900 | Branch: perl | |
1901 | ! lib/AnyDBM_File.t | |
1902 | ____________________________________________________________________________ | |
1903 | [ 14183] By: jhi on 2002/01/11 13:59:22 | |
1904 | Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl() | |
1905 | From: Michael G Schwern <schwern@pobox.com> | |
1906 | Date: Fri, 11 Jan 2002 04:26:27 -0500 | |
1907 | Message-ID: <20020111092626.GA16544@blackrider> | |
1908 | Branch: perl | |
1909 | ! t/run/kill_perl.t t/test.pl | |
1910 | ____________________________________________________________________________ | |
1911 | [ 14182] By: jhi on 2002/01/11 13:57:59 | |
1912 | Log: Subject: [PATCH] Test::Harness 2.01 | |
1913 | From: Michael G Schwern <schwern@pobox.com> | |
1914 | Date: Thu, 10 Jan 2002 21:11:24 -0500 | |
1915 | Message-ID: <20020111021123.GA30666@blackrider> | |
1916 | Branch: perl | |
1917 | + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm | |
1918 | + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t | |
1919 | + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t | |
1920 | + lib/Test/Harness/t/nonumbers.t | |
1921 | + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t | |
1922 | + t/lib/sample-tests/lone_not_bug | |
1923 | + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint | |
1924 | + t/lib/sample-tests/vms_nit | |
1925 | ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes | |
1926 | ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t | |
1927 | ____________________________________________________________________________ | |
1928 | [ 14181] By: jhi on 2002/01/11 13:57:38 | |
1929 | Log: patch is silly when creating new files: don't run | |
1930 | patch more than once. | |
1931 | Branch: perl | |
1932 | ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t | |
1933 | ____________________________________________________________________________ | |
1934 | [ 14180] By: jhi on 2002/01/11 13:53:49 | |
1935 | Log: Forgot from #14179. | |
1936 | Branch: perl | |
1937 | ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t | |
1938 | ____________________________________________________________________________ | |
1939 | [ 14179] By: jhi on 2002/01/11 13:24:13 | |
1940 | Log: Subject: [PATCH] is() undef/'' behavior change | |
1941 | From: Michael G Schwern <schwern@pobox.com> | |
1942 | Date: Fri, 11 Jan 2002 03:35:51 -0500 | |
1943 | Message-ID: <20020111083551.GC30666@blackrider> | |
1944 | ||
1945 | Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix | |
1946 | From: Michael G Schwern <schwern@pobox.com> | |
1947 | Date: Fri, 11 Jan 2002 03:37:44 -0500 | |
1948 | Message-ID: <20020111083744.GD30666@blackrider> | |
1949 | Branch: perl | |
1950 | ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t | |
1951 | ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm | |
1952 | ! lib/Pod/t/InputObjects.t lib/blib.t | |
1953 | ____________________________________________________________________________ | |
1954 | [ 14178] By: jhi on 2002/01/11 13:21:59 | |
1955 | Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41 | |
1956 | From: Michael G Schwern <schwern@pobox.com> | |
1957 | Date: Thu, 10 Jan 2002 19:56:23 -0500 | |
1958 | Message-ID: <20020111005623.GA13192@blackrider> | |
1959 | Branch: perl | |
1960 | + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t | |
1961 | ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm | |
1962 | ! lib/Test/Simple.pm lib/Test/Simple/Changes | |
1963 | ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t | |
1964 | ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t | |
1965 | ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t | |
1966 | ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t | |
1967 | ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t | |
1968 | ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t | |
1969 | ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t | |
1970 | ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t | |
1971 | ! lib/Test/Simple/t/plan_is_noplan.t | |
1972 | ! lib/Test/Simple/t/plan_no_plan.t | |
1973 | ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t | |
1974 | ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t | |
1975 | ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t | |
1976 | ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t | |
1977 | ! lib/Test/Tutorial.pod | |
1978 | ____________________________________________________________________________ | |
1979 | [ 14177] By: gsar on 2002/01/11 02:56:05 | |
1980 | Log: malloc() things must be free()d, not Safefree()d (bug in change#11280 | |
1981 | revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST) | |
1982 | ||
1983 | turns out even the malloc() was never really needed to begin with, | |
1984 | so get rid of it | |
1985 | Branch: perl | |
1986 | ! sv.c | |
1987 | ____________________________________________________________________________ | |
1988 | [ 14176] By: jhi on 2002/01/11 02:11:21 | |
1989 | Log: Small doc tweaks. | |
1990 | Branch: perl | |
1991 | ! pod/perluniintro.pod | |
1992 | ____________________________________________________________________________ | |
1993 | [ 14175] By: gsar on 2002/01/11 01:05:15 | |
1994 | Log: support using the CRT's malloc() family of functions instead of | |
1995 | the internal one when ithreads is enabled; allocate large blocks | |
1996 | using VirtualAlloc() since the Heap*() functions may only be tuned | |
1997 | for small allocations (from Doug Lankshear <dougl@ActiveState.com>) | |
1998 | ||
1999 | pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc(); | |
2000 | also see comments at the top of win32/vmem.h for other options that | |
2001 | can be set | |
2002 | Branch: perl | |
2003 | ! win32/vmem.h | |
2004 | ____________________________________________________________________________ | |
2005 | [ 14174] By: jhi on 2002/01/10 19:33:29 | |
2006 | Log: Subject: micropatch | |
2007 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2008 | Date: Thu, 10 Jan 2002 18:20:58 +0000 | |
2009 | Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk> | |
2010 | Branch: perl | |
2011 | ! regcomp.c | |
2012 | ____________________________________________________________________________ | |
2013 | [ 14173] By: jhi on 2002/01/10 19:32:16 | |
2014 | Log: Subject: [PATCH] Embed.t on Win32 | |
2015 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2016 | Date: Thu, 10 Jan 2002 18:56:21 +0100 | |
2017 | Message-ID: <3C3DE3D5.7359.1FEB994@localhost> | |
2018 | Branch: perl | |
2019 | ! lib/ExtUtils/t/Embed.t | |
2020 | ____________________________________________________________________________ | |
2021 | [ 14172] By: jhi on 2002/01/10 19:31:00 | |
2022 | Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our | |
2023 | From: Gisle Aas <gisle@ActiveState.com> | |
2024 | Date: 10 Jan 2002 08:56:05 -0800 | |
2025 | Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com> | |
2026 | Branch: perl | |
2027 | ! toke.c | |
2028 | ____________________________________________________________________________ | |
2029 | [ 14171] By: jhi on 2002/01/10 19:29:08 | |
2030 | Log: Subject: [PATCH] doc fixes | |
2031 | From: "Brendan O'Dea" <bod@debian.org> | |
2032 | Date: Fri, 11 Jan 2002 03:49:54 +1100 | |
2033 | Message-ID: <20020110164954.GA21891@compusol.com.au> | |
2034 | Branch: perl | |
2035 | ! lib/I18N/Collate.pm pod/perlfunc.pod | |
2036 | ____________________________________________________________________________ | |
2037 | [ 14170] By: jhi on 2002/01/10 17:48:42 | |
2038 | Log: Integrate perlio; More signal hackery. | |
2039 | Branch: perl | |
2040 | !> win32/win32.c | |
2041 | ____________________________________________________________________________ | |
2042 | [ 14169] By: jhi on 2002/01/10 17:47:34 | |
2043 | Log: No need to show internal encodings, or return them | |
2044 | in random order. | |
2045 | Branch: perl | |
2046 | ! ext/Encode/Encode.pm | |
2047 | ____________________________________________________________________________ | |
2048 | [ 14166] By: jhi on 2002/01/10 15:24:41 | |
2049 | Log: I think we can claim to be supporting Unicode | |
2050 | "loose matching" now. | |
2051 | Branch: perl | |
2052 | ! pod/perlunicode.pod | |
2053 | ____________________________________________________________________________ | |
2054 | [ 14165] By: jhi on 2002/01/10 15:07:56 | |
2055 | Log: Subject: doc patch | |
2056 | From: mjd@plover.com | |
2057 | Date: 10 Jan 2002 15:12:27 -0000 | |
2058 | Message-ID: <20020110151227.14850.qmail@plover.com> | |
2059 | Branch: perl | |
2060 | ! pod/perlrun.pod | |
2061 | ____________________________________________________________________________ | |
2062 | [ 14164] By: jhi on 2002/01/10 14:54:38 | |
2063 | Log: Subject: Re: [ID 20011223.001] accept leaks memory | |
2064 | From: Andy Dougherty <doughera@lafayette.edu> | |
2065 | Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST) | |
2066 | Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu> | |
2067 | Branch: perl | |
2068 | ! hints/linux.sh | |
2069 | ____________________________________________________________________________ | |
2070 | [ 14163] By: jhi on 2002/01/10 14:52:08 | |
2071 | Log: Integrate perlio; Skeleton coding of more kill() support on Win32. | |
2072 | Branch: perl | |
2073 | !> win32/win32.c | |
2074 | ____________________________________________________________________________ | |
2075 | [ 14162] By: jhi on 2002/01/10 14:50:03 | |
2076 | Log: Subject: [PATCH] Magic numbers in B::Concise | |
2077 | From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> | |
2078 | Date: Wed, 9 Jan 2002 23:04:01 -0800 | |
2079 | Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu> | |
2080 | Branch: perl | |
2081 | ! ext/B/B/Concise.pm ext/B/O.pm | |
2082 | ____________________________________________________________________________ | |
2083 | [ 14161] By: jhi on 2002/01/10 14:48:52 | |
2084 | Log: Subject: [PATCH] No 'once' warnings for variables declared with our | |
2085 | From: Gisle Aas <gisle@ActiveState.com> | |
2086 | Date: 09 Jan 2002 21:52:40 -0800 | |
2087 | Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com> | |
2088 | Branch: perl | |
2089 | ! t/lib/strict/vars toke.c | |
2090 | ____________________________________________________________________________ | |
2091 | [ 14159] By: jhi on 2002/01/09 21:28:13 | |
2092 | Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes | |
2093 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2094 | Date: Wed, 9 Jan 2002 23:24:32 +0100 | |
2095 | Message-ID: <20020109232432.A692@rafael> | |
2096 | Branch: perl | |
2097 | ! ext/B/B/Deparse.pm | |
2098 | ____________________________________________________________________________ | |
2099 | [ 14158] By: jhi on 2002/01/09 21:25:19 | |
2100 | Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) | |
2101 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2102 | Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT) | |
2103 | Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com> | |
2104 | Branch: perl | |
2105 | ! t/run/kill_perl.t | |
2106 | ____________________________________________________________________________ | |
2107 | [ 14157] By: jhi on 2002/01/09 19:59:28 | |
2108 | Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | |
2109 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2110 | Date: Wed, 09 Jan 2002 20:16:54 +0000 | |
2111 | Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk> | |
2112 | Branch: perl | |
2113 | ! regexec.c | |
2114 | ____________________________________________________________________________ | |
2115 | [ 14156] By: jhi on 2002/01/09 19:46:27 | |
2116 | Log: Subject: [Patch @14129] fixes Unicode::Normalize | |
2117 | From: SADAHIRO Tomoyuki <bqw10602@nifty.com> | |
2118 | Date: Thu, 10 Jan 2002 01:08:56 +0900 | |
2119 | Message-Id: <20020110010110.690B.BQW10602@nifty.com> | |
2120 | Branch: perl | |
2121 | - ext/Unicode/Normalize/Normalize.pod | |
2122 | ! MANIFEST ext/Unicode/Normalize/Makefile.PL | |
2123 | ! ext/Unicode/Normalize/Normalize.pm | |
2124 | ! ext/Unicode/Normalize/Normalize.xs | |
2125 | ! ext/Unicode/Normalize/mkheader | |
2126 | ____________________________________________________________________________ | |
2127 | [ 14155] By: jhi on 2002/01/09 19:09:15 | |
2128 | Log: Integrate perlio; (Re-)implement alarm() for Win32. | |
2129 | Branch: perl | |
2130 | !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h | |
2131 | !> win32/win32iop.h | |
2132 | ____________________________________________________________________________ | |
2133 | [ 14154] By: jhi on 2002/01/09 19:08:15 | |
2134 | Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152) | |
2135 | From: Nicholas Clark <nick@unfortu.net> | |
2136 | Date: Wed, 9 Jan 2002 17:56:04 +0000 | |
2137 | Message-ID: <20020109175604.H354@Bagpuss.unfortu.net> | |
2138 | Branch: perl | |
2139 | ! t/op/readdir.t | |
2140 | ____________________________________________________________________________ | |
2141 | [ 14152] By: jhi on 2002/01/09 14:37:01 | |
2142 | Log: Update Changes. | |
2143 | Branch: perl | |
2144 | ! Changes patchlevel.h | |
2145 | ____________________________________________________________________________ | |
4116aceb JH |
2146 | [ 14150] By: jhi on 2002/01/09 14:27:23 |
2147 | Log: Thinko. | |
2148 | Branch: perl | |
2149 | ! ext/threads/t/stress_re.t | |
2150 | ____________________________________________________________________________ | |
2151 | [ 14149] By: jhi on 2002/01/09 13:47:31 | |
2152 | Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | |
2153 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2154 | Date: Wed, 09 Jan 2002 13:37:17 +0000 | |
2155 | Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk> | |
2156 | Branch: perl | |
2157 | ! regexec.c t/op/re_tests | |
2158 | ____________________________________________________________________________ | |
2159 | [ 14148] By: jhi on 2002/01/09 13:00:09 | |
2160 | Log: Subject: Re: Weird Malformed warning in bleadperl | |
2161 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2162 | Date: 09 Jan 2002 11:12:37 +0100 | |
2163 | Message-ID: <m3itabbzoq.fsf@anima.de> | |
2164 | Branch: perl | |
2165 | ! regexec.c t/op/pat.t | |
2166 | ____________________________________________________________________________ | |
2167 | [ 14147] By: jhi on 2002/01/09 12:59:42 | |
2168 | Log: Forgot stress_re.t from MANIFEST. | |
2169 | Branch: perl | |
2170 | ! MANIFEST | |
2171 | ____________________________________________________________________________ | |
2172 | [ 14146] By: jhi on 2002/01/09 12:47:27 | |
2173 | Log: In dumping use isPRINT() instead of isprint() so that locale | |
2174 | does not come into play. | |
2175 | Branch: perl | |
2176 | ! utf8.c | |
2177 | ____________________________________________________________________________ | |
2178 | [ 14145] By: jhi on 2002/01/09 02:52:39 | |
2179 | Log: Add a threads stress test for regular expressions | |
2180 | (mostly just a modified stress_string.t) and doesn't | |
2181 | test that much of regular expressions, just that $1 | |
2182 | doesn't get stomped by competing threads (as it does | |
2183 | in the 5005threads of old). | |
2184 | Branch: perl | |
2185 | + ext/threads/t/stress_re.t | |
2186 | ! MANIFEST | |
2187 | ____________________________________________________________________________ | |
2188 | [ 14144] By: jhi on 2002/01/09 02:28:33 | |
2189 | Log: Subject: Re: [ID 20010912.007] substr reference core dump | |
2190 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2191 | Date: Tue, 08 Jan 2002 19:17:50 +0000 | |
2192 | Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk> | |
2193 | Branch: perl | |
2194 | ! scope.c t/run/kill_perl.t | |
2195 | ____________________________________________________________________________ | |
2196 | [ 14143] By: jhi on 2002/01/09 01:32:05 | |
2197 | Log: SANY (. with /s) wasn't happy on Unicode. | |
2198 | Branch: perl | |
2199 | ! regexec.c t/op/pat.t | |
2200 | ____________________________________________________________________________ | |
2201 | [ 14142] By: ams on 2002/01/08 22:42:10 | |
2202 | Log: Subject: [PATCH] perldebug nit | |
2203 | From: Tels <tels@bloodgate.com> | |
2204 | Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET) | |
2205 | Branch: perl | |
2206 | ! pod/perldebug.pod | |
2207 | ____________________________________________________________________________ | |
2208 | [ 14141] By: ams on 2002/01/08 21:32:59 | |
2209 | Log: Subject: [PATCH] Minor fix to perl/Makefile.SH | |
2210 | From: "Green, Paul" <Paul.Green@stratus.com> | |
2211 | Date: Tue, 8 Jan 2002 17:31:35 -0500 | |
2212 | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com> | |
2213 | Branch: perl | |
2214 | ! Makefile.SH | |
2215 | ____________________________________________________________________________ | |
2216 | [ 14140] By: ams on 2002/01/08 21:27:57 | |
2217 | Log: Subject: [PATCH] Re: Slight chokage from Deparse | |
2218 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2219 | Date: Tue, 8 Jan 2002 23:04:45 +0100 | |
2220 | Message-Id: <20020108230445.A4798@rafael> | |
2221 | Branch: perl | |
2222 | ! ext/B/B/Deparse.pm | |
2223 | ____________________________________________________________________________ | |
2224 | [ 14139] By: jhi on 2002/01/08 19:13:43 | |
2225 | Log: Subject: [patch] peep() is rude | |
2226 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2227 | Date: Tue, 08 Jan 2002 19:17:50 +0000 | |
2228 | Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk> | |
2229 | Branch: perl | |
2230 | ! op.c t/run/kill_perl.t | |
2231 | ____________________________________________________________________________ | |
2232 | [ 14138] By: jhi on 2002/01/08 19:01:16 | |
2233 | Log: unifold is really an op test since it requires | |
2234 | no external modules for its actual testing: | |
2235 | only the unicore CaseFold.txt file, and File::Spec | |
2236 | to portably access that file. | |
2237 | Branch: perl | |
2238 | + t/op/unifold.t | |
2239 | - lib/unifold.t | |
2240 | ! MANIFEST | |
2241 | ____________________________________________________________________________ | |
2242 | [ 14137] By: jhi on 2002/01/08 16:29:48 | |
2243 | Log: Subject: [patch] save a test | |
2244 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
2245 | Date: Tue, 08 Jan 2002 16:18:47 +0000 | |
2246 | Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk> | |
2247 | Branch: perl | |
2248 | ! regcomp.c | |
2249 | ____________________________________________________________________________ | |
2250 | [ 14135] By: jhi on 2002/01/08 15:12:38 | |
2251 | Log: Subject: Not OK 13843 | |
2252 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2253 | Date: 08 Jan 2002 14:12:29 +0100 | |
2254 | Message-ID: <m38zb9c7gi.fsf@anima.de> | |
2255 | Branch: perl | |
2256 | ! op.c t/op/subst.t | |
2257 | ____________________________________________________________________________ | |
2258 | [ 14134] By: jhi on 2002/01/08 14:30:00 | |
2259 | Log: Missed one variant of the fold testing, noticed bu Hugo. | |
2260 | Branch: perl | |
2261 | ! lib/unifold.t | |
2262 | ____________________________________________________________________________ | |
2263 | [ 14133] By: jhi on 2002/01/08 14:23:39 | |
2264 | Log: Enchance the Storable magic description. | |
2265 | Branch: perl | |
2266 | ! ext/Storable/Storable.pm | |
2267 | ____________________________________________________________________________ | |
2268 | [ 14132] By: ams on 2002/01/08 09:16:12 | |
2269 | Log: Subject: [PATCH] don't installperl pods | |
2270 | From: H.Merijn Brand <h.m.brand@hccnet.nl> | |
2271 | Date: Tue, 08 Jan 2002 10:36:01 +0100 | |
2272 | Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl> | |
2273 | Branch: perl | |
2274 | ! installperl | |
2275 | ____________________________________________________________________________ | |
2276 | [ 14131] By: ams on 2002/01/08 03:38:40 | |
2277 | Log: Subject: Math-BigInt v1.49 released | |
2278 | From: Tels <perl_dummy@bloodgate.com> | |
2279 | Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET) | |
2280 | Branch: perl | |
2281 | + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t | |
2282 | + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t | |
2283 | ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm | |
2284 | ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t | |
2285 | ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t | |
2286 | ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc | |
2287 | ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t | |
2288 | ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t | |
2289 | ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm | |
2290 | ! t/lib/Math/BigInt/Subclass.pm | |
2291 | ____________________________________________________________________________ | |
2292 | [ 14130] By: jhi on 2002/01/08 02:13:53 | |
2293 | Log: A little better comments. | |
2294 | Branch: perl | |
2295 | ! regexec.c | |
2296 | ____________________________________________________________________________ | |
2297 | [ 14129] By: jhi on 2002/01/07 23:45:05 | |
2298 | Log: No normalization form DNF. | |
2299 | Branch: perl | |
2300 | ! ext/Unicode/Normalize/Normalize.pm | |
2301 | ____________________________________________________________________________ | |
2302 | [ 14128] By: jhi on 2002/01/07 23:40:15 | |
2303 | Log: Extension nits found by -Wall (several from threads | |
2304 | and threads::shared, but leaving them to Arthur). | |
2305 | Branch: perl | |
2306 | ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm | |
2307 | ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs | |
2308 | ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs | |
2309 | ! ext/Unicode/Normalize/mkheader x2p/str.c | |
2310 | ____________________________________________________________________________ | |
2311 | [ 14125] By: ams on 2002/01/07 22:03:22 | |
2312 | Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter) | |
2313 | From: Nicholas Clark (sans From field in mail header) | |
2314 | Date: Mon, 7 Jan 2002 16:18:23 +0000 | |
2315 | Message-Id: <20020107161823.A599@Bagpuss.unfortu.net> | |
2316 | Branch: perl | |
2317 | ! lib/Exporter.pm | |
2318 | ____________________________________________________________________________ | |
2319 | [ 14124] By: ams on 2002/01/07 21:46:11 | |
2320 | Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS | |
2321 | From: "Green, Paul" <Paul.Green@stratus.com> | |
2322 | Date: Mon, 7 Jan 2002 16:59:38 -0500 | |
2323 | Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com> | |
2324 | Branch: perl | |
2325 | ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h | |
2326 | ____________________________________________________________________________ | |
2327 | [ 14122] By: jhi on 2002/01/07 16:09:50 | |
2328 | Log: Update Changes. | |
2329 | Branch: perl | |
2330 | ! Changes patchlevel.h | |
2331 | ____________________________________________________________________________ | |
ee45e09c JH |
2332 | [ 14121] By: jhi on 2002/01/07 16:03:34 |
2333 | Log: Subject: [PATCH] Correct module name in perldelta* | |
2334 | From: Mike Guy <mjtg@cam.ac.uk> | |
2335 | Date: Mon, 07 Jan 2002 17:02:43 +0000 | |
2336 | Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk> | |
2337 | Branch: perl | |
2338 | ! pod/perl561delta.pod pod/perl56delta.pod | |
2339 | ____________________________________________________________________________ | |
2340 | [ 14120] By: jhi on 2002/01/07 15:55:25 | |
2341 | Log: AUTHORS update. | |
2342 | Branch: perl | |
2343 | ! AUTHORS | |
2344 | ____________________________________________________________________________ | |
2345 | [ 14119] By: jhi on 2002/01/07 15:52:34 | |
2346 | Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com> | |
2347 | Branch: perl | |
2348 | ! ext/Storable/Storable.pm | |
2349 | ____________________________________________________________________________ | |
2350 | [ 14118] By: jhi on 2002/01/07 15:06:25 | |
2351 | Log: perldelta updates. | |
2352 | Branch: perl | |
2353 | ! pod/perldelta.pod | |
2354 | ____________________________________________________________________________ | |
2355 | [ 14117] By: jhi on 2002/01/07 13:52:30 | |
2356 | Log: Document the flags of pv_uni_display(). | |
2357 | Branch: perl | |
2358 | ! pod/perlapi.pod utf8.c | |
2359 | ____________________________________________________________________________ | |
2360 | [ 14116] By: jhi on 2002/01/07 13:49:17 | |
2361 | Log: Forgot from #14115. | |
2362 | Branch: perl | |
2363 | ! t/op/re_tests | |
2364 | ____________________________________________________________________________ | |
2365 | [ 14115] By: jhi on 2002/01/07 13:48:06 | |
2366 | Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d | |
2367 | From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> | |
2368 | Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST) | |
2369 | Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net> | |
2370 | Branch: perl | |
2371 | ! regcomp.c | |
2372 | ____________________________________________________________________________ | |
2373 | [ 14114] By: jhi on 2002/01/07 04:44:05 | |
2374 | Log: More regex and utf8 debug dumping. | |
2375 | Branch: perl | |
2376 | ! dump.c regcomp.c regexec.c utf8.c utf8.h | |
2377 | ____________________________________________________________________________ | |
2378 | [ 14113] By: jhi on 2002/01/07 01:05:01 | |
2379 | Log: Unused variable. | |
2380 | Branch: perl | |
2381 | ! regcomp.c | |
2382 | ____________________________________________________________________________ | |
2383 | [ 14112] By: jhi on 2002/01/07 00:52:46 | |
2384 | Log: Regen toc. | |
2385 | Branch: perl | |
2386 | ! pod/perltoc.pod | |
2387 | ____________________________________________________________________________ | |
2388 | [ 14111] By: jhi on 2002/01/07 00:03:57 | |
2389 | Log: capitalize correctly, noticed by David Dyck. | |
2390 | Branch: perl | |
2391 | ! lib/sort.pm | |
2392 | ____________________________________________________________________________ | |
2393 | [ 14109] By: jhi on 2002/01/06 20:51:32 | |
2394 | Log: No need to overqualify. | |
2395 | Branch: perl | |
2396 | ! lib/sort.pm | |
2397 | ____________________________________________________________________________ | |
2398 | [ 14108] By: jhi on 2002/01/06 20:38:34 | |
2399 | Log: PL_debug_pad wasn't initialized to zeroes which broke | |
2400 | ithreads + DEBUGGING. | |
2401 | Branch: perl | |
2402 | ! sv.c | |
2403 | ____________________________________________________________________________ | |
2404 | [ 14107] By: jhi on 2002/01/06 15:39:31 | |
2405 | Log: Update Changes. | |
2406 | Branch: perl | |
2407 | ! Changes patchlevel.h | |
2408 | ____________________________________________________________________________ | |
8f4e3b92 JH |
2409 | [ 14106] By: jhi on 2002/01/06 15:33:51 |
2410 | Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) | |
2411 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2412 | Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT) | |
2413 | Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com> | |
2414 | Branch: perl | |
2415 | ! pp_sys.c | |
2416 | ____________________________________________________________________________ | |
2417 | [ 14105] By: jhi on 2002/01/06 15:11:15 | |
2418 | Log: DB_File sync from Paul Marquess. | |
2419 | Branch: perl | |
2420 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
2421 | ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo | |
2422 | ! ext/DB_File/t/db-recno.t ext/DB_File/version.c | |
2423 | ____________________________________________________________________________ | |
2424 | [ 14104] By: jhi on 2002/01/06 15:08:14 | |
2425 | Log: Subject: [PATCH] B, B::C, perlcc, t/TEST | |
2426 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2427 | Date: Sun, 6 Jan 2002 11:44:30 +0100 | |
2428 | Message-ID: <3C38389E.7831.493570@localhost> | |
2429 | Branch: perl | |
2430 | ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST | |
2431 | ! utils/perlcc.PL | |
2432 | ____________________________________________________________________________ | |
2433 | [ 14103] By: jhi on 2002/01/06 14:57:01 | |
2434 | Log: Tests for #14098. | |
2435 | Branch: perl | |
2436 | ! t/op/lc.t | |
2437 | ____________________________________________________________________________ | |
2438 | [ 14101] By: ams on 2002/01/06 04:52:50 | |
2439 | Log: Subject: [PATCH] Bad prototype detection now an optional warning | |
2440 | From: Sam Tregar <sam@tregar.com> | |
2441 | Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST) | |
2442 | Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain> | |
2443 | Branch: perl | |
2444 | ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod | |
2445 | ! t/comp/proto.t toke.c | |
2446 | ____________________________________________________________________________ | |
2447 | [ 14100] By: ams on 2002/01/06 01:56:59 | |
2448 | Log: Subject: [PATCH] Correct several Stratus VOS build issues | |
2449 | From: "Green, Paul" <Paul.Green@stratus.com> | |
2450 | Date: Sat, 5 Jan 2002 21:30:56 -0500 | |
2451 | Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> | |
2452 | Branch: perl | |
2453 | ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h | |
2454 | ____________________________________________________________________________ | |
2455 | [ 14099] By: jhi on 2002/01/05 22:51:38 | |
2456 | Log: Further perl.org URL elaboration from Ask. | |
2457 | Branch: perl | |
2458 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
2459 | ____________________________________________________________________________ | |
2460 | [ 14098] By: jhi on 2002/01/05 22:47:59 | |
2461 | Log: The same problem with To{Lower,Title,Upper} | |
2462 | as earlier with ToFold. | |
2463 | Branch: perl | |
2464 | ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl | |
2465 | ! lib/unicore/To/Upper.pl lib/unicore/mktables | |
2466 | ____________________________________________________________________________ | |
2467 | [ 14097] By: jhi on 2002/01/05 22:11:35 | |
2468 | Log: Retract #14057 for now; the alarm/setitimer timers | |
2469 | seen to be the same in many systems, which leads into | |
2470 | hangups. | |
2471 | Branch: perl | |
2472 | ! ext/Time/HiRes/HiRes.t | |
2473 | ____________________________________________________________________________ | |
2474 | [ 14096] By: jhi on 2002/01/05 22:09:20 | |
2475 | Log: Finish up (ha!) the Unicode case folding; | |
2476 | enhance regex dumping code. | |
2477 | Branch: perl | |
2478 | + lib/unifold.t | |
2479 | ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c | |
2480 | ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h | |
2481 | ____________________________________________________________________________ | |
2482 | [ 14095] By: jhi on 2002/01/05 22:07:33 | |
2483 | Log: Use the perl.org news gw instead of the perl.com one | |
2484 | (from Ask). | |
2485 | Branch: perl | |
2486 | ! pod/perlfaq1.pod pod/perlfaq2.pod | |
2487 | ____________________________________________________________________________ | |
2488 | [ 14094] By: jhi on 2002/01/05 21:26:09 | |
2489 | Log: Zero() wasn't documented. | |
2490 | Branch: perl | |
2491 | ! pod/perlclib.pod | |
2492 | ____________________________________________________________________________ | |
2493 | [ 14093] By: ams on 2002/01/05 17:58:35 | |
2494 | Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more. | |
2495 | From: Nicholas Clark <nick@unfortu.net> | |
2496 | Date: Sat, 5 Jan 2002 18:55:39 +0000 | |
2497 | Message-Id: <20020105185538.K300@Bagpuss.unfortu.net> | |
2498 | Branch: perl | |
2499 | ! lib/Memoize/t/tie_ndbm.t | |
2500 | ____________________________________________________________________________ | |
2501 | [ 14092] By: jhi on 2002/01/05 17:26:05 | |
2502 | Log: Also UNICOS/mk has deviant socketpair(). | |
2503 | Branch: perl | |
2504 | ! ext/Socket/socketpair.t | |
2505 | ____________________________________________________________________________ | |
2506 | [ 14091] By: jhi on 2002/01/05 17:21:12 | |
2507 | Log: Ooops. Retract the regex parts of #14090. | |
2508 | Branch: perl | |
2509 | ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c | |
2510 | ____________________________________________________________________________ | |
2511 | [ 14090] By: jhi on 2002/01/05 17:18:43 | |
2512 | Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | |
2513 | From: Nicholas Clark <nick@unfortu.net> | |
2514 | Date: Sat, 5 Jan 2002 18:10:13 +0000 | |
2515 | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> | |
2516 | Branch: perl | |
2517 | ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c | |
2518 | ! regcomp.h regexec.c | |
2519 | ____________________________________________________________________________ | |
2520 | [ 14089] By: jhi on 2002/01/05 15:42:12 | |
2521 | Log: Integrate perlio; a missing aTHX. | |
2522 | Branch: perl | |
2523 | !> op.c | |
2524 | ____________________________________________________________________________ | |
2525 | [ 14085] By: jhi on 2002/01/04 23:36:23 | |
2526 | Log: In the UTF-8 branch of crypt() the extra \0 byte is required, | |
2527 | found by Marc Lehmann. | |
2528 | Branch: perl | |
2529 | ! pp.c | |
2530 | ____________________________________________________________________________ | |
2531 | [ 14084] By: jhi on 2002/01/04 22:57:03 | |
2532 | Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking | |
2533 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2534 | Date: Sat, 5 Jan 2002 00:31:12 +0100 | |
2535 | Message-ID: <20020105003112.E1850@rafael> | |
2536 | Branch: perl | |
2537 | ! t/comp/proto.t | |
2538 | ____________________________________________________________________________ | |
2539 | [ 14083] By: jhi on 2002/01/04 22:56:23 | |
2540 | Log: A bit of "perl.com" cleanup. | |
2541 | Branch: perl | |
2542 | ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod | |
2543 | ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod | |
2544 | ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod | |
2545 | ! pod/perlmodlib.PL pod/perlmodlib.pod | |
2546 | ____________________________________________________________________________ | |
2547 | [ 14082] By: jhi on 2002/01/04 21:53:30 | |
2548 | Log: Subject: [PATCH op.c] Bad \[...] prototype checking | |
2549 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2550 | Date: Fri, 4 Jan 2002 23:35:19 +0100 | |
2551 | Message-ID: <20020104233519.A1850@rafael> | |
2552 | Branch: perl | |
2553 | ! op.c | |
2554 | ____________________________________________________________________________ | |
2555 | [ 14081] By: jhi on 2002/01/04 21:45:22 | |
2556 | Log: Integrate change #14062 from macperl; | |
2557 | Define setbuf, setvbuf for Mac OS | |
2558 | Branch: perl | |
2559 | !> ext/IO/IO.xs | |
2560 | ____________________________________________________________________________ | |
2561 | [ 14078] By: jhi on 2002/01/04 21:07:05 | |
2562 | Log: Display the native pwd command. | |
2563 | Branch: perl | |
2564 | ! ext/Cwd/t/cwd.t | |
2565 | ____________________________________________________________________________ | |
2566 | [ 14077] By: jhi on 2002/01/04 21:00:53 | |
2567 | Log: Under Mac OS X /dev/stdout is normally a symlink, | |
2568 | but when running the test it seems to become a socket. | |
2569 | So let's extend our censorship. | |
2570 | Branch: perl | |
2571 | ! t/op/stat.t | |
2572 | ____________________________________________________________________________ | |
2573 | [ 14068] By: jhi on 2002/01/04 20:24:59 | |
2574 | Log: If we do have socketpair(), make my_socketpair() | |
2575 | just call the real socketpair(). This way we always | |
2576 | have real code behind my_socketpair() and a symbol | |
2577 | corresponding to the my_socketpair in global.sym. | |
2578 | Branch: perl | |
2579 | ! embed.fnc embed.h makedef.pl proto.h util.c | |
2580 | ____________________________________________________________________________ | |
2581 | [ 14060] By: jhi on 2002/01/04 20:06:58 | |
2582 | Log: Spread the good word of "env". | |
2583 | Branch: perl | |
2584 | ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod | |
2585 | ____________________________________________________________________________ | |
2586 | [ 14059] By: jhi on 2002/01/04 19:57:11 | |
2587 | Log: Till the system tests do something non-Win*, better rename | |
2588 | the test so that people on other platforms don't get confused. | |
2589 | (Not win32system, because assumedly there's win64, too.) | |
2590 | Branch: perl | |
2591 | + t/op/winsystem.t | |
2592 | - t/op/system.t | |
2593 | ! MANIFEST | |
2594 | ____________________________________________________________________________ | |
2595 | [ 14058] By: jhi on 2002/01/04 19:48:09 | |
2596 | Log: Some tweaks. | |
2597 | Branch: perl | |
2598 | ! lib/Pod/t/Functions.t | |
2599 | ____________________________________________________________________________ | |
2600 | [ 14057] By: ams on 2002/01/04 17:40:31 | |
2601 | Log: (retracted by #14057) | |
2602 | ||
2603 | Subject: [PATCH] Time/HiRes/HiRes.t | |
2604 | From: Nicholas Clark <nick@unfortu.net> | |
2605 | Date: Fri, 4 Jan 2002 17:28:46 +0000 | |
2606 | Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net> | |
2607 | Branch: perl | |
2608 | ! ext/Time/HiRes/HiRes.t | |
2609 | ____________________________________________________________________________ | |
2610 | [ 14056] By: jhi on 2002/01/04 17:35:34 | |
2611 | Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test | |
2612 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
2613 | Date: Fri, 04 Jan 2002 18:42:33 +0100 | |
2614 | Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com> | |
2615 | Branch: perl | |
2616 | + lib/Pod/t/Functions.t | |
2617 | ! MANIFEST lib/Pod/Functions.pm | |
2618 | ____________________________________________________________________________ | |
2619 | [ 14055] By: jhi on 2002/01/04 14:33:09 | |
2620 | Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try | |
2621 | From: "Craig A. Berry" <craigberry@mac.com> | |
2622 | Date: Thu, 3 Jan 2002 17:32:20 -0600 | |
2623 | Message-Id: <a05101004b85a82bb7352@[172.16.52.1]> | |
2624 | Branch: perl | |
2625 | ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm | |
2626 | ____________________________________________________________________________ | |
2627 | [ 14054] By: jhi on 2002/01/04 04:04:05 | |
2628 | Log: Document the U+0085, U+2028, and U+2029. | |
2629 | Branch: perl | |
2630 | ! pod/perlre.pod pod/perlretut.pod | |
2631 | ____________________________________________________________________________ | |
2632 | [ 14053] By: ams on 2002/01/04 03:27:44 | |
2633 | Log: Subject: [PATCH] warn if not CORE::dump | |
2634 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2635 | Date: Thu, 3 Jan 2002 22:04:00 +0100 | |
2636 | Message-Id: <20020103220400.A13958@rafael> | |
2637 | Branch: perl | |
2638 | ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c | |
2639 | ____________________________________________________________________________ | |
2640 | [ 14052] By: jhi on 2002/01/04 03:13:50 | |
2641 | Log: Add U+0085, U+2028, and U+2029 to \s under Unicode. | |
2642 | Branch: perl | |
2643 | ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t | |
2644 | ____________________________________________________________________________ | |
2645 | [ 14051] By: ams on 2002/01/04 03:00:12 | |
2646 | Log: Subject: [PATCH] File::Compare::VERSION | |
2647 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2648 | Date: Thu, 3 Jan 2002 23:42:52 +0100 | |
2649 | Message-Id: <20020103234252.G13958@rafael> | |
2650 | Branch: perl | |
2651 | ! lib/File/Compare.pm | |
2652 | ____________________________________________________________________________ | |
2653 | [ 14050] By: ams on 2002/01/04 02:58:05 | |
2654 | Log: Subject: [PATCH @14042] threads::shared doc | |
2655 | From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk> | |
2656 | Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT) | |
2657 | Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> | |
2658 | Branch: perl | |
2659 | ! ext/threads/shared/shared.pm | |
2660 | ____________________________________________________________________________ | |
2661 | [ 14049] By: jhi on 2002/01/03 20:38:22 | |
2662 | Log: #14048 exposed few false positives, to be fixed soonish. | |
2663 | Branch: perl | |
2664 | ! t/op/pat.t | |
2665 | ____________________________________________________________________________ | |
2666 | [ 14048] By: jhi on 2002/01/03 20:36:38 | |
2667 | Log: Do not add the first characters of multicharacter foldings | |
2668 | into character classes. | |
2669 | Branch: perl | |
2670 | ! regcomp.c | |
2671 | ____________________________________________________________________________ | |
2672 | [ 14047] By: jhi on 2002/01/03 20:30:55 | |
2673 | Log: A bit of testing for #14046. | |
2674 | Branch: perl | |
2675 | ! t/op/pat.t | |
2676 | ____________________________________________________________________________ | |
2677 | [ 14046] By: jhi on 2002/01/03 20:22:48 | |
2678 | Log: Allow emitting the foldcased version of "\x{df}", "ss" | |
2679 | (among others, another example would be \x{fb00} -> "ff") | |
2680 | Branch: perl | |
2681 | ! regcomp.c | |
2682 | ____________________________________________________________________________ | |
2683 | [ 14045] By: jhi on 2002/01/03 19:29:35 | |
2684 | Log: Subject: [PATCH] File::Spec & NetWare | |
2685 | From: Dave Rolsky <autarch@urth.org> | |
2686 | Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST) | |
2687 | Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org> | |
2688 | Branch: perl | |
2689 | - lib/File/Spec/NW5.pm | |
2690 | ! MANIFEST lib/File/Spec.pm | |
2691 | ____________________________________________________________________________ | |
2692 | [ 14044] By: jhi on 2002/01/03 19:26:53 | |
2693 | Log: FAQ sync (RCS Ids only?) | |
2694 | Branch: perl | |
2695 | ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod | |
2696 | ____________________________________________________________________________ | |
2697 | [ 14043] By: jhi on 2002/01/03 19:25:48 | |
2698 | Log: AUTHORs updates. | |
2699 | Branch: perl | |
2700 | ! AUTHORS | |
2701 | ____________________________________________________________________________ | |
2702 | [ 14042] By: jhi on 2002/01/03 16:04:24 | |
2703 | Log: Update Changes. | |
2704 | Branch: perl | |
2705 | ! Changes patchlevel.h | |
2706 | ____________________________________________________________________________ | |
0ac6548c JH |
2707 | [ 14041] By: jhi on 2002/01/03 15:57:42 |
2708 | Log: Missed the =head1 additions. | |
2709 | Branch: perl | |
2710 | ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h | |
2711 | ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c | |
2712 | ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c | |
2713 | ! util.c | |
2714 | ____________________________________________________________________________ | |
2715 | [ 14040] By: jhi on 2002/01/03 15:05:06 | |
2716 | Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy | |
2717 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2718 | Date: Thu, 3 Jan 2002 15:26:20 GMT | |
2719 | Message-Id: <200201031526.PAA06095@tempest.npl.co.uk> | |
2720 | Branch: perl | |
2721 | ! lib/Carp.t lib/Carp/Heavy.pm | |
2722 | ____________________________________________________________________________ | |
2723 | [ 14039] By: jhi on 2002/01/03 15:02:12 | |
2724 | Log: Subject: [PATCH hv.c] | |
2725 | From: Robin Barker <rmb1@cise.npl.co.uk> | |
2726 | Date: Thu, 3 Jan 2002 14:49:06 GMT | |
2727 | Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> | |
2728 | ||
2729 | -Wformat check. | |
2730 | Branch: perl | |
2731 | ! hv.c | |
2732 | ____________________________________________________________________________ | |
2733 | [ 14038] By: jhi on 2002/01/03 15:01:09 | |
2734 | Log: NetWare tweaks from Ananth Kesari. | |
2735 | Branch: perl | |
2736 | ! NetWare/t/NWScripts.pl lib/File/Find.pm | |
2737 | ____________________________________________________________________________ | |
2738 | [ 14037] By: jhi on 2002/01/03 13:41:38 | |
2739 | Log: Cast. | |
2740 | Branch: perl | |
2741 | ! regexec.c | |
2742 | ____________________________________________________________________________ | |
2743 | [ 14036] By: ams on 2002/01/03 12:12:31 | |
2744 | Log: Grammar fix suggested by Gwyn Judd. | |
2745 | Branch: perl | |
2746 | ! pod/perldiag.pod | |
2747 | ____________________________________________________________________________ | |
2748 | [ 14033] By: ams on 2002/01/03 08:24:24 | |
2749 | Log: Subject: Not ok 14031: PPPort Makefile.PL | |
2750 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
2751 | Date: 03 Jan 2002 10:17:46 +0100 | |
2752 | Message-Id: <m3sn9n94jp.fsf@anima.de> | |
2753 | Branch: perl | |
2754 | ! ext/Devel/PPPort/Makefile.PL | |
2755 | ____________________________________________________________________________ | |
2756 | [ 14031] By: jhi on 2002/01/03 01:52:04 | |
2757 | Log: Off-by-one is my middle name. | |
2758 | Branch: perl | |
2759 | ! regexec.c | |
2760 | ____________________________________________________________________________ | |
2761 | [ 14030] By: ams on 2002/01/02 23:56:37 | |
2762 | Log: Subject: [PATCH @14015] threads::shared disabling | |
2763 | From: Andy Bussey <andybussey@yahoo.co.uk> | |
2764 | Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT) | |
2765 | Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com> | |
2766 | Branch: perl | |
2767 | + ext/threads/shared/t/no_share.t | |
2768 | ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm | |
2769 | ____________________________________________________________________________ | |
2770 | [ 14029] By: jhi on 2002/01/02 23:40:08 | |
2771 | Log: Simon's new perlapi scheme, I hope I got all the pieces. | |
2772 | Branch: perl | |
2773 | + autodoc.pl embed.fnc | |
2774 | ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod | |
2775 | ____________________________________________________________________________ | |
2776 | [ 14028] By: jhi on 2002/01/02 23:29:03 | |
2777 | Log: Integrate perlio; more PPPort Makefile source dependence removal | |
2778 | Branch: perl | |
2779 | !> ext/Devel/PPPort/Makefile.PL perl.h | |
2780 | ____________________________________________________________________________ | |
2781 | [ 14027] By: ams on 2002/01/02 21:42:50 | |
2782 | Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax | |
2783 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2784 | Date: Wed, 2 Jan 2002 23:09:13 +0100 | |
2785 | Message-Id: <20020102230913.A17373@rafael> | |
2786 | Branch: perl | |
2787 | ! pod/perldiag.pod | |
2788 | ____________________________________________________________________________ | |
2789 | [ 14026] By: ams on 2002/01/02 21:38:34 | |
2790 | Log: Subject: Re: PATCH: lib/Term/Cap.pm | |
2791 | From: Jonathan Stowe <gellyfish@gellyfish.com> | |
2792 | Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT) | |
2793 | Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com> | |
2794 | Branch: perl | |
2795 | ! lib/Term/Cap.pm | |
2796 | ____________________________________________________________________________ | |
2797 | [ 14025] By: ams on 2002/01/02 18:34:26 | |
2798 | Log: Subject: [PATCH] Bad prototype detection changed from error to warning | |
2799 | From: Sam Tregar <sam@tregar.com> | |
2800 | Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST) | |
2801 | Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain> | |
2802 | Branch: perl | |
2803 | ! pod/perldiag.pod t/comp/proto.t toke.c | |
2804 | ____________________________________________________________________________ | |
2805 | [ 14024] By: ams on 2002/01/02 18:16:12 | |
2806 | Log: Subject: PATCH: lib/Term/Cap.pm | |
2807 | From: Norton Allen <allen@huarp.harvard.edu> | |
2808 | Date: Wed, 2 Jan 2002 14:22:09 -0500 (est) | |
2809 | Message-Id: <200201021922.OAA18505@bottesini.harvard.edu> | |
2810 | Branch: perl | |
2811 | ! lib/Term/Cap.pm | |
2812 | ____________________________________________________________________________ | |
2813 | [ 14023] By: ams on 2002/01/02 18:12:31 | |
2814 | Log: Subject: PATCH: lib/Cwd.pm for QNX4 | |
2815 | From: Norton Allen <allen@huarp.harvard.edu> | |
2816 | Date: Wed, 2 Jan 2002 14:19:42 -0500 (est) | |
2817 | Message-Id: <200201021919.OAA18012@bottesini.harvard.edu> | |
2818 | Branch: perl | |
2819 | ! lib/Cwd.pm | |
2820 | ____________________________________________________________________________ | |
2821 | [ 14020] By: ams on 2002/01/02 17:06:27 | |
2822 | Log: Fix misplaced application of #14016. | |
2823 | Branch: perl | |
2824 | ! op.c | |
2825 | ____________________________________________________________________________ | |
2826 | [ 14019] By: jhi on 2002/01/02 16:51:38 | |
2827 | Log: Integrate perlio; avoid uninit debug_pad. | |
2828 | Branch: perl | |
2829 | !> sv.c | |
2830 | ____________________________________________________________________________ | |
2831 | [ 14018] By: jhi on 2002/01/02 16:50:22 | |
2832 | Log: makedepend VOS fix from Paul Green. | |
2833 | Branch: perl | |
2834 | ! makedepend.SH | |
2835 | ____________________________________________________________________________ | |
2836 | [ 14016] By: ams on 2002/01/02 15:58:11 | |
2837 | Log: Subject: [PATCH] random crash in B::LISTOP::last | |
2838 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
2839 | Date: Wed, 2 Jan 2002 17:37:28 +0100 | |
2840 | Message-Id: <3C334558.3906.19CB98D@localhost> | |
2841 | Branch: perl | |
2842 | ! op.c | |
2843 | ____________________________________________________________________________ | |
2844 | [ 14015] By: jhi on 2002/01/02 15:21:12 | |
2845 | Log: Update Changes. | |
2846 | Branch: perl | |
2847 | ! Changes patchlevel.h | |
2848 | ____________________________________________________________________________ | |
38b0d3dc JH |
2849 | [ 14014] By: jhi on 2002/01/02 15:12:57 |
2850 | Log: One more iteration of the ibcmp_utf8() interface, | |
2851 | hopefully this is a convergent iteration... | |
2852 | Branch: perl | |
2853 | ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c | |
2854 | ____________________________________________________________________________ | |
2855 | [ 14013] By: ams on 2002/01/02 13:43:58 | |
2856 | Log: Upgrade to podlators-1.19. | |
2857 | Branch: perl | |
2858 | + lib/Pod/t/man.t lib/Pod/t/text-errors.t | |
2859 | ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm | |
2860 | ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap | |
2861 | ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr | |
2862 | ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt | |
2863 | ____________________________________________________________________________ | |
2864 | [ 14012] By: ams on 2002/01/02 09:48:51 | |
2865 | Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value | |
2866 | From: martyn@inpharmatica.co.uk | |
2867 | Date: Wed, 19 Dec 2001 19:05:00 +0000 | |
2868 | Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk> | |
2869 | Branch: perl | |
2870 | ! lib/Pod/Usage.pm | |
2871 | ____________________________________________________________________________ | |
2872 | [ 14010] By: jhi on 2002/01/02 03:59:22 | |
2873 | Log: Make ibcmp_utf8() optionally progress in either string for | |
2874 | as long as it takes and optionally record how far it got. | |
2875 | Branch: perl | |
2876 | ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c | |
2877 | ____________________________________________________________________________ | |
2878 | [ 14009] By: jhi on 2002/01/02 00:35:15 | |
2879 | Log: Once more try to get the PPPort Makefile right. | |
2880 | Branch: perl | |
2881 | ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL | |
2882 | ____________________________________________________________________________ | |
2883 | [ 14008] By: jhi on 2002/01/02 00:03:27 | |
2884 | Log: -Wall silencing. | |
2885 | Branch: perl | |
2886 | ! utf8.c | |
2887 | ____________________________________________________________________________ | |
2888 | [ 14007] By: jhi on 2002/01/01 23:48:19 | |
2889 | Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes | |
2890 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2891 | Date: Tue, 1 Jan 2002 22:45:21 +0100 | |
2892 | Message-ID: <20020101224521.A691@rafael> | |
2893 | Branch: perl | |
2894 | ! ext/B/B/Deparse.pm | |
2895 | ____________________________________________________________________________ | |
2896 | [ 14006] By: jhi on 2002/01/01 23:40:10 | |
2897 | Log: VOS tweak from Paul Green: VOS has different O_BINARY | |
2898 | and O_TEXT, but VOS always uses LF, never CRLF. | |
2899 | Branch: perl | |
2900 | ! perl.h | |
2901 | ____________________________________________________________________________ | |
2902 | [ 14005] By: jhi on 2002/01/01 23:34:25 | |
2903 | Log: Make ibcmp_utf8() more robust and make regmatch() use it. | |
2904 | Branch: perl | |
2905 | ! regexec.c utf8.c | |
2906 | ____________________________________________________________________________ | |
2907 | [ 14004] By: jhi on 2002/01/01 18:27:50 | |
2908 | Log: Now that to_utf8_fold() was fixed. | |
2909 | Branch: perl | |
2910 | ! regcomp.c regexec.c | |
2911 | ____________________________________________________________________________ | |
2912 | [ 14003] By: jhi on 2002/01/01 18:04:02 | |
2913 | Log: Integrate perlio; experimental binmode() re-coding. | |
2914 | Branch: perl | |
2915 | !> perlio.c | |
2916 | ____________________________________________________________________________ | |
2917 | [ 14002] By: jhi on 2002/01/01 17:53:44 | |
2918 | Log: Document the to_utf8_*() functions. | |
2919 | Branch: perl | |
2920 | ! embed.pl pod/perlapi.pod utf8.c | |
2921 | ____________________________________________________________________________ | |
2922 | [ 14001] By: jhi on 2002/01/01 17:29:05 | |
2923 | Log: Better support for multicharacter foldings. | |
2924 | Now all but two of the CaseFold.txt cases work-- but | |
2925 | only when the target string is single-character, more | |
2926 | debugging needed. | |
2927 | Branch: perl | |
2928 | ! regexec.c | |
2929 | ____________________________________________________________________________ | |
2930 | [ 14000] By: ams on 2002/01/01 15:59:43 | |
2931 | Log: Subject: [PATCH] don't installperl pods | |
2932 | From: Nicholas Clark <nick@unfortu.net> | |
2933 | Date: Tue, 1 Jan 2002 16:44:12 +0000 | |
2934 | Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net> | |
2935 | Branch: perl | |
2936 | ! installperl | |
2937 | ____________________________________________________________________________ | |
2938 | [ 13999] By: ams on 2002/01/01 14:34:04 | |
2939 | Log: Subject: [PATCH] perldiag.pod transposition | |
2940 | From: Nicholas Clark <nick@unfortu.net> | |
2941 | Date: Tue, 1 Jan 2002 15:03:52 +0000 | |
2942 | Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net> | |
2943 | Branch: perl | |
2944 | ! pod/perldiag.pod | |
2945 | ____________________________________________________________________________ | |
2946 | [ 13998] By: ams on 2002/01/01 13:36:49 | |
2947 | Log: Subject: [PATCH perldiag] Corrections : unknown warning category | |
2948 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
2949 | Date: Tue, 1 Jan 2002 15:12:36 +0100 | |
2950 | Message-Id: <20020101151236.A951@rafael> | |
2951 | Branch: perl | |
2952 | ! pod/perldiag.pod | |
2953 | ____________________________________________________________________________ | |
2954 | [ 13997] By: ams on 2002/01/01 13:33:06 | |
2955 | Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl | |
2956 | From: Nicholas Clark <nick@unfortu.net> | |
2957 | Date: Tue, 1 Jan 2002 13:13:17 +0000 | |
2958 | Message-Id: <20020101131316.A475@Bagpuss.unfortu.net> | |
2959 | Branch: perl | |
2960 | ! ext/Socket/socketpair.t | |
2961 | ____________________________________________________________________________ | |
2962 | [ 13996] By: ams on 2002/01/01 04:44:28 | |
2963 | Log: Subject: [PATCH @13746] Leaner exporter | |
2964 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2965 | Date: Mon, 31 Dec 2001 18:16:08 -0500 | |
2966 | Message-Id: <20011231181608.A29253@math.ohio-state.edu> | |
2967 | Branch: perl | |
2968 | ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm | |
2969 | ____________________________________________________________________________ | |
2970 | [ 13995] By: ams on 2002/01/01 04:29:44 | |
2971 | Log: Subject: [PATCH @13746] h2xs broken | |
2972 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2973 | Date: Mon, 31 Dec 2001 17:48:55 -0500 | |
2974 | Message-Id: <20011231174855.A29128@math.ohio-state.edu> | |
2975 | Branch: perl | |
2976 | ! utils/h2xs.PL | |
2977 | ____________________________________________________________________________ | |
2978 | [ 13994] By: ams on 2002/01/01 04:25:46 | |
2979 | Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken | |
2980 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2981 | Date: Mon, 31 Dec 2001 17:42:25 -0500 | |
2982 | Message-Id: <20011231174225.A29048@math.ohio-state.edu> | |
2983 | Branch: perl | |
2984 | ! lib/ExtUtils/MM_Unix.pm | |
2985 | ____________________________________________________________________________ | |
2986 | [ 13993] By: jhi on 2002/01/01 03:45:24 | |
2987 | Log: Rename the variables to be a bit more consistent. | |
2988 | Branch: perl | |
2989 | ! utf8.c | |
2990 | ____________________________________________________________________________ | |
2991 | [ 13992] By: jhi on 2002/01/01 03:35:01 | |
2992 | Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching | |
2993 | (found by Jeffrey Friedl) | |
2994 | Branch: perl | |
2995 | ! regexec.c t/op/pat.t utf8.c | |
2996 | ____________________________________________________________________________ | |
2997 | [ 13990] By: jhi on 2001/12/31 17:13:12 | |
2998 | Log: Update Changes. | |
2999 | Branch: perl | |
3000 | ! Changes patchlevel.h | |
3001 | ____________________________________________________________________________ | |
99f22665 JH |
3002 | [ 13989] By: jhi on 2001/12/31 16:47:28 |
3003 | Log: Less unused ones. | |
3004 | Branch: perl | |
3005 | ! regexec.c | |
3006 | ____________________________________________________________________________ | |
3007 | [ 13988] By: jhi on 2001/12/31 16:46:29 | |
3008 | Log: Unused variable. | |
3009 | Branch: perl | |
3010 | ! regcomp.c | |
3011 | ____________________________________________________________________________ | |
3012 | [ 13987] By: jhi on 2001/12/31 16:41:15 | |
3013 | Log: Forgotten file. | |
3014 | Branch: perl | |
3015 | ! MANIFEST | |
3016 | ____________________________________________________________________________ | |
3017 | [ 13986] By: jhi on 2001/12/31 16:35:57 | |
3018 | Log: Subject: Re: Cygwin: one down one to go | |
3019 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3020 | Date: Mon, 31 Dec 2001 18:34:36 +0100 | |
3021 | Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> | |
3022 | Branch: perl | |
3023 | ! cygwin/Makefile.SHs | |
3024 | ____________________________________________________________________________ | |
3025 | [ 13985] By: jhi on 2001/12/31 16:33:08 | |
3026 | Log: Add some comments to the recent Unicode case-folding saga. | |
3027 | Branch: perl | |
3028 | ! regcomp.c regexec.c | |
3029 | ____________________________________________________________________________ | |
3030 | [ 13984] By: jhi on 2001/12/31 16:19:13 | |
3031 | Log: Slight comment tweakage. | |
3032 | Branch: perl | |
3033 | ! ext/I18N/Langinfo/Langinfo.t | |
3034 | ____________________________________________________________________________ | |
3035 | [ 13983] By: jhi on 2001/12/31 16:05:18 | |
3036 | Log: Clarify the BeOS O_TEXT/O_BINARY situation. | |
3037 | Branch: perl | |
3038 | ! perl.h | |
3039 | ____________________________________________________________________________ | |
3040 | [ 13982] By: jhi on 2001/12/31 15:05:36 | |
3041 | Log: Subject: [ PATCH] Cygwin: one down one to go | |
3042 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3043 | Date: Mon, 31 Dec 2001 17:03:40 +0100 | |
3044 | Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl> | |
3045 | Branch: perl | |
3046 | ! lib/Pod/t/basic.t | |
3047 | ____________________________________________________________________________ | |
3048 | [ 13981] By: jhi on 2001/12/31 14:44:03 | |
3049 | Log: Tweak the dependencies not to recompile everytime, | |
3050 | as suggested by NI-S. | |
3051 | Branch: perl | |
3052 | ! ext/Devel/PPPort/Makefile.PL | |
3053 | ____________________________________________________________________________ | |
3054 | [ 13980] By: jhi on 2001/12/31 14:29:17 | |
3055 | Log: Planning still not right. | |
3056 | Branch: perl | |
3057 | ! lib/User/grent.t | |
3058 | ____________________________________________________________________________ | |
3059 | [ 13979] By: jhi on 2001/12/31 14:19:55 | |
3060 | Log: Subject: [PATCH lib/User/grent.t] Double double test test header header | |
3061 | From: Michael G Schwern <schwern@pobox.com> | |
3062 | Date: Sun, 30 Dec 2001 18:07:55 -0500 | |
3063 | Message-ID: <20011230230755.GG12840@blackrider> | |
3064 | ||
3065 | (lib/User/grent, really) | |
3066 | Branch: perl | |
3067 | ! lib/User/grent.t | |
3068 | ____________________________________________________________________________ | |
3069 | [ 13978] By: jhi on 2001/12/31 14:17:55 | |
3070 | Log: Integrate perlio; cleanup, in particular avoid accidental | |
3071 | PerlIO_flush(NULL) if PerlIONext is NULL. | |
3072 | Branch: perl | |
3073 | !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h | |
3074 | ____________________________________________________________________________ | |
3075 | [ 13977] By: jhi on 2001/12/31 14:15:58 | |
3076 | Log: Subject: typo in IO::Socket::INET.pm | |
3077 | From: mjd@plover.com | |
3078 | Date: 31 Dec 2001 14:31:10 -0000 | |
3079 | Message-ID: <20011231143110.4989.qmail@plover.com> | |
3080 | Branch: perl | |
3081 | ! ext/IO/lib/IO/Socket/INET.pm | |
3082 | ____________________________________________________________________________ | |
3083 | [ 13974] By: jhi on 2001/12/31 04:59:53 | |
3084 | Log: Subject: Re: [PATCH] Basic bad prototype detection | |
3085 | From: Sam Tregar <sam@tregar.com> | |
3086 | Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST) | |
3087 | Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain> | |
3088 | Branch: perl | |
3089 | ! t/comp/proto.t toke.c | |
3090 | ____________________________________________________________________________ | |
3091 | [ 13973] By: jhi on 2001/12/31 04:14:45 | |
3092 | Log: Subject: [PATCH] configure.com / scriptdirexp | |
3093 | From: "Craig A. Berry" <craigberry@mac.com> | |
3094 | Date: Sun, 30 Dec 2001 15:47:28 -0600 | |
3095 | Message-Id: <a05101004b8553b205841@[172.16.52.1]> | |
3096 | Branch: perl | |
3097 | ! configure.com | |
3098 | ____________________________________________________________________________ | |
3099 | [ 13972] By: jhi on 2001/12/31 04:07:35 | |
3100 | Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods | |
3101 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
3102 | Date: Mon, 31 Dec 2001 03:55:27 +0100 | |
3103 | Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com> | |
3104 | Branch: perl | |
3105 | ! lib/ExtUtils/t/MM_Win32.t | |
3106 | ____________________________________________________________________________ | |
3107 | [ 13971] By: jhi on 2001/12/31 04:05:46 | |
3108 | Log: Subject: [PATCH] Basic bad prototype detection | |
3109 | From: Sam Tregar <sam@tregar.com> | |
3110 | Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) | |
3111 | Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain> | |
3112 | Branch: perl | |
3113 | ! pod/perldiag.pod t/comp/proto.t toke.c | |
3114 | ____________________________________________________________________________ | |
3115 | [ 13970] By: jhi on 2001/12/31 03:53:54 | |
3116 | Log: Makefiles are sloppy about the exe suffix | |
3117 | (from Paul Green) | |
3118 | Branch: perl | |
3119 | ! Makefile.SH x2p/Makefile.SH | |
3120 | ____________________________________________________________________________ | |
3121 | [ 13969] By: jhi on 2001/12/31 03:42:15 | |
3122 | Log: Delay folding until necessary; start of handling | |
3123 | folding into several characters. | |
3124 | Branch: perl | |
3125 | ! regcomp.c regexec.c | |
3126 | ____________________________________________________________________________ | |
3127 | [ 13968] By: jhi on 2001/12/31 00:35:35 | |
3128 | Log: gcc -Wall dewhine. | |
3129 | Branch: perl | |
3130 | ! regexec.c | |
3131 | ____________________________________________________________________________ | |
3132 | [ 13967] By: jhi on 2001/12/31 00:29:37 | |
3133 | Log: More Unicode folding tweaks, avoid potential false matches. | |
3134 | Branch: perl | |
3135 | ! regexec.c | |
3136 | ____________________________________________________________________________ | |
3137 | [ 13966] By: jhi on 2001/12/30 23:30:56 | |
3138 | Log: Make that six wrongs. | |
3139 | Branch: perl | |
3140 | ! regexec.c utf8.c | |
3141 | ____________________________________________________________________________ | |
3142 | [ 13965] By: jhi on 2001/12/30 23:12:17 | |
3143 | Log: Four wrongs can make a right. | |
3144 | Branch: perl | |
3145 | ! regexec.c utf8.c | |
3146 | ____________________________________________________________________________ | |
3147 | [ 13964] By: jhi on 2001/12/30 21:12:25 | |
3148 | Log: Fix all the I case foldings as per CaseFold.txt. | |
3149 | Branch: perl | |
3150 | ! regcomp.c regexec.c | |
3151 | ____________________________________________________________________________ | |
3152 | [ 13963] By: jhi on 2001/12/30 20:04:32 | |
3153 | Log: Fix all the C(ommon) case foldings as per CaseFold.txt. | |
3154 | Branch: perl | |
3155 | ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c | |
3156 | ! regexec.c utf8.c | |
3157 | ____________________________________________________________________________ | |
3158 | [ 13961] By: jhi on 2001/12/30 17:35:45 | |
3159 | Log: Integrate perlio; more win32 stuff: | |
3160 | ||
3161 | A. Use Perl_my_socketpair() | |
3162 | B. Use PerlSock_xxxx() rather than raw xxxx() so we get to | |
3163 | load winsock. | |
3164 | C. (In passing) work round fact that $$ is now SvREADONLY | |
3165 | so we need to take special measures to set it during | |
3166 | pseudo-fork. | |
3167 | Branch: perl | |
3168 | !> util.c win32/perlhost.h | |
3169 | ____________________________________________________________________________ | |
3170 | [ 13960] By: jhi on 2001/12/30 17:33:24 | |
3171 | Log: Fix ppport.h for Unix. | |
3172 | Branch: perl | |
3173 | + ext/Devel/PPPort/ppport_h.PL | |
3174 | - ext/Devel/PPPort/ppport.h.PL | |
3175 | ! MANIFEST ext/Devel/PPPort/Makefile.PL | |
3176 | ____________________________________________________________________________ | |
3177 | [ 13958] By: jhi on 2001/12/30 16:33:58 | |
3178 | Log: Integrate perlio; win32 kicking. | |
3179 | Branch: perl | |
3180 | +> ext/Devel/PPPort/ppport.h.PL | |
3181 | !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL | |
3182 | !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym | |
3183 | !> proto.h | |
3184 | ____________________________________________________________________________ | |
3185 | [ 13956] By: jhi on 2001/12/30 16:32:11 | |
3186 | Log: Must look for cat also in $PATH (noticed by Philip Newton). | |
3187 | Branch: perl | |
3188 | ! Configure | |
3189 | ____________________________________________________________________________ | |
3190 | [ 13955] By: jhi on 2001/12/30 16:19:46 | |
3191 | Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE | |
3192 | From: Blair Zajac <blair@orcaware.com> | |
3193 | Date: Sat, 29 Dec 2001 22:37:03 -0800 | |
3194 | Message-ID: <3C2EB60F.BB4321DD@orcaware.com> | |
3195 | Branch: perl | |
3196 | ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod | |
3197 | ____________________________________________________________________________ | |
3198 | [ 13954] By: jhi on 2001/12/30 16:17:44 | |
3199 | Log: Regen files. | |
3200 | Branch: perl | |
3201 | ! embed.h global.sym pod/perlapi.pod uconfig.h | |
3202 | ____________________________________________________________________________ | |
3203 | [ 13953] By: jhi on 2001/12/30 15:57:25 | |
3204 | Log: Subject: [PATCH] -t without -w | |
3205 | From: Michael G Schwern <schwern@pobox.com> | |
3206 | Date: Sat, 29 Dec 2001 23:46:25 -0500 | |
3207 | Message-ID: <20011230044625.GA14386@blackrider> | |
3208 | Branch: perl | |
3209 | ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h | |
3210 | ! warnings.pl | |
3211 | ____________________________________________________________________________ | |
3212 | [ 13952] By: jhi on 2001/12/30 15:52:59 | |
3213 | Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm | |
3214 | From: Dave Rolsky <autarch@urth.org> | |
3215 | Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) | |
3216 | Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org> | |
3217 | ||
3218 | $^O is NetWare, not Netware. | |
3219 | Branch: perl | |
3220 | ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm | |
3221 | ____________________________________________________________________________ | |
3222 | [ 13951] By: jhi on 2001/12/30 15:51:19 | |
3223 | Log: Sarathy thinks undoing C++ comments from C++ files | |
3224 | is a bit too zealous. | |
3225 | Branch: perl | |
3226 | ! win32/perlhost.h win32/vmem.h | |
3227 | ____________________________________________________________________________ | |
3228 | [ 13947] By: nick on 2001/12/30 11:35:51 | |
3229 | Log: More Cwd tidy up | |
3230 | Branch: perl | |
3231 | ! MANIFEST installperl | |
3232 | ____________________________________________________________________________ | |
3233 | [ 13946] By: nick on 2001/12/30 11:12:42 | |
3234 | Log: Undo a mess trying Cwd.pm in its ext directory | |
3235 | Branch: perl | |
3236 | + lib/Cwd.pm | |
3237 | - ext/Cwd/Cwd.pm | |
3238 | ____________________________________________________________________________ | |
3239 | [ 13943] By: jhi on 2001/12/29 21:30:48 | |
3240 | Log: Update Changes. | |
3241 | Branch: perl | |
3242 | ! Changes patchlevel.h | |
3243 | ____________________________________________________________________________ | |
d6171bb7 JH |
3244 | [ 13942] By: jhi on 2001/12/29 21:12:02 |
3245 | Log: Subject: [PATCH] cleaner close on tests, take 2 | |
3246 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3247 | Date: 29 Dec 2001 21:42:37 +0100 | |
3248 | Message-ID: <m33d1tvjuq.fsf@anima.de> | |
3249 | ||
3250 | (the DB_File patches) | |
3251 | Branch: perl | |
3252 | ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t | |
3253 | ! ext/DB_File/t/db-recno.t | |
3254 | ____________________________________________________________________________ | |
3255 | [ 13941] By: jhi on 2001/12/29 20:25:22 | |
3256 | Log: Integrate perlio; regen'ed config_H.?c | |
3257 | Branch: perl | |
3258 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3259 | ____________________________________________________________________________ | |
3260 | [ 13940] By: jhi on 2001/12/29 20:22:57 | |
3261 | Log: Subject: [PATCH] cleaner close on tests, take 2 | |
3262 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3263 | Date: 29 Dec 2001 21:42:37 +0100 | |
3264 | Message-ID: <m33d1tvjuq.fsf@anima.de> | |
3265 | ||
3266 | (except for the three DB_File patch fragments) | |
3267 | Branch: perl | |
3268 | ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t | |
3269 | ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t | |
3270 | ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t | |
3271 | ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t | |
3272 | ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t | |
3273 | ! t/op/runlevel.t t/op/write.t t/run/switches.t | |
3274 | ____________________________________________________________________________ | |
3275 | [ 13939] By: jhi on 2001/12/29 20:17:55 | |
3276 | Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32) | |
3277 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3278 | Date: Sat, 29 Dec 2001 20:38:59 +0100 | |
3279 | Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> | |
3280 | ||
3281 | (NetWare tree not touched because it's very //) | |
3282 | Branch: perl | |
3283 | ! XSUB.h os2/os2.c perl.h win32/include/netdb.h | |
3284 | ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h | |
3285 | ! wince/include/errno.h wince/include/netdb.h | |
3286 | ! wince/include/sys/socket.h wince/include/sys/stat.h | |
3287 | ! wince/perllib.c wince/perlmain.c wince/win32.h | |
3288 | ! wince/win32iop.h wince/win32thread.c wince/win32thread.h | |
3289 | ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c | |
3290 | ____________________________________________________________________________ | |
3291 | [ 13937] By: jhi on 2001/12/29 18:28:36 | |
3292 | Log: Give up on serious testing of langinfo(). Leave the old | |
3293 | code in place, though. | |
3294 | Branch: perl | |
3295 | ! ext/I18N/Langinfo/Langinfo.t | |
3296 | ____________________________________________________________________________ | |
3297 | [ 13935] By: jhi on 2001/12/29 17:36:08 | |
3298 | Log: Integrate perlio; | |
3299 | ||
3300 | Define the two socket error numbers in terms of WSAEXXXXX equivalents | |
3301 | ||
3302 | Fudge Config.pm so File::Spec does not croak. | |
3303 | Branch: perl | |
3304 | !> win32/FindExt.pm win32/win32.h | |
3305 | ____________________________________________________________________________ | |
3306 | [ 13932] By: jhi on 2001/12/29 17:24:24 | |
3307 | Log: VOS tweaks from Paul Green. | |
3308 | ||
3309 | The Configure tweaks: the _exe needs to be | |
3310 | set after the init; VOS has fd 3 hardwired to /dev/tty; | |
3311 | the grep/ln/make substitutions really need to stick. | |
3312 | Branch: perl | |
3313 | ! Configure hints/vos.sh perl.h util.c vos/build.cm | |
3314 | ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def | |
3315 | ! vos/config.ga.h vos/vosish.h | |
3316 | ____________________________________________________________________________ | |
3317 | [ 13930] By: jhi on 2001/12/29 15:35:00 | |
3318 | Log: Subject: [PATCH] Pod whitespace cleanup, round 0. | |
3319 | From: coral@eekeek.org | |
3320 | Date: Fri, 28 Dec 2001 19:58:22 -0500 | |
3321 | Message-Id: <200112290058.fBT0wMD26750@eekeek.org> | |
3322 | Branch: perl | |
3323 | ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod | |
3324 | ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod | |
3325 | ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod | |
3326 | ! pod/perlunicode.pod pod/perlxs.pod util.c | |
3327 | ____________________________________________________________________________ | |
3328 | [ 13929] By: jhi on 2001/12/29 15:31:20 | |
3329 | Log: op/exec Win32 patch from Schwern via Abe Timmerman. | |
3330 | Branch: perl | |
3331 | ! t/op/exec.t | |
3332 | ____________________________________________________________________________ | |
3333 | [ 13928] By: jhi on 2001/12/29 15:30:14 | |
3334 | Log: Subject: [PATCH lib/Pod/t/InputObjects.t] | |
3335 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
3336 | Date: Sat, 29 Dec 2001 13:10:06 +0100 | |
3337 | Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com> | |
3338 | Branch: perl | |
3339 | + lib/Pod/t/InputObjects.t | |
3340 | ____________________________________________________________________________ | |
3341 | [ 13927] By: jhi on 2001/12/29 15:27:39 | |
3342 | Log: Integrate perlio; | |
3343 | ||
3344 | Quick fix (after couple of clever fixes failed) for | |
3345 | "accept leaks memory" fail [ID 20011223.001] | |
3346 | ||
3347 | Nick Clark's embed.pl fix for my_socketpair | |
3348 | Branch: perl | |
3349 | !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h | |
3350 | ____________________________________________________________________________ | |
3351 | [ 13925] By: jhi on 2001/12/29 15:21:53 | |
3352 | Log: Slight tweaks on the MM_Win32.t. | |
3353 | Branch: perl | |
3354 | ! lib/ExtUtils/t/MM_Win32.t | |
3355 | ____________________________________________________________________________ | |
3356 | [ 13924] By: jhi on 2001/12/29 15:16:47 | |
3357 | Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] | |
3358 | From: Abe Timmerman <abe@ztreet.demon.nl> | |
3359 | Date: Sat, 29 Dec 2001 12:51:36 +0100 | |
3360 | Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com> | |
3361 | Branch: perl | |
3362 | + lib/ExtUtils/t/MM_Win32.t | |
3363 | ! MANIFEST | |
3364 | ____________________________________________________________________________ | |
3365 | [ 13922] By: jhi on 2001/12/29 15:09:00 | |
3366 | Log: Subject: [PATCH] Module names and other nits | |
3367 | From: Autrijus Tang <autrijus@autrijus.org> | |
3368 | Date: Sat, 29 Dec 2001 01:59:28 +0800 | |
3369 | Message-ID: <20011229015928.A29712@geb.elixus.org> | |
3370 | Branch: perl | |
3371 | ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod | |
3372 | ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod | |
3373 | ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod | |
3374 | ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod | |
3375 | ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod | |
3376 | ____________________________________________________________________________ | |
3377 | [ 13921] By: jhi on 2001/12/29 15:05:08 | |
3378 | Log: socketpair tweaks from Nicholas Clark. | |
3379 | Branch: perl | |
3380 | ! ext/Socket/socketpair.t util.c | |
3381 | ____________________________________________________________________________ | |
3382 | [ 13919] By: jhi on 2001/12/28 17:01:39 | |
3383 | Log: Retract #13917. | |
3384 | Branch: perl | |
3385 | ! doop.c | |
3386 | ____________________________________________________________________________ | |
3387 | [ 13918] By: jhi on 2001/12/28 17:00:53 | |
3388 | Log: Subject: provisional MakeMaker patch for VMS | |
3389 | From: "Craig A. Berry" <craigberry@mac.com> | |
3390 | Date: Thu, 27 Dec 2001 22:29:37 -0600 | |
3391 | Message-Id: <a05101004b8515264aa3a@[172.16.52.1]> | |
3392 | Branch: perl | |
3393 | ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm | |
3394 | ____________________________________________________________________________ | |
3395 | [ 13917] By: jhi on 2001/12/28 16:57:19 | |
3396 | Log: (retracted by #13919) | |
3397 | Branch: perl | |
3398 | ! doop.c | |
3399 | ____________________________________________________________________________ | |
3400 | [ 13915] By: jhi on 2001/12/28 01:16:45 | |
3401 | Log: Remove debris in any case. | |
3402 | Branch: perl | |
3403 | ! Configure | |
3404 | ____________________________________________________________________________ | |
3405 | [ 13914] By: jhi on 2001/12/28 00:22:10 | |
3406 | Log: Subject: [PATCH] Re: B::walksymtable oddness | |
3407 | From: "Mattia Barbon" <mbarbon@dsi.unive.it> | |
3408 | Date: Thu, 27 Dec 2001 19:14:24 +0100 | |
3409 | Message-ID: <3C2B7310.861.18820D0@localhost> | |
3410 | Branch: perl | |
3411 | ! ext/B/B.pm | |
3412 | ____________________________________________________________________________ | |
3413 | [ 13913] By: jhi on 2001/12/27 23:57:34 | |
3414 | Log: Subject: [PATCH] because (sys)?read doesn't reset buffers | |
3415 | From: Nicholas Clark <nick@unfortu.net> | |
3416 | Date: Fri, 28 Dec 2001 00:43:02 +0000 | |
3417 | Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net> | |
3418 | Branch: perl | |
3419 | ! ext/Socket/socketpair.t | |
3420 | ____________________________________________________________________________ | |
3421 | [ 13912] By: jhi on 2001/12/27 23:56:20 | |
3422 | Log: Fast Latin1<->UTF-8 conversion for older Perls. | |
3423 | Branch: perl | |
3424 | ! pod/perluniintro.pod | |
3425 | ____________________________________________________________________________ | |
3426 | [ 13911] By: jhi on 2001/12/27 14:52:45 | |
3427 | Log: Update Changes. | |
3428 | Branch: perl | |
3429 | ! Changes patchlevel.h | |
3430 | ____________________________________________________________________________ | |
b682381a JH |
3431 | [ 13910] By: jhi on 2001/12/27 14:32:23 |
3432 | Log: More wait status trickery for BeOS. | |
3433 | Branch: perl | |
3434 | ! ext/POSIX/POSIX.xs | |
3435 | ____________________________________________________________________________ | |
3436 | [ 13908] By: jhi on 2001/12/27 14:15:27 | |
3437 | Log: Try to catch the SIGBUS, as suggested by Nicholas Clark. | |
3438 | Branch: perl | |
3439 | ! Configure | |
3440 | ____________________________________________________________________________ | |
3441 | [ 13907] By: jhi on 2001/12/27 14:05:09 | |
3442 | Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED) | |
3443 | From: gbarr@monty.mutatus.co.uk | |
3444 | Date: 27 Dec 2001 14:41:36 -0000 | |
3445 | Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk> | |
3446 | Branch: perl | |
3447 | ! lib/ExtUtils/t/Embed.t | |
3448 | ____________________________________________________________________________ | |
3449 | [ 13906] By: jhi on 2001/12/27 13:58:18 | |
3450 | Log: Subject: [PATCH] Re: socketpair emulation | |
3451 | From: Nicholas Clark <nick@unfortu.net> | |
3452 | Date: Wed, 26 Dec 2001 20:08:14 +0000 | |
3453 | Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net> | |
3454 | Branch: perl | |
3455 | ! ext/Socket/socketpair.t | |
3456 | ____________________________________________________________________________ | |
3457 | [ 13905] By: jhi on 2001/12/27 13:55:03 | |
3458 | Log: Subject: [DOC PATCH] left is right and right is left | |
3459 | From: Philip Newton <Philip.Newton@gmx.net> | |
3460 | Date: Thu, 27 Dec 2001 10:04:17 +0100 | |
3461 | Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com> | |
3462 | Branch: perl | |
3463 | ! pod/perlfunc.pod pod/perlport.pod | |
3464 | ____________________________________________________________________________ | |
3465 | [ 13904] By: jhi on 2001/12/27 13:53:25 | |
3466 | Log: Subject: [PATCH] check return of close | |
3467 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3468 | Date: 27 Dec 2001 09:47:30 +0100 | |
3469 | Message-ID: <m3ellhgicd.fsf@anima.de> | |
3470 | ||
3471 | Subject: [PATCH] improve error reporting | |
3472 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3473 | Date: 27 Dec 2001 09:54:55 +0100 | |
3474 | Message-ID: <m3adw5gi00.fsf@anima.de> | |
3475 | ||
3476 | Subject: [PATCH] check return value of close | |
3477 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3478 | Date: 27 Dec 2001 10:03:55 +0100 | |
3479 | Message-ID: <m3666tghl0.fsf@anima.de> | |
3480 | ||
3481 | Subject: [PATCH] return of close | |
3482 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3483 | Date: 27 Dec 2001 10:22:15 +0100 | |
3484 | Message-ID: <m31yhhggqg.fsf@anima.de> | |
3485 | Branch: perl | |
3486 | ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t | |
3487 | ! t/io/fflush.t | |
3488 | ____________________________________________________________________________ | |
3489 | [ 13903] By: jhi on 2001/12/27 13:44:57 | |
3490 | Log: Subject: [PATCH] check return of close | |
3491 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3492 | Date: 27 Dec 2001 09:47:30 +0100 | |
3493 | Message-ID: <m3ellhgicd.fsf@anima.de> | |
3494 | Branch: perl | |
3495 | ! t/base/rs.t | |
3496 | ____________________________________________________________________________ | |
3497 | [ 13902] By: jhi on 2001/12/27 13:38:30 | |
3498 | Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t | |
3499 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3500 | Date: 27 Dec 2001 09:21:16 +0100 | |
3501 | Message-ID: <m3n105gjk3.fsf@anima.de> | |
3502 | Branch: perl | |
3503 | ! t/op/sysio.t | |
3504 | ____________________________________________________________________________ | |
3505 | [ 13901] By: jhi on 2001/12/27 13:35:03 | |
3506 | Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)) | |
3507 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
3508 | Date: Thu, 27 Dec 2001 09:23:55 +0100 | |
3509 | Message-ID: <98211521662.20011227092355@familiehaase.de> | |
3510 | Branch: perl | |
3511 | ! lib/ExtUtils/t/MM_Cygwin.t | |
3512 | ____________________________________________________________________________ | |
3513 | [ 13899] By: jhi on 2001/12/26 21:30:13 | |
3514 | Log: Replace the awful (most likely generated and not very persistent) | |
3515 | URL with something tangible. | |
3516 | Branch: perl | |
3517 | ! README.hpux | |
3518 | ____________________________________________________________________________ | |
3519 | [ 13898] By: jhi on 2001/12/26 21:21:01 | |
3520 | Log: Naughty /dev/printer (ls -l, really) of IRIX. | |
3521 | Branch: perl | |
3522 | ! t/op/stat.t | |
3523 | ____________________________________________________________________________ | |
3524 | [ 13897] By: jhi on 2001/12/26 20:56:09 | |
3525 | Log: Upgrade to Net::Ping 2.10. | |
3526 | Branch: perl | |
3527 | ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t | |
3528 | ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t | |
3529 | ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t | |
3530 | ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t | |
3531 | ____________________________________________________________________________ | |
3532 | [ 13896] By: jhi on 2001/12/26 20:15:32 | |
3533 | Log: BeOS has times() tick of 1000000, not CLK_TCK (1000) | |
3534 | (this showed up in Benchmark.t) | |
3535 | Branch: perl | |
3536 | ! pp_sys.c | |
3537 | ____________________________________________________________________________ | |
3538 | [ 13895] By: jhi on 2001/12/26 19:52:03 | |
3539 | Log: BeOS updates. | |
3540 | Branch: perl | |
3541 | ! README.beos beos/beos.c | |
3542 | ____________________________________________________________________________ | |
3543 | [ 13894] By: jhi on 2001/12/26 19:31:38 | |
3544 | Log: Subject: Re: bleadperl doesn't compile | |
3545 | From: "Gerrit P. Haase" <gp@familiehaase.de> | |
3546 | Date: Wed, 26 Dec 2001 21:29:08 +0100 | |
3547 | Message-ID: <22168634623.20011226212908@familiehaase.de> | |
3548 | ||
3549 | Cygwin with multiplicity. | |
3550 | Branch: perl | |
3551 | ! perlio.c | |
3552 | ____________________________________________________________________________ | |
3553 | [ 13893] By: jhi on 2001/12/26 19:11:49 | |
3554 | Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) | |
3555 | From: Nicholas Clark <nick@ccl4.org> | |
3556 | Date: Wed, 26 Dec 2001 19:07:33 +0000 | |
3557 | Message-ID: <20011226190732.J48842@plum.flirble.org> | |
3558 | ||
3559 | socketpair() (un)signedness nit. | |
3560 | Branch: perl | |
3561 | ! util.c | |
3562 | ____________________________________________________________________________ | |
3563 | [ 13892] By: jhi on 2001/12/26 19:10:15 | |
3564 | Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) | |
3565 | From: Nicholas Clark <nick@ccl4.org> | |
3566 | Date: Wed, 26 Dec 2001 19:19:47 +0000 | |
3567 | Message-ID: <20011226191946.K48842@plum.flirble.org> | |
3568 | ||
3569 | Use report_evil_fh(). | |
3570 | Branch: perl | |
3571 | ! doio.c | |
3572 | ____________________________________________________________________________ | |
3573 | [ 13891] By: jhi on 2001/12/26 18:58:09 | |
3574 | Log: Bad $? assumptions. | |
3575 | Branch: perl | |
3576 | ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod | |
3577 | ____________________________________________________________________________ | |
3578 | [ 13890] By: jhi on 2001/12/26 17:47:57 | |
3579 | Log: Net::Ping isn't going to work much without | |
3580 | the Socket extension; fail more gracefully. | |
3581 | Branch: perl | |
3582 | ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t | |
3583 | ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t | |
3584 | ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t | |
3585 | ! lib/Net/Ping/t/300_ping_stream.t | |
3586 | ____________________________________________________________________________ | |
3587 | [ 13888] By: jhi on 2001/12/26 17:18:59 | |
3588 | Log: test -d /system is a bit too generic test for VOS | |
3589 | (false hit in BeOS) | |
3590 | Branch: perl | |
3591 | ! Configure | |
3592 | ____________________________________________________________________________ | |
3593 | [ 13887] By: jhi on 2001/12/26 17:13:27 | |
3594 | Log: No AF_UNIX in BeOS. | |
3595 | Branch: perl | |
3596 | ! util.c | |
3597 | ____________________________________________________________________________ | |
3598 | [ 13886] By: jhi on 2001/12/26 17:07:39 | |
3599 | Log: FAQ sync. | |
3600 | Branch: perl | |
3601 | ! pod/perlfaq5.pod | |
3602 | ____________________________________________________________________________ | |
3603 | [ 13885] By: jhi on 2001/12/25 16:24:10 | |
3604 | Log: Update Changes. | |
3605 | Branch: perl | |
3606 | ! Changes patchlevel.h | |
3607 | ____________________________________________________________________________ | |
354621c6 JH |
3608 | [ 13884] By: jhi on 2001/12/25 16:20:19 |
3609 | Log: Make -t equal -tw. | |
3610 | Branch: perl | |
3611 | ! perl.c pod/perlrun.pod | |
3612 | ____________________________________________________________________________ | |
3613 | [ 13883] By: jhi on 2001/12/25 15:56:49 | |
3614 | Log: Subject: Re: Not OK 13881 | |
3615 | From: John Peacock <jpeacock@rowman.com> | |
3616 | Date: Tue, 25 Dec 2001 06:02:12 -0500 | |
3617 | Message-ID: <3C285CB4.8040006@rowman.com> | |
3618 | Branch: perl | |
3619 | ! embed.h embed.pl global.sym pod/perlapi.pod util.c | |
3620 | ____________________________________________________________________________ | |
3621 | [ 13882] By: jhi on 2001/12/25 15:45:52 | |
3622 | Log: Subject: Re: Not OK 13881 | |
3623 | From: andreas.koenig@anima.de (Andreas J. Koenig) | |
3624 | Date: 25 Dec 2001 07:33:23 +0100 | |
3625 | Message-ID: <m3bsgnajws.fsf@anima.de> | |
3626 | Branch: perl | |
3627 | ! op.c | |
3628 | ____________________________________________________________________________ | |
3629 | [ 13881] By: jhi on 2001/12/24 23:47:53 | |
3630 | Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error | |
3631 | From: Mark-Jason Dominus <mjd@plover.com> | |
3632 | Date: Mon, 24 Dec 2001 18:14:48 -0500 | |
3633 | Message-ID: <20011224231448.25826.qmail@plover.com> | |
3634 | Branch: perl | |
3635 | ! op.c t/op/eval.t | |
3636 | ____________________________________________________________________________ | |
3637 | [ 13880] By: jhi on 2001/12/24 22:58:18 | |
3638 | Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec | |
3639 | From: Dave Rolsky <autarch@urth.org> | |
3640 | Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) | |
3641 | Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org> | |
3642 | Branch: perl | |
3643 | + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm | |
3644 | ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm | |
3645 | ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm | |
3646 | ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm | |
3647 | ! lib/File/Spec.pm lib/File/Spec/Win32.pm | |
3648 | ____________________________________________________________________________ | |
3649 | [ 13879] By: jhi on 2001/12/24 18:52:10 | |
3650 | Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked | |
3651 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
3652 | Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) | |
3653 | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> | |
3654 | ||
3655 | The rest of the tests for plus few extras. | |
3656 | Branch: perl | |
3657 | ! t/op/pat.t | |
3658 | ____________________________________________________________________________ | |
3659 | [ 13877] By: jhi on 2001/12/24 17:13:53 | |
3660 | Log: No-op. | |
3661 | Branch: perl | |
3662 | ! Configure | |
3663 | ____________________________________________________________________________ | |
3664 | [ 13876] By: jhi on 2001/12/24 17:13:16 | |
3665 | Log: More constant casting. | |
3666 | Branch: perl | |
3667 | ! regexec.c | |
3668 | ____________________________________________________________________________ | |
3669 | [ 13875] By: jhi on 2001/12/24 16:47:30 | |
3670 | Log: Subject: perlhack.pod | |
3671 | From: "John P. Linderman" <jpl@research.att.com> | |
3672 | Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) | |
3673 | Message-Id: <200112232116.QAA18463@raptor.research.att.com> | |
3674 | Branch: perl | |
3675 | ! pod/perlhack.pod | |
3676 | ____________________________________________________________________________ | |
3677 | [ 13874] By: jhi on 2001/12/24 16:41:03 | |
3678 | Log: File::Find patch patches from Thomas Wegner. | |
3679 | Branch: perl | |
3680 | ! lib/File/Find.pm | |
3681 | ____________________________________________________________________________ | |
3682 | [ 13873] By: jhi on 2001/12/24 16:38:10 | |
3683 | Log: Subject: Re: socketpair emulation | |
3684 | From: Nicholas Clark <nick@unfortu.net> | |
3685 | Date: Mon, 24 Dec 2001 16:11:30 +0000 | |
3686 | Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net> | |
3687 | Branch: perl | |
3688 | ! ext/Socket/socketpair.t | |
3689 | ____________________________________________________________________________ | |
3690 | [ 13872] By: jhi on 2001/12/24 02:53:02 | |
3691 | Log: Must cast constants if they can be quads. | |
3692 | Branch: perl | |
3693 | ! regcomp.c | |
3694 | ____________________________________________________________________________ | |
3695 | [ 13871] By: jhi on 2001/12/24 01:40:12 | |
3696 | Log: Promote the e/uid to wide enough un/signed integers | |
3697 | and printf them as such. | |
3698 | Branch: perl | |
3699 | ! taint.c | |
3700 | ____________________________________________________________________________ | |
3701 | [ 13869] By: jhi on 2001/12/24 01:14:06 | |
3702 | Log: The U32 alignment test wasn't really working, noticed | |
3703 | by Paul Green. Now the test works, but this means that | |
3704 | we may see coredumps from the test. I sure hope MMUless | |
3705 | places don't crash on the test. | |
3706 | Branch: perl | |
3707 | ! Configure | |
3708 | ____________________________________________________________________________ | |
3709 | [ 13867] By: jhi on 2001/12/23 23:46:18 | |
3710 | Log: More VOS tweaks. | |
3711 | Branch: perl | |
3712 | ! Configure | |
3713 | ____________________________________________________________________________ | |
3714 | [ 13866] By: jhi on 2001/12/23 16:43:29 | |
3715 | Log: The funky final sigma casefolding. | |
3716 | Branch: perl | |
3717 | ! regcomp.c regexec.c t/op/pat.t utf8.h | |
3718 | ____________________________________________________________________________ | |
3719 | [ 13865] By: jhi on 2001/12/23 13:55:23 | |
3720 | Log: Update Changes. | |
3721 | Branch: perl | |
3722 | ! Changes patchlevel.h | |
3723 | ____________________________________________________________________________ | |
b0657ef2 JH |
3724 | [ 13864] By: jhi on 2001/12/23 13:50:25 |
3725 | Log: Move the \C and \X to pat.t. | |
3726 | Branch: perl | |
3727 | ! t/op/pat.t t/op/re_tests | |
3728 | ____________________________________________________________________________ | |
3729 | [ 13863] By: jhi on 2001/12/23 04:04:20 | |
3730 | Log: More logical test ordering. | |
3731 | Branch: perl | |
3732 | ! perl.h | |
3733 | ____________________________________________________________________________ | |
3734 | [ 13862] By: jhi on 2001/12/23 01:47:23 | |
3735 | Log: Integrate perlio; | |
3736 | ||
3737 | Add at least the "important" PerlIO_xxxx functions to embed.pl | |
3738 | so that they get implicit pTHX_ and we can avoid slow dTHX. | |
3739 | ||
3740 | Put PerlIO stuff inside EXTERN C | |
3741 | ||
3742 | Win32 and makedef.pl fall-out of PerlIO/pTHX stuff | |
3743 | Branch: perl | |
3744 | !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl | |
3745 | !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h | |
3746 | !> win32/win32.c | |
3747 | ____________________________________________________________________________ | |
3748 | [ 13861] By: jhi on 2001/12/23 01:38:54 | |
3749 | Log: Even more \X fixing. | |
3750 | Branch: perl | |
3751 | ! regexec.c t/op/pat.t | |
3752 | ____________________________________________________________________________ | |
3753 | [ 13860] By: jhi on 2001/12/23 01:29:45 | |
3754 | Log: More \X fixing. | |
3755 | Branch: perl | |
3756 | ! regexec.c t/op/pat.t | |
3757 | ____________________________________________________________________________ | |
3758 | [ 13859] By: jhi on 2001/12/23 00:57:10 | |
3759 | Log: Fix encoding pragma. | |
3760 | Branch: perl | |
3761 | ! regcomp.c | |
3762 | ____________________________________________________________________________ | |
3763 | [ 13858] By: jhi on 2001/12/23 00:12:51 | |
3764 | Log: Subject: socketpair emulation | |
3765 | From: Nicholas Clark <nick@unfortu.net> | |
3766 | Date: Sat, 22 Dec 2001 18:38:18 +0000 | |
3767 | Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> | |
3768 | Branch: perl | |
3769 | + ext/Socket/socketpair.t | |
3770 | ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod | |
3771 | ! pp_sys.c proto.h util.c | |
3772 | ____________________________________________________________________________ | |
3773 | [ 13857] By: jhi on 2001/12/22 23:53:26 | |
3774 | Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked | |
3775 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
3776 | Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) | |
3777 | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> | |
3778 | ||
3779 | (partially applied, most of the new tests need to be rethought) | |
3780 | Branch: perl | |
3781 | ! regcomp.c t/op/re_tests | |
3782 | ____________________________________________________________________________ | |
3783 | [ 13856] By: jhi on 2001/12/22 23:45:35 | |
3784 | Log: Small tweaks. | |
3785 | Branch: perl | |
3786 | ! handy.h regexec.c | |
3787 | ____________________________________________________________________________ | |
3788 | [ 13855] By: jhi on 2001/12/22 20:10:01 | |
3789 | Log: Unicode casefolding continues. | |
3790 | (lib/encoding.t still failing.) | |
3791 | Branch: perl | |
3792 | ! regexec.c t/op/pat.t | |
3793 | ____________________________________________________________________________ | |
3794 | [ 13850] By: jhi on 2001/12/22 17:41:40 | |
3795 | Log: Rework the make logic (again). | |
3796 | Branch: perl | |
3797 | ! Configure | |
3798 | ____________________________________________________________________________ | |
3799 | [ 13849] By: jhi on 2001/12/22 16:40:24 | |
3800 | Log: Integrate perlio; | |
3801 | Fix mis-parse of autoloaded usage code by declaring the sub | |
3802 | Correct checking code which Ilya spotted was tripped by CR at EOF. | |
3803 | The CR at EOF fix earlier broke CR at end-of-buffer. | |
3804 | Branch: perl | |
3805 | ! regexec.c | |
3806 | !> ext/POSIX/POSIX.pm perlio.c sv.c | |
3807 | ____________________________________________________________________________ | |
3808 | [ 13844] By: jhi on 2001/12/22 04:27:46 | |
3809 | Log: More Unicode casing fixes. | |
3810 | Branch: perl | |
3811 | ! regexec.c t/op/pat.t | |
3812 | ____________________________________________________________________________ | |
3813 | [ 13843] By: jhi on 2001/12/22 02:47:08 | |
3814 | Log: Unicode casefolding fixes. | |
3815 | Branch: perl | |
3816 | ! op.c regcomp.c regexec.c t/op/pat.t | |
3817 | ____________________________________________________________________________ | |
3818 | [ 13842] By: jhi on 2001/12/21 22:32:14 | |
3819 | Log: Subject: [PATCH B::Deparse] __DATA__ and packages | |
3820 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3821 | Date: Sat, 22 Dec 2001 00:01:29 +0100 | |
3822 | Message-ID: <20011222000129.A713@rafael> | |
3823 | Branch: perl | |
3824 | ! ext/B/B/Deparse.pm | |
3825 | ____________________________________________________________________________ | |
3826 | [ 13841] By: jhi on 2001/12/21 20:38:28 | |
3827 | Log: VOS config from Paul Green. | |
3828 | Branch: perl | |
3829 | ! hints/vos.sh | |
3830 | ____________________________________________________________________________ | |
3831 | [ 13840] By: jhi on 2001/12/21 20:00:43 | |
3832 | Log: Subject: [PATCH @13746] CreateTTY on OS/2 | |
3833 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3834 | Date: Fri, 21 Dec 2001 15:59:45 -0500 | |
3835 | Message-ID: <20011221155945.A6806@math.ohio-state.edu> | |
3836 | Branch: perl | |
3837 | ! lib/perl5db.pl | |
3838 | ____________________________________________________________________________ | |
3839 | [ 13839] By: jhi on 2001/12/21 19:52:49 | |
3840 | Log: Subject: [PATCH @13746] uninstalled build of modules broken | |
3841 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3842 | Date: Fri, 21 Dec 2001 15:49:09 -0500 | |
3843 | Message-ID: <20011221154909.A6760@math.ohio-state.edu> | |
3844 | Branch: perl | |
3845 | ! lib/ExtUtils/MM_Unix.pm | |
3846 | ____________________________________________________________________________ | |
3847 | [ 13838] By: jhi on 2001/12/21 19:52:09 | |
3848 | Log: Subject: [PATCH @13746] OS/2 File::* modules | |
3849 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3850 | Date: Fri, 21 Dec 2001 15:43:24 -0500 | |
3851 | Message-ID: <20011221154324.A6524@math.ohio-state.edu> | |
3852 | Branch: perl | |
3853 | ! lib/File/Basename.pm lib/File/Spec/OS2.pm | |
3854 | ____________________________________________________________________________ | |
3855 | [ 13837] By: jhi on 2001/12/21 19:49:41 | |
3856 | Log: Subject: [PATCH] perltie.pod (or what does it mean?) | |
3857 | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> | |
3858 | Date: Fri, 21 Dec 2001 17:29:07 +0100 | |
3859 | Message-ID: <3C236353.6625C4C0@alcatel.at> | |
3860 | Branch: perl | |
3861 | ! pod/perltie.pod | |
3862 | ____________________________________________________________________________ | |
3863 | [ 13835] By: jhi on 2001/12/21 19:47:03 | |
3864 | Log: Further VOS tweaks: the _exe needs to be introduced | |
3865 | in the very beginning, and the make/gmake needs special | |
3866 | VOS logic. | |
3867 | Branch: perl | |
3868 | ! Configure Makefile.SH | |
3869 | ____________________________________________________________________________ | |
3870 | [ 13834] By: jhi on 2001/12/21 15:12:26 | |
3871 | Log: Update Changes. | |
3872 | Branch: perl | |
3873 | ! Changes patchlevel.h | |
3874 | ____________________________________________________________________________ | |
c6c613c7 JH |
3875 | [ 13832] By: jhi on 2001/12/21 14:46:24 |
3876 | Log: Also the search for cat needs to be _exe-aware. | |
3877 | Branch: perl | |
3878 | ! Configure | |
3879 | ____________________________________________________________________________ | |
3880 | [ 13831] By: jhi on 2001/12/21 13:43:53 | |
3881 | Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition | |
3882 | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> | |
3883 | Date: Fri, 21 Dec 2001 14:02:01 +0100 | |
3884 | Message-ID: <3C2332C9.7CFED5F2@alcatel.at> | |
3885 | Branch: perl | |
3886 | ! ext/B/B/Xref.pm | |
3887 | ____________________________________________________________________________ | |
3888 | [ 13830] By: jhi on 2001/12/21 13:42:31 | |
3889 | Log: packing I32 with L is not nice, need l; from Wolfgang Laun. | |
3890 | Branch: perl | |
3891 | ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm | |
3892 | ! ext/B/t/assembler.t | |
3893 | ____________________________________________________________________________ | |
3894 | [ 13829] By: jhi on 2001/12/21 13:39:06 | |
3895 | Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current | |
3896 | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> | |
3897 | Date: Fri, 21 Dec 2001 11:15:38 +0100 | |
3898 | Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl> | |
3899 | Branch: perl | |
3900 | ! hv.c | |
3901 | ____________________________________________________________________________ | |
3902 | [ 13828] By: jhi on 2001/12/21 01:59:10 | |
3903 | Log: A plan is good. | |
3904 | Branch: perl | |
3905 | ! ext/re/re.t | |
3906 | ____________________________________________________________________________ | |
3907 | [ 13827] By: jhi on 2001/12/21 01:57:48 | |
3908 | Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma | |
3909 | From: chromatic <chromatic@rmci.net> | |
3910 | Date: Thu, 20 Dec 2001 16:16:48 -0700 | |
3911 | Message-ID: <20011220231726.23878.qmail@onion.perl.org> | |
3912 | Branch: perl | |
3913 | + ext/re/re.t | |
3914 | ! MANIFEST | |
3915 | ____________________________________________________________________________ | |
3916 | [ 13826] By: jhi on 2001/12/21 01:34:37 | |
3917 | Log: Synchronize the skippage message. | |
3918 | Branch: perl | |
3919 | ! lib/ExtUtils/t/MM_OS2.t | |
3920 | ____________________________________________________________________________ | |
3921 | [ 13825] By: jhi on 2001/12/21 01:32:42 | |
3922 | Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2 | |
3923 | From: chromatic <chromatic@rmci.net> | |
3924 | Date: Thu, 20 Dec 2001 16:09:10 -0700 | |
3925 | Message-ID: <20011220230948.18010.qmail@onion.perl.org> | |
3926 | Branch: perl | |
3927 | + lib/ExtUtils/t/MM_OS2.t | |
3928 | ! MANIFEST | |
3929 | ____________________________________________________________________________ | |
3930 | [ 13824] By: jhi on 2001/12/21 01:14:12 | |
3931 | Log: Subject: perlfunc.pod patch re flock via fcntl | |
3932 | From: "Tye McQueen" <tye@metronet.com> | |
3933 | Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) | |
3934 | Message-Id: <200112202052.fBKKqKH16263@metronet.com> | |
3935 | Branch: perl | |
3936 | ! pod/perlfunc.pod | |
3937 | ____________________________________________________________________________ | |
3938 | [ 13823] By: jhi on 2001/12/21 00:54:49 | |
3939 | Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), | |
3940 | U+...FFFE, U+...FFFF, and characters beyond U+10FFFF | |
3941 | (the Unicode maximum code point) warnable offenses. | |
3942 | Branch: perl | |
3943 | ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h | |
3944 | ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h | |
3945 | ____________________________________________________________________________ | |
3946 | [ 13822] By: jhi on 2001/12/20 20:59:55 | |
3947 | Log: Sterner admonishment on -t. | |
3948 | Branch: perl | |
3949 | ! pod/perlrun.pod | |
3950 | ____________________________________________________________________________ | |
3951 | [ 13821] By: jhi on 2001/12/20 20:53:42 | |
3952 | Log: Subject: [PATCH B::Dpparse] minor qr// fix | |
3953 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
3954 | Date: Thu, 20 Dec 2001 22:53:34 +0100 | |
3955 | Message-ID: <20011220225334.A735@rafael> | |
3956 | Branch: perl | |
3957 | ! ext/B/B/Deparse.pm | |
3958 | ____________________________________________________________________________ | |
3959 | [ 13820] By: jhi on 2001/12/20 15:18:25 | |
3960 | Log: Subject: [PATCH} typo fix in Carp/Heavy.pm | |
3961 | From: Robert Spier <rspier@pobox.com> | |
3962 | Date: Thu, 20 Dec 2001 08:10:00 -0800 | |
3963 | Message-ID: <15394.3416.693353.107334@rls.cx> | |
3964 | Branch: perl | |
3965 | ! lib/Carp/Heavy.pm | |
3966 | ____________________________________________________________________________ | |
3967 | [ 13819] By: jhi on 2001/12/20 14:56:30 | |
3968 | Log: Integrate perlio (pTHX_ fixes for :win32 layer) | |
3969 | Branch: perl | |
3970 | !> win32/win32io.c | |
3971 | ____________________________________________________________________________ | |
3972 | [ 13818] By: jhi on 2001/12/20 14:53:05 | |
3973 | Log: Subject: Re: [PATCH pod/perliol.pod] resend | |
3974 | From: Stas Bekman <stas@stason.org> | |
3975 | Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT) | |
3976 | Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org> | |
3977 | Branch: perl | |
3978 | ! pod/perliol.pod | |
3979 | ____________________________________________________________________________ | |
3980 | [ 13817] By: jhi on 2001/12/20 14:51:24 | |
3981 | Log: Fix up the APIs noone hopefully uses. | |
3982 | Branch: perl | |
3983 | ! utf8.c | |
3984 | ____________________________________________________________________________ | |
3985 | [ 13816] By: jhi on 2001/12/20 14:18:56 | |
3986 | Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval | |
3987 | Date: Wed, 19 Dec 2001 14:13:38 -0800 | |
3988 | From: Robert Spier <rspier@pobox.com> | |
3989 | Message-ID: <15393.4370.605214.548582@rls.cx> | |
3990 | Branch: perl | |
3991 | ! lib/Carp.t lib/Carp/Heavy.pm | |
3992 | ____________________________________________________________________________ | |
3993 | [ 13813] By: jhi on 2001/12/19 21:29:49 | |
3994 | Log: Some bincompat clawbacks. | |
3995 | Branch: perl | |
3996 | ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c | |
3997 | ! wince/perldll.def | |
3998 | ____________________________________________________________________________ | |
3999 | [ 13812] By: jhi on 2001/12/19 17:56:53 | |
4000 | Log: gcc pacifying (RH 7.1/ia64). | |
4001 | Branch: perl | |
4002 | ! pp.c | |
4003 | ____________________________________________________________________________ | |
4004 | [ 13811] By: jhi on 2001/12/19 16:55:09 | |
4005 | Log: Update Changes. | |
4006 | Branch: perl | |
4007 | ! Changes patchlevel.h | |
4008 | ____________________________________________________________________________ | |
ae041c74 JH |
4009 | [ 13810] By: jhi on 2001/12/19 16:50:12 |
4010 | Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) | |
4011 | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> | |
4012 | Date: Wed, 19 Dec 2001 12:35:07 +0100 | |
4013 | Message-ID: <3C207B6B.A687A8EC@alcatel.at> | |
4014 | ||
4015 | Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) | |
4016 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
4017 | Date: Wed, 19 Dec 2001 17:34:51 +0000 | |
4018 | Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk> | |
4019 | Branch: perl | |
4020 | ! pod/perlre.pod | |
4021 | ____________________________________________________________________________ | |
4022 | [ 13809] By: jhi on 2001/12/19 16:47:11 | |
4023 | Log: Integrate perlio. | |
4024 | Branch: perl | |
4025 | !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs | |
4026 | !> ext/PerlIO/Via/Via.xs perlio.c perliol.h | |
4027 | ____________________________________________________________________________ | |
4028 | [ 13807] By: jhi on 2001/12/19 15:59:02 | |
4029 | Log: One more embedded (?sx) de-embedded, from Wolfgang Laun. | |
4030 | Branch: perl | |
4031 | ! ext/B/B/Assembler.pm | |
4032 | ____________________________________________________________________________ | |
4033 | [ 13806] By: jhi on 2001/12/19 15:08:29 | |
4034 | Log: Reword the alarm explanation. | |
4035 | Branch: perl | |
4036 | ! pod/perlfunc.pod | |
4037 | ____________________________________________________________________________ | |
4038 | [ 13805] By: jhi on 2001/12/19 15:04:03 | |
4039 | Log: Subject: [PATCH @13746] OS/2 build | |
4040 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
4041 | Date: Wed, 19 Dec 2001 02:45:41 -0500 | |
4042 | Message-ID: <20011219024541.A29803@math.ohio-state.edu> | |
4043 | ||
4044 | (skipped the t/TEST change) | |
4045 | Branch: perl | |
4046 | ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t | |
4047 | ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL | |
4048 | ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c | |
4049 | ____________________________________________________________________________ | |
4050 | [ 13804] By: jhi on 2001/12/19 14:55:26 | |
4051 | Log: Upgrade to Net::Ping 2.09. | |
4052 | Branch: perl | |
4053 | + lib/Net/Ping/CHANGES lib/Net/Ping/README | |
4054 | + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t | |
4055 | + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t | |
4056 | + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t | |
4057 | + lib/Net/Ping/t/300_ping_stream.t | |
4058 | ! MANIFEST lib/Net/Ping.pm | |
4059 | ____________________________________________________________________________ | |
4060 | [ 13802] By: jhi on 2001/12/19 14:25:27 | |
4061 | Log: B::Assembler/B::Disassembler patches and test; | |
4062 | from Wolfgang Laun. | |
4063 | ||
4064 | TODO: getting perlcc working. | |
4065 | Branch: perl | |
4066 | + ext/B/t/assembler.t | |
4067 | ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm | |
4068 | ____________________________________________________________________________ | |
4069 | [ 13801] By: jhi on 2001/12/19 14:18:10 | |
4070 | Log: Can't printf U8s as UVs. | |
4071 | Branch: perl | |
4072 | ! utf8.c | |
4073 | ____________________________________________________________________________ | |
4074 | [ 13800] By: jhi on 2001/12/19 14:12:02 | |
4075 | Log: Subject: Re: [PATCH] ...while $var = glob(...) | |
4076 | From: Robin Houston <robin@kitsite.com> | |
4077 | Date: Wed, 19 Dec 2001 13:48:55 +0000 | |
4078 | Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk> | |
4079 | ||
4080 | Not exactly a glob test but internal-logically correct. | |
4081 | Branch: perl | |
4082 | ! t/op/glob.t | |
4083 | ____________________________________________________________________________ | |
4084 | [ 13799] By: jhi on 2001/12/19 13:51:37 | |
4085 | Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag | |
4086 | From: Michael G Schwern <schwern@pobox.com> | |
4087 | Date: Wed, 19 Dec 2001 07:42:54 -0500 | |
4088 | Message-ID: <20011219124254.GF8630@blackrider> | |
4089 | Branch: perl | |
4090 | + lib/lib.t | |
4091 | ! MANIFEST lib/lib_pm.PL | |
4092 | ____________________________________________________________________________ | |
4093 | [ 13798] By: jhi on 2001/12/19 13:35:59 | |
4094 | Log: Integrate with perlio. | |
4095 | Branch: perl | |
4096 | !> hv.c hv.h scope.c util.c | |
4097 | ____________________________________________________________________________ | |
4098 | [ 13793] By: jhi on 2001/12/19 04:58:51 | |
4099 | Log: Regen toc. | |
4100 | Branch: perl | |
4101 | ! pod/perltoc.pod | |
4102 | ____________________________________________________________________________ | |
4103 | [ 13792] By: jhi on 2001/12/19 04:56:42 | |
4104 | Log: FAQ sync. | |
4105 | Branch: perl | |
4106 | ! pod/perlfaq5.pod | |
4107 | ____________________________________________________________________________ | |
4108 | [ 13791] By: jhi on 2001/12/19 04:38:47 | |
4109 | Log: Reformat round. | |
4110 | Branch: perl | |
4111 | ! pod/perlunicode.pod | |
4112 | ____________________________________________________________________________ | |
4113 | [ 13790] By: jhi on 2001/12/19 04:32:06 | |
4114 | Log: Subject: [PATCH] pod/perlunicode.pod | |
4115 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
4116 | Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) | |
4117 | Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> | |
4118 | Branch: perl | |
4119 | ! pod/perlunicode.pod | |
4120 | ____________________________________________________________________________ | |
4121 | [ 13789] By: jhi on 2001/12/19 04:16:39 | |
4122 | Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) | |
4123 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
4124 | Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) | |
4125 | Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> | |
4126 | Branch: perl | |
4127 | ! pod/perluniintro.pod | |
4128 | ____________________________________________________________________________ | |
4129 | [ 13788] By: jhi on 2001/12/19 03:54:08 | |
4130 | Log: Slight pod reformatting. | |
4131 | Branch: perl | |
4132 | ! pod/perluniintro.pod | |
4133 | ____________________________________________________________________________ | |
4134 | [ 13787] By: jhi on 2001/12/19 03:41:45 | |
4135 | Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) | |
4136 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
4137 | Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST) | |
4138 | Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com> | |
4139 | Branch: perl | |
4140 | ! pod/perluniintro.pod | |
4141 | ____________________________________________________________________________ | |
4142 | [ 13786] By: jhi on 2001/12/19 01:14:04 | |
4143 | Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test | |
4144 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
4145 | Date: Wed, 19 Dec 2001 01:45:23 +0000 | |
4146 | Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk> | |
4147 | Branch: perl | |
4148 | ! sv.c | |
4149 | ____________________________________________________________________________ | |
4150 | [ 13785] By: jhi on 2001/12/19 01:11:45 | |
4151 | Log: Subject: Porting/checkURL.pl | |
4152 | From: abigail@foad.org | |
4153 | Date: Tue, 18 Dec 2001 19:03:22 +0100 | |
4154 | Message-ID: <20011218180322.8278.qmail@foad.org> | |
4155 | Branch: perl | |
4156 | ! Porting/checkURL.pl | |
4157 | ____________________________________________________________________________ | |
4158 | [ 13783] By: jhi on 2001/12/19 00:26:34 | |
4159 | Log: A bit too oversweeping matching in #13778. | |
4160 | Branch: perl | |
4161 | ! Configure | |
4162 | ____________________________________________________________________________ | |
4163 | [ 13782] By: jhi on 2001/12/19 00:09:10 | |
4164 | Log: Re-gen Configure based on #13778..13781. | |
4165 | Branch: perl | |
4166 | ! Configure config_h.SH | |
4167 | ____________________________________________________________________________ | |
4168 | [ 13767] By: jhi on 2001/12/18 22:13:14 | |
4169 | Log: Subject: Re: Benchmark.t failure on Linux | |
4170 | From: Nicholas Clark <nick@ccl4.org> | |
4171 | Date: Tue, 18 Dec 2001 22:51:25 +0000 | |
4172 | Message-ID: <20011218225124.N21702@plum.flirble.org> | |
4173 | Branch: perl | |
4174 | ! lib/Benchmark.t | |
4175 | ____________________________________________________________________________ | |
4176 | [ 13766] By: jhi on 2001/12/18 22:07:35 | |
4177 | Log: Re-applying #13752 until a better solution can be found. | |
4178 | Branch: perl | |
4179 | ! lib/ExtUtils/t/MM_Unix.t | |
4180 | ____________________________________________________________________________ | |
4181 | [ 13765] By: jhi on 2001/12/18 21:05:13 | |
4182 | Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm | |
4183 | From: "Giroux, Mike (Exchange)" <mgiroux@bear.com> | |
4184 | Date: Tue, 18 Dec 2001 12:05:40 -0500 | |
4185 | Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com> | |
4186 | Branch: perl | |
4187 | ! lib/Exporter.pm | |
4188 | ____________________________________________________________________________ | |
4189 | [ 13764] By: jhi on 2001/12/18 20:58:44 | |
4190 | Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha | |
4191 | findings -- some of the warnings I can't explain except | |
4192 | by NVgf being detected wrong, though. | |
4193 | Branch: perl | |
4194 | ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c | |
4195 | ____________________________________________________________________________ | |
4196 | [ 13763] By: jhi on 2001/12/18 20:54:28 | |
4197 | Log: Subject: [PATCH] pod/perluniintro.pod | |
4198 | From: Jeffrey Friedl <jfriedl@yahoo.com> | |
4199 | Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST) | |
4200 | Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com> | |
4201 | Branch: perl | |
4202 | ! pod/perluniintro.pod | |
4203 | ____________________________________________________________________________ | |
4204 | [ 13762] By: jhi on 2001/12/18 17:49:07 | |
4205 | Log: ".pm" is the native executable suffix in VOS. | |
4206 | Branch: perl | |
4207 | ! hints/vos.sh | |
4208 | ____________________________________________________________________________ | |
4209 | [ 13761] By: jhi on 2001/12/18 15:57:39 | |
4210 | Log: Integrate perlio; | |
4211 | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | |
4212 | Branch: perl | |
4213 | !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t | |
4214 | ____________________________________________________________________________ | |
4215 | [ 13759] By: jhi on 2001/12/18 15:54:19 | |
4216 | Log: (Undone by #13766.) | |
4217 | Retract #13752. | |
4218 | Branch: perl | |
4219 | ! lib/ExtUtils/t/MM_Unix.t | |
4220 | ____________________________________________________________________________ | |
4221 | [ 13758] By: jhi on 2001/12/18 15:26:18 | |
4222 | Log: Echoes of #13757. | |
4223 | Branch: perl | |
4224 | ! t/lib/warnings/utf8 | |
4225 | ____________________________________________________________________________ | |
4226 | [ 13757] By: jhi on 2001/12/18 15:24:50 | |
4227 | Log: Make the utf8 malformedness messages more verbose. | |
4228 | Branch: perl | |
4229 | ! lib/utf8.t utf8.c | |
4230 | ____________________________________________________________________________ | |
4231 | [ 13755] By: jhi on 2001/12/18 14:05:26 | |
4232 | Log: README.aix updates from Jens-Uwe Mager. | |
4233 | Branch: perl | |
4234 | ! README.aix | |
4235 | ____________________________________________________________________________ | |
4236 | [ 13754] By: jhi on 2001/12/18 14:03:31 | |
4237 | Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure | |
4238 | From: Michael G Schwern <schwern@pobox.com> | |
4239 | Date: Tue, 18 Dec 2001 00:58:18 -0500 | |
4240 | Message-ID: <20011218055818.GC4362@blackrider> | |
4241 | Branch: perl | |
4242 | ! lib/Benchmark.t | |
4243 | ____________________________________________________________________________ | |
4244 | [ 13753] By: jhi on 2001/12/18 14:02:49 | |
4245 | Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable | |
4246 | From: Michael G Schwern <schwern@pobox.com> | |
4247 | Date: Tue, 18 Dec 2001 00:40:38 -0500 | |
4248 | Message-ID: <20011218054038.GB4362@blackrider> | |
4249 | Branch: perl | |
4250 | ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t | |
4251 | ____________________________________________________________________________ | |
4252 | [ 13752] By: jhi on 2001/12/18 14:01:44 | |
4253 | Log: (reintroduced by #13766) | |
4254 | (retracted by #13759) | |
4255 | ||
4256 | Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix | |
4257 | From: Michael G Schwern <schwern@pobox.com> | |
4258 | Date: Tue, 18 Dec 2001 00:00:23 -0500 | |
4259 | Message-ID: <20011218050023.GA27893@blackrider> | |
4260 | Branch: perl | |
4261 | ! lib/ExtUtils/t/MM_Unix.t | |
4262 | ____________________________________________________________________________ | |
4263 | [ 13751] By: jhi on 2001/12/18 13:59:32 | |
4264 | Log: Re-patch #13749. | |
4265 | Branch: perl | |
4266 | ! t/op/glob.t | |
4267 | ____________________________________________________________________________ | |
4268 | [ 13750] By: jhi on 2001/12/18 13:56:34 | |
4269 | Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts} | |
4270 | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | |
4271 | Date: Tue, 18 Dec 2001 12:55:43 +0000 | |
4272 | Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk> | |
4273 | Branch: perl | |
4274 | ! ext/Devel/Peek/Peek.pm | |
4275 | ____________________________________________________________________________ | |
4276 | [ 13749] By: jhi on 2001/12/18 13:55:12 | |
4277 | Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...)) | |
4278 | From: Robin Houston <robin@kitsite.com> | |
4279 | Date: Tue, 18 Dec 2001 14:54:33 +0000 | |
4280 | Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk> | |
4281 | Branch: perl | |
4282 | ! t/op/glob.t | |
4283 | ____________________________________________________________________________ | |
4284 | [ 13748] By: jhi on 2001/12/17 23:54:41 | |
4285 | Log: Subject: [PATCH] slightly more for Exporter.pm | |
4286 | From: Nicholas Clark <nick@ccl4.org> | |
4287 | Date: Tue, 18 Dec 2001 00:22:03 +0000 | |
4288 | Message-ID: <20011218002203.M21702@plum.flirble.org> | |
4289 | Branch: perl | |
4290 | ! lib/Exporter.pm | |
4291 | ____________________________________________________________________________ | |
4292 | [ 13747] By: jhi on 2001/12/17 21:59:07 | |
4293 | Log: Subject: [PATCH] Re: chomp/chop prototype changed? | |
4294 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
4295 | Date: Mon, 17 Dec 2001 16:37:18 +0100 | |
4296 | Message-ID: <20011217163718.A2292@rafael> | |
4297 | ||
4298 | Subject: Re: [PATCH] Re: chomp/chop prototype changed? | |
4299 | From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> | |
4300 | Date: Mon, 17 Dec 2001 23:17:06 +0100 | |
4301 | Message-ID: <20011217231706.A730@rafael> | |
4302 | Branch: perl | |
4303 | ! pod/perlsub.pod pp.c toke.c | |
4304 | ____________________________________________________________________________ | |
4305 | [ 13746] By: jhi on 2001/12/17 20:22:08 | |
4306 | Log: Update Changes. | |
4307 | Branch: perl | |
4308 | ! Changes patchlevel.h | |
4309 | ____________________________________________________________________________ | |
74f3d116 JH |
4310 | [ 13745] By: jhi on 2001/12/17 20:12:37 |
4311 | Log: New test warrants a MANIFEST entry. | |
4312 | Branch: perl | |
4313 | ! MANIFEST | |
4314 | ____________________________________________________________________________ | |
4315 | [ 13744] By: jhi on 2001/12/17 19:27:40 | |
4316 | Log: Subject: Re: [PATCH] ...while $var = glob(...) | |
4317 | From: Robin Houston <robin@kitsite.com> | |
4318 | Date: Mon, 17 Dec 2001 20:27:30 +0000 | |
4319 | Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk> | |
4320 | ||
4321 | Can't portably unlink open files. | |
4322 | Branch: perl | |
4323 | ! t/op/glob.t | |
4324 | ____________________________________________________________________________ | |
4325 | [ 13743] By: jhi on 2001/12/17 19:26:34 | |
4326 | Log: perluniintro tweaks as suggested by Jeffrey Friedl. | |
4327 | Branch: perl | |
4328 | ! pod/perluniintro.pod | |
4329 | ____________________________________________________________________________ | |
4330 | [ 13742] By: jhi on 2001/12/17 19:18:52 | |
4331 | Log: Move typeglob test from glob.t to gv.t. | |
4332 | Branch: perl | |
4333 | ! t/op/glob.t t/op/gv.t | |
4334 | ____________________________________________________________________________ | |
4335 | [ 13741] By: jhi on 2001/12/17 19:12:16 | |
4336 | Log: Subject: Re: [PATCH] ...while $var = glob(...) | |
4337 | From: Robin Houston <robin@kitsite.com> | |
4338 | Date: Mon, 17 Dec 2001 20:07:02 +0000 | |
4339 | Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk> | |
4340 | Branch: perl | |
4341 | ! t/op/glob.t | |
4342 | ____________________________________________________________________________ | |
4343 | [ 13740] By: jhi on 2001/12/17 19:11:29 | |
4344 | Log: Demote the surrogate and non-character errors to warnings. | |
4345 | Branch: perl | |
4346 | ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c | |
4347 | ____________________________________________________________________________ | |
4348 | [ 13739] By: jhi on 2001/12/17 18:47:41 | |
4349 | Log: Subject: [PATCH] more POSIX tests, and more autoloading | |
4350 | From: Nicholas Clark <nick@ccl4.org> | |
4351 | Date: Mon, 17 Dec 2001 18:27:47 +0000 | |
4352 | Message-ID: <20011217182747.D21702@plum.flirble.org> | |
4353 | Branch: perl | |
4354 | ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t | |
4355 | ____________________________________________________________________________ | |
4356 | [ 13738] By: jhi on 2001/12/17 18:43:55 | |
4357 | Log: Subject: [PATCH] ...while $var = glob(...) | |
4358 | From: Robin Houston <robin@kitsite.com> | |
4359 | Date: Mon, 17 Dec 2001 15:51:54 +0000 | |
4360 | Message-ID: <20011217155153.A311@robin.kitsite.com> | |
4361 | Branch: perl | |
4362 | ! op.c | |
4363 | ____________________________________________________________________________ | |
4364 | [ 13737] By: jhi on 2001/12/17 18:38:33 | |
4365 | Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT | |
4366< |