Commit | Line | Data |
---|---|---|
527cc686 GS |
1 | Please note: This file provides a summary of significant changes |
2 | between versions and sub-versions of Perl, not necessarily a complete | |
3 | list of each modification. If you'd like more detailed information, | |
4 | please consult the comments in the patches on which the relevant | |
5 | release of Perl is based. (Patches can be found on any CPAN | |
6 | site, in the .../src/5.0 directory for full version releases, | |
7 | or in the .../src/5/0/unsupported directory for sub-version | |
8 | releases.) | |
9 | ||
10 | ||
11 | --------------- | |
12 | CAST AND CREW | |
13 | --------------- | |
14 | ||
15 | To give due honor to those who have made Perl what is is today, | |
16 | here are some of the more common names in the Changes file, and their | |
17 | current addresses (as of July 1998): | |
18 | ||
19 | Gisle Aas <gisle@aas.no> | |
20 | Abigail <abigail@fnx.com> | |
21 | Kenneth Albanowski <kjahds@kjahds.com> | |
22 | Russ Allbery <rra@stanford.edu> | |
527cc686 GS |
23 | Spider Boardman <spider@orb.nashua.nh.us> |
24 | Tom Christiansen <tchrist@perl.com> | |
3836fe67 | 25 | Jan Dubois <jan.dubois@ibm.net> |
527cc686 GS |
26 | Hallvard B Furuseth <h.b.furuseth@usit.uio.no> |
27 | M. J. T. Guy <mjtg@cus.cam.ac.uk> | |
28 | Jarkko Hietaniemi <jhi@iki.fi> | |
29 | Nick Ing-Simmons <nik@tiuk.ti.com> | |
30 | Andreas Koenig <a.koenig@mind.de> | |
31 | Doug MacEachern <dougm@opengroup.org> | |
0536e0eb | 32 | Paul Marquess <Paul.Marquess@btinternet.com> |
527cc686 | 33 | Stephen McCamant <alias@mcs.com> |
933fea7f | 34 | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> |
527cc686 GS |
35 | Hans Mulder <hansmu@xs4all.nl> |
36 | Matthias Neeracher <neeri@iis.ee.ethz.ch> | |
37 | Jeff Okamoto <okamoto@hpcc123.corp.hp.com> | |
38 | Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de> | |
39 | Tom Phoenix <rootbeer@teleport.com> | |
40 | Joshua Pritikin <joshua.pritikin@db.com> | |
41 | Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de> | |
42 | Dean Roehrich <roehrich@cray.com> | |
43 | Hugo van der Sanden <hv@crypt0.demon.co.uk> | |
44 | Roderick Schertler <roderick@argon.org> | |
455ece5e | 45 | Kurt D. Starsinic <kstar@isinet.com> |
527cc686 GS |
46 | Dan Sugalski <sugalskd@osshe.edu> |
47 | Larry W. Virden <lvirden@cas.org> | |
48 | Ilya Zakharevich <ilya@math.ohio-state.edu> | |
49 | ||
50 | And the Keepers of the Patch Pumpkin: | |
51 | ||
bd3fa61c | 52 | Charles Bailey <bailey@newman.upenn.edu> |
0f31cffe | 53 | Graham Barr <gbarr@ti.com> |
527cc686 GS |
54 | Malcolm Beattie <mbeattie@sable.ox.ac.uk> |
55 | Tim Bunce <Tim.Bunce@ig.co.uk> | |
56 | Andy Dougherty <doughera@lafcol.lafayette.edu> | |
6e238990 | 57 | Gurusamy Sarathy <gsar@activestate.com> |
527cc686 GS |
58 | Chip Salzenberg <chip@perl.com> |
59 | ||
60 | And, of course, the Author of Perl: | |
61 | ||
62 | Larry Wall <larry@wall.org> | |
63 | ||
64 | ||
65 | NOTE: Each change entry shows the change number; who checked it into the | |
66 | repository; when; description of the change; which branch the change | |
67 | happened in; and the affected files. The file lists have a short symbolic | |
68 | indicator: | |
69 | ||
70 | ! modified | |
71 | + added | |
72 | - deleted | |
73 | +> branched (from elsewhere) | |
74 | !> merged changes (from elsewhere) | |
75 | ||
76 | ||
77 | ---------------- | |
93136620 | 78 | Version v5.5.640 Development release working toward v5.6 |
f70c35af GS |
79 | ---------------- |
80 | ||
81 | ____________________________________________________________________________ | |
93136620 GS |
82 | [ 4966] By: gsar on 2000/02/02 11:42:03 |
83 | Log: workaround for undefined symbol | |
84 | Branch: perl | |
85 | ! win32/win32.h | |
86 | ____________________________________________________________________________ | |
87 | [ 4965] By: gsar on 2000/02/02 11:19:19 | |
88 | Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno" | |
89 | (from Eric Fifer <EFifer@sanwaint.com>) | |
90 | Branch: perl | |
91 | ! pp_sys.c | |
92 | ____________________________________________________________________________ | |
93 | [ 4964] By: gsar on 2000/02/02 11:11:15 | |
94 | Log: adjust notes on use5005threads | |
95 | Branch: perl | |
96 | ! Configure INSTALL README.threads | |
97 | ____________________________________________________________________________ | |
98 | [ 4963] By: gsar on 2000/02/02 10:14:30 | |
99 | Log: fix typo | |
100 | Branch: perl | |
101 | ! Configure | |
102 | ____________________________________________________________________________ | |
103 | [ 4962] By: gsar on 2000/02/02 10:13:10 | |
104 | Log: integrate selected changes from cfgperl (#4899,4900,4904,4918) | |
105 | Branch: perl | |
106 | !> Configure Porting/Glossary Porting/config.sh Porting/config_H | |
107 | !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm | |
108 | ____________________________________________________________________________ | |
109 | [ 4961] By: gsar on 2000/02/02 09:55:45 | |
110 | Log: PodParser-1.092 update via CPAN (from Brad Appleton) | |
111 | Branch: perl | |
112 | + lib/Pod/Find.pm lib/Pod/ParseUtils.pm | |
113 | ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr | |
114 | ____________________________________________________________________________ | |
115 | [ 4960] By: gsar on 2000/02/02 08:22:31 | |
116 | Log: replace misleading docs with a BUGS section | |
117 | Branch: perl | |
118 | ! lib/English.pm | |
119 | ____________________________________________________________________________ | |
120 | [ 4959] By: gsar on 2000/02/02 08:16:17 | |
121 | Log: remove FUD from perlfunc/use (from M J T Guy) | |
122 | Branch: perl | |
123 | ! pod/perlfunc.pod | |
124 | ____________________________________________________________________________ | |
125 | [ 4958] By: gsar on 2000/02/02 08:13:04 | |
126 | Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne | |
127 | <cedric.auzanne@nist.gov>) | |
128 | Branch: perl | |
129 | ! Changes lib/Benchmark.pm | |
130 | ____________________________________________________________________________ | |
ce9550df GS |
131 | [ 4957] By: gsar on 2000/02/02 08:04:52 |
132 | Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich) | |
133 | Branch: perl | |
134 | ! pp_hot.c | |
135 | ____________________________________________________________________________ | |
136 | [ 4956] By: gsar on 2000/02/02 08:02:57 | |
137 | Log: flock() pod talks about "adding" in the sense of "or-ing" | |
138 | Branch: perl | |
139 | ! pod/perlfunc.pod | |
140 | ____________________________________________________________________________ | |
141 | [ 4955] By: gsar on 2000/02/02 07:58:35 | |
142 | Log: fixes for switching files in the debugger (from Ilya Zakharevich) | |
143 | Branch: perl | |
144 | ! lib/perl5db.pl pod/perldebug.pod | |
145 | ____________________________________________________________________________ | |
146 | [ 4954] By: gsar on 2000/02/02 07:53:51 | |
147 | Log: use warnings rather than fiddling with $^W (from Paul Marquess) | |
148 | Branch: perl | |
149 | ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm | |
150 | ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm | |
151 | ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm | |
152 | ! lib/Text/ParseWords.pm lib/utf8_heavy.pl | |
153 | ____________________________________________________________________________ | |
154 | [ 4953] By: gsar on 2000/02/02 07:40:33 | |
155 | Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>) | |
156 | Branch: perl | |
157 | ! hints/dynixptx.sh | |
158 | ____________________________________________________________________________ | |
159 | [ 4952] By: gsar on 2000/02/02 07:36:39 | |
160 | Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and | |
161 | Brad Appleton) | |
162 | Branch: perl | |
163 | ! pod/perldelta.pod | |
164 | ____________________________________________________________________________ | |
165 | [ 4951] By: gsar on 2000/02/02 06:54:22 | |
166 | Log: avoid mismatched type warnings | |
167 | Branch: perl | |
168 | ! embed.pl perlapi.h | |
169 | ____________________________________________________________________________ | |
170 | [ 4950] By: jhi on 2000/02/02 06:49:10 | |
171 | Log: Integrate with Sarathy. | |
172 | Branch: cfgperl | |
173 | +> pod/perlunicode.pod | |
174 | !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm | |
175 | !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm | |
176 | !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c | |
177 | !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL | |
178 | !> vms/descrip_mms.template warnings.pl | |
179 | ____________________________________________________________________________ | |
180 | [ 4949] By: gsar on 2000/02/02 06:41:17 | |
181 | Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>) | |
182 | Branch: perl | |
183 | ! lib/File/Spec/Win32.pm | |
184 | ____________________________________________________________________________ | |
185 | [ 4948] By: gsar on 2000/02/02 06:30:41 | |
186 | Log: makefile tweak | |
187 | Branch: perl | |
188 | ! Makefile.SH | |
189 | ____________________________________________________________________________ | |
190 | [ 4947] By: gsar on 2000/02/02 06:27:43 | |
191 | Log: future-proof unknown warning categories (from Greg Bacon | |
192 | <gbacon@cs.uah.edu>) | |
193 | Branch: perl | |
194 | ! lib/warnings.pm t/pragma/warn/2use warnings.pl | |
195 | ____________________________________________________________________________ | |
196 | [ 4946] By: gsar on 2000/02/02 06:21:34 | |
197 | Log: doc tweak (from Michael G Schwern <schwern@pobox.com>) | |
198 | Branch: perl | |
199 | ! lib/Text/Tabs.pm | |
200 | ____________________________________________________________________________ | |
201 | [ 4945] By: gsar on 2000/02/02 06:03:04 | |
202 | Log: more meaningful message on invalid pattern argument (from | |
203 | Kevin Meltzer <KMeltzer@USCO.com>) | |
204 | Branch: perl | |
205 | ! utils/perldoc.PL | |
206 | ____________________________________________________________________________ | |
207 | [ 4944] By: gsar on 2000/02/02 05:43:49 | |
208 | Log: XSLoader build patch for VMS (from Craig A. Berry | |
209 | <craig.berry@metamorgs.com>) | |
210 | Branch: perl | |
211 | ! vms/descrip_mms.template | |
212 | ____________________________________________________________________________ | |
213 | [ 4943] By: gsar on 2000/02/02 03:40:49 | |
214 | Log: reword some sections of perlunicode.pod | |
215 | Branch: perl | |
216 | ! pod/perlunicode.pod | |
217 | ____________________________________________________________________________ | |
218 | [ 4942] By: gsar on 2000/02/01 21:02:01 | |
219 | Log: AIX warning on undefined symbol | |
220 | Branch: perl | |
221 | ! makedef.pl | |
222 | ____________________________________________________________________________ | |
223 | [ 4941] By: gsar on 2000/02/01 20:29:30 | |
224 | Log: HINT_UTF8 is not propagated to the op tree anymore; add a | |
225 | perlunicode.pod that reflects changes to unicode support so far | |
226 | Branch: perl | |
227 | + pod/perlunicode.pod | |
228 | ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h | |
229 | ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h | |
230 | ____________________________________________________________________________ | |
231 | [ 4940] By: jhi on 2000/02/01 12:22:30 | |
232 | Log: Integrate with Sarathy. | |
233 | Branch: cfgperl | |
234 | !> embed.pl embedvar.h global.sym gv.c intrpvar.h | |
235 | !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h | |
236 | !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h | |
237 | !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h | |
238 | ____________________________________________________________________________ | |
239 | [ 4939] By: gsar on 2000/02/01 08:52:16 | |
240 | Log: export pregexec(), Tk uses it | |
241 | Branch: perl | |
242 | ! embed.pl global.sym objXSUB.h perlapi.c | |
243 | ____________________________________________________________________________ | |
244 | [ 4938] By: gsar on 2000/02/01 04:00:09 | |
245 | Log: mark literal utf8 in string literals properly | |
246 | Branch: perl | |
247 | ! toke.c | |
248 | ____________________________________________________________________________ | |
249 | [ 4937] By: gsar on 2000/01/31 20:19:34 | |
250 | Log: introduce $^U, a global bit to indicate whether system | |
251 | calls should using widechar APIs; chr and sprintf "%c" also | |
252 | follow this flag in the absense of "use byte"; "use utf8" | |
253 | sets $^U=1 (this appears kludgey) | |
254 | Branch: perl | |
255 | ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c | |
256 | ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h | |
257 | ! t/lib/charnames.t win32/win32.h | |
258 | ____________________________________________________________________________ | |
259 | [ 4936] By: jhi on 2000/01/31 20:17:44 | |
260 | Log: HP-UX (induced) fixes. | |
261 | Branch: cfgperl | |
262 | ! Configure config_h.SH hints/hpux.sh | |
263 | Branch: metaconfig | |
264 | ! U/modified/Oldconfig.U U/modified/libs.U | |
265 | Branch: metaconfig/U/perl | |
266 | ! quadfio.U | |
267 | ____________________________________________________________________________ | |
268 | [ 4935] By: jhi on 2000/01/31 19:15:43 | |
269 | Log: Cosmetics. | |
270 | Branch: metaconfig | |
271 | ! U/compline/d_gconvert.U | |
272 | ____________________________________________________________________________ | |
273 | [ 4934] By: jhi on 2000/01/31 19:15:22 | |
274 | Log: Cppsym saga continues. | |
275 | Branch: cfgperl | |
276 | ! Configure config_h.SH | |
277 | Branch: metaconfig | |
278 | ! U/modified/Cppsym.U | |
279 | ____________________________________________________________________________ | |
280 | [ 4933] By: gsar on 2000/01/31 18:45:07 | |
281 | Log: !USING_WIDE() branch is busted in win32_stat() | |
282 | Branch: perl | |
283 | ! win32/win32.c | |
284 | ____________________________________________________________________________ | |
285 | [ 4932] By: jhi on 2000/01/31 06:41:47 | |
286 | Log: Reveal even more symbols. | |
287 | Branch: cfgperl | |
288 | ! Configure config_h.SH | |
289 | Branch: metaconfig | |
290 | ! U/modified/Cppsym.U | |
291 | ____________________________________________________________________________ | |
292 | [ 4931] By: jhi on 2000/01/31 06:21:41 | |
293 | Log: Integrate with Sarathy. | |
294 | Branch: cfgperl | |
295 | - lib/caller.pm | |
296 | !> (integrate 29 files) | |
297 | ____________________________________________________________________________ | |
298 | [ 4930] By: gsar on 2000/01/31 04:57:42 | |
299 | Log: runtime now looks at the SVf_UTF8 bit on the SV to decide | |
300 | whether to use widechar semantics; lexer and RE engine continue | |
301 | to need "use utf8" to enable unicode awareness in literals | |
302 | and patterns (TODO: this needs to be fixed); $1 et al are marked | |
303 | SvUTF8 if the pattern was compiled for utf8 (TODO: propagating | |
304 | it from the data is probably better) | |
305 | Branch: perl | |
306 | ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c | |
307 | ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv | |
308 | ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h | |
309 | ____________________________________________________________________________ | |
310 | [ 4929] By: gsar on 2000/01/31 04:17:09 | |
311 | Log: remove caller.pm from change#3534 (flawed idea) | |
312 | Branch: perl | |
313 | - lib/caller.pm | |
314 | ! MANIFEST pod/perldelta.pod pod/perlfunc.pod | |
315 | ____________________________________________________________________________ | |
316 | [ 4928] By: gsar on 2000/01/31 04:16:01 | |
317 | Log: fix factual regression (-e doesn't create temporary files anymore) | |
318 | Branch: perl | |
319 | ! pod/perlfilter.pod | |
320 | ____________________________________________________________________________ | |
321 | [ 4927] By: gsar on 2000/01/30 21:27:12 | |
322 | Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | |
323 | document version tuples | |
324 | Branch: perl | |
325 | ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod | |
326 | ! pod/perlvar.pod | |
327 | ____________________________________________________________________________ | |
328 | [ 4926] By: gsar on 2000/01/28 18:10:12 | |
329 | Log: implement -follow option in find2perl (from Helmut Jarausch | |
330 | <jarausch@igpm.rwth-aachen.de>) | |
331 | Branch: perl | |
332 | ! lib/File/Find.pm x2p/find2perl.PL | |
333 | ____________________________________________________________________________ | |
334 | [ 4925] By: gsar on 2000/01/28 18:03:28 | |
335 | Log: document what chdir() without an argument does (from Mark-Jason | |
336 | Dominus <mjd@plover.com>) | |
337 | Branch: perl | |
338 | ! pod/perlfunc.pod | |
339 | ____________________________________________________________________________ | |
340 | [ 4924] By: gsar on 2000/01/28 17:49:34 | |
341 | Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | |
342 | Branch: perl | |
343 | ! README.cygwin | |
344 | ____________________________________________________________________________ | |
345 | [ 4923] By: gsar on 2000/01/28 17:10:08 | |
346 | Log: avoid leaking lexicals into program being debugged (from Ilya | |
347 | Zakharevich) | |
348 | Branch: perl | |
349 | ! lib/perl5db.pl | |
350 | ____________________________________________________________________________ | |
351 | [ 4922] By: gsar on 2000/01/28 16:36:13 | |
352 | Log: perldelta note about export list changes | |
353 | Branch: perl | |
354 | ! Changes pod/perldelta.pod | |
355 | ____________________________________________________________________________ | |
ed09ebcd GS |
356 | [ 4921] By: gsar on 2000/01/28 15:49:04 |
357 | Log: alias realpath() to abs_path() (from Tom Christiansen) | |
358 | Branch: perl | |
359 | ! lib/Cwd.pm | |
360 | ____________________________________________________________________________ | |
361 | [ 4920] By: jhi on 2000/01/28 09:52:47 | |
362 | Log: Cppsym fixup from Andy. | |
363 | Branch: cfgperl | |
364 | ! Configure config_h.SH | |
365 | Branch: metaconfig | |
366 | ! U/modified/Cppsym.U | |
367 | ____________________________________________________________________________ | |
368 | [ 4919] By: jhi on 2000/01/28 09:52:22 | |
369 | Log: In HP-UX no largefiles if no 64 bits. | |
370 | Branch: cfgperl | |
371 | ! hints/hpux.sh | |
372 | ____________________________________________________________________________ | |
373 | [ 4918] By: jhi on 2000/01/28 09:03:37 | |
374 | Log: The #4880 was too eager, the $n test is useful too. | |
375 | Branch: cfgperl | |
376 | ! lib/Benchmark.pm | |
377 | ____________________________________________________________________________ | |
378 | [ 4917] By: jhi on 2000/01/28 06:27:50 | |
379 | Log: Integrate with Sarathy. | |
380 | Branch: cfgperl | |
381 | +> pod/perlapi.pod pod/perlintern.pod | |
382 | !> (integrate 39 files) | |
383 | ____________________________________________________________________________ | |
384 | [ 4916] By: gsar on 2000/01/28 05:29:37 | |
385 | Log: more exported symbols needed for build on windows | |
386 | Branch: perl | |
387 | ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod | |
388 | ! pod/perlintern.pod t/lib/thread.t win32/win32.c | |
389 | ____________________________________________________________________________ | |
390 | [ 4915] By: gsar on 2000/01/28 03:43:52 | |
391 | Log: autogenerate API listing from comments in the source (from Benjamin | |
392 | Stuhl <sho_pi@hotmail.com>); fix the markup format to be more | |
393 | flexible for better readability; add missing docs in sv.c; regenerate | |
394 | perltoc | |
395 | Branch: perl | |
396 | + pod/perlapi.pod pod/perlintern.pod | |
397 | ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c | |
398 | ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h | |
399 | ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc | |
400 | ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod | |
401 | ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h | |
402 | ! universal.c util.c | |
403 | ____________________________________________________________________________ | |
404 | [ 4914] By: gsar on 2000/01/27 19:43:35 | |
405 | Log: document unimplemented status of forking pipe open() on windows | |
406 | Branch: perl | |
407 | ! pod/perlfork.pod t/op/fork.t | |
408 | ____________________________________________________________________________ | |
409 | [ 4913] By: jhi on 2000/01/27 11:18:51 | |
410 | Log: Integrate with Sarathy. | |
411 | Branch: cfgperl | |
412 | !> (integrate 51 files) | |
413 | ____________________________________________________________________________ | |
414 | [ 4912] By: jhi on 2000/01/27 10:35:48 | |
415 | Log: Cppsym update continues. | |
416 | Branch: cfgperl | |
417 | ! Configure config_h.SH | |
418 | Branch: metaconfig | |
419 | ! U/modified/Cppsym.U | |
420 | ____________________________________________________________________________ | |
421 | [ 4911] By: gsar on 2000/01/27 08:04:17 | |
422 | Log: add missing flag in change#4892 | |
423 | Branch: perl | |
424 | ! win32/win32.c | |
425 | ____________________________________________________________________________ | |
426 | [ 4910] By: gsar on 2000/01/27 03:56:48 | |
427 | Log: various pod nits identified by installhtml (all fixed except | |
428 | unresolved links) | |
429 | Branch: perl | |
430 | ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm | |
431 | ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm | |
432 | ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm | |
433 | ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm | |
434 | ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod | |
435 | ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod | |
436 | ____________________________________________________________________________ | |
437 | [ 4909] By: gsar on 2000/01/26 22:45:28 | |
438 | Log: typo | |
439 | Branch: perl | |
440 | ! Porting/p4desc | |
441 | ____________________________________________________________________________ | |
442 | [ 4908] By: gsar on 2000/01/26 22:41:18 | |
443 | Log: update p4 tool | |
444 | Branch: perl | |
445 | ! Porting/p4desc | |
446 | ____________________________________________________________________________ | |
447 | [ 4907] By: gsar on 2000/01/26 21:45:41 | |
448 | Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | |
449 | and C<my $foo : a : b : c> are all valid (from Spider Boardman) | |
450 | Branch: perl | |
451 | ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm | |
452 | ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod | |
453 | ! t/op/attrs.t toke.c | |
454 | ____________________________________________________________________________ | |
455 | [ 4906] By: gsar on 2000/01/26 20:16:39 | |
456 | Log: pod typos and warnings (from Abigail <abigail@delanet.com>) | |
457 | Branch: perl | |
458 | ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm | |
459 | ____________________________________________________________________________ | |
460 | [ 4905] By: gsar on 2000/01/26 19:10:26 | |
461 | Log: s/STOP/CHECK/ blocks | |
462 | Branch: perl | |
463 | ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h | |
464 | ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h | |
465 | ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod | |
466 | ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod | |
467 | ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c | |
468 | ! vms/perly_c.vms | |
469 | ____________________________________________________________________________ | |
470 | [ 4904] By: jhi on 2000/01/26 13:58:18 | |
471 | Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL | |
472 | of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY. | |
473 | Branch: cfgperl | |
474 | ! ext/IO/IO.xs | |
475 | ____________________________________________________________________________ | |
476 | [ 4903] By: jhi on 2000/01/26 11:16:34 | |
477 | Log: Continue cpp symbol update. | |
478 | Branch: cfgperl | |
479 | ! Configure config_h.SH | |
480 | Branch: metaconfig | |
481 | ! U/modified/Cppsym.U | |
482 | ____________________________________________________________________________ | |
483 | [ 4902] By: gsar on 2000/01/26 09:28:37 | |
484 | Log: tweak exports list on Windows | |
485 | Branch: perl | |
486 | ! makedef.pl t/op/fork.t win32/win32.h | |
487 | ____________________________________________________________________________ | |
488 | [ 4901] By: jhi on 2000/01/26 08:05:57 | |
489 | Log: Integrate with Sarathy. | |
490 | Branch: cfgperl | |
491 | !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c | |
492 | !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t | |
493 | !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk | |
494 | !> win32/win32.c win32/win32.h | |
495 | ____________________________________________________________________________ | |
496 | [ 4900] By: jhi on 2000/01/26 07:59:05 | |
497 | Log: s/d_nvpresuv/d_nv_preserves_uv/; | |
498 | plus cosmetic change for #4899. | |
499 | Branch: cfgperl | |
500 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
501 | ! config_h.SH | |
502 | Branch: metaconfig | |
503 | ! U/modified/Cppsym.U | |
504 | Branch: metaconfig/U/perl | |
505 | ! perlxv.U | |
506 | ____________________________________________________________________________ | |
507 | [ 4899] By: jhi on 2000/01/26 07:46:56 | |
508 | Log: Update the scan of the cpp symbols. | |
509 | Branch: cfgperl | |
510 | ! Configure config_h.SH | |
511 | Branch: metaconfig | |
512 | ! U/modified/Cppsym.U | |
513 | ____________________________________________________________________________ | |
514 | [ 4898] By: gsar on 2000/01/26 04:49:45 | |
515 | Log: allow '--' to terminate argument processing (suggested by | |
516 | Marc Espie <espie@schutzenberger.liafa.jussieu.fr>) | |
517 | Branch: perl | |
518 | ! lib/Getopt/Std.pm | |
519 | ____________________________________________________________________________ | |
520 | [ 4897] By: gsar on 2000/01/26 02:42:38 | |
521 | Log: change#3744 should have made grep more like map instead of the | |
522 | other way around | |
523 | Branch: perl | |
524 | ! t/op/grep.t toke.c | |
525 | ____________________________________________________________________________ | |
526 | [ 4896] By: gsar on 2000/01/26 00:56:14 | |
527 | Log: integrate cfgperl contents into mainline | |
528 | Branch: perl | |
529 | +> vos/config.def vos/config.pl | |
530 | ! Changes | |
531 | !> Configure MANIFEST config_h.SH hints/unicosmk.sh | |
532 | !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c | |
533 | !> vos/config.h vos/config_h.SH_orig | |
534 | ____________________________________________________________________________ | |
aff0d67d GS |
535 | [ 4895] By: gsar on 2000/01/26 00:45:45 |
536 | Log: fix parse failure of (my $foo : bar) and similar (from Spider | |
537 | Boardman) | |
538 | Branch: perl | |
539 | ! toke.c | |
540 | ____________________________________________________________________________ | |
541 | [ 4894] By: gsar on 2000/01/26 00:33:53 | |
542 | Log: avoid failure if directories already read by rmtree() are | |
543 | deleted by another process | |
544 | Branch: perl | |
545 | ! lib/File/Path.pm | |
546 | ____________________________________________________________________________ | |
547 | [ 4893] By: gsar on 2000/01/25 23:19:18 | |
548 | Log: typo in change#4892 | |
549 | Branch: perl | |
550 | ! win32/win32.c | |
551 | ____________________________________________________________________________ | |
552 | [ 4892] By: gsar on 2000/01/25 22:16:19 | |
553 | Log: eliminate need for perl95.exe on Windows 9x by working around CRT | |
554 | bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified | |
555 | to call the fixed version of open_osfhandle() only on Windows 9x; | |
556 | updated the makefiles and README.win32 to suit | |
557 | Branch: perl | |
558 | ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c | |
559 | ! win32/win32.h | |
560 | ____________________________________________________________________________ | |
561 | [ 4891] By: gsar on 2000/01/25 20:22:01 | |
562 | Log: produce redeclaration warning on C<our $foo; { our $foo; ... }> | |
563 | Branch: perl | |
564 | ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars | |
565 | ____________________________________________________________________________ | |
566 | [ 4890] By: gsar on 2000/01/25 19:21:17 | |
567 | Log: update Makefile notes on the now deprecated USE_5005THREADS and | |
568 | USE_OBJECT | |
569 | Branch: perl | |
570 | ! win32/Makefile win32/makefile.mk | |
571 | ____________________________________________________________________________ | |
572 | [ 4889] By: jhi on 2000/01/25 14:44:55 | |
573 | Log: Misedit in #4888. | |
574 | Branch: cfgperl | |
575 | ! pp.c | |
576 | ____________________________________________________________________________ | |
577 | [ 4888] By: jhi on 2000/01/25 14:38:59 | |
578 | Log: UNICOS/mk patches. Removing the _CRAYMPP test may be | |
579 | rash but it's the best move I can think of right now. | |
580 | UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP, | |
581 | but I think it did in the past. | |
582 | Removing the _CRAYMPP test fixes a legion of pack/unpack | |
583 | failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8). | |
584 | One subtest, t/lib/io_sock.t #14, is still failing. | |
585 | Branch: cfgperl | |
586 | ! Configure config_h.SH hints/unicosmk.sh pp.c | |
587 | Branch: metaconfig | |
588 | ! U/modified/Oldconfig.U | |
589 | ____________________________________________________________________________ | |
590 | [ 4887] By: jhi on 2000/01/25 06:13:14 | |
591 | Log: Integrate with Sarathy. | |
592 | Branch: cfgperl | |
593 | !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c | |
594 | !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h | |
595 | !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod | |
596 | !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h | |
597 | !> win32/perllib.c win32/win32.c win32/win32.h | |
598 | ____________________________________________________________________________ | |
599 | [ 4886] By: gsar on 2000/01/25 02:54:00 | |
600 | Log: consistently use MAX_PATH+1 buffer sizes | |
601 | Branch: perl | |
602 | ! win32/win32.c | |
603 | ____________________________________________________________________________ | |
604 | [ 4885] By: gsar on 2000/01/25 02:51:35 | |
605 | Log: workaround for rename('x','X') bug in Windows NT | |
606 | Branch: perl | |
607 | ! t/io/fs.t win32/win32.c | |
608 | ____________________________________________________________________________ | |
609 | [ 4884] By: gsar on 2000/01/25 01:32:57 | |
610 | Log: windows build fixups from uniform DLL name change to perl56.dll | |
611 | Branch: perl | |
612 | ! installperl makedef.pl win32/perllib.c | |
613 | ____________________________________________________________________________ | |
614 | [ 4883] By: gsar on 2000/01/25 01:31:27 | |
615 | Log: more fixes for warnings from change#4840 | |
616 | Branch: perl | |
617 | ! lib/Pod/Html.pm | |
618 | ____________________________________________________________________________ | |
619 | [ 4882] By: gsar on 2000/01/24 15:35:12 | |
620 | Log: assorted little nits | |
621 | Branch: perl | |
622 | ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h | |
623 | ! win32/win32.c | |
624 | ____________________________________________________________________________ | |
625 | [ 4881] By: gsar on 2000/01/24 14:32:31 | |
626 | Log: add new warnings to perldelta | |
627 | Branch: perl | |
628 | ! Changes pod/perldelta.pod pod/perldiag.pod | |
629 | ____________________________________________________________________________ | |
630 | [ 4880] By: jhi on 2000/01/24 14:14:23 | |
631 | Log: From: Stephane Payrard <properler@freesurf.fr> | |
632 | To: Gurusamy Sarathy <gsar@ActiveState.com> | |
633 | Cc: perl5-porters@perl.org | |
634 | Subject: <patch> avoid division by 0 in Benchmark.pm | |
635 | Date: Mon, 24 Jan 2000 16:15:38 +0100 | |
636 | Message-ID: <20000124161538.A995@freesurf.fr> | |
637 | Branch: cfgperl | |
638 | ! lib/Benchmark.pm | |
639 | ____________________________________________________________________________ | |
56e90b21 GS |
640 | [ 4879] By: gsar on 2000/01/24 14:14:20 |
641 | Log: force linkage of the function wrappers for globals in change#4878 | |
642 | Branch: perl | |
643 | ! embed.pl globals.c perlapi.h win32/win32.h | |
644 | ____________________________________________________________________________ | |
645 | [ 4878] By: gsar on 2000/01/24 13:04:45 | |
646 | Log: enable function wrappers for access to globals under MULTIPLICITY | |
647 | (provides binary compatibility in the face of changes in interpreter | |
648 | structure) | |
649 | Branch: perl | |
650 | ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h | |
651 | ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk | |
652 | ____________________________________________________________________________ | |
653 | [ 4877] By: jhi on 2000/01/24 11:41:57 | |
654 | Log: perlhist update. | |
655 | Branch: cfgperl | |
656 | ! pod/perlhist.pod | |
657 | ____________________________________________________________________________ | |
658 | [ 4876] By: jhi on 2000/01/24 11:32:07 | |
659 | Log: Updates on the large file support status. | |
660 | Branch: cfgperl | |
661 | ! pod/perldelta.pod | |
662 | ____________________________________________________________________________ | |
663 | [ 4875] By: jhi on 2000/01/24 11:23:16 | |
664 | Log: Integrate with Sarathy. | |
665 | Branch: cfgperl | |
666 | !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm | |
667 | !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm | |
668 | !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm | |
669 | ____________________________________________________________________________ | |
670 | [ 4874] By: gsar on 2000/01/24 10:43:03 | |
671 | Log: fix typos; avoid use constant for lowercase constants (produces | |
672 | warnings now) | |
673 | Branch: perl | |
674 | ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm | |
675 | ! lib/Shell.pm | |
676 | ____________________________________________________________________________ | |
677 | [ 4873] By: gsar on 2000/01/24 09:40:24 | |
678 | Log: avoid warnings when there's no subs to autosplit | |
679 | Branch: perl | |
680 | ! lib/AutoSplit.pm | |
681 | ____________________________________________________________________________ | |
682 | [ 4872] By: jhi on 2000/01/24 09:39:01 | |
683 | Log: Create a tool for converting a config_h.SH into a VOS config.h. | |
684 | Branch: cfgperl | |
685 | + vos/config.def vos/config.pl | |
686 | ! MANIFEST vos/config.h vos/config_h.SH_orig | |
687 | ____________________________________________________________________________ | |
688 | [ 4871] By: gsar on 2000/01/24 09:15:20 | |
689 | Log: typos in change#4623 | |
690 | Branch: perl | |
691 | ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm | |
692 | ____________________________________________________________________________ | |
693 | [ 4870] By: jhi on 2000/01/24 06:43:19 | |
694 | Log: Sync metaconfig units to comply with the typo fixes of #4869. | |
695 | Branch: cfgperl | |
696 | ! Configure config_h.SH | |
697 | Branch: metaconfig | |
698 | + U/modified/cf_email.U U/modified/so.U | |
699 | Branch: metaconfig/U/perl | |
700 | ! dlsrc.U | |
701 | ____________________________________________________________________________ | |
702 | [ 4869] By: jhi on 2000/01/24 06:04:31 | |
703 | Log: Integrate with Sarathy. | |
704 | Branch: cfgperl | |
705 | +> t/pragma/diagnostics.t | |
706 | !> (integrate 120 files) | |
707 | ____________________________________________________________________________ | |
708 | [ 4868] By: gsar on 2000/01/23 21:49:28 | |
709 | Log: on windows, set seek position to end for files opened in append mode | |
710 | (improves compatibility with Unix, avoids buffering issues) | |
711 | Branch: perl | |
712 | ! win32/win32.c | |
713 | ____________________________________________________________________________ | |
714 | [ 4867] By: gsar on 2000/01/23 21:19:31 | |
715 | Log: change#4866 was flawed; revert and add better fix for warning | |
716 | Branch: perl | |
717 | ! op.c op.h | |
718 | ____________________________________________________________________________ | |
719 | [ 4866] By: gsar on 2000/01/23 20:43:56 | |
720 | Log: optimize away runtime code for our($foo) (also avoid warnings) | |
721 | Branch: perl | |
722 | ! op.c | |
723 | ____________________________________________________________________________ | |
724 | [ 4865] By: gsar on 2000/01/23 13:17:18 | |
725 | Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com> | |
726 | Branch: perl | |
727 | ! ext/DB_File/Changes ext/DB_File/DB_File.pm | |
728 | ! ext/DB_File/DB_File.xs ext/DB_File/version.c | |
729 | ____________________________________________________________________________ | |
730 | [ 4864] By: gsar on 2000/01/23 13:12:31 | |
731 | Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch | |
732 | suggested by Dominic Dunlop <domo@computer.org>) | |
733 | Branch: perl | |
734 | ! doio.c | |
735 | ____________________________________________________________________________ | |
736 | [ 4863] By: gsar on 2000/01/23 13:01:35 | |
737 | Log: fix misclassified warnings | |
738 | Branch: perl | |
739 | ! pod/perldiag.pod | |
740 | ____________________________________________________________________________ | |
741 | [ 4862] By: gsar on 2000/01/23 12:52:12 | |
742 | Log: document bareword prototype incompatibility | |
743 | Branch: perl | |
744 | ! pod/perldelta.pod pod/perlsub.pod | |
745 | ____________________________________________________________________________ | |
746 | [ 4861] By: gsar on 2000/01/23 12:32:25 | |
747 | Log: faulty edit | |
748 | Branch: perl | |
749 | ! lib/File/stat.pm | |
750 | ____________________________________________________________________________ | |
751 | [ 4860] By: gsar on 2000/01/23 12:23:48 | |
752 | Log: s/use vars/our/g modules that aren't independently maintained on CPAN | |
753 | Branch: perl | |
754 | ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm | |
755 | ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm | |
756 | ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm | |
757 | ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm | |
758 | ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm | |
759 | ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm | |
760 | ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm | |
761 | ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm | |
762 | ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm | |
763 | ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm | |
764 | ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm | |
765 | ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm | |
766 | ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm | |
767 | ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm | |
768 | ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm | |
769 | ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm | |
770 | ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm | |
771 | ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm | |
772 | ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm | |
773 | ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm | |
774 | ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm | |
775 | ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm | |
776 | ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm | |
777 | ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm | |
778 | ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm | |
779 | ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm | |
780 | ____________________________________________________________________________ | |
781 | [ 4859] By: gsar on 2000/01/23 11:29:22 | |
782 | Log: fix diagnostics to report "our" vs "my" correctly | |
783 | Branch: perl | |
784 | ! op.c pod/perldiag.pod | |
785 | ____________________________________________________________________________ | |
786 | [ 4858] By: gsar on 2000/01/23 10:14:46 | |
787 | Log: set api_version to 5.5.0 (binary compatibility needs to get tested | |
788 | more widely) | |
789 | Branch: perl | |
790 | ! patchlevel.h | |
791 | ____________________________________________________________________________ | |
792 | [ 4857] By: gsar on 2000/01/23 10:04:03 | |
793 | Log: disallow our($foo::bar) | |
794 | Branch: perl | |
795 | ! pod/perldiag.pod toke.c | |
796 | ____________________________________________________________________________ | |
797 | [ 4856] By: gsar on 2000/01/23 09:50:54 | |
798 | Log: dprofpp can't find Devel::DProf::VERSION due to change#4852 | |
799 | Branch: perl | |
800 | ! utils/dprofpp.PL | |
801 | ____________________________________________________________________________ | |
802 | [ 4855] By: gsar on 2000/01/23 09:36:51 | |
803 | Log: new test (from Michael G Schwern <schwern@pobox.com>) | |
804 | Branch: perl | |
805 | + t/pragma/diagnostics.t | |
806 | ! MANIFEST | |
807 | ____________________________________________________________________________ | |
808 | [ 4854] By: gsar on 2000/01/23 09:24:40 | |
809 | Log: add PREREQ_PM to default template (suggested by Michael G Schwern | |
810 | <schwern@pobox.com>) | |
811 | Branch: perl | |
812 | ! utils/h2xs.PL | |
813 | ____________________________________________________________________________ | |
814 | [ 4853] By: gsar on 2000/01/23 09:08:30 | |
815 | Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | |
816 | Branch: perl | |
817 | ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t | |
818 | ____________________________________________________________________________ | |
819 | [ 4852] By: gsar on 2000/01/23 08:52:44 | |
820 | Log: mark some extensions as "special versions" to avoid CPAN indexer | |
821 | confusion (from Ilya Zakharevich) | |
822 | Branch: perl | |
823 | ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm | |
824 | ____________________________________________________________________________ | |
825 | [ 4851] By: gsar on 2000/01/23 08:48:46 | |
826 | Log: prefer POSIX::uname() rather than syscalls, which require attempting | |
827 | to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>) | |
828 | Branch: perl | |
829 | ! lib/Sys/Hostname.pm | |
830 | ____________________________________________________________________________ | |
831 | [ 4850] By: gsar on 2000/01/23 08:36:43 | |
832 | Log: integrate cfgperl contents into mainline | |
833 | Branch: perl | |
834 | !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh | |
835 | !> Porting/config_H config_h.SH perl.h | |
836 | ____________________________________________________________________________ | |
837 | [ 4849] By: gsar on 2000/01/23 08:17:30 | |
838 | Log: fix localization in while BLOCK when there is a continue BLOCK | |
839 | by introducing an explicit scope (c.f. change#4848) | |
840 | Branch: perl | |
841 | ! op.c pp_ctl.c t/cmd/while.t | |
842 | ____________________________________________________________________________ | |
843 | [ 4848] By: gsar on 2000/01/23 06:43:51 | |
844 | Log: fix scope cleanup when next jumps to a continue block; this is rather | |
845 | in the nature of a kludge; it doesn't fix the longstanding bug that | |
846 | makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7" | |
847 | instead of "1") | |
848 | Branch: perl | |
849 | ! pp_ctl.c t/cmd/while.t | |
850 | ____________________________________________________________________________ | |
851 | [ 4847] By: gsar on 2000/01/23 04:47:25 | |
852 | Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>, | |
853 | C<while (my $x = foo()) { my $x = bar(); }> etc. | |
854 | Branch: perl | |
855 | ! op.c | |
856 | ____________________________________________________________________________ | |
857 | [ 4846] By: gsar on 2000/01/23 04:44:17 | |
858 | Log: avoid warnings in change#4839 | |
859 | Branch: perl | |
860 | ! lib/Carp/Heavy.pm | |
861 | ____________________________________________________________________________ | |
862 | [ 4845] By: gsar on 2000/01/22 13:12:38 | |
863 | Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>) | |
864 | Branch: perl | |
865 | ! Changes Configure | |
866 | ____________________________________________________________________________ | |
7f95ee77 GS |
867 | [ 4844] By: gsar on 2000/01/22 12:46:26 |
868 | Log: wrong category for exec() warning | |
869 | Branch: perl | |
870 | ! op.c pod/perlop.pod | |
871 | ____________________________________________________________________________ | |
872 | [ 4843] By: gsar on 2000/01/22 12:42:40 | |
873 | Log: fix line continuations in argument lists (from Helmut Jarausch) | |
874 | Branch: perl | |
875 | ! lib/ExtUtils/xsubpp | |
876 | ____________________________________________________________________________ | |
877 | [ 4842] By: gsar on 2000/01/22 12:34:39 | |
878 | Log: CGI.pm upgraded to v2.56 from CPAN | |
879 | Branch: perl | |
880 | ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm | |
881 | ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm | |
882 | ! t/lib/cgi-html.t | |
883 | ____________________________________________________________________________ | |
884 | [ 4841] By: gsar on 2000/01/22 12:07:23 | |
885 | Log: avoid warnings due to lack of forward declarations | |
886 | Branch: perl | |
887 | ! lib/Pod/Html.pm | |
888 | ____________________________________________________________________________ | |
889 | [ 4840] By: gsar on 2000/01/22 12:04:30 | |
890 | Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun | |
891 | <wolfgang.laun@alcatel.at>) | |
892 | Branch: perl | |
893 | ! lib/Pod/Html.pm | |
894 | ____________________________________________________________________________ | |
895 | [ 4839] By: gsar on 2000/01/22 11:57:24 | |
896 | Log: better Carp reporting within subclassed modules (from Wolfgang Laun | |
897 | <wolfgang.laun@alcatel.at>) | |
898 | Branch: perl | |
899 | ! lib/Carp/Heavy.pm pod/perldelta.pod | |
900 | ____________________________________________________________________________ | |
901 | [ 4838] By: gsar on 2000/01/22 10:53:06 | |
902 | Log: truncate(FH) flushes FH before truncating it | |
903 | Branch: perl | |
904 | ! pp_sys.c t/io/fs.t | |
905 | ____________________________________________________________________________ | |
906 | [ 4837] By: gsar on 2000/01/22 10:37:16 | |
907 | Log: #line directives without a filename leave the file name as it was | |
908 | instead of setting it to the script name (from Andrew Pimlott | |
909 | <andrew@pimlott.ne.mediaone.net>) | |
910 | Branch: perl | |
911 | ! toke.c | |
912 | ____________________________________________________________________________ | |
913 | [ 4836] By: gsar on 2000/01/22 10:06:53 | |
914 | Log: add patch for printf-style format typechecks (from Robin Barker | |
915 | <rmb1@cise.npl.co.uk>); fixes for problems so identified | |
916 | Branch: perl | |
917 | ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c | |
918 | ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c | |
919 | ____________________________________________________________________________ | |
920 | [ 4835] By: gsar on 2000/01/22 08:42:52 | |
921 | Log: From: John Tobey <jtobey@isay.com> | |
922 | Date: Thu, 16 Dec 1999 20:20:38 -0500 | |
923 | Message-Id: <E11ym4U-0000c7-00@einstein.localnet> | |
924 | Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields' | |
925 | Branch: perl | |
926 | ! lib/base.pm lib/fields.pm t/lib/fields.t | |
927 | ____________________________________________________________________________ | |
928 | [ 4834] By: gsar on 2000/01/22 08:08:08 | |
929 | Log: fix deeply nested closures that have no references to lexical in | |
930 | intervening subs | |
931 | Branch: perl | |
932 | ! embed.h embed.pl op.c proto.h t/op/closure.t | |
933 | ____________________________________________________________________________ | |
934 | [ 4833] By: gsar on 2000/01/21 17:04:21 | |
935 | Log: add $VERSION | |
936 | Branch: perl | |
937 | ! lib/Text/Soundex.pm lib/Tie/Handle.pm | |
938 | ____________________________________________________________________________ | |
939 | [ 4832] By: gsar on 2000/01/21 16:49:09 | |
940 | Log: fix bug in dumping self-referential scalars | |
941 | Branch: perl | |
942 | ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs | |
943 | ! t/lib/dumper.t | |
944 | ____________________________________________________________________________ | |
945 | [ 4831] By: jhi on 2000/01/21 09:16:07 | |
946 | Log: Integrate with Sarathy. | |
947 | Branch: cfgperl | |
948 | +> t/op/exists_sub.t | |
949 | !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c | |
950 | !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod | |
951 | !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c | |
952 | !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot | |
953 | !> t/pragma/warn/pp_sys util.c utils/h2xs.PL | |
954 | ____________________________________________________________________________ | |
955 | [ 4830] By: gsar on 2000/01/21 04:28:08 | |
956 | Log: patch to report warnings on bogus filehandles passed to flock(), | |
957 | more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu> | |
958 | (slightly modified) | |
959 | Branch: perl | |
960 | ! embed.h embed.pl global.sym objXSUB.h perlapi.c | |
961 | ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h | |
962 | ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c | |
963 | ____________________________________________________________________________ | |
964 | [ 4829] By: gsar on 2000/01/21 03:43:46 | |
965 | Log: typo fix | |
966 | Branch: perl | |
967 | ! pod/perlop.pod | |
968 | ____________________________________________________________________________ | |
969 | [ 4828] By: gsar on 2000/01/21 03:32:31 | |
970 | Log: notes about $^H and %^H from Ilya Zakharevich; substantial | |
971 | fixups of faulty facts and prose | |
972 | Branch: perl | |
973 | ! pod/perlvar.pod | |
974 | ____________________________________________________________________________ | |
975 | [ 4827] By: gsar on 2000/01/21 01:45:51 | |
976 | Log: support for C<exists &func> (from Spider Boardman) | |
977 | Branch: perl | |
978 | + t/op/exists_sub.t | |
979 | ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod | |
980 | ! pod/perlfunc.pod pp.c | |
981 | ____________________________________________________________________________ | |
982 | [ 4826] By: gsar on 2000/01/21 01:35:46 | |
983 | Log: mention the fact that open(my $foo, ...) covers all handle | |
984 | constructors | |
985 | Branch: perl | |
986 | ! pod/perldelta.pod | |
987 | ____________________________________________________________________________ | |
988 | [ 4825] By: gsar on 2000/01/21 01:03:34 | |
989 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
990 | Date: Wed, 19 Jan 2000 15:05:11 -0500 | |
991 | Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu> | |
992 | Subject: [PATCH 5.005_63] h2xs goof and a depessimization | |
993 | Branch: perl | |
994 | ! utils/h2xs.PL | |
995 | ____________________________________________________________________________ | |
996 | [ 4824] By: gsar on 2000/01/20 19:14:26 | |
997 | Log: INSTALL updates from Andy Dougherty | |
998 | Branch: perl | |
999 | ! INSTALL | |
1000 | ____________________________________________________________________________ | |
1001 | [ 4823] By: gsar on 2000/01/20 08:40:13 | |
1002 | Log: sv_true() has a superfluous test | |
1003 | Branch: perl | |
1004 | ! sv.c sv.h | |
1005 | ____________________________________________________________________________ | |
1006 | [ 4822] By: bailey on 2000/01/20 02:03:35 | |
1007 | Log: Minor cosmetic updates | |
1008 | Branch: vmsperl | |
1009 | ! configure.com | |
1010 | ____________________________________________________________________________ | |
1011 | [ 4821] By: bailey on 2000/01/20 00:25:30 | |
1012 | Log: Quick integration of mainline changes to date | |
1013 | Branch: vmsperl | |
1014 | +> (branch 74 files) | |
1015 | - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h | |
1016 | - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs | |
1017 | - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1 | |
1018 | - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt | |
1019 | - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt | |
1020 | - lib/warning.pm os2/POSIX.mkfifo warning.h | |
1021 | !> (integrate 462 files) | |
1022 | ____________________________________________________________________________ | |
1023 | [ 4820] By: jhi on 2000/01/19 22:46:42 | |
1024 | Log: More robust inc_version_list from Andy. | |
1025 | Branch: cfgperl | |
1026 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1027 | ! config_h.SH | |
1028 | Branch: metaconfig | |
1029 | ! U/installdirs/inc_version_list.U | |
1030 | ____________________________________________________________________________ | |
1031 | [ 4819] By: jhi on 2000/01/19 17:36:56 | |
1032 | Log: Add NV_PRESERVES_UV. | |
1033 | Branch: cfgperl | |
1034 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1035 | ! config_h.SH perl.h | |
1036 | Branch: metaconfig | |
1037 | ! U/protos/selecttype.U | |
1038 | Branch: metaconfig/U/perl | |
1039 | - nvpresuv.U | |
1040 | ! perlxv.U | |
1041 | ____________________________________________________________________________ | |
1042 | [ 4818] By: jhi on 2000/01/19 08:13:05 | |
1043 | Log: Integrate with Sarathy. | |
1044 | Branch: cfgperl | |
1045 | !> Changes Configure win32/config.bc win32/config.gc | |
1046 | !> win32/config.vc win32/config_H.bc win32/config_H.gc | |
1047 | !> win32/config_H.vc | |
1048 | ____________________________________________________________________________ | |
1049 | [ 4817] By: gsar on 2000/01/19 05:25:43 | |
1050 | Log: regen win32/config* | |
1051 | Branch: perl | |
1052 | ! Configure win32/config.bc win32/config.gc win32/config.vc | |
1053 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
1054 | ____________________________________________________________________________ | |
1055 | [ 4816] By: jhi on 2000/01/18 21:19:10 | |
1056 | Log: Policy patch from Andy for installation directories, | |
1057 | removing the $apiversion. | |
1058 | Branch: cfgperl | |
1059 | ! Policy_sh.SH | |
1060 | ____________________________________________________________________________ | |
1061 | [ 4815] By: jhi on 2000/01/18 21:11:03 | |
1062 | Log: Move _GNU_SOURCE into config_h.SH awaay from Configure | |
1063 | as suggested by Andy. | |
1064 | Branch: cfgperl | |
1065 | ! Configure config_h.SH | |
1066 | Branch: metaconfig | |
1067 | ! U/compline/d_gnulibc.U U/modified/cc.U | |
1068 | ____________________________________________________________________________ | |
1069 | [ 4814] By: gsar on 2000/01/18 20:48:10 | |
1070 | Log: integrate cfgperl changes into mainline | |
1071 | Branch: perl | |
1072 | ! Changes | |
1073 | !> Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1074 | !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c | |
1075 | !> perl.h t/lib/posix.t t/op/pack.t utf8.c | |
1076 | ____________________________________________________________________________ | |
4b9858f9 GS |
1077 | [ 4813] By: jhi on 2000/01/18 19:41:33 |
1078 | Log: metaconfig todo note from Andy. | |
1079 | Branch: cfgperl | |
1080 | ! Configure config_h.SH | |
1081 | Branch: metaconfig | |
1082 | ! U/installdirs/inc_version_list.U | |
1083 | ____________________________________________________________________________ | |
1084 | [ 4812] By: jhi on 2000/01/18 15:02:55 | |
1085 | Log: More -V. | |
1086 | Branch: cfgperl | |
1087 | ! perl.c | |
1088 | ____________________________________________________________________________ | |
1089 | [ 4811] By: jhi on 2000/01/18 10:35:30 | |
1090 | Log: More compile-time options shown with -V. | |
1091 | Branch: cfgperl | |
1092 | ! perl.c | |
1093 | ____________________________________________________________________________ | |
1094 | [ 4810] By: jhi on 2000/01/17 08:35:49 | |
1095 | Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose | |
1096 | the strtold() and qgcvt() prototypes for long doubles, but | |
1097 | it should be okay in any case); fix bad assumptions in the | |
1098 | test suite about string->float conversions; though the out | |
1099 | parameter of strtold() (and strtoll()) is unused, it is nicer | |
1100 | to have it in correct type. | |
1101 | Branch: cfgperl | |
1102 | ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t | |
1103 | Branch: metaconfig | |
1104 | ! U/modified/cc.U | |
1105 | ____________________________________________________________________________ | |
1106 | [ 4809] By: jhi on 2000/01/16 19:21:18 | |
1107 | Log: strtoll works better ternary. | |
1108 | Branch: cfgperl | |
1109 | ! perl.h | |
1110 | ____________________________________________________________________________ | |
1111 | [ 4808] By: jhi on 2000/01/16 19:12:58 | |
1112 | Log: Know strtoll. | |
1113 | Branch: cfgperl | |
1114 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1115 | ! config_h.SH perl.h | |
1116 | ____________________________________________________________________________ | |
1117 | [ 4807] By: jhi on 2000/01/16 17:57:03 | |
1118 | Log: Integrate with Sarathy. | |
1119 | Branch: cfgperl | |
1120 | !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod | |
1121 | !> sv.c sv.h t/pragma/strict-vars toke.c util.c | |
1122 | ____________________________________________________________________________ | |
1123 | [ 4806] By: jhi on 2000/01/16 16:37:47 | |
1124 | Log: Continue qgcvt work; closer now but not yet there. | |
1125 | Branch: cfgperl | |
1126 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1127 | ! config_h.SH doop.c utf8.c | |
1128 | Branch: metaconfig | |
1129 | ! U/compline/d_gconvert.U | |
1130 | Branch: metaconfig/U/perl | |
1131 | ! d_qgcvt.U | |
1132 | ____________________________________________________________________________ | |
1133 | [ 4805] By: jhi on 2000/01/15 22:26:16 | |
1134 | Log: Metaconfig and Porting patches from Andy; start using the new | |
1135 | long long and long double thingies from #4804; regen Configure. | |
1136 | Branch: cfgperl | |
1137 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
1138 | ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c | |
1139 | Branch: metaconfig | |
1140 | + U/dist_patches/dist-p70a U/dist_patches/dist-p70b | |
1141 | + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U | |
1142 | + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U | |
1143 | + U/nullified/lib.U | |
1144 | ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U | |
1145 | ! U/installdirs/sitelib.U U/installdirs/vendorarch.U | |
1146 | ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U | |
1147 | ! U/modified/Oldconfig.U U/modified/Signal.U | |
1148 | ! U/modified/sig_name.U U/threads/usethreads.U | |
1149 | Branch: metaconfig/U/perl | |
1150 | ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U | |
1151 | ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U | |
1152 | ! usemultiplicity.U | |
1153 | Branch: perl | |
1154 | ! perl.h util.c | |
1155 | ____________________________________________________________________________ | |
1156 | [ 4804] By: jhi on 2000/01/14 14:22:24 | |
1157 | Log: Add more quad/long long/long double sciency. | |
1158 | Branch: metaconfig/U/perl | |
1159 | + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U | |
1160 | + d_strtouq.U | |
1161 | ____________________________________________________________________________ | |
1162 | [ 4803] By: gsar on 2000/01/14 04:40:49 | |
1163 | Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;") | |
1164 | Branch: perl | |
1165 | ! op.c | |
1166 | ____________________________________________________________________________ | |
1167 | [ 4802] By: gsar on 2000/01/14 04:35:55 | |
1168 | Log: add note about "our" | |
1169 | Branch: perl | |
1170 | ! lib/vars.pm | |
1171 | ____________________________________________________________________________ | |
1172 | [ 4801] By: gsar on 2000/01/14 04:16:51 | |
1173 | Log: nailed "our" declarations, and better warnings on duplicate | |
1174 | "our" declarations | |
1175 | Branch: perl | |
1176 | ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h | |
1177 | ! t/pragma/strict-vars toke.c | |
1178 | ____________________________________________________________________________ | |
1179 | [ 4800] By: gsar on 2000/01/14 01:27:13 | |
1180 | Log: avoid spurious "Useless use of variable" warning on C<our $foo;> | |
1181 | Branch: perl | |
1182 | ! dump.c op.c op.h | |
1183 | ____________________________________________________________________________ | |
1184 | [ 4799] By: gsar on 2000/01/14 01:17:15 | |
1185 | Log: doc typo | |
1186 | Branch: perl | |
1187 | ! pod/perlfunc.pod | |
1188 | ____________________________________________________________________________ | |
1189 | [ 4798] By: jhi on 2000/01/13 16:31:34 | |
1190 | Log: Integrate with Sarathy. | |
1191 | Branch: cfgperl | |
1192 | +> epoc/config.sh epoc/epocish.c epoc/link.pl | |
1193 | +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl | |
1194 | +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl | |
1195 | +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl | |
1196 | +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t | |
1197 | +> win32/perlhost.h win32/vdir.h win32/vmem.h | |
1198 | - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp | |
1199 | - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs | |
1200 | - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo | |
1201 | !> (integrate 282 files) | |
1202 | ____________________________________________________________________________ | |
1203 | [ 4797] By: gsar on 2000/01/13 08:12:56 | |
1204 | Log: clearer docs for change#4796; faster av_exists() | |
1205 | Branch: perl | |
1206 | ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod | |
1207 | ____________________________________________________________________________ | |
1208 | [ 4796] By: gsar on 2000/01/13 06:49:03 | |
1209 | Log: support delete() and exists() on array, tied array, and pseudo-hash | |
1210 | elements or slices | |
1211 | Branch: perl | |
1212 | ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm | |
1213 | ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod | |
1214 | ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h | |
1215 | ! t/op/avhv.t t/op/delete.t | |
1216 | ____________________________________________________________________________ | |
1217 | [ 4795] By: gsar on 2000/01/11 20:52:30 | |
1218 | Log: extend site_perl changes change#4773 to vendor_perl as well | |
1219 | Branch: perl | |
1220 | ! Configure | |
1221 | ____________________________________________________________________________ | |
1222 | [ 4794] By: gsar on 2000/01/11 19:18:50 | |
1223 | Log: rework INSTALL to reflect new logic for versioning sitelibs | |
1224 | Branch: perl | |
1225 | ! INSTALL | |
1226 | ____________________________________________________________________________ | |
1227 | [ 4793] By: gsar on 2000/01/11 01:44:00 | |
1228 | Log: test for change#4792 | |
1229 | Branch: perl | |
1230 | ! t/op/fork.t | |
1231 | ____________________________________________________________________________ | |
1232 | [ 4792] By: gsar on 2000/01/11 01:22:36 | |
1233 | Log: pseudo forked children inherit environment correctly | |
1234 | Branch: perl | |
1235 | ! win32/perlhost.h | |
1236 | ____________________________________________________________________________ | |
1237 | [ 4791] By: gsar on 2000/01/10 19:14:03 | |
1238 | Log: test tweak | |
1239 | Branch: perl | |
1240 | ! t/op/fork.t | |
1241 | ____________________________________________________________________________ | |
1242 | [ 4790] By: gsar on 2000/01/10 18:56:16 | |
1243 | Log: check for USE_ITHREADS sanity was too restrictive | |
1244 | Branch: perl | |
1245 | ! perl.h | |
1246 | ____________________________________________________________________________ | |
1247 | [ 4789] By: gsar on 2000/01/10 18:30:24 | |
1248 | Log: add workaround for textmode read() bug in MSVCRT; make chdir() do | |
1249 | a real SetCurrentDirectory() in toplevel host | |
1250 | Branch: perl | |
1251 | ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h | |
1252 | ! win32/vdir.h win32/win32.c | |
1253 | ____________________________________________________________________________ | |
4b9858f9 GS |
1254 | [ 4782] By: gsar on 2000/01/10 05:27:03 |
1255 | Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>) | |
1256 | Branch: perl | |
1257 | + epoc/config.sh epoc/epocish.c epoc/link.pl | |
1258 | - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp | |
1259 | - epoc/perl.pkg | |
1260 | ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c | |
1261 | ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm | |
1262 | ! lib/Sys/Hostname.pm | |
1263 | ____________________________________________________________________________ | |
1264 | [ 4781] By: gsar on 2000/01/10 05:11:03 | |
1265 | Log: pod typos (from Abigail <abigail@delanet.com>) | |
1266 | Branch: perl | |
1267 | ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod | |
1268 | ____________________________________________________________________________ | |
1269 | [ 4780] By: gsar on 2000/01/10 05:07:35 | |
1270 | Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>) | |
1271 | Branch: perl | |
1272 | ! t/lib/thread.t | |
1273 | ____________________________________________________________________________ | |
1274 | [ 4779] By: gsar on 2000/01/10 05:06:16 | |
1275 | Log: terminate -s switch processing only on C<-->, not on C<--foo> | |
1276 | Branch: perl | |
1277 | ! perl.c | |
1278 | ____________________________________________________________________________ | |
1279 | [ 4778] By: gsar on 2000/01/10 04:38:45 | |
1280 | Log: useithreads needs usemultiplicity | |
1281 | Branch: perl | |
1282 | ! Configure perl.h | |
1283 | ____________________________________________________________________________ | |
1284 | [ 4777] By: gsar on 2000/01/10 01:18:04 | |
1285 | Log: use $Config{version} rather than $] where appropriate | |
1286 | Branch: perl | |
1287 | ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm | |
1288 | ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm | |
1289 | ! lib/lib.pm | |
1290 | ____________________________________________________________________________ | |
1291 | [ 4776] By: gsar on 2000/01/10 00:11:34 | |
1292 | Log: enable fork.t on windows | |
1293 | Branch: perl | |
1294 | ! t/op/fork.t | |
1295 | ____________________________________________________________________________ | |
1296 | [ 4775] By: gsar on 2000/01/10 00:07:29 | |
1297 | Log: broken test for use5005threads | |
1298 | Branch: perl | |
1299 | ! t/lib/safe2.t | |
1300 | ____________________________________________________________________________ | |
1301 | [ 4774] By: gsar on 2000/01/09 23:56:37 | |
1302 | Log: more windows build tweaks | |
1303 | Branch: perl | |
1304 | ! installperl makedef.pl win32/Makefile win32/config_H.bc | |
1305 | ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL | |
1306 | ! win32/makefile.mk | |
1307 | ____________________________________________________________________________ | |
1308 | [ 4773] By: gsar on 2000/01/09 22:27:19 | |
1309 | Log: more changes for new-style version numbers (versions numbers on | |
1310 | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where | |
1311 | they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; | |
1312 | split $Config{apiversion} into three, @Config{apirevision,apiversion, | |
1313 | apisubversion} for CPP friendliness; $Config{sitelib} now defaults | |
1314 | to .../site_perl/$version, just like $Config{privlib}, making sitelib | |
1315 | completely independent across versions and substantially eliminating | |
1316 | chances of breaking older installations by overwriting newly built | |
1317 | extensions; all this means compatibility inclusions for @INC will need | |
1318 | to take into account older sitelib versions (this still TODO) | |
1319 | ||
1320 | windows, vms, dos tweaks for the above | |
1321 | Branch: perl | |
1322 | ! Changes Configure INSTALL Porting/config.sh Porting/config_H | |
1323 | ! config_h.SH configure.com dosish.h installman installperl | |
1324 | ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile | |
1325 | ! win32/config.bc win32/config.gc win32/config.vc | |
1326 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
1327 | ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk | |
1328 | ! win32/win32.c | |
1329 | ____________________________________________________________________________ | |
273cf8d1 GS |
1330 | [ 4772] By: gsar on 2000/01/09 19:05:33 |
1331 | Log: s/usethreads/use5005threads/g | |
1332 | Branch: perl | |
1333 | ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t | |
1334 | ____________________________________________________________________________ | |
1335 | [ 4771] By: gsar on 2000/01/09 18:51:50 | |
1336 | Log: Configure changes for new-style version numbers (from Andy Dougherty, | |
1337 | slightly altered) | |
1338 | Branch: perl | |
1339 | ! Configure INSTALL Porting/Glossary Porting/config.sh | |
1340 | ! Porting/config_H config_h.SH perl.h win32/Makefile | |
1341 | ! win32/config.bc win32/config.gc win32/config.vc | |
1342 | ! win32/makefile.mk | |
1343 | ____________________________________________________________________________ | |
1344 | [ 4770] By: gsar on 2000/01/07 22:18:54 | |
1345 | Log: fix for 'make utest' failures (from Ilya Zakharevich) | |
1346 | Branch: perl | |
1347 | ! regexec.c | |
1348 | ____________________________________________________________________________ | |
1349 | [ 4769] By: gsar on 2000/01/07 18:23:16 | |
1350 | Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | |
1351 | Branch: perl | |
1352 | + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl | |
1353 | + ext/ODBM_File/hints/cygwin.pl | |
1354 | ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL | |
1355 | ! hints/cygwin.sh installman installperl lib/Cwd.pm | |
1356 | ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl | |
1357 | ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL | |
1358 | ____________________________________________________________________________ | |
1359 | [ 4768] By: gsar on 2000/01/07 18:12:15 | |
1360 | Log: typo on h2xs.PL (from Helmut Jarausch) | |
1361 | Branch: perl | |
1362 | ! utils/h2xs.PL | |
1363 | ____________________________________________________________________________ | |
1364 | [ 4767] By: gsar on 2000/01/07 17:58:45 | |
1365 | Log: VMS update (from Peter Prymmer <pvhp@forte.com>) | |
1366 | Branch: perl | |
1367 | ! README.vms configure.com vms/subconfigure.com | |
1368 | ____________________________________________________________________________ | |
1369 | [ 4766] By: gsar on 2000/01/07 17:54:05 | |
1370 | Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes | |
1371 | <sthoenna@efn.org>) | |
1372 | Branch: perl | |
1373 | - os2/POSIX.mkfifo | |
1374 | ! MANIFEST README.os2 | |
1375 | ____________________________________________________________________________ | |
1376 | [ 4765] By: gsar on 2000/01/06 20:11:46 | |
1377 | Log: add workaround for dlopen() bug on OpenBSD (relative paths that | |
1378 | match /^lib/ won't load properly) | |
1379 | Branch: perl | |
1380 | + ext/DynaLoader/hints/openbsd.pl | |
1381 | ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs | |
1382 | ____________________________________________________________________________ | |
9d4ce9a5 GS |
1383 | [ 4764] By: gsar on 2000/01/06 19:51:08 |
1384 | Log: add undocumented globals for compatibility--find.pl, and find2perl | |
1385 | generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>) | |
1386 | Branch: perl | |
1387 | ! lib/File/Find.pm | |
1388 | ____________________________________________________________________________ | |
1389 | [ 4763] By: gsar on 2000/01/06 10:51:07 | |
1390 | Log: fix various C-backend shenanigans | |
1391 | Branch: perl | |
1392 | ! ext/B/B/C.pm | |
1393 | ____________________________________________________________________________ | |
1394 | [ 4762] By: gsar on 2000/01/06 04:09:00 | |
1395 | Log: tweak test in change#4757 for Windows | |
1396 | Branch: perl | |
1397 | ! t/io/open.t | |
1398 | ____________________________________________________________________________ | |
1399 | [ 4761] By: gsar on 2000/01/06 02:55:30 | |
1400 | Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if | |
1401 | they belonged to freed OP_CONSTs) | |
1402 | Branch: perl | |
1403 | ! op.c | |
1404 | ____________________________________________________________________________ | |
1405 | [ 4760] By: gsar on 2000/01/06 00:22:40 | |
1406 | Log: constant ranges could escape bareword check in list context | |
1407 | Branch: perl | |
1408 | ! op.c t/pragma/strict-subs | |
1409 | ____________________________________________________________________________ | |
1410 | [ 4759] By: gsar on 2000/01/05 20:52:50 | |
1411 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
1412 | Date: Wed, 05 Jan 2000 15:23:18 EST | |
1413 | Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu> | |
1414 | Subject: Re: minimal m//g matches appear busted | |
1415 | Branch: perl | |
1416 | ! regexec.c t/op/pat.t | |
1417 | ____________________________________________________________________________ | |
1418 | [ 4758] By: gsar on 2000/01/05 12:49:40 | |
1419 | Log: various nits identified by warnings unmasked by recent changes | |
1420 | Branch: perl | |
1421 | ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod | |
1422 | ____________________________________________________________________________ | |
1423 | [ 4757] By: gsar on 2000/01/05 12:48:10 | |
1424 | Log: severe bugs in change#3786 fixed | |
1425 | Branch: perl | |
1426 | ! doio.c t/io/open.t | |
1427 | ____________________________________________________________________________ | |
1428 | [ 4756] By: gsar on 2000/01/05 11:25:10 | |
1429 | Log: tweak change#4745 to make ebcdic output match for chars <= 037 | |
1430 | Branch: perl | |
1431 | ! ext/Data/Dumper/Dumper.pm | |
1432 | ____________________________________________________________________________ | |
1433 | [ 4755] By: gsar on 2000/01/05 06:56:05 | |
1434 | Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>) | |
1435 | Branch: perl | |
1436 | ! Configure util.c utils/perlcc.PL | |
1437 | ____________________________________________________________________________ | |
1438 | [ 4754] By: gsar on 2000/01/05 06:52:25 | |
1439 | Log: avoid expensive Version_check (from Andreas Koenig) | |
1440 | Branch: perl | |
1441 | ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm | |
1442 | ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm | |
1443 | ____________________________________________________________________________ | |
ca4e74cd GS |
1444 | [ 4753] By: gsar on 2000/01/05 06:48:22 |
1445 | Log: From: andreas.koenig@anima.de (Andreas J. Koenig) | |
1446 | Date: 03 Jan 2000 21:56:02 +0100 | |
1447 | Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de> | |
1448 | Subject: Reloading File::Copy | |
1449 | Branch: perl | |
1450 | ! Changes lib/File/Copy.pm t/lib/filecopy.t | |
1451 | ____________________________________________________________________________ | |
1a04d035 A |
1452 | [ 4752] By: gsar on 2000/01/04 01:19:20 |
1453 | Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g | |
1454 | Branch: perl | |
1455 | ! win32/Makefile win32/makefile.mk win32/win32.h | |
1456 | ____________________________________________________________________________ | |
1457 | [ 4751] By: gsar on 2000/01/03 18:26:08 | |
1458 | Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig) | |
1459 | Branch: perl | |
1460 | ! lib/ExtUtils/MakeMaker.pm | |
1461 | ____________________________________________________________________________ | |
1462 | [ 4750] By: gsar on 2000/01/02 21:58:02 | |
1463 | Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible | |
1464 | to write to a file other than tmon.out (suggested by Haakon Alstadheim | |
1465 | <Haakon.Alstadheim@sds.no>) | |
1466 | Branch: perl | |
1467 | ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs | |
1468 | ____________________________________________________________________________ | |
1469 | [ 4749] By: gsar on 2000/01/02 21:37:29 | |
1470 | Log: disable optimization in change#3612 for join() and quotemeta()--this | |
1471 | removes all the gross hacks for the special cases in that change; fix | |
1472 | pp_concat() for when TARG == arg (modified version of patch suggested | |
1473 | by Ilya Zakharevich) | |
1474 | Branch: perl | |
1475 | ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t | |
1476 | ____________________________________________________________________________ | |
1477 | [ 4748] By: gsar on 2000/01/02 20:26:06 | |
1478 | Log: MakeMaker should attempt to "require" rather than "use" prerequisites | |
1479 | to avoid imports (from Michael G Schwern <schwern@pobox.com>) | |
1480 | Branch: perl | |
1481 | ! lib/ExtUtils/MakeMaker.pm | |
1482 | ____________________________________________________________________________ | |
1483 | [ 4747] By: gsar on 2000/01/02 20:17:36 | |
1484 | Log: fix 4-arg substr() when used as argument to subroutine | |
1485 | Branch: perl | |
1486 | ! pp.c t/op/substr.t | |
1487 | ____________________________________________________________________________ | |
1488 | [ 4746] By: gsar on 2000/01/02 18:45:58 | |
1489 | Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder) | |
1490 | Branch: perl | |
1491 | ! embed.h embed.pl ext/DynaLoader/dl_beos.xs | |
1492 | ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs | |
1493 | ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs | |
1494 | ! perlapi.c proto.h thread.h util.c | |
1495 | ____________________________________________________________________________ | |
1496 | [ 4745] By: gsar on 2000/01/02 18:15:44 | |
1497 | Log: ebcdic fix for Data::Dumper from Peter Prymmer | |
1498 | Branch: perl | |
1499 | ! ext/Data/Dumper/Dumper.pm regcomp.c | |
1500 | ____________________________________________________________________________ | |
1501 | [ 4744] By: gsar on 1999/12/31 22:42:23 | |
1502 | Log: missing files in previous submit | |
1503 | Branch: perl | |
1504 | ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c | |
1505 | ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h | |
1506 | ____________________________________________________________________________ | |
1507 | [ 4743] By: gsar on 1999/12/31 06:47:18 | |
1508 | Log: various Windows build tweaks | |
1509 | Branch: perl | |
1510 | ! win32/win32.h | |
1511 | ____________________________________________________________________________ | |
1512 | [ 4742] By: gsar on 1999/12/30 21:32:36 | |
1513 | Log: change#4705 breaks code that interpolates $], so leave string value | |
1514 | of $] as it was for compatibility (and perhaps introduce $^V or similar | |
1515 | for the utf8 representation, maybe?) | |
1516 | Branch: perl | |
1517 | ! configpm gv.c | |
1518 | ____________________________________________________________________________ | |
1519 | [ 4741] By: gsar on 1999/12/30 19:36:21 | |
1520 | Log: avoid CRLF in byteloadable files created by perlcc | |
1521 | Branch: perl | |
1522 | ! utils/perlcc.PL | |
1523 | ____________________________________________________________________________ | |
1524 | [ 4740] By: gsar on 1999/12/30 19:35:07 | |
1525 | Log: leave DATA open in binmode if __END__ line doesn't have CRLF | |
1526 | Branch: perl | |
1527 | ! pod/perldelta.pod toke.c | |
1528 | ____________________________________________________________________________ | |
1529 | [ 4739] By: gsar on 1999/12/30 05:44:21 | |
1530 | Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | |
1531 | to allow ByteLoader to work; the DATA filehandles continue to | |
1532 | be left open in text mode for compatibility | |
1533 | Branch: perl | |
1534 | ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c | |
1535 | ! toke.c win32/Makefile win32/makefile.mk win32/win32.c | |
1536 | ! win32/win32.h | |
1537 | ____________________________________________________________________________ | |
1538 | [ 4738] By: gsar on 1999/12/30 04:36:12 | |
1539 | Log: CR-LF support broken for formats | |
1540 | Branch: perl | |
1541 | ! toke.c | |
1542 | ____________________________________________________________________________ | |
1543 | [ 4737] By: gsar on 1999/12/29 22:30:52 | |
1544 | Log: make DProf functional under pseudo-fork() | |
1545 | Branch: perl | |
1546 | ! ext/Devel/DProf/DProf.xs | |
1547 | ____________________________________________________________________________ | |
1548 | [ 4736] By: gsar on 1999/12/29 21:04:59 | |
1549 | Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans | |
1550 | Mulder) | |
1551 | Branch: perl | |
1552 | ! doio.c pp_hot.c t/io/argv.t | |
1553 | ____________________________________________________________________________ | |
1554 | [ 4735] By: gsar on 1999/12/29 18:12:40 | |
1555 | Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas | |
1556 | Koenig) | |
1557 | Branch: perl | |
1558 | ! Makefile.SH | |
1559 | ____________________________________________________________________________ | |
1560 | [ 4734] By: gsar on 1999/12/28 21:10:37 | |
1561 | Log: Windows build tweaks | |
1562 | Branch: perl | |
1563 | ! INTERN.h sv.c | |
1564 | ____________________________________________________________________________ | |
1565 | [ 4733] By: gsar on 1999/12/28 20:45:15 | |
1566 | Log: remove never-taken branch for making getc() operate on ARGV (spotted | |
1567 | by Ralph Corderoy <ralph@inputplus.demon.co.uk>) | |
1568 | Branch: perl | |
1569 | ! pp_sys.c | |
1570 | ____________________________________________________________________________ | |
1571 | [ 4732] By: gsar on 1999/12/28 20:42:13 | |
1572 | Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy | |
1573 | <ralph@inputplus.demon.co.uk> | |
1574 | Branch: perl | |
1575 | ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t | |
1576 | ____________________________________________________________________________ | |
1577 | [ 4731] By: gsar on 1999/12/28 20:23:17 | |
1578 | Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is | |
1579 | not supplied (variant of patch suggested by Ilya Zakharevich) | |
1580 | Branch: perl | |
1581 | ! XSUB.h lib/ExtUtils/xsubpp | |
1582 | ____________________________________________________________________________ | |
1583 | [ 4730] By: gsar on 1999/12/28 19:55:56 | |
1584 | Log: range operator does magical string increment iff both operands | |
1585 | are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed | |
1586 | the "foreach (RANGE)" case as well | |
1587 | Branch: perl | |
1588 | ! pp_ctl.c t/op/range.t | |
1589 | ____________________________________________________________________________ | |
1590 | [ 4729] By: gsar on 1999/12/28 18:40:19 | |
1591 | Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com> | |
1592 | Branch: perl | |
1593 | - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def | |
1594 | ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h | |
1595 | ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile | |
1596 | ! win32/config.gc win32/genmk95.pl win32/makefile.mk | |
1597 | ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c | |
1598 | ! win32/win32.h | |
1599 | ____________________________________________________________________________ | |
1600 | [ 4728] By: gsar on 1999/12/28 07:44:19 | |
1601 | Log: typecasts needed | |
1602 | Branch: perl | |
1603 | ! toke.c | |
1604 | ____________________________________________________________________________ | |
1605 | [ 4727] By: gsar on 1999/12/28 06:23:08 | |
1606 | Log: change#4721 needed line number adjustments | |
1607 | Branch: perl | |
1608 | ! MANIFEST global.sym proto.h t/pragma/warn/doop | |
1609 | ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv | |
1610 | ! t/pragma/warn/toke t/pragma/warn/utf8 | |
1611 | ____________________________________________________________________________ | |
1612 | [ 4726] By: gsar on 1999/12/28 04:18:15 | |
1613 | Log: integrate utfperl contents into mainline | |
1614 | Branch: perl | |
1615 | +> lib/byte.pm lib/byte_heavy.pl | |
1616 | !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h | |
1617 | !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h | |
1618 | !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h | |
1619 | ____________________________________________________________________________ | |
1620 | [ 4725] By: gsar on 1999/12/28 04:08:09 | |
1621 | Log: integrate mainline contents | |
1622 | Branch: utfperl | |
1623 | - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1 | |
1624 | - lib/unicode/Eq/Unicode | |
1625 | !> (integrate 60 files) | |
1626 | ____________________________________________________________________________ | |
1627 | [ 4724] By: gsar on 1999/12/28 03:44:10 | |
1628 | Log: fix for /(^|a)b/ breakage from Ilya Zakharevich | |
1629 | Branch: perl | |
1630 | ! regcomp.c t/op/re_tests | |
1631 | ____________________________________________________________________________ | |
1632 | [ 4723] By: gsar on 1999/12/28 03:28:39 | |
1633 | Log: more ebcdic testsuite fixups (from Peter Prymmer) | |
1634 | Branch: perl | |
1635 | ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t | |
1636 | ! t/pragma/overload.t t/pragma/utf8.t | |
1637 | ____________________________________________________________________________ | |
1638 | [ 4722] By: gsar on 1999/12/28 03:14:48 | |
1639 | Log: avoid "used once" warning | |
1640 | Branch: perl | |
1641 | ! lib/diagnostics.pm | |
1642 | ____________________________________________________________________________ | |
f70c35af GS |
1643 | [ 4721] By: gsar on 1999/12/28 03:10:32 |
1644 | Log: ebcdic tweaks for tests from Peter Prymmer | |
1645 | Branch: perl | |
1646 | ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp | |
1647 | ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8 | |
1648 | ____________________________________________________________________________ | |
1649 | [ 4720] By: gsar on 1999/12/28 03:08:39 | |
1650 | Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others | |
1651 | Branch: perl | |
1652 | ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm | |
1653 | ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm | |
1654 | ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod | |
1655 | ____________________________________________________________________________ | |
1656 | [ 4719] By: gsar on 1999/12/28 03:01:04 | |
1657 | Log: perlport v1.45 from Chris Nandor | |
1658 | Branch: perl | |
1659 | ! pod/perlport.pod | |
1660 | ____________________________________________________________________________ | |
1661 | [ 4718] By: gsar on 1999/12/28 02:59:16 | |
1662 | Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to | |
1663 | perldelta; added STOP, DESTROY and AUTOLOAD to specials list | |
1664 | Branch: perl | |
1665 | ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod | |
1666 | ! t/pragma/constant.t | |
1667 | ____________________________________________________________________________ | |
1668 | [ 4717] By: gsar on 1999/12/28 02:47:04 | |
1669 | Log: cygwin update from Eric Fifer <EFifer@sanwaint.com> | |
1670 | Branch: perl | |
1671 | - ext/DynaLoader/dl_cygwin.xs | |
1672 | ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c | |
1673 | ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t | |
1674 | ! util.c | |
1675 | ____________________________________________________________________________ | |
1676 | [ 4716] By: gsar on 1999/12/28 02:40:51 | |
1677 | Log: tweak to show up db-linked-with-libpthread-but-not-perl problem | |
1678 | (from Andy Dougherty) | |
1679 | Branch: perl | |
1680 | ! Configure | |
1681 | ____________________________________________________________________________ | |
1682 | [ 4715] By: gsar on 1999/12/28 02:38:44 | |
1683 | Log: better variant of change#4644 (from Andy Dougherty) | |
1684 | Branch: perl | |
1685 | ! Configure | |
1686 | ____________________________________________________________________________ | |
1687 | [ 4714] By: gsar on 1999/12/28 02:36:40 | |
1688 | Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty) | |
1689 | Branch: perl | |
1690 | ! Configure | |
1691 | ____________________________________________________________________________ | |
1692 | [ 4713] By: gsar on 1999/12/28 02:35:15 | |
1693 | Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in | |
1694 | INSTALL (from Andy Dougherty) | |
1695 | Branch: perl | |
1696 | ! Configure | |
1697 | ____________________________________________________________________________ | |
1698 | [ 4712] By: gsar on 1999/12/28 02:30:55 | |
1699 | Log: avoid creating new files during make install | |
1700 | Branch: perl | |
1701 | ! Makefile.SH | |
1702 | ____________________________________________________________________________ | |
1703 | [ 4711] By: gsar on 1999/12/28 02:24:44 | |
1704 | Log: pod edits from Paul Marquess and Mark-Jason Dominus | |
1705 | Branch: perl | |
1706 | ! AUTHORS Changes ext/DynaLoader/dl_aix.xs | |
1707 | ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod | |
1708 | ! pod/perldelta.pod | |
1709 | ____________________________________________________________________________ | |
1710 | [ 4710] By: gsar on 1999/12/28 02:05:23 | |
1711 | Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes | |
1712 | <sthoenna@efn.org>); add explicit target for opmini.o | |
1713 | Branch: perl | |
1714 | ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs | |
1715 | ____________________________________________________________________________ | |
1716 | [ 4709] By: gsar on 1999/12/28 01:20:39 | |
1717 | Log: partly fix perldiag regressions identified by Tom Christiansen | |
1718 | Branch: perl | |
1719 | ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c | |
1720 | ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot | |
1721 | ! t/pragma/warn/pp_sys | |
1722 | ____________________________________________________________________________ | |
1723 | [ 4708] By: gsar on 1999/12/27 23:33:24 | |
1724 | Log: update perldiag for change#4707 | |
1725 | Branch: perl | |
1726 | ! perl.c pod/perldiag.pod | |
1727 | ____________________________________________________________________________ | |
1728 | [ 4707] By: gsar on 1999/12/27 23:23:39 | |
1729 | Log: allow spaces in -I switch argument | |
1730 | Branch: perl | |
1731 | ! perl.c | |
1732 | ____________________________________________________________________________ | |
1733 | [ 4706] By: gsar on 1999/12/26 23:44:53 | |
1734 | Log: fix typos | |
1735 | Branch: utfperl | |
1736 | ! sv.h toke.c | |
1737 | ____________________________________________________________________________ | |
1738 | [ 4705] By: gsar on 1999/12/24 04:02:35 | |
1739 | Log: support for v5.5.640 style version numbers | |
1740 | Branch: utfperl | |
1741 | ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h | |
1742 | ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c | |
1743 | ____________________________________________________________________________ | |
1744 | [ 4704] By: gsar on 1999/12/23 08:54:27 | |
1745 | Log: bring in basic threads stuff under USE_ITHREADS | |
1746 | Branch: perl | |
1747 | ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h | |
1748 | ! util.c | |
1749 | ____________________________________________________________________________ | |
1750 | [ 4703] By: gsar on 1999/12/23 00:10:06 | |
1751 | Log: integrate mainline contents into utfperl | |
1752 | Branch: utfperl | |
1753 | !> (integrate 33 files) | |
1754 | ____________________________________________________________________________ | |
1755 | [ 4702] By: gsar on 1999/12/20 17:18:23 | |
1756 | Log: virtual directory handling broken on paths with trailing slash | |
1757 | Branch: perl | |
1758 | ! win32/Makefile win32/makefile.mk win32/vdir.h | |
1759 | ____________________________________________________________________________ | |
1760 | [ 4701] By: gsar on 1999/12/20 17:09:55 | |
1761 | Log: revert optimization in change#4700 (it appears OPpRUNTIME flag | |
1762 | isn't set for all m/$foo/o) | |
1763 | Branch: perl | |
1764 | ! pp_ctl.c | |
1765 | ____________________________________________________________________________ | |
1766 | [ 4700] By: gsar on 1999/12/20 16:28:51 | |
1767 | Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or | |
1768 | we have a race on our hands) | |
1769 | Branch: perl | |
1770 | ! pp_ctl.c | |
1771 | ____________________________________________________________________________ | |
1772 | [ 4699] By: gsar on 1999/12/20 16:19:00 | |
1773 | Log: pod tweaks | |
1774 | Branch: perl | |
1775 | ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod | |
1776 | ____________________________________________________________________________ | |
1777 | [ 4698] By: gsar on 1999/12/20 07:55:07 | |
1778 | Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms | |
1779 | Branch: perl | |
1780 | ! utf8.c | |
1781 | ____________________________________________________________________________ | |
1782 | [ 4697] By: gsar on 1999/12/18 01:35:50 | |
1783 | Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an | |
1784 | anon hash rather than a block; test case for the same | |
1785 | Branch: perl | |
1786 | ! t/comp/term.t toke.c | |
1787 | ____________________________________________________________________________ | |
1788 | [ 4696] By: gsar on 1999/12/17 19:55:03 | |
1789 | Log: leak in change#4694 spotted by Larry | |
1790 | Branch: perl | |
1791 | ! hv.c | |
1792 | ____________________________________________________________________________ | |
1793 | [ 4695] By: gsar on 1999/12/17 18:14:11 | |
1794 | Log: test case for change#4694 | |
1795 | Branch: perl | |
1796 | ! t/op/delete.t | |
1797 | ____________________________________________________________________________ | |
1798 | [ 4694] By: gsar on 1999/12/17 18:09:08 | |
1799 | Log: delete() should return the value as is, not a copy thereof | |
1800 | Branch: perl | |
1801 | ! hv.c pod/perldelta.pod | |
1802 | ____________________________________________________________________________ | |
1803 | [ 4693] By: gsar on 1999/12/17 17:45:58 | |
1804 | Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich) | |
1805 | Branch: perl | |
1806 | ! regexec.c t/op/re_tests | |
1807 | ____________________________________________________________________________ | |
1808 | [ 4692] By: gsar on 1999/12/17 17:41:10 | |
1809 | Log: credits tweak | |
1810 | Branch: perl | |
1811 | ! lib/File/Spec.pm | |
1812 | ____________________________________________________________________________ | |
1813 | [ 4691] By: gsar on 1999/12/17 07:12:53 | |
1814 | Log: DynaLoader doesn't build properly when $(DLSRC) changes | |
1815 | (fix suggested by Hans Mulder) | |
1816 | Branch: perl | |
1817 | ! ext/DynaLoader/Makefile.PL | |
1818 | ____________________________________________________________________________ | |
1819 | [ 4690] By: gsar on 1999/12/17 06:26:34 | |
1820 | Log: add missing new ops | |
1821 | Branch: perl | |
1822 | ! ext/B/ramblings/runtime.porting | |
1823 | ____________________________________________________________________________ | |
1824 | [ 4689] By: gsar on 1999/12/17 06:16:49 | |
1825 | Log: test harness tweak from Hans Mulder | |
1826 | Branch: perl | |
1827 | ! t/TEST | |
1828 | ____________________________________________________________________________ | |
1829 | [ 4688] By: gsar on 1999/12/17 06:14:23 | |
1830 | Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder | |
1831 | and Lucian CIONCA <Lucian.Cionca@algoritma.ro>) | |
1832 | Branch: perl | |
1833 | ! Makefile.SH cygwin/Makefile.SHs | |
1834 | ____________________________________________________________________________ | |
1835 | [ 4687] By: gsar on 1999/12/17 06:06:46 | |
1836 | Log: applied suggested patch with whitespace adjustments | |
1837 | From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de> | |
1838 | Date: Thu, 16 Dec 1999 08:57:55 +0100 | |
1839 | Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de> | |
1840 | Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle / | |
1841 | Branch: perl | |
1842 | ! lib/File/Find.pm | |
1843 | ____________________________________________________________________________ | |
1844 | [ 4686] By: gsar on 1999/12/17 05:48:53 | |
1845 | Log: avoid warnings due to symbols unintroduced by XSLoader (spotted | |
1846 | by Hans Mulder) | |
1847 | Branch: perl | |
1848 | ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs | |
1849 | ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs | |
1850 | ! ext/DynaLoader/dl_rhapsody.xs | |
1851 | ____________________________________________________________________________ | |
1852 | [ 4685] By: gsar on 1999/12/17 05:37:51 | |
1853 | Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball | |
1854 | <rjk@linguist.dartmouth.edu>) | |
1855 | Branch: perl | |
1856 | ! lib/Math/BigFloat.pm t/lib/bigfltpm.t | |
1857 | ____________________________________________________________________________ | |
1858 | [ 4684] By: gsar on 1999/12/16 09:32:48 | |
1859 | Log: spell out how to get 4-digit year (from Micheal G Schwern | |
1860 | <schwern@pobox.com>) | |
1861 | Branch: perl | |
1862 | ! pod/perlfunc.pod | |
1863 | ____________________________________________________________________________ | |
1864 | [ 4683] By: gsar on 1999/12/16 09:26:53 | |
1865 | Log: type mismatch for %c format argument (spotted by Robin Barker | |
1866 | <rmb1@cise.npl.co.uk>) | |
1867 | Branch: perl | |
1868 | ! regcomp.c | |
1869 | ____________________________________________________________________________ | |
1870 | [ 4682] By: gsar on 1999/12/16 08:33:28 | |
1871 | Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl | |
1872 | <sho_pi@hotmail.com>) | |
1873 | Branch: perl | |
1874 | ! win32/win32.c | |
1875 | ____________________________________________________________________________ | |
1876 | [ 4681] By: gsar on 1999/12/16 08:31:15 | |
1877 | Log: missing backslash (spotted by Johan Vromans) | |
1878 | Branch: perl | |
1879 | ! perl.c | |
1880 | ____________________________________________________________________________ | |
1881 | [ 4680] By: gsar on 1999/12/16 08:26:00 | |
1882 | Log: avoid coredump on diagnostics when STDERR is closed | |
1883 | Branch: perl | |
1884 | ! perl.h | |
1885 | ____________________________________________________________________________ | |
1886 | [ 4679] By: gsar on 1999/12/12 18:09:41 | |
1887 | Log: integrate mainline changes | |
1888 | Branch: utfperl | |
1889 | +> (branch 39 files) | |
1890 | - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html | |
1891 | - lib/unicode/UnicodeData-Latest.txt | |
1892 | !> (integrate 447 files) | |
1893 | ____________________________________________________________________________ | |
1894 | [ 4678] By: gsar on 1999/12/10 01:39:13 | |
1895 | Log: interpreter structure should be nulled under -DMULTIPLICITY | |
1896 | Branch: perl | |
1897 | ! perl.c | |
1898 | ____________________________________________________________________________ | |
1899 | [ 4677] By: gsar on 1999/12/09 11:10:27 | |
1900 | Log: update Changes | |
1901 | Branch: perl | |
1902 | ! Changes | |
1903 | ||
1904 | ---------------- | |
1905 | Version 5.005_63 | |
a2126434 JN |
1906 | ---------------- |
1907 | ||
1908 | ____________________________________________________________________________ | |
42fe2635 GS |
1909 | [ 4676] By: gsar on 1999/12/09 10:51:43 |
1910 | Log: fix File::Find testsuite bugs in symlink-less places | |
1911 | Branch: perl | |
1912 | ! t/lib/filefind.t | |
1913 | ____________________________________________________________________________ | |
1914 | [ 4675] By: gsar on 1999/12/09 10:22:31 | |
1915 | Log: USE_ITHREADS tweaks and notes | |
1916 | Branch: perl | |
1917 | ! op.c pod/perldelta.pod sv.c | |
1918 | ____________________________________________________________________________ | |
1919 | [ 4674] By: gsar on 1999/12/09 10:21:53 | |
1920 | Log: allow new style sort subs to work under usethreads | |
1921 | Branch: perl | |
1922 | ! pp_ctl.c | |
1923 | ____________________________________________________________________________ | |
1924 | [ 4673] By: gsar on 1999/12/09 04:00:23 | |
1925 | Log: document compatibility issue with literal list slices and NOTOP | |
1926 | (C<not (1,2,3)[0]> is now a syntax error) | |
1927 | Branch: perl | |
1928 | ! pod/perldelta.pod | |
1929 | ____________________________________________________________________________ | |
1930 | [ 4672] By: gsar on 1999/12/09 01:14:46 | |
1931 | Log: avoid mismatched expectation <-> int types for C++ builds | |
1932 | Branch: perl | |
1933 | ! embed.pl intrpvar.h proto.h toke.c | |
1934 | ____________________________________________________________________________ | |
1935 | [ 4671] By: gsar on 1999/12/09 00:36:24 | |
1936 | Log: newer version of File::Find with support for following symlinks and | |
1937 | other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de> | |
1938 | Branch: perl | |
1939 | ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t | |
1940 | ____________________________________________________________________________ | |
1941 | [ 4670] By: gsar on 1999/12/09 00:13:06 | |
1942 | Log: avoid initializing GvCV slot for autovivified filehandles | |
1943 | Branch: perl | |
1944 | ! pp.c | |
1945 | ____________________________________________________________________________ | |
1946 | [ 4669] By: gsar on 1999/12/08 19:09:27 | |
1947 | Log: apply change#4618 again along with Ilya's patch to fix bugs | |
1948 | in it (see change#4622) | |
1949 | Branch: perl | |
1950 | ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c | |
1951 | ! t/op/re_tests t/op/subst.t | |
1952 | ____________________________________________________________________________ | |
1953 | [ 4668] By: gsar on 1999/12/08 18:56:53 | |
1954 | Log: patch to fix parser bug in C<${h{${a[0]}}} = 13> | |
1955 | From: Larry Wall <larry@wall.org> | |
1956 | Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST) | |
1957 | Message-Id: <199912072039.MAA13257@kiev.wall.org> | |
1958 | Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}} | |
1959 | Branch: perl | |
1960 | ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c | |
1961 | ____________________________________________________________________________ | |
1962 | [ 4667] By: gsar on 1999/12/08 18:47:37 | |
1963 | Log: patch to fix aix hints from ortmann@vnet.ibm.com | |
1964 | Branch: perl | |
1965 | ! hints/aix.sh | |
1966 | ____________________________________________________________________________ | |
1967 | [ 4666] By: gsar on 1999/12/08 18:29:02 | |
1968 | Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and | |
1969 | Tim Meadowcroft | |
1970 | Branch: perl | |
1971 | ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod | |
1972 | ____________________________________________________________________________ | |
8a4f6ac2 GS |
1973 | [ 4665] By: gsar on 1999/12/08 02:22:31 |
1974 | Log: introduce save_I8() for saving byte values | |
1975 | Branch: perl | |
1976 | ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h | |
1977 | ! regcomp.c regexec.c scope.c scope.h sv.c | |
1978 | ____________________________________________________________________________ | |
1979 | [ 4664] By: gsar on 1999/12/08 02:02:33 | |
1980 | Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc. | |
1981 | Branch: perl | |
1982 | ! toke.c | |
1983 | ____________________________________________________________________________ | |
1984 | [ 4663] By: gsar on 1999/12/08 01:11:44 | |
1985 | Log: longstanding typo in lexer: PL_lex_expect was not properly | |
1986 | saved on reentry | |
1987 | Branch: perl | |
1988 | ! toke.c | |
1989 | ____________________________________________________________________________ | |
1990 | [ 4662] By: gsar on 1999/12/07 23:16:21 | |
1991 | Log: typos in change#4546 | |
1992 | Branch: perl | |
1993 | ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c | |
1994 | ____________________________________________________________________________ | |
1995 | [ 4661] By: gsar on 1999/12/07 09:33:50 | |
1996 | Log: typos in change#4660 | |
1997 | Branch: perl | |
1998 | ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h | |
1999 | ____________________________________________________________________________ | |
2000 | [ 4660] By: gsar on 1999/12/06 23:42:55 | |
2001 | Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms; | |
2002 | fix bug where lc($readonly) could result in bogus errors | |
2003 | Branch: perl | |
2004 | ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c | |
2005 | ! pp.c pp_sys.c proto.h sv.c | |
2006 | ____________________________________________________________________________ | |
2007 | [ 4659] By: gsar on 1999/12/06 15:24:31 | |
2008 | Log: allow IRIX 6.5 to build perl (from Helmut Jarausch | |
2009 | <jarausch@igpm.rwth-aachen.de>) | |
2010 | Branch: perl | |
2011 | ! perl.h | |
2012 | ____________________________________________________________________________ | |
2013 | [ 4658] By: gsar on 1999/12/06 15:18:30 | |
2014 | Log: fix for -Dp via $^D (suggested by Stephane Payrard | |
2015 | <stef@adnaccess.com>) | |
2016 | Branch: perl | |
2017 | ! mg.c | |
2018 | ____________________________________________________________________________ | |
2019 | [ 4657] By: gsar on 1999/12/06 06:50:01 | |
2020 | Log: change#4641 needs perldiag.pod edit | |
2021 | Branch: perl | |
2022 | - lib/unicode/UnicodeData-Latest.txt | |
2023 | ! pod/perldiag.pod | |
2024 | ____________________________________________________________________________ | |
2025 | [ 4656] By: gsar on 1999/12/06 01:36:56 | |
2026 | Log: Makefile tweak for change#4649 | |
2027 | Branch: perl | |
2028 | ! Makefile.SH | |
2029 | ____________________________________________________________________________ | |
2030 | [ 4655] By: gsar on 1999/12/05 17:23:57 | |
2031 | Log: change#4653 was missing a patch reject | |
2032 | Branch: perl | |
2033 | ! win32/makefile.mk | |
2034 | ____________________________________________________________________________ | |
2035 | [ 4654] By: gsar on 1999/12/05 11:41:04 | |
2036 | Log: windows build tweaks for Borland compiler | |
2037 | Branch: perl | |
2038 | ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h | |
2039 | ____________________________________________________________________________ | |
2040 | [ 4653] By: gsar on 1999/12/05 11:07:37 | |
2041 | Log: applied somewhat modified version of suggested patch | |
2042 | From: "Benjamin Stuhl" <sho_pi@hotmail.com> | |
2043 | Date: Thu, 18 Nov 1999 18:45:27 PST | |
2044 | Message-ID: <19991119024527.72749.qmail@hotmail.com> | |
2045 | Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB | |
2046 | Branch: perl | |
2047 | + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def | |
2048 | ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm | |
2049 | ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl | |
2050 | ! win32/makefile.mk win32/win32.h | |
2051 | ____________________________________________________________________________ | |
2052 | [ 4652] By: gsar on 1999/12/05 09:24:45 | |
2053 | Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com> | |
2054 | Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST) | |
2055 | Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com> | |
2056 | Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5) | |
2057 | Branch: perl | |
2058 | ! Changes hints/svr5.sh | |
2059 | ____________________________________________________________________________ | |
878143fb MH |
2060 | [ 4651] By: gsar on 1999/12/05 09:01:19 |
2061 | Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath() | |
2062 | when given non-existent drive names | |
2063 | Branch: perl | |
2064 | ! lib/File/Path.pm | |
2065 | ____________________________________________________________________________ | |
2066 | [ 4650] By: gsar on 1999/12/05 08:47:11 | |
2067 | Log: windows build tweaks for change#4649 | |
2068 | Branch: perl | |
2069 | ! win32/Makefile win32/makefile.mk | |
2070 | ____________________________________________________________________________ | |
2071 | [ 4649] By: gsar on 1999/12/05 07:49:28 | |
2072 | Log: make File::Glob::glob() the default for CORE::glob() | |
2073 | (old csh glob can still be had with -DPERL_EXTERNAL_GLOB) | |
2074 | Branch: perl | |
2075 | ! Makefile.SH op.c pod/perldelta.pod win32/Makefile | |
2076 | ! win32/makefile.mk | |
2077 | ____________________________________________________________________________ | |
2078 | [ 4648] By: gsar on 1999/12/05 00:33:34 | |
2079 | Log: fix bug in processing L<> tags (from j.vavruska@post.cz) | |
2080 | Branch: perl | |
2081 | ! lib/Pod/Html.pm | |
2082 | ____________________________________________________________________________ | |
2083 | [ 4647] By: gsar on 1999/12/05 00:14:01 | |
2084 | Log: remove outdated entry | |
2085 | Branch: perl | |
2086 | ! pod/perltrap.pod | |
2087 | ____________________________________________________________________________ | |
2088 | [ 4646] By: gsar on 1999/12/04 22:48:51 | |
2089 | Log: s/block/loop block/ in diagnostics about next, last, redo | |
2090 | Branch: perl | |
2091 | ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl | |
2092 | ____________________________________________________________________________ | |
2093 | [ 4645] By: gsar on 1999/12/04 22:25:32 | |
2094 | Log: readability tweak suggested by GRommel@sears.com | |
2095 | Branch: perl | |
2096 | ! pp.c | |
2097 | ____________________________________________________________________________ | |
2098 | [ 4644] By: gsar on 1999/12/04 22:05:00 | |
2099 | Log: Configure tweak from Peter Prymmer | |
2100 | Branch: perl | |
2101 | ! Configure | |
2102 | ____________________________________________________________________________ | |
2103 | [ 4643] By: gsar on 1999/12/04 21:55:27 | |
2104 | Log: make weak keyword check look for defined(&lock), not | |
2105 | merely defined(*lock) | |
2106 | Branch: perl | |
2107 | ! toke.c | |
2108 | ____________________________________________________________________________ | |
2109 | [ 4642] By: gsar on 1999/12/04 21:11:51 | |
2110 | Log: make eof() open ARGV if it isn't open already; also fixes bug | |
2111 | where eof() would operate on any last-read filehandle, not | |
2112 | just ARGV | |
2113 | Branch: perl | |
2114 | ! pp_sys.c | |
2115 | ____________________________________________________________________________ | |
2116 | [ 4641] By: gsar on 1999/12/04 04:42:25 | |
2117 | Log: make uninitialized value warnings report opcode | |
2118 | Branch: perl | |
2119 | ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h | |
2120 | ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c | |
2121 | ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use | |
2122 | ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal | |
2123 | ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot | |
2124 | ! t/pragma/warn/sv | |
2125 | ____________________________________________________________________________ | |
2126 | [ 4640] By: gsar on 1999/12/04 02:40:44 | |
2127 | Log: provide explicit functions timegm_nocheck() and timelocal_nocheck() | |
2128 | that don't do range checking | |
2129 | Branch: perl | |
2130 | ! lib/Time/Local.pm | |
2131 | ____________________________________________________________________________ | |
2132 | [ 4639] By: gsar on 1999/12/04 01:00:49 | |
2133 | Log: better implementation of change#3326; open(local $foo,...) now | |
2134 | allowed in addition to any uninitialized variable, for consistency | |
2135 | with how autovivification works elsewhere; add code to use the | |
2136 | variable name as the name of the handle for simple variables, so | |
2137 | that diagnostics report the handle: "... at - line 1, <$foo> line 10." | |
2138 | Branch: perl | |
2139 | ! op.c pod/perldelta.pod pp.c t/io/open.t | |
2140 | ____________________________________________________________________________ | |
2141 | [ 4638] By: gsar on 1999/12/03 21:20:00 | |
2142 | Log: pod nits | |
2143 | Branch: perl | |
2144 | ! pod/perlfunc.pod pod/perlrun.pod | |
2145 | ____________________________________________________________________________ | |
2146 | [ 4637] By: gsar on 1999/12/03 08:59:04 | |
2147 | Log: change#4431 was flawed | |
2148 | Branch: perl | |
2149 | ! Makefile.SH | |
2150 | ____________________________________________________________________________ | |
2151 | [ 4636] By: gsar on 1999/12/03 07:59:52 | |
2152 | Log: pod embellishments from Nathan Torkington | |
2153 | Branch: perl | |
2154 | ! pod/perlfaq2.pod pod/perlhack.pod | |
2155 | ____________________________________________________________________________ | |
2156 | [ 4635] By: gsar on 1999/12/03 07:56:04 | |
2157 | Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>) | |
2158 | Branch: perl | |
2159 | ! pod/perlfaq4.pod | |
2160 | ____________________________________________________________________________ | |
2161 | [ 4634] By: gsar on 1999/12/03 07:47:47 | |
2162 | Log: test tweak for VMS (from Craig A. Berry) | |
2163 | Branch: perl | |
2164 | ! t/io/nargv.t | |
2165 | ____________________________________________________________________________ | |
2166 | [ 4633] By: gsar on 1999/12/03 07:44:52 | |
2167 | Log: patchls tweak from Andreas Koenig | |
2168 | Branch: perl | |
2169 | ! Porting/patchls | |
2170 | ____________________________________________________________________________ | |
2171 | [ 4632] By: gsar on 1999/12/03 07:42:23 | |
2172 | Log: don't mess with the umask() | |
2173 | Branch: perl | |
2174 | ! installhtml installman installperl lib/ExtUtils/Install.pm | |
2175 | ! lib/ExtUtils/Manifest.pm | |
2176 | ____________________________________________________________________________ | |
2177 | [ 4631] By: gsar on 1999/12/03 06:52:50 | |
2178 | Log: support -a switch to append bytecode to an existing file and make | |
2179 | perlcc use it (from Tom Hughes <tom@compton.nu>) | |
2180 | Branch: perl | |
2181 | ! ext/B/B/Bytecode.pm utils/perlcc.PL | |
2182 | ____________________________________________________________________________ | |
2183 | [ 4630] By: gsar on 1999/12/03 06:46:16 | |
2184 | Log: document incompatible perl4 vec() vs bitwise ops interaction trap | |
2185 | (from Tom Phoenix) | |
2186 | Branch: perl | |
2187 | ! pod/perltrap.pod | |
2188 | ____________________________________________________________________________ | |
2189 | [ 4629] By: gsar on 1999/12/03 06:40:15 | |
2190 | Log: use PerlIO abstraction rather than straight stdio (from | |
2191 | Chip Salzenberg) | |
2192 | Branch: perl | |
2193 | ! ext/ByteLoader/ByteLoader.xs | |
2194 | ____________________________________________________________________________ | |
2195 | [ 4628] By: gsar on 1999/12/03 06:15:54 | |
2196 | Log: avoid warning in IO::Select::exists() if socket doesn't exist | |
2197 | Branch: perl | |
2198 | ! ext/IO/lib/IO/Select.pm | |
2199 | ____________________________________________________________________________ | |
2200 | [ 4627] By: gsar on 1999/12/03 06:05:19 | |
2201 | Log: two small patches from Peter Prymmer <pvhp@forte.com> | |
2202 | Branch: perl | |
2203 | ! makedepend.SH win32/Makefile win32/makefile.mk | |
2204 | ____________________________________________________________________________ | |
2205 | [ 4626] By: gsar on 1999/12/03 05:36:38 | |
2206 | Log: From: Peter Prymmer <pvhp@forte.com> | |
2207 | Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST) | |
2208 | Message-Id: <199911260506.VAA17230@brio.forte.com> | |
2209 | Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines | |
2210 | Branch: perl | |
2211 | ! regcomp.c | |
2212 | ____________________________________________________________________________ | |
2213 | [ 4625] By: gsar on 1999/12/03 05:20:21 | |
2214 | Log: Windows build tweaks due to change#4623 | |
2215 | Branch: perl | |
2216 | ! win32/Makefile win32/makefile.mk win32/perlhost.h | |
2217 | ____________________________________________________________________________ | |
2218 | [ 4624] By: gsar on 1999/12/03 04:58:30 | |
2219 | Log: add missing file | |
2220 | Branch: perl | |
2221 | + ext/DynaLoader/XSLoader_pm.PL | |
2222 | ____________________________________________________________________________ | |
2223 | [ 4623] By: gsar on 1999/12/03 04:47:03 | |
2224 | Log: applied suggested patch; removed $VERSION = $VERSION hack | |
2225 | (change#4043 fixed the need for that) | |
2226 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2227 | Date: Tue, 16 Nov 1999 01:50:31 EST | |
2228 | Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> | |
2229 | Subject: [PATCH 5.005_62] XSLoader.pm | |
2230 | Branch: perl | |
2231 | ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm | |
2232 | ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm | |
2233 | ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm | |
2234 | ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL | |
2235 | ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm | |
2236 | ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm | |
2237 | ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm | |
2238 | ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm | |
2239 | ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm | |
2240 | ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm | |
2241 | ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm | |
2242 | ____________________________________________________________________________ | |
2243 | [ 4622] By: gsar on 1999/12/03 04:02:39 | |
2244 | Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>) | |
2245 | Branch: perl | |
2246 | ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h | |
2247 | ____________________________________________________________________________ | |
34baa6c3 GS |
2248 | [ 4621] By: gsar on 1999/12/02 22:24:53 |
2249 | Log: caveat about thread-safety of extensions | |
2250 | Branch: perl | |
2251 | ! pod/perlfork.pod | |
2252 | ____________________________________________________________________________ | |
2253 | [ 4620] By: gsar on 1999/12/02 20:31:02 | |
2254 | Log: XS documentation patches suggested by Ilya, severally adjusted | |
2255 | Branch: perl | |
2256 | ! pod/perlxs.pod pod/perlxstut.pod | |
2257 | ____________________________________________________________________________ | |
2258 | [ 4619] By: gsar on 1999/12/02 17:52:50 | |
2259 | Log: re-add missing Unicode database master | |
2260 | Branch: perl | |
2261 | + lib/unicode/Unicode.300 | |
2262 | ____________________________________________________________________________ | |
2263 | [ 4618] By: gsar on 1999/12/02 06:56:18 | |
2264 | Log: applied suggested patch with prototype changes | |
2265 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2266 | Date: Tue, 23 Nov 1999 22:55:55 EST | |
2267 | Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu> | |
2268 | Subject: [PATCH 5.005_62] First char cognizance | |
2269 | Branch: perl | |
2270 | ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h | |
2271 | ____________________________________________________________________________ | |
2272 | [ 4617] By: gsar on 1999/12/02 06:04:57 | |
2273 | Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya | |
2274 | Branch: perl | |
2275 | ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests | |
2276 | ____________________________________________________________________________ | |
2277 | [ 4616] By: gsar on 1999/12/02 04:30:22 | |
2278 | Log: various documentation tweaks suggested by M. J. T. Guy | |
2279 | Branch: perl | |
2280 | ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod | |
2281 | ____________________________________________________________________________ | |
2282 | [ 4615] By: gsar on 1999/12/02 04:17:43 | |
2283 | Log: various File::Glob fixes for DOSISH platforms | |
2284 | From: "Moore, Paul" <Paul.Moore@uk.origin-it.com> | |
2285 | Date: Tue, 02 Nov 1999 11:11:25 GMT | |
2286 | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> | |
2287 | Subject: File::Glob again. Final patch, honest! | |
2288 | Branch: perl | |
2289 | + t/lib/glob-case.t | |
2290 | ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm | |
2291 | ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c | |
2292 | ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t | |
2293 | ____________________________________________________________________________ | |
2294 | [ 4614] By: gsar on 1999/12/02 03:42:55 | |
2295 | Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked | |
2296 | variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>) | |
2297 | Branch: perl | |
2298 | ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t | |
2299 | ____________________________________________________________________________ | |
2300 | [ 4613] By: gsar on 1999/12/02 01:59:19 | |
2301 | Log: ignore yet another known scalar leak | |
2302 | Branch: perl | |
2303 | ! t/pragma/warn/regcomp | |
2304 | ____________________________________________________________________________ | |
2305 | [ 4612] By: gsar on 1999/12/02 01:15:02 | |
2306 | Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya) | |
2307 | Branch: perl | |
2308 | ! pp.c | |
2309 | ____________________________________________________________________________ | |
2310 | [ 4611] By: gsar on 1999/12/02 00:31:43 | |
2311 | Log: a somewhat tweaked version of suggested patch | |
2312 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2313 | Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT) | |
2314 | Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu> | |
2315 | Subject: [PATCH 5.005_62] Another round of pack/vec docs patches | |
2316 | Branch: perl | |
2317 | ! pod/perlfunc.pod | |
2318 | ____________________________________________________________________________ | |
2319 | [ 4610] By: gsar on 1999/12/01 19:09:31 | |
2320 | Log: more accurate require() pseudocode (from James P. Williams | |
2321 | <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>) | |
2322 | Branch: perl | |
2323 | ! pod/perlfunc.pod | |
2324 | ____________________________________________________________________________ | |
2325 | [ 4609] By: gsar on 1999/12/01 18:43:49 | |
2326 | Log: avoid "Callback called exit" error on intentional exit() | |
2327 | Branch: perl | |
2328 | ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c | |
2329 | ____________________________________________________________________________ | |
2330 | [ 4608] By: gsar on 1999/12/01 18:42:38 | |
2331 | Log: find_byclass() prototype was incoherent | |
2332 | Branch: perl | |
2333 | ! regexec.c | |
2334 | ____________________________________________________________________________ | |
2335 | [ 4607] By: gsar on 1999/12/01 05:45:10 | |
2336 | Log: better documentation for goto &NAME (from M. J. T. Guy) | |
2337 | Branch: perl | |
2338 | ! pod/perlfunc.pod | |
2339 | ____________________________________________________________________________ | |
2340 | [ 4606] By: gsar on 1999/12/01 05:33:14 | |
2341 | Log: integrate cfgperl contents into mainline | |
2342 | Branch: perl | |
2343 | +> lib/unicode/Jamo.txt lib/unicode/NamesList.html | |
2344 | +> lib/unicode/UCD300.html lib/unicode/Unicode3.html | |
2345 | - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html | |
2346 | ! Changes | |
2347 | !> (integrate 210 files) | |
2348 | ____________________________________________________________________________ | |
d9aad7f7 GS |
2349 | [ 4605] By: gsar on 1999/12/01 05:15:27 |
2350 | Log: avoid PTR->IV cast warnings | |
2351 | Branch: perl | |
2352 | ! mg.c op.c scope.h | |
2353 | ____________________________________________________________________________ | |
2354 | [ 4604] By: gsar on 1999/12/01 03:59:56 | |
2355 | Log: email address changes | |
2356 | Branch: perl | |
2357 | ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc | |
2358 | ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm | |
2359 | ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm | |
2360 | ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t | |
2361 | ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl | |
2362 | ____________________________________________________________________________ | |
2363 | [ 4603] By: gsar on 1999/12/01 03:45:13 | |
2364 | Log: minor USE_ITHREADS tweaks | |
2365 | Branch: perl | |
2366 | ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile | |
2367 | ! win32/perllib.c win32/win32.h | |
2368 | ____________________________________________________________________________ | |
2369 | [ 4602] By: gsar on 1999/12/01 01:00:09 | |
2370 | Log: more complete pseudo-fork() support for Windows | |
2371 | Branch: perl | |
2372 | + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h | |
2373 | ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h | |
2374 | ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c | |
2375 | ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c | |
2376 | ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c | |
2377 | ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc | |
2378 | ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c | |
2379 | ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t | |
2380 | ! toke.c unixish.h util.c vos/vosish.h win32/Makefile | |
2381 | ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h | |
2382 | ! win32/win32iop.h win32/win32thread.h | |
2383 | ____________________________________________________________________________ | |
2384 | [ 4601] By: gsar on 1999/12/01 00:45:38 | |
2385 | Log: rudimentary support for remote debugging, from aeons ago (somewhat | |
2386 | modified) | |
2387 | From: Graham TerMarsch <grahamt@ActiveState.com> | |
2388 | Date: Sat, 12 Sep 1998 10:46:55 -0700 | |
2389 | Message-ID: <35FAB38F.EA9AAC50@activestate.com> | |
2390 | Subject: Re: Patches to perl5db.pl to allow for remote debugging | |
2391 | Branch: perl | |
2392 | ! lib/perl5db.pl | |
2393 | ____________________________________________________________________________ | |
2394 | [ 4600] By: chip on 1999/11/19 21:16:00 | |
2395 | Log: Document known limitations of fdopen() on some systems, | |
2396 | as they apply to open() and sysopen(). | |
2397 | Branch: perl | |
2398 | ! pod/perlfunc.pod | |
2399 | ____________________________________________________________________________ | |
2400 | [ 4599] By: chip on 1999/11/19 17:20:19 | |
2401 | Log: Undef printf before redirecting it to PerlIO_stdoutf. | |
2402 | (Avoids an irritating warning when compiling with PerlIO.) | |
2403 | Branch: perl | |
2404 | ! perl.h | |
2405 | ____________________________________________________________________________ | |
2406 | [ 4598] By: jhi on 1999/11/22 21:30:17 | |
2407 | Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>. | |
2408 | Branch: cfgperl | |
2409 | ! README.vms t/io/open.t | |
2410 | ____________________________________________________________________________ | |
2411 | [ 4597] By: jhi on 1999/11/21 16:21:21 | |
2412 | Log: Replace #4596 with the change done in 5.005_03. | |
2413 | Branch: cfgperl | |
2414 | ! ext/Errno/Errno_pm.PL | |
2415 | ____________________________________________________________________________ | |
2416 | [ 4596] By: jhi on 1999/11/21 16:07:20 | |
2417 | Log: Skip processing a file if the file to be opened is '-' | |
2418 | (can happen in UNICOS) | |
2419 | Branch: cfgperl | |
2420 | ! ext/Errno/Errno_pm.PL | |
2421 | ____________________________________________________________________________ | |
2422 | [ 4595] By: jhi on 1999/11/21 14:05:10 | |
2423 | Log: VMS patches from Peter Prymmer. | |
2424 | Branch: cfgperl | |
2425 | ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c | |
2426 | ____________________________________________________________________________ | |
2427 | [ 4594] By: jhi on 1999/11/18 17:07:14 | |
2428 | Log: The find_byclass prototype is already in proto.h. | |
2429 | Branch: cfgperl | |
2430 | ! regexec.c | |
2431 | ____________________________________________________________________________ | |
2432 | [ 4593] By: gsar on 1999/11/16 21:25:21 | |
2433 | Log: typo in flag checks | |
2434 | Branch: utfperl | |
2435 | ! sv.h | |
2436 | ____________________________________________________________________________ | |
2437 | [ 4592] By: jhi on 1999/11/16 21:17:25 | |
2438 | Log: Regen Configure. | |
2439 | Branch: cfgperl | |
2440 | ! Configure config_h.SH pp.c pp.h vms/subconfigure.com | |
2441 | Branch: metaconfig | |
2442 | ! U/a_dvisory/quadtype.U | |
2443 | ____________________________________________________________________________ | |
2444 | [ 4591] By: jhi on 1999/11/16 14:53:19 | |
2445 | Log: Integrate with Sarathy. | |
2446 | Branch: cfgperl | |
2447 | !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm | |
2448 | !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm | |
2449 | !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c | |
2450 | !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t | |
2451 | !> t/pod/poderrs.xr | |
2452 | ____________________________________________________________________________ | |
2453 | [ 4590] By: gsar on 1999/11/16 05:57:56 | |
2454 | Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com> | |
2455 | Branch: perl | |
2456 | ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm | |
2457 | ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL | |
2458 | ! t/pod/poderrs.t t/pod/poderrs.xr | |
2459 | ____________________________________________________________________________ | |
2460 | [ 4589] By: gsar on 1999/11/15 18:47:34 | |
2461 | Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple | |
2462 | C<if (fork()) { print "parent" } else { print "child" }> works on | |
2463 | Windows (incidentally running a cloned^2 interpreter :) | |
2464 | Branch: perl | |
2465 | ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c | |
2466 | ! pp_sys.c proto.h sv.c | |
2467 | ____________________________________________________________________________ | |
2468 | [ 4588] By: gsar on 1999/11/15 14:34:36 | |
2469 | Log: cloning the stack (part 1) | |
2470 | Branch: perl | |
2471 | ! cop.h deb.c perl.c sv.c | |
2472 | ____________________________________________________________________________ | |
2473 | [ 4587] By: jhi on 1999/11/15 00:22:20 | |
2474 | Log: Integrate with Sarathy. | |
2475 | Branch: cfgperl | |
2476 | !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h | |
2477 | !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c | |
2478 | !> win32/perllib.c | |
2479 | ____________________________________________________________________________ | |
2480 | [ 4586] By: jhi on 1999/11/14 21:17:26 | |
2481 | Log: Ilya's "hopscotch" patch, reworked by Ilya to fit. | |
2482 | Branch: cfgperl | |
2483 | ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests | |
2484 | ____________________________________________________________________________ | |
2485 | [ 4585] By: gsar on 1999/11/14 20:01:45 | |
2486 | Log: tweak for win32 build | |
2487 | Branch: perl | |
2488 | ! embed.h embed.pl op.c proto.h | |
2489 | ____________________________________________________________________________ | |
2490 | [ 4584] By: gsar on 1999/11/14 19:46:25 | |
2491 | Log: cosmetic tweaks | |
2492 | Branch: perl | |
2493 | ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl | |
2494 | ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c | |
2495 | ____________________________________________________________________________ | |
2496 | [ 4583] By: gsar on 1999/11/14 17:38:32 | |
2497 | Log: fix problem pointer casts | |
2498 | Branch: perl | |
2499 | ! Changes run.c sv.c | |
2500 | ____________________________________________________________________________ | |
4265b575 GS |
2501 | [ 4582] By: jhi on 1999/11/14 17:10:01 |
2502 | Log: Integrate with Sarathy. | |
2503 | Branch: cfgperl | |
2504 | !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c | |
2505 | !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c | |
2506 | !> vms/perly_c.vms win32/perllib.c | |
2507 | ____________________________________________________________________________ | |
2508 | [ 4581] By: jhi on 1999/11/14 17:08:23 | |
2509 | Log: The separation of 64-bitness and largefileness continues | |
2510 | (with a setback, see hpux.sh). | |
2511 | Branch: cfgperl | |
2512 | ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh | |
2513 | ! hints/solaris_2.sh | |
2514 | Branch: metaconfig | |
2515 | ! U/threads/archname.U U/typedefs/lseektype.U | |
2516 | Branch: metaconfig/U/perl | |
2517 | ! fpossize.U use64bits.U uselfs.U | |
2518 | ____________________________________________________________________________ | |
2519 | [ 4580] By: jhi on 1999/11/14 13:26:41 | |
2520 | Log: Another Unicode update. | |
2521 | Branch: cfgperl | |
2522 | + lib/unicode/Jamo.txt lib/unicode/NamesList.html | |
2523 | + lib/unicode/UCD300.html lib/unicode/Unicode3.html | |
2524 | - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html | |
2525 | ! (edit 189 files) | |
2526 | ____________________________________________________________________________ | |
2527 | [ 4579] By: gsar on 1999/11/14 10:21:49 | |
2528 | Log: sundry cleanups for cloned interpreters (only known failure mode | |
2529 | is due to regexps keeping non-constant data in their compiled | |
2530 | structures) | |
2531 | Branch: perl | |
2532 | ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c | |
2533 | ! pp_sys.c sv.c toke.c util.c win32/perllib.c | |
2534 | ____________________________________________________________________________ | |
2535 | [ 4578] By: gsar on 1999/11/14 03:37:37 | |
2536 | Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest) | |
2537 | Branch: perl | |
2538 | ! perly.c perly.y t/op/misc.t vms/perly_c.vms | |
2539 | ____________________________________________________________________________ | |
2540 | [ 4577] By: jhi on 1999/11/13 19:50:24 | |
2541 | Log: Change #4576 accidentally leaked also parts of | |
2542 | Ilya's patch that won't apply cleanly anymore. | |
2543 | Branch: cfgperl | |
2544 | ! regexec.c t/op/re_tests | |
2545 | ____________________________________________________________________________ | |
2546 | [ 4576] By: jhi on 1999/11/13 19:43:37 | |
2547 | Log: Integrate with Sarathy. | |
2548 | Branch: cfgperl | |
2549 | ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests | |
2550 | !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t | |
2551 | !> t/op/regexp.t t/pragma/overload.t | |
2552 | ____________________________________________________________________________ | |
2553 | [ 4575] By: gsar on 1999/11/13 19:41:46 | |
2554 | Log: typos in change#4561 and change#4565 | |
2555 | Branch: perl | |
2556 | ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm | |
2557 | ____________________________________________________________________________ | |
2558 | [ 4574] By: gsar on 1999/11/13 19:31:19 | |
2559 | Log: revert non-kosher parts of change#4562 (sort order problems | |
2560 | should be ignored (on ebcdic) by fixing dumper.t/T() to sort | |
2561 | result and expected lines; /[:ascii:]/ not working should be | |
2562 | fixed, not ignored in regexp.t; result from sort should be | |
2563 | fixed to be ascii portable on ebcdic, not ebcdic-specific) | |
2564 | Branch: perl | |
2565 | ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t | |
2566 | ____________________________________________________________________________ | |
2567 | [ 4573] By: gsar on 1999/11/13 19:13:04 | |
2568 | Log: integrate cfgperl changes into mainline | |
2569 | Branch: perl | |
2570 | +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl | |
2571 | +> lib/unicode/In/BopomofoExtended.pl | |
2572 | +> lib/unicode/In/BraillePatterns.pl | |
2573 | +> lib/unicode/In/CJKRadicalsSupplement.pl | |
2574 | +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl | |
2575 | +> lib/unicode/In/Cherokee.pl | |
2576 | +> lib/unicode/In/IdeographicDescriptionCharacters.pl | |
2577 | +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl | |
2578 | +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl | |
2579 | +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl | |
2580 | +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl | |
2581 | +> lib/unicode/In/Thaana.pl | |
2582 | +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl | |
2583 | +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl | |
2584 | - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode | |
2585 | !> (integrate 213 files) | |
2586 | ____________________________________________________________________________ | |
2587 | [ 4572] By: jhi on 1999/11/13 18:44:50 | |
2588 | Log: From: "Craig A. Berry" <craig.berry@metamor.com> | |
2589 | To: perl5-porters@perl.org, VMSPERL@perl.org | |
2590 | Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms | |
2591 | Date: Wed, 27 Oct 1999 11:02:54 -0500 | |
2592 | Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com> | |
2593 | Branch: cfgperl | |
2594 | ! README.vms | |
2595 | ____________________________________________________________________________ | |
2596 | [ 4571] By: jhi on 1999/11/13 18:33:39 | |
2597 | Log: From: jand@activestate.com (Jan Dubois) | |
2598 | To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com | |
2599 | Cc: Douglas Lankshear <dougl@activestate.com>, | |
2600 | Gurusamy Sarathy <gsar@activestate.com> | |
2601 | Subject: [5.005_62 PATCH] support link() on WinNT and NTFS | |
2602 | Date: Tue, 09 Nov 1999 00:38:33 +0100 | |
2603 | Message-ID: <382b5d24.10899522@smtprelay.t-online.de> | |
2604 | Branch: cfgperl | |
2605 | ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc | |
2606 | ! win32/config.gc win32/config.vc win32/config_H.bc | |
2607 | ! win32/config_H.gc win32/config_H.vc win32/perllib.c | |
2608 | ! win32/win32.c win32/win32iop.h | |
2609 | ____________________________________________________________________________ | |
2610 | [ 4570] By: jhi on 1999/11/13 18:30:37 | |
2611 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
2612 | To: perl5-porters@perl.org (Mailing list Perl5) | |
2613 | Subject: [PATCH 5.005_62] makedef.pl goof | |
2614 | Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST) | |
2615 | Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu> | |
2616 | Branch: cfgperl | |
2617 | ! makedef.pl | |
2618 | ____________________________________________________________________________ | |
2619 | [ 4569] By: jhi on 1999/11/13 18:06:54 | |
2620 | Log: From: Michael G Schwern <schwern@pobox.com> | |
2621 | To: perl5-porters@perl.org, pod-people@perl.org | |
2622 | Cc: tchrist@mox.perl.com, gnat@frii.com | |
2623 | Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText | |
2624 | Date: Wed, 10 Nov 1999 17:21:46 -0500 | |
2625 | Message-ID: <19991110172146.A23527@athens.aocn.com> | |
2626 | Branch: cfgperl | |
2627 | ! pod/perlfaq9.pod | |
2628 | ____________________________________________________________________________ | |
2629 | [ 4568] By: jhi on 1999/11/13 18:05:33 | |
2630 | Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk> | |
2631 | To: <perl5-porters@perl.org> | |
2632 | Subject: DynaLoader_pm.PL patch (backslashes in strings) | |
2633 | Date: Wed, 10 Nov 1999 22:52:02 -0000 | |
2634 | Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk> | |
2635 | Branch: cfgperl | |
2636 | ! ext/DynaLoader/DynaLoader_pm.PL | |
2637 | ____________________________________________________________________________ | |
2638 | [ 4567] By: jhi on 1999/11/13 18:03:52 | |
2639 | Log: From: JD Laub <jdl@access-health.com> | |
2640 | To: perl5-porters@perl.org | |
2641 | Subject: [ID 19991112.002] patch: Exporter.pm not reporting path | |
2642 | Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST) | |
2643 | Message-Id: <199911121558.IAA08915@mocha.iasi.com> | |
2644 | Branch: cfgperl | |
2645 | ! lib/Exporter/Heavy.pm | |
2646 | ____________________________________________________________________________ | |
2647 | [ 4566] By: jhi on 1999/11/13 18:01:24 | |
2648 | Log: From: Bernard Quatermass <bernard@quatermass.co.uk> | |
2649 | To: perl5-porters@perl.org | |
2650 | Subject: small patch for perldoc | |
2651 | Date: Fri, 12 Nov 1999 23:11:43 GMT | |
2652 | Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk> | |
2653 | Branch: cfgperl | |
2654 | ! utils/perldoc.PL | |
2655 | ____________________________________________________________________________ | |
2656 | [ 4565] By: jhi on 1999/11/13 17:58:54 | |
2657 | Log: From: Scott Gifford <sgifford@tir.com> | |
2658 | To: perl5-porters@perl.org | |
2659 | Cc: gbarr@pobox.com | |
2660 | Subject: [ID 19991112.004] Bug in IO::Socket (patch included) | |
2661 | Date: 12 Nov 1999 18:55:30 -0500 | |
2662 | Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com> | |
2663 | Branch: cfgperl | |
2664 | ! ext/IO/lib/IO/Socket.pm | |
2665 | ____________________________________________________________________________ | |
2666 | [ 4564] By: jhi on 1999/11/13 17:45:39 | |
2667 | Log: Applied manually: | |
2668 | From: "Craig A. Berry" <craig.berry@metamor.com> | |
2669 | To: perl5-porters@perl.org, VMSPERL@perl.org | |
2670 | Subject: [PATCH 5.005_62] patches required to build on VMS | |
2671 | Date: Tue, 09 Nov 1999 18:16:14 -0600 | |
2672 | Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com> | |
2673 | Branch: cfgperl | |
2674 | ! configure.com vms/descrip_mms.template vms/subconfigure.com | |
2675 | ! vms/vms.c vms/vmsish.h | |
2676 | ____________________________________________________________________________ | |
2677 | [ 4563] By: jhi on 1999/11/13 17:18:41 | |
2678 | Log: Regen Unicode tables to include a warning: | |
2679 | Thou Shalt Not Edit Them By Hand; add missing | |
2680 | (Unicode 2.0 -introduced) tables to MANIFEST; | |
2681 | convert the equivalence tables to be valid Perl code. | |
2682 | Branch: cfgperl | |
2683 | + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl | |
2684 | + lib/unicode/In/BopomofoExtended.pl | |
2685 | + lib/unicode/In/BraillePatterns.pl | |
2686 | + lib/unicode/In/CJKRadicalsSupplement.pl | |
2687 | + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl | |
2688 | + lib/unicode/In/Cherokee.pl | |
2689 | + lib/unicode/In/IdeographicDescriptionCharacters.pl | |
2690 | + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl | |
2691 | + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl | |
2692 | + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl | |
2693 | + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl | |
2694 | + lib/unicode/In/Thaana.pl | |
2695 | + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl | |
2696 | + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl | |
2697 | - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode | |
2698 | ! (edit 169 files) | |
2699 | ____________________________________________________________________________ | |
2700 | [ 4562] By: jhi on 1999/11/13 16:53:00 | |
2701 | Log: From: Peter Prymmer <pvhp@forte.com> | |
2702 | To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com | |
2703 | Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390 | |
2704 | Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST) | |
2705 | Message-Id: <199911102234.OAA01018@brio.forte.com> | |
2706 | Branch: cfgperl | |
2707 | ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t | |
2708 | ! t/pragma/overload.t | |
2709 | ____________________________________________________________________________ | |
2710 | [ 4561] By: jhi on 1999/11/13 16:29:37 | |
2711 | Log: $Config{myarchname} is not a good architecture identifier | |
2712 | because it may contain host/node identification like | |
2713 | CPU serial numbers. | |
2714 | Branch: cfgperl | |
2715 | ! ext/Errno/Errno_pm.PL | |
2716 | ____________________________________________________________________________ | |
2717 | [ 4560] By: jhi on 1999/11/13 16:26:13 | |
2718 | Log: Continue largefileness separation from quadness; | |
2719 | move nv-preserving test out of perl.h into Configure; | |
2720 | use HAS_SETVBUF in IO. | |
2721 | Branch: cfgperl | |
2722 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
2723 | ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c | |
2724 | Branch: metaconfig | |
2725 | ! U/a_dvisory/quadtype.U | |
2726 | Branch: metaconfig/U/perl | |
2727 | + nvpresuv.U | |
2728 | ! d_fseeko.U d_ftello.U io64.U perlxv.U | |
2729 | ____________________________________________________________________________ | |
2730 | [ 4559] By: jhi on 1999/11/13 13:46:38 | |
2731 | Log: Try to fix largefileness so that it "works" without a quad IV. | |
2732 | Branch: cfgperl | |
2733 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
2734 | ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t | |
2735 | Branch: metaconfig | |
2736 | ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U | |
2737 | Branch: metaconfig/U/perl | |
2738 | ! io64.U | |
2739 | ____________________________________________________________________________ | |
2740 | [ 4558] By: jhi on 1999/11/13 11:36:19 | |
2741 | Log: Undo drift from mainline. | |
2742 | Branch: cfgperl | |
2743 | ! regcomp.c util.c utils/h2xs.PL | |
2744 | ____________________________________________________________________________ | |
2745 | [ 4557] By: gsar on 1999/11/13 10:54:46 | |
2746 | Log: typo | |
2747 | Branch: perl | |
2748 | ! util.c | |
2749 | ____________________________________________________________________________ | |
2750 | [ 4556] By: gsar on 1999/11/13 10:53:41 | |
2751 | Log: integrate cfgperl contents (op.[ch] needed manual resolve) | |
2752 | Branch: perl | |
2753 | +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl | |
2754 | +> epoc/epoc_stubs.c | |
2755 | !> (integrate 48 files) | |
2756 | ____________________________________________________________________________ | |
2757 | [ 4555] By: jhi on 1999/11/13 10:05:54 | |
2758 | Log: Integrate with Sarathy. | |
2759 | Branch: cfgperl | |
2760 | !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c | |
2761 | !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c | |
2762 | ____________________________________________________________________________ | |
2763 | [ 4554] By: jhi on 1999/11/13 10:03:07 | |
2764 | Log: s/_SIGN$/_sign/g; | |
2765 | Branch: metaconfig | |
2766 | ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U | |
2767 | ____________________________________________________________________________ | |
2768 | [ 4553] By: gsar on 1999/11/13 02:17:53 | |
2769 | Log: cloned interpreters now actually run and pass all but 55/10386 | |
2770 | subtests; various subtle bugs, new and old, observed when running | |
2771 | cloned interpreters have been fixed | |
2772 | ||
2773 | still to do: | |
2774 | | * dup psig_ptr table | |
2775 | | * merge PADOP GVs support with "our" SVs (existing PADOPs are too | |
2776 | | simple-minded and grab one pad entry each, heavily bloating | |
2777 | | the pad by not avoiding dups) | |
2778 | | * overloaded constants are not really immutable--they need to | |
2779 | | be PADOPs | |
2780 | | * allocator for constants and OPs need to be spelled differently | |
2781 | | (shared vs interpreter-local allocations) | |
2782 | | * optree refcounting is still missing locking (macros are in place) | |
2783 | | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so | |
2784 | | perl_clone() can be called from within runops*() | |
2785 | Branch: perl | |
2786 | ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c | |
2787 | ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c | |
2788 | ____________________________________________________________________________ | |
2789 | [ 4552] By: jhi on 1999/11/11 23:17:43 | |
2790 | Log: Turn on largefileness always if available and | |
2791 | continue 64-bit fixes. | |
2792 | Branch: cfgperl | |
2793 | ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh | |
2794 | ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c | |
2795 | ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c | |
2796 | ____________________________________________________________________________ | |
2797 | [ 4551] By: jhi on 1999/11/11 23:16:15 | |
2798 | Log: Split int64type from i_inttypes, rename quadcase into quadkind. | |
2799 | Branch: metaconfig | |
2800 | ! U/a_dvisory/quadtype.U | |
2801 | Branch: metaconfig/U/perl | |
2802 | + d_int64t.U | |
2803 | ! i_inttypes.U io64.U | |
2804 | ____________________________________________________________________________ | |
2805 | [ 4550] By: jhi on 1999/11/11 20:24:55 | |
2806 | Log: Fix a thinko in 4548. | |
2807 | Branch: cfgperl | |
2808 | ! pp_sys.c | |
2809 | ____________________________________________________________________________ | |
2810 | [ 4549] By: jhi on 1999/11/11 19:48:21 | |
2811 | Log: Integrate with Sarathy. | |
2812 | Branch: cfgperl | |
2813 | !> (integrate 56 files) | |
2814 | ____________________________________________________________________________ | |
2815 | [ 4548] By: jhi on 1999/11/11 19:41:56 | |
2816 | Log: Try to do something if st_size, st_uid, st_gid are too big for an IV; | |
2817 | regen Configure. | |
2818 | Branch: cfgperl | |
2819 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
2820 | ! config_h.SH pp_sys.c | |
2821 | ____________________________________________________________________________ | |
2822 | [ 4547] By: jhi on 1999/11/11 19:40:38 | |
2823 | Log: s/_SIZE$/_size/g; add sizesize and ssizesize. | |
2824 | Branch: metaconfig | |
2825 | + U/typedefs/sizesize.U U/typedefs/ssizesize.U | |
2826 | ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U | |
2827 | ____________________________________________________________________________ | |
2828 | [ 4546] By: gsar on 1999/11/11 10:32:54 | |
2829 | Log: avoid stash pointers in optree under USE_ITHREADS | |
2830 | Branch: perl | |
2831 | ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm | |
2832 | ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm | |
2833 | ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h | |
2834 | ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h | |
2835 | ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c | |
2836 | ! scope.h sv.c | |
2837 | ____________________________________________________________________________ | |
2838 | [ 4545] By: gsar on 1999/11/11 06:04:20 | |
2839 | Log: another change towards a shareable optree: avoid pointer to filegv | |
2840 | in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/ | |
2841 | (CvFILE() may yet come in handy somewhere); adjust compiler doodads | |
2842 | to suit | |
2843 | Branch: perl | |
2844 | ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs | |
2845 | ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm | |
2846 | ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm | |
2847 | ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h | |
2848 | ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h | |
2849 | ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c | |
2850 | ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h | |
2851 | ! win32/perllib.c | |
2852 | ____________________________________________________________________________ | |
2853 | [ 4544] By: gsar on 1999/11/10 18:19:12 | |
2854 | Log: more cleanups for change#4539 | |
2855 | Branch: perl | |
2856 | ! gv.h op.c op.h pp_ctl.c pp_hot.c | |
2857 | ____________________________________________________________________________ | |
2858 | [ 4543] By: gsar on 1999/11/10 01:52:22 | |
2859 | Log: remove dead branch/infinite looper in change#3612 | |
2860 | Branch: perl | |
2861 | ! op.c | |
2862 | ____________________________________________________________________________ | |
2863 | [ 4542] By: gsar on 1999/11/09 20:05:47 | |
2864 | Log: IoDIRP may be fake when used in source filters, mark as such | |
2865 | Branch: perl | |
2866 | ! sv.c sv.h toke.c | |
2867 | ____________________________________________________________________________ | |
2868 | [ 4541] By: gsar on 1999/11/09 05:47:53 | |
2869 | Log: small nits in changes#4538,4539 | |
2870 | Branch: perl | |
2871 | ! op.c sv.c | |
2872 | ____________________________________________________________________________ | |
2873 | [ 4540] By: gsar on 1999/11/08 20:30:58 | |
2874 | Log: win32 symbol export tweak | |
2875 | Branch: perl | |
2876 | ! makedef.pl win32/win32.c win32/win32iop.h | |
2877 | ____________________________________________________________________________ | |
2878 | [ 4539] By: gsar on 1999/11/08 18:50:40 | |
2879 | Log: preliminary support for GVOP indirection via pad | |
2880 | Branch: perl | |
2881 | ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h | |
2882 | ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c | |
2883 | ____________________________________________________________________________ | |
2884 | [ 4538] By: gsar on 1999/11/08 11:25:49 | |
2885 | Log: preliminary support for perl_clone() (still needs work in | |
2886 | the following areas: SVOPs must indirect via pad; context | |
2887 | stack, scope stack, and runlevels must be cloned; must | |
2888 | hook up the virtualized pseudo-process support provided by | |
2889 | "host"; ...) | |
2890 | Branch: perl | |
2891 | ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h | |
2892 | ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c | |
2893 | ! win32/perllib.c win32/win32.c | |
2894 | ____________________________________________________________________________ | |
2895 | [ 4537] By: gsar on 1999/11/08 11:19:18 | |
2896 | Log: more thorough cleanup in perl_destroy() | |
2897 | Branch: perl | |
2898 | ! perl.c util.c | |
2899 | ____________________________________________________________________________ | |
2900 | [ 4536] By: gsar on 1999/11/08 07:16:10 | |
2901 | Log: win32 internal data must be interpreter-local | |
2902 | Branch: perl | |
2903 | ! win32/win32.c win32/win32.h win32/win32sck.c | |
2904 | ____________________________________________________________________________ | |
2905 | [ 4535] By: gsar on 1999/11/08 04:17:28 | |
2906 | Log: tweak change#4502 | |
2907 | Branch: perl | |
2908 | ! doio.c perl.c | |
2909 | ____________________________________________________________________________ | |
2910 | [ 4534] By: jhi on 1999/11/07 13:17:03 | |
2911 | Log: Four special class subs, not three. | |
2912 | Branch: cfgperl | |
2913 | ! pod/perlmod.pod | |
2914 | ____________________________________________________________________________ | |
2915 | [ 4533] By: jhi on 1999/11/07 13:13:15 | |
2916 | Log: Integrate with Sarathy. | |
2917 | Branch: cfgperl | |
2918 | !> mg.c t/io/print.t | |
2919 | ____________________________________________________________________________ | |
2920 | [ 4532] By: jhi on 1999/11/07 12:36:10 | |
2921 | Log: More test program maintenance. | |
2922 | Branch: cfgperl | |
2923 | ! Configure config_h.SH | |
2924 | Branch: metaconfig | |
2925 | ! U/a_dvisory/intsize.U U/compline/alignbytes.U | |
2926 | ! U/compline/charsize.U U/compline/d_sigaction.U | |
2927 | ! U/compline/doublesize.U U/compline/floatsize.U | |
2928 | ! U/compline/nblock_io.U U/compline/ptrsize.U | |
2929 | ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U | |
2930 | ! U/typedefs/uidsize.U | |
2931 | Branch: metaconfig/U/perl | |
2932 | ! fpossize.U | |
2933 | ____________________________________________________________________________ | |
2934 | [ 4531] By: jhi on 1999/11/07 00:34:09 | |
2935 | Log: Tidy up the metaconfig test programs. | |
2936 | Branch: cfgperl | |
2937 | ! Configure config_h.SH | |
2938 | Branch: metaconfig | |
2939 | ! U/a_dvisory/intsize.U U/compline/alignbytes.U | |
2940 | ! U/compline/charsize.U U/compline/doublesize.U | |
2941 | ! U/compline/nblock_io.U U/compline/ptrsize.U | |
2942 | ! U/modified/d_longlong.U U/typedefs/gidsize.U | |
2943 | ! U/typedefs/lseektype.U U/typedefs/pidsize.U | |
2944 | ! U/typedefs/uidsize.U | |
2945 | Branch: metaconfig/U/perl | |
2946 | ! fpossize.U | |
2947 | ____________________________________________________________________________ | |
2948 | [ 4530] By: jhi on 1999/11/06 23:51:34 | |
2949 | Log: So many printfs, so little time. | |
2950 | Branch: cfgperl | |
2951 | ! op.c perl.c regcomp.c scope.c util.c | |
2952 | ____________________________________________________________________________ | |
2953 | [ 4529] By: jhi on 1999/11/06 23:27:35 | |
2954 | Log: Replace the explicit zeros with NOOPs. | |
2955 | Branch: cfgperl | |
2956 | ! perl.h | |
2957 | ____________________________________________________________________________ | |
2958 | [ 4528] By: jhi on 1999/11/06 23:10:54 | |
2959 | Log: From: jand@activestate.com (Jan Dubois) | |
2960 | To: perl5-porters@perl.org | |
2961 | Cc: Mike Blazer <blazer@mail.nevalink.ru>, | |
2962 | Mark Borgerding <mborgerding@acm.org> | |
2963 | Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators | |
2964 | Date: Sat, 06 Nov 1999 22:16:43 +0100 | |
2965 | Message-ID: <38279207.46448719@smtprelay.t-online.de> | |
2966 | Branch: cfgperl | |
2967 | ! op.c op.h | |
2968 | ____________________________________________________________________________ | |
2969 | [ 4527] By: jhi on 1999/11/06 20:22:14 | |
2970 | Log: ...and fewer. | |
2971 | Branch: cfgperl | |
2972 | ! dump.c | |
2973 | ____________________________________________________________________________ | |
2974 | [ 4526] By: jhi on 1999/11/06 20:19:04 | |
2975 | Log: ...and they are getting fewer. | |
2976 | Branch: cfgperl | |
2977 | ! dump.c op.c util.c | |
2978 | ____________________________________________________________________________ | |
2979 | [ 4525] By: jhi on 1999/11/06 19:59:59 | |
2980 | Log: More printf miscasts flushed out. | |
2981 | Branch: cfgperl | |
2982 | ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c | |
2983 | ! regexec.c | |
2984 | ____________________________________________________________________________ | |
2985 | [ 4524] By: jhi on 1999/11/06 15:39:05 | |
2986 | Log: Crushing the remaining %ld guerillas. | |
2987 | Branch: cfgperl | |
2988 | ! ext/Devel/DProf/DProf.xs | |
2989 | ____________________________________________________________________________ | |
2990 | [ 4523] By: jhi on 1999/11/06 15:11:38 | |
2991 | Log: Update CPAN sites list. | |
2992 | Branch: cfgperl | |
2993 | ! pod/perlmodlib.pod | |
2994 | ____________________________________________________________________________ | |
2995 | [ 4522] By: jhi on 1999/11/05 19:50:46 | |
2996 | Log: The -n32 is normally part of $cc, not $ccflags. | |
2997 | Branch: cfgperl | |
2998 | ! hints/irix_6.sh | |
2999 | ____________________________________________________________________________ | |
3000 | [ 4521] By: gsar on 1999/11/05 04:35:30 | |
3001 | Log: allow $\ to work right when set to a string with embedded nulls | |
3002 | Branch: perl | |
3003 | ! mg.c t/io/print.t | |
3004 | ____________________________________________________________________________ | |
3005 | [ 4520] By: jhi on 1999/11/04 23:30:09 | |
3006 | Log: Integrate with Sarathy. | |
3007 | Branch: cfgperl | |
3008 | !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm | |
3009 | !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm | |
3010 | !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h | |
3011 | !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod | |
3012 | !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod | |
3013 | !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c | |
3014 | ____________________________________________________________________________ | |
3015 | [ 4519] By: jhi on 1999/11/04 23:09:25 | |
3016 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3017 | To: perl5-porters@perl.org (Mailing list Perl5) | |
3018 | Subject: [PATCH 5.005_62] ref to non-lvalue method | |
3019 | Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST) | |
3020 | Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu> | |
3021 | Branch: cfgperl | |
3022 | ! op.c | |
3023 | ____________________________________________________________________________ | |
3024 | [ 4518] By: jhi on 1999/11/04 23:07:27 | |
3025 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3026 | To: perl5-porters@perl.org (Mailing list Perl5) | |
3027 | Subject: [PATCH 5.005_62] xsubpp dependency | |
3028 | Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST) | |
3029 | Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu> | |
3030 | Branch: cfgperl | |
3031 | ! lib/ExtUtils/MM_Unix.pm | |
3032 | ____________________________________________________________________________ | |
3033 | [ 4517] By: jhi on 1999/11/04 23:05:59 | |
3034 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3035 | To: perl5-porters@perl.org (Mailing list Perl5) | |
3036 | Subject: [PATCH 5.005_62] regexp.h | |
3037 | Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST) | |
3038 | Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu> | |
3039 | Branch: cfgperl | |
3040 | ! regexp.h | |
3041 | ____________________________________________________________________________ | |
3042 | [ 4516] By: gsar on 1999/11/04 18:25:45 | |
3043 | Log: change#4485 didn't do the right thing for B::Bytecode | |
3044 | Branch: perl | |
3045 | ! ext/B/B/Bytecode.pm | |
3046 | ____________________________________________________________________________ | |
3047 | [ 4515] By: gsar on 1999/11/04 17:28:29 | |
3048 | Log: implement STOP blocks and fix compiler to use them (minimally | |
3049 | tested) | |
3050 | Branch: perl | |
3051 | ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES | |
3052 | ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c | |
3053 | ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod | |
3054 | ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod | |
3055 | ! pod/perltodo.pod toke.c | |
3056 | ____________________________________________________________________________ | |
3057 | [ 4514] By: gsar on 1999/11/04 15:59:46 | |
3058 | Log: display BSD license in Glob.pm (for clause #2 conformity) | |
3059 | Branch: perl | |
3060 | ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c | |
3061 | ! ext/File/Glob/bsd_glob.h | |
3062 | ____________________________________________________________________________ | |
3063 | [ 4513] By: jhi on 1999/11/04 08:26:19 | |
3064 | Log: Integrate with Sarathy. | |
3065 | Branch: cfgperl | |
3066 | +> t/io/nargv.t | |
3067 | !> (integrate 34 files) | |
3068 | ____________________________________________________________________________ | |
3069 | [ 4512] By: jhi on 1999/11/04 08:01:25 | |
3070 | Log: Incremental Mac integration from Matthias. | |
3071 | Branch: cfgperl | |
3072 | ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl | |
3073 | ! toke.c util.c | |
3074 | ____________________________________________________________________________ | |
3075 | [ 4511] By: gsar on 1999/11/04 02:53:37 | |
3076 | Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | |
3077 | Branch: perl | |
3078 | ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c | |
3079 | ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c | |
3080 | ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h | |
3081 | ! xsutils.c | |
3082 | ____________________________________________________________________________ | |
3083 | [ 4510] By: jhi on 1999/11/02 22:12:29 | |
3084 | Log: S_init_interp is a better place to diddle with PL_opargs | |
3085 | than perl_construct. | |
3086 | Branch: cfgperl | |
3087 | ! perl.c | |
3088 | ____________________________________________________________________________ | |
3089 | [ 4509] By: jhi on 1999/11/02 21:30:02 | |
3090 | Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> | |
3091 | To: ben@mucus.advanced.org, perl5-porters@perl.org | |
3092 | Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent | |
3093 | Date: Tue, 02 Nov 1999 21:36:00 +0000 | |
3094 | Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk> | |
3095 | Branch: cfgperl | |
3096 | ! pod/perlfunc.pod | |
3097 | ____________________________________________________________________________ | |
3098 | [ 4508] By: jhi on 1999/11/02 20:46:27 | |
3099 | Log: Initial integration of the MacPerl changes form Matthias. | |
3100 | Branch: cfgperl | |
3101 | ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm | |
3102 | ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c | |
3103 | ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c | |
3104 | ____________________________________________________________________________ | |
3105 | [ 4507] By: jhi on 1999/11/01 23:05:07 | |
3106 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3107 | To: lvirden@cas.org (Larry W. Virden) | |
3108 | Cc: perl5-porters@perl.org, lvirden@cas.org | |
3109 | Subject: Re: [ID 19991026.001] perl segmentation fault report | |
3110 | Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST) | |
3111 | Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu> | |
3112 | Branch: cfgperl | |
3113 | ! regexec.c t/op/pat.t | |
3114 | ____________________________________________________________________________ | |
3115 | [ 4506] By: jhi on 1999/11/01 19:56:28 | |
3116 | Log: From: Olaf Flebbe <olaf@science-computing.de> | |
3117 | To: perl5-porters@perl.org | |
3118 | Subject: [PATCH: 5.005_62] Patch for EPOC Support | |
3119 | Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET) | |
3120 | Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de> | |
3121 | Branch: cfgperl | |
3122 | + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl | |
3123 | + epoc/epoc_stubs.c | |
3124 | ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp | |
3125 | ! epoc/perl.pkg | |
3126 | ____________________________________________________________________________ | |
3127 | [ 4505] By: gsar on 1999/11/01 17:09:44 | |
3128 | Log: macros for COP.cop_filegv access | |
3129 | Branch: perl | |
3130 | ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c | |
3131 | ! util.c | |
3132 | ____________________________________________________________________________ | |
3133 | [ 4504] By: gsar on 1999/11/01 17:08:28 | |
3134 | Log: enable better Win32::DomainName() by demand loading netapi32.dll | |
3135 | (from Jan Dubois) | |
3136 | Branch: perl | |
3137 | ! pod/Win32.pod win32/win32.c | |
3138 | ____________________________________________________________________________ | |
3139 | [ 4503] By: gsar on 1999/10/31 20:56:06 | |
3140 | Log: change#4502 was missing a file | |
3141 | Branch: perl | |
3142 | + t/io/nargv.t | |
3143 | ____________________________________________________________________________ | |
3144 | [ 4502] By: gsar on 1999/10/31 20:46:02 | |
3145 | Log: make nested ARGV/$^I loops work correctly; fixes several bugs | |
3146 | in the way ARGV state was handled in readline(); writing a | |
3147 | subroutine to do inplace edits is now possible, provided *ARGV, | |
3148 | *ARGVOUT, $^I and $_ are localized where needed | |
3149 | Branch: perl | |
3150 | ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c | |
3151 | ! pp_hot.c scope.c | |
3152 | ____________________________________________________________________________ | |
3153 | [ 4501] By: jhi on 1999/10/31 12:43:54 | |
3154 | Log: Integrate with Sarathy. | |
3155 | Branch: cfgperl | |
3156 | !> perl.h win32/config.bc win32/config.gc win32/config.vc | |
3157 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3158 | ____________________________________________________________________________ | |
3159 | [ 4500] By: gsar on 1999/10/31 10:01:17 | |
3160 | Log: updated windows config* files | |
3161 | Branch: perl | |
3162 | ! win32/config.bc win32/config.gc win32/config.vc | |
3163 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3164 | ____________________________________________________________________________ | |
3165 | [ 4499] By: gsar on 1999/10/31 09:15:17 | |
3166 | Log: integrate cfgperl contents into mainline | |
3167 | Branch: perl | |
3168 | !> Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3169 | !> config_h.SH perl.h | |
3170 | ____________________________________________________________________________ | |
3171 | [ 4498] By: gsar on 1999/10/31 09:13:41 | |
3172 | Log: remove unused struct Outrec | |
3173 | Branch: perl | |
3174 | ! perl.h | |
3175 | ____________________________________________________________________________ | |
3176 | [ 4497] By: jhi on 1999/10/30 12:41:50 | |
3177 | Log: Add HAS_QUAD ($Config{d_quad}); use it. | |
3178 | Branch: cfgperl | |
3179 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3180 | ! config_h.SH perl.h | |
3181 | Branch: metaconfig | |
3182 | ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U | |
3183 | ! U/typedefs/uidf.U | |
3184 | Branch: metaconfig/U/perl | |
3185 | ! perlxv.U | |
3186 | ____________________________________________________________________________ | |
3187 | [ 4496] By: gsar on 1999/10/30 00:28:32 | |
3188 | Log: integrate cfgperl contents into mainline | |
3189 | Branch: perl | |
3190 | !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh | |
3191 | !> Porting/config_H README.hurd config_h.SH doop.c handy.h | |
3192 | !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c | |
3193 | !> perl.h pp.c pp.h regexec.c sv.c taint.c | |
3194 | ____________________________________________________________________________ | |
3195 | [ 4495] By: jhi on 1999/10/29 23:36:19 | |
3196 | Log: Continue what #4494 started; introduce uid and gid formats. | |
3197 | Branch: cfgperl | |
3198 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3199 | ! config_h.SH handy.h perl.h | |
3200 | Branch: metaconfig | |
3201 | + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U | |
3202 | - U/typedefs/quadtype.U | |
3203 | Branch: metaconfig/U/perl | |
3204 | ! perlxv.U | |
3205 | ____________________________________________________________________________ | |
3206 | [ 4494] By: jhi on 1999/10/29 22:09:01 | |
3207 | Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig | |
3208 | from perl.h and handy.h. | |
3209 | Branch: cfgperl | |
3210 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3211 | ! config_h.SH handy.h perl.h | |
3212 | Branch: metaconfig/U/perl | |
3213 | + perlxv.U perlxvf.U | |
3214 | ____________________________________________________________________________ | |
3215 | [ 4493] By: jhi on 1999/10/29 22:08:06 | |
3216 | Log: Finetuning the output continues along the lines of #4490 and #4491. | |
3217 | Branch: metaconfig | |
3218 | ! U/modified/i_sysuio.U U/threads/d_pthreadj.U | |
3219 | ! U/typedefs/fpostype.U | |
3220 | Branch: metaconfig/U/perl | |
3221 | + fpossize.U | |
3222 | ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U | |
3223 | ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U | |
3224 | ____________________________________________________________________________ | |
3225 | [ 4492] By: jhi on 1999/10/29 21:14:53 | |
3226 | Log: Hurd update from Mark Kettenis. | |
3227 | Branch: cfgperl | |
3228 | ! README.hurd | |
3229 | ____________________________________________________________________________ | |
3230 | [ 4491] By: jhi on 1999/10/29 20:37:02 | |
3231 | Log: A new try at what #4490 tried to accomplish. | |
3232 | Branch: metaconfig | |
3233 | ! U/modified/i_sysuio.U U/threads/d_pthreadj.U | |
3234 | Branch: metaconfig/U/perl | |
3235 | ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U | |
3236 | ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U | |
3237 | ____________________________________________________________________________ | |
3238 | [ 4490] By: jhi on 1999/10/29 20:19:41 | |
3239 | Log: metaconfig nits. | |
3240 | Branch: metaconfig | |
3241 | ! U/modified/i_sysuio.U U/threads/d_pthreadj.U | |
3242 | Branch: metaconfig/U/perl | |
3243 | + d_iovec_s.U | |
3244 | ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U | |
3245 | ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U | |
3246 | ____________________________________________________________________________ | |
3247 | [ 4489] By: jhi on 1999/10/29 16:08:43 | |
3248 | Log: Integrate with Sarathy. | |
3249 | Branch: cfgperl | |
3250 | !> (integrate 31 files) | |
3251 | ____________________________________________________________________________ | |
3252 | [ 4488] By: jhi on 1999/10/29 15:30:30 | |
3253 | Log: Regen Configure and Glossary. | |
3254 | Branch: cfgperl | |
3255 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3256 | ! config_h.SH | |
3257 | ____________________________________________________________________________ | |
3258 | [ 4487] By: jhi on 1999/10/29 15:24:13 | |
3259 | Log: Remove quad logic from perl.h; regen Configure; | |
3260 | add -DUSE_LONG_LONG to ccflags if not already there. | |
3261 | Branch: cfgperl | |
3262 | ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh | |
3263 | ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c | |
3264 | ____________________________________________________________________________ | |
3265 | [ 4486] By: jhi on 1999/10/29 15:22:38 | |
3266 | Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U); | |
3267 | fixed the use*.U to define their stuff only iff not already defined | |
3268 | (so that ccflags can have any -DUSE_* it wants); | |
3269 | uselonglong.U added; various small nits fixed. | |
3270 | Branch: metaconfig | |
3271 | + U/typedefs/quadtype.U | |
3272 | ! U/modified/d_longdbl.U U/modified/d_longlong.U | |
3273 | ! U/modified/d_statblks.U U/modified/usenm.U | |
3274 | ! U/threads/usethreads.U | |
3275 | Branch: metaconfig/U/perl | |
3276 | + uselonglong.U | |
3277 | ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U | |
3278 | ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U | |
3279 | ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U | |
3280 | ! usemultiplicity.U useperlio.U usesocks.U | |
3281 | ____________________________________________________________________________ | |
3282 | [ 4485] By: gsar on 1999/10/29 06:08:50 | |
3283 | Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV | |
3284 | Branch: perl | |
3285 | ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs | |
3286 | ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm | |
3287 | ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c | |
3288 | ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c | |
3289 | ! sv.h | |
3290 | ____________________________________________________________________________ | |
3291 | [ 4484] By: gsar on 1999/10/29 03:00:21 | |
3292 | Log: usurp GVOP slot for new PADOP (one small step to making optree | |
3293 | shareable across interpreters) | |
3294 | Branch: perl | |
3295 | ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs | |
3296 | ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm | |
3297 | ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm | |
3298 | ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c | |
3299 | ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h | |
3300 | ! pp_hot.c pp_sys.c regexec.c run.c | |
3301 | ____________________________________________________________________________ | |
3302 | [ 4483] By: jhi on 1999/10/28 22:01:12 | |
3303 | Log: Regen Configure. | |
3304 | Branch: cfgperl | |
3305 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3306 | ! config_h.SH | |
3307 | ____________________________________________________________________________ | |
3308 | [ 4482] By: jhi on 1999/10/28 21:45:26 | |
3309 | Log: Installdirs patches from Andy. | |
3310 | Branch: metaconfig | |
3311 | ! U/installdirs/sitearch.U U/installdirs/sitebin.U | |
3312 | ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U | |
3313 | ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U | |
3314 | ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U | |
3315 | ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U | |
3316 | ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U | |
3317 | ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U | |
3318 | ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U | |
3319 | ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U | |
3320 | ____________________________________________________________________________ | |
3321 | [ 4481] By: gsar on 1999/10/28 17:33:49 | |
3322 | Log: remove C<use Time::Local 'no_range_check'> misfeature (global | |
3323 | can still be directly set) | |
3324 | Branch: perl | |
3325 | ! lib/Time/Local.pm | |
3326 | ____________________________________________________________________________ | |
3327 | [ 4480] By: jhi on 1999/10/28 13:49:26 | |
3328 | Log: Fix printing of uids and gids; regen Configure. | |
3329 | Branch: cfgperl | |
3330 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3331 | ! config_h.SH mg.c perl.c perl.h taint.c | |
3332 | ____________________________________________________________________________ | |
3333 | [ 4479] By: jhi on 1999/10/28 11:53:57 | |
3334 | Log: Fix typo. | |
3335 | Branch: metaconfig | |
3336 | ! U/typedefs/gidsize.U | |
3337 | ____________________________________________________________________________ | |
3338 | [ 4478] By: jhi on 1999/10/28 06:50:02 | |
3339 | Log: Integrate with Sarathy. | |
3340 | Branch: cfgperl | |
3341 | !> Changes iperlsys.h makedef.pl patchlevel.h perl.h | |
3342 | !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc | |
3343 | !> win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3344 | !> win32/config_sh.PL win32/makefile.mk win32/win32.h | |
3345 | ____________________________________________________________________________ | |
3346 | [ 4477] By: jhi on 1999/10/28 06:40:54 | |
3347 | Log: (Slightly) better comments for Policy_sh.SH from Andy. | |
3348 | Branch: cfgperl | |
3349 | ! Policy_sh.SH | |
3350 | ____________________________________________________________________________ | |
3351 | [ 4476] By: gsar on 1999/10/27 23:54:36 | |
3352 | Log: regen config* stuff for windows | |
3353 | Branch: perl | |
3354 | ! Changes patchlevel.h win32/Makefile win32/config.bc | |
3355 | ! win32/config.gc win32/config.vc win32/config_H.bc | |
3356 | ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL | |
3357 | ! win32/makefile.mk | |
3358 | ____________________________________________________________________________ | |
52b0428e GS |
3359 | [ 4475] By: gsar on 1999/10/27 21:32:30 |
3360 | Log: integrate cfgperl contents into mainline; merge conflicts | |
3361 | Branch: perl | |
3362 | !> (integrate 46 files) | |
3363 | ____________________________________________________________________________ | |
3364 | [ 4474] By: gsar on 1999/10/27 21:15:07 | |
3365 | Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not | |
3366 | perl; stdout/stderr redirects seem broken as well) | |
3367 | Branch: perl | |
3368 | ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h | |
3369 | ____________________________________________________________________________ | |
3370 | [ 4473] By: jhi on 1999/10/27 21:11:11 | |
3371 | Log: Do not block if no message queues available. | |
3372 | Branch: cfgperl | |
3373 | ! t/lib/ipc_sysv.t | |
3374 | ____________________________________________________________________________ | |
3375 | [ 4472] By: jhi on 1999/10/27 18:27:40 | |
3376 | Log: Remove unused "squatter" symbols; regen Configure. | |
3377 | Branch: cfgperl | |
3378 | ! Configure Makefile.SH Porting/Glossary Porting/config.sh | |
3379 | ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h | |
3380 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
3381 | ____________________________________________________________________________ | |
3382 | [ 4471] By: jhi on 1999/10/27 18:26:55 | |
3383 | Log: metaconfig; split socket; fix output. | |
3384 | Branch: metaconfig | |
3385 | ! U/modified/d_socket.U U/modified/d_statblks.U | |
3386 | Branch: metaconfig/U/perl | |
3387 | + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U | |
3388 | ! i_sysstatfs.U i_sysvfs.U | |
3389 | ____________________________________________________________________________ | |
3390 | [ 4470] By: jhi on 1999/10/27 17:19:06 | |
3391 | Log: Regen Configure. | |
3392 | Branch: cfgperl | |
3393 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3394 | ! config_h.SH perl.c perl.h | |
3395 | ____________________________________________________________________________ | |
3396 | [ 4469] By: jhi on 1999/10/27 17:18:41 | |
3397 | Log: metaconfig; split statfs. | |
3398 | Branch: metaconfig/U/perl | |
3399 | + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U | |
3400 | ! d_statfs.U | |
3401 | ____________________________________________________________________________ | |
3402 | [ 4468] By: jhi on 1999/10/27 14:06:44 | |
3403 | Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts | |
3404 | (Ilya's changes won). | |
3405 | Branch: cfgperl | |
3406 | +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm | |
3407 | +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST | |
3408 | +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t | |
3409 | !> (integrate 65 files) | |
3410 | ____________________________________________________________________________ | |
3411 | [ 4467] By: jhi on 1999/10/27 13:38:41 | |
3412 | Log: Regen Configure. | |
3413 | Branch: cfgperl | |
3414 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3415 | ! config_h.SH | |
3416 | ____________________________________________________________________________ | |
3417 | [ 4466] By: jhi on 1999/10/27 13:18:06 | |
3418 | Log: metaconfig fixes from Andy. | |
3419 | Branch: metaconfig | |
3420 | + U/modified/libnlist.U U/modified/usrinc.U | |
3421 | ! U/Glossary.patch U/mkglossary U/modified/libpth.U | |
3422 | ____________________________________________________________________________ | |
3423 | [ 4465] By: jhi on 1999/10/27 13:06:27 | |
3424 | Log: Nosuid checking for statfs() people. | |
3425 | Branch: cfgperl | |
3426 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3427 | ! config_h.SH perl.c perl.h pod/perldiag.pod | |
3428 | ____________________________________________________________________________ | |
3429 | [ 4464] By: jhi on 1999/10/27 13:04:20 | |
3430 | Log: metaconfig maintenance; fix Hasfield, statfs; | |
3431 | add Hasstruct, statfs3, statfs4, ustat, sysvfs; | |
3432 | split fstatfs away from statfs. | |
3433 | Branch: metaconfig | |
3434 | + U/protos/Hasstruct.U | |
3435 | ! U/protos/Hasfield.U | |
3436 | Branch: metaconfig/U/perl | |
3437 | + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U | |
3438 | + i_ustat.U | |
3439 | ! d_statfs.U | |
3440 | ____________________________________________________________________________ | |
3441 | [ 4463] By: jhi on 1999/10/27 07:55:53 | |
3442 | Log: We need cc to be able to test for cc -v. | |
3443 | Branch: cfgperl | |
3444 | ! hints/dec_osf.sh | |
3445 | ____________________________________________________________________________ | |
3446 | [ 4462] By: gsar on 1999/10/27 01:31:41 | |
3447 | Log: more GCC v2.95 induced adjustments | |
3448 | Branch: perl | |
3449 | ! globals.c mg.c opcode.h opcode.pl perl.h sv.c | |
3450 | ! win32/makefile.mk win32/win32.c x2p/walk.c | |
3451 | ____________________________________________________________________________ | |
3452 | [ 4461] By: gsar on 1999/10/26 21:42:59 | |
3453 | Log: warnings and const violations identified by compiling in C++ mode | |
3454 | with GCC v2.95 | |
3455 | Branch: perl | |
3456 | ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c | |
3457 | ! sv.c taint.c toke.c win32/win32.c | |
3458 | ____________________________________________________________________________ | |
3459 | [ 4459] By: jhi on 1999/10/26 10:15:58 | |
3460 | Log: Regen Configure. | |
3461 | Branch: cfgperl | |
3462 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3463 | ! config_h.SH | |
3464 | ____________________________________________________________________________ | |
3465 | [ 4458] By: jhi on 1999/10/26 09:48:37 | |
3466 | Log: Minor rewordings. | |
3467 | Branch: metaconfig/U/perl | |
3468 | ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U | |
3469 | ____________________________________________________________________________ | |
3470 | [ 4456] By: jhi on 1999/10/26 09:11:49 | |
3471 | Log: Fix d_statfsflags; add d_getmnt. | |
3472 | Branch: metaconfig/U/perl | |
3473 | + d_getmnt.U | |
3474 | ! d_statfs.U | |
3475 | ____________________________________________________________________________ | |
3476 | [ 4455] By: jhi on 1999/10/26 08:12:27 | |
3477 | Log: Massive multitypo in #4446. | |
3478 | Branch: cfgperl | |
3479 | ! hints/dec_osf.sh | |
3480 | ____________________________________________________________________________ | |
3481 | [ 4454] By: jhi on 1999/10/25 08:28:45 | |
3482 | Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | |
3483 | To: Perl 5 Porters <perl5-porters@perl.org> | |
3484 | Subject: [PATCH 5.005_62] dos-djgpp update | |
3485 | Date: Mon, 25 Oct 1999 10:11:30 +0200 | |
3486 | Message-ID: <19991025101130.K459@crater.eth.ericsson.se> | |
3487 | Branch: cfgperl | |
3488 | ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh | |
3489 | ! pod/perldelta.pod t/lib/io_unix.t | |
3490 | ____________________________________________________________________________ | |
3491 | [ 4453] By: jhi on 1999/10/25 08:25:50 | |
3492 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3493 | To: perl5-porters@perl.org (Mailing list Perl5) | |
3494 | Subject: [PATCH 5.005_62] Remove the last regnode<==>char* | |
3495 | Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT) | |
3496 | Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu> | |
3497 | Branch: cfgperl | |
3498 | ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c | |
3499 | ____________________________________________________________________________ | |
3500 | [ 4452] By: jhi on 1999/10/25 08:16:55 | |
3501 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3502 | To: perl5-porters@perl.org (Mailing list Perl5) | |
3503 | Subject: [PATCH 5.005_62] Missing REx engine patch | |
3504 | Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT) | |
3505 | Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu> | |
3506 | Branch: cfgperl | |
3507 | ! pod/perldiag.pod regcomp.c regexec.c | |
3508 | ____________________________________________________________________________ | |
3509 | [ 4451] By: jhi on 1999/10/25 08:13:06 | |
3510 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3511 | To: perl5-porters@perl.org (Mailing list Perl5) | |
3512 | Subject: [PATCH 5.005_62] charnames and UTEST | |
3513 | Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT) | |
3514 | Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu> | |
3515 | Branch: cfgperl | |
3516 | ! t/lib/charnames.t | |
3517 | ____________________________________________________________________________ | |
3518 | [ 4450] By: gsar on 1999/10/25 07:38:15 | |
3519 | Log: win32 tweak | |
3520 | Branch: perl | |
3521 | ! win32/perllib.c | |
3522 | ____________________________________________________________________________ | |
3523 | [ 4449] By: gsar on 1999/10/24 23:20:10 | |
3524 | Log: remove inconsistent tainting behavior of sprintf("%e",...) | |
3525 | (all bets are off is "C" locale is compromised) | |
3526 | Branch: perl | |
3527 | ! pod/perlfunc.pod pod/perllocale.pod sv.c | |
3528 | ____________________________________________________________________________ | |
3529 | [ 4448] By: gsar on 1999/10/24 22:20:42 | |
3530 | Log: remove unused interpreter globals | |
3531 | Branch: perl | |
3532 | ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs | |
3533 | ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c | |
3534 | ! proto.h toke.c | |
3535 | ____________________________________________________________________________ | |
3536 | [ 4447] By: jhi on 1999/10/24 21:49:52 | |
3537 | Log: Another hints tweak. | |
3538 | Branch: cfgperl | |
3539 | ! hints/aix.sh | |
3540 | ____________________________________________________________________________ | |
3541 | [ 4446] By: jhi on 1999/10/24 21:48:02 | |
3542 | Log: Hints tweak. | |
3543 | Branch: cfgperl | |
3544 | ! hints/dec_osf.sh | |
3545 | ____________________________________________________________________________ | |
3546 | [ 4445] By: nick on 1999/10/24 21:03:28 | |
3547 | Log: Integrate own changes to mainline. | |
3548 | Branch: utfperl | |
3549 | !> installperl pp.c | |
3550 | ____________________________________________________________________________ | |
3551 | [ 4444] By: nick on 1999/10/24 20:54:06 | |
3552 | Log: Avoid creating GV with NULL name when vivifying nameless scalars. | |
3553 | (Fix/workround for [ID19991024.001]) | |
3554 | Branch: perl | |
3555 | ! pp.c | |
3556 | ____________________________________________________________________________ | |
3557 | [ 4443] By: nick on 1999/10/24 15:09:51 | |
3558 | Log: Follow that camel ... another sync. | |
3559 | Branch: utfperl | |
3560 | +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm | |
3561 | +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST | |
3562 | +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t | |
3563 | !> (integrate 36 files) | |
3564 | ____________________________________________________________________________ | |
3565 | [ 4442] By: gsar on 1999/10/24 14:40:01 | |
3566 | Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>) | |
3567 | Branch: perl | |
3568 | ! installperl | |
3569 | ____________________________________________________________________________ | |
3570 | [ 4441] By: gsar on 1999/10/24 14:33:11 | |
3571 | Log: test in change#4428 needs strict interpretation of C modulus | |
3572 | Branch: perl | |
3573 | ! t/op/int.t | |
3574 | ____________________________________________________________________________ | |
3575 | [ 4440] By: gsar on 1999/10/24 13:47:17 | |
3576 | Log: don't allow SIGCHLD to be ignored at startup, or wait*() and | |
3577 | $? break | |
3578 | Branch: perl | |
3579 | ! perl.c pod/perldelta.pod pod/perldiag.pod | |
3580 | ____________________________________________________________________________ | |
3581 | [ 4439] By: jhi on 1999/10/24 13:19:17 | |
3582 | Log: test for #2835 (yeah, better later than never) | |
3583 | Branch: cfgperl | |
3584 | ! t/op/array.t | |
3585 | ____________________________________________________________________________ | |
3586 | [ 4438] By: gsar on 1999/10/24 12:59:12 | |
3587 | Log: typo, doc tweak | |
3588 | Branch: perl | |
3589 | ! lib/attributes.pm pod/perlop.pod | |
3590 | ____________________________________________________________________________ | |
3591 | [ 4437] By: gsar on 1999/10/24 11:59:55 | |
3592 | Log: allow get() and reftype() functions to be imported (from | |
3593 | Spider Boardman) | |
3594 | Branch: perl | |
3595 | ! lib/attributes.pm | |
3596 | ____________________________________________________________________________ | |
3597 | [ 4436] By: gsar on 1999/10/24 11:52:53 | |
3598 | Log: suppress scalar leak messages for known leaks (from | |
3599 | Robin Barker <rmb1@cise.npl.co.uk>) | |
3600 | Branch: perl | |
3601 | ! Changes t/op/lex_assign.t t/pragma/warn/op | |
3602 | ____________________________________________________________________________ | |
98f7afd0 GS |
3603 | [ 4435] By: gsar on 1999/10/24 11:39:42 |
3604 | Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>) | |
3605 | Branch: perl | |
3606 | ! ext/B/defsubs_h.PL | |
3607 | ____________________________________________________________________________ | |
3608 | [ 4434] By: gsar on 1999/10/24 11:36:08 | |
3609 | Log: relax range checking if they ask for it (from John L. Allen | |
3610 | <allen@grumman.com>) | |
3611 | Branch: perl | |
3612 | ! lib/Time/Local.pm | |
3613 | ____________________________________________________________________________ | |
3614 | [ 4433] By: gsar on 1999/10/24 11:25:51 | |
3615 | Log: README nits pointed out by Chris Nandor <pudge@pobox.com> | |
3616 | Branch: perl | |
3617 | ! README lib/File/Path.pm | |
3618 | ____________________________________________________________________________ | |
3619 | [ 4432] By: gsar on 1999/10/24 11:11:02 | |
3620 | Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
3621 | Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT) | |
3622 | Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu> | |
3623 | Subject: Re: [PATCH 5.005_62] OS/2 improvements | |
3624 | Branch: perl | |
3625 | + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm | |
3626 | + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST | |
3627 | + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t | |
3628 | ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes | |
3629 | ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL | |
3630 | ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs | |
3631 | ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t | |
3632 | ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t | |
3633 | ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h | |
3634 | ! perl.c perl.h t/io/fs.t t/op/magic.t | |
3635 | ____________________________________________________________________________ | |
3636 | [ 4431] By: gsar on 1999/10/24 10:50:14 | |
3637 | Log: install all README.foo with pod content as podfoo.pod | |
3638 | Branch: perl | |
3639 | ! Makefile.SH installman | |
3640 | ____________________________________________________________________________ | |
3641 | [ 4430] By: gsar on 1999/10/24 09:28:24 | |
3642 | Log: @INC needs ../lib | |
3643 | Branch: perl | |
3644 | ! t/op/int.t | |
3645 | ____________________________________________________________________________ | |
3646 | [ 4429] By: jhi on 1999/10/23 21:47:49 | |
3647 | Log: More printf-fixes (see also #4426). | |
3648 | Branch: cfgperl | |
3649 | ! deb.c dump.c ext/Data/Dumper/Dumper.xs | |
3650 | ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c | |
3651 | ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c | |
3652 | ____________________________________________________________________________ | |
3653 | [ 4428] By: gsar on 1999/10/23 20:28:56 | |
3654 | Log: fix accidental C modulo semantics on integer-valued operations | |
3655 | (e.g. caused C<length("abc") % -10> to return 3 rather than -7) | |
3656 | Branch: perl | |
3657 | ! op.c t/op/int.t | |
3658 | ____________________________________________________________________________ | |
3659 | [ 4427] By: jhi on 1999/10/23 16:10:10 | |
3660 | Log: Integrate with Sarathy. | |
3661 | Branch: cfgperl | |
3662 | !> sv.c win32/win32.c | |
3663 | ____________________________________________________________________________ | |
3664 | [ 4426] By: jhi on 1999/10/23 16:04:02 | |
3665 | Log: Fix the printfing nits pointed out by using gcc -Wall and | |
3666 | Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris, | |
3667 | plus few other warnings in Dumper.xs. | |
3668 | Branch: cfgperl | |
3669 | ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs | |
3670 | ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c | |
3671 | ____________________________________________________________________________ | |
3672 | [ 4425] By: jhi on 1999/10/23 15:16:41 | |
3673 | Log: Configure regen to pick up the new installation directories | |
3674 | from Policy_sh.SH. The explanations of "public add-ons" and | |
3675 | "vendor-supplied" could do with more work. | |
3676 | Branch: cfgperl | |
3677 | ! Configure config_h.SH | |
3678 | ____________________________________________________________________________ | |
3679 | [ 4424] By: nick on 1999/10/23 00:46:22 | |
3680 | Log: Resolve mainline before possible hacking operertunity this weekend | |
3681 | Branch: utfperl | |
3682 | +> pod/perlfilter.pod | |
3683 | !> (integrate 32 files) | |
3684 | ____________________________________________________________________________ | |
3685 | [ 4423] By: jhi on 1999/10/22 22:53:17 | |
3686 | Log: Update Policy_sh.SH to handle the newer installation directives. | |
3687 | From: Andy Dougherty <doughera@lafayette.edu> | |
3688 | To: Perl Porters <perl5-porters@perl.org> | |
3689 | Subject: [PATCH 5.005_62] Policy_sh.SH update | |
3690 | Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT) | |
3691 | Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu> | |
3692 | Branch: cfgperl | |
3693 | ! Policy_sh.SH | |
3694 | ____________________________________________________________________________ | |
3695 | [ 4422] By: jhi on 1999/10/22 22:44:44 | |
3696 | Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com> | |
3697 | Branch: cfgperl | |
3698 | ! hints/aix.sh | |
3699 | ____________________________________________________________________________ | |
3700 | [ 4421] By: gsar on 1999/10/22 21:16:44 | |
3701 | Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for | |
3702 | C<"%ld", long_val> | |
3703 | Branch: perl | |
3704 | ! sv.c | |
3705 | ____________________________________________________________________________ | |
3706 | [ 4420] By: gsar on 1999/10/22 16:36:46 | |
3707 | Log: win32_utime() on directories should use localtime() rather | |
3708 | than gmtime() (from Jan Dubois) | |
3709 | Branch: perl | |
3710 | ! win32/win32.c | |
3711 | ____________________________________________________________________________ | |
3712 | [ 4419] By: jhi on 1999/10/21 10:31:41 | |
3713 | Log: Integrate with Sarathy. | |
3714 | Branch: cfgperl | |
3715 | !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl | |
3716 | !> t/lib/glob-basic.t t/op/sort.t | |
3717 | ____________________________________________________________________________ | |
3718 | [ 4418] By: gsar on 1999/10/20 23:49:47 | |
3719 | Log: add test for change#4417 | |
3720 | Branch: perl | |
3721 | ! t/op/sort.t | |
3722 | ____________________________________________________________________________ | |
3723 | [ 4417] By: gsar on 1999/10/20 23:45:03 | |
3724 | Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...> | |
3725 | Branch: perl | |
3726 | ! op.c | |
3727 | ____________________________________________________________________________ | |
3728 | [ 4416] By: gsar on 1999/10/20 01:00:50 | |
3729 | Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>) | |
3730 | Branch: perl | |
3731 | ! lib/CPAN/FirstTime.pm | |
3732 | ____________________________________________________________________________ | |
3733 | [ 4415] By: gsar on 1999/10/20 00:52:34 | |
3734 | Log: disable optimizing troublesome ops in change#3612 | |
3735 | (from Ilya Zakharevich) | |
3736 | Branch: perl | |
3737 | ! Makefile.SH opcode.h opcode.pl | |
3738 | ____________________________________________________________________________ | |
3739 | [ 4414] By: gsar on 1999/10/20 00:37:46 | |
3740 | Log: skip unreadable directory test when running as root | |
3741 | Branch: perl | |
3742 | ! t/lib/glob-basic.t | |
3743 | ____________________________________________________________________________ | |
3744 | [ 4413] By: jhi on 1999/10/19 09:26:52 | |
3745 | Log: Avoid GNU ar if HP cc is being used. | |
3746 | Branch: cfgperl | |
3747 | ! hints/hpux.sh | |
3748 | ____________________________________________________________________________ | |
3749 | [ 4412] By: jhi on 1999/10/19 07:24:29 | |
3750 | Log: Integrate with Sarathy. | |
3751 | Branch: cfgperl | |
3752 | !> perlvars.h | |
3753 | ____________________________________________________________________________ | |
3754 | [ 4411] By: jhi on 1999/10/19 07:22:34 | |
3755 | Log: Long double support: sqrtl et al are not available everywhere, | |
3756 | e.g. not in Solaris, even when long doubles are. | |
3757 | Branch: cfgperl | |
3758 | ! Configure Porting/Glossary Porting/config.sh Porting/config_H | |
3759 | ! config_h.SH perl.h | |
3760 | ____________________________________________________________________________ | |
3761 | [ 4410] By: jhi on 1999/10/19 07:21:42 | |
3762 | Log: Add sqrtl probe, add echo dependencies. | |
3763 | Branch: metaconfig | |
3764 | ! U/threads/d_pthreadj.U | |
3765 | Branch: metaconfig/U/perl | |
3766 | + d_sqrtl.U | |
3767 | ! i_inttypes.U io64.U | |
3768 | ____________________________________________________________________________ | |
3769 | [ 4409] By: gsar on 1999/10/19 02:18:54 | |
3770 | Log: perl_mutex n/a if !USE_THREADS | |
3771 | Branch: perl | |
3772 | ! perlvars.h | |
3773 | ____________________________________________________________________________ | |
3774 | [ 4408] By: jhi on 1999/10/18 20:13:02 | |
3775 | Log: Forgotten s/warning/warnings/. | |
3776 | Branch: cfgperl | |
3777 | ! Makefile.SH | |
3778 | ____________________________________________________________________________ | |
3779 | [ 4407] By: jhi on 1999/10/18 20:02:12 | |
3780 | Log: Integrate with Sarathy. | |
3781 | Branch: cfgperl | |
3782 | +> pod/perlfilter.pod | |
3783 | !> (integrate 30 files) | |
3784 | ____________________________________________________________________________ | |
3785 | [ 4406] By: gsar on 1999/10/18 16:32:10 | |
3786 | Log: added intro to source filters from Paul Marquess | |
3787 | Branch: perl | |
3788 | + pod/perlfilter.pod | |
3789 | ! MANIFEST pod/perldelta.pod | |
3790 | ____________________________________________________________________________ | |
3791 | [ 4405] By: gsar on 1999/10/18 05:53:06 | |
3792 | Log: missing manpages | |
3793 | Branch: perl | |
3794 | ! installman | |
3795 | ____________________________________________________________________________ | |
3796 | [ 4404] By: gsar on 1999/10/18 05:09:22 | |
3797 | Log: pod updates from Tom Christiansen | |
3798 | Branch: perl | |
3799 | ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod | |
3800 | ____________________________________________________________________________ | |
3801 | [ 4403] By: gsar on 1999/10/17 23:43:59 | |
3802 | Log: PL_malloc_mutex needs to be global, not per-interpreter | |
3803 | (malloc.c has static data) | |
3804 | Branch: perl | |
3805 | ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h | |
3806 | ____________________________________________________________________________ | |
3807 | [ 4402] By: gsar on 1999/10/17 22:30:30 | |
3808 | Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | |
3809 | windows | |
3810 | Branch: perl | |
3811 | ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c | |
3812 | ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c | |
3813 | ! win32/win32.h | |
3814 | ____________________________________________________________________________ | |
3815 | [ 4401] By: gsar on 1999/10/17 20:33:42 | |
3816 | Log: serious bug introduced by G_VOID changes in 5.003_96: scalar | |
3817 | eval"" did not pop stack correctly; C<$a = eval "(1,2)x1"> | |
3818 | is one symptom of the problem | |
3819 | Branch: perl | |
3820 | ! pp_ctl.c t/op/eval.t | |
3821 | ____________________________________________________________________________ | |
3822 | [ 4400] By: gsar on 1999/10/17 18:36:46 | |
3823 | Log: remove FileHandle from list of PodParser dependencies (the | |
3824 | difference is 20 files vs 6 files loaded!) | |
3825 | Branch: perl | |
3826 | ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod | |
3827 | ! t/pod/testcmp.pl | |
3828 | ____________________________________________________________________________ | |
3829 | [ 4399] By: nick on 1999/10/17 14:51:35 | |
3830 | Log: Pre-trip resolve | |
3831 | Branch: utfperl | |
3832 | !> installperl lib/Text/Tabs.pm perl.c pp_hot.c | |
3833 | ____________________________________________________________________________ | |
3834 | [ 4398] By: gsar on 1999/10/17 09:19:24 | |
3835 | Log: make installperl ignore RCS files (from Michael G Schwern | |
3836 | <schwern@pobox.com>) | |
3837 | Branch: perl | |
3838 | ! installperl lib/Text/Tabs.pm | |
3839 | ____________________________________________________________________________ | |
3840 | [ 4397] By: gsar on 1999/10/16 18:30:14 | |
3841 | Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly) | |
3842 | Branch: perl | |
3843 | ! perl.c | |
3844 | ____________________________________________________________________________ | |
3845 | [ 4396] By: jhi on 1999/10/16 17:44:39 | |
3846 | Log: Missing comma. | |
3847 | Branch: cfgperl | |
3848 | ! lib/diagnostics.pm | |
3849 | ____________________________________________________________________________ | |
3850 | [ 4395] By: gsar on 1999/10/16 17:18:36 | |
3851 | Log: assumption about @_ always being non-REAL doesn't hold when | |
3852 | debugger is running; DB::sub() can call arbitrary stuff | |
3853 | that modifies @_ at will | |
3854 | Branch: perl | |
3855 | ! pp_hot.c | |
3856 | ____________________________________________________________________________ | |
3857 | [ 4394] By: nick on 1999/10/16 09:35:20 | |
3858 | Log: Resolve utfperl branch against mainline as of _62 | |
3859 | Branch: utfperl | |
3860 | +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu | |
3861 | +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl | |
3862 | +> ext/File/Glob/Changes ext/File/Glob/Glob.pm | |
3863 | +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL | |
3864 | +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c | |
3865 | +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl | |
3866 | +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t | |
3867 | +> t/lib/glob-taint.t win32/genmk95.pl | |
3868 | - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu | |
3869 | !> (integrate 144 files) | |
3870 | ____________________________________________________________________________ | |
3871 | [ 4393] By: gsar on 1999/10/16 04:07:02 | |
3872 | Log: OS/2 support bits (from Ilya Zakharevich) | |
3873 | Branch: perl | |
3874 | ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t | |
3875 | ____________________________________________________________________________ | |
3876 | [ 4392] By: jhi on 1999/10/15 10:28:09 | |
3877 | Log: Integrate with Sarathy. | |
3878 | Branch: cfgperl | |
3879 | !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm | |
3880 | !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod | |
3881 | !> win32/Makefile win32/makefile.mk | |
52b0428e GS |
3882 | |
3883 | ---------------- | |
3884 | Version 5.005_62 | |
3885 | ---------------- | |
3886 | ||
98f7afd0 GS |
3887 | ____________________________________________________________________________ |
3888 | [ 4391] By: gsar on 1999/10/15 10:12:42 | |
3889 | Log: here be 5.005_62 | |
3890 | Branch: perl | |
3891 | ! Changes MANIFEST Porting/makerel | |
3892 | ____________________________________________________________________________ | |
0ebdc6d5 GS |
3893 | [ 4390] By: gsar on 1999/10/15 09:45:51 |
3894 | Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>; | |
3895 | avoid tickling it in Pod::Man for now; other nits in | |
3896 | Pod::* | |
3897 | Branch: perl | |
3898 | ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod | |
3899 | ! pod/perlopentut.pod | |
3900 | ____________________________________________________________________________ | |
3901 | [ 4389] By: gsar on 1999/10/15 08:55:01 | |
3902 | Log: disable internal globbing for miniperl (or build breaks out | |
3903 | in a rash of failed dependencies) | |
3904 | Branch: perl | |
3905 | ! Makefile.SH op.c win32/Makefile win32/makefile.mk | |
3906 | ____________________________________________________________________________ | |
3907 | [ 4388] By: jhi on 1999/10/15 08:07:49 | |
3908 | Log: Integrate with Sarathy. | |
3909 | Branch: cfgperl | |
3910 | !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod | |
3911 | !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c | |
3912 | ____________________________________________________________________________ | |
3913 | [ 4387] By: gsar on 1999/10/15 07:46:24 | |
3914 | Log: integrate cfgperl contents into mainline | |
3915 | Branch: perl | |
3916 | ! Changes | |
3917 | !> pod/perldelta.pod pod/perldiag.pod regcomp.c | |
3918 | !> t/pragma/warn/regcomp | |
3919 | ____________________________________________________________________________ | |
45447e0d GS |
3920 | [ 4386] By: gsar on 1999/10/15 05:45:36 |
3921 | Log: various little goofs in change#4385 | |
3922 | Branch: perl | |
3923 | ! win32/include/dirent.h win32/win32.c | |
3924 | ____________________________________________________________________________ | |
3925 | [ 4385] By: gsar on 1999/10/15 04:49:09 | |
3926 | Log: win32_*dir() cleanup; win32_readdir() iterates as necessary | |
3927 | rather than win32_opendir() reading all files up front (untested) | |
3928 | Branch: perl | |
3929 | ! win32/include/dirent.h win32/win32.c | |
3930 | ____________________________________________________________________________ | |
3931 | [ 4384] By: gsar on 1999/10/15 01:34:09 | |
3932 | Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>) | |
3933 | Branch: perl | |
3934 | ! lib/Benchmark.pm pod/perldelta.pod | |
3935 | ____________________________________________________________________________ | |
3936 | [ 4383] By: gsar on 1999/10/15 01:22:32 | |
3937 | Log: include info about Perl Mongers in perlfaq2 (from David H. Adler | |
3938 | <dha@panix.com>) | |
3939 | Branch: perl | |
3940 | ! pod/perlfaq2.pod | |
3941 | ____________________________________________________________________________ | |
3942 | [ 4382] By: gsar on 1999/10/15 01:14:22 | |
3943 | Log: From: jand@ActiveState.com (Jan Dubois) | |
3944 | Date: Fri, 15 Oct 1999 01:14:23 +0200 | |
3945 | Message-ID: <380f61ae.18202914@smtprelay.t-online.de> | |
3946 | Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime() | |
3947 | Branch: perl | |
3948 | ! ext/POSIX/POSIX.xs | |
3949 | ____________________________________________________________________________ | |
3950 | [ 4381] By: jhi on 1999/10/14 22:11:36 | |
3951 | Log: Integrate with Sarathy. | |
3952 | Branch: cfgperl | |
3953 | !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c | |
3954 | !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c | |
3955 | !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile | |
3956 | !> win32/makefile.mk | |
3957 | ____________________________________________________________________________ | |
3958 | [ 4380] By: jhi on 1999/10/14 22:08:22 | |
3959 | Log: Warn inside character classes about unknown backslash escapes | |
3960 | (that are not caught earlier because of being completely unknown, | |
3961 | such as \m), such as \z (because they make do sense inside regexen, | |
3962 | but not inside character classes). | |
3963 | Branch: cfgperl | |
3964 | ! pod/perldelta.pod pod/perldiag.pod regcomp.c | |
3965 | ! t/pragma/warn/regcomp | |
3966 | ____________________________________________________________________________ | |
3967 | [ 4379] By: gsar on 1999/10/14 18:26:56 | |
3968 | Log: clarify significance of parens for "x" (from M.J.T. Guy | |
3969 | <mjtg@cus.cam.ac.uk>) | |
3970 | Branch: perl | |
3971 | ! pod/perlop.pod | |
3972 | ____________________________________________________________________________ | |
3973 | [ 4378] By: gsar on 1999/10/14 18:25:20 | |
3974 | Log: make timelocal work better when time is close to the epoch | |
3975 | east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>) | |
3976 | Branch: perl | |
3977 | ! lib/Time/Local.pm | |
3978 | ____________________________________________________________________________ | |
3979 | [ 4377] By: gsar on 1999/10/14 18:15:11 | |
3980 | Log: integrate cfgperl contents into mainline | |
3981 | Branch: perl | |
3982 | +> ext/DB_File/hints/sco.pl | |
3983 | !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh | |
3984 | !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod | |
3985 | !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp | |
3986 | ____________________________________________________________________________ | |
3987 | [ 4376] By: gsar on 1999/10/14 17:47:35 | |
3988 | Log: fix POPSTACK panics that ensued from bad interaction between | |
3989 | runlevels and stack of stacks (change#3988 done right); | |
3990 | basically, we pop the runlevel if the stacklevel is not the | |
3991 | same one we started the runlevel with | |
3992 | Branch: perl | |
3993 | ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c | |
3994 | ____________________________________________________________________________ | |
3995 | [ 4375] By: gsar on 1999/10/14 15:54:48 | |
3996 | Log: avoid warnings | |
3997 | Branch: perl | |
3998 | ! ext/File/Glob/bsd_glob.c | |
3999 | ____________________________________________________________________________ | |
4000 | [ 4374] By: jhi on 1999/10/14 10:08:44 | |
4001 | Log: Warn about false ranges like \d-\w (see the change #4355). | |
4002 | The invalid ranges (b-a) warning message also enhanced. | |
4003 | Branch: cfgperl | |
4004 | ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests | |
4005 | ! t/pragma/warn/regcomp | |
4006 | ____________________________________________________________________________ | |
4007 | [ 4373] By: gsar on 1999/10/14 03:49:54 | |
4008 | Log: File::Glob fixes for Windows | |
4009 | Branch: perl | |
4010 | ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile | |
4011 | ! win32/makefile.mk | |
4012 | ____________________________________________________________________________ | |
4013 | [ 4372] By: gsar on 1999/10/14 02:21:31 | |
4014 | Log: avoid inefficiency in change#3386 (every longjmp() was followed | |
4015 | by an avoidable call to setjmp()) | |
4016 | Branch: perl | |
4017 | ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c | |
4018 | ! proto.h scope.c scope.h | |
4019 | ____________________________________________________________________________ | |
4020 | [ 4371] By: jhi on 1999/10/13 21:17:17 | |
4021 | Log: Integrate with Sarathy. | |
4022 | Branch: cfgperl | |
4023 | !> op.c pod/perldelta.pod | |
4024 | ____________________________________________________________________________ | |
4025 | [ 4370] By: gsar on 1999/10/13 18:08:45 | |
4026 | Log: misc tweaks | |
4027 | Branch: perl | |
4028 | ! op.c pod/perldelta.pod | |
4029 | ____________________________________________________________________________ | |
4030 | [ 4369] By: jhi on 1999/10/13 16:18:58 | |
4031 | Log: Integrate with Sarathy. | |
4032 | Branch: cfgperl | |
4033 | !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod | |
4034 | ____________________________________________________________________________ | |
4035 | [ 4368] By: gsar on 1999/10/13 16:14:16 | |
4036 | Log: pod nits from various perl porters | |
4037 | Branch: perl | |
4038 | ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod | |
4039 | ____________________________________________________________________________ | |
4040 | [ 4367] By: jhi on 1999/10/13 12:10:30 | |
4041 | Log: From: Vlad Harchev <hvv@hippo.ru> | |
4042 | To: perl5-porters@perl.org | |
4043 | Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503 | |
4044 | Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST) | |
4045 | Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain> | |
4046 | Branch: cfgperl | |
4047 | ! pod/perlop.pod | |
4048 | ____________________________________________________________________________ | |
4049 | [ 4366] By: gsar on 1999/10/13 08:11:11 | |
4050 | Log: typos and language goofs pointed out by Hugo van der Sanden | |
4051 | <hv@crypt.compulink.co.uk> | |
4052 | Branch: perl | |
4053 | ! pod/perldelta.pod pod/perldiag.pod | |
4054 | ____________________________________________________________________________ | |
4055 | [ 4365] By: jhi on 1999/10/13 07:27:44 | |
4056 | Log: Integrate with Sarathy. | |
4057 | Branch: cfgperl | |
4058 | +> ext/File/Glob/Changes ext/File/Glob/Glob.pm | |
4059 | +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL | |
4060 | +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c | |
4061 | +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl | |
4062 | +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t | |
4063 | !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl | |
4064 | !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod | |
4065 | !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t | |
4066 | !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c | |
4067 | ____________________________________________________________________________ | |
4068 | [ 4364] By: gsar on 1999/10/13 07:06:04 | |
4069 | Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | |
4070 | Branch: perl | |
4071 | ! lib/perl5db.pl | |
4072 | ____________________________________________________________________________ | |
4073 | [ 4363] By: jhi on 1999/10/13 07:03:43 | |
4074 | Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com> | |
4075 | To: perl5-porters@perl.org | |
4076 | Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file | |
4077 | Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT) | |
4078 | Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com> | |
4079 | Branch: cfgperl | |
4080 | ! hints/svr5.sh | |
4081 | ____________________________________________________________________________ | |
4082 | [ 4362] By: jhi on 1999/10/13 06:57:16 | |
4083 | Log: Add DB_File hint for SCO ODT. | |
4084 | From: hops@sco.com | |
4085 | To: perl5-porters@perl.org | |
4086 | Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) | |
4087 | Date: Tue, 12 Oct 1999 20:16:04 PDT | |
4088 | Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> | |
4089 | Branch: cfgperl | |
4090 | + ext/DB_File/hints/sco.pl | |
4091 | ! MANIFEST | |
4092 | ____________________________________________________________________________ | |
4093 | [ 4361] By: gsar on 1999/10/13 06:56:08 | |
4094 | Log: PL_numeric_radix used without being defined (from Ilya | |
4095 | Zakharevich) | |
4096 | Branch: perl | |
4097 | ! util.c | |
4098 | ____________________________________________________________________________ | |
4099 | [ 4360] By: gsar on 1999/10/13 06:43:03 | |
4100 | Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose()) | |
4101 | From: hops@sco.com | |
4102 | Date: Tue, 12 Oct 1999 20:16:04 PDT | |
4103 | Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> | |
4104 | Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) | |
4105 | Branch: perl | |
4106 | + ext/NDBM_File/hints/sco.pl | |
4107 | ! MANIFEST ext/ODBM_File/hints/sco.pl | |
4108 | ____________________________________________________________________________ | |
4109 | [ 4359] By: gsar on 1999/10/13 06:34:53 | |
4110 | Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | |
4111 | Branch: perl | |
4112 | ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod | |
4113 | ! pod/perlport.pod | |
4114 | ____________________________________________________________________________ | |
4115 | [ 4358] By: gsar on 1999/10/12 19:10:27 | |
4116 | Log: perldelta updates | |
4117 | Branch: perl | |
4118 | ! pod/perldelta.pod | |
4119 | ____________________________________________________________________________ | |
4120 | [ 4357] By: gsar on 1999/10/12 17:11:18 | |
4121 | Log: update perldelta for change#4356 | |
4122 | Branch: perl | |
4123 | ! Changes pod/perldelta.pod | |
4124 | ____________________________________________________________________________ | |
becf2bd3 GS |
4125 | [ 4356] By: gsar on 1999/10/12 16:53:31 |
4126 | Log: add File::BSDGlob as File::Glob and load it at compile-time | |
4127 | if perl was built with -DPERL_INTERNAL_GLOB | |
4128 | ||
4129 | TODO: we currently get a compile-time failure if File/Glob.pm | |
4130 | can't be found; such failure needs to be made to emit a warning | |
4131 | and use the csh implementation instead | |
4132 | Branch: perl | |
4133 | + ext/File/Glob/Changes ext/File/Glob/Glob.pm | |
4134 | + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL | |
4135 | + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c | |
4136 | + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t | |
4137 | + t/lib/glob-global.t t/lib/glob-taint.t | |
4138 | ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t | |
4139 | ! t/pragma/overload.t | |
4140 | ____________________________________________________________________________ | |
4141 | [ 4355] By: jhi on 1999/10/12 15:30:05 | |
4142 | Log: Revert the parts of #3926 that outlawed character ranges | |
4143 | that have character classes such as \w as either endpoint. | |
4144 | This change re-establishes the old behavior which meant that | |
4145 | such ranges weren't really ranges, the "-" was literal. | |
4146 | Moreover, this change also fixes the old behavior to be | |
4147 | more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't. | |
4148 | Now they all do work as described above. The #3926 outlawed | |
4149 | all of those. | |
4150 | Branch: cfgperl | |
4151 | ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests | |
4152 | ____________________________________________________________________________ | |
4153 | [ 4354] By: jhi on 1999/10/12 09:58:59 | |
4154 | Log: Integrate with Sarathy. | |
4155 | Branch: cfgperl | |
4156 | !> (integrate 33 files) | |
4157 | ____________________________________________________________________________ | |
4158 | [ 4353] By: gsar on 1999/10/12 05:53:40 | |
4159 | Log: apply parts of LynxOS patches from Alan Johnson | |
4160 | <johnson@alonn.gemse.fr> | |
4161 | Branch: perl | |
4162 | ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t | |
4163 | ! t/op/groups.t | |
4164 | ____________________________________________________________________________ | |
883d36a6 GS |
4165 | [ 4352] By: gsar on 1999/10/12 05:24:39 |
4166 | Log: allow any unpack specifier to take a count via '/' | |
4167 | (from Ilya Zakharevich) | |
4168 | Branch: perl | |
4169 | ! pp.c t/op/pack.t | |
4170 | ____________________________________________________________________________ | |
4171 | [ 4351] By: gsar on 1999/10/12 05:02:35 | |
4172 | Log: avoid warnings | |
4173 | Branch: perl | |
4174 | ! malloc.c | |
4175 | ____________________________________________________________________________ | |
4176 | [ 4350] By: gsar on 1999/10/12 04:50:52 | |
4177 | Log: various cleanups | |
4178 | Branch: perl | |
4179 | ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y | |
4180 | ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc | |
4181 | ! win32/config.gc win32/config.vc win32/config_H.bc | |
4182 | ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL | |
4183 | ____________________________________________________________________________ | |
4184 | [ 4349] By: gsar on 1999/10/12 00:23:11 | |
4185 | Log: update Changes, patchlevel etc. | |
4186 | Branch: perl | |
4187 | ! Changes Porting/findvars patchlevel.h win32/Makefile | |
4188 | ! win32/config_H.bc win32/config_H.gc win32/config_H.vc | |
4189 | ! win32/makefile.mk | |
4190 | ____________________________________________________________________________ | |
04dc9db9 GS |
4191 | [ 4348] By: gsar on 1999/10/11 23:11:57 |
4192 | Log: add vec() example from Chaim Frenkel <chaimf@pobox.com> | |
4193 | Branch: perl | |
4194 | ! pod/perlfunc.pod | |
4195 | ____________________________________________________________________________ | |
4196 | [ 4347] By: jhi on 1999/10/11 21:25:03 | |
4197 | Log: Sparc Linux -Duseshrplib fix. | |
4198 | ||
4199 | From: Brian Jepson <bjepson@home.com> | |
4200 | To: Nick Ing-Simmons <nick@ing-simmons.net> | |
4201 | cc: perl5-porters@perl.org | |
4202 | Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib | |
4203 | Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST) | |
4204 | Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com> | |
4205 | Branch: cfgperl | |
4206 | ! hints/linux.sh | |
4207 | ____________________________________________________________________________ | |
4208 | [ 4346] By: gsar on 1999/10/11 20:28:32 | |
4209 | Log: more pack/unpack documentation (from Ilya Zakharevich); changed | |
4210 | the behavior of 'Z*' and 'Z3' to always pack a trailing | |
4211 | null byte; changed documentation to suit; added test | |
4212 | Branch: perl | |
4213 | ! pod/perlfunc.pod pp.c t/op/pack.t | |
4214 | ____________________________________________________________________________ | |
4215 | [ 4345] By: gsar on 1999/10/11 19:15:46 | |
4216 | Log: writing to perllocal.pod fails if it was never created; | |
4217 | tweak pseudo-hash example (both suggested by Michael G Schwern | |
4218 | <schwern@pobox.com>) | |
4219 | Branch: perl | |
4220 | ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod | |
4221 | ____________________________________________________________________________ | |
4222 | [ 4344] By: gsar on 1999/10/11 17:57:31 | |
4223 | Log: slightly edited variant of suggested patch | |
4224 | From: Ilya Zakharevich <ilya@math.ohio-state.edu> | |
4225 | Date: Thu, 9 Sep 1999 18:35:37 -0400 | |
4226 | Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu> | |
4227 | Subject: [PATCH 5.005_58] How RExen match? | |
4228 | Branch: perl | |
4229 | ! pod/perlre.pod | |
4230 | ____________________________________________________________________________ | |
4231 | [ 4343] By: gsar on 1999/10/11 16:55:48 | |
4232 | Log: change#4327 was inefficient | |
4233 | Branch: perl | |
4234 | ! lib/lib.pm | |
4235 | ____________________________________________________________________________ | |
4236 | [ 4342] By: jhi on 1999/10/11 07:01:46 | |
4237 | Log: Integrate with Sarathy. | |
4238 | Branch: cfgperl | |
4239 | +> pod/perlhack.pod | |
4240 | !> (integrate 28 files) | |
4241 | ____________________________________________________________________________ | |
4242 | [ 4341] By: jhi on 1999/10/11 06:37:47 | |
4243 | Log: The 2.5th cut at the AIX C++ extension problems. | |
4244 | Branch: cfgperl | |
4245 | ! hints/aix.sh | |
4246 | ____________________________________________________________________________ | |
4247 | [ 4340] By: gsar on 1999/10/10 23:48:07 | |
4248 | Log: add perlhack.pod from Nathan Torkington <gnat@frii.com> | |
4249 | Branch: perl | |
4250 | + pod/perlhack.pod | |
4251 | ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall | |
4252 | ____________________________________________________________________________ | |
4253 | [ 4339] By: gsar on 1999/10/10 20:42:40 | |
4254 | Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | |
4255 | compatibility; introduce SAVEDESTRUCTOR_X() that accepts | |
4256 | void(*)(pTHX_ void*) | |
4257 | Branch: perl | |
4258 | ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c | |
4259 | ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff | |
4260 | ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h | |
4261 | ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms | |
4262 | ____________________________________________________________________________ | |
4263 | [ 4338] By: gsar on 1999/10/10 20:38:59 | |
4264 | Log: add missing new diagnostics to perldelta | |
4265 | Branch: perl | |
4266 | ! pod/perldelta.pod | |
4267 | ____________________________________________________________________________ | |
4268 | [ 4337] By: gsar on 1999/10/10 17:40:13 | |
4269 | Log: update perldelta for change#3406 | |
4270 | Branch: perl | |
4271 | ! embed.pl pod/perldata.pod pod/perldelta.pod | |
4272 | ____________________________________________________________________________ | |
4273 | [ 4336] By: gsar on 1999/10/10 16:33:14 | |
4274 | Log: integrate cfgperl contents into mainline | |
4275 | Branch: perl | |
4276 | +> ext/DynaLoader/hints/aix.pl | |
4277 | !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh | |
4278 | !> makedef.pl perl.h pod/perldelta.pod | |
4279 | ____________________________________________________________________________ | |
4280 | [ 4335] By: jhi on 1999/10/10 11:09:48 | |
4281 | Log: Update perldelta. | |
4282 | Branch: cfgperl | |
4283 | ! pod/perldelta.pod | |
4284 | ____________________________________________________________________________ | |
4285 | [ 4334] By: jhi on 1999/10/10 10:31:46 | |
4286 | Log: Integrate with Sarathy. | |
4287 | Branch: cfgperl | |
4288 | +> win32/genmk95.pl | |
4289 | !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm | |
4290 | !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm | |
4291 | !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm | |
4292 | !> ext/Thread/sync.t ext/Thread/sync2.t installperl | |
4293 | !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm | |
4294 | !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c | |
4295 | !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c | |
4296 | !> utils/perldoc.PL win32/makefile.mk | |
4297 | ____________________________________________________________________________ | |
4298 | [ 4333] By: gsar on 1999/10/10 06:33:15 | |
4299 | Log: install pods to 'pods' rather than 'pod' on cygwin (modified | |
4300 | a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com) | |
4301 | Branch: perl | |
4302 | ! installperl lib/diagnostics.pm utils/perldoc.PL | |
4303 | ____________________________________________________________________________ | |
4304 | [ 4332] By: gsar on 1999/10/10 05:15:26 | |
4305 | Log: add $VERSION | |
4306 | Branch: perl | |
4307 | ! lib/Exporter.pm | |
4308 | ____________________________________________________________________________ | |
4309 | [ 4331] By: gsar on 1999/10/10 05:10:22 | |
4310 | Log: describe what can go in an export list (from Anno Siegel | |
4311 | <anno4000@lublin.zrz.tu-berlin.de>) | |
4312 | Branch: perl | |
4313 | ! lib/Exporter.pm | |
4314 | ____________________________________________________________________________ | |
4315 | [ 4330] By: gsar on 1999/10/10 04:50:43 | |
4316 | Log: more basic support for building modules under Windows 95/98 | |
4317 | (applied relevant parts from a patch suggested by | |
4318 | Jochen Wiedmann <joe@ispsoft.de>) | |
4319 | Branch: perl | |
4320 | ! lib/ExtUtils/MM_Unix.pm | |
4321 | ____________________________________________________________________________ | |
4322 | [ 4329] By: gsar on 1999/10/10 04:28:38 | |
4323 | Log: rudimentary support for building under Windows 95/98 (from | |
4324 | Benjamin Stuhl <sho_pi@hotmail.com>) | |
4325 | Branch: perl | |
4326 | + win32/genmk95.pl | |
4327 | ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm | |
4328 | ! win32/makefile.mk | |
4329 | ____________________________________________________________________________ | |
4330 | [ 4328] By: gsar on 1999/10/10 03:37:21 | |
4331 | Log: fix two leaks in Thread.xs (from Eugene Alterman | |
4332 | <Eugene.Alterman@bremer-inc.com>); convert places with | |
4333 | 'use attrs' to new attributes syntax | |
4334 | Branch: perl | |
4335 | ! ext/Thread/Thread.pm ext/Thread/Thread.xs | |
4336 | ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm | |
4337 | ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t | |
4338 | ! ext/Thread/sync2.t | |
4339 | ____________________________________________________________________________ | |
4340 | [ 4327] By: gsar on 1999/10/10 02:23:52 | |
4341 | Log: avoid duplicates in @INC, they cause leaks in mod_perl etc | |
4342 | (suggested by Tod Irwin <irwin@stockmaster.com>) | |
4343 | Branch: perl | |
4344 | ! lib/lib.pm | |
4345 | ____________________________________________________________________________ | |
4346 | [ 4326] By: gsar on 1999/10/10 00:51:48 | |
4347 | Log: better documentation for recv() (from Anton Berezin | |
4348 | <tobez@plab.ku.dk>) | |
4349 | Branch: perl | |
4350 | ! pod/perlfunc.pod | |
4351 | ____________________________________________________________________________ | |
4352 | [ 4325] By: gsar on 1999/10/09 22:46:23 | |
4353 | Log: perldelta updates (see TODO markers) | |
4354 | Branch: perl | |