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