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
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):
19 Gisle Aas <gisle@aas.no>
20 Abigail <abigail@fnx.com>
21 Kenneth Albanowski <kjahds@kjahds.com>
22 Russ Allbery <rra@stanford.edu>
23 Spider Boardman <spider@orb.nashua.nh.us>
24 Tom Christiansen <tchrist@perl.com>
25 Jan Dubois <jan.dubois@ibm.net>
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>
32 Paul Marquess <Paul.Marquess@btinternet.com>
33 Stephen McCamant <alias@mcs.com>
34 Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
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>
45 Kurt D. Starsinic <kstar@isinet.com>
46 Dan Sugalski <sugalskd@osshe.edu>
47 Larry W. Virden <lvirden@cas.org>
48 Ilya Zakharevich <ilya@math.ohio-state.edu>
50 And the Keepers of the Patch Pumpkin:
52 Charles Bailey <bailey@newman.upenn.edu>
53 Graham Barr <gbarr@ti.com>
54 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
55 Tim Bunce <Tim.Bunce@ig.co.uk>
56 Andy Dougherty <doughera@lafcol.lafayette.edu>
57 Gurusamy Sarathy <gsar@activestate.com>
58 Chip Salzenberg <chip@perl.com>
60 And, of course, the Author of Perl:
62 Larry Wall <larry@wall.org>
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
73 +> branched (from elsewhere)
74 !> merged changes (from elsewhere)
78 Version v5.5.640 Development release working toward 5.6
81 ____________________________________________________________________________
82 [ 4957] By: gsar on 2000/02/02 08:04:52
83 Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
86 ____________________________________________________________________________
87 [ 4956] By: gsar on 2000/02/02 08:02:57
88 Log: flock() pod talks about "adding" in the sense of "or-ing"
91 ____________________________________________________________________________
92 [ 4955] By: gsar on 2000/02/02 07:58:35
93 Log: fixes for switching files in the debugger (from Ilya Zakharevich)
95 ! lib/perl5db.pl pod/perldebug.pod
96 ____________________________________________________________________________
97 [ 4954] By: gsar on 2000/02/02 07:53:51
98 Log: use warnings rather than fiddling with $^W (from Paul Marquess)
100 ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
101 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
102 ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
103 ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
104 ____________________________________________________________________________
105 [ 4953] By: gsar on 2000/02/02 07:40:33
106 Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
109 ____________________________________________________________________________
110 [ 4952] By: gsar on 2000/02/02 07:36:39
111 Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
115 ____________________________________________________________________________
116 [ 4951] By: gsar on 2000/02/02 06:54:22
117 Log: avoid mismatched type warnings
120 ____________________________________________________________________________
121 [ 4950] By: jhi on 2000/02/02 06:49:10
122 Log: Integrate with Sarathy.
124 +> pod/perlunicode.pod
125 !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
126 !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
127 !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
128 !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
129 !> vms/descrip_mms.template warnings.pl
130 ____________________________________________________________________________
131 [ 4949] By: gsar on 2000/02/02 06:41:17
132 Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
134 ! lib/File/Spec/Win32.pm
135 ____________________________________________________________________________
136 [ 4948] By: gsar on 2000/02/02 06:30:41
140 ____________________________________________________________________________
141 [ 4947] By: gsar on 2000/02/02 06:27:43
142 Log: future-proof unknown warning categories (from Greg Bacon
145 ! lib/warnings.pm t/pragma/warn/2use warnings.pl
146 ____________________________________________________________________________
147 [ 4946] By: gsar on 2000/02/02 06:21:34
148 Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
151 ____________________________________________________________________________
152 [ 4945] By: gsar on 2000/02/02 06:03:04
153 Log: more meaningful message on invalid pattern argument (from
154 Kevin Meltzer <KMeltzer@USCO.com>)
157 ____________________________________________________________________________
158 [ 4944] By: gsar on 2000/02/02 05:43:49
159 Log: XSLoader build patch for VMS (from Craig A. Berry
160 <craig.berry@metamorgs.com>)
162 ! vms/descrip_mms.template
163 ____________________________________________________________________________
164 [ 4943] By: gsar on 2000/02/02 03:40:49
165 Log: reword some sections of perlunicode.pod
167 ! pod/perlunicode.pod
168 ____________________________________________________________________________
169 [ 4942] By: gsar on 2000/02/01 21:02:01
170 Log: AIX warning on undefined symbol
173 ____________________________________________________________________________
174 [ 4941] By: gsar on 2000/02/01 20:29:30
175 Log: HINT_UTF8 is not propagated to the op tree anymore; add a
176 perlunicode.pod that reflects changes to unicode support so far
178 + pod/perlunicode.pod
179 ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
180 ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
181 ____________________________________________________________________________
182 [ 4940] By: jhi on 2000/02/01 12:22:30
183 Log: Integrate with Sarathy.
185 !> embed.pl embedvar.h global.sym gv.c intrpvar.h
186 !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
187 !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
188 !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
189 ____________________________________________________________________________
190 [ 4939] By: gsar on 2000/02/01 08:52:16
191 Log: export pregexec(), Tk uses it
193 ! embed.pl global.sym objXSUB.h perlapi.c
194 ____________________________________________________________________________
195 [ 4938] By: gsar on 2000/02/01 04:00:09
196 Log: mark literal utf8 in string literals properly
199 ____________________________________________________________________________
200 [ 4937] By: gsar on 2000/01/31 20:19:34
201 Log: introduce $^U, a global bit to indicate whether system
202 calls should using widechar APIs; chr and sprintf "%c" also
203 follow this flag in the absense of "use byte"; "use utf8"
204 sets $^U=1 (this appears kludgey)
206 ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
207 ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
208 ! t/lib/charnames.t win32/win32.h
209 ____________________________________________________________________________
210 [ 4936] By: jhi on 2000/01/31 20:17:44
211 Log: HP-UX (induced) fixes.
213 ! Configure config_h.SH hints/hpux.sh
215 ! U/modified/Oldconfig.U U/modified/libs.U
216 Branch: metaconfig/U/perl
218 ____________________________________________________________________________
219 [ 4935] By: jhi on 2000/01/31 19:15:43
222 ! U/compline/d_gconvert.U
223 ____________________________________________________________________________
224 [ 4934] By: jhi on 2000/01/31 19:15:22
225 Log: Cppsym saga continues.
227 ! Configure config_h.SH
229 ! U/modified/Cppsym.U
230 ____________________________________________________________________________
231 [ 4933] By: gsar on 2000/01/31 18:45:07
232 Log: !USING_WIDE() branch is busted in win32_stat()
235 ____________________________________________________________________________
236 [ 4932] By: jhi on 2000/01/31 06:41:47
237 Log: Reveal even more symbols.
239 ! Configure config_h.SH
241 ! U/modified/Cppsym.U
242 ____________________________________________________________________________
243 [ 4931] By: jhi on 2000/01/31 06:21:41
244 Log: Integrate with Sarathy.
247 !> (integrate 29 files)
248 ____________________________________________________________________________
249 [ 4930] By: gsar on 2000/01/31 04:57:42
250 Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
251 whether to use widechar semantics; lexer and RE engine continue
252 to need "use utf8" to enable unicode awareness in literals
253 and patterns (TODO: this needs to be fixed); $1 et al are marked
254 SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
255 it from the data is probably better)
257 ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
258 ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
259 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
260 ____________________________________________________________________________
261 [ 4929] By: gsar on 2000/01/31 04:17:09
262 Log: remove caller.pm from change#3534 (flawed idea)
265 ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
266 ____________________________________________________________________________
267 [ 4928] By: gsar on 2000/01/31 04:16:01
268 Log: fix factual regression (-e doesn't create temporary files anymore)
271 ____________________________________________________________________________
272 [ 4927] By: gsar on 2000/01/30 21:27:12
273 Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
274 document version tuples
276 ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
278 ____________________________________________________________________________
279 [ 4926] By: gsar on 2000/01/28 18:10:12
280 Log: implement -follow option in find2perl (from Helmut Jarausch
281 <jarausch@igpm.rwth-aachen.de>)
283 ! lib/File/Find.pm x2p/find2perl.PL
284 ____________________________________________________________________________
285 [ 4925] By: gsar on 2000/01/28 18:03:28
286 Log: document what chdir() without an argument does (from Mark-Jason
287 Dominus <mjd@plover.com>)
290 ____________________________________________________________________________
291 [ 4924] By: gsar on 2000/01/28 17:49:34
292 Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
295 ____________________________________________________________________________
296 [ 4923] By: gsar on 2000/01/28 17:10:08
297 Log: avoid leaking lexicals into program being debugged (from Ilya
301 ____________________________________________________________________________
302 [ 4922] By: gsar on 2000/01/28 16:36:13
303 Log: perldelta note about export list changes
305 ! Changes pod/perldelta.pod
306 ____________________________________________________________________________
307 [ 4921] By: gsar on 2000/01/28 15:49:04
308 Log: alias realpath() to abs_path() (from Tom Christiansen)
311 ____________________________________________________________________________
312 [ 4920] By: jhi on 2000/01/28 09:52:47
313 Log: Cppsym fixup from Andy.
315 ! Configure config_h.SH
317 ! U/modified/Cppsym.U
318 ____________________________________________________________________________
319 [ 4919] By: jhi on 2000/01/28 09:52:22
320 Log: In HP-UX no largefiles if no 64 bits.
323 ____________________________________________________________________________
324 [ 4918] By: jhi on 2000/01/28 09:03:37
325 Log: The #4880 was too eager, the $n test is useful too.
328 ____________________________________________________________________________
329 [ 4917] By: jhi on 2000/01/28 06:27:50
330 Log: Integrate with Sarathy.
332 +> pod/perlapi.pod pod/perlintern.pod
333 !> (integrate 39 files)
334 ____________________________________________________________________________
335 [ 4916] By: gsar on 2000/01/28 05:29:37
336 Log: more exported symbols needed for build on windows
338 ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
339 ! pod/perlintern.pod t/lib/thread.t win32/win32.c
340 ____________________________________________________________________________
341 [ 4915] By: gsar on 2000/01/28 03:43:52
342 Log: autogenerate API listing from comments in the source (from Benjamin
343 Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
344 flexible for better readability; add missing docs in sv.c; regenerate
347 + pod/perlapi.pod pod/perlintern.pod
348 ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
349 ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
350 ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
351 ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
352 ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
354 ____________________________________________________________________________
355 [ 4914] By: gsar on 2000/01/27 19:43:35
356 Log: document unimplemented status of forking pipe open() on windows
358 ! pod/perlfork.pod t/op/fork.t
359 ____________________________________________________________________________
360 [ 4913] By: jhi on 2000/01/27 11:18:51
361 Log: Integrate with Sarathy.
363 !> (integrate 51 files)
364 ____________________________________________________________________________
365 [ 4912] By: jhi on 2000/01/27 10:35:48
366 Log: Cppsym update continues.
368 ! Configure config_h.SH
370 ! U/modified/Cppsym.U
371 ____________________________________________________________________________
372 [ 4911] By: gsar on 2000/01/27 08:04:17
373 Log: add missing flag in change#4892
376 ____________________________________________________________________________
377 [ 4910] By: gsar on 2000/01/27 03:56:48
378 Log: various pod nits identified by installhtml (all fixed except
381 ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
382 ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
383 ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
384 ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
385 ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
386 ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
387 ____________________________________________________________________________
388 [ 4909] By: gsar on 2000/01/26 22:45:28
392 ____________________________________________________________________________
393 [ 4908] By: gsar on 2000/01/26 22:41:18
397 ____________________________________________________________________________
398 [ 4907] By: gsar on 2000/01/26 21:45:41
399 Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
400 and C<my $foo : a : b : c> are all valid (from Spider Boardman)
402 ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
403 ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
404 ! t/op/attrs.t toke.c
405 ____________________________________________________________________________
406 [ 4906] By: gsar on 2000/01/26 20:16:39
407 Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
409 ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
410 ____________________________________________________________________________
411 [ 4905] By: gsar on 2000/01/26 19:10:26
412 Log: s/STOP/CHECK/ blocks
414 ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
415 ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
416 ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
417 ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
418 ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
420 ____________________________________________________________________________
421 [ 4904] By: jhi on 2000/01/26 13:58:18
422 Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
423 of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
426 ____________________________________________________________________________
427 [ 4903] By: jhi on 2000/01/26 11:16:34
428 Log: Continue cpp symbol update.
430 ! Configure config_h.SH
432 ! U/modified/Cppsym.U
433 ____________________________________________________________________________
434 [ 4902] By: gsar on 2000/01/26 09:28:37
435 Log: tweak exports list on Windows
437 ! makedef.pl t/op/fork.t win32/win32.h
438 ____________________________________________________________________________
439 [ 4901] By: jhi on 2000/01/26 08:05:57
440 Log: Integrate with Sarathy.
442 !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
443 !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
444 !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
445 !> win32/win32.c win32/win32.h
446 ____________________________________________________________________________
447 [ 4900] By: jhi on 2000/01/26 07:59:05
448 Log: s/d_nvpresuv/d_nv_preserves_uv/;
449 plus cosmetic change for #4899.
451 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
454 ! U/modified/Cppsym.U
455 Branch: metaconfig/U/perl
457 ____________________________________________________________________________
458 [ 4899] By: jhi on 2000/01/26 07:46:56
459 Log: Update the scan of the cpp symbols.
461 ! Configure config_h.SH
463 ! U/modified/Cppsym.U
464 ____________________________________________________________________________
465 [ 4898] By: gsar on 2000/01/26 04:49:45
466 Log: allow '--' to terminate argument processing (suggested by
467 Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
470 ____________________________________________________________________________
471 [ 4897] By: gsar on 2000/01/26 02:42:38
472 Log: change#3744 should have made grep more like map instead of the
476 ____________________________________________________________________________
477 [ 4896] By: gsar on 2000/01/26 00:56:14
478 Log: integrate cfgperl contents into mainline
480 +> vos/config.def vos/config.pl
482 !> Configure MANIFEST config_h.SH hints/unicosmk.sh
483 !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
484 !> vos/config.h vos/config_h.SH_orig
485 ____________________________________________________________________________
486 [ 4895] By: gsar on 2000/01/26 00:45:45
487 Log: fix parse failure of (my $foo : bar) and similar (from Spider
491 ____________________________________________________________________________
492 [ 4894] By: gsar on 2000/01/26 00:33:53
493 Log: avoid failure if directories already read by rmtree() are
494 deleted by another process
497 ____________________________________________________________________________
498 [ 4893] By: gsar on 2000/01/25 23:19:18
499 Log: typo in change#4892
502 ____________________________________________________________________________
503 [ 4892] By: gsar on 2000/01/25 22:16:19
504 Log: eliminate need for perl95.exe on Windows 9x by working around CRT
505 bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
506 to call the fixed version of open_osfhandle() only on Windows 9x;
507 updated the makefiles and README.win32 to suit
509 ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
511 ____________________________________________________________________________
512 [ 4891] By: gsar on 2000/01/25 20:22:01
513 Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
515 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
516 ____________________________________________________________________________
517 [ 4890] By: gsar on 2000/01/25 19:21:17
518 Log: update Makefile notes on the now deprecated USE_5005THREADS and
521 ! win32/Makefile win32/makefile.mk
522 ____________________________________________________________________________
523 [ 4889] By: jhi on 2000/01/25 14:44:55
524 Log: Misedit in #4888.
527 ____________________________________________________________________________
528 [ 4888] By: jhi on 2000/01/25 14:38:59
529 Log: UNICOS/mk patches. Removing the _CRAYMPP test may be
530 rash but it's the best move I can think of right now.
531 UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
532 but I think it did in the past.
533 Removing the _CRAYMPP test fixes a legion of pack/unpack
534 failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
535 One subtest, t/lib/io_sock.t #14, is still failing.
537 ! Configure config_h.SH hints/unicosmk.sh pp.c
539 ! U/modified/Oldconfig.U
540 ____________________________________________________________________________
541 [ 4887] By: jhi on 2000/01/25 06:13:14
542 Log: Integrate with Sarathy.
544 !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
545 !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
546 !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
547 !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
548 !> win32/perllib.c win32/win32.c win32/win32.h
549 ____________________________________________________________________________
550 [ 4886] By: gsar on 2000/01/25 02:54:00
551 Log: consistently use MAX_PATH+1 buffer sizes
554 ____________________________________________________________________________
555 [ 4885] By: gsar on 2000/01/25 02:51:35
556 Log: workaround for rename('x','X') bug in Windows NT
558 ! t/io/fs.t win32/win32.c
559 ____________________________________________________________________________
560 [ 4884] By: gsar on 2000/01/25 01:32:57
561 Log: windows build fixups from uniform DLL name change to perl56.dll
563 ! installperl makedef.pl win32/perllib.c
564 ____________________________________________________________________________
565 [ 4883] By: gsar on 2000/01/25 01:31:27
566 Log: more fixes for warnings from change#4840
569 ____________________________________________________________________________
570 [ 4882] By: gsar on 2000/01/24 15:35:12
571 Log: assorted little nits
573 ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
575 ____________________________________________________________________________
576 [ 4881] By: gsar on 2000/01/24 14:32:31
577 Log: add new warnings to perldelta
579 ! Changes pod/perldelta.pod pod/perldiag.pod
580 ____________________________________________________________________________
581 [ 4880] By: jhi on 2000/01/24 14:14:23
582 Log: From: Stephane Payrard <properler@freesurf.fr>
583 To: Gurusamy Sarathy <gsar@ActiveState.com>
584 Cc: perl5-porters@perl.org
585 Subject: <patch> avoid division by 0 in Benchmark.pm
586 Date: Mon, 24 Jan 2000 16:15:38 +0100
587 Message-ID: <20000124161538.A995@freesurf.fr>
590 ____________________________________________________________________________
591 [ 4879] By: gsar on 2000/01/24 14:14:20
592 Log: force linkage of the function wrappers for globals in change#4878
594 ! embed.pl globals.c perlapi.h win32/win32.h
595 ____________________________________________________________________________
596 [ 4878] By: gsar on 2000/01/24 13:04:45
597 Log: enable function wrappers for access to globals under MULTIPLICITY
598 (provides binary compatibility in the face of changes in interpreter
601 ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
602 ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
603 ____________________________________________________________________________
604 [ 4877] By: jhi on 2000/01/24 11:41:57
605 Log: perlhist update.
608 ____________________________________________________________________________
609 [ 4876] By: jhi on 2000/01/24 11:32:07
610 Log: Updates on the large file support status.
613 ____________________________________________________________________________
614 [ 4875] By: jhi on 2000/01/24 11:23:16
615 Log: Integrate with Sarathy.
617 !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
618 !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
619 !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
620 ____________________________________________________________________________
621 [ 4874] By: gsar on 2000/01/24 10:43:03
622 Log: fix typos; avoid use constant for lowercase constants (produces
625 ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
627 ____________________________________________________________________________
628 [ 4873] By: gsar on 2000/01/24 09:40:24
629 Log: avoid warnings when there's no subs to autosplit
632 ____________________________________________________________________________
633 [ 4872] By: jhi on 2000/01/24 09:39:01
634 Log: Create a tool for converting a config_h.SH into a VOS config.h.
636 + vos/config.def vos/config.pl
637 ! MANIFEST vos/config.h vos/config_h.SH_orig
638 ____________________________________________________________________________
639 [ 4871] By: gsar on 2000/01/24 09:15:20
640 Log: typos in change#4623
642 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
643 ____________________________________________________________________________
644 [ 4870] By: jhi on 2000/01/24 06:43:19
645 Log: Sync metaconfig units to comply with the typo fixes of #4869.
647 ! Configure config_h.SH
649 + U/modified/cf_email.U U/modified/so.U
650 Branch: metaconfig/U/perl
652 ____________________________________________________________________________
653 [ 4869] By: jhi on 2000/01/24 06:04:31
654 Log: Integrate with Sarathy.
656 +> t/pragma/diagnostics.t
657 !> (integrate 120 files)
658 ____________________________________________________________________________
659 [ 4868] By: gsar on 2000/01/23 21:49:28
660 Log: on windows, set seek position to end for files opened in append mode
661 (improves compatibility with Unix, avoids buffering issues)
664 ____________________________________________________________________________
665 [ 4867] By: gsar on 2000/01/23 21:19:31
666 Log: change#4866 was flawed; revert and add better fix for warning
669 ____________________________________________________________________________
670 [ 4866] By: gsar on 2000/01/23 20:43:56
671 Log: optimize away runtime code for our($foo) (also avoid warnings)
674 ____________________________________________________________________________
675 [ 4865] By: gsar on 2000/01/23 13:17:18
676 Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
678 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
679 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
680 ____________________________________________________________________________
681 [ 4864] By: gsar on 2000/01/23 13:12:31
682 Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
683 suggested by Dominic Dunlop <domo@computer.org>)
686 ____________________________________________________________________________
687 [ 4863] By: gsar on 2000/01/23 13:01:35
688 Log: fix misclassified warnings
691 ____________________________________________________________________________
692 [ 4862] By: gsar on 2000/01/23 12:52:12
693 Log: document bareword prototype incompatibility
695 ! pod/perldelta.pod pod/perlsub.pod
696 ____________________________________________________________________________
697 [ 4861] By: gsar on 2000/01/23 12:32:25
701 ____________________________________________________________________________
702 [ 4860] By: gsar on 2000/01/23 12:23:48
703 Log: s/use vars/our/g modules that aren't independently maintained on CPAN
705 ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
706 ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
707 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
708 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
709 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
710 ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
711 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
712 ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
713 ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
714 ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
715 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
716 ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
717 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
718 ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
719 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
720 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
721 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
722 ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
723 ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
724 ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
725 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
726 ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
727 ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
728 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
729 ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
730 ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
731 ____________________________________________________________________________
732 [ 4859] By: gsar on 2000/01/23 11:29:22
733 Log: fix diagnostics to report "our" vs "my" correctly
735 ! op.c pod/perldiag.pod
736 ____________________________________________________________________________
737 [ 4858] By: gsar on 2000/01/23 10:14:46
738 Log: set api_version to 5.5.0 (binary compatibility needs to get tested
742 ____________________________________________________________________________
743 [ 4857] By: gsar on 2000/01/23 10:04:03
744 Log: disallow our($foo::bar)
746 ! pod/perldiag.pod toke.c
747 ____________________________________________________________________________
748 [ 4856] By: gsar on 2000/01/23 09:50:54
749 Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
752 ____________________________________________________________________________
753 [ 4855] By: gsar on 2000/01/23 09:36:51
754 Log: new test (from Michael G Schwern <schwern@pobox.com>)
756 + t/pragma/diagnostics.t
758 ____________________________________________________________________________
759 [ 4854] By: gsar on 2000/01/23 09:24:40
760 Log: add PREREQ_PM to default template (suggested by Michael G Schwern
764 ____________________________________________________________________________
765 [ 4853] By: gsar on 2000/01/23 09:08:30
766 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
768 ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
769 ____________________________________________________________________________
770 [ 4852] By: gsar on 2000/01/23 08:52:44
771 Log: mark some extensions as "special versions" to avoid CPAN indexer
772 confusion (from Ilya Zakharevich)
774 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
775 ____________________________________________________________________________
776 [ 4851] By: gsar on 2000/01/23 08:48:46
777 Log: prefer POSIX::uname() rather than syscalls, which require attempting
778 to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
780 ! lib/Sys/Hostname.pm
781 ____________________________________________________________________________
782 [ 4850] By: gsar on 2000/01/23 08:36:43
783 Log: integrate cfgperl contents into mainline
785 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
786 !> Porting/config_H config_h.SH perl.h
787 ____________________________________________________________________________
788 [ 4849] By: gsar on 2000/01/23 08:17:30
789 Log: fix localization in while BLOCK when there is a continue BLOCK
790 by introducing an explicit scope (c.f. change#4848)
792 ! op.c pp_ctl.c t/cmd/while.t
793 ____________________________________________________________________________
794 [ 4848] By: gsar on 2000/01/23 06:43:51
795 Log: fix scope cleanup when next jumps to a continue block; this is rather
796 in the nature of a kludge; it doesn't fix the longstanding bug that
797 makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
800 ! pp_ctl.c t/cmd/while.t
801 ____________________________________________________________________________
802 [ 4847] By: gsar on 2000/01/23 04:47:25
803 Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
804 C<while (my $x = foo()) { my $x = bar(); }> etc.
807 ____________________________________________________________________________
808 [ 4846] By: gsar on 2000/01/23 04:44:17
809 Log: avoid warnings in change#4839
812 ____________________________________________________________________________
813 [ 4845] By: gsar on 2000/01/22 13:12:38
814 Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
817 ____________________________________________________________________________
818 [ 4844] By: gsar on 2000/01/22 12:46:26
819 Log: wrong category for exec() warning
821 ! op.c pod/perlop.pod
822 ____________________________________________________________________________
823 [ 4843] By: gsar on 2000/01/22 12:42:40
824 Log: fix line continuations in argument lists (from Helmut Jarausch)
826 ! lib/ExtUtils/xsubpp
827 ____________________________________________________________________________
828 [ 4842] By: gsar on 2000/01/22 12:34:39
829 Log: CGI.pm upgraded to v2.56 from CPAN
831 ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
832 ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
834 ____________________________________________________________________________
835 [ 4841] By: gsar on 2000/01/22 12:07:23
836 Log: avoid warnings due to lack of forward declarations
839 ____________________________________________________________________________
840 [ 4840] By: gsar on 2000/01/22 12:04:30
841 Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
842 <wolfgang.laun@alcatel.at>)
845 ____________________________________________________________________________
846 [ 4839] By: gsar on 2000/01/22 11:57:24
847 Log: better Carp reporting within subclassed modules (from Wolfgang Laun
848 <wolfgang.laun@alcatel.at>)
850 ! lib/Carp/Heavy.pm pod/perldelta.pod
851 ____________________________________________________________________________
852 [ 4838] By: gsar on 2000/01/22 10:53:06
853 Log: truncate(FH) flushes FH before truncating it
856 ____________________________________________________________________________
857 [ 4837] By: gsar on 2000/01/22 10:37:16
858 Log: #line directives without a filename leave the file name as it was
859 instead of setting it to the script name (from Andrew Pimlott
860 <andrew@pimlott.ne.mediaone.net>)
863 ____________________________________________________________________________
864 [ 4836] By: gsar on 2000/01/22 10:06:53
865 Log: add patch for printf-style format typechecks (from Robin Barker
866 <rmb1@cise.npl.co.uk>); fixes for problems so identified
868 ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
869 ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
870 ____________________________________________________________________________
871 [ 4835] By: gsar on 2000/01/22 08:42:52
872 Log: From: John Tobey <jtobey@isay.com>
873 Date: Thu, 16 Dec 1999 20:20:38 -0500
874 Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
875 Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
877 ! lib/base.pm lib/fields.pm t/lib/fields.t
878 ____________________________________________________________________________
879 [ 4834] By: gsar on 2000/01/22 08:08:08
880 Log: fix deeply nested closures that have no references to lexical in
883 ! embed.h embed.pl op.c proto.h t/op/closure.t
884 ____________________________________________________________________________
885 [ 4833] By: gsar on 2000/01/21 17:04:21
888 ! lib/Text/Soundex.pm lib/Tie/Handle.pm
889 ____________________________________________________________________________
890 [ 4832] By: gsar on 2000/01/21 16:49:09
891 Log: fix bug in dumping self-referential scalars
893 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
895 ____________________________________________________________________________
896 [ 4831] By: jhi on 2000/01/21 09:16:07
897 Log: Integrate with Sarathy.
900 !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
901 !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
902 !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
903 !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
904 !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
905 ____________________________________________________________________________
906 [ 4830] By: gsar on 2000/01/21 04:28:08
907 Log: patch to report warnings on bogus filehandles passed to flock(),
908 more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
911 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
912 ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
913 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
914 ____________________________________________________________________________
915 [ 4829] By: gsar on 2000/01/21 03:43:46
919 ____________________________________________________________________________
920 [ 4828] By: gsar on 2000/01/21 03:32:31
921 Log: notes about $^H and %^H from Ilya Zakharevich; substantial
922 fixups of faulty facts and prose
925 ____________________________________________________________________________
926 [ 4827] By: gsar on 2000/01/21 01:45:51
927 Log: support for C<exists &func> (from Spider Boardman)
930 ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
931 ! pod/perlfunc.pod pp.c
932 ____________________________________________________________________________
933 [ 4826] By: gsar on 2000/01/21 01:35:46
934 Log: mention the fact that open(my $foo, ...) covers all handle
938 ____________________________________________________________________________
939 [ 4825] By: gsar on 2000/01/21 01:03:34
940 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
941 Date: Wed, 19 Jan 2000 15:05:11 -0500
942 Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
943 Subject: [PATCH 5.005_63] h2xs goof and a depessimization
946 ____________________________________________________________________________
947 [ 4824] By: gsar on 2000/01/20 19:14:26
948 Log: INSTALL updates from Andy Dougherty
951 ____________________________________________________________________________
952 [ 4823] By: gsar on 2000/01/20 08:40:13
953 Log: sv_true() has a superfluous test
956 ____________________________________________________________________________
957 [ 4822] By: bailey on 2000/01/20 02:03:35
958 Log: Minor cosmetic updates
961 ____________________________________________________________________________
962 [ 4821] By: bailey on 2000/01/20 00:25:30
963 Log: Quick integration of mainline changes to date
966 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
967 - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
968 - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
969 - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
970 - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
971 - lib/warning.pm os2/POSIX.mkfifo warning.h
972 !> (integrate 462 files)
973 ____________________________________________________________________________
974 [ 4820] By: jhi on 2000/01/19 22:46:42
975 Log: More robust inc_version_list from Andy.
977 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
980 ! U/installdirs/inc_version_list.U
981 ____________________________________________________________________________
982 [ 4819] By: jhi on 2000/01/19 17:36:56
983 Log: Add NV_PRESERVES_UV.
985 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
988 ! U/protos/selecttype.U
989 Branch: metaconfig/U/perl
992 ____________________________________________________________________________
993 [ 4818] By: jhi on 2000/01/19 08:13:05
994 Log: Integrate with Sarathy.
996 !> Changes Configure win32/config.bc win32/config.gc
997 !> win32/config.vc win32/config_H.bc win32/config_H.gc
999 ____________________________________________________________________________
1000 [ 4817] By: gsar on 2000/01/19 05:25:43
1001 Log: regen win32/config*
1003 ! Configure win32/config.bc win32/config.gc win32/config.vc
1004 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1005 ____________________________________________________________________________
1006 [ 4816] By: jhi on 2000/01/18 21:19:10
1007 Log: Policy patch from Andy for installation directories,
1008 removing the $apiversion.
1011 ____________________________________________________________________________
1012 [ 4815] By: jhi on 2000/01/18 21:11:03
1013 Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
1014 as suggested by Andy.
1016 ! Configure config_h.SH
1018 ! U/compline/d_gnulibc.U U/modified/cc.U
1019 ____________________________________________________________________________
1020 [ 4814] By: gsar on 2000/01/18 20:48:10
1021 Log: integrate cfgperl changes into mainline
1024 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1025 !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
1026 !> perl.h t/lib/posix.t t/op/pack.t utf8.c
1027 ____________________________________________________________________________
1028 [ 4813] By: jhi on 2000/01/18 19:41:33
1029 Log: metaconfig todo note from Andy.
1031 ! Configure config_h.SH
1033 ! U/installdirs/inc_version_list.U
1034 ____________________________________________________________________________
1035 [ 4812] By: jhi on 2000/01/18 15:02:55
1039 ____________________________________________________________________________
1040 [ 4811] By: jhi on 2000/01/18 10:35:30
1041 Log: More compile-time options shown with -V.
1044 ____________________________________________________________________________
1045 [ 4810] By: jhi on 2000/01/17 08:35:49
1046 Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
1047 the strtold() and qgcvt() prototypes for long doubles, but
1048 it should be okay in any case); fix bad assumptions in the
1049 test suite about string->float conversions; though the out
1050 parameter of strtold() (and strtoll()) is unused, it is nicer
1051 to have it in correct type.
1053 ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
1056 ____________________________________________________________________________
1057 [ 4809] By: jhi on 2000/01/16 19:21:18
1058 Log: strtoll works better ternary.
1061 ____________________________________________________________________________
1062 [ 4808] By: jhi on 2000/01/16 19:12:58
1065 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1066 ! config_h.SH perl.h
1067 ____________________________________________________________________________
1068 [ 4807] By: jhi on 2000/01/16 17:57:03
1069 Log: Integrate with Sarathy.
1071 !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
1072 !> sv.c sv.h t/pragma/strict-vars toke.c util.c
1073 ____________________________________________________________________________
1074 [ 4806] By: jhi on 2000/01/16 16:37:47
1075 Log: Continue qgcvt work; closer now but not yet there.
1077 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1078 ! config_h.SH doop.c utf8.c
1080 ! U/compline/d_gconvert.U
1081 Branch: metaconfig/U/perl
1083 ____________________________________________________________________________
1084 [ 4805] By: jhi on 2000/01/15 22:26:16
1085 Log: Metaconfig and Porting patches from Andy; start using the new
1086 long long and long double thingies from #4804; regen Configure.
1088 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1089 ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
1091 + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
1092 + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
1093 + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
1095 ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
1096 ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
1097 ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
1098 ! U/modified/Oldconfig.U U/modified/Signal.U
1099 ! U/modified/sig_name.U U/threads/usethreads.U
1100 Branch: metaconfig/U/perl
1101 ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1102 ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
1106 ____________________________________________________________________________
1107 [ 4804] By: jhi on 2000/01/14 14:22:24
1108 Log: Add more quad/long long/long double sciency.
1109 Branch: metaconfig/U/perl
1110 + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1112 ____________________________________________________________________________
1113 [ 4803] By: gsar on 2000/01/14 04:40:49
1114 Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
1117 ____________________________________________________________________________
1118 [ 4802] By: gsar on 2000/01/14 04:35:55
1119 Log: add note about "our"
1122 ____________________________________________________________________________
1123 [ 4801] By: gsar on 2000/01/14 04:16:51
1124 Log: nailed "our" declarations, and better warnings on duplicate
1127 ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
1128 ! t/pragma/strict-vars toke.c
1129 ____________________________________________________________________________
1130 [ 4800] By: gsar on 2000/01/14 01:27:13
1131 Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
1134 ____________________________________________________________________________
1135 [ 4799] By: gsar on 2000/01/14 01:17:15
1139 ____________________________________________________________________________
1140 [ 4798] By: jhi on 2000/01/13 16:31:34
1141 Log: Integrate with Sarathy.
1143 +> epoc/config.sh epoc/epocish.c epoc/link.pl
1144 +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
1145 +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1146 +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
1147 +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
1148 +> win32/perlhost.h win32/vdir.h win32/vmem.h
1149 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1150 - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1151 - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
1152 !> (integrate 282 files)
1153 ____________________________________________________________________________
1154 [ 4797] By: gsar on 2000/01/13 08:12:56
1155 Log: clearer docs for change#4796; faster av_exists()
1157 ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1158 ____________________________________________________________________________
1159 [ 4796] By: gsar on 2000/01/13 06:49:03
1160 Log: support delete() and exists() on array, tied array, and pseudo-hash
1163 ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
1164 ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
1165 ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
1166 ! t/op/avhv.t t/op/delete.t
1167 ____________________________________________________________________________
1168 [ 4795] By: gsar on 2000/01/11 20:52:30
1169 Log: extend site_perl changes change#4773 to vendor_perl as well
1172 ____________________________________________________________________________
1173 [ 4794] By: gsar on 2000/01/11 19:18:50
1174 Log: rework INSTALL to reflect new logic for versioning sitelibs
1177 ____________________________________________________________________________
1178 [ 4793] By: gsar on 2000/01/11 01:44:00
1179 Log: test for change#4792
1182 ____________________________________________________________________________
1183 [ 4792] By: gsar on 2000/01/11 01:22:36
1184 Log: pseudo forked children inherit environment correctly
1187 ____________________________________________________________________________
1188 [ 4791] By: gsar on 2000/01/10 19:14:03
1192 ____________________________________________________________________________
1193 [ 4790] By: gsar on 2000/01/10 18:56:16
1194 Log: check for USE_ITHREADS sanity was too restrictive
1197 ____________________________________________________________________________
1198 [ 4789] By: gsar on 2000/01/10 18:30:24
1199 Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
1200 a real SetCurrentDirectory() in toplevel host
1202 ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
1203 ! win32/vdir.h win32/win32.c
1204 ____________________________________________________________________________
1205 [ 4782] By: gsar on 2000/01/10 05:27:03
1206 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1208 + epoc/config.sh epoc/epocish.c epoc/link.pl
1209 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1211 ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
1212 ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
1213 ! lib/Sys/Hostname.pm
1214 ____________________________________________________________________________
1215 [ 4781] By: gsar on 2000/01/10 05:11:03
1216 Log: pod typos (from Abigail <abigail@delanet.com>)
1218 ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
1219 ____________________________________________________________________________
1220 [ 4780] By: gsar on 2000/01/10 05:07:35
1221 Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
1224 ____________________________________________________________________________
1225 [ 4779] By: gsar on 2000/01/10 05:06:16
1226 Log: terminate -s switch processing only on C<-->, not on C<--foo>
1229 ____________________________________________________________________________
1230 [ 4778] By: gsar on 2000/01/10 04:38:45
1231 Log: useithreads needs usemultiplicity
1234 ____________________________________________________________________________
1235 [ 4777] By: gsar on 2000/01/10 01:18:04
1236 Log: use $Config{version} rather than $] where appropriate
1238 ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
1239 ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
1241 ____________________________________________________________________________
1242 [ 4776] By: gsar on 2000/01/10 00:11:34
1243 Log: enable fork.t on windows
1246 ____________________________________________________________________________
1247 [ 4775] By: gsar on 2000/01/10 00:07:29
1248 Log: broken test for use5005threads
1251 ____________________________________________________________________________
1252 [ 4774] By: gsar on 2000/01/09 23:56:37
1253 Log: more windows build tweaks
1255 ! installperl makedef.pl win32/Makefile win32/config_H.bc
1256 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1258 ____________________________________________________________________________
1259 [ 4773] By: gsar on 2000/01/09 22:27:19
1260 Log: more changes for new-style version numbers (versions numbers on
1261 the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
1262 they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
1263 split $Config{apiversion} into three, @Config{apirevision,apiversion,
1264 apisubversion} for CPP friendliness; $Config{sitelib} now defaults
1265 to .../site_perl/$version, just like $Config{privlib}, making sitelib
1266 completely independent across versions and substantially eliminating
1267 chances of breaking older installations by overwriting newly built
1268 extensions; all this means compatibility inclusions for @INC will need
1269 to take into account older sitelib versions (this still TODO)
1271 windows, vms, dos tweaks for the above
1273 ! Changes Configure INSTALL Porting/config.sh Porting/config_H
1274 ! config_h.SH configure.com dosish.h installman installperl
1275 ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
1276 ! win32/config.bc win32/config.gc win32/config.vc
1277 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1278 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1280 ____________________________________________________________________________
1281 [ 4772] By: gsar on 2000/01/09 19:05:33
1282 Log: s/usethreads/use5005threads/g
1284 ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
1285 ____________________________________________________________________________
1286 [ 4771] By: gsar on 2000/01/09 18:51:50
1287 Log: Configure changes for new-style version numbers (from Andy Dougherty,
1290 ! Configure INSTALL Porting/Glossary Porting/config.sh
1291 ! Porting/config_H config_h.SH perl.h win32/Makefile
1292 ! win32/config.bc win32/config.gc win32/config.vc
1294 ____________________________________________________________________________
1295 [ 4770] By: gsar on 2000/01/07 22:18:54
1296 Log: fix for 'make utest' failures (from Ilya Zakharevich)
1299 ____________________________________________________________________________
1300 [ 4769] By: gsar on 2000/01/07 18:23:16
1301 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1303 + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1304 + ext/ODBM_File/hints/cygwin.pl
1305 ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
1306 ! hints/cygwin.sh installman installperl lib/Cwd.pm
1307 ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
1308 ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
1309 ____________________________________________________________________________
1310 [ 4768] By: gsar on 2000/01/07 18:12:15
1311 Log: typo on h2xs.PL (from Helmut Jarausch)
1314 ____________________________________________________________________________
1315 [ 4767] By: gsar on 2000/01/07 17:58:45
1316 Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
1318 ! README.vms configure.com vms/subconfigure.com
1319 ____________________________________________________________________________
1320 [ 4766] By: gsar on 2000/01/07 17:54:05
1321 Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
1325 ! MANIFEST README.os2
1326 ____________________________________________________________________________
1327 [ 4765] By: gsar on 2000/01/06 20:11:46
1328 Log: add workaround for dlopen() bug on OpenBSD (relative paths that
1329 match /^lib/ won't load properly)
1331 + ext/DynaLoader/hints/openbsd.pl
1332 ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
1333 ____________________________________________________________________________
1334 [ 4764] By: gsar on 2000/01/06 19:51:08
1335 Log: add undocumented globals for compatibility--find.pl, and find2perl
1336 generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1339 ____________________________________________________________________________
1340 [ 4763] By: gsar on 2000/01/06 10:51:07
1341 Log: fix various C-backend shenanigans
1344 ____________________________________________________________________________
1345 [ 4762] By: gsar on 2000/01/06 04:09:00
1346 Log: tweak test in change#4757 for Windows
1349 ____________________________________________________________________________
1350 [ 4761] By: gsar on 2000/01/06 02:55:30
1351 Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
1352 they belonged to freed OP_CONSTs)
1355 ____________________________________________________________________________
1356 [ 4760] By: gsar on 2000/01/06 00:22:40
1357 Log: constant ranges could escape bareword check in list context
1359 ! op.c t/pragma/strict-subs
1360 ____________________________________________________________________________
1361 [ 4759] By: gsar on 2000/01/05 20:52:50
1362 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1363 Date: Wed, 05 Jan 2000 15:23:18 EST
1364 Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
1365 Subject: Re: minimal m//g matches appear busted
1367 ! regexec.c t/op/pat.t
1368 ____________________________________________________________________________
1369 [ 4758] By: gsar on 2000/01/05 12:49:40
1370 Log: various nits identified by warnings unmasked by recent changes
1372 ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
1373 ____________________________________________________________________________
1374 [ 4757] By: gsar on 2000/01/05 12:48:10
1375 Log: severe bugs in change#3786 fixed
1377 ! doio.c t/io/open.t
1378 ____________________________________________________________________________
1379 [ 4756] By: gsar on 2000/01/05 11:25:10
1380 Log: tweak change#4745 to make ebcdic output match for chars <= 037
1382 ! ext/Data/Dumper/Dumper.pm
1383 ____________________________________________________________________________
1384 [ 4755] By: gsar on 2000/01/05 06:56:05
1385 Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
1387 ! Configure util.c utils/perlcc.PL
1388 ____________________________________________________________________________
1389 [ 4754] By: gsar on 2000/01/05 06:52:25
1390 Log: avoid expensive Version_check (from Andreas Koenig)
1392 ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1393 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1394 ____________________________________________________________________________
1395 [ 4753] By: gsar on 2000/01/05 06:48:22
1396 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1397 Date: 03 Jan 2000 21:56:02 +0100
1398 Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
1399 Subject: Reloading File::Copy
1401 ! Changes lib/File/Copy.pm t/lib/filecopy.t
1402 ____________________________________________________________________________
1403 [ 4752] By: gsar on 2000/01/04 01:19:20
1404 Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1406 ! win32/Makefile win32/makefile.mk win32/win32.h
1407 ____________________________________________________________________________
1408 [ 4751] By: gsar on 2000/01/03 18:26:08
1409 Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1411 ! lib/ExtUtils/MakeMaker.pm
1412 ____________________________________________________________________________
1413 [ 4750] By: gsar on 2000/01/02 21:58:02
1414 Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1415 to write to a file other than tmon.out (suggested by Haakon Alstadheim
1416 <Haakon.Alstadheim@sds.no>)
1418 ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1419 ____________________________________________________________________________
1420 [ 4749] By: gsar on 2000/01/02 21:37:29
1421 Log: disable optimization in change#3612 for join() and quotemeta()--this
1422 removes all the gross hacks for the special cases in that change; fix
1423 pp_concat() for when TARG == arg (modified version of patch suggested
1424 by Ilya Zakharevich)
1426 ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1427 ____________________________________________________________________________
1428 [ 4748] By: gsar on 2000/01/02 20:26:06
1429 Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1430 to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1432 ! lib/ExtUtils/MakeMaker.pm
1433 ____________________________________________________________________________
1434 [ 4747] By: gsar on 2000/01/02 20:17:36
1435 Log: fix 4-arg substr() when used as argument to subroutine
1437 ! pp.c t/op/substr.t
1438 ____________________________________________________________________________
1439 [ 4746] By: gsar on 2000/01/02 18:45:58
1440 Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1442 ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1443 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1444 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1445 ! perlapi.c proto.h thread.h util.c
1446 ____________________________________________________________________________
1447 [ 4745] By: gsar on 2000/01/02 18:15:44
1448 Log: ebcdic fix for Data::Dumper from Peter Prymmer
1450 ! ext/Data/Dumper/Dumper.pm regcomp.c
1451 ____________________________________________________________________________
1452 [ 4744] By: gsar on 1999/12/31 22:42:23
1453 Log: missing files in previous submit
1455 ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1456 ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1457 ____________________________________________________________________________
1458 [ 4743] By: gsar on 1999/12/31 06:47:18
1459 Log: various Windows build tweaks
1462 ____________________________________________________________________________
1463 [ 4742] By: gsar on 1999/12/30 21:32:36
1464 Log: change#4705 breaks code that interpolates $], so leave string value
1465 of $] as it was for compatibility (and perhaps introduce $^V or similar
1466 for the utf8 representation, maybe?)
1469 ____________________________________________________________________________
1470 [ 4741] By: gsar on 1999/12/30 19:36:21
1471 Log: avoid CRLF in byteloadable files created by perlcc
1474 ____________________________________________________________________________
1475 [ 4740] By: gsar on 1999/12/30 19:35:07
1476 Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1478 ! pod/perldelta.pod toke.c
1479 ____________________________________________________________________________
1480 [ 4739] By: gsar on 1999/12/30 05:44:21
1481 Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1482 to allow ByteLoader to work; the DATA filehandles continue to
1483 be left open in text mode for compatibility
1485 ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1486 ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1488 ____________________________________________________________________________
1489 [ 4738] By: gsar on 1999/12/30 04:36:12
1490 Log: CR-LF support broken for formats
1493 ____________________________________________________________________________
1494 [ 4737] By: gsar on 1999/12/29 22:30:52
1495 Log: make DProf functional under pseudo-fork()
1497 ! ext/Devel/DProf/DProf.xs
1498 ____________________________________________________________________________
1499 [ 4736] By: gsar on 1999/12/29 21:04:59
1500 Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
1503 ! doio.c pp_hot.c t/io/argv.t
1504 ____________________________________________________________________________
1505 [ 4735] By: gsar on 1999/12/29 18:12:40
1506 Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
1510 ____________________________________________________________________________
1511 [ 4734] By: gsar on 1999/12/28 21:10:37
1512 Log: Windows build tweaks
1515 ____________________________________________________________________________
1516 [ 4733] By: gsar on 1999/12/28 20:45:15
1517 Log: remove never-taken branch for making getc() operate on ARGV (spotted
1518 by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
1521 ____________________________________________________________________________
1522 [ 4732] By: gsar on 1999/12/28 20:42:13
1523 Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
1524 <ralph@inputplus.demon.co.uk>
1526 ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
1527 ____________________________________________________________________________
1528 [ 4731] By: gsar on 1999/12/28 20:23:17
1529 Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
1530 not supplied (variant of patch suggested by Ilya Zakharevich)
1532 ! XSUB.h lib/ExtUtils/xsubpp
1533 ____________________________________________________________________________
1534 [ 4730] By: gsar on 1999/12/28 19:55:56
1535 Log: range operator does magical string increment iff both operands
1536 are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
1537 the "foreach (RANGE)" case as well
1539 ! pp_ctl.c t/op/range.t
1540 ____________________________________________________________________________
1541 [ 4729] By: gsar on 1999/12/28 18:40:19
1542 Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
1544 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1545 ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
1546 ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
1547 ! win32/config.gc win32/genmk95.pl win32/makefile.mk
1548 ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
1550 ____________________________________________________________________________
1551 [ 4728] By: gsar on 1999/12/28 07:44:19
1552 Log: typecasts needed
1555 ____________________________________________________________________________
1556 [ 4727] By: gsar on 1999/12/28 06:23:08
1557 Log: change#4721 needed line number adjustments
1559 ! MANIFEST global.sym proto.h t/pragma/warn/doop
1560 ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
1561 ! t/pragma/warn/toke t/pragma/warn/utf8
1562 ____________________________________________________________________________
1563 [ 4726] By: gsar on 1999/12/28 04:18:15
1564 Log: integrate utfperl contents into mainline
1566 +> lib/byte.pm lib/byte_heavy.pl
1567 !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
1568 !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
1569 !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
1570 ____________________________________________________________________________
1571 [ 4725] By: gsar on 1999/12/28 04:08:09
1572 Log: integrate mainline contents
1574 - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
1575 - lib/unicode/Eq/Unicode
1576 !> (integrate 60 files)
1577 ____________________________________________________________________________
1578 [ 4724] By: gsar on 1999/12/28 03:44:10
1579 Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
1581 ! regcomp.c t/op/re_tests
1582 ____________________________________________________________________________
1583 [ 4723] By: gsar on 1999/12/28 03:28:39
1584 Log: more ebcdic testsuite fixups (from Peter Prymmer)
1586 ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
1587 ! t/pragma/overload.t t/pragma/utf8.t
1588 ____________________________________________________________________________
1589 [ 4722] By: gsar on 1999/12/28 03:14:48
1590 Log: avoid "used once" warning
1592 ! lib/diagnostics.pm
1593 ____________________________________________________________________________
1594 [ 4721] By: gsar on 1999/12/28 03:10:32
1595 Log: ebcdic tweaks for tests from Peter Prymmer
1597 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
1598 ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
1599 ____________________________________________________________________________
1600 [ 4720] By: gsar on 1999/12/28 03:08:39
1601 Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
1603 ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1604 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
1605 ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
1606 ____________________________________________________________________________
1607 [ 4719] By: gsar on 1999/12/28 03:01:04
1608 Log: perlport v1.45 from Chris Nandor
1611 ____________________________________________________________________________
1612 [ 4718] By: gsar on 1999/12/28 02:59:16
1613 Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
1614 perldelta; added STOP, DESTROY and AUTOLOAD to specials list
1616 ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
1617 ! t/pragma/constant.t
1618 ____________________________________________________________________________
1619 [ 4717] By: gsar on 1999/12/28 02:47:04
1620 Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
1622 - ext/DynaLoader/dl_cygwin.xs
1623 ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
1624 ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
1626 ____________________________________________________________________________
1627 [ 4716] By: gsar on 1999/12/28 02:40:51
1628 Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
1629 (from Andy Dougherty)
1632 ____________________________________________________________________________
1633 [ 4715] By: gsar on 1999/12/28 02:38:44
1634 Log: better variant of change#4644 (from Andy Dougherty)
1637 ____________________________________________________________________________
1638 [ 4714] By: gsar on 1999/12/28 02:36:40
1639 Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
1642 ____________________________________________________________________________
1643 [ 4713] By: gsar on 1999/12/28 02:35:15
1644 Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
1645 INSTALL (from Andy Dougherty)
1648 ____________________________________________________________________________
1649 [ 4712] By: gsar on 1999/12/28 02:30:55
1650 Log: avoid creating new files during make install
1653 ____________________________________________________________________________
1654 [ 4711] By: gsar on 1999/12/28 02:24:44
1655 Log: pod edits from Paul Marquess and Mark-Jason Dominus
1657 ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
1658 ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
1660 ____________________________________________________________________________
1661 [ 4710] By: gsar on 1999/12/28 02:05:23
1662 Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
1663 <sthoenna@efn.org>); add explicit target for opmini.o
1665 ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
1666 ____________________________________________________________________________
1667 [ 4709] By: gsar on 1999/12/28 01:20:39
1668 Log: partly fix perldiag regressions identified by Tom Christiansen
1670 ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
1671 ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
1672 ! t/pragma/warn/pp_sys
1673 ____________________________________________________________________________
1674 [ 4708] By: gsar on 1999/12/27 23:33:24
1675 Log: update perldiag for change#4707
1677 ! perl.c pod/perldiag.pod
1678 ____________________________________________________________________________
1679 [ 4707] By: gsar on 1999/12/27 23:23:39
1680 Log: allow spaces in -I switch argument
1683 ____________________________________________________________________________
1684 [ 4706] By: gsar on 1999/12/26 23:44:53
1688 ____________________________________________________________________________
1689 [ 4705] By: gsar on 1999/12/24 04:02:35
1690 Log: support for v5.5.640 style version numbers
1692 ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
1693 ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
1694 ____________________________________________________________________________
1695 [ 4704] By: gsar on 1999/12/23 08:54:27
1696 Log: bring in basic threads stuff under USE_ITHREADS
1698 ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
1700 ____________________________________________________________________________
1701 [ 4703] By: gsar on 1999/12/23 00:10:06
1702 Log: integrate mainline contents into utfperl
1704 !> (integrate 33 files)
1705 ____________________________________________________________________________
1706 [ 4702] By: gsar on 1999/12/20 17:18:23
1707 Log: virtual directory handling broken on paths with trailing slash
1709 ! win32/Makefile win32/makefile.mk win32/vdir.h
1710 ____________________________________________________________________________
1711 [ 4701] By: gsar on 1999/12/20 17:09:55
1712 Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
1713 isn't set for all m/$foo/o)
1716 ____________________________________________________________________________
1717 [ 4700] By: gsar on 1999/12/20 16:28:51
1718 Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
1719 we have a race on our hands)
1722 ____________________________________________________________________________
1723 [ 4699] By: gsar on 1999/12/20 16:19:00
1726 ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
1727 ____________________________________________________________________________
1728 [ 4698] By: gsar on 1999/12/20 07:55:07
1729 Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
1732 ____________________________________________________________________________
1733 [ 4697] By: gsar on 1999/12/18 01:35:50
1734 Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
1735 anon hash rather than a block; test case for the same
1737 ! t/comp/term.t toke.c
1738 ____________________________________________________________________________
1739 [ 4696] By: gsar on 1999/12/17 19:55:03
1740 Log: leak in change#4694 spotted by Larry
1743 ____________________________________________________________________________
1744 [ 4695] By: gsar on 1999/12/17 18:14:11
1745 Log: test case for change#4694
1748 ____________________________________________________________________________
1749 [ 4694] By: gsar on 1999/12/17 18:09:08
1750 Log: delete() should return the value as is, not a copy thereof
1752 ! hv.c pod/perldelta.pod
1753 ____________________________________________________________________________
1754 [ 4693] By: gsar on 1999/12/17 17:45:58
1755 Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
1757 ! regexec.c t/op/re_tests
1758 ____________________________________________________________________________
1759 [ 4692] By: gsar on 1999/12/17 17:41:10
1763 ____________________________________________________________________________
1764 [ 4691] By: gsar on 1999/12/17 07:12:53
1765 Log: DynaLoader doesn't build properly when $(DLSRC) changes
1766 (fix suggested by Hans Mulder)
1768 ! ext/DynaLoader/Makefile.PL
1769 ____________________________________________________________________________
1770 [ 4690] By: gsar on 1999/12/17 06:26:34
1771 Log: add missing new ops
1773 ! ext/B/ramblings/runtime.porting
1774 ____________________________________________________________________________
1775 [ 4689] By: gsar on 1999/12/17 06:16:49
1776 Log: test harness tweak from Hans Mulder
1779 ____________________________________________________________________________
1780 [ 4688] By: gsar on 1999/12/17 06:14:23
1781 Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
1782 and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
1784 ! Makefile.SH cygwin/Makefile.SHs
1785 ____________________________________________________________________________
1786 [ 4687] By: gsar on 1999/12/17 06:06:46
1787 Log: applied suggested patch with whitespace adjustments
1788 From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
1789 Date: Thu, 16 Dec 1999 08:57:55 +0100
1790 Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
1791 Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
1794 ____________________________________________________________________________
1795 [ 4686] By: gsar on 1999/12/17 05:48:53
1796 Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
1799 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1800 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1801 ! ext/DynaLoader/dl_rhapsody.xs
1802 ____________________________________________________________________________
1803 [ 4685] By: gsar on 1999/12/17 05:37:51
1804 Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
1805 <rjk@linguist.dartmouth.edu>)
1807 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1808 ____________________________________________________________________________
1809 [ 4684] By: gsar on 1999/12/16 09:32:48
1810 Log: spell out how to get 4-digit year (from Micheal G Schwern
1811 <schwern@pobox.com>)
1814 ____________________________________________________________________________
1815 [ 4683] By: gsar on 1999/12/16 09:26:53
1816 Log: type mismatch for %c format argument (spotted by Robin Barker
1817 <rmb1@cise.npl.co.uk>)
1820 ____________________________________________________________________________
1821 [ 4682] By: gsar on 1999/12/16 08:33:28
1822 Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
1823 <sho_pi@hotmail.com>)
1826 ____________________________________________________________________________
1827 [ 4681] By: gsar on 1999/12/16 08:31:15
1828 Log: missing backslash (spotted by Johan Vromans)
1831 ____________________________________________________________________________
1832 [ 4680] By: gsar on 1999/12/16 08:26:00
1833 Log: avoid coredump on diagnostics when STDERR is closed
1836 ____________________________________________________________________________
1837 [ 4679] By: gsar on 1999/12/12 18:09:41
1838 Log: integrate mainline changes
1840 +> (branch 39 files)
1841 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1842 - lib/unicode/UnicodeData-Latest.txt
1843 !> (integrate 447 files)
1844 ____________________________________________________________________________
1845 [ 4678] By: gsar on 1999/12/10 01:39:13
1846 Log: interpreter structure should be nulled under -DMULTIPLICITY
1849 ____________________________________________________________________________
1850 [ 4677] By: gsar on 1999/12/09 11:10:27
1859 ____________________________________________________________________________
1860 [ 4676] By: gsar on 1999/12/09 10:51:43
1861 Log: fix File::Find testsuite bugs in symlink-less places
1864 ____________________________________________________________________________
1865 [ 4675] By: gsar on 1999/12/09 10:22:31
1866 Log: USE_ITHREADS tweaks and notes
1868 ! op.c pod/perldelta.pod sv.c
1869 ____________________________________________________________________________
1870 [ 4674] By: gsar on 1999/12/09 10:21:53
1871 Log: allow new style sort subs to work under usethreads
1874 ____________________________________________________________________________
1875 [ 4673] By: gsar on 1999/12/09 04:00:23
1876 Log: document compatibility issue with literal list slices and NOTOP
1877 (C<not (1,2,3)[0]> is now a syntax error)
1880 ____________________________________________________________________________
1881 [ 4672] By: gsar on 1999/12/09 01:14:46
1882 Log: avoid mismatched expectation <-> int types for C++ builds
1884 ! embed.pl intrpvar.h proto.h toke.c
1885 ____________________________________________________________________________
1886 [ 4671] By: gsar on 1999/12/09 00:36:24
1887 Log: newer version of File::Find with support for following symlinks and
1888 other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
1890 ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
1891 ____________________________________________________________________________
1892 [ 4670] By: gsar on 1999/12/09 00:13:06
1893 Log: avoid initializing GvCV slot for autovivified filehandles
1896 ____________________________________________________________________________
1897 [ 4669] By: gsar on 1999/12/08 19:09:27
1898 Log: apply change#4618 again along with Ilya's patch to fix bugs
1899 in it (see change#4622)
1901 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
1902 ! t/op/re_tests t/op/subst.t
1903 ____________________________________________________________________________
1904 [ 4668] By: gsar on 1999/12/08 18:56:53
1905 Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
1906 From: Larry Wall <larry@wall.org>
1907 Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
1908 Message-Id: <199912072039.MAA13257@kiev.wall.org>
1909 Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
1911 ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
1912 ____________________________________________________________________________
1913 [ 4667] By: gsar on 1999/12/08 18:47:37
1914 Log: patch to fix aix hints from ortmann@vnet.ibm.com
1917 ____________________________________________________________________________
1918 [ 4666] By: gsar on 1999/12/08 18:29:02
1919 Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
1922 ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
1923 ____________________________________________________________________________
1924 [ 4665] By: gsar on 1999/12/08 02:22:31
1925 Log: introduce save_I8() for saving byte values
1927 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1928 ! regcomp.c regexec.c scope.c scope.h sv.c
1929 ____________________________________________________________________________
1930 [ 4664] By: gsar on 1999/12/08 02:02:33
1931 Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
1934 ____________________________________________________________________________
1935 [ 4663] By: gsar on 1999/12/08 01:11:44
1936 Log: longstanding typo in lexer: PL_lex_expect was not properly
1940 ____________________________________________________________________________
1941 [ 4662] By: gsar on 1999/12/07 23:16:21
1942 Log: typos in change#4546
1944 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
1945 ____________________________________________________________________________
1946 [ 4661] By: gsar on 1999/12/07 09:33:50
1947 Log: typos in change#4660
1949 ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
1950 ____________________________________________________________________________
1951 [ 4660] By: gsar on 1999/12/06 23:42:55
1952 Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
1953 fix bug where lc($readonly) could result in bogus errors
1955 ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
1956 ! pp.c pp_sys.c proto.h sv.c
1957 ____________________________________________________________________________
1958 [ 4659] By: gsar on 1999/12/06 15:24:31
1959 Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
1960 <jarausch@igpm.rwth-aachen.de>)
1963 ____________________________________________________________________________
1964 [ 4658] By: gsar on 1999/12/06 15:18:30
1965 Log: fix for -Dp via $^D (suggested by Stephane Payrard
1966 <stef@adnaccess.com>)
1969 ____________________________________________________________________________
1970 [ 4657] By: gsar on 1999/12/06 06:50:01
1971 Log: change#4641 needs perldiag.pod edit
1973 - lib/unicode/UnicodeData-Latest.txt
1975 ____________________________________________________________________________
1976 [ 4656] By: gsar on 1999/12/06 01:36:56
1977 Log: Makefile tweak for change#4649
1980 ____________________________________________________________________________
1981 [ 4655] By: gsar on 1999/12/05 17:23:57
1982 Log: change#4653 was missing a patch reject
1985 ____________________________________________________________________________
1986 [ 4654] By: gsar on 1999/12/05 11:41:04
1987 Log: windows build tweaks for Borland compiler
1989 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
1990 ____________________________________________________________________________
1991 [ 4653] By: gsar on 1999/12/05 11:07:37
1992 Log: applied somewhat modified version of suggested patch
1993 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1994 Date: Thu, 18 Nov 1999 18:45:27 PST
1995 Message-ID: <19991119024527.72749.qmail@hotmail.com>
1996 Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
1998 + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1999 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2000 ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
2001 ! win32/makefile.mk win32/win32.h
2002 ____________________________________________________________________________
2003 [ 4652] By: gsar on 1999/12/05 09:24:45
2004 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2005 Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
2006 Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
2007 Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
2009 ! Changes hints/svr5.sh
2010 ____________________________________________________________________________
2011 [ 4651] By: gsar on 1999/12/05 09:01:19
2012 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
2013 when given non-existent drive names
2016 ____________________________________________________________________________
2017 [ 4650] By: gsar on 1999/12/05 08:47:11
2018 Log: windows build tweaks for change#4649
2020 ! win32/Makefile win32/makefile.mk
2021 ____________________________________________________________________________
2022 [ 4649] By: gsar on 1999/12/05 07:49:28
2023 Log: make File::Glob::glob() the default for CORE::glob()
2024 (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
2026 ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
2028 ____________________________________________________________________________
2029 [ 4648] By: gsar on 1999/12/05 00:33:34
2030 Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
2033 ____________________________________________________________________________
2034 [ 4647] By: gsar on 1999/12/05 00:14:01
2035 Log: remove outdated entry
2038 ____________________________________________________________________________
2039 [ 4646] By: gsar on 1999/12/04 22:48:51
2040 Log: s/block/loop block/ in diagnostics about next, last, redo
2042 ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
2043 ____________________________________________________________________________
2044 [ 4645] By: gsar on 1999/12/04 22:25:32
2045 Log: readability tweak suggested by GRommel@sears.com
2048 ____________________________________________________________________________
2049 [ 4644] By: gsar on 1999/12/04 22:05:00
2050 Log: Configure tweak from Peter Prymmer
2053 ____________________________________________________________________________
2054 [ 4643] By: gsar on 1999/12/04 21:55:27
2055 Log: make weak keyword check look for defined(&lock), not
2056 merely defined(*lock)
2059 ____________________________________________________________________________
2060 [ 4642] By: gsar on 1999/12/04 21:11:51
2061 Log: make eof() open ARGV if it isn't open already; also fixes bug
2062 where eof() would operate on any last-read filehandle, not
2066 ____________________________________________________________________________
2067 [ 4641] By: gsar on 1999/12/04 04:42:25
2068 Log: make uninitialized value warnings report opcode
2070 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2071 ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
2072 ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
2073 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
2074 ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
2076 ____________________________________________________________________________
2077 [ 4640] By: gsar on 1999/12/04 02:40:44
2078 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
2079 that don't do range checking
2082 ____________________________________________________________________________
2083 [ 4639] By: gsar on 1999/12/04 01:00:49
2084 Log: better implementation of change#3326; open(local $foo,...) now
2085 allowed in addition to any uninitialized variable, for consistency
2086 with how autovivification works elsewhere; add code to use the
2087 variable name as the name of the handle for simple variables, so
2088 that diagnostics report the handle: "... at - line 1, <$foo> line 10."
2090 ! op.c pod/perldelta.pod pp.c t/io/open.t
2091 ____________________________________________________________________________
2092 [ 4638] By: gsar on 1999/12/03 21:20:00
2095 ! pod/perlfunc.pod pod/perlrun.pod
2096 ____________________________________________________________________________
2097 [ 4637] By: gsar on 1999/12/03 08:59:04
2098 Log: change#4431 was flawed
2101 ____________________________________________________________________________
2102 [ 4636] By: gsar on 1999/12/03 07:59:52
2103 Log: pod embellishments from Nathan Torkington
2105 ! pod/perlfaq2.pod pod/perlhack.pod
2106 ____________________________________________________________________________
2107 [ 4635] By: gsar on 1999/12/03 07:56:04
2108 Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
2111 ____________________________________________________________________________
2112 [ 4634] By: gsar on 1999/12/03 07:47:47
2113 Log: test tweak for VMS (from Craig A. Berry)
2116 ____________________________________________________________________________
2117 [ 4633] By: gsar on 1999/12/03 07:44:52
2118 Log: patchls tweak from Andreas Koenig
2121 ____________________________________________________________________________
2122 [ 4632] By: gsar on 1999/12/03 07:42:23
2123 Log: don't mess with the umask()
2125 ! installhtml installman installperl lib/ExtUtils/Install.pm
2126 ! lib/ExtUtils/Manifest.pm
2127 ____________________________________________________________________________
2128 [ 4631] By: gsar on 1999/12/03 06:52:50
2129 Log: support -a switch to append bytecode to an existing file and make
2130 perlcc use it (from Tom Hughes <tom@compton.nu>)
2132 ! ext/B/B/Bytecode.pm utils/perlcc.PL
2133 ____________________________________________________________________________
2134 [ 4630] By: gsar on 1999/12/03 06:46:16
2135 Log: document incompatible perl4 vec() vs bitwise ops interaction trap
2139 ____________________________________________________________________________
2140 [ 4629] By: gsar on 1999/12/03 06:40:15
2141 Log: use PerlIO abstraction rather than straight stdio (from
2144 ! ext/ByteLoader/ByteLoader.xs
2145 ____________________________________________________________________________
2146 [ 4628] By: gsar on 1999/12/03 06:15:54
2147 Log: avoid warning in IO::Select::exists() if socket doesn't exist
2149 ! ext/IO/lib/IO/Select.pm
2150 ____________________________________________________________________________
2151 [ 4627] By: gsar on 1999/12/03 06:05:19
2152 Log: two small patches from Peter Prymmer <pvhp@forte.com>
2154 ! makedepend.SH win32/Makefile win32/makefile.mk
2155 ____________________________________________________________________________
2156 [ 4626] By: gsar on 1999/12/03 05:36:38
2157 Log: From: Peter Prymmer <pvhp@forte.com>
2158 Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
2159 Message-Id: <199911260506.VAA17230@brio.forte.com>
2160 Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
2163 ____________________________________________________________________________
2164 [ 4625] By: gsar on 1999/12/03 05:20:21
2165 Log: Windows build tweaks due to change#4623
2167 ! win32/Makefile win32/makefile.mk win32/perlhost.h
2168 ____________________________________________________________________________
2169 [ 4624] By: gsar on 1999/12/03 04:58:30
2170 Log: add missing file
2172 + ext/DynaLoader/XSLoader_pm.PL
2173 ____________________________________________________________________________
2174 [ 4623] By: gsar on 1999/12/03 04:47:03
2175 Log: applied suggested patch; removed $VERSION = $VERSION hack
2176 (change#4043 fixed the need for that)
2177 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2178 Date: Tue, 16 Nov 1999 01:50:31 EST
2179 Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
2180 Subject: [PATCH 5.005_62] XSLoader.pm
2182 ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
2183 ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
2184 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2185 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2186 ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
2187 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
2188 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2189 ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
2190 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2191 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
2192 ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
2193 ____________________________________________________________________________
2194 [ 4622] By: gsar on 1999/12/03 04:02:39
2195 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
2197 ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2198 ____________________________________________________________________________
2199 [ 4621] By: gsar on 1999/12/02 22:24:53
2200 Log: caveat about thread-safety of extensions
2203 ____________________________________________________________________________
2204 [ 4620] By: gsar on 1999/12/02 20:31:02
2205 Log: XS documentation patches suggested by Ilya, severally adjusted
2207 ! pod/perlxs.pod pod/perlxstut.pod
2208 ____________________________________________________________________________
2209 [ 4619] By: gsar on 1999/12/02 17:52:50
2210 Log: re-add missing Unicode database master
2212 + lib/unicode/Unicode.300
2213 ____________________________________________________________________________
2214 [ 4618] By: gsar on 1999/12/02 06:56:18
2215 Log: applied suggested patch with prototype changes
2216 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2217 Date: Tue, 23 Nov 1999 22:55:55 EST
2218 Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
2219 Subject: [PATCH 5.005_62] First char cognizance
2221 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2222 ____________________________________________________________________________
2223 [ 4617] By: gsar on 1999/12/02 06:04:57
2224 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
2226 ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
2227 ____________________________________________________________________________
2228 [ 4616] By: gsar on 1999/12/02 04:30:22
2229 Log: various documentation tweaks suggested by M. J. T. Guy
2231 ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
2232 ____________________________________________________________________________
2233 [ 4615] By: gsar on 1999/12/02 04:17:43
2234 Log: various File::Glob fixes for DOSISH platforms
2235 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2236 Date: Tue, 02 Nov 1999 11:11:25 GMT
2237 Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
2238 Subject: File::Glob again. Final patch, honest!
2241 ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
2242 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2243 ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
2244 ____________________________________________________________________________
2245 [ 4614] By: gsar on 1999/12/02 03:42:55
2246 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
2247 variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
2249 ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
2250 ____________________________________________________________________________
2251 [ 4613] By: gsar on 1999/12/02 01:59:19
2252 Log: ignore yet another known scalar leak
2254 ! t/pragma/warn/regcomp
2255 ____________________________________________________________________________
2256 [ 4612] By: gsar on 1999/12/02 01:15:02
2257 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
2260 ____________________________________________________________________________
2261 [ 4611] By: gsar on 1999/12/02 00:31:43
2262 Log: a somewhat tweaked version of suggested patch
2263 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2264 Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
2265 Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
2266 Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
2269 ____________________________________________________________________________
2270 [ 4610] By: gsar on 1999/12/01 19:09:31
2271 Log: more accurate require() pseudocode (from James P. Williams
2272 <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
2275 ____________________________________________________________________________
2276 [ 4609] By: gsar on 1999/12/01 18:43:49
2277 Log: avoid "Callback called exit" error on intentional exit()
2279 ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
2280 ____________________________________________________________________________
2281 [ 4608] By: gsar on 1999/12/01 18:42:38
2282 Log: find_byclass() prototype was incoherent
2285 ____________________________________________________________________________
2286 [ 4607] By: gsar on 1999/12/01 05:45:10
2287 Log: better documentation for goto &NAME (from M. J. T. Guy)
2290 ____________________________________________________________________________
2291 [ 4606] By: gsar on 1999/12/01 05:33:14
2292 Log: integrate cfgperl contents into mainline
2294 +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
2295 +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
2296 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2298 !> (integrate 210 files)
2299 ____________________________________________________________________________
2300 [ 4605] By: gsar on 1999/12/01 05:15:27
2301 Log: avoid PTR->IV cast warnings
2304 ____________________________________________________________________________
2305 [ 4604] By: gsar on 1999/12/01 03:59:56
2306 Log: email address changes
2308 ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
2309 ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
2310 ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
2311 ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
2312 ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
2313 ____________________________________________________________________________
2314 [ 4603] By: gsar on 1999/12/01 03:45:13
2315 Log: minor USE_ITHREADS tweaks
2317 ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
2318 ! win32/perllib.c win32/win32.h
2319 ____________________________________________________________________________
2320 [ 4602] By: gsar on 1999/12/01 01:00:09
2321 Log: more complete pseudo-fork() support for Windows
2323 + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
2324 ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
2325 ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
2326 ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
2327 ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
2328 ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
2329 ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
2330 ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
2331 ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
2332 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2333 ! win32/win32iop.h win32/win32thread.h
2334 ____________________________________________________________________________
2335 [ 4601] By: gsar on 1999/12/01 00:45:38
2336 Log: rudimentary support for remote debugging, from aeons ago (somewhat
2338 From: Graham TerMarsch <grahamt@ActiveState.com>
2339 Date: Sat, 12 Sep 1998 10:46:55 -0700
2340 Message-ID: <35FAB38F.EA9AAC50@activestate.com>
2341 Subject: Re: Patches to perl5db.pl to allow for remote debugging
2344 ____________________________________________________________________________
2345 [ 4600] By: chip on 1999/11/19 21:16:00
2346 Log: Document known limitations of fdopen() on some systems,
2347 as they apply to open() and sysopen().
2350 ____________________________________________________________________________
2351 [ 4599] By: chip on 1999/11/19 17:20:19
2352 Log: Undef printf before redirecting it to PerlIO_stdoutf.
2353 (Avoids an irritating warning when compiling with PerlIO.)
2356 ____________________________________________________________________________
2357 [ 4598] By: jhi on 1999/11/22 21:30:17
2358 Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
2360 ! README.vms t/io/open.t
2361 ____________________________________________________________________________
2362 [ 4597] By: jhi on 1999/11/21 16:21:21
2363 Log: Replace #4596 with the change done in 5.005_03.
2365 ! ext/Errno/Errno_pm.PL
2366 ____________________________________________________________________________
2367 [ 4596] By: jhi on 1999/11/21 16:07:20
2368 Log: Skip processing a file if the file to be opened is '-'
2369 (can happen in UNICOS)
2371 ! ext/Errno/Errno_pm.PL
2372 ____________________________________________________________________________
2373 [ 4595] By: jhi on 1999/11/21 14:05:10
2374 Log: VMS patches from Peter Prymmer.
2376 ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
2377 ____________________________________________________________________________
2378 [ 4594] By: jhi on 1999/11/18 17:07:14
2379 Log: The find_byclass prototype is already in proto.h.
2382 ____________________________________________________________________________
2383 [ 4593] By: gsar on 1999/11/16 21:25:21
2384 Log: typo in flag checks
2387 ____________________________________________________________________________
2388 [ 4592] By: jhi on 1999/11/16 21:17:25
2389 Log: Regen Configure.
2391 ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
2393 ! U/a_dvisory/quadtype.U
2394 ____________________________________________________________________________
2395 [ 4591] By: jhi on 1999/11/16 14:53:19
2396 Log: Integrate with Sarathy.
2398 !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
2399 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2400 !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
2401 !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
2403 ____________________________________________________________________________
2404 [ 4590] By: gsar on 1999/11/16 05:57:56
2405 Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2407 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2408 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2409 ! t/pod/poderrs.t t/pod/poderrs.xr
2410 ____________________________________________________________________________
2411 [ 4589] By: gsar on 1999/11/15 18:47:34
2412 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2413 C<if (fork()) { print "parent" } else { print "child" }> works on
2414 Windows (incidentally running a cloned^2 interpreter :)
2416 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2417 ! pp_sys.c proto.h sv.c
2418 ____________________________________________________________________________
2419 [ 4588] By: gsar on 1999/11/15 14:34:36
2420 Log: cloning the stack (part 1)
2422 ! cop.h deb.c perl.c sv.c
2423 ____________________________________________________________________________
2424 [ 4587] By: jhi on 1999/11/15 00:22:20
2425 Log: Integrate with Sarathy.
2427 !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2428 !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2430 ____________________________________________________________________________
2431 [ 4586] By: jhi on 1999/11/14 21:17:26
2432 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2434 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2435 ____________________________________________________________________________
2436 [ 4585] By: gsar on 1999/11/14 20:01:45
2437 Log: tweak for win32 build
2439 ! embed.h embed.pl op.c proto.h
2440 ____________________________________________________________________________
2441 [ 4584] By: gsar on 1999/11/14 19:46:25
2442 Log: cosmetic tweaks
2444 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2445 ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2446 ____________________________________________________________________________
2447 [ 4583] By: gsar on 1999/11/14 17:38:32
2448 Log: fix problem pointer casts
2450 ! Changes run.c sv.c
2451 ____________________________________________________________________________
2452 [ 4582] By: jhi on 1999/11/14 17:10:01
2453 Log: Integrate with Sarathy.
2455 !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2456 !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2457 !> vms/perly_c.vms win32/perllib.c
2458 ____________________________________________________________________________
2459 [ 4581] By: jhi on 1999/11/14 17:08:23
2460 Log: The separation of 64-bitness and largefileness continues
2461 (with a setback, see hpux.sh).
2463 ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2464 ! hints/solaris_2.sh
2466 ! U/threads/archname.U U/typedefs/lseektype.U
2467 Branch: metaconfig/U/perl
2468 ! fpossize.U use64bits.U uselfs.U
2469 ____________________________________________________________________________
2470 [ 4580] By: jhi on 1999/11/14 13:26:41
2471 Log: Another Unicode update.
2473 + lib/unicode/Jamo.txt lib/unicode/NamesList.html
2474 + lib/unicode/UCD300.html lib/unicode/Unicode3.html
2475 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2477 ____________________________________________________________________________
2478 [ 4579] By: gsar on 1999/11/14 10:21:49
2479 Log: sundry cleanups for cloned interpreters (only known failure mode
2480 is due to regexps keeping non-constant data in their compiled
2483 ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2484 ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2485 ____________________________________________________________________________
2486 [ 4578] By: gsar on 1999/11/14 03:37:37
2487 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2489 ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2490 ____________________________________________________________________________
2491 [ 4577] By: jhi on 1999/11/13 19:50:24
2492 Log: Change #4576 accidentally leaked also parts of
2493 Ilya's patch that won't apply cleanly anymore.
2495 ! regexec.c t/op/re_tests
2496 ____________________________________________________________________________
2497 [ 4576] By: jhi on 1999/11/13 19:43:37
2498 Log: Integrate with Sarathy.
2500 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2501 !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
2502 !> t/op/regexp.t t/pragma/overload.t
2503 ____________________________________________________________________________
2504 [ 4575] By: gsar on 1999/11/13 19:41:46
2505 Log: typos in change#4561 and change#4565
2507 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
2508 ____________________________________________________________________________
2509 [ 4574] By: gsar on 1999/11/13 19:31:19
2510 Log: revert non-kosher parts of change#4562 (sort order problems
2511 should be ignored (on ebcdic) by fixing dumper.t/T() to sort
2512 result and expected lines; /[:ascii:]/ not working should be
2513 fixed, not ignored in regexp.t; result from sort should be
2514 fixed to be ascii portable on ebcdic, not ebcdic-specific)
2516 ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
2517 ____________________________________________________________________________
2518 [ 4573] By: gsar on 1999/11/13 19:13:04
2519 Log: integrate cfgperl changes into mainline
2521 +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2522 +> lib/unicode/In/BopomofoExtended.pl
2523 +> lib/unicode/In/BraillePatterns.pl
2524 +> lib/unicode/In/CJKRadicalsSupplement.pl
2525 +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2526 +> lib/unicode/In/Cherokee.pl
2527 +> lib/unicode/In/IdeographicDescriptionCharacters.pl
2528 +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2529 +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2530 +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2531 +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2532 +> lib/unicode/In/Thaana.pl
2533 +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2534 +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2535 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2536 !> (integrate 213 files)
2537 ____________________________________________________________________________
2538 [ 4572] By: jhi on 1999/11/13 18:44:50
2539 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2540 To: perl5-porters@perl.org, VMSPERL@perl.org
2541 Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
2542 Date: Wed, 27 Oct 1999 11:02:54 -0500
2543 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
2546 ____________________________________________________________________________
2547 [ 4571] By: jhi on 1999/11/13 18:33:39
2548 Log: From: jand@activestate.com (Jan Dubois)
2549 To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
2550 Cc: Douglas Lankshear <dougl@activestate.com>,
2551 Gurusamy Sarathy <gsar@activestate.com>
2552 Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
2553 Date: Tue, 09 Nov 1999 00:38:33 +0100
2554 Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
2556 ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
2557 ! win32/config.gc win32/config.vc win32/config_H.bc
2558 ! win32/config_H.gc win32/config_H.vc win32/perllib.c
2559 ! win32/win32.c win32/win32iop.h
2560 ____________________________________________________________________________
2561 [ 4570] By: jhi on 1999/11/13 18:30:37
2562 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2563 To: perl5-porters@perl.org (Mailing list Perl5)
2564 Subject: [PATCH 5.005_62] makedef.pl goof
2565 Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
2566 Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
2569 ____________________________________________________________________________
2570 [ 4569] By: jhi on 1999/11/13 18:06:54
2571 Log: From: Michael G Schwern <schwern@pobox.com>
2572 To: perl5-porters@perl.org, pod-people@perl.org
2573 Cc: tchrist@mox.perl.com, gnat@frii.com
2574 Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
2575 Date: Wed, 10 Nov 1999 17:21:46 -0500
2576 Message-ID: <19991110172146.A23527@athens.aocn.com>
2579 ____________________________________________________________________________
2580 [ 4568] By: jhi on 1999/11/13 18:05:33
2581 Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
2582 To: <perl5-porters@perl.org>
2583 Subject: DynaLoader_pm.PL patch (backslashes in strings)
2584 Date: Wed, 10 Nov 1999 22:52:02 -0000
2585 Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
2587 ! ext/DynaLoader/DynaLoader_pm.PL
2588 ____________________________________________________________________________
2589 [ 4567] By: jhi on 1999/11/13 18:03:52
2590 Log: From: JD Laub <jdl@access-health.com>
2591 To: perl5-porters@perl.org
2592 Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
2593 Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
2594 Message-Id: <199911121558.IAA08915@mocha.iasi.com>
2596 ! lib/Exporter/Heavy.pm
2597 ____________________________________________________________________________
2598 [ 4566] By: jhi on 1999/11/13 18:01:24
2599 Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
2600 To: perl5-porters@perl.org
2601 Subject: small patch for perldoc
2602 Date: Fri, 12 Nov 1999 23:11:43 GMT
2603 Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
2606 ____________________________________________________________________________
2607 [ 4565] By: jhi on 1999/11/13 17:58:54
2608 Log: From: Scott Gifford <sgifford@tir.com>
2609 To: perl5-porters@perl.org
2611 Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
2612 Date: 12 Nov 1999 18:55:30 -0500
2613 Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
2615 ! ext/IO/lib/IO/Socket.pm
2616 ____________________________________________________________________________
2617 [ 4564] By: jhi on 1999/11/13 17:45:39
2618 Log: Applied manually:
2619 From: "Craig A. Berry" <craig.berry@metamor.com>
2620 To: perl5-porters@perl.org, VMSPERL@perl.org
2621 Subject: [PATCH 5.005_62] patches required to build on VMS
2622 Date: Tue, 09 Nov 1999 18:16:14 -0600
2623 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
2625 ! configure.com vms/descrip_mms.template vms/subconfigure.com
2626 ! vms/vms.c vms/vmsish.h
2627 ____________________________________________________________________________
2628 [ 4563] By: jhi on 1999/11/13 17:18:41
2629 Log: Regen Unicode tables to include a warning:
2630 Thou Shalt Not Edit Them By Hand; add missing
2631 (Unicode 2.0 -introduced) tables to MANIFEST;
2632 convert the equivalence tables to be valid Perl code.
2634 + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2635 + lib/unicode/In/BopomofoExtended.pl
2636 + lib/unicode/In/BraillePatterns.pl
2637 + lib/unicode/In/CJKRadicalsSupplement.pl
2638 + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2639 + lib/unicode/In/Cherokee.pl
2640 + lib/unicode/In/IdeographicDescriptionCharacters.pl
2641 + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2642 + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2643 + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2644 + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2645 + lib/unicode/In/Thaana.pl
2646 + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2647 + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2648 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2650 ____________________________________________________________________________
2651 [ 4562] By: jhi on 1999/11/13 16:53:00
2652 Log: From: Peter Prymmer <pvhp@forte.com>
2653 To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
2654 Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
2655 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
2656 Message-Id: <199911102234.OAA01018@brio.forte.com>
2658 ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
2659 ! t/pragma/overload.t
2660 ____________________________________________________________________________
2661 [ 4561] By: jhi on 1999/11/13 16:29:37
2662 Log: $Config{myarchname} is not a good architecture identifier
2663 because it may contain host/node identification like
2666 ! ext/Errno/Errno_pm.PL
2667 ____________________________________________________________________________
2668 [ 4560] By: jhi on 1999/11/13 16:26:13
2669 Log: Continue largefileness separation from quadness;
2670 move nv-preserving test out of perl.h into Configure;
2671 use HAS_SETVBUF in IO.
2673 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2674 ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
2676 ! U/a_dvisory/quadtype.U
2677 Branch: metaconfig/U/perl
2679 ! d_fseeko.U d_ftello.U io64.U perlxv.U
2680 ____________________________________________________________________________
2681 [ 4559] By: jhi on 1999/11/13 13:46:38
2682 Log: Try to fix largefileness so that it "works" without a quad IV.
2684 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2685 ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
2687 ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
2688 Branch: metaconfig/U/perl
2690 ____________________________________________________________________________
2691 [ 4558] By: jhi on 1999/11/13 11:36:19
2692 Log: Undo drift from mainline.
2694 ! regcomp.c util.c utils/h2xs.PL
2695 ____________________________________________________________________________
2696 [ 4557] By: gsar on 1999/11/13 10:54:46
2700 ____________________________________________________________________________
2701 [ 4556] By: gsar on 1999/11/13 10:53:41
2702 Log: integrate cfgperl contents (op.[ch] needed manual resolve)
2704 +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2705 +> epoc/epoc_stubs.c
2706 !> (integrate 48 files)
2707 ____________________________________________________________________________
2708 [ 4555] By: jhi on 1999/11/13 10:05:54
2709 Log: Integrate with Sarathy.
2711 !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2712 !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2713 ____________________________________________________________________________
2714 [ 4554] By: jhi on 1999/11/13 10:03:07
2715 Log: s/_SIGN$/_sign/g;
2717 ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
2718 ____________________________________________________________________________
2719 [ 4553] By: gsar on 1999/11/13 02:17:53
2720 Log: cloned interpreters now actually run and pass all but 55/10386
2721 subtests; various subtle bugs, new and old, observed when running
2722 cloned interpreters have been fixed
2725 | * dup psig_ptr table
2726 | * merge PADOP GVs support with "our" SVs (existing PADOPs are too
2727 | simple-minded and grab one pad entry each, heavily bloating
2728 | the pad by not avoiding dups)
2729 | * overloaded constants are not really immutable--they need to
2731 | * allocator for constants and OPs need to be spelled differently
2732 | (shared vs interpreter-local allocations)
2733 | * optree refcounting is still missing locking (macros are in place)
2734 | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
2735 | perl_clone() can be called from within runops*()
2737 ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2738 ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2739 ____________________________________________________________________________
2740 [ 4552] By: jhi on 1999/11/11 23:17:43
2741 Log: Turn on largefileness always if available and
2742 continue 64-bit fixes.
2744 ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
2745 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
2746 ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
2747 ____________________________________________________________________________
2748 [ 4551] By: jhi on 1999/11/11 23:16:15
2749 Log: Split int64type from i_inttypes, rename quadcase into quadkind.
2751 ! U/a_dvisory/quadtype.U
2752 Branch: metaconfig/U/perl
2754 ! i_inttypes.U io64.U
2755 ____________________________________________________________________________
2756 [ 4550] By: jhi on 1999/11/11 20:24:55
2757 Log: Fix a thinko in 4548.
2760 ____________________________________________________________________________
2761 [ 4549] By: jhi on 1999/11/11 19:48:21
2762 Log: Integrate with Sarathy.
2764 !> (integrate 56 files)
2765 ____________________________________________________________________________
2766 [ 4548] By: jhi on 1999/11/11 19:41:56
2767 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
2770 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2771 ! config_h.SH pp_sys.c
2772 ____________________________________________________________________________
2773 [ 4547] By: jhi on 1999/11/11 19:40:38
2774 Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
2776 + U/typedefs/sizesize.U U/typedefs/ssizesize.U
2777 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2778 ____________________________________________________________________________
2779 [ 4546] By: gsar on 1999/11/11 10:32:54
2780 Log: avoid stash pointers in optree under USE_ITHREADS
2782 ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
2783 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
2784 ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
2785 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2786 ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
2788 ____________________________________________________________________________
2789 [ 4545] By: gsar on 1999/11/11 06:04:20
2790 Log: another change towards a shareable optree: avoid pointer to filegv
2791 in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
2792 (CvFILE() may yet come in handy somewhere); adjust compiler doodads
2795 ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
2796 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2797 ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
2798 ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
2799 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2800 ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
2801 ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
2803 ____________________________________________________________________________
2804 [ 4544] By: gsar on 1999/11/10 18:19:12
2805 Log: more cleanups for change#4539
2807 ! gv.h op.c op.h pp_ctl.c pp_hot.c
2808 ____________________________________________________________________________
2809 [ 4543] By: gsar on 1999/11/10 01:52:22
2810 Log: remove dead branch/infinite looper in change#3612
2813 ____________________________________________________________________________
2814 [ 4542] By: gsar on 1999/11/09 20:05:47
2815 Log: IoDIRP may be fake when used in source filters, mark as such
2818 ____________________________________________________________________________
2819 [ 4541] By: gsar on 1999/11/09 05:47:53
2820 Log: small nits in changes#4538,4539
2823 ____________________________________________________________________________
2824 [ 4540] By: gsar on 1999/11/08 20:30:58
2825 Log: win32 symbol export tweak
2827 ! makedef.pl win32/win32.c win32/win32iop.h
2828 ____________________________________________________________________________
2829 [ 4539] By: gsar on 1999/11/08 18:50:40
2830 Log: preliminary support for GVOP indirection via pad
2832 ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2833 ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
2834 ____________________________________________________________________________
2835 [ 4538] By: gsar on 1999/11/08 11:25:49
2836 Log: preliminary support for perl_clone() (still needs work in
2837 the following areas: SVOPs must indirect via pad; context
2838 stack, scope stack, and runlevels must be cloned; must
2839 hook up the virtualized pseudo-process support provided by
2842 ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
2843 ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
2844 ! win32/perllib.c win32/win32.c
2845 ____________________________________________________________________________
2846 [ 4537] By: gsar on 1999/11/08 11:19:18
2847 Log: more thorough cleanup in perl_destroy()
2850 ____________________________________________________________________________
2851 [ 4536] By: gsar on 1999/11/08 07:16:10
2852 Log: win32 internal data must be interpreter-local
2854 ! win32/win32.c win32/win32.h win32/win32sck.c
2855 ____________________________________________________________________________
2856 [ 4535] By: gsar on 1999/11/08 04:17:28
2857 Log: tweak change#4502
2860 ____________________________________________________________________________
2861 [ 4534] By: jhi on 1999/11/07 13:17:03
2862 Log: Four special class subs, not three.
2865 ____________________________________________________________________________
2866 [ 4533] By: jhi on 1999/11/07 13:13:15
2867 Log: Integrate with Sarathy.
2869 !> mg.c t/io/print.t
2870 ____________________________________________________________________________
2871 [ 4532] By: jhi on 1999/11/07 12:36:10
2872 Log: More test program maintenance.
2874 ! Configure config_h.SH
2876 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2877 ! U/compline/charsize.U U/compline/d_sigaction.U
2878 ! U/compline/doublesize.U U/compline/floatsize.U
2879 ! U/compline/nblock_io.U U/compline/ptrsize.U
2880 ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
2881 ! U/typedefs/uidsize.U
2882 Branch: metaconfig/U/perl
2884 ____________________________________________________________________________
2885 [ 4531] By: jhi on 1999/11/07 00:34:09
2886 Log: Tidy up the metaconfig test programs.
2888 ! Configure config_h.SH
2890 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2891 ! U/compline/charsize.U U/compline/doublesize.U
2892 ! U/compline/nblock_io.U U/compline/ptrsize.U
2893 ! U/modified/d_longlong.U U/typedefs/gidsize.U
2894 ! U/typedefs/lseektype.U U/typedefs/pidsize.U
2895 ! U/typedefs/uidsize.U
2896 Branch: metaconfig/U/perl
2898 ____________________________________________________________________________
2899 [ 4530] By: jhi on 1999/11/06 23:51:34
2900 Log: So many printfs, so little time.
2902 ! op.c perl.c regcomp.c scope.c util.c
2903 ____________________________________________________________________________
2904 [ 4529] By: jhi on 1999/11/06 23:27:35
2905 Log: Replace the explicit zeros with NOOPs.
2908 ____________________________________________________________________________
2909 [ 4528] By: jhi on 1999/11/06 23:10:54
2910 Log: From: jand@activestate.com (Jan Dubois)
2911 To: perl5-porters@perl.org
2912 Cc: Mike Blazer <blazer@mail.nevalink.ru>,
2913 Mark Borgerding <mborgerding@acm.org>
2914 Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
2915 Date: Sat, 06 Nov 1999 22:16:43 +0100
2916 Message-ID: <38279207.46448719@smtprelay.t-online.de>
2919 ____________________________________________________________________________
2920 [ 4527] By: jhi on 1999/11/06 20:22:14
2924 ____________________________________________________________________________
2925 [ 4526] By: jhi on 1999/11/06 20:19:04
2926 Log: ...and they are getting fewer.
2928 ! dump.c op.c util.c
2929 ____________________________________________________________________________
2930 [ 4525] By: jhi on 1999/11/06 19:59:59
2931 Log: More printf miscasts flushed out.
2933 ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
2935 ____________________________________________________________________________
2936 [ 4524] By: jhi on 1999/11/06 15:39:05
2937 Log: Crushing the remaining %ld guerillas.
2939 ! ext/Devel/DProf/DProf.xs
2940 ____________________________________________________________________________
2941 [ 4523] By: jhi on 1999/11/06 15:11:38
2942 Log: Update CPAN sites list.
2944 ! pod/perlmodlib.pod
2945 ____________________________________________________________________________
2946 [ 4522] By: jhi on 1999/11/05 19:50:46
2947 Log: The -n32 is normally part of $cc, not $ccflags.
2950 ____________________________________________________________________________
2951 [ 4521] By: gsar on 1999/11/05 04:35:30
2952 Log: allow $\ to work right when set to a string with embedded nulls
2955 ____________________________________________________________________________
2956 [ 4520] By: jhi on 1999/11/04 23:30:09
2957 Log: Integrate with Sarathy.
2959 !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
2960 !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
2961 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
2962 !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
2963 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
2964 !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
2965 ____________________________________________________________________________
2966 [ 4519] By: jhi on 1999/11/04 23:09:25
2967 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2968 To: perl5-porters@perl.org (Mailing list Perl5)
2969 Subject: [PATCH 5.005_62] ref to non-lvalue method
2970 Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
2971 Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
2974 ____________________________________________________________________________
2975 [ 4518] By: jhi on 1999/11/04 23:07:27
2976 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2977 To: perl5-porters@perl.org (Mailing list Perl5)
2978 Subject: [PATCH 5.005_62] xsubpp dependency
2979 Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
2980 Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
2982 ! lib/ExtUtils/MM_Unix.pm
2983 ____________________________________________________________________________
2984 [ 4517] By: jhi on 1999/11/04 23:05:59
2985 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2986 To: perl5-porters@perl.org (Mailing list Perl5)
2987 Subject: [PATCH 5.005_62] regexp.h
2988 Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
2989 Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
2992 ____________________________________________________________________________
2993 [ 4516] By: gsar on 1999/11/04 18:25:45
2994 Log: change#4485 didn't do the right thing for B::Bytecode
2996 ! ext/B/B/Bytecode.pm
2997 ____________________________________________________________________________
2998 [ 4515] By: gsar on 1999/11/04 17:28:29
2999 Log: implement STOP blocks and fix compiler to use them (minimally
3002 ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
3003 ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
3004 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3005 ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
3006 ! pod/perltodo.pod toke.c
3007 ____________________________________________________________________________
3008 [ 4514] By: gsar on 1999/11/04 15:59:46
3009 Log: display BSD license in Glob.pm (for clause #2 conformity)
3011 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3012 ! ext/File/Glob/bsd_glob.h
3013 ____________________________________________________________________________
3014 [ 4513] By: jhi on 1999/11/04 08:26:19
3015 Log: Integrate with Sarathy.
3018 !> (integrate 34 files)
3019 ____________________________________________________________________________
3020 [ 4512] By: jhi on 1999/11/04 08:01:25
3021 Log: Incremental Mac integration from Matthias.
3023 ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
3025 ____________________________________________________________________________
3026 [ 4511] By: gsar on 1999/11/04 02:53:37
3027 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
3029 ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
3030 ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
3031 ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
3033 ____________________________________________________________________________
3034 [ 4510] By: jhi on 1999/11/02 22:12:29
3035 Log: S_init_interp is a better place to diddle with PL_opargs
3036 than perl_construct.
3039 ____________________________________________________________________________
3040 [ 4509] By: jhi on 1999/11/02 21:30:02
3041 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3042 To: ben@mucus.advanced.org, perl5-porters@perl.org
3043 Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
3044 Date: Tue, 02 Nov 1999 21:36:00 +0000
3045 Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
3048 ____________________________________________________________________________
3049 [ 4508] By: jhi on 1999/11/02 20:46:27
3050 Log: Initial integration of the MacPerl changes form Matthias.
3052 ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
3053 ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
3054 ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
3055 ____________________________________________________________________________
3056 [ 4507] By: jhi on 1999/11/01 23:05:07
3057 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3058 To: lvirden@cas.org (Larry W. Virden)
3059 Cc: perl5-porters@perl.org, lvirden@cas.org
3060 Subject: Re: [ID 19991026.001] perl segmentation fault report
3061 Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
3062 Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
3064 ! regexec.c t/op/pat.t
3065 ____________________________________________________________________________
3066 [ 4506] By: jhi on 1999/11/01 19:56:28
3067 Log: From: Olaf Flebbe <olaf@science-computing.de>
3068 To: perl5-porters@perl.org
3069 Subject: [PATCH: 5.005_62] Patch for EPOC Support
3070 Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
3071 Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
3073 + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3075 ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
3077 ____________________________________________________________________________
3078 [ 4505] By: gsar on 1999/11/01 17:09:44
3079 Log: macros for COP.cop_filegv access
3081 ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
3083 ____________________________________________________________________________
3084 [ 4504] By: gsar on 1999/11/01 17:08:28
3085 Log: enable better Win32::DomainName() by demand loading netapi32.dll
3088 ! pod/Win32.pod win32/win32.c
3089 ____________________________________________________________________________
3090 [ 4503] By: gsar on 1999/10/31 20:56:06
3091 Log: change#4502 was missing a file
3094 ____________________________________________________________________________
3095 [ 4502] By: gsar on 1999/10/31 20:46:02
3096 Log: make nested ARGV/$^I loops work correctly; fixes several bugs
3097 in the way ARGV state was handled in readline(); writing a
3098 subroutine to do inplace edits is now possible, provided *ARGV,
3099 *ARGVOUT, $^I and $_ are localized where needed
3101 ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
3103 ____________________________________________________________________________
3104 [ 4501] By: jhi on 1999/10/31 12:43:54
3105 Log: Integrate with Sarathy.
3107 !> perl.h win32/config.bc win32/config.gc win32/config.vc
3108 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3109 ____________________________________________________________________________
3110 [ 4500] By: gsar on 1999/10/31 10:01:17
3111 Log: updated windows config* files
3113 ! win32/config.bc win32/config.gc win32/config.vc
3114 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3115 ____________________________________________________________________________
3116 [ 4499] By: gsar on 1999/10/31 09:15:17
3117 Log: integrate cfgperl contents into mainline
3119 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3120 !> config_h.SH perl.h
3121 ____________________________________________________________________________
3122 [ 4498] By: gsar on 1999/10/31 09:13:41
3123 Log: remove unused struct Outrec
3126 ____________________________________________________________________________
3127 [ 4497] By: jhi on 1999/10/30 12:41:50
3128 Log: Add HAS_QUAD ($Config{d_quad}); use it.
3130 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3131 ! config_h.SH perl.h
3133 ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
3135 Branch: metaconfig/U/perl
3137 ____________________________________________________________________________
3138 [ 4496] By: gsar on 1999/10/30 00:28:32
3139 Log: integrate cfgperl contents into mainline
3141 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3142 !> Porting/config_H README.hurd config_h.SH doop.c handy.h
3143 !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
3144 !> perl.h pp.c pp.h regexec.c sv.c taint.c
3145 ____________________________________________________________________________
3146 [ 4495] By: jhi on 1999/10/29 23:36:19
3147 Log: Continue what #4494 started; introduce uid and gid formats.
3149 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3150 ! config_h.SH handy.h perl.h
3152 + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
3153 - U/typedefs/quadtype.U
3154 Branch: metaconfig/U/perl
3156 ____________________________________________________________________________
3157 [ 4494] By: jhi on 1999/10/29 22:09:01
3158 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
3159 from perl.h and handy.h.
3161 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3162 ! config_h.SH handy.h perl.h
3163 Branch: metaconfig/U/perl
3164 + perlxv.U perlxvf.U
3165 ____________________________________________________________________________
3166 [ 4493] By: jhi on 1999/10/29 22:08:06
3167 Log: Finetuning the output continues along the lines of #4490 and #4491.
3169 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3170 ! U/typedefs/fpostype.U
3171 Branch: metaconfig/U/perl
3173 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3174 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3175 ____________________________________________________________________________
3176 [ 4492] By: jhi on 1999/10/29 21:14:53
3177 Log: Hurd update from Mark Kettenis.
3180 ____________________________________________________________________________
3181 [ 4491] By: jhi on 1999/10/29 20:37:02
3182 Log: A new try at what #4490 tried to accomplish.
3184 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3185 Branch: metaconfig/U/perl
3186 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3187 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3188 ____________________________________________________________________________
3189 [ 4490] By: jhi on 1999/10/29 20:19:41
3190 Log: metaconfig nits.
3192 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3193 Branch: metaconfig/U/perl
3195 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3196 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3197 ____________________________________________________________________________
3198 [ 4489] By: jhi on 1999/10/29 16:08:43
3199 Log: Integrate with Sarathy.
3201 !> (integrate 31 files)
3202 ____________________________________________________________________________
3203 [ 4488] By: jhi on 1999/10/29 15:30:30
3204 Log: Regen Configure and Glossary.
3206 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3208 ____________________________________________________________________________
3209 [ 4487] By: jhi on 1999/10/29 15:24:13
3210 Log: Remove quad logic from perl.h; regen Configure;
3211 add -DUSE_LONG_LONG to ccflags if not already there.
3213 ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
3214 ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
3215 ____________________________________________________________________________
3216 [ 4486] By: jhi on 1999/10/29 15:22:38
3217 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
3218 fixed the use*.U to define their stuff only iff not already defined
3219 (so that ccflags can have any -DUSE_* it wants);
3220 uselonglong.U added; various small nits fixed.
3222 + U/typedefs/quadtype.U
3223 ! U/modified/d_longdbl.U U/modified/d_longlong.U
3224 ! U/modified/d_statblks.U U/modified/usenm.U
3225 ! U/threads/usethreads.U
3226 Branch: metaconfig/U/perl
3228 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3229 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
3230 ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
3231 ! usemultiplicity.U useperlio.U usesocks.U
3232 ____________________________________________________________________________
3233 [ 4485] By: gsar on 1999/10/29 06:08:50
3234 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
3236 ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
3237 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3238 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
3239 ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
3241 ____________________________________________________________________________
3242 [ 4484] By: gsar on 1999/10/29 03:00:21
3243 Log: usurp GVOP slot for new PADOP (one small step to making optree
3244 shareable across interpreters)
3246 ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
3247 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3248 ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3249 ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
3250 ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
3251 ! pp_hot.c pp_sys.c regexec.c run.c
3252 ____________________________________________________________________________
3253 [ 4483] By: jhi on 1999/10/28 22:01:12
3254 Log: Regen Configure.
3256 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3258 ____________________________________________________________________________
3259 [ 4482] By: jhi on 1999/10/28 21:45:26
3260 Log: Installdirs patches from Andy.
3262 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3263 ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
3264 ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
3265 ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
3266 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
3267 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
3268 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
3269 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3270 ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
3271 ____________________________________________________________________________
3272 [ 4481] By: gsar on 1999/10/28 17:33:49
3273 Log: remove C<use Time::Local 'no_range_check'> misfeature (global
3274 can still be directly set)
3277 ____________________________________________________________________________
3278 [ 4480] By: jhi on 1999/10/28 13:49:26
3279 Log: Fix printing of uids and gids; regen Configure.
3281 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3282 ! config_h.SH mg.c perl.c perl.h taint.c
3283 ____________________________________________________________________________
3284 [ 4479] By: jhi on 1999/10/28 11:53:57
3287 ! U/typedefs/gidsize.U
3288 ____________________________________________________________________________
3289 [ 4478] By: jhi on 1999/10/28 06:50:02
3290 Log: Integrate with Sarathy.
3292 !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
3293 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3294 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3295 !> win32/config_sh.PL win32/makefile.mk win32/win32.h
3296 ____________________________________________________________________________
3297 [ 4477] By: jhi on 1999/10/28 06:40:54
3298 Log: (Slightly) better comments for Policy_sh.SH from Andy.
3301 ____________________________________________________________________________
3302 [ 4476] By: gsar on 1999/10/27 23:54:36
3303 Log: regen config* stuff for windows
3305 ! Changes patchlevel.h win32/Makefile win32/config.bc
3306 ! win32/config.gc win32/config.vc win32/config_H.bc
3307 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3309 ____________________________________________________________________________
3310 [ 4475] By: gsar on 1999/10/27 21:32:30
3311 Log: integrate cfgperl contents into mainline; merge conflicts
3313 !> (integrate 46 files)
3314 ____________________________________________________________________________
3315 [ 4474] By: gsar on 1999/10/27 21:15:07
3316 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
3317 perl; stdout/stderr redirects seem broken as well)
3319 ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
3320 ____________________________________________________________________________
3321 [ 4473] By: jhi on 1999/10/27 21:11:11
3322 Log: Do not block if no message queues available.
3325 ____________________________________________________________________________
3326 [ 4472] By: jhi on 1999/10/27 18:27:40
3327 Log: Remove unused "squatter" symbols; regen Configure.
3329 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3330 ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
3331 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3332 ____________________________________________________________________________
3333 [ 4471] By: jhi on 1999/10/27 18:26:55
3334 Log: metaconfig; split socket; fix output.
3336 ! U/modified/d_socket.U U/modified/d_statblks.U
3337 Branch: metaconfig/U/perl
3338 + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
3339 ! i_sysstatfs.U i_sysvfs.U
3340 ____________________________________________________________________________
3341 [ 4470] By: jhi on 1999/10/27 17:19:06
3342 Log: Regen Configure.
3344 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3345 ! config_h.SH perl.c perl.h
3346 ____________________________________________________________________________
3347 [ 4469] By: jhi on 1999/10/27 17:18:41
3348 Log: metaconfig; split statfs.
3349 Branch: metaconfig/U/perl
3350 + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
3352 ____________________________________________________________________________
3353 [ 4468] By: jhi on 1999/10/27 14:06:44
3354 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
3355 (Ilya's changes won).
3357 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3358 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3359 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3360 !> (integrate 65 files)
3361 ____________________________________________________________________________
3362 [ 4467] By: jhi on 1999/10/27 13:38:41
3363 Log: Regen Configure.
3365 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3367 ____________________________________________________________________________
3368 [ 4466] By: jhi on 1999/10/27 13:18:06
3369 Log: metaconfig fixes from Andy.
3371 + U/modified/libnlist.U U/modified/usrinc.U
3372 ! U/Glossary.patch U/mkglossary U/modified/libpth.U
3373 ____________________________________________________________________________
3374 [ 4465] By: jhi on 1999/10/27 13:06:27
3375 Log: Nosuid checking for statfs() people.
3377 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3378 ! config_h.SH perl.c perl.h pod/perldiag.pod
3379 ____________________________________________________________________________
3380 [ 4464] By: jhi on 1999/10/27 13:04:20
3381 Log: metaconfig maintenance; fix Hasfield, statfs;
3382 add Hasstruct, statfs3, statfs4, ustat, sysvfs;
3383 split fstatfs away from statfs.
3385 + U/protos/Hasstruct.U
3386 ! U/protos/Hasfield.U
3387 Branch: metaconfig/U/perl
3388 + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
3391 ____________________________________________________________________________
3392 [ 4463] By: jhi on 1999/10/27 07:55:53
3393 Log: We need cc to be able to test for cc -v.
3396 ____________________________________________________________________________
3397 [ 4462] By: gsar on 1999/10/27 01:31:41
3398 Log: more GCC v2.95 induced adjustments
3400 ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
3401 ! win32/makefile.mk win32/win32.c x2p/walk.c
3402 ____________________________________________________________________________
3403 [ 4461] By: gsar on 1999/10/26 21:42:59
3404 Log: warnings and const violations identified by compiling in C++ mode
3407 ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3408 ! sv.c taint.c toke.c win32/win32.c
3409 ____________________________________________________________________________
3410 [ 4459] By: jhi on 1999/10/26 10:15:58
3411 Log: Regen Configure.
3413 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3415 ____________________________________________________________________________
3416 [ 4458] By: jhi on 1999/10/26 09:48:37
3417 Log: Minor rewordings.
3418 Branch: metaconfig/U/perl
3419 ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3420 ____________________________________________________________________________
3421 [ 4456] By: jhi on 1999/10/26 09:11:49
3422 Log: Fix d_statfsflags; add d_getmnt.
3423 Branch: metaconfig/U/perl
3426 ____________________________________________________________________________
3427 [ 4455] By: jhi on 1999/10/26 08:12:27
3428 Log: Massive multitypo in #4446.
3431 ____________________________________________________________________________
3432 [ 4454] By: jhi on 1999/10/25 08:28:45
3433 Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3434 To: Perl 5 Porters <perl5-porters@perl.org>
3435 Subject: [PATCH 5.005_62] dos-djgpp update
3436 Date: Mon, 25 Oct 1999 10:11:30 +0200
3437 Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3439 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3440 ! pod/perldelta.pod t/lib/io_unix.t
3441 ____________________________________________________________________________
3442 [ 4453] By: jhi on 1999/10/25 08:25:50
3443 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3444 To: perl5-porters@perl.org (Mailing list Perl5)
3445 Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3446 Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3447 Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3449 ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3450 ____________________________________________________________________________
3451 [ 4452] By: jhi on 1999/10/25 08:16:55
3452 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3453 To: perl5-porters@perl.org (Mailing list Perl5)
3454 Subject: [PATCH 5.005_62] Missing REx engine patch
3455 Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3456 Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3458 ! pod/perldiag.pod regcomp.c regexec.c
3459 ____________________________________________________________________________
3460 [ 4451] By: jhi on 1999/10/25 08:13:06
3461 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3462 To: perl5-porters@perl.org (Mailing list Perl5)
3463 Subject: [PATCH 5.005_62] charnames and UTEST
3464 Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3465 Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3468 ____________________________________________________________________________
3469 [ 4450] By: gsar on 1999/10/25 07:38:15
3473 ____________________________________________________________________________
3474 [ 4449] By: gsar on 1999/10/24 23:20:10
3475 Log: remove inconsistent tainting behavior of sprintf("%e",...)
3476 (all bets are off is "C" locale is compromised)
3478 ! pod/perlfunc.pod pod/perllocale.pod sv.c
3479 ____________________________________________________________________________
3480 [ 4448] By: gsar on 1999/10/24 22:20:42
3481 Log: remove unused interpreter globals
3483 ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3484 ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3486 ____________________________________________________________________________
3487 [ 4447] By: jhi on 1999/10/24 21:49:52
3488 Log: Another hints tweak.
3491 ____________________________________________________________________________
3492 [ 4446] By: jhi on 1999/10/24 21:48:02
3496 ____________________________________________________________________________
3497 [ 4445] By: nick on 1999/10/24 21:03:28
3498 Log: Integrate own changes to mainline.
3501 ____________________________________________________________________________
3502 [ 4444] By: nick on 1999/10/24 20:54:06
3503 Log: Avoid creating GV with NULL name when vivifying nameless scalars.
3504 (Fix/workround for [ID19991024.001])
3507 ____________________________________________________________________________
3508 [ 4443] By: nick on 1999/10/24 15:09:51
3509 Log: Follow that camel ... another sync.
3511 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3512 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3513 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3514 !> (integrate 36 files)
3515 ____________________________________________________________________________
3516 [ 4442] By: gsar on 1999/10/24 14:40:01
3517 Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
3520 ____________________________________________________________________________
3521 [ 4441] By: gsar on 1999/10/24 14:33:11
3522 Log: test in change#4428 needs strict interpretation of C modulus
3525 ____________________________________________________________________________
3526 [ 4440] By: gsar on 1999/10/24 13:47:17
3527 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
3530 ! perl.c pod/perldelta.pod pod/perldiag.pod
3531 ____________________________________________________________________________
3532 [ 4439] By: jhi on 1999/10/24 13:19:17
3533 Log: test for #2835 (yeah, better later than never)
3536 ____________________________________________________________________________
3537 [ 4438] By: gsar on 1999/10/24 12:59:12
3538 Log: typo, doc tweak
3540 ! lib/attributes.pm pod/perlop.pod
3541 ____________________________________________________________________________
3542 [ 4437] By: gsar on 1999/10/24 11:59:55
3543 Log: allow get() and reftype() functions to be imported (from
3547 ____________________________________________________________________________
3548 [ 4436] By: gsar on 1999/10/24 11:52:53
3549 Log: suppress scalar leak messages for known leaks (from
3550 Robin Barker <rmb1@cise.npl.co.uk>)
3552 ! Changes t/op/lex_assign.t t/pragma/warn/op
3553 ____________________________________________________________________________
3554 [ 4435] By: gsar on 1999/10/24 11:39:42
3555 Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
3557 ! ext/B/defsubs_h.PL
3558 ____________________________________________________________________________
3559 [ 4434] By: gsar on 1999/10/24 11:36:08
3560 Log: relax range checking if they ask for it (from John L. Allen
3561 <allen@grumman.com>)
3564 ____________________________________________________________________________
3565 [ 4433] By: gsar on 1999/10/24 11:25:51
3566 Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
3568 ! README lib/File/Path.pm
3569 ____________________________________________________________________________
3570 [ 4432] By: gsar on 1999/10/24 11:11:02
3571 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3572 Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
3573 Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
3574 Subject: Re: [PATCH 5.005_62] OS/2 improvements
3576 + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3577 + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3578 + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3579 ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
3580 ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
3581 ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3582 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
3583 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
3584 ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
3585 ! perl.c perl.h t/io/fs.t t/op/magic.t
3586 ____________________________________________________________________________
3587 [ 4431] By: gsar on 1999/10/24 10:50:14
3588 Log: install all README.foo with pod content as podfoo.pod
3590 ! Makefile.SH installman
3591 ____________________________________________________________________________
3592 [ 4430] By: gsar on 1999/10/24 09:28:24
3593 Log: @INC needs ../lib
3596 ____________________________________________________________________________
3597 [ 4429] By: jhi on 1999/10/23 21:47:49
3598 Log: More printf-fixes (see also #4426).
3600 ! deb.c dump.c ext/Data/Dumper/Dumper.xs
3601 ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
3602 ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
3603 ____________________________________________________________________________
3604 [ 4428] By: gsar on 1999/10/23 20:28:56
3605 Log: fix accidental C modulo semantics on integer-valued operations
3606 (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
3609 ____________________________________________________________________________
3610 [ 4427] By: jhi on 1999/10/23 16:10:10
3611 Log: Integrate with Sarathy.
3613 !> sv.c win32/win32.c
3614 ____________________________________________________________________________
3615 [ 4426] By: jhi on 1999/10/23 16:04:02
3616 Log: Fix the printfing nits pointed out by using gcc -Wall and
3617 Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
3618 plus few other warnings in Dumper.xs.
3620 ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3621 ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
3622 ____________________________________________________________________________
3623 [ 4425] By: jhi on 1999/10/23 15:16:41
3624 Log: Configure regen to pick up the new installation directories
3625 from Policy_sh.SH. The explanations of "public add-ons" and
3626 "vendor-supplied" could do with more work.
3628 ! Configure config_h.SH
3629 ____________________________________________________________________________
3630 [ 4424] By: nick on 1999/10/23 00:46:22
3631 Log: Resolve mainline before possible hacking operertunity this weekend
3633 +> pod/perlfilter.pod
3634 !> (integrate 32 files)
3635 ____________________________________________________________________________
3636 [ 4423] By: jhi on 1999/10/22 22:53:17
3637 Log: Update Policy_sh.SH to handle the newer installation directives.
3638 From: Andy Dougherty <doughera@lafayette.edu>
3639 To: Perl Porters <perl5-porters@perl.org>
3640 Subject: [PATCH 5.005_62] Policy_sh.SH update
3641 Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
3642 Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
3645 ____________________________________________________________________________
3646 [ 4422] By: jhi on 1999/10/22 22:44:44
3647 Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
3650 ____________________________________________________________________________
3651 [ 4421] By: gsar on 1999/10/22 21:16:44
3652 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
3656 ____________________________________________________________________________
3657 [ 4420] By: gsar on 1999/10/22 16:36:46
3658 Log: win32_utime() on directories should use localtime() rather
3659 than gmtime() (from Jan Dubois)
3662 ____________________________________________________________________________
3663 [ 4419] By: jhi on 1999/10/21 10:31:41
3664 Log: Integrate with Sarathy.
3666 !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
3667 !> t/lib/glob-basic.t t/op/sort.t
3668 ____________________________________________________________________________
3669 [ 4418] By: gsar on 1999/10/20 23:49:47
3670 Log: add test for change#4417
3673 ____________________________________________________________________________
3674 [ 4417] By: gsar on 1999/10/20 23:45:03
3675 Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
3678 ____________________________________________________________________________
3679 [ 4416] By: gsar on 1999/10/20 01:00:50
3680 Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
3682 ! lib/CPAN/FirstTime.pm
3683 ____________________________________________________________________________
3684 [ 4415] By: gsar on 1999/10/20 00:52:34
3685 Log: disable optimizing troublesome ops in change#3612
3686 (from Ilya Zakharevich)
3688 ! Makefile.SH opcode.h opcode.pl
3689 ____________________________________________________________________________
3690 [ 4414] By: gsar on 1999/10/20 00:37:46
3691 Log: skip unreadable directory test when running as root
3693 ! t/lib/glob-basic.t
3694 ____________________________________________________________________________
3695 [ 4413] By: jhi on 1999/10/19 09:26:52
3696 Log: Avoid GNU ar if HP cc is being used.
3699 ____________________________________________________________________________
3700 [ 4412] By: jhi on 1999/10/19 07:24:29
3701 Log: Integrate with Sarathy.
3704 ____________________________________________________________________________
3705 [ 4411] By: jhi on 1999/10/19 07:22:34
3706 Log: Long double support: sqrtl et al are not available everywhere,
3707 e.g. not in Solaris, even when long doubles are.
3709 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3710 ! config_h.SH perl.h
3711 ____________________________________________________________________________
3712 [ 4410] By: jhi on 1999/10/19 07:21:42
3713 Log: Add sqrtl probe, add echo dependencies.
3715 ! U/threads/d_pthreadj.U
3716 Branch: metaconfig/U/perl
3718 ! i_inttypes.U io64.U
3719 ____________________________________________________________________________
3720 [ 4409] By: gsar on 1999/10/19 02:18:54
3721 Log: perl_mutex n/a if !USE_THREADS
3724 ____________________________________________________________________________
3725 [ 4408] By: jhi on 1999/10/18 20:13:02
3726 Log: Forgotten s/warning/warnings/.
3729 ____________________________________________________________________________
3730 [ 4407] By: jhi on 1999/10/18 20:02:12
3731 Log: Integrate with Sarathy.
3733 +> pod/perlfilter.pod
3734 !> (integrate 30 files)
3735 ____________________________________________________________________________
3736 [ 4406] By: gsar on 1999/10/18 16:32:10
3737 Log: added intro to source filters from Paul Marquess
3739 + pod/perlfilter.pod
3740 ! MANIFEST pod/perldelta.pod
3741 ____________________________________________________________________________
3742 [ 4405] By: gsar on 1999/10/18 05:53:06
3743 Log: missing manpages
3746 ____________________________________________________________________________
3747 [ 4404] By: gsar on 1999/10/18 05:09:22
3748 Log: pod updates from Tom Christiansen
3750 ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
3751 ____________________________________________________________________________
3752 [ 4403] By: gsar on 1999/10/17 23:43:59
3753 Log: PL_malloc_mutex needs to be global, not per-interpreter
3754 (malloc.c has static data)
3756 ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
3757 ____________________________________________________________________________
3758 [ 4402] By: gsar on 1999/10/17 22:30:30
3759 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
3762 ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
3763 ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
3765 ____________________________________________________________________________
3766 [ 4401] By: gsar on 1999/10/17 20:33:42
3767 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
3768 eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
3769 is one symptom of the problem
3771 ! pp_ctl.c t/op/eval.t
3772 ____________________________________________________________________________
3773 [ 4400] By: gsar on 1999/10/17 18:36:46
3774 Log: remove FileHandle from list of PodParser dependencies (the
3775 difference is 20 files vs 6 files loaded!)
3777 ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
3779 ____________________________________________________________________________
3780 [ 4399] By: nick on 1999/10/17 14:51:35
3781 Log: Pre-trip resolve
3783 !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
3784 ____________________________________________________________________________
3785 [ 4398] By: gsar on 1999/10/17 09:19:24
3786 Log: make installperl ignore RCS files (from Michael G Schwern
3787 <schwern@pobox.com>)
3789 ! installperl lib/Text/Tabs.pm
3790 ____________________________________________________________________________
3791 [ 4397] By: gsar on 1999/10/16 18:30:14
3792 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
3795 ____________________________________________________________________________
3796 [ 4396] By: jhi on 1999/10/16 17:44:39
3799 ! lib/diagnostics.pm
3800 ____________________________________________________________________________
3801 [ 4395] By: gsar on 1999/10/16 17:18:36
3802 Log: assumption about @_ always being non-REAL doesn't hold when
3803 debugger is running; DB::sub() can call arbitrary stuff
3804 that modifies @_ at will
3807 ____________________________________________________________________________
3808 [ 4394] By: nick on 1999/10/16 09:35:20
3809 Log: Resolve utfperl branch against mainline as of _62
3811 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3812 +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
3813 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3814 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3815 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3816 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3817 +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
3818 +> t/lib/glob-taint.t win32/genmk95.pl
3819 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3820 !> (integrate 144 files)
3821 ____________________________________________________________________________
3822 [ 4393] By: gsar on 1999/10/16 04:07:02
3823 Log: OS/2 support bits (from Ilya Zakharevich)
3825 ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
3826 ____________________________________________________________________________
3827 [ 4392] By: jhi on 1999/10/15 10:28:09
3828 Log: Integrate with Sarathy.
3830 !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
3831 !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
3832 !> win32/Makefile win32/makefile.mk
3838 ____________________________________________________________________________
3839 [ 4391] By: gsar on 1999/10/15 10:12:42
3840 Log: here be 5.005_62
3842 ! Changes MANIFEST Porting/makerel
3843 ____________________________________________________________________________
3844 [ 4390] By: gsar on 1999/10/15 09:45:51
3845 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
3846 avoid tickling it in Pod::Man for now; other nits in
3849 ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
3850 ! pod/perlopentut.pod
3851 ____________________________________________________________________________
3852 [ 4389] By: gsar on 1999/10/15 08:55:01
3853 Log: disable internal globbing for miniperl (or build breaks out
3854 in a rash of failed dependencies)
3856 ! Makefile.SH op.c win32/Makefile win32/makefile.mk
3857 ____________________________________________________________________________
3858 [ 4388] By: jhi on 1999/10/15 08:07:49
3859 Log: Integrate with Sarathy.
3861 !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
3862 !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
3863 ____________________________________________________________________________
3864 [ 4387] By: gsar on 1999/10/15 07:46:24
3865 Log: integrate cfgperl contents into mainline
3868 !> pod/perldelta.pod pod/perldiag.pod regcomp.c
3869 !> t/pragma/warn/regcomp
3870 ____________________________________________________________________________
3871 [ 4386] By: gsar on 1999/10/15 05:45:36
3872 Log: various little goofs in change#4385
3874 ! win32/include/dirent.h win32/win32.c
3875 ____________________________________________________________________________
3876 [ 4385] By: gsar on 1999/10/15 04:49:09
3877 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
3878 rather than win32_opendir() reading all files up front (untested)
3880 ! win32/include/dirent.h win32/win32.c
3881 ____________________________________________________________________________
3882 [ 4384] By: gsar on 1999/10/15 01:34:09
3883 Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
3885 ! lib/Benchmark.pm pod/perldelta.pod
3886 ____________________________________________________________________________
3887 [ 4383] By: gsar on 1999/10/15 01:22:32
3888 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
3892 ____________________________________