Please note: This file provides a complete, temporally ordered log of changes that went into every version of Perl. If you'd like more detailed information, please consult the comments in the individual patches posted to the perl5-porters mailing list. Patches for each individual change may also be obtained through ftp and rsync--see perlhack.pod for the details. --------------- CAST AND CREW --------------- To give due honor to those who have made Perl what is is today, here are some of the more common names in the Changes file, and their current addresses (as of February 2000): Gisle Aas Abigail Kenneth Albanowski Russ Allbery Brad Appleton Greg Bacon Robin Barker Vishal Bhatia Spider Boardman Tom Christiansen Mark-Jason Dominus Jan Dubois Dominic Dunlop Eric Fifer Hallvard B Furuseth M. J. T. Guy Jarkko Hietaniemi Tom Hughes Nick Ing-Simmons Andreas Koenig Douglas Lankshear Doug MacEachern Raphael Manfredi Paul Marquess Stephen McCamant Laszlo Molnar Hans Mulder Chris Nandor Matthias Neeracher Jeff Okamoto Ulrich Pfeifer Tom Phoenix Joshua Pritikin Peter Prymmer Norbert Pueschel Dean Roehrich Hugo van der Sanden Michael G Schwern Roderick Schertler Kurt D. Starsinic Benjamin Stuhl Dan Sugalski Nathan Torkington Larry W. Virden Johan Vromans Ilya Zakharevich And the Keepers of the Patch Pumpkin: Charles Bailey Graham Barr Malcolm Beattie Tim Bunce Andy Dougherty Gurusamy Sarathy Chip Salzenberg And, of course, the Author of Perl: Larry Wall NOTE: Each change entry shows the change number; who checked it into the repository; when; description of the change; which branch the change happened in; and the affected files. The file lists have a short symbolic indicator: ! modified + added - deleted +> branched (from elsewhere) !> merged changes (from elsewhere) -------------- Version v5.6.0 -------------- ____________________________________________________________________________ [ 5899] By: gsar on 2000/03/23 05:39:11 Log: update patchlevel.h, Changes; regen perltoc.pod Branch: perl ! Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod ____________________________________________________________________________ [ 5898] By: jhi on 2000/03/23 05:36:47 Log: Integrate with Sarathy. Branch: cfgperl !> README.machten Todo Todo-5.6 pod/perldebug.pod !> pod/perldelta.pod pod/perldiag.pod pod/perlport.pod sv.c ____________________________________________________________________________ [ 5897] By: gsar on 2000/03/23 05:31:12 Log: revise perldelta for more optimal ordering, minor Todo rearrangments Branch: perl ! README.machten Todo Todo-5.6 pod/perldelta.pod ! pod/perldiag.pod ____________________________________________________________________________ [ 5896] By: gsar on 2000/03/23 05:30:15 Log: pod updates (from Tom Christiansen) Branch: perl ! pod/perldebug.pod pod/perlport.pod ____________________________________________________________________________ [ 5895] By: gsar on 2000/03/23 02:33:33 Log: fix misplaced OP refcount for eval root Branch: perl ! sv.c ____________________________________________________________________________ [ 5894] By: jhi on 2000/03/22 21:37:03 Log: Integrate with Sarathy. Branch: cfgperl +> README.machten !> MAINTAIN MANIFEST README.win32 ext/DynaLoader/dlutils.c !> ext/IO/lib/IO/File.pm hints/machten.sh pod/perl.pod !> pod/perldelta.pod pod/perlsyn.pod t/io/fs.t win32/Makefile !> win32/makefile.mk ____________________________________________________________________________ [ 5893] By: gsar on 2000/03/22 21:08:34 Log: unretract change#5871 (Dominic Dunlop reports machten is better with it than without) Branch: perl ! hints/machten.sh ____________________________________________________________________________ [ 5892] By: gsar on 2000/03/22 20:37:44 Log: integrate cfgperl changes into mainline Branch: perl !> Configure config_h.SH hints/machten.sh hints/solaris_2.sh !> hints/unicosmk.sh ____________________________________________________________________________ [ 5891] By: gsar on 2000/03/22 20:04:01 Log: perlsyn.pod nit (from Tom Christiansen) Branch: perl ! pod/perlsyn.pod ____________________________________________________________________________ [ 5890] By: gsar on 2000/03/22 19:43:22 Log: typo in comment Branch: perl ! ext/DynaLoader/dlutils.c ____________________________________________________________________________ [ 5889] By: gsar on 2000/03/22 19:41:46 Log: add README.machten (from Dominic Dunlop) Branch: perl + README.machten ! MAINTAIN MANIFEST pod/perl.pod win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 5888] By: gsar on 2000/03/22 19:29:47 Log: makefile nits Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 5887] By: gsar on 2000/03/22 19:26:03 Log: add note about lib/open3.t#22 failure on Win2K Branch: perl ! README.win32 pod/perldelta.pod ____________________________________________________________________________ [ 5886] By: gsar on 2000/03/22 19:14:20 Log: io/fs.t tweaks for Windows 2000 Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 5885] By: gsar on 2000/03/22 18:41:50 Log: make unloading of extension shared objects (change#5381) a build option (use "Configure -Accflags=-DDL_UNLOAD_ALL_AT_EXIT" to enable) Branch: perl ! ext/DynaLoader/dlutils.c pod/perldelta.pod ____________________________________________________________________________ [ 5884] By: gsar on 2000/03/22 18:16:45 Log: avoid loading both XSLoader and DynaLoader (avoids dl_error() redefinition warnings when statically linked) Branch: perl ! ext/IO/lib/IO/File.pm ____________________________________________________________________________ [ 5883] By: jhi on 2000/03/22 17:45:01 Log: Integrate with Sarathy. Branch: cfgperl +> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t - t/lib/thread.t t/op/64bit.t t/op/nothread.t !> Configure MAINTAIN MANIFEST Todo-5.6 ext/POSIX/Makefile.PL !> lib/ExtUtils/Liblist.pm lib/ExtUtils/xsubpp !> lib/File/Compare.pm pod/perldelta.pod universal.c util.c !> utils/h2xs.PL utils/perlbug.PL win32/Makefile !> win32/makefile.mk ____________________________________________________________________________ [ 5882] By: jhi on 2000/03/22 17:16:27 Log: Metaconfigify #5881. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/installdirs/inc_version_list.U ____________________________________________________________________________ [ 5881] By: gsar on 2000/03/22 17:04:01 Log: avoid including things that aren't directories in inc_version_list (from Robin Barker) Branch: perl ! Configure ____________________________________________________________________________ [ 5880] By: gsar on 2000/03/22 16:55:42 Log: avoid File::Compare warning when passed handles (from Nick Ing-Simmons) Branch: perl ! lib/File/Compare.pm ____________________________________________________________________________ [ 5879] By: jhi on 2000/03/22 16:48:33 Log: Retract #5871. Branch: cfgperl ! hints/machten.sh ____________________________________________________________________________ [ 5878] By: gsar on 2000/03/22 16:29:37 Log: RM600-svr4 tweaks (from Frank Ridderbusch ) Branch: perl ! ext/POSIX/Makefile.PL lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 5877] By: gsar on 2000/03/22 15:38:49 Log: save RE context when calling __WARN__ and __DIE__ hooks; add missing stack-of-stacks logic for new code that came in with lexical warnings (this fixes coredumps from -Mdiagnostics when the warnings happens to come from within the RE engine) Branch: perl ! util.c ____________________________________________________________________________ [ 5876] By: gsar on 2000/03/22 15:02:59 Log: missing pieces in perldelta Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 5875] By: gsar on 2000/03/22 14:46:24 Log: rename tests to more appropriate names Branch: perl +> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t - t/lib/thread.t t/op/64bit.t t/op/nothread.t ! MAINTAIN MANIFEST pod/perldelta.pod ____________________________________________________________________________ [ 5874] By: jhi on 2000/03/22 14:32:57 Log: Make the no-luck-on-uselongdouble warning more visible. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5873] By: gsar on 2000/03/22 14:28:56 Log: backout change#5708; fixups for behavior of recently added -a switch; support -k and -m switches in h2xs (from Hugo van der Sanden) Branch: perl ! lib/ExtUtils/xsubpp utils/h2xs.PL ____________________________________________________________________________ [ 5872] By: gsar on 2000/03/22 14:21:20 Log: remove outdated notes in makefiles Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 5871] By: jhi on 2000/03/22 14:17:40 Log: Disable SysV shm and msg even more. Branch: cfgperl ! hints/machten.sh ____________________________________________________________________________ [ 5870] By: jhi on 2000/03/22 14:16:54 Log: Augment #5865. Branch: cfgperl ! hints/unicosmk.sh ____________________________________________________________________________ [ 5869] By: gsar on 2000/03/22 14:07:27 Log: perlbug -ok shouldn't prompt (from Paul Moore ) Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 5868] By: gsar on 2000/03/22 13:54:27 Log: integrate cfgperl contents into mainline Branch: perl ! Todo-5.6 !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH hints/dec_osf.sh hints/openbsd.sh !> hints/solaris_2.sh hints/unicosmk.sh pod/perldelta.pod !> pod/perlport.pod win32/config_H.bc win32/config_H.gc !> win32/config_H.vc ____________________________________________________________________________ [ 5867] By: jhi on 2000/03/22 05:25:40 Log: OpenBSD pthreadness fixes from Tom Christiansen. Branch: cfgperl ! hints/openbsd.sh ____________________________________________________________________________ [ 5866] By: gsar on 2000/03/22 04:18:39 Log: UMRs in universal.c (SvCUR() may not be there unless SvPOK()) Branch: perl ! universal.c ____________________________________________________________________________ [ 5865] By: jhi on 2000/03/21 21:38:20 Log: The SysV shm*() are in libc but unimplemented. Branch: cfgperl ! hints/unicosmk.sh ____________________________________________________________________________ [ 5864] By: jhi on 2000/03/21 21:30:02 Log: s/setgropus/setgroups/; # detypo in a comment Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH win32/config_H.bc win32/config_H.gc ! win32/config_H.vc Branch: metaconfig ! U/modified/Getfile.U U/modified/d_flexfnam.U ! U/modified/groupstype.U ____________________________________________________________________________ [ 5863] By: jhi on 2000/03/21 20:25:40 Log: Add supported platforms. Branch: cfgperl ! pod/perlport.pod ____________________________________________________________________________ [ 5862] By: jhi on 2000/03/21 19:19:04 Log: Integrate with Sarathy. Branch: cfgperl !> makedef.pl ____________________________________________________________________________ [ 5861] By: gsar on 2000/03/21 19:07:13 Log: add missing bincompat symbols to export list Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5860] By: jhi on 2000/03/21 18:59:39 Log: Disallow using too old gcc in {Tru64,Digital UNIX,DEC OSF/1}. (Even gcc 2.95 doesn't seem to be working 100%.) Branch: cfgperl ! hints/dec_osf.sh pod/perldelta.pod ____________________________________________________________________________ [ 5859] By: jhi on 2000/03/21 16:36:27 Log: Nit for #5802 from Robin Barker. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Getfile.U ____________________________________________________________________________ [ 5858] By: jhi on 2000/03/21 14:34:25 Log: Be more lenient in the case libsunmath cannot be found. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5857] By: jhi on 2000/03/21 14:14:38 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 27 files) ____________________________________________________________________________ [ 5856] By: gsar on 2000/03/21 10:44:10 Log: here lies RC3 Branch: perl ! Changes patchlevel.h pod/perlhist.pod ____________________________________________________________________________ [ 5855] By: gsar on 2000/03/21 10:05:42 Log: clone awareness for change#5847 Branch: perl ! sv.c ____________________________________________________________________________ [ 5854] By: gsar on 2000/03/21 09:30:50 Log: regen win32/config* Branch: perl ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 5853] By: gsar on 2000/03/21 08:56:58 Log: integrate cfgperl and vmsperl contents into mainline Branch: perl !> Configure Todo Todo-5.6 config_h.SH lib/File/Spec/VMS.pm !> pod/perldelta.pod t/op/taint.t ____________________________________________________________________________ [ 5852] By: gsar on 2000/03/21 06:08:20 Log: README.mint tweaks (from Guido Flohr ) Branch: perl ! Changes README.mint ____________________________________________________________________________ [ 5851] By: gsar on 2000/03/21 06:06:44 Log: make parenthetic warnings look consistent; make diagnostic on "use 5.6" et al mention the alternate form; pod fixups Branch: perl ! gv.c op.c pod/perldelta.pod pod/perldiag.pod pp_ctl.c ! t/comp/use.t t/pragma/strict-vars t/pragma/warn/op ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys toke.c universal.c ! util.c ____________________________________________________________________________ [ 5850] By: gsar on 2000/03/21 04:05:00 Log: disable unused Windows code that won't run on Windows 95 Branch: perl ! win32/vmem.h ____________________________________________________________________________ [ 5849] By: gsar on 2000/03/21 03:34:39 Log: $File::Find::name doesn't reflect top level files correctly (from Simon Cozens ) Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 5848] By: gsar on 2000/03/21 02:46:01 Log: test fails when sockets not available (from Yitzchak Scott-Thoennes) Branch: perl ! t/lib/io_unix.t ____________________________________________________________________________ [ 5847] By: gsar on 2000/03/21 00:09:09 Log: under useithreads, PUSHLOOP must save PL_curpad for looking up iterdata, since dounwind() may defer LEAVEs Branch: perl ! cop.h ____________________________________________________________________________ [ 5846] By: jhi on 2000/03/20 23:54:37 Log: Document the lib/io_multihomedt hang in 64-bit HP-Ux. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 5845] By: jhi on 2000/03/20 23:45:24 Log: detypo Branch: cfgperl ! t/op/taint.t ____________________________________________________________________________ [ 5844] By: jhi on 2000/03/20 23:17:18 Log: Integrate with Sarathy. Branch: cfgperl !> lib/Dumpvalue.pm lib/User/pwent.pm lib/dumpvar.pl !> lib/strict.pm op.c pod/perldata.pod pod/perldelta.pod !> pod/perlfunc.pod pp.c t/io/pipe.t t/lib/charnames.t toke.c !> utils/perlbug.PL ____________________________________________________________________________ [ 5843] By: gsar on 2000/03/20 22:14:35 Log: add note about symbolic filehandles (from Johan Vromans) Branch: perl ! lib/strict.pm pod/perlfunc.pod ____________________________________________________________________________ [ 5842] By: gsar on 2000/03/20 21:59:51 Log: perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate code Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 5841] By: gsar on 2000/03/20 21:06:01 Log: more sleep needed from slow systems (from Peter Haworth) Branch: perl ! t/io/pipe.t ____________________________________________________________________________ [ 5840] By: gsar on 2000/03/20 21:04:42 Log: typo in change#5839 Branch: perl ! lib/Dumpvalue.pm ____________________________________________________________________________ [ 5839] By: gsar on 2000/03/20 21:03:14 Log: make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs ); fix up duplicate code in Dumpvalue.pm Branch: perl ! lib/Dumpvalue.pm lib/dumpvar.pl ____________________________________________________________________________ [ 5838] By: gsar on 2000/03/20 20:53:25 Log: mention handle autovivification in perldata (from Johan Vromans) Branch: perl ! lib/User/pwent.pm pod/perldata.pod ____________________________________________________________________________ [ 5837] By: gsar on 2000/03/20 20:37:42 Log: change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}" Branch: perl ! t/lib/charnames.t toke.c ____________________________________________________________________________ [ 5836] By: gsar on 2000/03/20 16:27:13 Log: autovivify open($fh[0],...) properly Branch: perl ! op.c pp.c ____________________________________________________________________________ [ 5835] By: gsar on 2000/03/19 18:51:24 Log: add @x->[2] bug to known issues (from Johan Vromans) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 5834] By: jhi on 2000/03/19 18:42:35 Log: Fix the socklen default type (from Laszlo Molnar; though I prefer signed, not unsigned); move the cross-compialtion wish item to Todo; drop excess permissions in taint.t. Branch: cfgperl ! Configure Todo Todo-5.6 config_h.SH t/op/taint.t Branch: metaconfig ! U/protos/socksizetype.U ____________________________________________________________________________ [ 5833] By: jhi on 2000/03/19 18:20:42 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 42 files) ____________________________________________________________________________ [ 5832] By: gsar on 2000/03/19 18:01:28 Log: pwent.pm doc tweak (from Tom Christiansen) Branch: perl ! lib/User/pwent.pm ____________________________________________________________________________ [ 5831] By: gsar on 2000/03/19 17:57:31 Log: unsigned is a more reasonable socksizetype default (from Laszlo ) Branch: perl ! Configure ____________________________________________________________________________ [ 5830] By: gsar on 2000/03/19 17:40:20 Log: taint.t shouldn't fail where IPC::SysV unavailable Branch: perl ! t/op/taint.t ____________________________________________________________________________ [ 5829] By: gsar on 2000/03/19 17:19:46 Log: update Changes Branch: perl ! Changes embed.h ____________________________________________________________________________ [ 5828] By: gsar on 2000/03/19 16:47:14 Log: squelch known scalar leak due to compile failure Branch: perl ! t/pragma/strict-vars ____________________________________________________________________________ [ 5827] By: gsar on 2000/03/19 09:20:22 Log: mention how to look up perllocal.pod (from Michael G Schwern) Branch: perl ! pod/perlapi.pod pod/perlmodinstall.pod pod/perlmodlib.pod ____________________________________________________________________________ [ 5826] By: gsar on 2000/03/19 08:49:27 Log: mention need to wait for children (from Russ Allbery) Branch: perl ! lib/IPC/Open2.pm lib/IPC/Open3.pm pod/perldelta.pod ____________________________________________________________________________ [ 5825] By: gsar on 2000/03/19 08:47:52 Log: Pod::Man should strip leading lib/ for module manpages (from Russ Allbery) Branch: perl ! lib/Pod/Man.pm ____________________________________________________________________________ [ 5824] By: gsar on 2000/03/19 08:17:49 Log: User::pwent fixups for additional fields (from Tom Christiansen); fix bug in pw_has(); tolerate absense of pw{change,age,quota} and pw{comment,class} (Debian 2.1 doesn't have either of these) Branch: perl ! lib/User/pwent.pm ____________________________________________________________________________ [ 5823] By: gsar on 2000/03/19 07:41:46 Log: pod typo fixes (from Marcel Grunauer ) Branch: perl ! embed.pl embedvar.h hints/linux.sh pod/perlhack.pod ! pod/perlnumber.pod pod/perlthrtut.pod vms/ext/Stdio/Stdio.pm ____________________________________________________________________________ [ 5822] By: gsar on 2000/03/19 07:34:29 Log: integrate cfgperl contents into mainline Branch: perl ! ext/Thread/Thread.pm pod/perlthrtut.pod !> (integrate 41 files) ____________________________________________________________________________ [ 5821] By: gsar on 2000/03/19 07:14:38 Log: remove dead code Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 5820] By: gsar on 2000/03/19 07:13:01 Log: fix typo Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 5819] By: gsar on 2000/03/19 07:09:32 Log: produce better error message when \N{...} is used without "use charnames ..." Branch: perl ! pod/perldelta.pod pod/perldiag.pod toke.c ____________________________________________________________________________ [ 5818] By: gsar on 2000/03/19 06:30:11 Log: default warnLevel and dieLevel to 0 in debugger (from Tom Christiansen); make dumpvar.pl safe against non-glob entries in stashes Branch: perl ! lib/Dumpvalue.pm lib/dumpvar.pl lib/perl5db.pl ! pod/perldebug.pod ____________________________________________________________________________ [ 5817] By: gsar on 2000/03/19 06:18:24 Log: better notes on s///ee (from Simon Cozens ) Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 5816] By: gsar on 2000/03/19 05:55:52 Log: support for C; move VMSISH_EXIT out of op_private (from Charles Lane ) Branch: perl ! embed.pl op.c op.h opcode.h opcode.pl perl.h pp.sym pp_ctl.c ! pp_proto.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/vmsish.h ____________________________________________________________________________ [ 5815] By: gsar on 2000/03/19 05:27:31 Log: fix sort optimizer to not hang inside loops Branch: perl ! op.c t/op/sort.t ____________________________________________________________________________ [ 5814] By: gsar on 2000/03/19 03:59:29 Log: fixes for alias handling in debugger (from Tom Christiansen) Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 5813] By: gsar on 2000/03/19 03:38:10 Log: warn about CHECK and INIT blocks encountered at run time Branch: perl ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op ____________________________________________________________________________ [ 5812] By: jhi on 2000/03/19 03:15:58 Log: Taint msgrcv() messages; general SysV IPC cleanup. Branch: cfgperl ! doio.c ext/IPC/SysV/Msg.pm pod/perldelta.pod pod/perlfunc.pod ! pod/perlipc.pod pod/perlsec.pod t/lib/ipc_sysv.t t/op/taint.t ____________________________________________________________________________ [ 5811] By: jhi on 2000/03/19 01:48:47 Log: Taint shmread(). Branch: cfgperl ! doio.c pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod ! t/op/taint.t ____________________________________________________________________________ [ 5810] By: jhi on 2000/03/19 01:22:47 Log: Taint also the passwd field of the getpw*(). Branch: cfgperl ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c ! t/op/taint.t ____________________________________________________________________________ [ 5809] By: jhi on 2000/03/18 21:44:34 Log: Integrate with Sarathy. Branch: cfgperl !> t/pragma/strict-vars toke.c ____________________________________________________________________________ [ 5808] By: jhi on 2000/03/18 21:40:55 Log: (Re-)introduce $uidsign and $gidsign. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com ! vos/config.def vos/config.h vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/config_h.PL win32/config_sh.PL Branch: metaconfig ! U/modified/groupstype.U U/typedefs/gidtype.U ____________________________________________________________________________ [ 5807] By: jhi on 2000/03/18 20:38:12 Log: The #5805 requires a test change, too. Branch: cfgperl ! t/op/taint.t ____________________________________________________________________________ [ 5806] By: gsar on 2000/03/18 20:10:29 Log: queued errors may not be displayed after the PL_error_count limit Branch: perl ! t/pragma/strict-vars toke.c ____________________________________________________________________________ [ 5805] By: jhi on 2000/03/18 19:56:12 Log: Taint the shell from the getpw*. Branch: cfgperl ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c ____________________________________________________________________________ [ 5804] By: jhi on 2000/03/18 19:37:01 Log: Use the newSVuv(). Branch: cfgperl ! embed.h op.c pp_sys.c toke.c ____________________________________________________________________________ [ 5803] By: jhi on 2000/03/18 19:08:40 Log: Add newSVuv(). Branch: cfgperl ! Configure embed.pl global.sym objXSUB.h perlapi.c perlapi.h ! pod/perlapi.pod proto.h sv.c ____________________________________________________________________________ [ 5802] By: jhi on 2000/03/18 17:11:07 Log: Configure nits: rewording from Sarathy (aka #5796), and installation directories patch from Robin Barker. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH vos/config.h vos/config_h.SH_orig ! win32/config_H.bc win32/config_H.gc win32/config_H.vc Branch: metaconfig ! U/modified/Getfile.U Branch: metaconfig/U/perl ! bincompat5005.U ____________________________________________________________________________ [ 5801] By: jhi on 2000/03/18 16:41:31 Log: Integrate with Sarathy. Branch: cfgperl !> Changes Configure hints/dos_djgpp.sh lib/ExtUtils/xsubpp !> lib/Getopt/Long.pm mg.c pod/perlpod.pod pp_hot.c !> t/lib/charnames.t t/pragma/utf8.t toke.c ____________________________________________________________________________ [ 5800] By: gsar on 2000/03/18 05:16:32 Log: force i_ieeefp=undef on dos_djgpp (it reportedly causes failures in system includes) Branch: perl ! hints/dos_djgpp.sh ____________________________________________________________________________ [ 5799] By: gsar on 2000/03/18 05:12:00 Log: Getopt::Long 2.23 update (from Johan Vromans) Branch: perl ! Changes lib/Getopt/Long.pm ____________________________________________________________________________ [ 5798] By: gsar on 2000/03/18 05:03:20 Log: recognize single-line declarations in xsubpp; add switches to disable newfangled features (from Ilya Zakharevich) Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 5797] By: gsar on 2000/03/18 04:21:43 Log: make "\N{...}" enable utf8-ness correctly Branch: perl ! t/lib/charnames.t toke.c ____________________________________________________________________________ [ 5796] By: gsar on 2000/03/18 04:03:08 Log: avoid mentioning Perl version in Configure question Branch: perl ! Configure ____________________________________________________________________________ [ 5795] By: gsar on 2000/03/18 03:32:31 Log: better explanation of C<> tags (from Wolfgang Laun) Branch: perl ! pod/perlpod.pod ____________________________________________________________________________ [ 5794] By: gsar on 2000/03/18 03:26:57 Log: make return values from match in a list context, as well as $& et al propagate utf8-ness (from Graham Barr) Branch: perl ! mg.c pp_hot.c t/pragma/utf8.t ____________________________________________________________________________ [ 5793] By: jhi on 2000/03/18 01:45:30 Log: Integrate with Sarathy. Branch: cfgperl !> hints/powerux.sh xsutils.c ____________________________________________________________________________ [ 5792] By: gsar on 2000/03/18 01:08:25 Log: hints fixups for PowerMAX (from Tom Horsley) Branch: perl ! hints/powerux.sh ____________________________________________________________________________ [ 5791] By: gsar on 2000/03/17 23:53:21 Log: make reftype() consistently croak on non-refs Branch: perl ! xsutils.c ____________________________________________________________________________ [ 5790] By: jhi on 2000/03/17 23:41:36 Log: Integrate with Sarathy. Branch: cfgperl !> configpm ext/Thread/Thread/Queue.pm !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm !> lib/Pod/Find.pm lib/perl5db.pl perl.c pod/perldata.pod ____________________________________________________________________________ [ 5789] By: gsar on 2000/03/17 22:37:21 Log: fix coredump when upgrading PL_sv_yes in a second call to perl_construct() (from Doug MacEachern) Branch: perl ! perl.c ____________________________________________________________________________ [ 5788] By: gsar on 2000/03/17 22:32:25 Log: make noTTY debugger option work again (from Paul Marquess) Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 5787] By: gsar on 2000/03/17 17:00:05 Log: make Config.pm report sane errors with older perls Branch: perl ! configpm ____________________________________________________________________________ [ 5786] By: gsar on 2000/03/17 16:48:20 Log: syntax errors in Thread::* (from Tom Christiansen) Branch: perl ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm ! ext/Thread/Thread/Specific.pm ____________________________________________________________________________ [ 5785] By: gsar on 2000/03/17 16:45:34 Log: tweak perldata section on v-strings Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 5784] By: gsar on 2000/03/17 16:24:28 Log: missing file in change#5781 Branch: perl ! lib/Pod/Find.pm ____________________________________________________________________________ [ 5783] By: jhi on 2000/03/17 14:38:29 Log: Add the NEXTSTEP strftime %j bug to Known Problems. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 5782] By: jhi on 2000/03/17 14:29:46 Log: Integrate with Sarathy. Branch: cfgperl !> embed.pl ext/B/B/Bblock.pm global.sym lib/File/Spec/Unix.pm !> lib/open.pm objXSUB.h op.c perlapi.c pod/perlcompile.pod !> pod/perldebug.pod sv.c t/comp/cpp.aux t/pod/testpchk.pl ____________________________________________________________________________ [ 5781] By: gsar on 2000/03/17 06:19:17 Log: PodParser v1.13 update (from Brad Appleton) Branch: perl ! t/pod/testpchk.pl ____________________________________________________________________________ [ 5780] By: gsar on 2000/03/17 05:42:45 Log: propagate CvFLAGS() into clones Branch: perl ! op.c ____________________________________________________________________________ [ 5779] By: gsar on 2000/03/17 04:58:39 Log: documentation fixes from p5p Branch: perl ! ext/B/B/Bblock.pm lib/File/Spec/Unix.pm pod/perlcompile.pod ! pod/perldebug.pod ____________________________________________________________________________ [ 5778] By: bailey on 2000/03/17 04:23:35 Log: Quick pre-release fixes: clean up results in File::Spec::VMS and switch dir test order in taint.t to accomodate DECCRTL extension. Branch: vmsperl ! lib/File/Spec/VMS.pm t/op/taint.t ____________________________________________________________________________ [ 5777] By: gsar on 2000/03/17 04:13:27 Log: make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN" (from Tom Christiansen) Branch: perl ! sv.c ____________________________________________________________________________ [ 5776] By: jhi on 2000/03/17 03:40:18 Log: More Todo. Branch: cfgperl ! Todo Todo-5.6 ____________________________________________________________________________ [ 5775] By: gsar on 2000/03/17 03:40:14 Log: s/:def/:DEFAULT/ Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 5774] By: gsar on 2000/03/17 03:39:07 Log: export cv_undef() and cv_const_sv() (mod_perl uses them to good advantage) Branch: perl ! embed.pl global.sym objXSUB.h perlapi.c ____________________________________________________________________________ [ 5773] By: gsar on 2000/03/17 03:12:34 Log: remove non-ANSI parts in comp/cpp.t Branch: perl ! t/comp/cpp.aux ____________________________________________________________________________ [ 5772] By: jhi on 2000/03/17 03:11:49 Log: Integrate with Sarathy. Branch: cfgperl !> configure.com embed.h embed.pl lib/CGI.pm !> lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm perl.h !> pod/pod2man.PL pod/pod2text.PL pp_sys.c vms/ext/vmsish.pm !> vms/ext/vmsish.t vms/subconfigure.com vms/test.com !> vms/vmsish.h ____________________________________________________________________________ [ 5771] By: jhi on 2000/03/17 03:10:34 Log: Make the test easier to use. Branch: cfgperl ! t/op/sysio.t ____________________________________________________________________________ [ 5770] By: gsar on 2000/03/17 03:04:33 Log: pod{man,text} updates from podlators-1.00 (from Russ Allbery) Branch: perl ! lib/Pod/Man.pm pod/pod2man.PL pod/pod2text.PL ____________________________________________________________________________ [ 5769] By: gsar on 2000/03/17 02:53:39 Log: integrate vmsperl contents into mainline (no actual changes, since cfgperl already had them all) Branch: perl !> configure.com lib/CGI.pm lib/ExtUtils/Mksymlists.pm perl.h !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/subconfigure.com !> vms/test.com vms/vmsish.h ____________________________________________________________________________ [ 5768] By: gsar on 2000/03/17 02:48:14 Log: fix signedness in test for syswrite() length argument Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 5767] By: gsar on 2000/03/17 02:38:51 Log: integrate cfgperl contents into mainline Branch: perl !> (integrate 28 files) ____________________________________________________________________________ [ 5766] By: jhi on 2000/03/17 02:29:24 Log: Add "Known Problems" section. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 5765] By: gsar on 2000/03/17 00:31:19 Log: add missing bincompat5005 #defines Branch: perl ! embed.h embed.pl ____________________________________________________________________________ [ 5764] By: jhi on 2000/03/16 15:32:52 Log: pp_send() type tuning continues. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 5763] By: jhi on 2000/03/16 04:09:37 Log: Integrate with Sarathy. Branch: cfgperl !> embed.pl global.sym objXSUB.h perl.c perlapi.c !> win32/perlhost.h win32/perllib.c win32/win32.h ____________________________________________________________________________ [ 5762] By: jhi on 2000/03/16 04:06:36 Log: VMS patches from Dan Sugalski and Charles Bailey Branch: cfgperl ! configure.com ext/File/Glob/Glob.pm lib/CGI.pm ! lib/ExtUtils/Mksymlists.pm vms/subconfigure.com ____________________________________________________________________________ [ 5761] By: gsar on 2000/03/16 03:18:41 Log: due to an oversight during PERL_OBJECT migration, hosts created by pseudo-fork were never being deleted, leading to a sizeable memory leak; std FDs in pseudo-children are now closed automatically to avoid resource leaks; basic infinite looping fork() test works without leaking again in non-PERL_OBJECT build Branch: perl ! embed.pl global.sym objXSUB.h perl.c perlapi.c ! win32/perlhost.h win32/perllib.c win32/win32.h ____________________________________________________________________________ [ 5760] By: jhi on 2000/03/16 01:50:13 Log: Fix pp_send() sizes (pass a Size_t, not an Off_t, and return a SSize_t, not an Off_t); add a note about a slightly similar situation in pp_truncate(); introduce $sizesize for Configure; update EPOC, VOS, Win32, and VMS for the sizesize; minor updates on the EPOC config file; reword socklen_t message slightly; fix fpossize (though unused currently) Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com ! vos/config.def vos/config.h win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL Branch: metaconfig/U/perl ! d_socklen_t.U fpossize.U ____________________________________________________________________________ [ 5759] By: jhi on 2000/03/15 23:47:11 Log: Integrate with Sarathy. Branch: cfgperl !> makedef.pl ____________________________________________________________________________ [ 5758] By: jhi on 2000/03/15 23:46:17 Log: Retract #5767; replace it with a tested patch from Anton Berezin. Branch: cfgperl ! hints/freebsd.sh ____________________________________________________________________________ [ 5757] By: jhi on 2000/03/15 23:36:53 Log: Configure nits: do not use /tmp to avoid potential security problems (Andy Dougherty: this does not fix the rampant use of /tmp by the various utilities like C compilers, though. Just don't run Configure as root if you care about security.), fix man3dir bug (both from Andy Dougherty); fix hints files not to use /tmp; retract #4993 (the description of the *symbols variables is okay, after all); regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH hints/dec_osf.sh hints/esix4.sh hints/newsos4.sh Branch: metaconfig + U/modified/d_flexfnam.U ! U/installdirs/man3dir.U ____________________________________________________________________________ [ 5756] By: jhi on 2000/03/15 22:20:06 Log: cater for FreeBSD 5.* Branch: cfgperl ! hints/freebsd.sh ____________________________________________________________________________ [ 5755] By: jhi on 2000/03/15 22:00:57 Log: Add missing Windows O_ constants. Branch: cfgperl ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ____________________________________________________________________________ [ 5754] By: gsar on 2000/03/15 19:56:37 Log: add PL_thr_key to export list under useithreads Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5753] By: jhi on 2000/03/15 04:19:19 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 37 files) ____________________________________________________________________________ [ 5752] By: bailey on 2000/03/15 03:45:28 Log: Make DEBUGGING a configurable option Branch: vmsperl ! configure.com ____________________________________________________________________________ [ 5751] By: bailey on 2000/03/15 03:38:57 Log: Remove obsolete DCL symbol from subconfigure.com Branch: vmsperl ! vms/subconfigure.com ____________________________________________________________________________ [ 5750] By: bailey on 2000/03/15 03:29:17 Log: Add VMS' default to the CGI.pm temp list (should update to File::Spec) Branch: vmsperl ! lib/CGI.pm !> ext/File/Glob/Glob.pm ____________________________________________________________________________ [ 5749] By: bailey on 2000/03/15 02:05:28 Log: Change test using obsolete %COnfig element Branch: vmsperl ! lib/ExtUtils/Mksymlists.pm ____________________________________________________________________________ [ 5748] By: gsar on 2000/03/14 23:39:42 Log: update local_patches entry for RC2 Branch: perl ! Changes patchlevel.h pod/perlhist.pod ____________________________________________________________________________ [ 5747] By: gsar on 2000/03/14 22:44:27 Log: more warnings tidy-ups (from Paul Marquess) Branch: perl ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq4.pod ! t/lib/attrs.t utils/h2xs.PL ____________________________________________________________________________ [ 5746] By: gsar on 2000/03/14 22:30:43 Log: Sys::Syslog fix for accidental arguments to autoloaded constants Branch: perl ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs ____________________________________________________________________________ [ 5745] By: gsar on 2000/03/14 22:20:27 Log: tweak to use SIZE_ONLY Branch: perl ! regcomp.c ____________________________________________________________________________ [ 5744] By: gsar on 2000/03/14 21:56:48 Log: regen win32/config* Branch: perl ! win32/Makefile win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 5743] By: gsar on 2000/03/14 21:46:25 Log: change#5729 had syntax errors Branch: perl ! t/lib/complex.t ____________________________________________________________________________ [ 5742] By: gsar on 2000/03/14 21:26:33 Log: integrate vmsperl changes into mainline (change#5693 denied) Branch: perl !> configure.com lib/File/Spec/VMS.pm t/lib/complex.t !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com !> vms/vms.c ____________________________________________________________________________ [ 5741] By: gsar on 2000/03/14 21:17:34 Log: update Changes; integrate cfgperl contents into mainline Branch: perl ! Changes !> ext/Socket/Socket.xs patchlevel.h perl.h t/lib/complex.t ____________________________________________________________________________ [ 5740] By: gsar on 2000/03/14 20:57:12 Log: perlfaq4 tweak (from Damian Conway ) Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 5739] By: gsar on 2000/03/14 20:53:07 Log: allow alternates to negate correctly (from Johan Vromans) Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 5738] By: gsar on 2000/03/14 20:34:19 Log: kludge our way around warnings on C Branch: perl ! ext/IO/lib/IO/Seekable.pm ____________________________________________________________________________ [ 5737] By: gsar on 2000/03/14 20:06:23 Log: protect special characters better against interpretation by *roff (from Russ Allbery) Branch: perl ! lib/Pod/Man.pm ____________________________________________________________________________ [ 5736] By: gsar on 2000/03/14 19:47:00 Log: provide an explicit base address for perl56.dll to avoid relocations; increase the default stack size (RE engine can use a lot more stack than the 1MB default limit); default to using the regular version of the MSVCRT even for DEBUGGING builds (this allows extensions to be selectively built with debugging) Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 5735] By: gsar on 2000/03/14 19:31:53 Log: regen perltoc, other pod nits Branch: perl ! ext/IO/poll.c pod/Makefile pod/buildtoc pod/perlnumber.pod ! pod/perltoc.pod pod/roffitall ____________________________________________________________________________ [ 5734] By: gsar on 2000/03/14 19:08:22 Log: avoid dup warning (from Simon Cozens) Branch: perl ! regcomp.c ____________________________________________________________________________ [ 5733] By: gsar on 2000/03/14 18:46:50 Log: allow usemymalloc to be overridden via -Uusemymalloc Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 5732] By: gsar on 2000/03/14 17:23:47 Log: test case for change#5700 (from M. J. T. Guy) Branch: perl ! t/op/universal.t ____________________________________________________________________________ [ 5731] By: gsar on 2000/03/14 17:15:44 Log: revise README.win32 for currentness, point to function list in perlport.pod (from a patch suggested by Dominic Dunlop) Branch: perl ! README.win32 pod/perlport.pod ____________________________________________________________________________ [ 5730] By: gsar on 2000/03/14 17:14:21 Log: tweak sort() notes (from Nathan Torkington) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5729] By: jhi on 2000/03/14 15:13:13 Log: Make the tests 1018 and 1019 more robust. Branch: cfgperl ! t/lib/complex.t ____________________________________________________________________________ [ 5728] By: jhi on 2000/03/14 15:07:48 Log: Fix for one of the problems in RC1 reported by M. E. O'Neill in NEXTSTEP 3.3p2. Branch: cfgperl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 5727] By: jhi on 2000/03/14 14:57:04 Log: Integrate with Sarathy; unapply the #5539 that snekt in with #5539. Branch: cfgperl +> pod/perldebguts.pod ! patchlevel.h perl.h !> MANIFEST lib/Text/Abbrev.pm lib/perl5db.pl pod/perl.pod !> pod/perldebug.pod pod/perldelta.pod pod/perlnumber.pod !> t/lib/io_sock.t utils/perlcc.PL utils/perldoc.PL !> win32/makefile.mk ____________________________________________________________________________ [ 5726] By: gsar on 2000/03/14 07:43:37 Log: fixes for Borland compiler (from Vadim Konovalov ) Branch: perl ! utils/perlcc.PL win32/makefile.mk ____________________________________________________________________________ [ 5725] By: gsar on 2000/03/14 07:38:00 Log: more efficient Text::Abbrev (from M.E. O'Neill ) Branch: perl ! lib/Text/Abbrev.pm ____________________________________________________________________________ [ 5724] By: gsar on 2000/03/14 05:59:02 Log: integrate cfgperl changes into mainline, ignoring the __attribute__((unused)) stuff that seems to have snuck back in Branch: perl !> Todo-5.6 patchlevel.h perl.h pod/perl.pod pod/perlport.pod !> vms/perlvms.pod ____________________________________________________________________________ [ 5723] By: gsar on 2000/03/14 05:49:08 Log: patches for many bugs in the debugger; documentation updates for perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from Tom Christiansen) Branch: perl + pod/perldebguts.pod ! MANIFEST lib/perl5db.pl pod/perl.pod pod/perldebug.pod ! pod/perldelta.pod pod/perlnumber.pod pod/perlport.pod ____________________________________________________________________________ [ 5722] By: gsar on 2000/03/14 05:37:29 Log: add sleep() to avoid race on NeXT (from M.E. O'Neill ) Branch: perl ! t/lib/io_sock.t ____________________________________________________________________________ [ 5721] By: gsar on 2000/03/14 03:53:50 Log: support a -U option when run as root to drop privileges (from Tom Christiansen) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 5720] By: jhi on 2000/03/14 03:43:51 Log: move the big AVAILABILITY list to perlport as Supported Platforms (Tom Christiansen); add few more platforms Branch: cfgperl ! pod/perl.pod pod/perlport.pod ____________________________________________________________________________ [ 5719] By: jhi on 2000/03/14 02:44:55 Log: more todo Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 5718] By: jhi on 2000/03/14 02:17:16 Log: detypo Branch: cfgperl ! vms/perlvms.pod ____________________________________________________________________________ [ 5717] By: jhi on 2000/03/14 02:00:24 Log: Integrate with Sarathy. Branch: cfgperl ! patchlevel.h perl.h !> (integrate 60 files) ____________________________________________________________________________ [ 5716] By: gsar on 2000/03/14 00:01:39 Log: reference miscount in Devel::Peek that causes debugger to crash unceremoniously when doing "V DB" etc., repeatedly Branch: perl ! ext/Devel/Peek/Peek.xs ____________________________________________________________________________ [ 5715] By: gsar on 2000/03/13 21:40:23 Log: fixes for broken L<> links (from Wolfgang Laun ) Branch: perl ! pod/Win32.pod pod/perlcall.pod pod/perlcompile.pod ! pod/perldata.pod pod/perlfaq7.pod pod/perlfunc.pod ! pod/perlguts.pod pod/perllocale.pod pod/perlnumber.pod ! pod/perlop.pod pod/perlxstut.pod vms/perlvms.pod ____________________________________________________________________________ [ 5714] By: gsar on 2000/03/13 21:37:48 Log: typos in perlboot.pod (from Randal L. Schwartz ) Branch: perl ! pod/perlboot.pod ____________________________________________________________________________ [ 5713] By: gsar on 2000/03/13 21:36:24 Log: avoid infinite loop in h2xs (from Hugo van der Sanden) Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 5712] By: gsar on 2000/03/13 21:29:15 Log: lexical warnings update for docs and tests (from Paul Marquess) Branch: perl ! ext/File/Glob/Glob.pm lib/fields.pm pod/perl.pod ! pod/perldata.pod pod/perldbmfilter.pod pod/perlfaq3.pod ! pod/perlfaq4.pod pod/perlfaq7.pod pod/perlfilter.pod ! pod/perlipc.pod pod/perlmod.pod pod/perlmodlib.pod ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod ! pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod ! pod/perltrap.pod pod/perlunicode.pod pod/perlxstut.pod ! t/io/open.t t/lib/fields.t t/lib/parsewords.t ! t/op/assignwarn.t t/op/gv.t t/op/hashwarn.t t/op/magic.t ! t/op/pack.t t/op/pat.t t/op/sort.t t/op/sprintf.t ! t/pragma/constant.t t/pragma/locale.t ____________________________________________________________________________ [ 5711] By: gsar on 2000/03/13 21:08:29 Log: updates from PodParser v1.12 on CPAN (from Brad Appleton) Branch: perl ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm ! lib/Pod/Usage.pm t/pod/poderrs.xr t/pod/testp2pt.pl ! t/pod/testpchk.pl ____________________________________________________________________________ [ 5710] By: gsar on 2000/03/13 20:46:37 Log: cleaner logic in op.c, also avoids QNX optimizer bug (from Norton Allen ) Branch: perl ! op.c ____________________________________________________________________________ [ 5709] By: gsar on 2000/03/13 20:43:30 Log: mention changes to diagnostics Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 5708] By: gsar on 2000/03/13 20:34:38 Log: ignore const for the purposes of typemaps (from Hugo van der Sanden) Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 5707] By: gsar on 2000/03/13 20:23:24 Log: don't check for errno after Atof() (atof() doesn't set errno, and where Atof() is actually strto[l]d(), some platforms seem to want to set errno randomly) Branch: perl ! toke.c ____________________________________________________________________________ [ 5706] By: gsar on 2000/03/13 18:14:18 Log: integrate cfgperl changes into mainline Branch: perl !> Configure config_h.SH hints/hpux.sh hints/solaris_2.sh mg.c !> perl.h pod/perl.pod pp.c ____________________________________________________________________________ [ 5705] By: jhi on 2000/03/13 14:44:11 Log: STRLEN != int. Branch: cfgperl ! mg.c ____________________________________________________________________________ [ 5704] By: jhi on 2000/03/13 13:18:07 Log: Integrate with Sarathy. Branch: cfgperl +> lib/warnings/register.pm !> (integrate 42 files) ____________________________________________________________________________ [ 5703] By: gsar on 2000/03/13 12:40:51 Log: mention autoflush portability caveat Branch: perl ! pod/perlfunc.pod pod/perlop.pod pod/perlport.pod ____________________________________________________________________________ [ 5702] By: gsar on 2000/03/13 11:09:05 Log: final touches for lexical warnings (from Paul Marquess) Branch: perl + lib/warnings/register.pm ! MANIFEST ext/IO/lib/IO/Select.pm ext/Socket/Socket.pm ! lib/Class/Struct.pm lib/I18N/Collate.pm lib/Tie/Handle.pm ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/constant.pm ! lib/syslog.pl lib/vars.pm lib/warnings.pm mg.c perl.c ! pod/perllexwarn.pod pp_ctl.c t/lib/filepath.t t/lib/io_sel.t ! t/lib/socket.t t/lib/tie-stdhandle.t t/op/tie.t ! t/pragma/constant.t t/pragma/diagnostics.t t/pragma/warn/2use ! t/pragma/warn/9enabled warnings.h warnings.pl ____________________________________________________________________________ [ 5701] By: gsar on 2000/03/13 11:00:00 Log: avoid compiler warnings Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 5700] By: gsar on 2000/03/13 09:57:59 Log: make the is_utf8_*() safe for use on invalid utf8 (they now return false on such input instead of emitting warnings) Branch: perl ! embed.h embed.pl global.sym gv.c objXSUB.h perlapi.c ! pod/perlapi.pod proto.h universal.c utf8.c ____________________________________________________________________________ [ 5699] By: gsar on 2000/03/13 06:59:57 Log: the premature FREETMPS calls in change#1187 weren't defensive enough Branch: perl ! pp_ctl.c pp_hot.c t/op/recurse.t ____________________________________________________________________________ [ 5698] By: jhi on 2000/03/13 05:03:37 Log: hints nibbling continues Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5697] By: jhi on 2000/03/13 04:45:57 Log: there's no end to tweaking Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5696] By: jhi on 2000/03/13 04:26:15 Log: hints tweak Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5695] By: bailey on 2000/03/13 03:54:09 Log: Trim out leftover hunk from prior resolve conflict Branch: vmsperl ! lib/File/Spec/VMS.pm ____________________________________________________________________________ [ 5694] By: bailey on 2000/03/13 03:20:20 Log: Assorted configuration cleanups (Peter Prymmer, and a bit from Charles Bailey and Dan Sugalski) Branch: vmsperl ! configure.com vms/subconfigure.com ____________________________________________________________________________ [ 5693] By: bailey on 2000/03/13 03:00:16 Log: Add vmsish 'hushed' option to suppress error messages at exit Branch: vmsperl ! perl.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com ! vms/vmsish.h ____________________________________________________________________________ [ 5692] By: bailey on 2000/03/13 02:50:10 Log: Fix inverted test conditions for secure lnm translation and default file types. (Dan Sugalski) Branch: vmsperl ! vms/subconfigure.com ____________________________________________________________________________ [ 5691] By: bailey on 2000/03/13 02:41:36 Log: Insulate tests of default display_format from different precision on different machines by truncating at 1 digit less than the most common choice (.15g) Branch: vmsperl ! t/lib/complex.t ____________________________________________________________________________ [ 5690] By: bailey on 2000/03/13 02:31:44 Log: Resync with mainline post RC1 Branch: vmsperl +> lib/Pod/Plainer.pm !> (integrate 137 files) ____________________________________________________________________________ [ 5689] By: bailey on 2000/03/13 02:22:24 Log: Update File::Spec::VMS and tests Since reduce_ricochet has been removed from File::Spec, revert changes to VMS::Filespec::vmsify made to accomodate it. Branch: vmsperl ! lib/File/Spec/VMS.pm t/lib/filespec.t vms/ext/filespec.t ! vms/vms.c ____________________________________________________________________________ [ 5688] By: bailey on 2000/03/13 02:12:11 Log: Basic 5.6.0 RC1 build patches for VMS Branch: vmsperl ! configure.com t/pragma/warn/doio t/pragma/warn/util ! vms/subconfigure.com ____________________________________________________________________________ [ 5687] By: jhi on 2000/03/13 00:41:51 Log: Solaris long double fixes from Alan Burlison. Branch: cfgperl ! hints/solaris_2.sh perl.h pp.c ____________________________________________________________________________ [ 5686] By: jhi on 2000/03/13 00:17:13 Log: Integrate with Sarathy. Branch: cfgperl !> dump.c hints/hpux.sh op.c pod/perldelta.pod t/op/misc.t ____________________________________________________________________________ [ 5685] By: jhi on 2000/03/13 00:13:17 Log: Retract #5680, it broke more than it helped. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5684] By: gsar on 2000/03/12 21:48:44 Log: set optimize=-O only if not already set Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 5683] By: gsar on 2000/03/12 20:11:45 Log: another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX were being mistakenly subverted anyway Branch: perl ! dump.c op.c pod/perldelta.pod t/op/misc.t ____________________________________________________________________________ [ 5682] By: jhi on 2000/03/12 18:11:52 Log: update AVAILABILITY for LynxOS Branch: cfgperl ! pod/perl.pod ____________________________________________________________________________ [ 5681] By: jhi on 2000/03/12 18:03:46 Log: 64-bitness hints tweaks Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5680] By: jhi on 2000/03/12 17:49:25 Log: 64-bitness tweak: separate 64bitint and 64bitall. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5679] By: jhi on 2000/03/12 17:43:09 Log: metaconfig-ify #5676. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! fflushall.U ____________________________________________________________________________ [ 5678] By: jhi on 2000/03/12 17:37:14 Log: Integrate with Sarathy. Branch: cfgperl !> Changes Configure Todo lib/File/DosGlob.pm ____________________________________________________________________________ [ 5677] By: gsar on 2000/03/12 11:35:10 Log: integrate cfgperl changes into mainline Branch: perl ! Changes Todo !> Todo-5.6 perl.h pod/perldelta.pod ____________________________________________________________________________ [ 5676] By: gsar on 2000/03/12 11:27:38 Log: don't bother testing if we can flush all handles when fflush(stdin) shows the pipe bug Branch: perl ! Configure ____________________________________________________________________________ [ 5675] By: jhi on 2000/03/12 05:08:29 Log: continue flogging the string->int conversion ifdefs Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5674] By: gsar on 2000/03/12 05:01:30 Log: fix File::DosGlob for patterns with drive names like c:*.bat (suggested by Jason Mathews ) Branch: perl ! lib/File/DosGlob.pm ____________________________________________________________________________ [ 5673] By: jhi on 2000/03/12 04:48:14 Log: Integrate with Sarathy. Branch: cfgperl !> doop.c perl.h pod/perldelta.pod pod/perldiag.pod !> pod/perlpod.pod toke.c utils/perldoc.PL ____________________________________________________________________________ [ 5672] By: gsar on 2000/03/12 03:57:23 Log: security fixes for perldoc (from Tom Christiansen) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 5671] By: gsar on 2000/03/12 03:45:27 Log: Larry's patch to disallow CORE::Snark, with perldiag entry Branch: perl ! pod/perldelta.pod pod/perldiag.pod toke.c ____________________________________________________________________________ [ 5670] By: gsar on 2000/03/12 03:36:17 Log: insufficient buffer in change#5317 Branch: perl ! doop.c ____________________________________________________________________________ [ 5669] By: gsar on 2000/03/12 03:15:29 Log: avoid L for now, not all the pod2foo support it Branch: perl ! pod/perlpod.pod ____________________________________________________________________________ [ 5668] By: gsar on 2000/03/12 02:35:55 Log: rework change#5664 Branch: perl ! perl.h ____________________________________________________________________________ [ 5667] By: jhi on 2000/03/11 21:35:29 Log: todo and perldelta updates Branch: cfgperl ! Todo Todo-5.6 pod/perldelta.pod ____________________________________________________________________________ [ 5666] By: jhi on 2000/03/11 21:00:34 Log: Integrate with Sarathy. Branch: cfgperl !> perl.h ____________________________________________________________________________ [ 5665] By: jhi on 2000/03/11 20:58:58 Log: Fixes for #5661. Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5664] By: gsar on 2000/03/11 19:50:06 Log: fix Strtoul() misdefinition is change#5661 Branch: perl ! perl.h ____________________________________________________________________________ [ 5663] By: gsar on 2000/03/11 19:21:18 Log: integrate cfgperl contents into mainline Branch: perl !> Configure config_h.SH hints/solaris_2.sh perl.h !> t/pragma/warn/pp_hot toke.c ____________________________________________________________________________ [ 5662] By: jhi on 2000/03/11 19:06:20 Log: Integrate with Sarathy. Branch: cfgperl !> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t ____________________________________________________________________________ [ 5661] By: jhi on 2000/03/11 19:03:32 Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul() (introduce the latter) instead of bare strtoll()/strtoll(). Branch: cfgperl ! perl.h toke.c ____________________________________________________________________________ [ 5660] By: gsar on 2000/03/11 18:40:49 Log: another long-standing eval bug: return doesn't reset $@ correctly Branch: perl ! pp_ctl.c t/op/eval.t ____________________________________________________________________________ [ 5659] By: jhi on 2000/03/11 18:27:54 Log: metaconfig-ify the test for broken fflush(NULL) (which ails e.g. Solaris), from Ulrich Pfeifer. Branch: cfgperl ! Configure config_h.SH hints/solaris_2.sh Branch: metaconfig/U/perl ! d_unorderedl.U fflushall.U ____________________________________________________________________________ [ 5658] By: gsar on 2000/03/11 18:11:22 Log: change#3511 was not defensive enough about try blocks, causing bogus attempts to free closures, and thence, segfaults Branch: perl ! cop.h perl.c pp_ctl.c t/op/misc.t ____________________________________________________________________________ [ 5657] By: jhi on 2000/03/11 18:04:44 Log: Rewording. Branch: cfgperl ! t/pragma/warn/pp_hot ____________________________________________________________________________ [ 5656] By: jhi on 2000/03/11 17:41:29 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 27 files) ____________________________________________________________________________ [ 5655] By: gsar on 2000/03/11 17:06:03 Log: reword comment Branch: perl ! t/pragma/warn/pp_hot ____________________________________________________________________________ [ 5654] By: gsar on 2000/03/11 17:01:47 Log: off-by-one in os2.c (from Ilya Zakharevich) Branch: perl ! os2/os2.c ____________________________________________________________________________ [ 5653] By: gsar on 2000/03/11 16:59:48 Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker) Branch: perl ! lib/File/Spec/VMS.pm t/lib/filespec.t ____________________________________________________________________________ [ 5652] By: gsar on 2000/03/11 16:52:03 Log: missing export list entry in change#5619 Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5651] By: gsar on 2000/03/11 16:50:05 Log: avoid using context pointer in MUTEX_INIT() et al; remove the *_NOCONTEXT variants to keep it simple Branch: perl ! malloc.c thread.h win32/win32thread.h ____________________________________________________________________________ [ 5650] By: gsar on 2000/03/11 16:07:35 Log: remove =for section (from Johan Vromans) Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 5649] By: gsar on 2000/03/11 16:05:50 Log: add nokfile target in Makefile (from Andy Dougherty) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 5648] By: gsar on 2000/03/11 16:02:53 Log: mention podchecker (from Tim Jenness ) Branch: perl ! pod/perlpod.pod ____________________________________________________________________________ [ 5647] By: gsar on 2000/03/11 16:01:03 Log: VMS build tweaks (from Charles Bailey) Branch: perl ! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util ! vms/subconfigure.com ____________________________________________________________________________ [ 5646] By: gsar on 2000/03/11 10:13:27 Log: remove outdated ftp.cis.ufl.edu reference Branch: perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 5645] By: gsar on 2000/03/11 10:10:39 Log: failed hunk in change#5644 Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 5644] By: gsar on 2000/03/11 10:08:47 Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich) Branch: perl ! regcomp.c t/op/pat.t ____________________________________________________________________________ [ 5643] By: gsar on 2000/03/11 09:48:30 Log: better {local,gm}time documentation (from Mark-Jason Dominus) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5642] By: gsar on 2000/03/11 09:45:10 Log: tweaks for lynxos build (from Ed Mooring ) Branch: perl ! doio.c hints/lynxos.sh perl.h ____________________________________________________________________________ [ 5641] By: gsar on 2000/03/11 09:42:56 Log: integrate cfgperl contents into mainline Branch: perl !> Configure Todo-5.6 config_h.SH hints/irix_6.sh !> lib/Math/Complex.pm regcomp.c t/op/64bit.t ____________________________________________________________________________ [ 5640] By: gsar on 2000/03/11 09:24:30 Log: perldelta update, typos and whitespace adjustments Branch: perl ! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c ____________________________________________________________________________ [ 5639] By: jhi on 2000/03/11 00:51:48 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 44 files) ____________________________________________________________________________ [ 5638] By: jhi on 2000/03/11 00:45:46 Log: Cpp out deadcode that IRIX compiler noticed. Branch: cfgperl ! regcomp.c ____________________________________________________________________________ [ 5637] By: jhi on 2000/03/10 14:22:24 Log: Do not use Perl's malloc in IRIX. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5636] By: jhi on 2000/03/10 05:27:03 Log: More/modified unused floating point units. Branch: metaconfig/U/perl + d_fp_class_l.U d_unordered.U d_unorderedl.U ! d_fpclass.U ____________________________________________________________________________ [ 5635] By: jhi on 2000/03/10 01:54:07 Log: Add various yet-unused units. Branch: metaconfig/U/perl + d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U + d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U + d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U + d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U + d_setrlimit.U d_ualarm.U d_utimes.U ____________________________________________________________________________ [ 5634] By: jhi on 2000/03/10 01:07:54 Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/compline/nblock_io.U Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5633] By: jhi on 2000/03/09 23:22:33 Log: Remove an obsolete note. Branch: cfgperl ! t/op/64bit.t ____________________________________________________________________________ [ 5632] By: gsar on 2000/03/09 18:50:43 Log: update Changes Branch: perl ! Changes ____________________________________________________________________________ [ 5631] By: gsar on 2000/03/09 18:49:12 Log: track more of the child state on Windows Branch: perl ! win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5630] By: gsar on 2000/03/09 18:48:05 Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values Branch: perl ! universal.c ____________________________________________________________________________ [ 5629] By: gsar on 2000/03/09 18:37:35 Log: tweak Unicode notes, other cleanups Branch: perl ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod ! pod/perlhist.pod pod/perlunicode.pod ____________________________________________________________________________ [ 5628] By: gsar on 2000/03/09 17:39:58 Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" semantics; the pragma sets defaults for both open() and qx// Branch: perl ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h ____________________________________________________________________________ [ 5627] By: gsar on 2000/03/09 12:54:08 Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks to fflush(NULL) bug) Branch: perl ! hints/solaris_2.sh pod/perldelta.pod ____________________________________________________________________________ [ 5626] By: gsar on 2000/03/09 11:34:51 Log: abort build on HP-UX if bundled non-ANSI compiler is detected (from Dominic Dunlop ) Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 5625] By: gsar on 2000/03/09 11:17:07 Log: patch from Larry to make -T filetest algorithm recognize utf8 as "text" Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 5624] By: gsar on 2000/03/09 11:11:59 Log: provide support for deleting actions etc. (from Ronald J Kimball ) Branch: perl ! lib/perl5db.pl pod/perldebug.pod ____________________________________________________________________________ [ 5623] By: gsar on 2000/03/09 06:39:21 Log: new xsubpp keywords should be in all caps Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 5622] By: gsar on 2000/03/09 06:26:04 Log: demand-load utf8.pm in swash routines Branch: perl ! op.c utf8.c ____________________________________________________________________________ [ 5621] By: gsar on 2000/03/08 19:27:02 Log: make Dump() call the XSUB implementation transparently (modified version of patch suggested by David Boyce ) Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs ! pod/perldelta.pod ____________________________________________________________________________ [ 5620] By: gsar on 2000/03/08 18:35:48 Log: do FILE should not see outside lexicals (from Rick Delaney ) Branch: perl ! op.c pp_ctl.c t/comp/require.t ____________________________________________________________________________ [ 5619] By: gsar on 2000/03/08 18:04:45 Log: abstract code for C into a Perl_load_module() API function Branch: perl ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h ! perlapi.c pp_sys.c proto.h ____________________________________________________________________________ [ 5618] By: jhi on 2000/03/08 18:03:30 Log: Integrate with Sarathy. Branch: cfgperl +> lib/Pod/Plainer.pm !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h !> vms/vmsish.h ____________________________________________________________________________ [ 5617] By: jhi on 2000/03/08 15:44:05 Log: ICU todo fixes. Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 5616] By: jhi on 2000/03/08 14:30:40 Log: Even more Todo. Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 5615] By: jhi on 2000/03/08 14:13:45 Log: More Todo. Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 5614] By: jhi on 2000/03/08 13:50:53 Log: wording changes Branch: cfgperl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 5613] By: gsar on 2000/03/08 12:51:35 Log: clarify docs on return value from binding operators Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 5612] By: gsar on 2000/03/08 12:41:38 Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from Robin Barker) Branch: perl + lib/Pod/Plainer.pm ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL ____________________________________________________________________________ [ 5611] By: gsar on 2000/03/08 12:22:59 Log: integrate cfgperl changes into mainline Branch: perl ! Changes !> installperl lib/Math/Complex.pm pod/perldelta.pod !> t/lib/complex.t vms/vmsish.h ____________________________________________________________________________ [ 5610] By: gsar on 2000/03/08 12:08:17 Log: add missing locks for op refcounts Branch: perl ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h ! perlvars.h sv.c unixish.h vms/vmsish.h ____________________________________________________________________________ [ 5609] By: gsar on 2000/03/08 11:30:32 Log: Pod::InputObjects tweak (from Brad Appleton) Branch: perl ! lib/Pod/InputObjects.pm ____________________________________________________________________________ [ 5608] By: jhi on 2000/03/08 05:08:59 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 27 files) ____________________________________________________________________________ [ 5607] By: jhi on 2000/03/08 05:07:06 Log: Make the stringification more customizable. A potentially backward incompatible change. Based on a suggestion by Roman Kosenko . Branch: cfgperl ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t ____________________________________________________________________________ [ 5606] By: jhi on 2000/03/08 00:49:14 Log: s/lfs/largefiles/ Branch: metaconfig ! U/mksample ____________________________________________________________________________ [ 5605] By: gsar on 2000/03/07 23:37:48 Log: VMS build patch (from Peter Prymmer) Branch: perl ! configure.com installhtml lib/lib.pm vms/descrip_mms.template ! vms/subconfigure.com vms/vms.c ____________________________________________________________________________ [ 5604] By: gsar on 2000/03/07 23:25:46 Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern) Branch: perl ! perl.c ____________________________________________________________________________ [ 5603] By: gsar on 2000/03/07 23:05:16 Log: type mismatch Branch: perl ! sv.c ____________________________________________________________________________ [ 5602] By: gsar on 2000/03/07 22:40:55 Log: add note to INSTALL about C++ compilers (from M J T Guy) Branch: perl ! INSTALL ____________________________________________________________________________ [ 5601] By: gsar on 2000/03/07 22:30:35 Log: separate options to incpush() for adding version directories and architecture directories (from Andy Dougherty) Branch: perl ! embed.h embed.pl perl.c proto.h t/lib/fatal.t ____________________________________________________________________________ [ 5600] By: gsar on 2000/03/07 20:18:54 Log: support :void to enable croaking only in void context (from Simon Cozens ) Branch: perl ! lib/Fatal.pm t/lib/fatal.t ____________________________________________________________________________ [ 5599] By: gsar on 2000/03/07 18:35:21 Log: Pod::Html tweak to avoid false falses Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 5598] By: gsar on 2000/03/07 18:21:58 Log: skip null siblings encountered by goto out of loopish block (from Doug Lankshear) Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 5597] By: gsar on 2000/03/07 16:33:29 Log: omit XSLoader from bytecode dumps Branch: perl ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm ____________________________________________________________________________ [ 5596] By: gsar on 2000/03/07 10:58:17 Log: avoid coredump on C Branch: perl ! sv.c ____________________________________________________________________________ [ 5595] By: gsar on 2000/03/07 10:26:03 Log: add missing HTML escapes that can be displayed in xterm (from Tim Jenness ) Branch: perl ! lib/Pod/Text.pm ____________________________________________________________________________ [ 5594] By: gsar on 2000/03/07 10:24:55 Log: Fatal.pm pod tweak (from Matt Sergeant ) Branch: perl ! lib/Fatal.pm ____________________________________________________________________________ [ 5593] By: gsar on 2000/03/07 09:57:24 Log: get ByteLoader working again Branch: perl ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ! ext/B/B/C.pm ext/ByteLoader/bytecode.h ! ext/ByteLoader/byterun.c ____________________________________________________________________________ [ 5592] By: gsar on 2000/03/07 05:14:49 Log: typo in makedef.pl Branch: perl ! lib/File/Path.pm makedef.pl ____________________________________________________________________________ [ 5591] By: jhi on 2000/03/06 22:56:24 Log: Integrate with Sarathy. Branch: cfgperl !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm ____________________________________________________________________________ [ 5590] By: gsar on 2000/03/06 22:32:44 Log: fix incorrect prototypes in File::Glob Branch: perl ! ext/File/Glob/Glob.xs ____________________________________________________________________________ [ 5589] By: gsar on 2000/03/06 22:07:38 Log: update Changes Branch: perl ! Changes ____________________________________________________________________________ [ 5588] By: jhi on 2000/03/06 21:46:18 Log: From: "Craig A. Berry" To: vmsperl@perl.org, perl5-porters@perl.org Cc: jhi@iki.fi, Charles Bailey , gsar@activestate.com Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version Date: Mon, 06 Mar 2000 15:36:13 -0600 Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com> Branch: cfgperl ! vms/vmsish.h ____________________________________________________________________________ [ 5587] By: jhi on 2000/03/06 21:23:27 Log: Use $^O. Branch: cfgperl ! installperl ____________________________________________________________________________ [ 5586] By: jhi on 2000/03/06 21:19:15 Log: Undo drift from the mainline. Branch: cfgperl !> (integrate 1607 files) ____________________________________________________________________________ [ 5585] By: gsar on 2000/03/06 20:23:37 Log: change#5513 accidentally undid change#5373, put it back Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 5584] By: jhi on 2000/03/06 17:30:48 Log: Integrate with Sarathy. Branch: cfgperl !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com ____________________________________________________________________________ [ 5583] By: gsar on 2000/03/06 17:02:52 Log: makedef.pl typos Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5582] By: gsar on 2000/03/06 15:24:14 Log: Pod::Man bugfixes (from Russ Allbery) Branch: perl ! lib/Pod/Man.pm ____________________________________________________________________________ [ 5581] By: gsar on 2000/03/06 15:17:08 Log: File::Path::rmtree() doesn't delete stale symlinks correctly Branch: perl ! lib/File/Path.pm ____________________________________________________________________________ [ 5580] By: gsar on 2000/03/06 14:55:57 Log: pod nits Branch: perl ! lib/Getopt/Long.pm lib/IPC/Open2.pm ____________________________________________________________________________ [ 5579] By: gsar on 2000/03/06 14:55:08 Log: 64-bit build fix on VMS (from Dan Sugalski) Branch: perl ! toke.c vms/subconfigure.com ____________________________________________________________________________ [ 5578] By: jhi on 2000/03/06 14:37:46 Log: Integrate with Sarathy. Branch: cfgperl !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com !> vms/test.com vms/vms.c win32/config.bc win32/config.gc !> win32/config.vc win32/config_H.bc win32/config_H.gc !> win32/config_H.vc win32/config_h.PL win32/perlhost.h !> win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5577] By: gsar on 2000/03/06 07:26:18 Log: skip tests that need VMS::Filespec on other platforms Branch: perl ! t/lib/filespec.t ____________________________________________________________________________ [ 5576] By: gsar on 2000/03/06 07:11:21 Log: integrate vmsperl contents into mainline Branch: perl !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com !> vms/test.com vms/vms.c ____________________________________________________________________________ [ 5575] By: gsar on 2000/03/06 07:05:34 Log: support for autovivified handles (from Tom Christiansen) Branch: perl ! lib/IPC/Open2.pm lib/IPC/Open3.pm ____________________________________________________________________________ [ 5574] By: gsar on 2000/03/06 06:31:55 Log: vendorlib support for Windows; regen win32/config* Branch: perl ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/config_h.PL win32/perlhost.h ! win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5573] By: bailey on 2000/03/06 05:23:23 Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers) Branch: vmsperl ! vms/test.com ____________________________________________________________________________ [ 5572] By: gsar on 2000/03/06 05:21:26 Log: the incpush()es weren't all quite right on Windows in change#5559 Branch: perl ! perl.c ____________________________________________________________________________ [ 5571] By: bailey on 2000/03/06 05:18:59 Log: Fix ricochet in File::Spec::VMS Fix eval error in filespec.t Misc. minor fixes in filespec.t Branch: vmsperl ! lib/File/Spec/VMS.pm t/lib/filespec.t ____________________________________________________________________________ [ 5570] By: gsar on 2000/03/06 05:00:44 Log: integrate cfgperl changes into mainline Branch: perl !> Configure Makefile.SH Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH epoc/config.sh !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h !> perl.c perl.h toke.c vos/config.def vos/config.h !> vos/config_h.SH_orig ____________________________________________________________________________ [ 5569] By: jhi on 2000/03/06 04:51:39 Log: Integrate with Sarathy. Branch: cfgperl !> installperl pp.c ____________________________________________________________________________ [ 5568] By: gsar on 2000/03/06 04:48:17 Log: installperl wasn't putting extensions with two or more nested package names in the archlib Branch: perl ! installperl ____________________________________________________________________________ [ 5567] By: bailey on 2000/03/06 03:43:36 Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski) Branch: vmsperl ! configure.com vms/subconfigure.com ____________________________________________________________________________ [ 5566] By: bailey on 2000/03/06 03:40:14 Log: Change $Config{'extensions'} to look Unixy (Charles Lane) FIx logic error in glob-basic.t (Charles Lane) Branch: vmsperl ! configure.com vms/subconfigure.com ____________________________________________________________________________ [ 5565] By: bailey on 2000/03/06 03:37:46 Log: Remove trailing . from typeless files (Charles Lane) Branch: vmsperl ! t/lib/filefind.t ____________________________________________________________________________ [ 5564] By: bailey on 2000/03/06 03:36:26 Log: Resync with mainline, update test in vmsfspec.t Branch: vmsperl +> lib/Term/ANSIColor.pm t/lib/ansicolor.t ! vms/ext/filespec.t !> (integrate 171 files) ____________________________________________________________________________ [ 5563] By: gsar on 2000/03/06 03:29:11 Log: avoid warning Branch: perl ! pp.c ____________________________________________________________________________ [ 5562] By: bailey on 2000/03/06 02:48:17 Log: Downcase function call to hush picky cc Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5561] By: jhi on 2000/03/06 00:23:22 Log: VOS patch from Paul Green. Note that the vos/config_h.SH_orig is not exactly identical to the current config_h.SH because Paul needs better $sitearch control. Branch: cfgperl ! vos/config.def vos/config.h vos/config_h.SH_orig ____________________________________________________________________________ [ 5560] By: jhi on 2000/03/05 23:26:41 Log: Avoid wiping out @dl_{librefs,modules} when XSLoader falls back to DynaLoader. From: Doug MacEachern To: perl5-porters@perl.org Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules} Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST) Message-ID: Branch: cfgperl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 5559] By: jhi on 2000/03/05 22:05:54 Log: sitelib_stem and vendorlib_stem patches from Andy; problem reported in From: schwern@athens.arena-i.com (Michael G Schwern) To: perl5-porters@perl.org Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack. Date: Sun, 5 Mar 2000 06:31:29 -0500 (EST) Message-Id: <20000305113129.80DC23820@athens.arena-i.com> Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h ! vos/config.def vos/config.h vos/config_h.SH_orig Branch: metaconfig ! U/installdirs/instubperl.U U/installdirs/sitelib.U ! U/installdirs/vendorlib.U ____________________________________________________________________________ [ 5558] By: jhi on 2000/03/05 21:18:59 Log: Integrate with Sarathy. Branch: cfgperl !> hints/linux.sh lib/Getopt/Long.pm ____________________________________________________________________________ [ 5557] By: gsar on 2000/03/05 20:35:13 Log: Getopt-Long v2.21 update (from Johan Vromans) Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 5556] By: gsar on 2000/03/05 20:26:57 Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too (from Matthias Urlichs ) Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 5555] By: jhi on 2000/03/05 20:15:34 Log: Integrate with Sarathy. Branch: cfgperl +> lib/Term/ANSIColor.pm t/lib/ansicolor.t !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c !> t/comp/proto.t toke.c utils/perlbug.PL ____________________________________________________________________________ [ 5554] By: gsar on 2000/03/05 20:02:17 Log: prototype changes for eventually supporting C and C Branch: perl ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c ! t/comp/proto.t toke.c ____________________________________________________________________________ [ 5553] By: jhi on 2000/03/05 19:55:02 Log: AIX gcvt() cannot format long doubles very well. Branch: cfgperl ! hints/aix.sh ____________________________________________________________________________ [ 5552] By: jhi on 2000/03/05 18:44:37 Log: the monster cpp expression needs to be on one line to appease makedepend Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 5551] By: jhi on 2000/03/05 18:24:32 Log: IRIX cpp is fussy. Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 5550] By: gsar on 2000/03/05 17:46:18 Log: perlbug tweak to grok local_patches better Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 5549] By: gsar on 2000/03/05 17:33:10 Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug in Pod::InputObjects (from Russ Allbery) Branch: perl + lib/Term/ANSIColor.pm t/lib/ansicolor.t ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod ____________________________________________________________________________ [ 5548] By: jhi on 2000/03/05 17:27:06 Log: clean up the makedepend temp file Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 5547] By: jhi on 2000/03/05 17:23:18 Log: Integrate with Sarathy. Branch: cfgperl !> perl.c ____________________________________________________________________________ [ 5546] By: jhi on 2000/03/05 17:16:12 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 47 files) ____________________________________________________________________________ [ 5545] By: gsar on 2000/03/05 17:13:48 Log: strip last component of SITELIB_EXP only if it looks like a number Branch: perl ! perl.c ____________________________________________________________________________ [ 5544] By: jhi on 2000/03/05 17:12:42 Log: s/Perl/PeRl/; # yeah Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/cpp_stuff.U ____________________________________________________________________________ [ 5543] By: gsar on 2000/03/05 16:54:10 Log: thinko in change#4546 that caused variables to lose their importedness (GvIMPORTED_XV_off should be !GvIMPORTED_XV) Branch: perl ! sv.c t/pragma/strict-vars ____________________________________________________________________________ [ 5542] By: gsar on 2000/03/05 09:37:26 Log: regen win32/config*, up version numbers &c. Branch: perl ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 5541] By: gsar on 2000/03/05 09:20:12 Log: undo change#5506; add patch to make blank line warnings optional (from Brad Appleton) Branch: perl ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr ____________________________________________________________________________ [ 5540] By: gsar on 2000/03/05 09:04:52 Log: fixes for most warnings identified by gcc -Wall Branch: perl ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c ____________________________________________________________________________ [ 5539] By: gsar on 2000/03/05 06:37:58 Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused)) (from Doug MacEachern ) Branch: perl ! patchlevel.h perl.h ____________________________________________________________________________ [ 5538] By: gsar on 2000/03/05 05:50:44 Log: tyop Branch: perl ! config_h.SH ____________________________________________________________________________ [ 5537] By: gsar on 2000/03/05 05:41:10 Log: integrate cfgperl contents into mainline; add new tests from inc.t into 64bit.t Branch: perl ! t/op/64bit.t !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h !> pod/perl.pod toke.c ____________________________________________________________________________ [ 5536] By: jhi on 2000/03/05 05:37:22 Log: dethinko Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 5535] By: jhi on 2000/03/05 05:14:40 Log: Integrate with Sarathy. Branch: cfgperl !> pp.c t/op/inc.t toke.c ____________________________________________________________________________ [ 5534] By: gsar on 2000/03/05 04:50:26 Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX, since runtime is highly optimized for IVs rather than UVs Branch: perl ! toke.c ____________________________________________________________________________ [ 5533] By: gsar on 2000/03/05 04:30:02 Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't end up being promoted to an NV) Branch: perl ! pp.c t/op/inc.t toke.c ____________________________________________________________________________ [ 5532] By: jhi on 2000/03/05 01:11:37 Log: more cpp cosmetics, logic cleanup Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 5531] By: jhi on 2000/03/05 00:51:20 Log: Implement #5525 in metaconfig. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/cpp_stuff.U ____________________________________________________________________________ [ 5530] By: jhi on 2000/03/05 00:32:51 Log: Integrate with Sarathy. Branch: cfgperl !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc !> win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 5529] By: jhi on 2000/03/05 00:31:17 Log: Sanity check on the strtoll and strtoull. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! d_strtoll.U d_strtoull.U ____________________________________________________________________________ [ 5528] By: jhi on 2000/03/05 00:07:21 Log: Reformat the fearful cpp expression to be a little bit less fearful. Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 5527] By: gsar on 2000/03/04 21:55:03 Log: make hints available via globals in the respective pragmas to avoid duplicating the constants everywhere Branch: perl ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm ! lib/locale.pm lib/overload.pm lib/utf8.pm ____________________________________________________________________________ [ 5526] By: gsar on 2000/03/04 20:39:36 Log: remove deadcode Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 5525] By: gsar on 2000/03/04 19:42:55 Log: make CAT2() portable for use as a macro argument with an extra level of macros Branch: perl ! config_h.SH ____________________________________________________________________________ [ 5524] By: gsar on 2000/03/04 19:02:27 Log: avoid looking up stale PL_statbuf (spotted by Charles Lane ) Branch: perl ! doio.c ____________________________________________________________________________ [ 5523] By: gsar on 2000/03/04 18:59:03 Log: pod tweak Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 5522] By: gsar on 2000/03/04 17:46:58 Log: regen win32/config_H* Branch: perl ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 5521] By: jhi on 2000/03/04 16:35:48 Log: From: "Matthias Urlichs" To: perl5-porters@perl.org Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats Date: Sat, 4 Mar 2000 12:48:42 +0100 Message-ID: <20000304124841.A8090@noris.de> Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 5520] By: jhi on 2000/03/04 15:41:12 Log: unthink wishful thinking Branch: cfgperl ! pod/perl.pod ____________________________________________________________________________ [ 5519] By: gsar on 2000/03/04 06:42:47 Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich) Branch: perl ! os2/os2ish.h ____________________________________________________________________________ [ 5518] By: gsar on 2000/03/04 06:02:26 Log: avoid "scalars leaked" message in test Branch: perl ! t/pragma/warn/regcomp ____________________________________________________________________________ [ 5517] By: jhi on 2000/03/04 06:01:16 Log: detypo Branch: cfgperl ! pod/perl.pod ____________________________________________________________________________ [ 5516] By: jhi on 2000/03/04 05:59:21 Log: cleanup AVAILABILITY and mention binaries Branch: cfgperl ! pod/perl.pod ____________________________________________________________________________ [ 5515] By: gsar on 2000/03/04 05:55:02 Log: syntax error in change#5498 Branch: perl ! t/lib/ipc_sysv.t ____________________________________________________________________________ [ 5514] By: jhi on 2000/03/04 05:50:56 Log: assuming that removing the libbind will be a good idea Branch: cfgperl ! hints/sco.sh ____________________________________________________________________________ [ 5513] By: gsar on 2000/03/04 05:50:15 Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun ) Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 5512] By: jhi on 2000/03/04 05:45:52 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 41 files) ____________________________________________________________________________ [ 5511] By: jhi on 2000/03/04 05:42:37 Log: HP-UX 64-bitness cures Branch: cfgperl ! hints/hpux.sh perl.h ____________________________________________________________________________ [ 5510] By: gsar on 2000/03/04 05:40:08 Log: better error messages when xsubpp fails to find map for a particular type (from Ilya Zakharevich) Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 5509] By: jhi on 2000/03/04 05:33:27 Log: scratch #5508 Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5508] By: jhi on 2000/03/04 05:31:19 Log: In HP-UX there is a secret handshake to get strtoll and strtoull. Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5507] By: gsar on 2000/03/04 04:27:51 Log: more whitespace removal (from Michael G Schwern) Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm ! lib/overload.pm x2p/s2p.PL ____________________________________________________________________________ [ 5506] By: gsar on 2000/03/04 04:12:06 Log: temporarily disable blank line warning from Pod::Parser until it can be made optional Branch: perl ! lib/Pod/Parser.pm t/pod/poderrs.xr ____________________________________________________________________________ [ 5505] By: gsar on 2000/03/04 04:00:44 Log: rid blanks in pods (from Michael G Schwern) Branch: perl ! README.amiga README.dos README.os2 ____________________________________________________________________________ [ 5504] By: gsar on 2000/03/04 03:59:07 Log: avoid warnings from shmread() when given undefined variable (from Tom Christiansen) Branch: perl ! doio.c ____________________________________________________________________________ [ 5503] By: gsar on 2000/03/04 03:53:43 Log: fpsetmask() needs include on freebsd (from Slaven Rezic ) Branch: perl ! unixish.h ____________________________________________________________________________ [ 5502] By: gsar on 2000/03/04 03:51:05 Log: avoid ambiguity in indirect object notation (breaks with overridden run time require) Branch: perl ! lib/CGI.pm ____________________________________________________________________________ [ 5501] By: gsar on 2000/03/04 01:08:54 Log: adjust perldelta Branch: perl ! Todo-5.6 pod/perl.pod pod/perldelta.pod ____________________________________________________________________________ [ 5500] By: gsar on 2000/03/04 00:33:49 Log: integrate cfgperl contents into mainline Branch: perl !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod !> pod/perlfunc.pod t/lib/ipc_sysv.t ____________________________________________________________________________ [ 5499] By: jhi on 2000/03/03 22:51:53 Log: solaris hints tweak Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5498] By: jhi on 2000/03/03 22:35:46 Log: The SysV IPC test must use the native integers (long or short), also noted this in the msgsnd/semctl documentation. Reported in From: schwern@athens.arena-i.com (Michael G Schwern) To: perl5-porters@perl.org Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux Date: Thu, 2 Mar 2000 17:15:03 -0500 (EST) Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com> Branch: cfgperl ! pod/perlfunc.pod t/lib/ipc_sysv.t ____________________________________________________________________________ [ 5497] By: jhi on 2000/03/03 21:08:53 Log: Update AVAILABILITY. Branch: cfgperl ! pod/perl.pod ____________________________________________________________________________ [ 5496] By: gsar on 2000/03/03 20:21:05 Log: perldebug tweak (from M J T Guy) Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 5495] By: jhi on 2000/03/03 19:32:58 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 79 files) ____________________________________________________________________________ [ 5494] By: jhi on 2000/03/03 19:14:01 Log: the workaround is needed in all 7.2.* compilers, not just on IRIX64. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5493] By: gsar on 2000/03/03 18:58:45 Log: whitespace and readabiliti nits in the pods (from Michael G Schwern and Robin Barker) Branch: perl ! Changes pod/perl.pod pod/perl5004delta.pod ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod ! pod/perlxstut.pod ____________________________________________________________________________ [ 5492] By: gsar on 2000/03/03 17:48:31 Log: support for list assignment to pseudohashes (from John Tobey ) Branch: perl ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t ____________________________________________________________________________ [ 5491] By: gsar on 2000/03/03 16:45:49 Log: add MakeMaker caveat to INSTALL (from Andy Dougherty) Branch: perl ! INSTALL ____________________________________________________________________________ [ 5490] By: gsar on 2000/03/03 16:44:42 Log: perldelta tweaks Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 5489] By: gsar on 2000/03/03 16:26:52 Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen ) Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 5488] By: gsar on 2000/03/03 16:21:34 Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes ) Branch: perl ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h ! os2/os2.sym ____________________________________________________________________________ [ 5487] By: gsar on 2000/03/03 16:16:34 Log: skip test on AFS (from Hans Ranke ) Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 5486] By: gsar on 2000/03/03 15:42:28 Log: integrate cfgperl and vmsperl contents into mainline Branch: perl ! pod/perl.pod !> (integrate 38 files) ____________________________________________________________________________ [ 5485] By: jhi on 2000/03/03 15:21:40 Log: pull the sparcv9 workshop libraries in front of loclibpth Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5484] By: jhi on 2000/03/03 15:09:03 Log: Introduce i_ieefp because FreeBSD on ix86 needs that for ftpsetmask(0); regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com ! vos/config.def vos/config.h vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 5483] By: jhi on 2000/03/03 05:37:58 Log: The _cflags must be left-aligned. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5482] By: bailey on 2000/03/03 04:42:45 Log: Once more unto resync Branch: vmsperl !> (integrate 48 files) ____________________________________________________________________________ [ 5481] By: bailey on 2000/03/03 04:36:46 Log: VMS-specific perldelta update Branch: vmsperl ! pod/perldelta.pod ____________________________________________________________________________ [ 5480] By: bailey on 2000/03/03 04:05:28 Log: Set up Perl invocation method during configuration (Peter Prymmer) Add missing bits to various utilities and install them (ditto) Branch: vmsperl ! configure.com pod/pod2usage.PL pod/podselect.PL ! utils/dprofpp.PL vms/descrip_mms.template ____________________________________________________________________________ [ 5479] By: bailey on 2000/03/03 04:01:48 Log: Fix test to match new behavior of vmsify() (Craig Berry) Branch: vmsperl ! vms/ext/filespec.t ____________________________________________________________________________ [ 5478] By: bailey on 2000/03/03 03:54:10 Log: Try to intuit whether typeless file invoked in subprocess is an executable image or DCL procedure. Branch: vmsperl ! vms/perlvms.pod vms/vms.c ____________________________________________________________________________ [ 5477] By: bailey on 2000/03/03 03:37:18 Log: Remove leftover bits of VAXC support (Dan Sugalski) Branch: vmsperl ! vms/gen_shrfls.pl ____________________________________________________________________________ [ 5476] By: bailey on 2000/03/03 03:34:51 Log: Add missing declaration (Dan Sugalski) Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5475] By: gsar on 2000/03/03 03:27:52 Log: warn about /(?p{})/ (from Simon Cozens) Branch: perl ! regcomp.c toke.c ____________________________________________________________________________ [ 5474] By: bailey on 2000/03/03 03:27:05 Log: Ad hoc patch for duping stdout into stderr Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5473] By: bailey on 2000/03/03 03:23:29 Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com Branch: vmsperl ! vms/subconfigure.com vms/vmsish.h ____________________________________________________________________________ [ 5472] By: gsar on 2000/03/03 02:58:49 Log: File::Spec bugs (spotted by Hack Kampbjorn ) Branch: perl ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 5471] By: jhi on 2000/03/03 02:38:23 Log: more todo Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 5470] By: gsar on 2000/03/03 02:36:02 Log: skip test if db doesn't have null key support Branch: perl ! t/lib/anydbm.t ____________________________________________________________________________ [ 5469] By: jhi on 2000/03/03 02:26:53 Log: Integrate with Sarathy. Branch: cfgperl !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c !> utils/h2xs.PL win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 5468] By: jhi on 2000/03/03 02:24:05 Log: irix hints tweak Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5467] By: gsar on 2000/03/03 02:19:50 Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from Simon Cozens ) Branch: perl ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t ! t/op/pat.t toke.c ____________________________________________________________________________ [ 5466] By: jhi on 2000/03/03 02:12:41 Log: in words order bad Branch: cfgperl ! pod/perlre.pod ____________________________________________________________________________ [ 5465] By: jhi on 2000/03/03 02:09:45 Log: /[[:alpha]/ now dies on unmatched [] instead of "an unknown character class" (spotted by Tom Christiansen) Branch: cfgperl ! regcomp.c t/pragma/warn/regcomp ____________________________________________________________________________ [ 5464] By: gsar on 2000/03/03 02:04:48 Log: perldelta notes about IO::Socket changes (from Graham Barr) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 5463] By: gsar on 2000/03/03 02:02:50 Log: relax restrictions on constant names a bit (from M J T Guy) Branch: perl ! lib/constant.pm ____________________________________________________________________________ [ 5462] By: gsar on 2000/03/03 01:59:49 Log: support for generation of accessor functions (from Hugo van der Sanden) Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 5461] By: jhi on 2000/03/03 01:51:53 Log: cosmetics Branch: cfgperl ! t/op/pack.t ____________________________________________________________________________ [ 5460] By: jhi on 2000/03/03 01:50:07 Log: detypo Branch: cfgperl ! t/op/pack.t ____________________________________________________________________________ [ 5459] By: gsar on 2000/03/03 01:46:35 Log: pod tweaks Branch: perl ! pod/perl.pod pod/perlpod.pod ____________________________________________________________________________ [ 5458] By: jhi on 2000/03/03 01:25:21 Log: solaris hints tweak Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5457] By: jhi on 2000/03/02 22:56:49 Log: detypo Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5456] By: gsar on 2000/03/02 21:15:11 Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl; add test targets for -C switch on windows Branch: perl ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 5455] By: gsar on 2000/03/02 21:06:49 Log: add note about failed tests on memory starved systems (from Andy Dougherty) Branch: perl ! INSTALL ____________________________________________________________________________ [ 5454] By: jhi on 2000/03/02 21:03:35 Log: Integrate with Sarathy. Branch: cfgperl !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod ____________________________________________________________________________ [ 5453] By: jhi on 2000/03/02 20:58:43 Log: Further long double patches from Spider Boardman. Branch: cfgperl ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t ____________________________________________________________________________ [ 5452] By: gsar on 2000/03/02 20:52:08 Log: move doc about v-strings from perlop to perldata (suggested by David Dyck ) Branch: perl ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod ____________________________________________________________________________ [ 5451] By: gsar on 2000/03/02 20:30:29 Log: integrate cfgperl changes into mainline Branch: perl !> Configure hints/irix_6.sh pp.c ____________________________________________________________________________ [ 5450] By: gsar on 2000/03/02 20:08:10 Log: still other multiline match cleanups (from Greg Bacon) Branch: perl ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm ____________________________________________________________________________ [ 5449] By: jhi on 2000/03/02 20:01:58 Log: Integrate with Sarathy. Branch: cfgperl !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t !> t/pragma/warn/8signal t/pragma/warn/pp_ctl !> vms/descrip_mms.template vms/gen_shrfls.pl !> vms/subconfigure.com vms/vms.c win32/Makefile !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5448] By: jhi on 2000/03/02 20:00:37 Log: workaround for Tru64 compiler bug (cleaner fix will have to wait until 5.6.1), from Spider Boardman Branch: cfgperl ! pp.c ____________________________________________________________________________ [ 5447] By: jhi on 2000/03/02 19:52:34 Log: Workaround for an optimizer bug. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5446] By: jhi on 2000/03/02 19:44:35 Log: installation directory fix from Andy Dougherty (installstyle was being clobbered, spotted by Spider Boardman) Branch: cfgperl ! Configure Branch: metaconfig ! U/installdirs/installstyle.U ____________________________________________________________________________ [ 5445] By: gsar on 2000/03/02 19:40:44 Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl); some parts not applied Branch: perl ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 5444] By: gsar on 2000/03/02 19:26:08 Log: avoid buffering issue in warn/8signal Branch: perl ! t/pragma/warn/8signal ____________________________________________________________________________ [ 5443] By: gsar on 2000/03/02 18:13:28 Log: integrate cfgperl changes into mainline Branch: perl !> Configure config_h.SH hints/aix.sh hints/hpux.sh !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t !> t/op/lfs.t t/op/pack.t ____________________________________________________________________________ [ 5442] By: gsar on 2000/03/02 18:02:40 Log: integrate vmsperl changes into mainline (denied their changes to Glob.pm, t/pragma/warn/{8signal,pp_ctl}) Branch: perl !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t !> t/pragma/warn/8signal t/pragma/warn/pp_ctl !> vms/descrip_mms.template vms/gen_shrfls.pl !> vms/subconfigure.com vms/vms.c ____________________________________________________________________________ [ 5441] By: jhi on 2000/03/02 17:56:20 Log: nit from Spider Boardman Branch: cfgperl ! makedepend.SH ____________________________________________________________________________ [ 5440] By: jhi on 2000/03/02 17:48:15 Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one is the correct one), spotted by Robin Barker. Branch: cfgperl ! Configure config_h.SH hints/aix.sh hints/hpux.sh Branch: metaconfig/U/perl ! uselfs.U ____________________________________________________________________________ [ 5439] By: jhi on 2000/03/02 15:32:04 Log: Remove the pack.t kludge introduced to fudge the test to pass under long doubles: leave the similar kludge to posix.t because POSIX::strtod() is still double, not long double. Branch: cfgperl ! t/op/pack.t ____________________________________________________________________________ [ 5438] By: jhi on 2000/03/02 04:58:48 Log: Integrate with Sarathy. Branch: cfgperl !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm !> lib/Pod/Html.pm op.c ____________________________________________________________________________ [ 5437] By: jhi on 2000/03/02 04:51:46 Log: A patch on #5407. Branch: cfgperl ! sv.c ____________________________________________________________________________ [ 5436] By: gsar on 2000/03/02 04:45:37 Log: avoid useless comparison Branch: perl ! op.c ____________________________________________________________________________ [ 5435] By: bailey on 2000/03/02 04:43:11 Log: YA sync with mainline Branch: vmsperl +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod +> t/lib/env-array.t !> (integrate 150 files) ____________________________________________________________________________ [ 5434] By: gsar on 2000/03/02 04:28:48 Log: make the "back to top" links optional Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 5433] By: bailey on 2000/03/02 04:26:58 Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane) Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5432] By: bailey on 2000/03/02 04:20:51 Log: Update dependencies and remove obsolete VAXC support Branch: vmsperl ! vms/descrip_mms.template ____________________________________________________________________________ [ 5431] By: bailey on 2000/03/02 04:19:42 Log: Rmeove obsolete VAXC support Branch: vmsperl ! vms/gen_shrfls.pl ____________________________________________________________________________ [ 5430] By: bailey on 2000/03/02 04:18:57 Log: Minor updates to subconfigure.com: - remove old VAXC support - avoid echoing commands to tempfiles - fix typos - define 64bit symbols (as "undef") when not using 64 bit support Branch: vmsperl ! vms/subconfigure.com ____________________________________________________________________________ [ 5429] By: bailey on 2000/03/02 04:16:11 Log: Minor changes to Configure.Com: - permit operation in batch mode (splits output) - remove old VAXC support - default to enabling secure internal lnm translation Branch: vmsperl ! configure.com ____________________________________________________________________________ [ 5428] By: bailey on 2000/03/02 04:06:53 Log: Optional warning for truncated logical name equivalence string (Dan Sugalski) Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5427] By: bailey on 2000/03/02 04:05:47 Log: FIx no-op in vms.c Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5426] By: bailey on 2000/03/02 04:04:52 Log: MIscellaneous tweaks to test and driver (Charles Lane) Branch: vmsperl ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t ! vms/test.com ____________________________________________________________________________ [ 5425] By: bailey on 2000/03/02 04:02:44 Log: Take advantage of new subprocess invocation (Charles Lane) Branch: vmsperl ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t ! t/pragma/warnings.t ____________________________________________________________________________ [ 5424] By: bailey on 2000/03/02 04:00:20 Log: Increment counter for skipped tests (Charles Lane) Branch: vmsperl ! t/io/open.t ____________________________________________________________________________ [ 5423] By: bailey on 2000/03/02 03:59:14 Log: Remove redundant elements of @INC to cope with VMS' 255-char limit on PERL5LIB logical (Dan Sugalski) Branch: vmsperl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 5422] By: bailey on 2000/03/02 03:57:40 Log: Use temp to construct dirspec in File::Find (Charles Lane) Branch: vmsperl ! lib/File/Find.pm ____________________________________________________________________________ [ 5421] By: bailey on 2000/03/02 03:56:13 Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane) (Should move to File::Spec in long term) Branch: vmsperl ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl ____________________________________________________________________________ [ 5420] By: bailey on 2000/03/02 03:52:45 Log: Escape \n in commands written to Descrip.MMS (Charles Lane) Branch: vmsperl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 5419] By: bailey on 2000/03/02 03:50:53 Log: Make File::Glob more VMS-friendly (Charles Lane) Branch: vmsperl ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c ! t/lib/glob-basic.t ____________________________________________________________________________ [ 5418] By: bailey on 2000/03/02 03:47:21 Log: Miscellaneous fixes to build procedures (Peter Prymmer) Branch: vmsperl ! configure.com vms/subconfigure.com ____________________________________________________________________________ [ 5417] By: bailey on 2000/03/02 03:42:49 Log: Temrinate statements in pp_ctl warning test (Charles Lane) Branch: vmsperl ! t/pragma/warn/pp_ctl ____________________________________________________________________________ [ 5416] By: bailey on 2000/03/02 03:39:46 Log: Warn but continue installing when file missing (Dan Sugalski) Branch: vmsperl ! installperl ____________________________________________________________________________ [ 5415] By: jhi on 2000/03/01 23:31:23 Log: Make file sparseness detection more portable (Scott Henry) Branch: cfgperl ! t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 5414] By: jhi on 2000/03/01 22:53:48 Log: detypo #5411 continues: Sun grep doesn't have -e. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5413] By: jhi on 2000/03/01 22:49:44 Log: detypo #5411 Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5412] By: gsar on 2000/03/01 20:04:42 Log: typo in change#5408 Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 5411] By: jhi on 2000/03/01 18:48:52 Log: Better detection of the solaris workshop compiler. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5410] By: jhi on 2000/03/01 18:18:04 Log: From: Robin Barker To: perl5-porters@perl.org Subject: solaris 64-bit and gcc Date: Wed, 1 Mar 2000 17:59:36 GMT Message-Id: <200003011759.RAA03938@tempest.npl.co.uk> Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5409] By: jhi on 2000/03/01 18:16:43 Log: Integrate with Sarathy. Branch: cfgperl +> t/lib/env-array.t !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t !> t/lib/filefind.t t/lib/glob-basic.t ____________________________________________________________________________ [ 5408] By: gsar on 2000/03/01 18:15:49 Log: still more multiline match cleanups (from Greg Bacon) Branch: perl ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm ____________________________________________________________________________ [ 5407] By: jhi on 2000/03/01 18:11:09 Log: A further patch from Spider Boardman for long doubleness. Branch: cfgperl ! sv.c ____________________________________________________________________________ [ 5406] By: gsar on 2000/03/01 17:32:09 Log: yet more multiline match cleanups (from Greg Bacon) Branch: perl ! lib/CPAN.pm lib/Cwd.pm ____________________________________________________________________________ [ 5405] By: gsar on 2000/03/01 17:24:53 Log: add support for Env arrays (from Gregor N. Purdy ) Branch: perl + t/lib/env-array.t ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t ____________________________________________________________________________ [ 5404] By: gsar on 2000/03/01 17:00:23 Log: cygwin update (from Eric Fifer) Branch: perl ! README.cygwin t/lib/glob-basic.t ____________________________________________________________________________ [ 5403] By: gsar on 2000/03/01 16:55:47 Log: more multiline match cleanups (from Greg Bacon) Branch: perl ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm ____________________________________________________________________________ [ 5402] By: gsar on 2000/03/01 16:38:48 Log: avoid DProf entering dl_unload_file() (from Alan Burlison) Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c ____________________________________________________________________________ [ 5401] By: gsar on 2000/03/01 16:35:28 Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch) Branch: perl ! lib/File/Find.pm t/lib/filefind.t ____________________________________________________________________________ [ 5400] By: gsar on 2000/03/01 16:32:24 Log: mention "r" debugger command (from Ilya Zakharevich) Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 5399] By: jhi on 2000/03/01 14:58:33 Log: Integrate with Sarathy. Branch: cfgperl !> Changes configure.com ext/File/Glob/Glob.pm !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal !> t/pragma/warn/pp_sys t/pragma/warnings.t !> vms/descrip_mms.template vms/subconfigure.com vms/test.com !> vms/vms.c ____________________________________________________________________________ [ 5398] By: gsar on 2000/03/01 07:03:13 Log: fix testsuite issues in change#5397 Branch: perl ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys ---------------- Version v5.5.670 ---------------- ____________________________________________________________________________ [ 5397] By: gsar on 2000/03/01 06:44:42 Log: consolidated VMS patches (from Craig A. Berry ); Glob.pm patch modified to use $DEFAULT_FLAGS, and iff no flags were supplied Branch: perl ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys ! t/pragma/warnings.t vms/descrip_mms.template ! vms/subconfigure.com vms/test.com vms/vms.c ____________________________________________________________________________ [ 5396] By: gsar on 2000/03/01 06:28:22 Log: integrate cfgperl changes into mainline Branch: perl !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c ____________________________________________________________________________ [ 5395] By: jhi on 2000/03/01 06:12:10 Log: Integrate with Sarathy. Branch: cfgperl +> lib/open.pm !> MANIFEST Todo-5.6 mg.c ____________________________________________________________________________ [ 5394] By: gsar on 2000/03/01 06:07:00 Log: fix segfault on C Branch: perl ! mg.c ____________________________________________________________________________ [ 5393] By: jhi on 2000/03/01 06:02:12 Log: Fcntl de-cut-and-pasto. From: Doug MacEachern To: perl5-porters@perl.org Subject: [PATCH v5.5.660] Fcntl.pm Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST) Message-ID: Branch: cfgperl ! ext/Fcntl/Fcntl.pm ____________________________________________________________________________ [ 5392] By: gsar on 2000/03/01 05:55:20 Log: update Todo-5.6, add stub open.pm Branch: perl + lib/open.pm ! MANIFEST Todo-5.6 ____________________________________________________________________________ [ 5391] By: jhi on 2000/03/01 05:42:25 Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5390] By: jhi on 2000/03/01 05:35:53 Log: Couple of math functions need to be Perl_ so that they are correctly long double, especially the frexp() in sv_vcatpvfn() (spotted by Spider Boardman). Branch: cfgperl ! pp.c sv.c ____________________________________________________________________________ [ 5389] By: jhi on 2000/03/01 05:33:54 Log: Integrate with Sarathy. Branch: cfgperl +> pod/perlnumber.pod !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c !> win32/perllib.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5388] By: gsar on 2000/03/01 03:38:03 Log: Windows miscellany Branch: perl ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5387] By: gsar on 2000/03/01 03:13:37 Log: mention ftp/rsync access to repository in perlhack Branch: perl ! Changes pod/perlhack.pod pod/perlhist.pod ____________________________________________________________________________ [ 5386] By: gsar on 2000/03/01 03:04:54 Log: support kill(0,$pid) on Windows to test if process exists Branch: perl ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c ____________________________________________________________________________ [ 5385] By: gsar on 2000/03/01 02:10:01 Log: integrate cfgperl changes into mainline Branch: perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh !> perl.h vms/subconfigure.com vos/config.def win32/config.bc !> win32/config.gc win32/config.vc ____________________________________________________________________________ [ 5384] By: gsar on 2000/03/01 01:47:55 Log: oops, change#5382 didn't really fix the typo Branch: perl ! ext/DynaLoader/dl_dlopen.xs ____________________________________________________________________________ [ 5383] By: gsar on 2000/03/01 01:38:25 Log: avoid warning on type-mismatch Branch: perl ! ext/DynaLoader/dlutils.c ____________________________________________________________________________ [ 5382] By: gsar on 2000/03/01 01:33:42 Log: fix bug in change#5381 Branch: perl ! ext/DynaLoader/dl_dlopen.xs ____________________________________________________________________________ [ 5381] By: gsar on 2000/03/01 00:46:44 Log: unload extension shared objects when exiting, implemented only for dl_dlopen.xs (from Alan Burlison) Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c ____________________________________________________________________________ [ 5380] By: gsar on 2000/03/01 00:34:10 Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited prose Branch: perl + pod/perlnumber.pod ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod ! pod/perltoc.pod pod/roffitall ____________________________________________________________________________ [ 5379] By: jhi on 2000/02/29 23:37:01 Log: Be understanding. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! use64bits.U uselfs.U ____________________________________________________________________________ [ 5378] By: gsar on 2000/02/29 23:35:50 Log: VMS fixups (from Dan Sugalski); cosmetic tweaks Branch: perl ! lib/Test/Harness.pm vms/vms.c ____________________________________________________________________________ [ 5377] By: jhi on 2000/02/29 23:12:29 Log: Tru64 hints fix from Spider Boardman; Tru64 hint for d_Gconvert on long doubles to use sprintf %Lg. Branch: cfgperl ! hints/dec_osf.sh ____________________________________________________________________________ [ 5376] By: jhi on 2000/02/29 23:02:45 Log: Integrate with Sarathy. Branch: cfgperl !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod !> pod/perlguts.pod pod/perlop.pod ____________________________________________________________________________ [ 5375] By: gsar on 2000/02/29 23:02:34 Log: fix File::Find::finddepth() bugs (from Helmut Jarausch) Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 5374] By: jhi on 2000/02/29 23:01:35 Log: Add libsunmath (long double math library for Solaris, SUNWspro cc only) awareness; fix various Solaris nits. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h ! vms/subconfigure.com vos/config.def win32/config.bc ! win32/config.gc win32/config.vc Branch: metaconfig ! U/modified/libs.U Branch: metaconfig/U/perl + i_sunmath.U ____________________________________________________________________________ [ 5373] By: gsar on 2000/02/29 22:56:10 Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods to the more readable form (from Robin Barker) Branch: perl ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod ____________________________________________________________________________ [ 5372] By: gsar on 2000/02/29 22:52:27 Log: better fix for malloc bug in change#5346 (from Dominic Dunlop) Branch: perl ! malloc.c ____________________________________________________________________________ [ 5371] By: gsar on 2000/02/29 22:29:36 Log: fix pods to reflect newer canonical names for call_sv() etc. Branch: perl ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod ! pod/perlembed.pod pod/perlguts.pod ____________________________________________________________________________ [ 5370] By: jhi on 2000/02/29 22:08:26 Log: Integrate with Sarathy. Branch: cfgperl !> perl.c perl.h win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5369] By: gsar on 2000/02/29 21:37:10 Log: remove bogus code that caused test failures on HP-UX Branch: perl ! perl.h ____________________________________________________________________________ [ 5368] By: gsar on 2000/02/29 20:45:01 Log: change#5364 had a few problems Branch: perl ! perl.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5367] By: gsar on 2000/02/29 18:19:04 Log: integrate cfgperl changes into mainline Branch: perl !> Configure config_h.SH epoc/config.sh hints/hpux.sh !> hints/solaris_2.sh regcomp.c vms/subconfigure.com !> vos/config.def win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 5366] By: jhi on 2000/02/29 18:15:09 Log: Some compilers have problems with quad switch() controls. Branch: cfgperl ! regcomp.c ____________________________________________________________________________ [ 5365] By: jhi on 2000/02/29 18:14:30 Log: Integrate with Sarathy. Branch: cfgperl !> perl.c win32/Makefile win32/makefile.mk win32/win32.c !> win32/win32.h ____________________________________________________________________________ [ 5364] By: gsar on 2000/02/29 18:11:34 Log: utf8-ize @ARGV when -C switch is used on Windows Branch: perl ! perl.c win32/Makefile win32/makefile.mk win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 5363] By: jhi on 2000/02/29 17:47:48 Log: HP-UX lddlflags were broken. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! dlsrc.U ____________________________________________________________________________ [ 5362] By: jhi on 2000/02/29 17:32:27 Log: Make the failsafe question about socket address structure sizes hopefully a bit less confusing. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/protos/socksizetype.U ____________________________________________________________________________ [ 5361] By: jhi on 2000/02/29 17:17:10 Log: Integrate with Sarathy. Branch: cfgperl !> malloc.c ____________________________________________________________________________ [ 5360] By: gsar on 2000/02/29 17:16:09 Log: malloc "fix" in change#5346 coredumps on HP-UX, revert Branch: perl ! malloc.c ____________________________________________________________________________ [ 5359] By: jhi on 2000/02/29 17:06:12 Log: Make the warning about preferring HP's ar more visible. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5358] By: jhi on 2000/02/29 17:04:36 Log: The sprintf option was blithely printing long doubles as doubles (spotted by Spider Boardman); dqgcvt() wasn't ever being used; made the test more thorough. Branch: cfgperl ! Configure config_h.SH epoc/config.sh vms/subconfigure.com ! vos/config.def win32/config.bc win32/config.gc win32/config.vc Branch: metaconfig ! U/compline/d_gconvert.U ____________________________________________________________________________ [ 5357] By: jhi on 2000/02/29 16:58:08 Log: Make the warning about abandoning long doubles more visible. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! uselongdbl.U ____________________________________________________________________________ [ 5356] By: jhi on 2000/02/29 16:51:33 Log: HP-UX gcc fix; detypo in use64bits. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! dlsrc.U use64bits.U ____________________________________________________________________________ [ 5355] By: jhi on 2000/02/29 16:31:17 Log: Solaris 64-bitness hints saga continues. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5354] By: jhi on 2000/02/29 16:04:42 Log: Integrate with Sarathy. Branch: cfgperl !> ext/Thread/Thread.xs perl.c perl.h ____________________________________________________________________________ [ 5353] By: jhi on 2000/02/29 15:54:10 Log: Solaris hints tweak for 64-bitallness. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5352] By: jhi on 2000/02/29 15:35:13 Log: Too many 64-bitness option combinations. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5351] By: gsar on 2000/02/29 15:31:56 Log: more adjustments needed for change#5342 under use5005threads Branch: perl ! ext/Thread/Thread.xs perl.c perl.h ____________________________________________________________________________ [ 5350] By: jhi on 2000/02/29 15:24:59 Log: Integrate with Sarathy. Branch: cfgperl +> pod/perlboot.pod !> (integrate 40 files) ____________________________________________________________________________ [ 5349] By: gsar on 2000/02/29 08:13:56 Log: more m//s and $ vs \z fixups (from Greg Bacon) Branch: perl ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm ! lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 5348] By: gsar on 2000/02/29 08:00:48 Log: increase sleep to compensate for slow cpu (from Peter Haworth ) Branch: perl ! t/io/pipe.t ____________________________________________________________________________ [ 5347] By: gsar on 2000/02/29 07:52:35 Log: add OO tutorial for beginners (from Randal L. Schwartz ) Branch: perl + pod/perlboot.pod ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod ! pod/perldelta.pod pod/perltoc.pod ____________________________________________________________________________ [ 5346] By: gsar on 2000/02/29 07:24:52 Log: malloc bug fix and machten hints (from Dominic Dunlop ) Branch: perl ! hints/machten.sh malloc.c ____________________________________________________________________________ [ 5345] By: gsar on 2000/02/29 06:32:56 Log: integrate cfgperl contents into mainline Branch: perl !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t !> win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 5344] By: gsar on 2000/02/29 06:25:33 Log: export list tweak Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5343] By: gsar on 2000/02/29 06:01:22 Log: various shenanigans in change#5342 Branch: perl ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk ! win32/win32.h win32/win32thread.h ____________________________________________________________________________ [ 5342] By: gsar on 2000/02/29 04:53:00 Log: support fetching current interpreter from TLS under useithreads Branch: perl ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c ! win32/win32.h win32/win32thread.c win32/win32thread.h ____________________________________________________________________________ [ 5341] By: jhi on 2000/02/29 03:26:11 Log: Don't know how to do large files using gcc in HP-UX. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5340] By: jhi on 2000/02/29 03:07:16 Log: Added few more libs to scan. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Myinit.U U/modified/libs.U ____________________________________________________________________________ [ 5339] By: jhi on 2000/02/29 01:37:43 Log: Bigger warning on the changed behaviour of the unary ~. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 5338] By: jhi on 2000/02/29 01:17:07 Log: IRIX 64-bitness fixes. Branch: cfgperl ! Configure config_h.SH hints/irix_6.sh Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 5337] By: jhi on 2000/02/29 00:59:08 Log: Userfriendliness. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5336] By: jhi on 2000/02/29 00:53:51 Log: Undo the sv_2pv() change of #5329, caused numconvert.t problems in IRIX 32-n32. Branch: cfgperl ! sv.c ____________________________________________________________________________ [ 5335] By: jhi on 2000/02/29 00:22:37 Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart. Branch: cfgperl ! Configure config_h.SH hints/hpux.sh Branch: metaconfig/U/perl ! dlsrc.U ____________________________________________________________________________ [ 5334] By: jhi on 2000/02/28 23:59:59 Log: Do not cast pointers into I32s. Branch: cfgperl ! mg.c ____________________________________________________________________________ [ 5333] By: jhi on 2000/02/28 23:39:26 Log: More AIX fixes from Steven Hirsch. Branch: cfgperl ! Configure config_h.SH ext/DynaLoader/dl_aix.xs ! ext/DynaLoader/hints/aix.pl hints/aix.sh Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5332] By: jhi on 2000/02/28 22:45:59 Log: Detypo. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5331] By: jhi on 2000/02/28 22:23:36 Log: Regularize the call-back units (and fix a bug in #5330). Branch: cfgperl ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh ____________________________________________________________________________ [ 5330] By: jhi on 2000/02/28 21:50:28 Log: Don't be overeager to turn on 64-bitallness. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5329] By: jhi on 2000/02/28 20:32:53 Log: Lift the 32-bit straightjacket from bit ops; prefer IV/UV over NV in sv_2pv(). Branch: cfgperl ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t ! t/op/misc.t t/op/numconvert.t ____________________________________________________________________________ [ 5328] By: jhi on 2000/02/28 20:11:59 Log: Do not add -Ae for gcc. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5327] By: jhi on 2000/02/28 17:35:39 Log: Use the vendor file(1). Branch: cfgperl ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh ____________________________________________________________________________ [ 5326] By: jhi on 2000/02/28 17:31:19 Log: Put back madvise lost because of a typo. Branch: cfgperl ! Configure config_h.SH perl.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 5325] By: jhi on 2000/02/28 16:44:32 Log: Tweak HP-UX libraries. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5324] By: jhi on 2000/02/28 16:37:43 Log: Don't be overeager to turn on largefileness. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5323] By: jhi on 2000/02/28 16:23:15 Log: AIX 64-bit patches from Steven Hirsch The patch to File/Glob/Makefile.PL is inconvenient but at the moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn off the optimization ($self->{OPTIMIZE} = '') doesn't work, the file is processed by MakeMaker but OPTIMIZE ends up as -O in the resulting Makefile. A MakeMaker bug? Branch: cfgperl ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL ! hints/aix.sh t/lib/ipc_sysv.t ____________________________________________________________________________ [ 5322] By: jhi on 2000/02/28 16:17:33 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 45 files) ____________________________________________________________________________ [ 5321] By: gsar on 2000/02/28 10:13:03 Log: avoid warnings in legacy code (from David Dyck) Branch: perl ! lib/pwd.pl ____________________________________________________________________________ [ 5320] By: gsar on 2000/02/28 10:11:37 Log: find2perl doc tweak (from David Dyck ) Branch: perl ! x2p/find2perl.PL ____________________________________________________________________________ [ 5319] By: gsar on 2000/02/28 10:07:00 Log: fix outdated URLs (from Michael G Schwern) Branch: perl ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod ! pod/perlvar.pod pod/perlxs.pod ____________________________________________________________________________ [ 5318] By: gsar on 2000/02/28 10:04:57 Log: update Changes, patchlevel etc. Branch: perl ! Changes patchlevel.h win32/Makefile win32/config.bc ! win32/config.gc win32/config.vc win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 5317] By: gsar on 2000/02/28 09:39:47 Log: make stringwise bitops work properly on utf8 strings Branch: perl ! doop.c t/op/bop.t ____________________________________________________________________________ [ 5316] By: gsar on 2000/02/28 07:04:22 Log: integrate cfgperl and vmsperl changes into mainline Branch: perl ! Porting/makerel !> Configure Makefile.SH config_h.SH configure.com !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t !> vms/descrip_mms.template vms/gen_shrfls.pl !> vms/subconfigure.com vms/vms.c ____________________________________________________________________________ [ 5315] By: jhi on 2000/02/28 06:31:08 Log: The search for static _s-suffixex libs was broken; add -L/lib/pa20_64 only iff there. Branch: cfgperl ! Configure config_h.SH hints/hpux.sh Branch: metaconfig ! U/modified/libs.U ____________________________________________________________________________ [ 5314] By: jhi on 2000/02/28 06:08:40 Log: Even better use64bitall logic. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! use64bits.U uselfs.U ____________________________________________________________________________ [ 5313] By: jhi on 2000/02/28 05:47:27 Log: Integrate with Sarathy. Branch: cfgperl !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod !> t/lib/fields.t x2p/find2perl.PL ____________________________________________________________________________ [ 5312] By: jhi on 2000/02/28 05:09:31 Log: Ask about use64bitall regardless of whether use64bitint is defined. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5311] By: bailey on 2000/02/28 05:05:56 Log: Integrate mainline Branch: vmsperl !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t !> x2p/find2perl.PL ____________________________________________________________________________ [ 5310] By: bailey on 2000/02/28 04:36:20 Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific Branch: vmsperl ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm ____________________________________________________________________________ [ 5309] By: jhi on 2000/02/28 04:17:36 Log: The #5249 wasn't doing any good. Branch: cfgperl ! Makefile.SH lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 5308] By: bailey on 2000/02/28 03:56:51 Log: Repair typo -- conjunction of variable with text Branch: vmsperl ! t/lib/cgi-html.t ____________________________________________________________________________ [ 5307] By: jhi on 2000/02/28 03:46:14 Log: A less ambitious version of #5292. Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 5306] By: bailey on 2000/02/28 03:42:38 Log: Defer inclusion of VMS-specific code to runtime Branch: vmsperl ! t/io/openpid.t ____________________________________________________________________________ [ 5305] By: jhi on 2000/02/28 03:41:48 Log: The #5292 was Not So Good Idea. Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 5304] By: bailey on 2000/02/28 02:57:14 Log: Minor test updates to accomodate new subprocess invocation Branch: vmsperl ! t/comp/script.t t/op/goto.t t/op/split.t ____________________________________________________________________________ [ 5303] By: bailey on 2000/02/28 02:52:47 Log: Missed bit of #5302 (case-sensitive symbols) Branch: vmsperl ! lib/ExtUtils/Mksymlists.pm ____________________________________________________________________________ [ 5302] By: bailey on 2000/02/28 02:51:00 Log: Support case-sensitive symbols usage in linker Branch: vmsperl ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl ____________________________________________________________________________ [ 5301] By: bailey on 2000/02/28 02:46:47 Log: Free $PARSE context after lookups Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5300] By: bailey on 2000/02/28 02:43:56 Log: Don't wait for subprocess to read final EOF Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5299] By: bailey on 2000/02/28 00:44:45 Log: Dan Sugalski's config/build changes to .660 Branch: vmsperl ! configure.com vms/descrip_mms.template vms/subconfigure.com ____________________________________________________________________________ [ 5298] By: bailey on 2000/02/28 00:07:13 Log: When testing CGI.pm, use its notion of CRLF Branch: vmsperl ! t/lib/cgi-html.t ____________________________________________________________________________ [ 5297] By: bailey on 2000/02/28 00:00:08 Log: Quote command line args which need to be upper case Tell subprocess we're finished before waiting for it Branch: vmsperl ! t/io/openpid.t ____________________________________________________________________________ [ 5296] By: gsar on 2000/02/28 00:00:05 Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix these insidious errors in File::Basename, File::Find and find2perl (from Tom Christiansen) TODO: many other modules need to be fixed as well! Branch: perl ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL ____________________________________________________________________________ [ 5295] By: jhi on 2000/02/27 23:18:40 Log: Version number update. Branch: cfgperl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 5294] By: gsar on 2000/02/27 22:27:46 Log: typos in change#5293 Branch: perl ! lib/fields.pm ____________________________________________________________________________ [ 5293] By: gsar on 2000/02/27 21:57:40 Log: support fields::new() and fields::phash() to create pseudo-hash objects and plain pseudo-hashes respectively (this avoids users from having to diddle %FIELDS directly); update documentation to suit (from original fields::phash() implementation by Peter Scott ) Branch: perl ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod ! pod/perlref.pod t/lib/fields.t ____________________________________________________________________________ [ 5292] By: jhi on 2000/02/27 21:49:25 Log: proto.h was mssing from the list of generated files; added rules to generate any single wanted file (a bunch of other files may also be generated at the same time, as before) Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 5291] By: jhi on 2000/02/27 18:57:12 Log: Integrate with Sarathy. Branch: cfgperl !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c ____________________________________________________________________________ [ 5290] By: gsar on 2000/02/27 18:47:00 Log: integrate cfgperl and vmsperl contents into mainline Branch: perl !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c !> t/pragma/locale.t vms/perlvms.pod vms/vms.c ____________________________________________________________________________ [ 5289] By: gsar on 2000/02/27 18:09:04 Log: tweak change#5286 (we don't ever get to pp_glob() if we're using the internal glob()) Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 5288] By: gsar on 2000/02/27 17:12:41 Log: djgpp update (from Laszlo Molnar) Branch: perl ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c ! hints/dos_djgpp.sh ____________________________________________________________________________ [ 5287] By: gsar on 2000/02/27 16:58:53 Log: tweak comment about core glob() Branch: perl ! ext/File/Glob/Glob.pm ____________________________________________________________________________ [ 5286] By: gsar on 2000/02/27 16:52:54 Log: remove outdated info about csh and glob(); glob() need not fail when tainting anymore if using internal globbing Branch: perl ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c ____________________________________________________________________________ [ 5285] By: gsar on 2000/02/27 16:20:31 Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory handles with: Cuntaint;> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 5284] By: gsar on 2000/02/27 14:31:24 Log: avoid compiler warnings (from Dan Sugalski) Branch: perl ! op.c sv.c ____________________________________________________________________________ [ 5283] By: gsar on 2000/02/27 14:21:16 Log: propagate utf8ness in sv_setsv() (from Gisle Aas) Branch: perl ! sv.c ____________________________________________________________________________ [ 5282] By: bailey on 2000/02/27 05:07:08 Log: Impose security constraints on lnm lookup only if tainting Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 5281] By: bailey on 2000/02/27 05:05:35 Log: Add new File::Spec::VMS methods Don't add implicit device in VMS <-> Unix filespec translation Make File::Spec::Unix{rel2abs|abs2rel} OS-independent Branch: vmsperl ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c ____________________________________________________________________________ [ 5280] By: bailey on 2000/02/27 04:58:01 Log: Accept filespecs as command verbs for subprocesses Branch: vmsperl ! vms/perlvms.pod vms/vms.c ____________________________________________________________________________ [ 5279] By: jhi on 2000/02/27 04:01:53 Log: Integrate with Sarathy. Branch: cfgperl !> pp_hot.c ____________________________________________________________________________ [ 5278] By: bailey on 2000/02/27 02:43:01 Log: Resync with mainline again Branch: vmsperl !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h !> vms/subconfigure.com ____________________________________________________________________________ [ 5277] By: jhi on 2000/02/27 02:36:36 Log: Fix locale case-ignorant matching bug reported in From: gomar@md.media-web.de To: perl5-porters@perl.org Subject: [ID 20000223.005] Date: 23 Feb 2000 16:03:08 -0000 Message-Id: <20000223160308.1830.qmail@md.media-web.de> Branch: cfgperl ! regexec.c t/pragma/locale.t ____________________________________________________________________________ [ 5276] By: gsar on 2000/02/26 18:18:16 Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles (from Tom Christiansen) Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 5275] By: jhi on 2000/02/26 16:43:11 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 34 files) ____________________________________________________________________________ [ 5274] By: gsar on 2000/02/26 15:23:45 Log: rework binmode() entry in perlfunc (from Martien Verbruggen ) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5273] By: gsar on 2000/02/26 15:04:54 Log: PodParser v1.11 update (from Brad Appleton) Branch: perl ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr ____________________________________________________________________________ [ 5272] By: gsar on 2000/02/26 14:48:24 Log: add missing perl headers to perldepend action Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 5271] By: gsar on 2000/02/26 08:03:36 Log: VMS patch (from Peter Prymmer) Branch: perl ! Makefile.SH README.vms configure.com vms/descrip_mms.template ! vms/sockadapt.h vms/subconfigure.com ____________________________________________________________________________ [ 5270] By: gsar on 2000/02/26 07:46:35 Log: integrate vmsperl changes into mainline Branch: perl !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h !> pp_sys.c scope.c vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 5269] By: bailey on 2000/02/26 07:04:55 Log: Resync with mainline Branch: vmsperl +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm +> lib/bytes_heavy.pl t/pragma/warn/9enabled - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl - lib/unicode/Eq/Unicode.pl !> (integrate 323 files) ____________________________________________________________________________ [ 5268] By: gsar on 2000/02/26 06:50:04 Log: reintroduce useithreads (accidentally deleted in change#5261) Branch: perl ! win32/config.vc ____________________________________________________________________________ [ 5266] By: gsar on 2000/02/26 06:46:06 Log: integrate cfgperl changes into mainline Branch: perl +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh - ext/DynaLoader/dl_rhapsody.xs !> (integrate 62 files) ____________________________________________________________________________ [ 5265] By: gsar on 2000/02/26 06:31:10 Log: support for version vectors in UNIVERSAL::VERSION(), so that C etc., work; tests for the same TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this Branch: perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h ! t/comp/use.t toke.c universal.c ____________________________________________________________________________ [ 5264] By: jhi on 2000/02/26 04:14:15 Log: Add libscheck for IRIX. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5263] By: jhi on 2000/02/26 03:40:47 Log: Add libscheck for Solaris. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5262] By: jhi on 2000/02/26 03:10:47 Log: Rhapsody/Darwin patches from Wilfredo Sanchez. Branch: cfgperl + ext/DynaLoader/dl_dyld.xs hints/darwin.sh - ext/DynaLoader/dl_rhapsody.xs ! Configure INSTALL MANIFEST Makefile.SH README.threads ! config_h.SH hints/rhapsody.sh installperl pp_sys.c Branch: metaconfig ! U/a_dvisory/multiarch.U ____________________________________________________________________________ [ 5261] By: jhi on 2000/02/26 02:48:23 Log: Rename use64bits to use64bitint; rename usefull64bits to use64bitall. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh hints/aix.sh ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod ! vms/subconfigure.com vos/config.def vos/config.h ! vos/config_h.SH_orig win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc Branch: metaconfig ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U ! U/protos/socksizetype.U U/threads/archname.U Branch: metaconfig/U/perl ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U ! usemorebits.U ____________________________________________________________________________ [ 5260] By: jhi on 2000/02/25 22:57:16 Log: From: "Fifer, Eric" To: "'perl5-porters@perl.org'" Subject: [PATCH 5.5.660] cygwin port Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1> Branch: cfgperl ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c ____________________________________________________________________________ [ 5259] By: jhi on 2000/02/25 22:53:51 Log: Configure nits; add socksizetype; add getfsstat for completeness; add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c ! vms/subconfigure.com vos/config.def win32/config.bc ! win32/config.gc win32/config.vc win32/config_H.bc ! win32/config_H.gc win32/config_H.vc Branch: metaconfig + U/protos/socksizetype.U Branch: metaconfig/U/perl + d_getfsstat.U ! d_fstatfs.U fpossize.U use64bits.U uselfs.U ____________________________________________________________________________ [ 5258] By: jhi on 2000/02/25 21:04:17 Log: Further fixes to malloc.c prototypes from Dominic Dunlop. Branch: cfgperl ! malloc.c ____________________________________________________________________________ [ 5257] By: jhi on 2000/02/25 20:48:13 Log: Integrate with Sarathy. Branch: cfgperl !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c !> proto.h t/cmd/while.t ____________________________________________________________________________ [ 5256] By: gsar on 2000/02/25 20:04:37 Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS Branch: perl ! embed.h embed.pl objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 5255] By: gsar on 2000/02/25 19:23:58 Log: change#4849 wasn't restoring savestack correctly; make loops that have continue blocks recognizable at run time Branch: perl ! op.c op.h pp_ctl.c t/cmd/while.t ____________________________________________________________________________ [ 5254] By: jhi on 2000/02/25 06:00:01 Log: Integrate with Sarathy. Branch: cfgperl !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm !> t/lib/filefind.t t/pod/poderrs.xr ____________________________________________________________________________ [ 5253] By: jhi on 2000/02/25 05:57:59 Log: Megalopatch for Configure: Andy's new installation schemes; introduce usefull64bits, beautify and regularize the various type probes; introduce d_lseekproto. Branch: cfgperl ! Configure INSTALL Policy_sh.SH config_h.SH perl.h ! pod/perldelta.pod Branch: metaconfig + U/installdirs/perl5.U U/installdirs/sitehtml1.U + U/installdirs/sitehtml3.U U/installdirs/siteman1.U + U/installdirs/siteman3.U U/installdirs/sitescript.U + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U + U/installdirs/vendorman1.U U/installdirs/vendorman3.U + U/installdirs/vendorscript.U U/protos/d_lseekproto.U - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U - U/installdirs/vendorscriptdir.U ! U/compline/doublesize.U U/compline/ptrsize.U ! U/installdirs/archlib.U U/installdirs/bin.U ! U/installdirs/html1dir.U U/installdirs/html3dir.U ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U ! U/installdirs/installstyle.U U/installdirs/instubperl.U ! U/installdirs/localarch.U U/installdirs/locallib.U ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U ! U/installdirs/privlib.U U/installdirs/scriptdir.U ! U/installdirs/sitearch.U U/installdirs/sitebin.U ! U/installdirs/sitelib.U U/installdirs/siteprefix.U ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U ! U/modified/d_longdbl.U U/modified/d_longlong.U ! U/typedefs/gidsize.U U/typedefs/lseektype.U ! U/typedefs/uidsize.U Branch: metaconfig/U/perl ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U ____________________________________________________________________________ [ 5252] By: gsar on 2000/02/25 03:15:03 Log: update PodParser to v1.10 (from Brad Appleton) Branch: perl ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm ! lib/Pod/Usage.pm t/pod/poderrs.xr ____________________________________________________________________________ [ 5251] By: gsar on 2000/02/25 03:10:51 Log: make File::Find tests tolerate case-insensitive systems (from Laszlo Molnar) Branch: perl ! t/lib/filefind.t ____________________________________________________________________________ [ 5250] By: gsar on 2000/02/25 01:50:04 Log: more Compiler tweaks for useithreads Branch: perl ! ext/B/B.xs ext/B/B/C.pm ____________________________________________________________________________ [ 5249] By: jhi on 2000/02/25 00:17:53 Log: Remove NFS temp files and Configure temp C files. Branch: cfgperl ! Makefile.SH lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 5248] By: jhi on 2000/02/24 23:57:49 Log: In FreeBSD disable floating point exception handlers. As the comment says, this should be done in the hints. From: dive To: "M.J.T. Guy" cc: perl5-porters@perl.org Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST) Message-ID: Branch: cfgperl ! unixish.h ____________________________________________________________________________ [ 5247] By: jhi on 2000/02/24 23:46:27 Log: From: Gisle Aas To: perl5-porters@perl.org Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes Date: 25 Feb 2000 00:24:53 +0100 Message-ID: Branch: cfgperl ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c ____________________________________________________________________________ [ 5246] By: jhi on 2000/02/24 23:15:56 Log: The op/stat.t patch in #5341 wasn't robust enough, it broke subtest 4 almost everywhere else. Branch: cfgperl ! t/op/stat.t ____________________________________________________________________________ [ 5245] By: jhi on 2000/02/24 19:28:53 Log: More VMS patches from Peter Prymmer. Branch: cfgperl ! configure.com vms/subconfigure.com ____________________________________________________________________________ [ 5244] By: jhi on 2000/02/24 19:26:33 Log: Largefileness in Solaris doesn't require long longs; use64bits enhancements; introduce usefull64bits. Branch: cfgperl ! Configure config_h.SH hints/aix.sh hints/hpux.sh ! hints/irix_6.sh hints/solaris_2.sh Branch: metaconfig ! U/threads/archname.U Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5243] By: jhi on 2000/02/24 18:40:25 Log: Tidy up the 64-bit (and socklen_t) type probing. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/d_longdbl.U U/modified/d_longlong.U Branch: metaconfig/U/perl + d_fpos64_t.U d_off64_t.U - io64.U ! d_int64_t.U d_socklen_t.U ____________________________________________________________________________ [ 5242] By: jhi on 2000/02/24 18:09:49 Log: Integrate with Sarathy. Branch: cfgperl !> pod/perlop.pod ____________________________________________________________________________ [ 5241] By: jhi on 2000/02/24 18:00:49 Log: From: "Fifer, Eric" To: "'perl5-porters@perl.org'" Subject: [PATCH 5.5.660] cygwin port Date: Thu, 24 Feb 2000 17:15:28 -0000 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1> Branch: cfgperl + cygwin/cygwin.c ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t ____________________________________________________________________________ [ 5240] By: jhi on 2000/02/24 17:53:12 Log: VMS patch from Peter Prymmer; use full_ar. Branch: cfgperl ! vms/subconfigure.com ____________________________________________________________________________ [ 5239] By: jhi on 2000/02/24 17:46:45 Log: MPE/ix patches from Mark Bixby. Branch: cfgperl ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t ! t/op/stat.t ____________________________________________________________________________ [ 5238] By: jhi on 2000/02/24 17:13:22 Log: Get -lbind if available. Add pointer to perldelta.pod/64-bit support to t/op/numconvert.t. From: Lupe Christoph To: perl5-porters@perl.org Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET) Message-Id: <200002241054.LAA06808@lupe-christoph.de> Branch: cfgperl ! Configure config_h.SH t/op/numconvert.t Branch: metaconfig ! U/modified/libs.U ____________________________________________________________________________ [ 5237] By: jhi on 2000/02/24 15:47:11 Log: Remove more cruft from IO. Branch: cfgperl ! ext/IO/IO.xs ____________________________________________________________________________ [ 5236] By: jhi on 2000/02/24 15:14:48 Log: From: Hugo To: perl5-porters@perl.org Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs Date: Thu, 24 Feb 2000 13:24:10 +0000 Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk> Branch: cfgperl ! utils/h2xs.PL ____________________________________________________________________________ [ 5235] By: jhi on 2000/02/24 15:12:40 Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH. From: js@ddre.dk To: perl5-porters@perl.org Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0 Date: Thu, 24 Feb 2000 15:11:33 +0100 Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk> Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5234] By: gsar on 2000/02/24 03:39:17 Log: integrate cfgperl changes into mainline Branch: perl - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl ! pod/perlop.pod !> Configure MANIFEST Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH configpm configure.com doio.c !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com ____________________________________________________________________________ [ 5233] By: jhi on 2000/02/24 01:31:38 Log: VMS patch from Peter Prymmer. Branch: cfgperl ! vms/subconfigure.com ____________________________________________________________________________ [ 5232] By: jhi on 2000/02/24 01:15:03 Log: Detypo fpos64_t test. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! io64.U ____________________________________________________________________________ [ 5231] By: jhi on 2000/02/24 01:11:17 Log: miscut'n'paste in #5230. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! d_int64_t.U ____________________________________________________________________________ [ 5230] By: jhi on 2000/02/24 01:02:05 Log: The #5228 wasn't quite right + fix typos. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/d_longdbl.U U/modified/d_longlong.U Branch: metaconfig/U/perl ! d_int64_t.U d_socklen_t.U io64.U ____________________________________________________________________________ [ 5229] By: jhi on 2000/02/24 00:40:01 Log: Depickify the compiler (about unused and set but not used variables) Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5228] By: jhi on 2000/02/24 00:34:35 Log: Cosmetics. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/d_longdbl.U U/modified/d_longlong.U Branch: metaconfig/U/perl ! d_int64_t.U d_socklen_t.U ____________________________________________________________________________ [ 5227] By: jhi on 2000/02/24 00:17:34 Log: In IRIX is something completely different. From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch) To: perl5-porters@perl.org Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5 Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST) Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de> Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 5226] By: jhi on 2000/02/23 20:39:28 Log: Integrate with Sarathy. Branch: cfgperl !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod !> t/comp/require.t t/op/ver.t toke.c ____________________________________________________________________________ [ 5225] By: jhi on 2000/02/23 20:35:58 Log: From: Dominic Dunlop To: perl5-porters@perl.org Cc: Gurusamy Sarathy Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings Date: Wed, 23 Feb 2000 21:23:44 +0100 Message-Id: Branch: cfgperl ! malloc.c ____________________________________________________________________________ [ 5224] By: jhi on 2000/02/23 20:22:43 Log: From: Dan Sugalski To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.5.660]VMS build patches Date: Wed, 23 Feb 2000 15:14:27 -0500 Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48> (the patch was mangled, had to be manually applied) Branch: cfgperl ! configure.com vms/descrip_mms.template vms/subconfigure.com ____________________________________________________________________________ [ 5223] By: jhi on 2000/02/23 19:54:04 Log: From: Dominic Dunlop To: perl5-porters@perl.org Cc: Andy Dougherty , Gurusamy Sarathy Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments Date: Wed, 23 Feb 2000 20:41:54 +0100 Message-Id: Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Oldconfig.U U/modified/libs.U Branch: metaconfig/U/perl ! dlsrc.U ____________________________________________________________________________ [ 5222] By: jhi on 2000/02/23 18:02:39 Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway (suggested by Graham Barr). Branch: cfgperl ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 5221] By: jhi on 2000/02/23 16:00:29 Log: Streamline #5218 even more. Branch: cfgperl ! ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 5220] By: gsar on 2000/02/23 09:10:43 Log: per Larry's idea, parse 1.2.3 as v1.2.3; C and C work as well; underscores are now permitted in v-strings Branch: perl ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod ! t/comp/require.t t/op/ver.t toke.c ____________________________________________________________________________ [ 5219] By: jhi on 2000/02/23 04:24:54 Log: Streamline #5218. Branch: cfgperl ! ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 5218] By: jhi on 2000/02/23 02:08:19 Log: Trying to connect to an already open socket may give EISCONN. Branch: cfgperl ! ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 5217] By: jhi on 2000/02/22 23:54:51 Log: Fix prototype conflicts with POSIX.pm. Branch: cfgperl ! ext/Fcntl/Fcntl.pm ____________________________________________________________________________ [ 5216] By: jhi on 2000/02/22 22:27:19 Log: See http://www.unicode.org/unicode/reports/tr15/ for in-depth description of the problem. Branch: cfgperl - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl ! MANIFEST lib/unicode/mktables.PL ____________________________________________________________________________ [ 5215] By: jhi on 2000/02/22 22:11:17 Log: Add uselongdouble, regroup the use* more logically. Branch: cfgperl ! myconfig.SH ____________________________________________________________________________ [ 5214] By: jhi on 2000/02/22 22:04:43 Log: Integrate with Sarathy. Branch: cfgperl !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL ____________________________________________________________________________ [ 5213] By: jhi on 2000/02/22 22:03:26 Log: Add socklen_t probe; Configure maintenance. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c Branch: metaconfig ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U ! U/modified/libs.U Branch: metaconfig/U/perl + d_int64_t.U d_socklen_t.U - d_int64t.U ! i_sysutsname.U ____________________________________________________________________________ [ 5212] By: gsar on 2000/02/22 21:46:45 Log: make Perl's malloc work for allocations over 2GB (from Ilya Zakharevich) Branch: perl ! malloc.c ____________________________________________________________________________ [ 5211] By: gsar on 2000/02/22 19:51:47 Log: add -W and -X to -h output; fix other pod omissions Branch: perl ! perl.c pod/perlrun.pod ____________________________________________________________________________ [ 5210] By: gsar on 2000/02/22 19:51:13 Log: describe C<< ... >> in perlpod.pod (from Brad Appleton) Branch: perl ! pod/perlpod.pod ____________________________________________________________________________ [ 5209] By: jhi on 2000/02/22 19:40:43 Log: The subtests 28 and 31 were wrong. Tightened also the similar tests nearby. Branch: cfgperl ! t/op/64bit.t ____________________________________________________________________________ [ 5208] By: gsar on 2000/02/22 19:13:44 Log: s/Activeware/ActiveState/ Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 5207] By: jhi on 2000/02/22 18:38:29 Log: Perl version nit spotted by Spider Boardman. Branch: cfgperl ! configpm ____________________________________________________________________________ [ 5206] By: gsar on 2000/02/22 17:50:44 Log: change#5205 wasn't quite right; SvCUR() should be SvLEN() Branch: perl ! toke.c ____________________________________________________________________________ [ 5205] By: gsar on 2000/02/22 17:36:26 Log: fix memory overrun due to off-by-one in change#5192 Branch: perl ! toke.c ____________________________________________________________________________ [ 5204] By: gsar on 2000/02/22 17:10:39 Log: sundry typos and such Branch: perl ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL ____________________________________________________________________________ [ 5203] By: jhi on 2000/02/22 17:10:22 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 56 files) ____________________________________________________________________________ [ 5202] By: gsar on 2000/02/22 16:48:58 Log: remove vestiges of older attribute syntax Branch: perl ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod ____________________________________________________________________________ [ 5201] By: jhi on 2000/02/22 14:39:56 Log: Configure nits spotted by Spider Boardman. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/libs.U Branch: metaconfig/U/perl ! fpossize.U ____________________________________________________________________________ [ 5200] By: jhi on 2000/02/22 14:31:21 Log: Tru64 V5.0 patches from Spider Boardman. Branch: cfgperl ! hints/dec_osf.sh ---------------- Version v5.5.660 ---------------- ____________________________________________________________________________ [ 5199] By: gsar on 2000/02/22 11:29:28 Log: beta2 Branch: perl ! Changes ____________________________________________________________________________ [ 5198] By: gsar on 2000/02/22 10:45:54 Log: PodParser-1.093 update (from Brad Appleton's site) Branch: perl ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr ! t/pod/special_seqs.t t/pod/special_seqs.xr ____________________________________________________________________________ [ 5197] By: gsar on 2000/02/22 10:24:13 Log: integrate cfgperl contents into mainline, update Changes Branch: perl ! Changes pod/perlhist.pod !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH hints/solaris_2.sh malloc.c perl.h !> pod/perldelta.pod ____________________________________________________________________________ [ 5196] By: gsar on 2000/02/22 10:10:36 Log: dos-djgpp updates (from Laszlo Molnar ) Branch: perl ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t ! t/lib/glob-taint.t t/lib/io_unix.t ____________________________________________________________________________ [ 5195] By: gsar on 2000/02/22 10:01:49 Log: s/undef/NO_INIT/g in change#5183 Branch: perl ! lib/ExtUtils/xsubpp pod/perlxs.pod ____________________________________________________________________________ [ 5194] By: gsar on 2000/02/22 09:44:07 Log: perlipc bug (spotted by Ben Low) Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 5193] By: gsar on 2000/02/22 09:38:58 Log: EPOC port update (from Olaf Flebbe ) Branch: perl ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c ____________________________________________________________________________ [ 5192] By: gsar on 2000/02/22 09:26:06 Log: improvements for high-bit text literals (from Gisle Aas) Branch: perl ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c ____________________________________________________________________________ [ 5191] By: gsar on 2000/02/22 07:35:47 Log: allow C, $h{v13.10} etc. Branch: perl ! t/op/ver.t toke.c ____________________________________________________________________________ [ 5190] By: gsar on 2000/02/22 05:35:27 Log: adjust for lost fp precision in require version check Branch: perl ! pp_ctl.c t/comp/require.t ____________________________________________________________________________ [ 5189] By: jhi on 2000/02/22 05:14:35 Log: Check the alignment of long doubles if they are to be used; regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH Branch: metaconfig ! U/compline/alignbytes.U ____________________________________________________________________________ [ 5188] By: gsar on 2000/02/22 04:45:57 Log: use same treatment for EINVAL as for ETIMEDOUT Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 5187] By: gsar on 2000/02/21 23:15:12 Log: type mismatch Branch: perl ! sv.c ____________________________________________________________________________ [ 5186] By: gsar on 2000/02/21 21:10:26 Log: remove dual-valueness of v-strings (i.e., they are pure strings now); avoid the word "tuple" to describe strings represented as character ordinals; usurp $PERL_VERSION for $^V as suggested by Larry, deprecate $] ; adjust the documentation and testsuite accordingly Branch: perl ! MANIFEST lib/English.pm op.c pod/perldelta.pod ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod ! t/comp/require.t t/op/ver.t toke.c ____________________________________________________________________________ [ 5185] By: jhi on 2000/02/21 20:36:05 Log: detypo Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5184] By: gsar on 2000/02/21 18:37:38 Log: clarify "use Module VERSION LIST" (from Robin Barker) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5183] By: gsar on 2000/02/21 18:31:42 Log: allow optional XSUB parameters without being forced to use a default (from Hugo van der Sanden) Branch: perl ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod ____________________________________________________________________________ [ 5182] By: jhi on 2000/02/21 18:22:47 Log: Add Solaris LP64 notes. Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 5181] By: gsar on 2000/02/21 16:53:39 Log: generalize "%v" format into a flag for any integral format type: "%vd", "%v#o", "%*vX", etc are allowed Branch: perl ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t ! utils/perlbug.PL ____________________________________________________________________________ [ 5180] By: gsar on 2000/02/21 07:11:00 Log: detypo Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 5179] By: gsar on 2000/02/21 07:08:38 Log: undo accidental delete Branch: perl ! ext/B/B.pm ext/B/B.xs ____________________________________________________________________________ [ 5178] By: gsar on 2000/02/21 07:02:16 Log: get Compiler "working" under useithreads Branch: perl ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ! ext/B/B/Deparse.pm ext/B/B/Xref.pm ____________________________________________________________________________ [ 5177] By: jhi on 2000/02/21 03:16:24 Log: Thou shalt not printf longs with %d. Branch: cfgperl ! malloc.c ____________________________________________________________________________ [ 5176] By: jhi on 2000/02/21 01:37:35 Log: Integrate with Sarathy. Branch: cfgperl +> t/pragma/warn/9enabled !> (integrate 63 files) ____________________________________________________________________________ [ 5175] By: gsar on 2000/02/21 00:25:00 Log: misplaced braces Branch: perl ! malloc.c ____________________________________________________________________________ [ 5174] By: gsar on 2000/02/21 00:09:16 Log: more malloc.c tweaks for change#5070 Branch: perl ! malloc.c ____________________________________________________________________________ [ 5173] By: gsar on 2000/02/21 00:01:17 Log: malloc.c fixups in change#5170 need to fetch thx pointer Branch: perl ! malloc.c ____________________________________________________________________________ [ 5172] By: gsar on 2000/02/20 23:52:39 Log: missing file in change#5170 Branch: perl + t/pragma/warn/9enabled ____________________________________________________________________________ [ 5171] By: gsar on 2000/02/20 23:49:17 Log: skip conditionally defined symbols in change#5162 Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5170] By: gsar on 2000/02/20 22:58:09 Log: lexical warnings update, ability to inspect bitmask in calling scope, among other things (from Paul Marquess) Branch: perl ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv ! t/pragma/warn/toke toke.c warnings.h warnings.pl ____________________________________________________________________________ [ 5169] By: gsar on 2000/02/20 22:22:28 Log: windows fixes for virtualizing child std{in,out,err} handles, attempts to lock uninitialized critical section in files that were never explicitly opened (from Doug Lankshear) Branch: perl ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h ____________________________________________________________________________ [ 5168] By: gsar on 2000/02/20 20:19:11 Log: update Changes, credits Branch: perl ! Changes ____________________________________________________________________________ [ 5167] By: gsar on 2000/02/20 18:54:27 Log: avoid reading out-of-bounds memory when matching against reference Branch: perl ! regexec.c ____________________________________________________________________________ [ 5166] By: gsar on 2000/02/20 17:59:41 Log: byte mode chop() should clear UTF8 (from Gisle Aas) Branch: perl ! doop.c ____________________________________________________________________________ [ 5165] By: gsar on 2000/02/20 17:57:08 Log: test fix needed by change#5164 Branch: perl ! t/pragma/warn/toke ____________________________________________________________________________ [ 5164] By: gsar on 2000/02/20 17:50:38 Log: default mkdir() mode argument to 0777 Branch: perl ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c ! t/op/mkdir.t toke.c ____________________________________________________________________________ [ 5163] By: gsar on 2000/02/20 16:34:33 Log: glob() takes one or no user arguments and a non-user-visible second hidden argument, fix its prototype-checking accordingly Branch: perl ! op.c opcode.h opcode.pl ____________________________________________________________________________ [ 5162] By: gsar on 2000/02/20 16:07:38 Log: make change#3386 a build-time option (avoids problems due to perl_run() longjmping out) Branch: perl ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c ! scope.h sv.c thrdvar.h util.c ____________________________________________________________________________ [ 5161] By: gsar on 2000/02/20 12:13:37 Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr modified to use Errno more portably) Branch: perl ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 5160] By: gsar on 2000/02/20 11:53:28 Log: mention portability caveat about C Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 5159] By: gsar on 2000/02/20 11:14:36 Log: revise docs on @+ and @- (from Tom "Camel" Christiansen) Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 5158] By: gsar on 2000/02/20 10:53:49 Log: README.vms and related updates (from Peter Prymmer ) Branch: perl ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL ! vms/descrip_mms.template ____________________________________________________________________________ [ 5157] By: jhi on 2000/02/19 20:29:26 Log: Be explicit about what ops work with bt vectors. (And implicit about which don't.) Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 5156] By: jhi on 2000/02/19 18:38:14 Log: Integrate with Sarathy. Branch: cfgperl +> lib/bytes.pm lib/bytes_heavy.pl - lib/byte.pm lib/byte_heavy.pl !> (integrate 61 files) ____________________________________________________________________________ [ 5155] By: gsar on 2000/02/19 17:57:39 Log: char vs U8 warnings Branch: perl ! sv.c ____________________________________________________________________________ [ 5154] By: gsar on 2000/02/19 17:44:56 Log: remove outdated caveat about C (from Hugo van der Sanden) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5153] By: gsar on 2000/02/19 17:41:41 Log: tests, doc tweak (from Gisle Aas) Branch: perl ! pod/perlfaq9.pod t/op/ord.t ____________________________________________________________________________ [ 5152] By: gsar on 2000/02/19 17:35:50 Log: document behavior of splice(@ary) (from Gisle Aas) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5151] By: gsar on 2000/02/19 17:33:59 Log: fix bug in backtracking optimizer (from Makoto Ishisone ) Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 5150] By: gsar on 2000/02/19 17:33:05 Log: more B fixups to cope with empty GVs (these can only happen in pads) Branch: perl ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c ____________________________________________________________________________ [ 5149] By: gsar on 2000/02/19 17:32:03 Log: avoid compiler warnings Branch: perl ! malloc.c perl.h ____________________________________________________________________________ [ 5148] By: gsar on 2000/02/19 17:18:09 Log: document 'lvalue' attribute (from Simon Cozens ) Branch: perl ! lib/attributes.pm ____________________________________________________________________________ [ 5147] By: gsar on 2000/02/19 17:15:34 Log: avoid failing on $!{ENOTHERE} (they can always use C for that) Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 5146] By: gsar on 2000/02/19 16:18:46 Log: integrate cfgperl contents into mainline Branch: perl !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t ____________________________________________________________________________ [ 5145] By: gsar on 2000/02/19 16:10:37 Log: POSIX::strftime gets the date wrong (from John Tobey ) Branch: perl ! ext/POSIX/POSIX.xs t/lib/posix.t ____________________________________________________________________________ [ 5144] By: gsar on 2000/02/19 16:02:40 Log: don't blindly set bool=char on linux (from Andy Dougherty) Branch: perl ! handy.h hints/linux.sh x2p/a2p.h ____________________________________________________________________________ [ 5143] By: gsar on 2000/02/19 15:54:04 Log: some rearrangement of the includes for easier "microperl" build; add PERL_MICRO guards supplied by Simon Cozens Branch: perl ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c ____________________________________________________________________________ [ 5142] By: gsar on 2000/02/19 15:22:17 Log: fixes for Pod::Html issues (from Wolfgang Laun ) Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 5141] By: gsar on 2000/02/19 08:27:29 Log: grammos (spotted by Tom Christiansen) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5140] By: gsar on 2000/02/19 08:17:04 Log: various xsubpp enhancements that make it easier to use with C::Scan (from Ilya Zakharevich) TODO: still needs documentation Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 5139] By: gsar on 2000/02/19 07:55:18 Log: s/croak/Perl_croak/ Branch: perl ! sv.c ____________________________________________________________________________ [ 5138] By: gsar on 2000/02/19 07:51:39 Log: make comparisons promote to utf8 as necessary (from Gisle Aas) Branch: perl ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c ! pp_hot.c proto.h sv.c toke.c ____________________________________________________________________________ [ 5137] By: gsar on 2000/02/19 07:42:12 Log: set close-on-exec flag on sockets too, like we do for files and pipes Branch: perl ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c ____________________________________________________________________________ [ 5136] By: gsar on 2000/02/19 07:23:48 Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters permitted by change#5011 (from Gisle Aas) Branch: perl ! pp.c utf8.c utf8.h ____________________________________________________________________________ [ 5135] By: gsar on 2000/02/19 06:53:13 Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131 Branch: perl ! lib/warnings.pm op.c warnings.h warnings.pl ____________________________________________________________________________ [ 5134] By: gsar on 2000/02/19 06:36:46 Log: s/byte/bytes/g remnants Branch: perl ! lib/bytes.pm lib/bytes_heavy.pl ____________________________________________________________________________ [ 5133] By: gsar on 2000/02/19 06:33:49 Log: rename byte:: to bytes:: Branch: perl +> lib/bytes.pm lib/bytes_heavy.pl - lib/byte.pm lib/byte_heavy.pl ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod ! t/lib/charnames.t t/op/ver.t ____________________________________________________________________________ [ 5132] By: gsar on 2000/02/19 05:58:42 Log: English names for $^R and $^S Branch: perl ! lib/English.pm pod/perlvar.pod ____________________________________________________________________________ [ 5131] By: gsar on 2000/02/19 05:44:20 Log: rename "Probable precendence problem" diagnostic to "Bareword found in conditional" to better reflect the class of error (as suggested by Larry) Branch: perl ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op ____________________________________________________________________________ [ 5130] By: gsar on 2000/02/19 05:43:10 Log: fix outdated info about PerlClinic and the bug-tracking system Branch: perl ! pod/perlfaq2.pod pod/perltodo.pod ____________________________________________________________________________ [ 5129] By: gsar on 2000/02/19 04:14:19 Log: some fixes for mingw32/GCC (SETERRNO() still appears to trash memory) Branch: perl ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk ! win32/win32.h ____________________________________________________________________________ [ 5128] By: gsar on 2000/02/18 06:55:33 Log: avoid $@-clearing sideeffect of require in Carp Branch: perl ! lib/Carp.pm ____________________________________________________________________________ [ 5127] By: gsar on 2000/02/18 04:58:26 Log: stronger testcase for change#5126 Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 5126] By: gsar on 2000/02/18 04:44:28 Log: make /\S/ match the same things /[\S]/ matches; likewise for \D (from Rick Delaney ) Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 5125] By: gsar on 2000/02/18 03:57:43 Log: Compiler fixups from Jan Dubois Branch: perl ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL ____________________________________________________________________________ [ 5124] By: jhi on 2000/02/17 22:09:09 Log: Take out the -Wl,-z as we have survice so far without. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5123] By: jhi on 2000/02/17 18:40:17 Log: Integrate with Sarathy. Branch: cfgperl !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t ____________________________________________________________________________ [ 5122] By: gsar on 2000/02/17 18:01:14 Log: fix test that depends on op_dump() output Branch: perl ! t/op/split.t ____________________________________________________________________________ [ 5121] By: gsar on 2000/02/17 17:55:18 Log: op_dump() tweak Branch: perl ! dump.c ____________________________________________________________________________ [ 5120] By: jhi on 2000/02/16 23:11:04 Log: Regularize the use* questions, and replace "Configure *must* be run with -Duse..." with. "can be run". Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/threads/usethreads.U Branch: metaconfig/U/perl ! use64bits.U uselfs.U uselongdbl.U uselonglong.U ! usemultiplicity.U useperlio.U usesocks.U ____________________________________________________________________________ [ 5119] By: jhi on 2000/02/16 22:29:11 Log: HP-UX 64-bitness/largefile fixes. Branch: cfgperl ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh ! perl.h Branch: metaconfig ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 5118] By: jhi on 2000/02/16 19:47:51 Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK (tag :seek), add S_I constants (and functions) (tag :mode); refer only to the SEEK_ of Fcntl, not the ones from POSIX or IO::; add SHUT_ to Socket; get trigonometric functions from Math::Trig instead of POSIX. Branch: cfgperl ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod ! pod/perlopentut.pod t/lib/syslfs.t Branch: metaconfig/U/perl + i_sysmode.U ____________________________________________________________________________ [ 5117] By: gsar on 2000/02/16 06:39:06 Log: avoid warnings due to redefined NULL Branch: perl ! ext/ODBM_File/ODBM_File.xs ____________________________________________________________________________ [ 5116] By: gsar on 2000/02/16 00:10:25 Log: integrate cfgperl changes into mainline Branch: perl !> Configure Makefile.SH Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH ____________________________________________________________________________ [ 5115] By: jhi on 2000/02/15 23:11:55 Log: Probe for . Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ext/Sys/Hostname/Hostname.xs Branch: metaconfig/U/perl + i_sysutsname.U ____________________________________________________________________________ [ 5114] By: jhi on 2000/02/15 22:59:59 Log: Integrate with Sarathy. Branch: cfgperl +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs +> ext/Sys/Hostname/Makefile.PL - lib/Sys/Hostname.pm !> (integrate 41 files) ____________________________________________________________________________ [ 5113] By: gsar on 2000/02/15 21:22:18 Log: update Changes, patchlevel Branch: perl ! Changes patchlevel.h win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 5112] By: gsar on 2000/02/15 20:57:12 Log: fix change#5104 under useithreads Branch: perl ! op.c ____________________________________________________________________________ [ 5111] By: gsar on 2000/02/15 20:45:10 Log: export list tweak needed by change#5103 Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5110] By: gsar on 2000/02/15 19:32:56 Log: add XS version of Sys::Hostname (from Greg Bacon ) Branch: perl + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs + ext/Sys/Hostname/Makefile.PL - lib/Sys/Hostname.pm ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL ! pod/perldelta.pod t/lib/hostname.t win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 5109] By: gsar on 2000/02/15 18:35:28 Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when given undefined values (from Graham Barr ) Branch: perl ! universal.c ____________________________________________________________________________ [ 5108] By: gsar on 2000/02/15 18:25:05 Log: avoid accidental #line directives (from Rick Delaney ) Branch: perl ! pod/perlsyn.pod toke.c ____________________________________________________________________________ [ 5107] By: gsar on 2000/02/15 18:04:31 Log: locale guards needed (from Simon Cozens ) Branch: perl ! perl.c ____________________________________________________________________________ [ 5106] By: gsar on 2000/02/15 18:02:17 Log: incorrect docs about delete() (spotted by Martyn Pearce ) Branch: perl ! pod/perldelta.pod pod/perlfunc.pod ____________________________________________________________________________ [ 5105] By: gsar on 2000/02/15 17:43:27 Log: s/use vars/our/ (from Gisle Aas) Branch: perl ! bytecode.pl ____________________________________________________________________________ [ 5104] By: gsar on 2000/02/15 17:42:06 Log: optimize pseudohash slice in array slice at compile time (from John Tobey ) Branch: perl ! op.c t/lib/fields.t ____________________________________________________________________________ [ 5103] By: gsar on 2000/02/15 17:18:12 Log: provide malloc stats via get_mstats() (from Ilya Zakharevich) Branch: perl ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h ! perl.h perlapi.c proto.h vos/vos_dummies.c ____________________________________________________________________________ [ 5102] By: gsar on 2000/02/15 17:05:12 Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6 Branch: perl ! Todo-5.6 pod/perldata.pod pod/perlport.pod ____________________________________________________________________________ [ 5101] By: gsar on 2000/02/15 17:02:51 Log: fix regen_headers target to make all the autogenerated files writable first Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 5100] By: gsar on 2000/02/15 16:41:53 Log: fix misoptimization of C (from Ilya Zakharevich) Branch: perl ! op.c t/op/lex_assign.t ____________________________________________________________________________ [ 5099] By: gsar on 2000/02/15 16:17:36 Log: more complete File::Spec support for Mac and VMS, tests (from Barrie Slaymaker ) Branch: perl ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t ____________________________________________________________________________ [ 5098] By: gsar on 2000/02/15 16:10:46 Log: fix incompatibility with bison generated parser (from Ignasi Roca ) Branch: perl ! toke.c ____________________________________________________________________________ [ 5097] By: gsar on 2000/02/15 16:07:17 Log: propagate st_mode bits to group/other for Borland build (from Vadim Konovalov ) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 5096] By: jhi on 2000/02/15 14:22:23 Log: Integrate with Sarathy. Branch: cfgperl !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk ____________________________________________________________________________ [ 5095] By: jhi on 2000/02/15 14:19:22 Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin), easier just to drop the paranoid test. Branch: cfgperl ! hints/aix.sh ____________________________________________________________________________ [ 5094] By: gsar on 2000/02/15 05:42:17 Log: update exetype.pl tool Branch: perl ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk ____________________________________________________________________________ [ 5093] By: jhi on 2000/02/15 05:24:02 Log: Integrate with Sarathy. Branch: cfgperl !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t ____________________________________________________________________________ [ 5092] By: jhi on 2000/02/15 05:22:09 Log: Unroll the libs scan thanks to HP-UX. Branch: cfgperl ! Configure config_h.SH hints/hpux.sh Branch: metaconfig ! U/modified/libpth.U U/modified/libs.U Branch: metaconfig/U/perl ! Extensions.U dlsrc.U ____________________________________________________________________________ [ 5091] By: gsar on 2000/02/15 05:17:56 Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with safefree() rather than Safefree() Branch: perl ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs ! ext/SDBM_File/SDBM_File.xs ____________________________________________________________________________ [ 5090] By: gsar on 2000/02/15 04:54:17 Log: fix memory leak in C<$x = *Y> provoked by change#4198, which introduced XPVMG storage in arenas Branch: perl ! sv.c ____________________________________________________________________________ [ 5089] By: jhi on 2000/02/15 00:41:36 Log: AIX perl linkage tweakage. Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 5088] By: jhi on 2000/02/15 00:07:06 Log: abort instead of just promising. Branch: cfgperl ! hints/aix.sh ____________________________________________________________________________ [ 5087] By: jhi on 2000/02/14 23:51:05 Log: silly compilers don't know that croak() exits and complain about unitialized RETVALs Branch: cfgperl ! ext/Sys/Syslog/Syslog.xs ____________________________________________________________________________ [ 5086] By: jhi on 2000/02/14 21:13:24 Log: Add lseektype and lseeksize to myconfig. Branch: cfgperl ! myconfig.SH ____________________________________________________________________________ [ 5085] By: gsar on 2000/02/14 18:51:11 Log: avoid warnings Branch: perl ! perl.c ____________________________________________________________________________ [ 5084] By: gsar on 2000/02/14 18:26:08 Log: fix small interpreter leaks identified by Purify Branch: perl ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c ! t/op/ord.t t/pragma/warnings.t ____________________________________________________________________________ [ 5083] By: jhi on 2000/02/14 17:50:52 Log: Remove tagged core files. Branch: cfgperl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 5082] By: jhi on 2000/02/14 17:41:07 Log: Prefer full_ar. Branch: cfgperl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 5081] By: jhi on 2000/02/14 17:20:32 Log: Add ivtype, ivsize, nvtype, nvsize to myconfig. Branch: cfgperl ! myconfig.SH ____________________________________________________________________________ [ 5080] By: jhi on 2000/02/14 15:33:03 Log: Integrate with Sarathy. Branch: cfgperl !> Porting/pumpkin.pod av.c malloc.c sv.c ____________________________________________________________________________ [ 5079] By: gsar on 2000/02/14 08:50:06 Log: notes about running Purify Branch: perl ! Porting/pumpkin.pod av.c sv.c ____________________________________________________________________________ [ 5078] By: gsar on 2000/02/14 07:27:21 Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY Branch: perl ! malloc.c ____________________________________________________________________________ [ 5077] By: gsar on 2000/02/14 07:25:44 Log: integrate cfgperl contents into mainline Branch: perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod !> vms/subconfigure.com vos/config.def vos/config.h !> vos/config_h.SH_orig win32/config.bc win32/config.gc !> win32/config.vc win32/config_H.bc win32/config_H.gc !> win32/config_H.vc ____________________________________________________________________________ [ 5076] By: jhi on 2000/02/14 05:01:56 Log: Integrate with Sarathy. Branch: cfgperl !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c ____________________________________________________________________________ [ 5075] By: jhi on 2000/02/14 04:56:52 Log: Configure -A stopped processing of any further options. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Options.U ____________________________________________________________________________ [ 5074] By: gsar on 2000/02/14 04:45:01 Log: remove outdated -DPURIFY code--it reports bogus errors during global destruction since we actually depend on SVs being in arenas there Branch: perl ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c ____________________________________________________________________________ [ 5073] By: jhi on 2000/02/13 19:28:17 Log: Integrate with Sarathy. Branch: cfgperl - Todo-5.005 !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c !> util.c ____________________________________________________________________________ [ 5072] By: gsar on 2000/02/13 19:02:07 Log: more purification (pp_require() could access free memory; vdie() could think message was random length when passed a null argument; utilize() didn't set up the hash for the method name leading to pp_method_named() accessing random state; PL_curpm wasn't zeroed properly) Branch: perl ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c ! util.c ____________________________________________________________________________ [ 5071] By: jhi on 2000/02/12 19:59:35 Log: uselonglong sits deep. Branch: cfgperl ! Configure config_h.SH hints/solaris_2.sh Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5070] By: jhi on 2000/02/12 01:25:41 Log: megalomaniac 64-bit update: most importantly, uselonglong is eradicated, only backward compatibility hooks in use64bits remain. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com ! vos/config.def vos/config.h vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc Branch: metaconfig ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 5069] By: jhi on 2000/02/11 21:13:41 Log: undo #5064 for now; there seems to be no good selection of flags to add the new option. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5068] By: jhi on 2000/02/11 21:01:21 Log: Guard against accidental long long use. Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5067] By: jhi on 2000/02/11 19:50:32 Log: logic fixes Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! uselonglong.U ____________________________________________________________________________ [ 5066] By: jhi on 2000/02/11 19:32:30 Log: Clarify 64-bit issues. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 5065] By: jhi on 2000/02/11 18:13:29 Log: Integrate with Sarathy. Branch: cfgperl !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t !> toke.c ____________________________________________________________________________ [ 5064] By: jhi on 2000/02/11 18:11:47 Log: Silence linker warnings about binary backward incompatibilities. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5063] By: gsar on 2000/02/11 16:36:14 Log: fix uninitialized memory reads found by purify Branch: perl ! ext/Devel/Peek/Peek.xs regcomp.c ____________________________________________________________________________ [ 5062] By: jhi on 2000/02/11 00:11:39 Log: de-fancify the largefiles hints Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 5061] By: gsar on 2000/02/10 19:17:09 Log: longstanding bug in parsing "require VERSION", could reallocate current line and not know it; exposed by change#5004; manifested as parse failure of C<{require 5.003}> Branch: perl ! t/comp/require.t t/comp/use.t toke.c ____________________________________________________________________________ [ 5060] By: jhi on 2000/02/10 13:29:25 Log: Integrate with Sarathy. Branch: cfgperl !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h ____________________________________________________________________________ [ 5059] By: gsar on 2000/02/10 06:21:21 Log: make global symbol exports AIX-specific Branch: perl ! makedef.pl ____________________________________________________________________________ [ 5058] By: gsar on 2000/02/10 06:16:57 Log: integrate cfgperl contents into mainline Branch: perl !> Configure Makefile.SH Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH makedef.pl perl.h !> vms/subconfigure.com vos/config.def win32/config.bc !> win32/config.gc win32/config.vc win32/config_H.bc !> win32/config_H.gc win32/config_H.vc win32/config_h.PL !> win32/config_sh.PL ____________________________________________________________________________ [ 5057] By: gsar on 2000/02/10 01:08:01 Log: windows bugfixes for virtual directories under USE_ITHREADS: allows path mapping to unknown devices to work properly; special file names like CONOUT$ can be opened with sysopen() again Branch: perl ! win32/vdir.h ____________________________________________________________________________ [ 5056] By: gsar on 2000/02/10 00:56:27 Log: formline() could wipe out readonly-ness, freeing constants prematurely, or affect cloning of pad constants Branch: perl ! pp_ctl.c t/op/write.t ____________________________________________________________________________ [ 5055] By: jhi on 2000/02/09 19:48:58 Log: Regenerate Configure for I_SYSLOG. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 5054] By: jhi on 2000/02/09 19:38:04 Log: fix AIX and multiplicity problems Branch: cfgperl ! Makefile.SH makedef.pl ____________________________________________________________________________ [ 5053] By: bailey on 2000/02/09 10:58:11 Log: remove redundant archcore directory prefix in installperl Branch: vmsperl ! installperl ____________________________________________________________________________ [ 5052] By: bailey on 2000/02/09 10:44:22 Log: Work around prefixing bug in older DECC preprocessors Branch: vmsperl ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 5051] By: bailey on 2000/02/09 09:52:06 Log: Eliminate unnecessary (and sometimes confounding) test for word boundary Branch: vmsperl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 5050] By: bailey on 2000/02/09 09:29:06 Log: Minor fixes to assuage picky compilers (unsigned comparisons and alias rules lead to compilation warnings) Branch: vmsperl ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c ____________________________________________________________________________ [ 5049] By: bailey on 2000/02/09 09:09:45 Log: Resync with mainline Branch: vmsperl +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t +> vos/config.def vos/config.pl win32/bin/exetype.pl - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm ! vms/subconfigure.com !> (integrate 358 files) ____________________________________________________________________________ [ 5048] By: jhi on 2000/02/09 03:54:05 Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously (reported by Yitzchak Scott-Thoennes in p5p) Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 5047] By: jhi on 2000/02/09 02:56:43 Log: (fake) use of getcwd. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.h ____________________________________________________________________________ [ 5046] By: jhi on 2000/02/09 02:22:50 Log: lib scan fix Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/libs.U ____________________________________________________________________________ [ 5045] By: jhi on 2000/02/09 02:17:34 Log: Reintroduce #5019 via metaconfig. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/installdirs/inc_version_list.U ____________________________________________________________________________ [ 5044] By: jhi on 2000/02/09 02:07:08 Log: Add/restore probes for getcwd/mk*temp*/mmap. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.h vms/subconfigure.com vos/config.def ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/config_h.PL win32/config_sh.PL Branch: metaconfig ! U/modified/d_mkstemp.U U/modified/libs.U Branch: metaconfig/U/perl + d_mkdtemp.U d_mkstemps.U ____________________________________________________________________________ [ 5043] By: jhi on 2000/02/08 20:58:02 Log: Integrate with Sarathy. Branch: cfgperl +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl !> (integrate 110 files) ____________________________________________________________________________ [ 5042] By: gsar on 2000/02/08 20:32:12 Log: avoid exiting just because we didn't scan for libm ('libs' may still have it, but we avoided scan for things in 'libs') Branch: perl ! Configure ---------------- Version v5.5.650 ---------------- ____________________________________________________________________________ [ 5041] By: gsar on 2000/02/08 07:57:11 Log: update Changes Branch: perl ! Changes ____________________________________________________________________________ [ 5040] By: gsar on 2000/02/08 07:51:20 Log: documentation patches (from Michael Schwern and Yitzchak Scott-Thoennes) Branch: perl ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod ____________________________________________________________________________ [ 5039] By: gsar on 2000/02/08 07:22:46 Log: alias to $^V to $PERL_VERSION_TUPLE Branch: perl ! lib/English.pm pod/perlvar.pod ____________________________________________________________________________ [ 5038] By: gsar on 2000/02/08 07:03:34 Log: update Changes Branch: perl ! Changes pod/perlhist.pod ____________________________________________________________________________ [ 5037] By: gsar on 2000/02/08 06:59:55 Log: Windows has a somewhat different sitelib layout, and needs $sitelib/archname added as well Branch: perl ! perl.c ____________________________________________________________________________ [ 5036] By: gsar on 2000/02/08 06:59:03 Log: change#4987 appears to have broken libs scan for platforms that don't set ignore_versioned_solibs (Solaris is one of them); add derivative fix from the older logic for skipping versioned .so libs Branch: perl ! Configure ____________________________________________________________________________ [ 5035] By: gsar on 2000/02/07 21:21:44 Log: sprintf("%v"...) buffer resizing busted Branch: perl ! sv.c ____________________________________________________________________________ [ 5034] By: gsar on 2000/02/07 19:16:21 Log: update Changes Branch: perl ! Changes pod/perlhist.pod ____________________________________________________________________________ [ 5033] By: gsar on 2000/02/07 19:01:08 Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}" only when XX > 127 Branch: perl ! pp_hot.c toke.c ____________________________________________________________________________ [ 5032] By: gsar on 2000/02/07 18:25:31 Log: add note about printf("%v",...) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 5031] By: gsar on 2000/02/07 18:18:43 Log: update Changes Branch: perl ! Changes Todo-5.6 ____________________________________________________________________________ [ 5030] By: gsar on 2000/02/07 18:17:49 Log: thinko in change#5029 Branch: perl ! gv.c ____________________________________________________________________________ [ 5029] By: gsar on 2000/02/07 17:49:58 Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; introduce -C switch (sets $^WIDE_SYSTEM_CALLS) Branch: perl ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod ! win32/win32.h ____________________________________________________________________________ [ 5028] By: gsar on 2000/02/07 17:10:03 Log: perlport updates (from Peter Prymmer) Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 5027] By: gsar on 2000/02/07 16:53:47 Log: fix up Todo-5.6 Branch: perl ! Todo-5.6 ____________________________________________________________________________ [ 5026] By: gsar on 2000/02/07 16:32:31 Log: rename Todo-5.005 to Todo-5.6 Branch: perl +> Todo-5.6 - Todo-5.005 ! MANIFEST ____________________________________________________________________________ [ 5025] By: gsar on 2000/02/07 16:09:54 Log: ${^Warnings} renamed to ${^WARNING_BITS} Branch: perl ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod ! toke.c warnings.pl ____________________________________________________________________________ [ 5024] By: gsar on 2000/02/07 11:47:06 Log: various Windows tweaks: make $^E a little less buggy by saving and restoring system error across TLS fetch; avoid needless copying of buffers Branch: perl ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 5023] By: gsar on 2000/02/07 11:44:19 Log: avoid MakeMaker setting $^W=1 Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 5022] By: gsar on 2000/02/07 10:38:56 Log: up to v5.5.650 Branch: perl ! Changes patchlevel.h win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 5021] By: gsar on 2000/02/07 10:10:31 Log: mention threads status in pod Branch: perl ! ext/Thread/Thread.pm ____________________________________________________________________________ [ 5020] By: gsar on 2000/02/07 09:57:46 Log: tolerate NULL SITELIB_EXP Branch: perl ! perl.c ____________________________________________________________________________ [ 5019] By: gsar on 2000/02/07 09:46:11 Log: NULL-terminate PERL_INC_VERSION_LIST Branch: perl ! Configure perl.c win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc ____________________________________________________________________________ [ 5018] By: gsar on 2000/02/07 09:13:10 Log: add compatible versions from $Config{inc_ver_list} to search paths automatically (from Tom Hughes ) Branch: perl ! lib/lib.pm perl.c ____________________________________________________________________________ [ 5017] By: gsar on 2000/02/07 08:58:56 Log: makefiles now use exetype.pl to make wperl.exe Branch: perl ! sv.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 5016] By: gsar on 2000/02/07 08:38:25 Log: add exetype.pl (from Jan Dubois) Branch: perl + win32/bin/exetype.pl ! MANIFEST ____________________________________________________________________________ [ 5015] By: gsar on 2000/02/07 08:29:28 Log: pod fixes (from Abigail and M J T Guy) Branch: perl ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod ! pod/perlport.pod pod/perlvar.pod ____________________________________________________________________________ [ 5014] By: gsar on 2000/02/07 07:09:08 Log: clarify behavior of vec() when arguments are off the end of the string (from M J T Guy) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5013] By: gsar on 2000/02/07 07:08:15 Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...) now return bytes all the way to 255, they will be transparently coerced (in future) to UTF-8 when they are used in operations involving other UTF-8 strings; C doesn't set $^U anymore Branch: perl ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod ! pp.c sv.c ____________________________________________________________________________ [ 5012] By: gsar on 2000/02/07 06:36:33 Log: partly revert change#4851, apparently POSIX::uname() may not be correct per strict reading of standard (says Tom Christiansen) Branch: perl ! lib/Sys/Hostname.pm ____________________________________________________________________________ [ 5011] By: gsar on 2000/02/07 06:26:30 Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich) Branch: perl ! utf8.c utf8.h ____________________________________________________________________________ [ 5010] By: gsar on 2000/02/06 21:27:03 Log: fix debug code in Perl_malloc() (from Ilya Zakharevich) Branch: perl ! malloc.c ____________________________________________________________________________ [ 5009] By: gsar on 2000/02/06 20:45:30 Log: set SvUTF8 on vectors only if there are chars > 127; update copyright years (from Gisle Aas) Branch: perl ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h ! toke.c utf8.c utf8.h util.c util.h ____________________________________________________________________________ [ 5008] By: gsar on 2000/02/06 19:28:31 Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer ) Branch: perl ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h ! unixish.h util.c ____________________________________________________________________________ [ 5007] By: gsar on 2000/02/06 17:47:01 Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich) Branch: perl ! ext/POSIX/POSIX.pm ____________________________________________________________________________ [ 5006] By: gsar on 2000/02/06 17:28:35 Log: integrate cfgperl contents into mainline Branch: perl !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh !> perl.h pp_sys.c ____________________________________________________________________________ [ 5005] By: gsar on 2000/02/06 17:18:39 Log: VOS port updates (from Paul Green ) Branch: perl ! README.vos pod/perlport.pod vos/Changes vos/build.cm ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c ! vos/vos_dummies.c vos/vosish.h ____________________________________________________________________________ [ 5004] By: gsar on 2000/02/06 17:00:49 Log: fix parse error on C<{ use strict }> and other constructs that make the parser reenter while LEX_KNOWNEXT is active Branch: perl ! t/comp/use.t toke.c ____________________________________________________________________________ [ 5003] By: gsar on 2000/02/06 14:57:30 Log: avoid -Bforcearchive on netbsd too Branch: perl ! Changes hints/netbsd.sh ____________________________________________________________________________ [ 5002] By: gsar on 2000/02/06 14:45:17 Log: revised notes about Pod::Parser & Co. Branch: perl ! lib/Pod/Usage.pm pod/perldelta.pod ____________________________________________________________________________ [ 5001] By: gsar on 2000/02/06 14:02:43 Log: fix description of obsolete diagnostic Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 5000] By: gsar on 2000/02/06 13:59:58 Log: allow "\x{12ab}" even without C Branch: perl ! t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 4999] By: gsar on 2000/02/06 13:58:31 Log: make perlbug use new-style version numbers; improve compatibility (runs with perl 5.005); fix swapped old vs new version reporting Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 4998] By: gsar on 2000/02/06 13:56:45 Log: support sprintf("v%v", v1.2.3) (works on any string argument, in fact); add tests for version tuples Branch: perl + t/op/ver.t ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod ! pod/perlop.pod sv.c toke.c ____________________________________________________________________________ [ 4997] By: gsar on 2000/02/04 21:40:08 Log: change#4970 fallout for useithreads Branch: perl ! sv.c ____________________________________________________________________________ [ 4996] By: jhi on 2000/02/04 20:09:00 Log: Largefilify offsets of tied handles. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 4995] By: jhi on 2000/02/04 19:54:25 Log: Sanity check for libraries scan. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/libs.U ____________________________________________________________________________ [ 4994] By: jhi on 2000/02/04 19:48:42 Log: HP-UX largefileness doesn't like lseek being redeclared; no more USE_LONG_LONG. Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 4993] By: jhi on 2000/02/04 19:18:59 Log: fix the description as much as possible; the whole separation into three different symbols lists is pretty broken now. Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 4992] By: jhi on 2000/02/04 19:13:10 Log: Use , not . Branch: cfgperl ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs ____________________________________________________________________________ [ 4991] By: gsar on 2000/02/04 19:11:07 Log: dmake is on CPAN now Branch: perl ! README.win32 ____________________________________________________________________________ [ 4990] By: jhi on 2000/02/04 19:04:01 Log: Re-introduce #4817 and #4964 wiped out by #4987. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/threads/usethreads.U Branch: metaconfig/U/perl ! patchlevel.U ____________________________________________________________________________ [ 4989] By: jhi on 2000/02/04 18:54:00 Log: typo fix Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/libs.U ____________________________________________________________________________ [ 4988] By: jhi on 2000/02/04 18:34:06 Log: Integrate with Sarathy. Branch: cfgperl +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm +> ext/Sys/Syslog/Syslog.xs - lib/Sys/Syslog.pm !> (integrate 37 files) ____________________________________________________________________________ [ 4987] By: jhi on 2000/02/04 18:31:05 Log: Configure megamaintenance. Cppsym (hopefully) final spasms; default is to use long long if available; various nits here and there; fixed to hpux 64-bitnes and largefileness. Branch: cfgperl ! Configure config_h.SH hints/hpux.sh perl.h Branch: metaconfig ! U/a_dvisory/quadtype.U U/modified/Cppsym.U ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U Branch: metaconfig/U/perl ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U ! usemultiplicity.U xs_apiversion.U ____________________________________________________________________________ [ 4986] By: gsar on 2000/02/04 17:26:37 Log: avoid bad cast warnings (from Robin Barker ) Branch: perl ! sv.c ____________________________________________________________________________ [ 4985] By: gsar on 2000/02/04 16:43:49 Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes ) Branch: perl ! ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 4984] By: gsar on 2000/02/04 08:20:05 Log: CPAN.pm updated to v1.52 (from Andreas Koenig) Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm ____________________________________________________________________________ [ 4983] By: gsar on 2000/02/04 08:00:38 Log: updated OpenBSD hints (From Todd C. Miller ) Branch: perl ! hints/openbsd.sh ____________________________________________________________________________ [ 4982] By: gsar on 2000/02/04 07:54:04 Log: pod typos (from Gregor N. Purdy ) Branch: perl ! lib/Pod/Parser.pm ____________________________________________________________________________ [ 4981] By: gsar on 2000/02/04 07:34:38 Log: avoid assuming cc accepts -o switch (from Tom Hughes) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4980] By: gsar on 2000/02/04 07:29:59 Log: Sys::Syslog goes the XS way (from Tom Hughes ) Branch: perl + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm + ext/Sys/Syslog/Syslog.xs - lib/Sys/Syslog.pm ! MANIFEST pod/perldelta.pod ____________________________________________________________________________ [ 4979] By: gsar on 2000/02/04 07:13:19 Log: pod updates (from David Adler, M J T Guy) Branch: perl ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod ____________________________________________________________________________ [ 4978] By: gsar on 2000/02/04 07:08:14 Log: typos in config_h.SH (from Paul_Green@vos.stratus.com) Branch: perl ! config_h.SH ____________________________________________________________________________ [ 4977] By: gsar on 2000/02/04 07:06:10 Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble with them (from Todd C. Miller ) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4976] By: gsar on 2000/02/04 06:33:43 Log: VMS update (from Dan Sugalski and Peter Prymmer) Branch: perl ! configure.com vms/descrip_mms.template vms/subconfigure.com ____________________________________________________________________________ [ 4975] By: gsar on 2000/02/04 05:51:14 Log: patch to provide more informative names for evals and anonymous subroutines (from Ilya Zakharevich) Branch: perl ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod ! pod/perlvar.pod pp_ctl.c ____________________________________________________________________________ [ 4974] By: gsar on 2000/02/04 05:05:57 Log: off-by-one in malloc.c (from Ilya Zakharevich) Branch: perl ! malloc.c ____________________________________________________________________________ [ 4973] By: gsar on 2000/02/04 05:03:00 Log: OS/2 build fixups from Ilya Zakharevich Branch: perl ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t ____________________________________________________________________________ [ 4972] By: gsar on 2000/02/04 04:58:57 Log: avoid /* within comment Branch: perl ! xsutils.c ____________________________________________________________________________ [ 4971] By: gsar on 2000/02/04 04:56:09 Log: another HINT_BYTE victim Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 4970] By: gsar on 2000/02/04 04:45:13 Log: fix pad_alloc panic from C Branch: perl ! op.c scope.c scope.h t/op/closure.t toke.c ____________________________________________________________________________ [ 4969] By: gsar on 2000/02/04 01:09:37 Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!) Branch: perl ! lib/byte.pm ____________________________________________________________________________ [ 4968] By: jhi on 2000/02/02 13:17:25 Log: Integrate with Sarathy. Branch: cfgperl +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm ! Configure !> (integrate 29 files) ---------------- Version v5.5.640 ---------------- ____________________________________________________________________________ [ 4967] By: gsar on 2000/02/02 12:22:29 Log: update makerel for new version format Branch: perl ! Changes Porting/makerel ____________________________________________________________________________ [ 4966] By: gsar on 2000/02/02 11:42:03 Log: workaround for undefined symbol Branch: perl ! win32/win32.h ____________________________________________________________________________ [ 4965] By: gsar on 2000/02/02 11:19:19 Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno" (from Eric Fifer ) Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 4964] By: gsar on 2000/02/02 11:11:15 Log: adjust notes on use5005threads Branch: perl ! Configure INSTALL README.threads ____________________________________________________________________________ [ 4963] By: gsar on 2000/02/02 10:14:30 Log: fix typo Branch: perl ! Configure ____________________________________________________________________________ [ 4962] By: gsar on 2000/02/02 10:13:10 Log: integrate selected changes from cfgperl (#4899,4900,4904,4918) Branch: perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm ____________________________________________________________________________ [ 4961] By: gsar on 2000/02/02 09:55:45 Log: PodParser-1.092 update via CPAN (from Brad Appleton) Branch: perl + lib/Pod/Find.pm lib/Pod/ParseUtils.pm ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr ____________________________________________________________________________ [ 4960] By: gsar on 2000/02/02 08:22:31 Log: replace misleading docs with a BUGS section Branch: perl ! lib/English.pm ____________________________________________________________________________ [ 4959] By: gsar on 2000/02/02 08:16:17 Log: remove FUD from perlfunc/use (from M J T Guy) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4958] By: gsar on 2000/02/02 08:13:04 Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne ) Branch: perl ! Changes lib/Benchmark.pm ____________________________________________________________________________ [ 4957] By: gsar on 2000/02/02 08:04:52 Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich) Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 4956] By: gsar on 2000/02/02 08:02:57 Log: flock() pod talks about "adding" in the sense of "or-ing" Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4955] By: gsar on 2000/02/02 07:58:35 Log: fixes for switching files in the debugger (from Ilya Zakharevich) Branch: perl ! lib/perl5db.pl pod/perldebug.pod ____________________________________________________________________________ [ 4954] By: gsar on 2000/02/02 07:53:51 Log: use warnings rather than fiddling with $^W (from Paul Marquess) Branch: perl ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm ! lib/Text/ParseWords.pm lib/utf8_heavy.pl ____________________________________________________________________________ [ 4953] By: gsar on 2000/02/02 07:40:33 Log: dynixptx hints tweak (from Martin J. Bligh ) Branch: perl ! hints/dynixptx.sh ____________________________________________________________________________ [ 4952] By: gsar on 2000/02/02 07:36:39 Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and Brad Appleton) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 4951] By: gsar on 2000/02/02 06:54:22 Log: avoid mismatched type warnings Branch: perl ! embed.pl perlapi.h ____________________________________________________________________________ [ 4950] By: jhi on 2000/02/02 06:49:10 Log: Integrate with Sarathy. Branch: cfgperl +> pod/perlunicode.pod !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL !> vms/descrip_mms.template warnings.pl ____________________________________________________________________________ [ 4949] By: gsar on 2000/02/02 06:41:17 Log: fix broken abs2rel() (from François Allard ) Branch: perl ! lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 4948] By: gsar on 2000/02/02 06:30:41 Log: makefile tweak Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4947] By: gsar on 2000/02/02 06:27:43 Log: future-proof unknown warning categories (from Greg Bacon ) Branch: perl ! lib/warnings.pm t/pragma/warn/2use warnings.pl ____________________________________________________________________________ [ 4946] By: gsar on 2000/02/02 06:21:34 Log: doc tweak (from Michael G Schwern ) Branch: perl ! lib/Text/Tabs.pm ____________________________________________________________________________ [ 4945] By: gsar on 2000/02/02 06:03:04 Log: more meaningful message on invalid pattern argument (from Kevin Meltzer ) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 4944] By: gsar on 2000/02/02 05:43:49 Log: XSLoader build patch for VMS (from Craig A. Berry ) Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 4943] By: gsar on 2000/02/02 03:40:49 Log: reword some sections of perlunicode.pod Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 4942] By: gsar on 2000/02/01 21:02:01 Log: AIX warning on undefined symbol Branch: perl ! makedef.pl ____________________________________________________________________________ [ 4941] By: gsar on 2000/02/01 20:29:30 Log: HINT_UTF8 is not propagated to the op tree anymore; add a perlunicode.pod that reflects changes to unicode support so far Branch: perl + pod/perlunicode.pod ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h ____________________________________________________________________________ [ 4940] By: jhi on 2000/02/01 12:22:30 Log: Integrate with Sarathy. Branch: cfgperl !> embed.pl embedvar.h global.sym gv.c intrpvar.h !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 4939] By: gsar on 2000/02/01 08:52:16 Log: export pregexec(), Tk uses it Branch: perl ! embed.pl global.sym objXSUB.h perlapi.c ____________________________________________________________________________ [ 4938] By: gsar on 2000/02/01 04:00:09 Log: mark literal utf8 in string literals properly Branch: perl ! toke.c ____________________________________________________________________________ [ 4937] By: gsar on 2000/01/31 20:19:34 Log: introduce $^U, a global bit to indicate whether system calls should using widechar APIs; chr and sprintf "%c" also follow this flag in the absense of "use byte"; "use utf8" sets $^U=1 (this appears kludgey) Branch: perl ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h ! t/lib/charnames.t win32/win32.h ____________________________________________________________________________ [ 4936] By: jhi on 2000/01/31 20:17:44 Log: HP-UX (induced) fixes. Branch: cfgperl ! Configure config_h.SH hints/hpux.sh Branch: metaconfig ! U/modified/Oldconfig.U U/modified/libs.U Branch: metaconfig/U/perl ! quadfio.U ____________________________________________________________________________ [ 4935] By: jhi on 2000/01/31 19:15:43 Log: Cosmetics. Branch: metaconfig ! U/compline/d_gconvert.U ____________________________________________________________________________ [ 4934] By: jhi on 2000/01/31 19:15:22 Log: Cppsym saga continues. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 4933] By: gsar on 2000/01/31 18:45:07 Log: !USING_WIDE() branch is busted in win32_stat() Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 4932] By: jhi on 2000/01/31 06:41:47 Log: Reveal even more symbols. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 4931] By: jhi on 2000/01/31 06:21:41 Log: Integrate with Sarathy. Branch: cfgperl - lib/caller.pm !> (integrate 29 files) ____________________________________________________________________________ [ 4930] By: gsar on 2000/01/31 04:57:42 Log: runtime now looks at the SVf_UTF8 bit on the SV to decide whether to use widechar semantics; lexer and RE engine continue to need "use utf8" to enable unicode awareness in literals and patterns (TODO: this needs to be fixed); $1 et al are marked SvUTF8 if the pattern was compiled for utf8 (TODO: propagating it from the data is probably better) Branch: perl ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h ____________________________________________________________________________ [ 4929] By: gsar on 2000/01/31 04:17:09 Log: remove caller.pm from change#3534 (flawed idea) Branch: perl - lib/caller.pm ! MANIFEST pod/perldelta.pod pod/perlfunc.pod ____________________________________________________________________________ [ 4928] By: gsar on 2000/01/31 04:16:01 Log: fix factual regression (-e doesn't create temporary files anymore) Branch: perl ! pod/perlfilter.pod ____________________________________________________________________________ [ 4927] By: gsar on 2000/01/30 21:27:12 Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); document version tuples Branch: perl ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod ! pod/perlvar.pod ____________________________________________________________________________ [ 4926] By: gsar on 2000/01/28 18:10:12 Log: implement -follow option in find2perl (from Helmut Jarausch ) Branch: perl ! lib/File/Find.pm x2p/find2perl.PL ____________________________________________________________________________ [ 4925] By: gsar on 2000/01/28 18:03:28 Log: document what chdir() without an argument does (from Mark-Jason Dominus ) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4924] By: gsar on 2000/01/28 17:49:34 Log: README.cygwin update (from Eric Fifer ) Branch: perl ! README.cygwin ____________________________________________________________________________ [ 4923] By: gsar on 2000/01/28 17:10:08 Log: avoid leaking lexicals into program being debugged (from Ilya Zakharevich) Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 4922] By: gsar on 2000/01/28 16:36:13 Log: perldelta note about export list changes Branch: perl ! Changes pod/perldelta.pod ____________________________________________________________________________ [ 4921] By: gsar on 2000/01/28 15:49:04 Log: alias realpath() to abs_path() (from Tom Christiansen) Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 4920] By: jhi on 2000/01/28 09:52:47 Log: Cppsym fixup from Andy. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 4919] By: jhi on 2000/01/28 09:52:22 Log: In HP-UX no largefiles if no 64 bits. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 4918] By: jhi on 2000/01/28 09:03:37 Log: The #4880 was too eager, the $n test is useful too. Branch: cfgperl ! lib/Benchmark.pm ____________________________________________________________________________ [ 4917] By: jhi on 2000/01/28 06:27:50 Log: Integrate with Sarathy. Branch: cfgperl +> pod/perlapi.pod pod/perlintern.pod !> (integrate 39 files) ____________________________________________________________________________ [ 4916] By: gsar on 2000/01/28 05:29:37 Log: more exported symbols needed for build on windows Branch: perl ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod ! pod/perlintern.pod t/lib/thread.t win32/win32.c ____________________________________________________________________________ [ 4915] By: gsar on 2000/01/28 03:43:52 Log: autogenerate API listing from comments in the source (from Benjamin Stuhl ); fix the markup format to be more flexible for better readability; add missing docs in sv.c; regenerate perltoc Branch: perl + pod/perlapi.pod pod/perlintern.pod ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h ! universal.c util.c ____________________________________________________________________________ [ 4914] By: gsar on 2000/01/27 19:43:35 Log: document unimplemented status of forking pipe open() on windows Branch: perl ! pod/perlfork.pod t/op/fork.t ____________________________________________________________________________ [ 4913] By: jhi on 2000/01/27 11:18:51 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 51 files) ____________________________________________________________________________ [ 4912] By: jhi on 2000/01/27 10:35:48 Log: Cppsym update continues. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 4911] By: gsar on 2000/01/27 08:04:17 Log: add missing flag in change#4892 Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 4910] By: gsar on 2000/01/27 03:56:48 Log: various pod nits identified by installhtml (all fixed except unresolved links) Branch: perl ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod ____________________________________________________________________________ [ 4909] By: gsar on 2000/01/26 22:45:28 Log: typo Branch: perl ! Porting/p4desc ____________________________________________________________________________ [ 4908] By: gsar on 2000/01/26 22:41:18 Log: update p4 tool Branch: perl ! Porting/p4desc ____________________________________________________________________________ [ 4907] By: gsar on 2000/01/26 21:45:41 Log: revised attribute syntax: C, C and C are all valid (from Spider Boardman) Branch: perl ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod ! t/op/attrs.t toke.c ____________________________________________________________________________ [ 4906] By: gsar on 2000/01/26 20:16:39 Log: pod typos and warnings (from Abigail ) Branch: perl ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm ____________________________________________________________________________ [ 4905] By: gsar on 2000/01/26 19:10:26 Log: s/STOP/CHECK/ blocks Branch: perl ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c ! vms/perly_c.vms ____________________________________________________________________________ [ 4904] By: jhi on 2000/01/26 13:58:18 Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY. Branch: cfgperl ! ext/IO/IO.xs ____________________________________________________________________________ [ 4903] By: jhi on 2000/01/26 11:16:34 Log: Continue cpp symbol update. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 4902] By: gsar on 2000/01/26 09:28:37 Log: tweak exports list on Windows Branch: perl ! makedef.pl t/op/fork.t win32/win32.h ____________________________________________________________________________ [ 4901] By: jhi on 2000/01/26 08:05:57 Log: Integrate with Sarathy. Branch: cfgperl !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk !> win32/win32.c win32/win32.h ____________________________________________________________________________ [ 4900] By: jhi on 2000/01/26 07:59:05 Log: s/d_nvpresuv/d_nv_preserves_uv/; plus cosmetic change for #4899. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH Branch: metaconfig ! U/modified/Cppsym.U Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 4899] By: jhi on 2000/01/26 07:46:56 Log: Update the scan of the cpp symbols. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 4898] By: gsar on 2000/01/26 04:49:45 Log: allow '--' to terminate argument processing (suggested by Marc Espie ) Branch: perl ! lib/Getopt/Std.pm ____________________________________________________________________________ [ 4897] By: gsar on 2000/01/26 02:42:38 Log: change#3744 should have made grep more like map instead of the other way around Branch: perl ! t/op/grep.t toke.c ____________________________________________________________________________ [ 4896] By: gsar on 2000/01/26 00:56:14 Log: integrate cfgperl contents into mainline Branch: perl +> vos/config.def vos/config.pl ! Changes !> Configure MANIFEST config_h.SH hints/unicosmk.sh !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c !> vos/config.h vos/config_h.SH_orig ____________________________________________________________________________ [ 4895] By: gsar on 2000/01/26 00:45:45 Log: fix parse failure of (my $foo : bar) and similar (from Spider Boardman) Branch: perl ! toke.c ____________________________________________________________________________ [ 4894] By: gsar on 2000/01/26 00:33:53 Log: avoid failure if directories already read by rmtree() are deleted by another process Branch: perl ! lib/File/Path.pm ____________________________________________________________________________ [ 4893] By: gsar on 2000/01/25 23:19:18 Log: typo in change#4892 Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 4892] By: gsar on 2000/01/25 22:16:19 Log: eliminate need for perl95.exe on Windows 9x by working around CRT bug internally (from Benjamin Stuhl ); modified to call the fixed version of open_osfhandle() only on Windows 9x; updated the makefiles and README.win32 to suit Branch: perl ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 4891] By: gsar on 2000/01/25 20:22:01 Log: produce redeclaration warning on C Branch: perl ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars ____________________________________________________________________________ [ 4890] By: gsar on 2000/01/25 19:21:17 Log: update Makefile notes on the now deprecated USE_5005THREADS and USE_OBJECT Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4889] By: jhi on 2000/01/25 14:44:55 Log: Misedit in #4888. Branch: cfgperl ! pp.c ____________________________________________________________________________ [ 4888] By: jhi on 2000/01/25 14:38:59 Log: UNICOS/mk patches. Removing the _CRAYMPP test may be rash but it's the best move I can think of right now. UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP, but I think it did in the past. Removing the _CRAYMPP test fixes a legion of pack/unpack failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8). One subtest, t/lib/io_sock.t #14, is still failing. Branch: cfgperl ! Configure config_h.SH hints/unicosmk.sh pp.c Branch: metaconfig ! U/modified/Oldconfig.U ____________________________________________________________________________ [ 4887] By: jhi on 2000/01/25 06:13:14 Log: Integrate with Sarathy. Branch: cfgperl !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h !> win32/perllib.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 4886] By: gsar on 2000/01/25 02:54:00 Log: consistently use MAX_PATH+1 buffer sizes Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 4885] By: gsar on 2000/01/25 02:51:35 Log: workaround for rename('x','X') bug in Windows NT Branch: perl ! t/io/fs.t win32/win32.c ____________________________________________________________________________ [ 4884] By: gsar on 2000/01/25 01:32:57 Log: windows build fixups from uniform DLL name change to perl56.dll Branch: perl ! installperl makedef.pl win32/perllib.c ____________________________________________________________________________ [ 4883] By: gsar on 2000/01/25 01:31:27 Log: more fixes for warnings from change#4840 Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 4882] By: gsar on 2000/01/24 15:35:12 Log: assorted little nits Branch: perl ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h ! win32/win32.c ____________________________________________________________________________ [ 4881] By: gsar on 2000/01/24 14:32:31 Log: add new warnings to perldelta Branch: perl ! Changes pod/perldelta.pod pod/perldiag.pod ____________________________________________________________________________ [ 4880] By: jhi on 2000/01/24 14:14:23 Log: From: Stephane Payrard To: Gurusamy Sarathy Cc: perl5-porters@perl.org Subject: avoid division by 0 in Benchmark.pm Date: Mon, 24 Jan 2000 16:15:38 +0100 Message-ID: <20000124161538.A995@freesurf.fr> Branch: cfgperl ! lib/Benchmark.pm ____________________________________________________________________________ [ 4879] By: gsar on 2000/01/24 14:14:20 Log: force linkage of the function wrappers for globals in change#4878 Branch: perl ! embed.pl globals.c perlapi.h win32/win32.h ____________________________________________________________________________ [ 4878] By: gsar on 2000/01/24 13:04:45 Log: enable function wrappers for access to globals under MULTIPLICITY (provides binary compatibility in the face of changes in interpreter structure) Branch: perl ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4877] By: jhi on 2000/01/24 11:41:57 Log: perlhist update. Branch: cfgperl ! pod/perlhist.pod ____________________________________________________________________________ [ 4876] By: jhi on 2000/01/24 11:32:07 Log: Updates on the large file support status. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 4875] By: jhi on 2000/01/24 11:23:16 Log: Integrate with Sarathy. Branch: cfgperl !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm ____________________________________________________________________________ [ 4874] By: gsar on 2000/01/24 10:43:03 Log: fix typos; avoid use constant for lowercase constants (produces warnings now) Branch: perl ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm ! lib/Shell.pm ____________________________________________________________________________ [ 4873] By: gsar on 2000/01/24 09:40:24 Log: avoid warnings when there's no subs to autosplit Branch: perl ! lib/AutoSplit.pm ____________________________________________________________________________ [ 4872] By: jhi on 2000/01/24 09:39:01 Log: Create a tool for converting a config_h.SH into a VOS config.h. Branch: cfgperl + vos/config.def vos/config.pl ! MANIFEST vos/config.h vos/config_h.SH_orig ____________________________________________________________________________ [ 4871] By: gsar on 2000/01/24 09:15:20 Log: typos in change#4623 Branch: perl ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm ____________________________________________________________________________ [ 4870] By: jhi on 2000/01/24 06:43:19 Log: Sync metaconfig units to comply with the typo fixes of #4869. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig + U/modified/cf_email.U U/modified/so.U Branch: metaconfig/U/perl ! dlsrc.U ____________________________________________________________________________ [ 4869] By: jhi on 2000/01/24 06:04:31 Log: Integrate with Sarathy. Branch: cfgperl +> t/pragma/diagnostics.t !> (integrate 120 files) ____________________________________________________________________________ [ 4868] By: gsar on 2000/01/23 21:49:28 Log: on windows, set seek position to end for files opened in append mode (improves compatibility with Unix, avoids buffering issues) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 4867] By: gsar on 2000/01/23 21:19:31 Log: change#4866 was flawed; revert and add better fix for warning Branch: perl ! op.c op.h ____________________________________________________________________________ [ 4866] By: gsar on 2000/01/23 20:43:56 Log: optimize away runtime code for our($foo) (also avoid warnings) Branch: perl ! op.c ____________________________________________________________________________ [ 4865] By: gsar on 2000/01/23 13:17:18 Log: DB_File 1.72 update from Paul Marquess Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/version.c ____________________________________________________________________________ [ 4864] By: gsar on 2000/01/23 13:12:31 Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch suggested by Dominic Dunlop ) Branch: perl ! doio.c ____________________________________________________________________________ [ 4863] By: gsar on 2000/01/23 13:01:35 Log: fix misclassified warnings Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 4862] By: gsar on 2000/01/23 12:52:12 Log: document bareword prototype incompatibility Branch: perl ! pod/perldelta.pod pod/perlsub.pod ____________________________________________________________________________ [ 4861] By: gsar on 2000/01/23 12:32:25 Log: faulty edit Branch: perl ! lib/File/stat.pm ____________________________________________________________________________ [ 4860] By: gsar on 2000/01/23 12:23:48 Log: s/use vars/our/g modules that aren't independently maintained on CPAN Branch: perl ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm ____________________________________________________________________________ [ 4859] By: gsar on 2000/01/23 11:29:22 Log: fix diagnostics to report "our" vs "my" correctly Branch: perl ! op.c pod/perldiag.pod ____________________________________________________________________________ [ 4858] By: gsar on 2000/01/23 10:14:46 Log: set api_version to 5.5.0 (binary compatibility needs to get tested more widely) Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 4857] By: gsar on 2000/01/23 10:04:03 Log: disallow our($foo::bar) Branch: perl ! pod/perldiag.pod toke.c ____________________________________________________________________________ [ 4856] By: gsar on 2000/01/23 09:50:54 Log: dprofpp can't find Devel::DProf::VERSION due to change#4852 Branch: perl ! utils/dprofpp.PL ____________________________________________________________________________ [ 4855] By: gsar on 2000/01/23 09:36:51 Log: new test (from Michael G Schwern ) Branch: perl + t/pragma/diagnostics.t ! MANIFEST ____________________________________________________________________________ [ 4854] By: gsar on 2000/01/23 09:24:40 Log: add PREREQ_PM to default template (suggested by Michael G Schwern ) Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 4853] By: gsar on 2000/01/23 09:08:30 Log: cygwin update (from Eric Fifer ) Branch: perl ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t ____________________________________________________________________________ [ 4852] By: gsar on 2000/01/23 08:52:44 Log: mark some extensions as "special versions" to avoid CPAN indexer confusion (from Ilya Zakharevich) Branch: perl ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm ____________________________________________________________________________ [ 4851] By: gsar on 2000/01/23 08:48:46 Log: prefer POSIX::uname() rather than syscalls, which require attempting to load syscall.ph (from David Huggins-Daines ) Branch: perl ! lib/Sys/Hostname.pm ____________________________________________________________________________ [ 4850] By: gsar on 2000/01/23 08:36:43 Log: integrate cfgperl contents into mainline Branch: perl !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH perl.h ____________________________________________________________________________ [ 4849] By: gsar on 2000/01/23 08:17:30 Log: fix localization in while BLOCK when there is a continue BLOCK by introducing an explicit scope (c.f. change#4848) Branch: perl ! op.c pp_ctl.c t/cmd/while.t ____________________________________________________________________________ [ 4848] By: gsar on 2000/01/23 06:43:51 Log: fix scope cleanup when next jumps to a continue block; this is rather in the nature of a kludge; it doesn't fix the longstanding bug that makes C print "7" instead of "1") Branch: perl ! pp_ctl.c t/cmd/while.t ____________________________________________________________________________ [ 4847] By: gsar on 2000/01/23 04:47:25 Log: don't warn about masked lexical in C, C etc. Branch: perl ! op.c ____________________________________________________________________________ [ 4846] By: gsar on 2000/01/23 04:44:17 Log: avoid warnings in change#4839 Branch: perl ! lib/Carp/Heavy.pm ____________________________________________________________________________ [ 4845] By: gsar on 2000/01/22 13:12:38 Log: Configure typos (from Ray Phillips ) Branch: perl ! Changes Configure ____________________________________________________________________________ [ 4844] By: gsar on 2000/01/22 12:46:26 Log: wrong category for exec() warning Branch: perl ! op.c pod/perlop.pod ____________________________________________________________________________ [ 4843] By: gsar on 2000/01/22 12:42:40 Log: fix line continuations in argument lists (from Helmut Jarausch) Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 4842] By: gsar on 2000/01/22 12:34:39 Log: CGI.pm upgraded to v2.56 from CPAN Branch: perl ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm ! t/lib/cgi-html.t ____________________________________________________________________________ [ 4841] By: gsar on 2000/01/22 12:07:23 Log: avoid warnings due to lack of forward declarations Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 4840] By: gsar on 2000/01/22 12:04:30 Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun ) Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 4839] By: gsar on 2000/01/22 11:57:24 Log: better Carp reporting within subclassed modules (from Wolfgang Laun ) Branch: perl ! lib/Carp/Heavy.pm pod/perldelta.pod ____________________________________________________________________________ [ 4838] By: gsar on 2000/01/22 10:53:06 Log: truncate(FH) flushes FH before truncating it Branch: perl ! pp_sys.c t/io/fs.t ____________________________________________________________________________ [ 4837] By: gsar on 2000/01/22 10:37:16 Log: #line directives without a filename leave the file name as it was instead of setting it to the script name (from Andrew Pimlott ) Branch: perl ! toke.c ____________________________________________________________________________ [ 4836] By: gsar on 2000/01/22 10:06:53 Log: add patch for printf-style format typechecks (from Robin Barker ); fixes for problems so identified Branch: perl ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c ____________________________________________________________________________ [ 4835] By: gsar on 2000/01/22 08:42:52 Log: From: John Tobey Date: Thu, 16 Dec 1999 20:20:38 -0500 Message-Id: Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields' Branch: perl ! lib/base.pm lib/fields.pm t/lib/fields.t ____________________________________________________________________________ [ 4834] By: gsar on 2000/01/22 08:08:08 Log: fix deeply nested closures that have no references to lexical in intervening subs Branch: perl ! embed.h embed.pl op.c proto.h t/op/closure.t ____________________________________________________________________________ [ 4833] By: gsar on 2000/01/21 17:04:21 Log: add $VERSION Branch: perl ! lib/Text/Soundex.pm lib/Tie/Handle.pm ____________________________________________________________________________ [ 4832] By: gsar on 2000/01/21 16:49:09 Log: fix bug in dumping self-referential scalars Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs ! t/lib/dumper.t ____________________________________________________________________________ [ 4831] By: jhi on 2000/01/21 09:16:07 Log: Integrate with Sarathy. Branch: cfgperl +> t/op/exists_sub.t !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot !> t/pragma/warn/pp_sys util.c utils/h2xs.PL ____________________________________________________________________________ [ 4830] By: gsar on 2000/01/21 04:28:08 Log: patch to report warnings on bogus filehandles passed to flock(), more consistent warnings, from Greg Bacon (slightly modified) Branch: perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c ____________________________________________________________________________ [ 4829] By: gsar on 2000/01/21 03:43:46 Log: typo fix Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 4828] By: gsar on 2000/01/21 03:32:31 Log: notes about $^H and %^H from Ilya Zakharevich; substantial fixups of faulty facts and prose Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 4827] By: gsar on 2000/01/21 01:45:51 Log: support for C (from Spider Boardman) Branch: perl + t/op/exists_sub.t ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod ! pod/perlfunc.pod pp.c ____________________________________________________________________________ [ 4826] By: gsar on 2000/01/21 01:35:46 Log: mention the fact that open(my $foo, ...) covers all handle constructors Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 4825] By: gsar on 2000/01/21 01:03:34 Log: From: Ilya Zakharevich Date: Wed, 19 Jan 2000 15:05:11 -0500 Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_63] h2xs goof and a depessimization Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 4824] By: gsar on 2000/01/20 19:14:26 Log: INSTALL updates from Andy Dougherty Branch: perl ! INSTALL ____________________________________________________________________________ [ 4823] By: gsar on 2000/01/20 08:40:13 Log: sv_true() has a superfluous test Branch: perl ! sv.c sv.h ____________________________________________________________________________ [ 4822] By: bailey on 2000/01/20 02:03:35 Log: Minor cosmetic updates Branch: vmsperl ! configure.com ____________________________________________________________________________ [ 4821] By: bailey on 2000/01/20 00:25:30 Log: Quick integration of mainline changes to date Branch: vmsperl +> (branch 74 files) - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1 - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt - lib/warning.pm os2/POSIX.mkfifo warning.h !> (integrate 462 files) ____________________________________________________________________________ [ 4820] By: jhi on 2000/01/19 22:46:42 Log: More robust inc_version_list from Andy. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH Branch: metaconfig ! U/installdirs/inc_version_list.U ____________________________________________________________________________ [ 4819] By: jhi on 2000/01/19 17:36:56 Log: Add NV_PRESERVES_UV. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.h Branch: metaconfig ! U/protos/selecttype.U Branch: metaconfig/U/perl - nvpresuv.U ! perlxv.U ____________________________________________________________________________ [ 4818] By: jhi on 2000/01/19 08:13:05 Log: Integrate with Sarathy. Branch: cfgperl !> Changes Configure win32/config.bc win32/config.gc !> win32/config.vc win32/config_H.bc win32/config_H.gc !> win32/config_H.vc ____________________________________________________________________________ [ 4817] By: gsar on 2000/01/19 05:25:43 Log: regen win32/config* Branch: perl ! Configure win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 4816] By: jhi on 2000/01/18 21:19:10 Log: Policy patch from Andy for installation directories, removing the $apiversion. Branch: cfgperl ! Policy_sh.SH ____________________________________________________________________________ [ 4815] By: jhi on 2000/01/18 21:11:03 Log: Move _GNU_SOURCE into config_h.SH awaay from Configure as suggested by Andy. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/compline/d_gnulibc.U U/modified/cc.U ____________________________________________________________________________ [ 4814] By: gsar on 2000/01/18 20:48:10 Log: integrate cfgperl changes into mainline Branch: perl ! Changes !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c !> perl.h t/lib/posix.t t/op/pack.t utf8.c ____________________________________________________________________________ [ 4813] By: jhi on 2000/01/18 19:41:33 Log: metaconfig todo note from Andy. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/installdirs/inc_version_list.U ____________________________________________________________________________ [ 4812] By: jhi on 2000/01/18 15:02:55 Log: More -V. Branch: cfgperl ! perl.c ____________________________________________________________________________ [ 4811] By: jhi on 2000/01/18 10:35:30 Log: More compile-time options shown with -V. Branch: cfgperl ! perl.c ____________________________________________________________________________ [ 4810] By: jhi on 2000/01/17 08:35:49 Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose the strtold() and qgcvt() prototypes for long doubles, but it should be okay in any case); fix bad assumptions in the test suite about string->float conversions; though the out parameter of strtold() (and strtoll()) is unused, it is nicer to have it in correct type. Branch: cfgperl ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t Branch: metaconfig ! U/modified/cc.U ____________________________________________________________________________ [ 4809] By: jhi on 2000/01/16 19:21:18 Log: strtoll works better ternary. Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 4808] By: jhi on 2000/01/16 19:12:58 Log: Know strtoll. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.h ____________________________________________________________________________ [ 4807] By: jhi on 2000/01/16 17:57:03 Log: Integrate with Sarathy. Branch: cfgperl !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod !> sv.c sv.h t/pragma/strict-vars toke.c util.c ____________________________________________________________________________ [ 4806] By: jhi on 2000/01/16 16:37:47 Log: Continue qgcvt work; closer now but not yet there. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH doop.c utf8.c Branch: metaconfig ! U/compline/d_gconvert.U Branch: metaconfig/U/perl ! d_qgcvt.U ____________________________________________________________________________ [ 4805] By: jhi on 2000/01/15 22:26:16 Log: Metaconfig and Porting patches from Andy; start using the new long long and long double thingies from #4804; regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c Branch: metaconfig + U/dist_patches/dist-p70a U/dist_patches/dist-p70b + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U + U/nullified/lib.U ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U ! U/installdirs/sitelib.U U/installdirs/vendorarch.U ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U ! U/modified/Oldconfig.U U/modified/Signal.U ! U/modified/sig_name.U U/threads/usethreads.U Branch: metaconfig/U/perl ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U ! usemultiplicity.U Branch: perl ! perl.h util.c ____________________________________________________________________________ [ 4804] By: jhi on 2000/01/14 14:22:24 Log: Add more quad/long long/long double sciency. Branch: metaconfig/U/perl + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U + d_strtouq.U ____________________________________________________________________________ [ 4803] By: gsar on 2000/01/14 04:40:49 Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;") Branch: perl ! op.c ____________________________________________________________________________ [ 4802] By: gsar on 2000/01/14 04:35:55 Log: add note about "our" Branch: perl ! lib/vars.pm ____________________________________________________________________________ [ 4801] By: gsar on 2000/01/14 04:16:51 Log: nailed "our" declarations, and better warnings on duplicate "our" declarations Branch: perl ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h ! t/pragma/strict-vars toke.c ____________________________________________________________________________ [ 4800] By: gsar on 2000/01/14 01:27:13 Log: avoid spurious "Useless use of variable" warning on C Branch: perl ! dump.c op.c op.h ____________________________________________________________________________ [ 4799] By: gsar on 2000/01/14 01:17:15 Log: doc typo Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4798] By: jhi on 2000/01/13 16:31:34 Log: Integrate with Sarathy. Branch: cfgperl +> epoc/config.sh epoc/epocish.c epoc/link.pl +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t +> win32/perlhost.h win32/vdir.h win32/vmem.h - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo !> (integrate 282 files) ____________________________________________________________________________ [ 4797] By: gsar on 2000/01/13 08:12:56 Log: clearer docs for change#4796; faster av_exists() Branch: perl ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod ____________________________________________________________________________ [ 4796] By: gsar on 2000/01/13 06:49:03 Log: support delete() and exists() on array, tied array, and pseudo-hash elements or slices Branch: perl ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h ! t/op/avhv.t t/op/delete.t ____________________________________________________________________________ [ 4795] By: gsar on 2000/01/11 20:52:30 Log: extend site_perl changes change#4773 to vendor_perl as well Branch: perl ! Configure ____________________________________________________________________________ [ 4794] By: gsar on 2000/01/11 19:18:50 Log: rework INSTALL to reflect new logic for versioning sitelibs Branch: perl ! INSTALL ____________________________________________________________________________ [ 4793] By: gsar on 2000/01/11 01:44:00 Log: test for change#4792 Branch: perl ! t/op/fork.t ____________________________________________________________________________ [ 4792] By: gsar on 2000/01/11 01:22:36 Log: pseudo forked children inherit environment correctly Branch: perl ! win32/perlhost.h ____________________________________________________________________________ [ 4791] By: gsar on 2000/01/10 19:14:03 Log: test tweak Branch: perl ! t/op/fork.t ____________________________________________________________________________ [ 4790] By: gsar on 2000/01/10 18:56:16 Log: check for USE_ITHREADS sanity was too restrictive Branch: perl ! perl.h ____________________________________________________________________________ [ 4789] By: gsar on 2000/01/10 18:30:24 Log: add workaround for textmode read() bug in MSVCRT; make chdir() do a real SetCurrentDirectory() in toplevel host Branch: perl ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h ! win32/vdir.h win32/win32.c ____________________________________________________________________________ [ 4782] By: gsar on 2000/01/10 05:27:03 Log: EPOC port update (from Olaf Flebbe ) Branch: perl + epoc/config.sh epoc/epocish.c epoc/link.pl - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp - epoc/perl.pkg ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm ! lib/Sys/Hostname.pm ____________________________________________________________________________ [ 4781] By: gsar on 2000/01/10 05:11:03 Log: pod typos (from Abigail ) Branch: perl ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod ____________________________________________________________________________ [ 4780] By: gsar on 2000/01/10 05:07:35 Log: failing RE test added (from Robert Cunningham ) Branch: perl ! t/lib/thread.t ____________________________________________________________________________ [ 4779] By: gsar on 2000/01/10 05:06:16 Log: terminate -s switch processing only on C<-->, not on C<--foo> Branch: perl ! perl.c ____________________________________________________________________________ [ 4778] By: gsar on 2000/01/10 04:38:45 Log: useithreads needs usemultiplicity Branch: perl ! Configure perl.h ____________________________________________________________________________ [ 4777] By: gsar on 2000/01/10 01:18:04 Log: use $Config{version} rather than $] where appropriate Branch: perl ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm ! lib/lib.pm ____________________________________________________________________________ [ 4776] By: gsar on 2000/01/10 00:11:34 Log: enable fork.t on windows Branch: perl ! t/op/fork.t ____________________________________________________________________________ [ 4775] By: gsar on 2000/01/10 00:07:29 Log: broken test for use5005threads Branch: perl ! t/lib/safe2.t ____________________________________________________________________________ [ 4774] By: gsar on 2000/01/09 23:56:37 Log: more windows build tweaks Branch: perl ! installperl makedef.pl win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL ! win32/makefile.mk ____________________________________________________________________________ [ 4773] By: gsar on 2000/01/09 22:27:19 Log: more changes for new-style version numbers (versions numbers on the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above Branch: perl ! Changes Configure INSTALL Porting/config.sh Porting/config_H ! config_h.SH configure.com dosish.h installman installperl ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk ! win32/win32.c ____________________________________________________________________________ [ 4772] By: gsar on 2000/01/09 19:05:33 Log: s/usethreads/use5005threads/g Branch: perl ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t ____________________________________________________________________________ [ 4771] By: gsar on 2000/01/09 18:51:50 Log: Configure changes for new-style version numbers (from Andy Dougherty, slightly altered) Branch: perl ! Configure INSTALL Porting/Glossary Porting/config.sh ! Porting/config_H config_h.SH perl.h win32/Makefile ! win32/config.bc win32/config.gc win32/config.vc ! win32/makefile.mk ____________________________________________________________________________ [ 4770] By: gsar on 2000/01/07 22:18:54 Log: fix for 'make utest' failures (from Ilya Zakharevich) Branch: perl ! regexec.c ____________________________________________________________________________ [ 4769] By: gsar on 2000/01/07 18:23:16 Log: cygwin update (from Eric Fifer ) Branch: perl + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl + ext/ODBM_File/hints/cygwin.pl ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL ! hints/cygwin.sh installman installperl lib/Cwd.pm ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL ____________________________________________________________________________ [ 4768] By: gsar on 2000/01/07 18:12:15 Log: typo on h2xs.PL (from Helmut Jarausch) Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 4767] By: gsar on 2000/01/07 17:58:45 Log: VMS update (from Peter Prymmer ) Branch: perl ! README.vms configure.com vms/subconfigure.com ____________________________________________________________________________ [ 4766] By: gsar on 2000/01/07 17:54:05 Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes ) Branch: perl - os2/POSIX.mkfifo ! MANIFEST README.os2 ____________________________________________________________________________ [ 4765] By: gsar on 2000/01/06 20:11:46 Log: add workaround for dlopen() bug on OpenBSD (relative paths that match /^lib/ won't load properly) Branch: perl + ext/DynaLoader/hints/openbsd.pl ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs ____________________________________________________________________________ [ 4764] By: gsar on 2000/01/06 19:51:08 Log: add undocumented globals for compatibility--find.pl, and find2perl generated code need them (from Helmut Jarausch ) Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 4763] By: gsar on 2000/01/06 10:51:07 Log: fix various C-backend shenanigans Branch: perl ! ext/B/B/C.pm ____________________________________________________________________________ [ 4762] By: gsar on 2000/01/06 04:09:00 Log: tweak test in change#4757 for Windows Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 4761] By: gsar on 2000/01/06 02:55:30 Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if they belonged to freed OP_CONSTs) Branch: perl ! op.c ____________________________________________________________________________ [ 4760] By: gsar on 2000/01/06 00:22:40 Log: constant ranges could escape bareword check in list context Branch: perl ! op.c t/pragma/strict-subs ____________________________________________________________________________ [ 4759] By: gsar on 2000/01/05 20:52:50 Log: From: Ilya Zakharevich Date: Wed, 05 Jan 2000 15:23:18 EST Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu> Subject: Re: minimal m//g matches appear busted Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 4758] By: gsar on 2000/01/05 12:49:40 Log: various nits identified by warnings unmasked by recent changes Branch: perl ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod ____________________________________________________________________________ [ 4757] By: gsar on 2000/01/05 12:48:10 Log: severe bugs in change#3786 fixed Branch: perl ! doio.c t/io/open.t ____________________________________________________________________________ [ 4756] By: gsar on 2000/01/05 11:25:10 Log: tweak change#4745 to make ebcdic output match for chars <= 037 Branch: perl ! ext/Data/Dumper/Dumper.pm ____________________________________________________________________________ [ 4755] By: gsar on 2000/01/05 06:56:05 Log: cygwin support tweaks (from Eric Fifer ) Branch: perl ! Configure util.c utils/perlcc.PL ____________________________________________________________________________ [ 4754] By: gsar on 2000/01/05 06:52:25 Log: avoid expensive Version_check (from Andreas Koenig) Branch: perl ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 4753] By: gsar on 2000/01/05 06:48:22 Log: From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 03 Jan 2000 21:56:02 +0100 Message-ID: Subject: Reloading File::Copy Branch: perl ! Changes lib/File/Copy.pm t/lib/filecopy.t ____________________________________________________________________________ [ 4752] By: gsar on 2000/01/04 01:19:20 Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g Branch: perl ! win32/Makefile win32/makefile.mk win32/win32.h ____________________________________________________________________________ [ 4751] By: gsar on 2000/01/03 18:26:08 Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig) Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 4750] By: gsar on 2000/01/02 21:58:02 Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible to write to a file other than tmon.out (suggested by Haakon Alstadheim ) Branch: perl ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 4749] By: gsar on 2000/01/02 21:37:29 Log: disable optimization in change#3612 for join() and quotemeta()--this removes all the gross hacks for the special cases in that change; fix pp_concat() for when TARG == arg (modified version of patch suggested by Ilya Zakharevich) Branch: perl ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t ____________________________________________________________________________ [ 4748] By: gsar on 2000/01/02 20:26:06 Log: MakeMaker should attempt to "require" rather than "use" prerequisites to avoid imports (from Michael G Schwern ) Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 4747] By: gsar on 2000/01/02 20:17:36 Log: fix 4-arg substr() when used as argument to subroutine Branch: perl ! pp.c t/op/substr.t ____________________________________________________________________________ [ 4746] By: gsar on 2000/01/02 18:45:58 Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder) Branch: perl ! embed.h embed.pl ext/DynaLoader/dl_beos.xs ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs ! perlapi.c proto.h thread.h util.c ____________________________________________________________________________ [ 4745] By: gsar on 2000/01/02 18:15:44 Log: ebcdic fix for Data::Dumper from Peter Prymmer Branch: perl ! ext/Data/Dumper/Dumper.pm regcomp.c ____________________________________________________________________________ [ 4744] By: gsar on 1999/12/31 22:42:23 Log: missing files in previous submit Branch: perl ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 4743] By: gsar on 1999/12/31 06:47:18 Log: various Windows build tweaks Branch: perl ! win32/win32.h ____________________________________________________________________________ [ 4742] By: gsar on 1999/12/30 21:32:36 Log: change#4705 breaks code that interpolates $], so leave string value of $] as it was for compatibility (and perhaps introduce $^V or similar for the utf8 representation, maybe?) Branch: perl ! configpm gv.c ____________________________________________________________________________ [ 4741] By: gsar on 1999/12/30 19:36:21 Log: avoid CRLF in byteloadable files created by perlcc Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 4740] By: gsar on 1999/12/30 19:35:07 Log: leave DATA open in binmode if __END__ line doesn't have CRLF Branch: perl ! pod/perldelta.pod toke.c ____________________________________________________________________________ [ 4739] By: gsar on 1999/12/30 05:44:21 Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows to allow ByteLoader to work; the DATA filehandles continue to be left open in text mode for compatibility Branch: perl ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c ! toke.c win32/Makefile win32/makefile.mk win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 4738] By: gsar on 1999/12/30 04:36:12 Log: CR-LF support broken for formats Branch: perl ! toke.c ____________________________________________________________________________ [ 4737] By: gsar on 1999/12/29 22:30:52 Log: make DProf functional under pseudo-fork() Branch: perl ! ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 4736] By: gsar on 1999/12/29 21:04:59 Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans Mulder) Branch: perl ! doio.c pp_hot.c t/io/argv.t ____________________________________________________________________________ [ 4735] By: gsar on 1999/12/29 18:12:40 Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas Koenig) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4734] By: gsar on 1999/12/28 21:10:37 Log: Windows build tweaks Branch: perl ! INTERN.h sv.c ____________________________________________________________________________ [ 4733] By: gsar on 1999/12/28 20:45:15 Log: remove never-taken branch for making getc() operate on ARGV (spotted by Ralph Corderoy ) Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 4732] By: gsar on 1999/12/28 20:42:13 Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy Branch: perl ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t ____________________________________________________________________________ [ 4731] By: gsar on 1999/12/28 20:23:17 Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is not supplied (variant of patch suggested by Ilya Zakharevich) Branch: perl ! XSUB.h lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 4730] By: gsar on 1999/12/28 19:55:56 Log: range operator does magical string increment iff both operands are non-numbers, from Tom Phoenix ; fixed the "foreach (RANGE)" case as well Branch: perl ! pp_ctl.c t/op/range.t ____________________________________________________________________________ [ 4729] By: gsar on 1999/12/28 18:40:19 Log: Win9x + GCC update from Benjamin Stuhl Branch: perl - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile ! win32/config.gc win32/genmk95.pl win32/makefile.mk ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 4728] By: gsar on 1999/12/28 07:44:19 Log: typecasts needed Branch: perl ! toke.c ____________________________________________________________________________ [ 4727] By: gsar on 1999/12/28 06:23:08 Log: change#4721 needed line number adjustments Branch: perl ! MANIFEST global.sym proto.h t/pragma/warn/doop ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv ! t/pragma/warn/toke t/pragma/warn/utf8 ____________________________________________________________________________ [ 4726] By: gsar on 1999/12/28 04:18:15 Log: integrate utfperl contents into mainline Branch: perl +> lib/byte.pm lib/byte_heavy.pl !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h ____________________________________________________________________________ [ 4725] By: gsar on 1999/12/28 04:08:09 Log: integrate mainline contents Branch: utfperl - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1 - lib/unicode/Eq/Unicode !> (integrate 60 files) ____________________________________________________________________________ [ 4724] By: gsar on 1999/12/28 03:44:10 Log: fix for /(^|a)b/ breakage from Ilya Zakharevich Branch: perl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 4723] By: gsar on 1999/12/28 03:28:39 Log: more ebcdic testsuite fixups (from Peter Prymmer) Branch: perl ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t ! t/pragma/overload.t t/pragma/utf8.t ____________________________________________________________________________ [ 4722] By: gsar on 1999/12/28 03:14:48 Log: avoid "used once" warning Branch: perl ! lib/diagnostics.pm ____________________________________________________________________________ [ 4721] By: gsar on 1999/12/28 03:10:32 Log: ebcdic tweaks for tests from Peter Prymmer Branch: perl ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8 ____________________________________________________________________________ [ 4720] By: gsar on 1999/12/28 03:08:39 Log: pod nits from Simon Cozens and others Branch: perl ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod ____________________________________________________________________________ [ 4719] By: gsar on 1999/12/28 03:01:04 Log: perlport v1.45 from Chris Nandor Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 4718] By: gsar on 1999/12/28 02:59:16 Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to perldelta; added STOP, DESTROY and AUTOLOAD to specials list Branch: perl ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod ! t/pragma/constant.t ____________________________________________________________________________ [ 4717] By: gsar on 1999/12/28 02:47:04 Log: cygwin update from Eric Fifer Branch: perl - ext/DynaLoader/dl_cygwin.xs ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t ! util.c ____________________________________________________________________________ [ 4716] By: gsar on 1999/12/28 02:40:51 Log: tweak to show up db-linked-with-libpthread-but-not-perl problem (from Andy Dougherty) Branch: perl ! Configure ____________________________________________________________________________ [ 4715] By: gsar on 1999/12/28 02:38:44 Log: better variant of change#4644 (from Andy Dougherty) Branch: perl ! Configure ____________________________________________________________________________ [ 4714] By: gsar on 1999/12/28 02:36:40 Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty) Branch: perl ! Configure ____________________________________________________________________________ [ 4713] By: gsar on 1999/12/28 02:35:15 Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in INSTALL (from Andy Dougherty) Branch: perl ! Configure ____________________________________________________________________________ [ 4712] By: gsar on 1999/12/28 02:30:55 Log: avoid creating new files during make install Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4711] By: gsar on 1999/12/28 02:24:44 Log: pod edits from Paul Marquess and Mark-Jason Dominus Branch: perl ! AUTHORS Changes ext/DynaLoader/dl_aix.xs ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod ! pod/perldelta.pod ____________________________________________________________________________ [ 4710] By: gsar on 1999/12/28 02:05:23 Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes ); add explicit target for opmini.o Branch: perl ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs ____________________________________________________________________________ [ 4709] By: gsar on 1999/12/28 01:20:39 Log: partly fix perldiag regressions identified by Tom Christiansen Branch: perl ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot ! t/pragma/warn/pp_sys ____________________________________________________________________________ [ 4708] By: gsar on 1999/12/27 23:33:24 Log: update perldiag for change#4707 Branch: perl ! perl.c pod/perldiag.pod ____________________________________________________________________________ [ 4707] By: gsar on 1999/12/27 23:23:39 Log: allow spaces in -I switch argument Branch: perl ! perl.c ____________________________________________________________________________ [ 4706] By: gsar on 1999/12/26 23:44:53 Log: fix typos Branch: utfperl ! sv.h toke.c ____________________________________________________________________________ [ 4705] By: gsar on 1999/12/24 04:02:35 Log: support for v5.5.640 style version numbers Branch: utfperl ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c ____________________________________________________________________________ [ 4704] By: gsar on 1999/12/23 08:54:27 Log: bring in basic threads stuff under USE_ITHREADS Branch: perl ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h ! util.c ____________________________________________________________________________ [ 4703] By: gsar on 1999/12/23 00:10:06 Log: integrate mainline contents into utfperl Branch: utfperl !> (integrate 33 files) ____________________________________________________________________________ [ 4702] By: gsar on 1999/12/20 17:18:23 Log: virtual directory handling broken on paths with trailing slash Branch: perl ! win32/Makefile win32/makefile.mk win32/vdir.h ____________________________________________________________________________ [ 4701] By: gsar on 1999/12/20 17:09:55 Log: revert optimization in change#4700 (it appears OPpRUNTIME flag isn't set for all m/$foo/o) Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 4700] By: gsar on 1999/12/20 16:28:51 Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or we have a race on our hands) Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 4699] By: gsar on 1999/12/20 16:19:00 Log: pod tweaks Branch: perl ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod ____________________________________________________________________________ [ 4698] By: gsar on 1999/12/20 07:55:07 Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms Branch: perl ! utf8.c ____________________________________________________________________________ [ 4697] By: gsar on 1999/12/18 01:35:50 Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an anon hash rather than a block; test case for the same Branch: perl ! t/comp/term.t toke.c ____________________________________________________________________________ [ 4696] By: gsar on 1999/12/17 19:55:03 Log: leak in change#4694 spotted by Larry Branch: perl ! hv.c ____________________________________________________________________________ [ 4695] By: gsar on 1999/12/17 18:14:11 Log: test case for change#4694 Branch: perl ! t/op/delete.t ____________________________________________________________________________ [ 4694] By: gsar on 1999/12/17 18:09:08 Log: delete() should return the value as is, not a copy thereof Branch: perl ! hv.c pod/perldelta.pod ____________________________________________________________________________ [ 4693] By: gsar on 1999/12/17 17:45:58 Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich) Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 4692] By: gsar on 1999/12/17 17:41:10 Log: credits tweak Branch: perl ! lib/File/Spec.pm ____________________________________________________________________________ [ 4691] By: gsar on 1999/12/17 07:12:53 Log: DynaLoader doesn't build properly when $(DLSRC) changes (fix suggested by Hans Mulder) Branch: perl ! ext/DynaLoader/Makefile.PL ____________________________________________________________________________ [ 4690] By: gsar on 1999/12/17 06:26:34 Log: add missing new ops Branch: perl ! ext/B/ramblings/runtime.porting ____________________________________________________________________________ [ 4689] By: gsar on 1999/12/17 06:16:49 Log: test harness tweak from Hans Mulder Branch: perl ! t/TEST ____________________________________________________________________________ [ 4688] By: gsar on 1999/12/17 06:14:23 Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder and Lucian CIONCA ) Branch: perl ! Makefile.SH cygwin/Makefile.SHs ____________________________________________________________________________ [ 4687] By: gsar on 1999/12/17 06:06:46 Log: applied suggested patch with whitespace adjustments From: Helmut Jarausch Date: Thu, 16 Dec 1999 08:57:55 +0100 Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de> Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle / Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 4686] By: gsar on 1999/12/17 05:48:53 Log: avoid warnings due to symbols unintroduced by XSLoader (spotted by Hans Mulder) Branch: perl ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs ! ext/DynaLoader/dl_rhapsody.xs ____________________________________________________________________________ [ 4685] By: gsar on 1999/12/17 05:37:51 Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball ) Branch: perl ! lib/Math/BigFloat.pm t/lib/bigfltpm.t ____________________________________________________________________________ [ 4684] By: gsar on 1999/12/16 09:32:48 Log: spell out how to get 4-digit year (from Micheal G Schwern ) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4683] By: gsar on 1999/12/16 09:26:53 Log: type mismatch for %c format argument (spotted by Robin Barker ) Branch: perl ! regcomp.c ____________________________________________________________________________ [ 4682] By: gsar on 1999/12/16 08:33:28 Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl ) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 4681] By: gsar on 1999/12/16 08:31:15 Log: missing backslash (spotted by Johan Vromans) Branch: perl ! perl.c ____________________________________________________________________________ [ 4680] By: gsar on 1999/12/16 08:26:00 Log: avoid coredump on diagnostics when STDERR is closed Branch: perl ! perl.h ____________________________________________________________________________ [ 4679] By: gsar on 1999/12/12 18:09:41 Log: integrate mainline changes Branch: utfperl +> (branch 39 files) - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html - lib/unicode/UnicodeData-Latest.txt !> (integrate 447 files) ____________________________________________________________________________ [ 4678] By: gsar on 1999/12/10 01:39:13 Log: interpreter structure should be nulled under -DMULTIPLICITY Branch: perl ! perl.c ____________________________________________________________________________ [ 4677] By: gsar on 1999/12/09 11:10:27 Log: update Changes Branch: perl ! Changes ---------------- Version 5.005_63 ---------------- ____________________________________________________________________________ [ 4676] By: gsar on 1999/12/09 10:51:43 Log: fix File::Find testsuite bugs in symlink-less places Branch: perl ! t/lib/filefind.t ____________________________________________________________________________ [ 4675] By: gsar on 1999/12/09 10:22:31 Log: USE_ITHREADS tweaks and notes Branch: perl ! op.c pod/perldelta.pod sv.c ____________________________________________________________________________ [ 4674] By: gsar on 1999/12/09 10:21:53 Log: allow new style sort subs to work under usethreads Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 4673] By: gsar on 1999/12/09 04:00:23 Log: document compatibility issue with literal list slices and NOTOP (C is now a syntax error) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 4672] By: gsar on 1999/12/09 01:14:46 Log: avoid mismatched expectation <-> int types for C++ builds Branch: perl ! embed.pl intrpvar.h proto.h toke.c ____________________________________________________________________________ [ 4671] By: gsar on 1999/12/09 00:36:24 Log: newer version of File::Find with support for following symlinks and other features, from Helmut Jarausch Branch: perl ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t ____________________________________________________________________________ [ 4670] By: gsar on 1999/12/09 00:13:06 Log: avoid initializing GvCV slot for autovivified filehandles Branch: perl ! pp.c ____________________________________________________________________________ [ 4669] By: gsar on 1999/12/08 19:09:27 Log: apply change#4618 again along with Ilya's patch to fix bugs in it (see change#4622) Branch: perl ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c ! t/op/re_tests t/op/subst.t ____________________________________________________________________________ [ 4668] By: gsar on 1999/12/08 18:56:53 Log: patch to fix parser bug in C<${h{${a[0]}}} = 13> From: Larry Wall Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST) Message-Id: <199912072039.MAA13257@kiev.wall.org> Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}} Branch: perl ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c ____________________________________________________________________________ [ 4667] By: gsar on 1999/12/08 18:47:37 Log: patch to fix aix hints from ortmann@vnet.ibm.com Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 4666] By: gsar on 1999/12/08 18:29:02 Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and Tim Meadowcroft Branch: perl ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod ____________________________________________________________________________ [ 4665] By: gsar on 1999/12/08 02:22:31 Log: introduce save_I8() for saving byte values Branch: perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h ! regcomp.c regexec.c scope.c scope.h sv.c ____________________________________________________________________________ [ 4664] By: gsar on 1999/12/08 02:02:33 Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc. Branch: perl ! toke.c ____________________________________________________________________________ [ 4663] By: gsar on 1999/12/08 01:11:44 Log: longstanding typo in lexer: PL_lex_expect was not properly saved on reentry Branch: perl ! toke.c ____________________________________________________________________________ [ 4662] By: gsar on 1999/12/07 23:16:21 Log: typos in change#4546 Branch: perl ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c ____________________________________________________________________________ [ 4661] By: gsar on 1999/12/07 09:33:50 Log: typos in change#4660 Branch: perl ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h ____________________________________________________________________________ [ 4660] By: gsar on 1999/12/06 23:42:55 Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms; fix bug where lc($readonly) could result in bogus errors Branch: perl ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c ! pp.c pp_sys.c proto.h sv.c ____________________________________________________________________________ [ 4659] By: gsar on 1999/12/06 15:24:31 Log: allow IRIX 6.5 to build perl (from Helmut Jarausch ) Branch: perl ! perl.h ____________________________________________________________________________ [ 4658] By: gsar on 1999/12/06 15:18:30 Log: fix for -Dp via $^D (suggested by Stephane Payrard ) Branch: perl ! mg.c ____________________________________________________________________________ [ 4657] By: gsar on 1999/12/06 06:50:01 Log: change#4641 needs perldiag.pod edit Branch: perl - lib/unicode/UnicodeData-Latest.txt ! pod/perldiag.pod ____________________________________________________________________________ [ 4656] By: gsar on 1999/12/06 01:36:56 Log: Makefile tweak for change#4649 Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4655] By: gsar on 1999/12/05 17:23:57 Log: change#4653 was missing a patch reject Branch: perl ! win32/makefile.mk ____________________________________________________________________________ [ 4654] By: gsar on 1999/12/05 11:41:04 Log: windows build tweaks for Borland compiler Branch: perl ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h ____________________________________________________________________________ [ 4653] By: gsar on 1999/12/05 11:07:37 Log: applied somewhat modified version of suggested patch From: "Benjamin Stuhl" Date: Thu, 18 Nov 1999 18:45:27 PST Message-ID: <19991119024527.72749.qmail@hotmail.com> Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB Branch: perl + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl ! win32/makefile.mk win32/win32.h ____________________________________________________________________________ [ 4652] By: gsar on 1999/12/05 09:24:45 Log: From: Mike Hopkirk (hops) Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST) Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com> Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5) Branch: perl ! Changes hints/svr5.sh ____________________________________________________________________________ [ 4651] By: gsar on 1999/12/05 09:01:19 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath() when given non-existent drive names Branch: perl ! lib/File/Path.pm ____________________________________________________________________________ [ 4650] By: gsar on 1999/12/05 08:47:11 Log: windows build tweaks for change#4649 Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4649] By: gsar on 1999/12/05 07:49:28 Log: make File::Glob::glob() the default for CORE::glob() (old csh glob can still be had with -DPERL_EXTERNAL_GLOB) Branch: perl ! Makefile.SH op.c pod/perldelta.pod win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 4648] By: gsar on 1999/12/05 00:33:34 Log: fix bug in processing L<> tags (from j.vavruska@post.cz) Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 4647] By: gsar on 1999/12/05 00:14:01 Log: remove outdated entry Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 4646] By: gsar on 1999/12/04 22:48:51 Log: s/block/loop block/ in diagnostics about next, last, redo Branch: perl ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl ____________________________________________________________________________ [ 4645] By: gsar on 1999/12/04 22:25:32 Log: readability tweak suggested by GRommel@sears.com Branch: perl ! pp.c ____________________________________________________________________________ [ 4644] By: gsar on 1999/12/04 22:05:00 Log: Configure tweak from Peter Prymmer Branch: perl ! Configure ____________________________________________________________________________ [ 4643] By: gsar on 1999/12/04 21:55:27 Log: make weak keyword check look for defined(&lock), not merely defined(*lock) Branch: perl ! toke.c ____________________________________________________________________________ [ 4642] By: gsar on 1999/12/04 21:11:51 Log: make eof() open ARGV if it isn't open already; also fixes bug where eof() would operate on any last-read filehandle, not just ARGV Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 4641] By: gsar on 1999/12/04 04:42:25 Log: make uninitialized value warnings report opcode Branch: perl ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot ! t/pragma/warn/sv ____________________________________________________________________________ [ 4640] By: gsar on 1999/12/04 02:40:44 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck() that don't do range checking Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 4639] By: gsar on 1999/12/04 01:00:49 Log: better implementation of change#3326; open(local $foo,...) now allowed in addition to any uninitialized variable, for consistency with how autovivification works elsewhere; add code to use the variable name as the name of the handle for simple variables, so that diagnostics report the handle: "... at - line 1, <$foo> line 10." Branch: perl ! op.c pod/perldelta.pod pp.c t/io/open.t ____________________________________________________________________________ [ 4638] By: gsar on 1999/12/03 21:20:00 Log: pod nits Branch: perl ! pod/perlfunc.pod pod/perlrun.pod ____________________________________________________________________________ [ 4637] By: gsar on 1999/12/03 08:59:04 Log: change#4431 was flawed Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4636] By: gsar on 1999/12/03 07:59:52 Log: pod embellishments from Nathan Torkington Branch: perl ! pod/perlfaq2.pod pod/perlhack.pod ____________________________________________________________________________ [ 4635] By: gsar on 1999/12/03 07:56:04 Log: perlfaq4 typo (from Jeff Pinyan ) Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 4634] By: gsar on 1999/12/03 07:47:47 Log: test tweak for VMS (from Craig A. Berry) Branch: perl ! t/io/nargv.t ____________________________________________________________________________ [ 4633] By: gsar on 1999/12/03 07:44:52 Log: patchls tweak from Andreas Koenig Branch: perl ! Porting/patchls ____________________________________________________________________________ [ 4632] By: gsar on 1999/12/03 07:42:23 Log: don't mess with the umask() Branch: perl ! installhtml installman installperl lib/ExtUtils/Install.pm ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 4631] By: gsar on 1999/12/03 06:52:50 Log: support -a switch to append bytecode to an existing file and make perlcc use it (from Tom Hughes ) Branch: perl ! ext/B/B/Bytecode.pm utils/perlcc.PL ____________________________________________________________________________ [ 4630] By: gsar on 1999/12/03 06:46:16 Log: document incompatible perl4 vec() vs bitwise ops interaction trap (from Tom Phoenix) Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 4629] By: gsar on 1999/12/03 06:40:15 Log: use PerlIO abstraction rather than straight stdio (from Chip Salzenberg) Branch: perl ! ext/ByteLoader/ByteLoader.xs ____________________________________________________________________________ [ 4628] By: gsar on 1999/12/03 06:15:54 Log: avoid warning in IO::Select::exists() if socket doesn't exist Branch: perl ! ext/IO/lib/IO/Select.pm ____________________________________________________________________________ [ 4627] By: gsar on 1999/12/03 06:05:19 Log: two small patches from Peter Prymmer Branch: perl ! makedepend.SH win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4626] By: gsar on 1999/12/03 05:36:38 Log: From: Peter Prymmer Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST) Message-Id: <199911260506.VAA17230@brio.forte.com> Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines Branch: perl ! regcomp.c ____________________________________________________________________________ [ 4625] By: gsar on 1999/12/03 05:20:21 Log: Windows build tweaks due to change#4623 Branch: perl ! win32/Makefile win32/makefile.mk win32/perlhost.h ____________________________________________________________________________ [ 4624] By: gsar on 1999/12/03 04:58:30 Log: add missing file Branch: perl + ext/DynaLoader/XSLoader_pm.PL ____________________________________________________________________________ [ 4623] By: gsar on 1999/12/03 04:47:03 Log: applied suggested patch; removed $VERSION = $VERSION hack (change#4043 fixed the need for that) From: Ilya Zakharevich Date: Tue, 16 Nov 1999 01:50:31 EST Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm Branch: perl ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm ____________________________________________________________________________ [ 4622] By: gsar on 1999/12/03 04:02:39 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>) Branch: perl ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h ____________________________________________________________________________ [ 4621] By: gsar on 1999/12/02 22:24:53 Log: caveat about thread-safety of extensions Branch: perl ! pod/perlfork.pod ____________________________________________________________________________ [ 4620] By: gsar on 1999/12/02 20:31:02 Log: XS documentation patches suggested by Ilya, severally adjusted Branch: perl ! pod/perlxs.pod pod/perlxstut.pod ____________________________________________________________________________ [ 4619] By: gsar on 1999/12/02 17:52:50 Log: re-add missing Unicode database master Branch: perl + lib/unicode/Unicode.300 ____________________________________________________________________________ [ 4618] By: gsar on 1999/12/02 06:56:18 Log: applied suggested patch with prototype changes From: Ilya Zakharevich Date: Tue, 23 Nov 1999 22:55:55 EST Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] First char cognizance Branch: perl ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h ____________________________________________________________________________ [ 4617] By: gsar on 1999/12/02 06:04:57 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya Branch: perl ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests ____________________________________________________________________________ [ 4616] By: gsar on 1999/12/02 04:30:22 Log: various documentation tweaks suggested by M. J. T. Guy Branch: perl ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod ____________________________________________________________________________ [ 4615] By: gsar on 1999/12/02 04:17:43 Log: various File::Glob fixes for DOSISH platforms From: "Moore, Paul" Date: Tue, 02 Nov 1999 11:11:25 GMT Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! Branch: perl + t/lib/glob-case.t ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t ____________________________________________________________________________ [ 4614] By: gsar on 1999/12/02 03:42:55 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked variant of patch suggested by Peter Haworth ) Branch: perl ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t ____________________________________________________________________________ [ 4613] By: gsar on 1999/12/02 01:59:19 Log: ignore yet another known scalar leak Branch: perl ! t/pragma/warn/regcomp ____________________________________________________________________________ [ 4612] By: gsar on 1999/12/02 01:15:02 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya) Branch: perl ! pp.c ____________________________________________________________________________ [ 4611] By: gsar on 1999/12/02 00:31:43 Log: a somewhat tweaked version of suggested patch From: Ilya Zakharevich Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT) Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] Another round of pack/vec docs patches Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4610] By: gsar on 1999/12/01 19:09:31 Log: more accurate require() pseudocode (from James P. Williams ) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4609] By: gsar on 1999/12/01 18:43:49 Log: avoid "Callback called exit" error on intentional exit() Branch: perl ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c ____________________________________________________________________________ [ 4608] By: gsar on 1999/12/01 18:42:38 Log: find_byclass() prototype was incoherent Branch: perl ! regexec.c ____________________________________________________________________________ [ 4607] By: gsar on 1999/12/01 05:45:10 Log: better documentation for goto &NAME (from M. J. T. Guy) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4606] By: gsar on 1999/12/01 05:33:14 Log: integrate cfgperl contents into mainline Branch: perl +> lib/unicode/Jamo.txt lib/unicode/NamesList.html +> lib/unicode/UCD300.html lib/unicode/Unicode3.html - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html ! Changes !> (integrate 210 files) ____________________________________________________________________________ [ 4605] By: gsar on 1999/12/01 05:15:27 Log: avoid PTR->IV cast warnings Branch: perl ! mg.c op.c scope.h ____________________________________________________________________________ [ 4604] By: gsar on 1999/12/01 03:59:56 Log: email address changes Branch: perl ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl ____________________________________________________________________________ [ 4603] By: gsar on 1999/12/01 03:45:13 Log: minor USE_ITHREADS tweaks Branch: perl ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile ! win32/perllib.c win32/win32.h ____________________________________________________________________________ [ 4602] By: gsar on 1999/12/01 01:00:09 Log: more complete pseudo-fork() support for Windows Branch: perl + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t ! toke.c unixish.h util.c vos/vosish.h win32/Makefile ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h ! win32/win32iop.h win32/win32thread.h ____________________________________________________________________________ [ 4601] By: gsar on 1999/12/01 00:45:38 Log: rudimentary support for remote debugging, from aeons ago (somewhat modified) From: Graham TerMarsch Date: Sat, 12 Sep 1998 10:46:55 -0700 Message-ID: <35FAB38F.EA9AAC50@activestate.com> Subject: Re: Patches to perl5db.pl to allow for remote debugging Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 4600] By: chip on 1999/11/19 21:16:00 Log: Document known limitations of fdopen() on some systems, as they apply to open() and sysopen(). Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4599] By: chip on 1999/11/19 17:20:19 Log: Undef printf before redirecting it to PerlIO_stdoutf. (Avoids an irritating warning when compiling with PerlIO.) Branch: perl ! perl.h ____________________________________________________________________________ [ 4598] By: jhi on 1999/11/22 21:30:17 Log: Small VMS nits from Craig A. Berry, . Branch: cfgperl ! README.vms t/io/open.t ____________________________________________________________________________ [ 4597] By: jhi on 1999/11/21 16:21:21 Log: Replace #4596 with the change done in 5.005_03. Branch: cfgperl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 4596] By: jhi on 1999/11/21 16:07:20 Log: Skip processing a file if the file to be opened is '-' (can happen in UNICOS) Branch: cfgperl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 4595] By: jhi on 1999/11/21 14:05:10 Log: VMS patches from Peter Prymmer. Branch: cfgperl ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c ____________________________________________________________________________ [ 4594] By: jhi on 1999/11/18 17:07:14 Log: The find_byclass prototype is already in proto.h. Branch: cfgperl ! regexec.c ____________________________________________________________________________ [ 4593] By: gsar on 1999/11/16 21:25:21 Log: typo in flag checks Branch: utfperl ! sv.h ____________________________________________________________________________ [ 4592] By: jhi on 1999/11/16 21:17:25 Log: Regen Configure. Branch: cfgperl ! Configure config_h.SH pp.c pp.h vms/subconfigure.com Branch: metaconfig ! U/a_dvisory/quadtype.U ____________________________________________________________________________ [ 4591] By: jhi on 1999/11/16 14:53:19 Log: Integrate with Sarathy. Branch: cfgperl !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t !> t/pod/poderrs.xr ____________________________________________________________________________ [ 4590] By: gsar on 1999/11/16 05:57:56 Log: Pod::Parser updates (v1.091) from Brad Appleton Branch: perl ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL ! t/pod/poderrs.t t/pod/poderrs.xr ____________________________________________________________________________ [ 4589] By: gsar on 1999/11/15 18:47:34 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple C works on Windows (incidentally running a cloned^2 interpreter :) Branch: perl ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c ! pp_sys.c proto.h sv.c ____________________________________________________________________________ [ 4588] By: gsar on 1999/11/15 14:34:36 Log: cloning the stack (part 1) Branch: perl ! cop.h deb.c perl.c sv.c ____________________________________________________________________________ [ 4587] By: jhi on 1999/11/15 00:22:20 Log: Integrate with Sarathy. Branch: cfgperl !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c !> win32/perllib.c ____________________________________________________________________________ [ 4586] By: jhi on 1999/11/14 21:17:26 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit. Branch: cfgperl ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests ____________________________________________________________________________ [ 4585] By: gsar on 1999/11/14 20:01:45 Log: tweak for win32 build Branch: perl ! embed.h embed.pl op.c proto.h ____________________________________________________________________________ [ 4584] By: gsar on 1999/11/14 19:46:25 Log: cosmetic tweaks Branch: perl ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c ____________________________________________________________________________ [ 4583] By: gsar on 1999/11/14 17:38:32 Log: fix problem pointer casts Branch: perl ! Changes run.c sv.c ____________________________________________________________________________ [ 4582] By: jhi on 1999/11/14 17:10:01 Log: Integrate with Sarathy. Branch: cfgperl !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c !> vms/perly_c.vms win32/perllib.c ____________________________________________________________________________ [ 4581] By: jhi on 1999/11/14 17:08:23 Log: The separation of 64-bitness and largefileness continues (with a setback, see hpux.sh). Branch: cfgperl ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh ! hints/solaris_2.sh Branch: metaconfig ! U/threads/archname.U U/typedefs/lseektype.U Branch: metaconfig/U/perl ! fpossize.U use64bits.U uselfs.U ____________________________________________________________________________ [ 4580] By: jhi on 1999/11/14 13:26:41 Log: Another Unicode update. Branch: cfgperl + lib/unicode/Jamo.txt lib/unicode/NamesList.html + lib/unicode/UCD300.html lib/unicode/Unicode3.html - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html ! (edit 189 files) ____________________________________________________________________________ [ 4579] By: gsar on 1999/11/14 10:21:49 Log: sundry cleanups for cloned interpreters (only known failure mode is due to regexps keeping non-constant data in their compiled structures) Branch: perl ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c ! pp_sys.c sv.c toke.c util.c win32/perllib.c ____________________________________________________________________________ [ 4578] By: gsar on 1999/11/14 03:37:37 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest) Branch: perl ! perly.c perly.y t/op/misc.t vms/perly_c.vms ____________________________________________________________________________ [ 4577] By: jhi on 1999/11/13 19:50:24 Log: Change #4576 accidentally leaked also parts of Ilya's patch that won't apply cleanly anymore. Branch: cfgperl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 4576] By: jhi on 1999/11/13 19:43:37 Log: Integrate with Sarathy. Branch: cfgperl ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t !> t/op/regexp.t t/pragma/overload.t ____________________________________________________________________________ [ 4575] By: gsar on 1999/11/13 19:41:46 Log: typos in change#4561 and change#4565 Branch: perl ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 4574] By: gsar on 1999/11/13 19:31:19 Log: revert non-kosher parts of change#4562 (sort order problems should be ignored (on ebcdic) by fixing dumper.t/T() to sort result and expected lines; /[:ascii:]/ not working should be fixed, not ignored in regexp.t; result from sort should be fixed to be ascii portable on ebcdic, not ebcdic-specific) Branch: perl ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t ____________________________________________________________________________ [ 4573] By: gsar on 1999/11/13 19:13:04 Log: integrate cfgperl changes into mainline Branch: perl +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl +> lib/unicode/In/BopomofoExtended.pl +> lib/unicode/In/BraillePatterns.pl +> lib/unicode/In/CJKRadicalsSupplement.pl +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl +> lib/unicode/In/Cherokee.pl +> lib/unicode/In/IdeographicDescriptionCharacters.pl +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl +> lib/unicode/In/Thaana.pl +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode !> (integrate 213 files) ____________________________________________________________________________ [ 4572] By: jhi on 1999/11/13 18:44:50 Log: From: "Craig A. Berry" To: perl5-porters@perl.org, VMSPERL@perl.org Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms Date: Wed, 27 Oct 1999 11:02:54 -0500 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com> Branch: cfgperl ! README.vms ____________________________________________________________________________ [ 4571] By: jhi on 1999/11/13 18:33:39 Log: From: jand@activestate.com (Jan Dubois) To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com Cc: Douglas Lankshear , Gurusamy Sarathy Subject: [5.005_62 PATCH] support link() on WinNT and NTFS Date: Tue, 09 Nov 1999 00:38:33 +0100 Message-ID: <382b5d24.10899522@smtprelay.t-online.de> Branch: cfgperl ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc ! win32/config.gc win32/config.vc win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/perllib.c ! win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 4570] By: jhi on 1999/11/13 18:30:37 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_62] makedef.pl goof Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST) Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu> Branch: cfgperl ! makedef.pl ____________________________________________________________________________ [ 4569] By: jhi on 1999/11/13 18:06:54 Log: From: Michael G Schwern To: perl5-porters@perl.org, pod-people@perl.org Cc: tchrist@mox.perl.com, gnat@frii.com Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText Date: Wed, 10 Nov 1999 17:21:46 -0500 Message-ID: <19991110172146.A23527@athens.aocn.com> Branch: cfgperl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 4568] By: jhi on 1999/11/13 18:05:33 Log: From: "Paul Moore" To: Subject: DynaLoader_pm.PL patch (backslashes in strings) Date: Wed, 10 Nov 1999 22:52:02 -0000 Message-ID: Branch: cfgperl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 4567] By: jhi on 1999/11/13 18:03:52 Log: From: JD Laub To: perl5-porters@perl.org Subject: [ID 19991112.002] patch: Exporter.pm not reporting path Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST) Message-Id: <199911121558.IAA08915@mocha.iasi.com> Branch: cfgperl ! lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 4566] By: jhi on 1999/11/13 18:01:24 Log: From: Bernard Quatermass To: perl5-porters@perl.org Subject: small patch for perldoc Date: Fri, 12 Nov 1999 23:11:43 GMT Message-Id: Branch: cfgperl ! utils/perldoc.PL ____________________________________________________________________________ [ 4565] By: jhi on 1999/11/13 17:58:54 Log: From: Scott Gifford To: perl5-porters@perl.org Cc: gbarr@pobox.com Subject: [ID 19991112.004] Bug in IO::Socket (patch included) Date: 12 Nov 1999 18:55:30 -0500 Message-Id: Branch: cfgperl ! ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 4564] By: jhi on 1999/11/13 17:45:39 Log: Applied manually: From: "Craig A. Berry" To: perl5-porters@perl.org, VMSPERL@perl.org Subject: [PATCH 5.005_62] patches required to build on VMS Date: Tue, 09 Nov 1999 18:16:14 -0600 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com> Branch: cfgperl ! configure.com vms/descrip_mms.template vms/subconfigure.com ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 4563] By: jhi on 1999/11/13 17:18:41 Log: Regen Unicode tables to include a warning: Thou Shalt Not Edit Them By Hand; add missing (Unicode 2.0 -introduced) tables to MANIFEST; convert the equivalence tables to be valid Perl code. Branch: cfgperl + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl + lib/unicode/In/BopomofoExtended.pl + lib/unicode/In/BraillePatterns.pl + lib/unicode/In/CJKRadicalsSupplement.pl + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl + lib/unicode/In/Cherokee.pl + lib/unicode/In/IdeographicDescriptionCharacters.pl + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl + lib/unicode/In/Thaana.pl + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode ! (edit 169 files) ____________________________________________________________________________ [ 4562] By: jhi on 1999/11/13 16:53:00 Log: From: Peter Prymmer To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST) Message-Id: <199911102234.OAA01018@brio.forte.com> Branch: cfgperl ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t ! t/pragma/overload.t ____________________________________________________________________________ [ 4561] By: jhi on 1999/11/13 16:29:37 Log: $Config{myarchname} is not a good architecture identifier because it may contain host/node identification like CPU serial numbers. Branch: cfgperl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 4560] By: jhi on 1999/11/13 16:26:13 Log: Continue largefileness separation from quadness; move nv-preserving test out of perl.h into Configure; use HAS_SETVBUF in IO. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c Branch: metaconfig ! U/a_dvisory/quadtype.U Branch: metaconfig/U/perl + nvpresuv.U ! d_fseeko.U d_ftello.U io64.U perlxv.U ____________________________________________________________________________ [ 4559] By: jhi on 1999/11/13 13:46:38 Log: Try to fix largefileness so that it "works" without a quad IV. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t Branch: metaconfig ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U Branch: metaconfig/U/perl ! io64.U ____________________________________________________________________________ [ 4558] By: jhi on 1999/11/13 11:36:19 Log: Undo drift from mainline. Branch: cfgperl ! regcomp.c util.c utils/h2xs.PL ____________________________________________________________________________ [ 4557] By: gsar on 1999/11/13 10:54:46 Log: typo Branch: perl ! util.c ____________________________________________________________________________ [ 4556] By: gsar on 1999/11/13 10:53:41 Log: integrate cfgperl contents (op.[ch] needed manual resolve) Branch: perl +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl +> epoc/epoc_stubs.c !> (integrate 48 files) ____________________________________________________________________________ [ 4555] By: jhi on 1999/11/13 10:05:54 Log: Integrate with Sarathy. Branch: cfgperl !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c ____________________________________________________________________________ [ 4554] By: jhi on 1999/11/13 10:03:07 Log: s/_SIGN$/_sign/g; Branch: metaconfig ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U ____________________________________________________________________________ [ 4553] By: gsar on 1999/11/13 02:17:53 Log: cloned interpreters now actually run and pass all but 55/10386 subtests; various subtle bugs, new and old, observed when running cloned interpreters have been fixed still to do: | * dup psig_ptr table | * merge PADOP GVs support with "our" SVs (existing PADOPs are too | simple-minded and grab one pad entry each, heavily bloating | the pad by not avoiding dups) | * overloaded constants are not really immutable--they need to | be PADOPs | * allocator for constants and OPs need to be spelled differently | (shared vs interpreter-local allocations) | * optree refcounting is still missing locking (macros are in place) | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so | perl_clone() can be called from within runops*() Branch: perl ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c ____________________________________________________________________________ [ 4552] By: jhi on 1999/11/11 23:17:43 Log: Turn on largefileness always if available and continue 64-bit fixes. Branch: cfgperl ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c ____________________________________________________________________________ [ 4551] By: jhi on 1999/11/11 23:16:15 Log: Split int64type from i_inttypes, rename quadcase into quadkind. Branch: metaconfig ! U/a_dvisory/quadtype.U Branch: metaconfig/U/perl + d_int64t.U ! i_inttypes.U io64.U ____________________________________________________________________________ [ 4550] By: jhi on 1999/11/11 20:24:55 Log: Fix a thinko in 4548. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 4549] By: jhi on 1999/11/11 19:48:21 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 56 files) ____________________________________________________________________________ [ 4548] By: jhi on 1999/11/11 19:41:56 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV; regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH pp_sys.c ____________________________________________________________________________ [ 4547] By: jhi on 1999/11/11 19:40:38 Log: s/_SIZE$/_size/g; add sizesize and ssizesize. Branch: metaconfig + U/typedefs/sizesize.U U/typedefs/ssizesize.U ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U ____________________________________________________________________________ [ 4546] By: gsar on 1999/11/11 10:32:54 Log: avoid stash pointers in optree under USE_ITHREADS Branch: perl ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c ! scope.h sv.c ____________________________________________________________________________ [ 4545] By: gsar on 1999/11/11 06:04:20 Log: another change towards a shareable optree: avoid pointer to filegv in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/ (CvFILE() may yet come in handy somewhere); adjust compiler doodads to suit Branch: perl ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h ! win32/perllib.c ____________________________________________________________________________ [ 4544] By: gsar on 1999/11/10 18:19:12 Log: more cleanups for change#4539 Branch: perl ! gv.h op.c op.h pp_ctl.c pp_hot.c ____________________________________________________________________________ [ 4543] By: gsar on 1999/11/10 01:52:22 Log: remove dead branch/infinite looper in change#3612 Branch: perl ! op.c ____________________________________________________________________________ [ 4542] By: gsar on 1999/11/09 20:05:47 Log: IoDIRP may be fake when used in source filters, mark as such Branch: perl ! sv.c sv.h toke.c ____________________________________________________________________________ [ 4541] By: gsar on 1999/11/09 05:47:53 Log: small nits in changes#4538,4539 Branch: perl ! op.c sv.c ____________________________________________________________________________ [ 4540] By: gsar on 1999/11/08 20:30:58 Log: win32 symbol export tweak Branch: perl ! makedef.pl win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 4539] By: gsar on 1999/11/08 18:50:40 Log: preliminary support for GVOP indirection via pad Branch: perl ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c ____________________________________________________________________________ [ 4538] By: gsar on 1999/11/08 11:25:49 Log: preliminary support for perl_clone() (still needs work in the following areas: SVOPs must indirect via pad; context stack, scope stack, and runlevels must be cloned; must hook up the virtualized pseudo-process support provided by "host"; ...) Branch: perl ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c ! win32/perllib.c win32/win32.c ____________________________________________________________________________ [ 4537] By: gsar on 1999/11/08 11:19:18 Log: more thorough cleanup in perl_destroy() Branch: perl ! perl.c util.c ____________________________________________________________________________ [ 4536] By: gsar on 1999/11/08 07:16:10 Log: win32 internal data must be interpreter-local Branch: perl ! win32/win32.c win32/win32.h win32/win32sck.c ____________________________________________________________________________ [ 4535] By: gsar on 1999/11/08 04:17:28 Log: tweak change#4502 Branch: perl ! doio.c perl.c ____________________________________________________________________________ [ 4534] By: jhi on 1999/11/07 13:17:03 Log: Four special class subs, not three. Branch: cfgperl ! pod/perlmod.pod ____________________________________________________________________________ [ 4533] By: jhi on 1999/11/07 13:13:15 Log: Integrate with Sarathy. Branch: cfgperl !> mg.c t/io/print.t ____________________________________________________________________________ [ 4532] By: jhi on 1999/11/07 12:36:10 Log: More test program maintenance. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/a_dvisory/intsize.U U/compline/alignbytes.U ! U/compline/charsize.U U/compline/d_sigaction.U ! U/compline/doublesize.U U/compline/floatsize.U ! U/compline/nblock_io.U U/compline/ptrsize.U ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U ! U/typedefs/uidsize.U Branch: metaconfig/U/perl ! fpossize.U ____________________________________________________________________________ [ 4531] By: jhi on 1999/11/07 00:34:09 Log: Tidy up the metaconfig test programs. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/a_dvisory/intsize.U U/compline/alignbytes.U ! U/compline/charsize.U U/compline/doublesize.U ! U/compline/nblock_io.U U/compline/ptrsize.U ! U/modified/d_longlong.U U/typedefs/gidsize.U ! U/typedefs/lseektype.U U/typedefs/pidsize.U ! U/typedefs/uidsize.U Branch: metaconfig/U/perl ! fpossize.U ____________________________________________________________________________ [ 4530] By: jhi on 1999/11/06 23:51:34 Log: So many printfs, so little time. Branch: cfgperl ! op.c perl.c regcomp.c scope.c util.c ____________________________________________________________________________ [ 4529] By: jhi on 1999/11/06 23:27:35 Log: Replace the explicit zeros with NOOPs. Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 4528] By: jhi on 1999/11/06 23:10:54 Log: From: jand@activestate.com (Jan Dubois) To: perl5-porters@perl.org Cc: Mike Blazer , Mark Borgerding Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators Date: Sat, 06 Nov 1999 22:16:43 +0100 Message-ID: <38279207.46448719@smtprelay.t-online.de> Branch: cfgperl ! op.c op.h ____________________________________________________________________________ [ 4527] By: jhi on 1999/11/06 20:22:14 Log: ...and fewer. Branch: cfgperl ! dump.c ____________________________________________________________________________ [ 4526] By: jhi on 1999/11/06 20:19:04 Log: ...and they are getting fewer. Branch: cfgperl ! dump.c op.c util.c ____________________________________________________________________________ [ 4525] By: jhi on 1999/11/06 19:59:59 Log: More printf miscasts flushed out. Branch: cfgperl ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c ! regexec.c ____________________________________________________________________________ [ 4524] By: jhi on 1999/11/06 15:39:05 Log: Crushing the remaining %ld guerillas. Branch: cfgperl ! ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 4523] By: jhi on 1999/11/06 15:11:38 Log: Update CPAN sites list. Branch: cfgperl ! pod/perlmodlib.pod ____________________________________________________________________________ [ 4522] By: jhi on 1999/11/05 19:50:46 Log: The -n32 is normally part of $cc, not $ccflags. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 4521] By: gsar on 1999/11/05 04:35:30 Log: allow $\ to work right when set to a string with embedded nulls Branch: perl ! mg.c t/io/print.t ____________________________________________________________________________ [ 4520] By: jhi on 1999/11/04 23:30:09 Log: Integrate with Sarathy. Branch: cfgperl !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c ____________________________________________________________________________ [ 4519] By: jhi on 1999/11/04 23:09:25 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_62] ref to non-lvalue method Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST) Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu> Branch: cfgperl ! op.c ____________________________________________________________________________ [ 4518] By: jhi on 1999/11/04 23:07:27 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_62] xsubpp dependency Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST) Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu> Branch: cfgperl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 4517] By: jhi on 1999/11/04 23:05:59 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_62] regexp.h Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST) Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu> Branch: cfgperl ! regexp.h ____________________________________________________________________________ [ 4516] By: gsar on 1999/11/04 18:25:45 Log: change#4485 didn't do the right thing for B::Bytecode Branch: perl ! ext/B/B/Bytecode.pm ____________________________________________________________________________ [ 4515] By: gsar on 1999/11/04 17:28:29 Log: implement STOP blocks and fix compiler to use them (minimally tested) Branch: perl ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod ! pod/perltodo.pod toke.c ____________________________________________________________________________ [ 4514] By: gsar on 1999/11/04 15:59:46 Log: display BSD license in Glob.pm (for clause #2 conformity) Branch: perl ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c ! ext/File/Glob/bsd_glob.h ____________________________________________________________________________ [ 4513] By: jhi on 1999/11/04 08:26:19 Log: Integrate with Sarathy. Branch: cfgperl +> t/io/nargv.t !> (integrate 34 files) ____________________________________________________________________________ [ 4512] By: jhi on 1999/11/04 08:01:25 Log: Incremental Mac integration from Matthias. Branch: cfgperl ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl ! toke.c util.c ____________________________________________________________________________ [ 4511] By: gsar on 1999/11/04 02:53:37 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore Branch: perl ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h ! xsutils.c ____________________________________________________________________________ [ 4510] By: jhi on 1999/11/02 22:12:29 Log: S_init_interp is a better place to diddle with PL_opargs than perl_construct. Branch: cfgperl ! perl.c ____________________________________________________________________________ [ 4509] By: jhi on 1999/11/02 21:30:02 Log: From: "M.J.T. Guy" To: ben@mucus.advanced.org, perl5-porters@perl.org Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent Date: Tue, 02 Nov 1999 21:36:00 +0000 Message-Id: Branch: cfgperl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4508] By: jhi on 1999/11/02 20:46:27 Log: Initial integration of the MacPerl changes form Matthias. Branch: cfgperl ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c ____________________________________________________________________________ [ 4507] By: jhi on 1999/11/01 23:05:07 Log: From: Ilya Zakharevich To: lvirden@cas.org (Larry W. Virden) Cc: perl5-porters@perl.org, lvirden@cas.org Subject: Re: [ID 19991026.001] perl segmentation fault report Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST) Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu> Branch: cfgperl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 4506] By: jhi on 1999/11/01 19:56:28 Log: From: Olaf Flebbe To: perl5-porters@perl.org Subject: [PATCH: 5.005_62] Patch for EPOC Support Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET) Message-ID: Branch: cfgperl + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl + epoc/epoc_stubs.c ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp ! epoc/perl.pkg ____________________________________________________________________________ [ 4505] By: gsar on 1999/11/01 17:09:44 Log: macros for COP.cop_filegv access Branch: perl ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c ! util.c ____________________________________________________________________________ [ 4504] By: gsar on 1999/11/01 17:08:28 Log: enable better Win32::DomainName() by demand loading netapi32.dll (from Jan Dubois) Branch: perl ! pod/Win32.pod win32/win32.c ____________________________________________________________________________ [ 4503] By: gsar on 1999/10/31 20:56:06 Log: change#4502 was missing a file Branch: perl + t/io/nargv.t ____________________________________________________________________________ [ 4502] By: gsar on 1999/10/31 20:46:02 Log: make nested ARGV/$^I loops work correctly; fixes several bugs in the way ARGV state was handled in readline(); writing a subroutine to do inplace edits is now possible, provided *ARGV, *ARGVOUT, $^I and $_ are localized where needed Branch: perl ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c ! pp_hot.c scope.c ____________________________________________________________________________ [ 4501] By: jhi on 1999/10/31 12:43:54 Log: Integrate with Sarathy. Branch: cfgperl !> perl.h win32/config.bc win32/config.gc win32/config.vc !> win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 4500] By: gsar on 1999/10/31 10:01:17 Log: updated windows config* files Branch: perl ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 4499] By: gsar on 1999/10/31 09:15:17 Log: integrate cfgperl contents into mainline Branch: perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH perl.h ____________________________________________________________________________ [ 4498] By: gsar on 1999/10/31 09:13:41 Log: remove unused struct Outrec Branch: perl ! perl.h ____________________________________________________________________________ [ 4497] By: jhi on 1999/10/30 12:41:50 Log: Add HAS_QUAD ($Config{d_quad}); use it. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.h Branch: metaconfig ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U ! U/typedefs/uidf.U Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 4496] By: gsar on 1999/10/30 00:28:32 Log: integrate cfgperl contents into mainline Branch: perl !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh !> Porting/config_H README.hurd config_h.SH doop.c handy.h !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c !> perl.h pp.c pp.h regexec.c sv.c taint.c ____________________________________________________________________________ [ 4495] By: jhi on 1999/10/29 23:36:19 Log: Continue what #4494 started; introduce uid and gid formats. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH handy.h perl.h Branch: metaconfig + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U - U/typedefs/quadtype.U Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 4494] By: jhi on 1999/10/29 22:09:01 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig from perl.h and handy.h. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH handy.h perl.h Branch: metaconfig/U/perl + perlxv.U perlxvf.U ____________________________________________________________________________ [ 4493] By: jhi on 1999/10/29 22:08:06 Log: Finetuning the output continues along the lines of #4490 and #4491. Branch: metaconfig ! U/modified/i_sysuio.U U/threads/d_pthreadj.U ! U/typedefs/fpostype.U Branch: metaconfig/U/perl + fpossize.U ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U ____________________________________________________________________________ [ 4492] By: jhi on 1999/10/29 21:14:53 Log: Hurd update from Mark Kettenis. Branch: cfgperl ! README.hurd ____________________________________________________________________________ [ 4491] By: jhi on 1999/10/29 20:37:02 Log: A new try at what #4490 tried to accomplish. Branch: metaconfig ! U/modified/i_sysuio.U U/threads/d_pthreadj.U Branch: metaconfig/U/perl ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U ____________________________________________________________________________ [ 4490] By: jhi on 1999/10/29 20:19:41 Log: metaconfig nits. Branch: metaconfig ! U/modified/i_sysuio.U U/threads/d_pthreadj.U Branch: metaconfig/U/perl + d_iovec_s.U ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U ____________________________________________________________________________ [ 4489] By: jhi on 1999/10/29 16:08:43 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 31 files) ____________________________________________________________________________ [ 4488] By: jhi on 1999/10/29 15:30:30 Log: Regen Configure and Glossary. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 4487] By: jhi on 1999/10/29 15:24:13 Log: Remove quad logic from perl.h; regen Configure; add -DUSE_LONG_LONG to ccflags if not already there. Branch: cfgperl ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c ____________________________________________________________________________ [ 4486] By: jhi on 1999/10/29 15:22:38 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U); fixed the use*.U to define their stuff only iff not already defined (so that ccflags can have any -DUSE_* it wants); uselonglong.U added; various small nits fixed. Branch: metaconfig + U/typedefs/quadtype.U ! U/modified/d_longdbl.U U/modified/d_longlong.U ! U/modified/d_statblks.U U/modified/usenm.U ! U/threads/usethreads.U Branch: metaconfig/U/perl + uselonglong.U ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U ! usemultiplicity.U useperlio.U usesocks.U ____________________________________________________________________________ [ 4485] By: gsar on 1999/10/29 06:08:50 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV Branch: perl ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c ! sv.h ____________________________________________________________________________ [ 4484] By: gsar on 1999/10/29 03:00:21 Log: usurp GVOP slot for new PADOP (one small step to making optree shareable across interpreters) Branch: perl ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h ! pp_hot.c pp_sys.c regexec.c run.c ____________________________________________________________________________ [ 4483] By: jhi on 1999/10/28 22:01:12 Log: Regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 4482] By: jhi on 1999/10/28 21:45:26 Log: Installdirs patches from Andy. Branch: metaconfig ! U/installdirs/sitearch.U U/installdirs/sitebin.U ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U ____________________________________________________________________________ [ 4481] By: gsar on 1999/10/28 17:33:49 Log: remove C misfeature (global can still be directly set) Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 4480] By: jhi on 1999/10/28 13:49:26 Log: Fix printing of uids and gids; regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH mg.c perl.c perl.h taint.c ____________________________________________________________________________ [ 4479] By: jhi on 1999/10/28 11:53:57 Log: Fix typo. Branch: metaconfig ! U/typedefs/gidsize.U ____________________________________________________________________________ [ 4478] By: jhi on 1999/10/28 06:50:02 Log: Integrate with Sarathy. Branch: cfgperl !> Changes iperlsys.h makedef.pl patchlevel.h perl.h !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc !> win32/config_H.bc win32/config_H.gc win32/config_H.vc !> win32/config_sh.PL win32/makefile.mk win32/win32.h ____________________________________________________________________________ [ 4477] By: jhi on 1999/10/28 06:40:54 Log: (Slightly) better comments for Policy_sh.SH from Andy. Branch: cfgperl ! Policy_sh.SH ____________________________________________________________________________ [ 4476] By: gsar on 1999/10/27 23:54:36 Log: regen config* stuff for windows Branch: perl ! Changes patchlevel.h win32/Makefile win32/config.bc ! win32/config.gc win32/config.vc win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL ! win32/makefile.mk ____________________________________________________________________________ [ 4475] By: gsar on 1999/10/27 21:32:30 Log: integrate cfgperl contents into mainline; merge conflicts Branch: perl !> (integrate 46 files) ____________________________________________________________________________ [ 4474] By: gsar on 1999/10/27 21:15:07 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not perl; stdout/stderr redirects seem broken as well) Branch: perl ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h ____________________________________________________________________________ [ 4473] By: jhi on 1999/10/27 21:11:11 Log: Do not block if no message queues available. Branch: cfgperl ! t/lib/ipc_sysv.t ____________________________________________________________________________ [ 4472] By: jhi on 1999/10/27 18:27:40 Log: Remove unused "squatter" symbols; regen Configure. Branch: cfgperl ! Configure Makefile.SH Porting/Glossary Porting/config.sh ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 4471] By: jhi on 1999/10/27 18:26:55 Log: metaconfig; split socket; fix output. Branch: metaconfig ! U/modified/d_socket.U U/modified/d_statblks.U Branch: metaconfig/U/perl + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U ! i_sysstatfs.U i_sysvfs.U ____________________________________________________________________________ [ 4470] By: jhi on 1999/10/27 17:19:06 Log: Regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.c perl.h ____________________________________________________________________________ [ 4469] By: jhi on 1999/10/27 17:18:41 Log: metaconfig; split statfs. Branch: metaconfig/U/perl + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U ! d_statfs.U ____________________________________________________________________________ [ 4468] By: jhi on 1999/10/27 14:06:44 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts (Ilya's changes won). Branch: cfgperl +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t !> (integrate 65 files) ____________________________________________________________________________ [ 4467] By: jhi on 1999/10/27 13:38:41 Log: Regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 4466] By: jhi on 1999/10/27 13:18:06 Log: metaconfig fixes from Andy. Branch: metaconfig + U/modified/libnlist.U U/modified/usrinc.U ! U/Glossary.patch U/mkglossary U/modified/libpth.U ____________________________________________________________________________ [ 4465] By: jhi on 1999/10/27 13:06:27 Log: Nosuid checking for statfs() people. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.c perl.h pod/perldiag.pod ____________________________________________________________________________ [ 4464] By: jhi on 1999/10/27 13:04:20 Log: metaconfig maintenance; fix Hasfield, statfs; add Hasstruct, statfs3, statfs4, ustat, sysvfs; split fstatfs away from statfs. Branch: metaconfig + U/protos/Hasstruct.U ! U/protos/Hasfield.U Branch: metaconfig/U/perl + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U + i_ustat.U ! d_statfs.U ____________________________________________________________________________ [ 4463] By: jhi on 1999/10/27 07:55:53 Log: We need cc to be able to test for cc -v. Branch: cfgperl ! hints/dec_osf.sh ____________________________________________________________________________ [ 4462] By: gsar on 1999/10/27 01:31:41 Log: more GCC v2.95 induced adjustments Branch: perl ! globals.c mg.c opcode.h opcode.pl perl.h sv.c ! win32/makefile.mk win32/win32.c x2p/walk.c ____________________________________________________________________________ [ 4461] By: gsar on 1999/10/26 21:42:59 Log: warnings and const violations identified by compiling in C++ mode with GCC v2.95 Branch: perl ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c ! sv.c taint.c toke.c win32/win32.c ____________________________________________________________________________ [ 4459] By: jhi on 1999/10/26 10:15:58 Log: Regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 4458] By: jhi on 1999/10/26 09:48:37 Log: Minor rewordings. Branch: metaconfig/U/perl ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U ____________________________________________________________________________ [ 4456] By: jhi on 1999/10/26 09:11:49 Log: Fix d_statfsflags; add d_getmnt. Branch: metaconfig/U/perl + d_getmnt.U ! d_statfs.U ____________________________________________________________________________ [ 4455] By: jhi on 1999/10/26 08:12:27 Log: Massive multitypo in #4446. Branch: cfgperl ! hints/dec_osf.sh ____________________________________________________________________________ [ 4454] By: jhi on 1999/10/25 08:28:45 Log: From: Laszlo Molnar To: Perl 5 Porters Subject: [PATCH 5.005_62] dos-djgpp update Date: Mon, 25 Oct 1999 10:11:30 +0200 Message-ID: <19991025101130.K459@crater.eth.ericsson.se> Branch: cfgperl ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh ! pod/perldelta.pod t/lib/io_unix.t ____________________________________________________________________________ [ 4453] By: jhi on 1999/10/25 08:25:50 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_62] Remove the last regnode<==>char* Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT) Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu> Branch: cfgperl ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c ____________________________________________________________________________ [ 4452] By: jhi on 1999/10/25 08:16:55 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_62] Missing REx engine patch Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT) Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu> Branch: cfgperl ! pod/perldiag.pod regcomp.c regexec.c ____________________________________________________________________________ [ 4451] By: jhi on 1999/10/25 08:13:06 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_62] charnames and UTEST Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT) Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu> Branch: cfgperl ! t/lib/charnames.t ____________________________________________________________________________ [ 4450] By: gsar on 1999/10/25 07:38:15 Log: win32 tweak Branch: perl ! win32/perllib.c ____________________________________________________________________________ [ 4449] By: gsar on 1999/10/24 23:20:10 Log: remove inconsistent tainting behavior of sprintf("%e",...) (all bets are off is "C" locale is compromised) Branch: perl ! pod/perlfunc.pod pod/perllocale.pod sv.c ____________________________________________________________________________ [ 4448] By: gsar on 1999/10/24 22:20:42 Log: remove unused interpreter globals Branch: perl ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c ! proto.h toke.c ____________________________________________________________________________ [ 4447] By: jhi on 1999/10/24 21:49:52 Log: Another hints tweak. Branch: cfgperl ! hints/aix.sh ____________________________________________________________________________ [ 4446] By: jhi on 1999/10/24 21:48:02 Log: Hints tweak. Branch: cfgperl ! hints/dec_osf.sh ____________________________________________________________________________ [ 4445] By: nick on 1999/10/24 21:03:28 Log: Integrate own changes to mainline. Branch: utfperl !> installperl pp.c ____________________________________________________________________________ [ 4444] By: nick on 1999/10/24 20:54:06 Log: Avoid creating GV with NULL name when vivifying nameless scalars. (Fix/workround for [ID19991024.001]) Branch: perl ! pp.c ____________________________________________________________________________ [ 4443] By: nick on 1999/10/24 15:09:51 Log: Follow that camel ... another sync. Branch: utfperl +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t !> (integrate 36 files) ____________________________________________________________________________ [ 4442] By: gsar on 1999/10/24 14:40:01 Log: typo in installperl (from Paul Moore ) Branch: perl ! installperl ____________________________________________________________________________ [ 4441] By: gsar on 1999/10/24 14:33:11 Log: test in change#4428 needs strict interpretation of C modulus Branch: perl ! t/op/int.t ____________________________________________________________________________ [ 4440] By: gsar on 1999/10/24 13:47:17 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and $? break Branch: perl ! perl.c pod/perldelta.pod pod/perldiag.pod ____________________________________________________________________________ [ 4439] By: jhi on 1999/10/24 13:19:17 Log: test for #2835 (yeah, better later than never) Branch: cfgperl ! t/op/array.t ____________________________________________________________________________ [ 4438] By: gsar on 1999/10/24 12:59:12 Log: typo, doc tweak Branch: perl ! lib/attributes.pm pod/perlop.pod ____________________________________________________________________________ [ 4437] By: gsar on 1999/10/24 11:59:55 Log: allow get() and reftype() functions to be imported (from Spider Boardman) Branch: perl ! lib/attributes.pm ____________________________________________________________________________ [ 4436] By: gsar on 1999/10/24 11:52:53 Log: suppress scalar leak messages for known leaks (from Robin Barker ) Branch: perl ! Changes t/op/lex_assign.t t/pragma/warn/op ____________________________________________________________________________ [ 4435] By: gsar on 1999/10/24 11:39:42 Log: VMS tweak (suggested by Craig A. Berry ) Branch: perl ! ext/B/defsubs_h.PL ____________________________________________________________________________ [ 4434] By: gsar on 1999/10/24 11:36:08 Log: relax range checking if they ask for it (from John L. Allen ) Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 4433] By: gsar on 1999/10/24 11:25:51 Log: README nits pointed out by Chris Nandor Branch: perl ! README lib/File/Path.pm ____________________________________________________________________________ [ 4432] By: gsar on 1999/10/24 11:11:02 Log: From: Ilya Zakharevich Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT) Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.005_62] OS/2 improvements Branch: perl + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h ! perl.c perl.h t/io/fs.t t/op/magic.t ____________________________________________________________________________ [ 4431] By: gsar on 1999/10/24 10:50:14 Log: install all README.foo with pod content as podfoo.pod Branch: perl ! Makefile.SH installman ____________________________________________________________________________ [ 4430] By: gsar on 1999/10/24 09:28:24 Log: @INC needs ../lib Branch: perl ! t/op/int.t ____________________________________________________________________________ [ 4429] By: jhi on 1999/10/23 21:47:49 Log: More printf-fixes (see also #4426). Branch: cfgperl ! deb.c dump.c ext/Data/Dumper/Dumper.xs ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c ____________________________________________________________________________ [ 4428] By: gsar on 1999/10/23 20:28:56 Log: fix accidental C modulo semantics on integer-valued operations (e.g. caused C to return 3 rather than -7) Branch: perl ! op.c t/op/int.t ____________________________________________________________________________ [ 4427] By: jhi on 1999/10/23 16:10:10 Log: Integrate with Sarathy. Branch: cfgperl !> sv.c win32/win32.c ____________________________________________________________________________ [ 4426] By: jhi on 1999/10/23 16:04:02 Log: Fix the printfing nits pointed out by using gcc -Wall and Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris, plus few other warnings in Dumper.xs. Branch: cfgperl ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c ____________________________________________________________________________ [ 4425] By: jhi on 1999/10/23 15:16:41 Log: Configure regen to pick up the new installation directories from Policy_sh.SH. The explanations of "public add-ons" and "vendor-supplied" could do with more work. Branch: cfgperl ! Configure config_h.SH ____________________________________________________________________________ [ 4424] By: nick on 1999/10/23 00:46:22 Log: Resolve mainline before possible hacking operertunity this weekend Branch: utfperl +> pod/perlfilter.pod !> (integrate 32 files) ____________________________________________________________________________ [ 4423] By: jhi on 1999/10/22 22:53:17 Log: Update Policy_sh.SH to handle the newer installation directives. From: Andy Dougherty To: Perl Porters Subject: [PATCH 5.005_62] Policy_sh.SH update Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT) Message-ID: Branch: cfgperl ! Policy_sh.SH ____________________________________________________________________________ [ 4422] By: jhi on 1999/10/22 22:44:44 Log: so back to 'so', from Stephanie Beals Branch: cfgperl ! hints/aix.sh ____________________________________________________________________________ [ 4421] By: gsar on 1999/10/22 21:16:44 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for C<"%ld", long_val> Branch: perl ! sv.c ____________________________________________________________________________ [ 4420] By: gsar on 1999/10/22 16:36:46 Log: win32_utime() on directories should use localtime() rather than gmtime() (from Jan Dubois) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 4419] By: jhi on 1999/10/21 10:31:41 Log: Integrate with Sarathy. Branch: cfgperl !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl !> t/lib/glob-basic.t t/op/sort.t ____________________________________________________________________________ [ 4418] By: gsar on 1999/10/20 23:49:47 Log: add test for change#4417 Branch: perl ! t/op/sort.t ____________________________________________________________________________ [ 4417] By: gsar on 1999/10/20 23:45:03 Log: avoid coredump on C Branch: perl ! op.c ____________________________________________________________________________ [ 4416] By: gsar on 1999/10/20 01:00:50 Log: fix prototype mismatch (from Hans Mulder ) Branch: perl ! lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 4415] By: gsar on 1999/10/20 00:52:34 Log: disable optimizing troublesome ops in change#3612 (from Ilya Zakharevich) Branch: perl ! Makefile.SH opcode.h opcode.pl ____________________________________________________________________________ [ 4414] By: gsar on 1999/10/20 00:37:46 Log: skip unreadable directory test when running as root Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 4413] By: jhi on 1999/10/19 09:26:52 Log: Avoid GNU ar if HP cc is being used. Branch: cfgperl ! hints/hpux.sh ____________________________________________________________________________ [ 4412] By: jhi on 1999/10/19 07:24:29 Log: Integrate with Sarathy. Branch: cfgperl !> perlvars.h ____________________________________________________________________________ [ 4411] By: jhi on 1999/10/19 07:22:34 Log: Long double support: sqrtl et al are not available everywhere, e.g. not in Solaris, even when long doubles are. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH perl.h ____________________________________________________________________________ [ 4410] By: jhi on 1999/10/19 07:21:42 Log: Add sqrtl probe, add echo dependencies. Branch: metaconfig ! U/threads/d_pthreadj.U Branch: metaconfig/U/perl + d_sqrtl.U ! i_inttypes.U io64.U ____________________________________________________________________________ [ 4409] By: gsar on 1999/10/19 02:18:54 Log: perl_mutex n/a if !USE_THREADS Branch: perl ! perlvars.h ____________________________________________________________________________ [ 4408] By: jhi on 1999/10/18 20:13:02 Log: Forgotten s/warning/warnings/. Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 4407] By: jhi on 1999/10/18 20:02:12 Log: Integrate with Sarathy. Branch: cfgperl +> pod/perlfilter.pod !> (integrate 30 files) ____________________________________________________________________________ [ 4406] By: gsar on 1999/10/18 16:32:10 Log: added intro to source filters from Paul Marquess Branch: perl + pod/perlfilter.pod ! MANIFEST pod/perldelta.pod ____________________________________________________________________________ [ 4405] By: gsar on 1999/10/18 05:53:06 Log: missing manpages Branch: perl ! installman ____________________________________________________________________________ [ 4404] By: gsar on 1999/10/18 05:09:22 Log: pod updates from Tom Christiansen Branch: perl ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod ____________________________________________________________________________ [ 4403] By: gsar on 1999/10/17 23:43:59 Log: PL_malloc_mutex needs to be global, not per-interpreter (malloc.c has static data) Branch: perl ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h ____________________________________________________________________________ [ 4402] By: gsar on 1999/10/17 22:30:30 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on windows Branch: perl ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 4401] By: gsar on 1999/10/17 20:33:42 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar eval"" did not pop stack correctly; C<$a = eval "(1,2)x1"> is one symptom of the problem Branch: perl ! pp_ctl.c t/op/eval.t ____________________________________________________________________________ [ 4400] By: gsar on 1999/10/17 18:36:46 Log: remove FileHandle from list of PodParser dependencies (the difference is 20 files vs 6 files loaded!) Branch: perl ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod ! t/pod/testcmp.pl ____________________________________________________________________________ [ 4399] By: nick on 1999/10/17 14:51:35 Log: Pre-trip resolve Branch: utfperl !> installperl lib/Text/Tabs.pm perl.c pp_hot.c ____________________________________________________________________________ [ 4398] By: gsar on 1999/10/17 09:19:24 Log: make installperl ignore RCS files (from Michael G Schwern ) Branch: perl ! installperl lib/Text/Tabs.pm ____________________________________________________________________________ [ 4397] By: gsar on 1999/10/16 18:30:14 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly) Branch: perl ! perl.c ____________________________________________________________________________ [ 4396] By: jhi on 1999/10/16 17:44:39 Log: Missing comma. Branch: cfgperl ! lib/diagnostics.pm ____________________________________________________________________________ [ 4395] By: gsar on 1999/10/16 17:18:36 Log: assumption about @_ always being non-REAL doesn't hold when debugger is running; DB::sub() can call arbitrary stuff that modifies @_ at will Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 4394] By: nick on 1999/10/16 09:35:20 Log: Resolve utfperl branch against mainline as of _62 Branch: utfperl +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl +> ext/File/Glob/Changes ext/File/Glob/Glob.pm +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t +> t/lib/glob-taint.t win32/genmk95.pl - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu !> (integrate 144 files) ____________________________________________________________________________ [ 4393] By: gsar on 1999/10/16 04:07:02 Log: OS/2 support bits (from Ilya Zakharevich) Branch: perl ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t ____________________________________________________________________________ [ 4392] By: jhi on 1999/10/15 10:28:09 Log: Integrate with Sarathy. Branch: cfgperl !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod !> win32/Makefile win32/makefile.mk ---------------- Version 5.005_62 ---------------- ____________________________________________________________________________ [ 4391] By: gsar on 1999/10/15 10:12:42 Log: here be 5.005_62 Branch: perl ! Changes MANIFEST Porting/makerel ____________________________________________________________________________ [ 4390] By: gsar on 1999/10/15 09:45:51 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>; avoid tickling it in Pod::Man for now; other nits in Pod::* Branch: perl ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod ! pod/perlopentut.pod ____________________________________________________________________________ [ 4389] By: gsar on 1999/10/15 08:55:01 Log: disable internal globbing for miniperl (or build breaks out in a rash of failed dependencies) Branch: perl ! Makefile.SH op.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4388] By: jhi on 1999/10/15 08:07:49 Log: Integrate with Sarathy. Branch: cfgperl !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c ____________________________________________________________________________ [ 4387] By: gsar on 1999/10/15 07:46:24 Log: integrate cfgperl contents into mainline Branch: perl ! Changes !> pod/perldelta.pod pod/perldiag.pod regcomp.c !> t/pragma/warn/regcomp ____________________________________________________________________________ [ 4386] By: gsar on 1999/10/15 05:45:36 Log: various little goofs in change#4385 Branch: perl ! win32/include/dirent.h win32/win32.c ____________________________________________________________________________ [ 4385] By: gsar on 1999/10/15 04:49:09 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary rather than win32_opendir() reading all files up front (untested) Branch: perl ! win32/include/dirent.h win32/win32.c ____________________________________________________________________________ [ 4384] By: gsar on 1999/10/15 01:34:09 Log: Benchmark notes (from Barrie Slaymaker ) Branch: perl ! lib/Benchmark.pm pod/perldelta.pod ____________________________________________________________________________ [ 4383] By: gsar on 1999/10/15 01:22:32 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler ) Branch: perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 4382] By: gsar on 1999/10/15 01:14:22 Log: From: jand@ActiveState.com (Jan Dubois) Date: Fri, 15 Oct 1999 01:14:23 +0200 Message-ID: <380f61ae.18202914@smtprelay.t-online.de> Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime() Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 4381] By: jhi on 1999/10/14 22:11:36 Log: Integrate with Sarathy. Branch: cfgperl !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile !> win32/makefile.mk ____________________________________________________________________________ [ 4380] By: jhi on 1999/10/14 22:08:22 Log: Warn inside character classes about unknown backslash escapes (that are not caught earlier because of being completely unknown, such as \m), such as \z (because they make do sense inside regexen, but not inside character classes). Branch: cfgperl ! pod/perldelta.pod pod/perldiag.pod regcomp.c ! t/pragma/warn/regcomp ____________________________________________________________________________ [ 4379] By: gsar on 1999/10/14 18:26:56 Log: clarify significance of parens for "x" (from M.J.T. Guy ) Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 4378] By: gsar on 1999/10/14 18:25:20 Log: make timelocal work better when time is close to the epoch east of GMT (from Keiki SATOH ) Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 4377] By: gsar on 1999/10/14 18:15:11 Log: integrate cfgperl contents into mainline Branch: perl +> ext/DB_File/hints/sco.pl !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp ____________________________________________________________________________ [ 4376] By: gsar on 1999/10/14 17:47:35 Log: fix POPSTACK panics that ensued from bad interaction between runlevels and stack of stacks (change#3988 done right); basically, we pop the runlevel if the stacklevel is not the same one we started the runlevel with Branch: perl ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c ____________________________________________________________________________ [ 4375] By: gsar on 1999/10/14 15:54:48 Log: avoid warnings Branch: perl ! ext/File/Glob/bsd_glob.c ____________________________________________________________________________ [ 4374] By: jhi on 1999/10/14 10:08:44 Log: Warn about false ranges like \d-\w (see the change #4355). The invalid ranges (b-a) warning message also enhanced. Branch: cfgperl ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests ! t/pragma/warn/regcomp ____________________________________________________________________________ [ 4373] By: gsar on 1999/10/14 03:49:54 Log: File::Glob fixes for Windows Branch: perl ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 4372] By: gsar on 1999/10/14 02:21:31 Log: avoid inefficiency in change#3386 (every longjmp() was followed by an avoidable call to setjmp()) Branch: perl ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c ! proto.h scope.c scope.h ____________________________________________________________________________ [ 4371] By: jhi on 1999/10/13 21:17:17 Log: Integrate with Sarathy. Branch: cfgperl !> op.c pod/perldelta.pod ____________________________________________________________________________ [ 4370] By: gsar on 1999/10/13 18:08:45 Log: misc tweaks Branch: perl ! op.c pod/perldelta.pod ____________________________________________________________________________ [ 4369] By: jhi on 1999/10/13 16:18:58 Log: Integrate with Sarathy. Branch: cfgperl !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod ____________________________________________________________________________ [ 4368] By: gsar on 1999/10/13 16:14:16 Log: pod nits from various perl porters Branch: perl ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod ____________________________________________________________________________ [ 4367] By: jhi on 1999/10/13 12:10:30 Log: From: Vlad Harchev To: perl5-porters@perl.org Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503 Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST) Message-Id: Branch: cfgperl ! pod/perlop.pod ____________________________________________________________________________ [ 4366] By: gsar on 1999/10/13 08:11:11 Log: typos and language goofs pointed out by Hugo van der Sanden Branch: perl ! pod/perldelta.pod pod/perldiag.pod ____________________________________________________________________________ [ 4365] By: jhi on 1999/10/13 07:27:44 Log: Integrate with Sarathy. Branch: cfgperl +> ext/File/Glob/Changes ext/File/Glob/Glob.pm +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c ____________________________________________________________________________ [ 4364] By: gsar on 1999/10/13 07:06:04 Log: debugger tweak (from M.J.T. Guy ) Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 4363] By: jhi on 1999/10/13 07:03:43 Log: From: Mike Hopkirk (hops) To: perl5-porters@perl.org Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT) Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com> Branch: cfgperl ! hints/svr5.sh ____________________________________________________________________________ [ 4362] By: jhi on 1999/10/13 06:57:16 Log: Add DB_File hint for SCO ODT. From: hops@sco.com To: perl5-porters@perl.org Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) Date: Tue, 12 Oct 1999 20:16:04 PDT Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> Branch: cfgperl + ext/DB_File/hints/sco.pl ! MANIFEST ____________________________________________________________________________ [ 4361] By: gsar on 1999/10/13 06:56:08 Log: PL_numeric_radix used without being defined (from Ilya Zakharevich) Branch: perl ! util.c ____________________________________________________________________________ [ 4360] By: gsar on 1999/10/13 06:43:03 Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose()) From: hops@sco.com Date: Tue, 12 Oct 1999 20:16:04 PDT Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) Branch: perl + ext/NDBM_File/hints/sco.pl ! MANIFEST ext/ODBM_File/hints/sco.pl ____________________________________________________________________________ [ 4359] By: gsar on 1999/10/13 06:34:53 Log: various pod tweaks (from M.J.T. Guy ) Branch: perl ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod ! pod/perlport.pod ____________________________________________________________________________ [ 4358] By: gsar on 1999/10/12 19:10:27 Log: perldelta updates Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 4357] By: gsar on 1999/10/12 17:11:18 Log: update perldelta for change#4356 Branch: perl ! Changes pod/perldelta.pod ____________________________________________________________________________ [ 4356] By: gsar on 1999/10/12 16:53:31 Log: add File::BSDGlob as File::Glob and load it at compile-time if perl was built with -DPERL_INTERNAL_GLOB TODO: we currently get a compile-time failure if File/Glob.pm can't be found; such failure needs to be made to emit a warning and use the csh implementation instead Branch: perl + ext/File/Glob/Changes ext/File/Glob/Glob.pm + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t + t/lib/glob-global.t t/lib/glob-taint.t ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t ! t/pragma/overload.t ____________________________________________________________________________ [ 4355] By: jhi on 1999/10/12 15:30:05 Log: Revert the parts of #3926 that outlawed character ranges that have character classes such as \w as either endpoint. This change re-establishes the old behavior which meant that such ranges weren't really ranges, the "-" was literal. Moreover, this change also fixes the old behavior to be more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't. Now they all do work as described above. The #3926 outlawed all of those. Branch: cfgperl ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests ____________________________________________________________________________ [ 4354] By: jhi on 1999/10/12 09:58:59 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 33 files) ____________________________________________________________________________ [ 4353] By: gsar on 1999/10/12 05:53:40 Log: apply parts of LynxOS patches from Alan Johnson Branch: perl ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t ! t/op/groups.t ____________________________________________________________________________ [ 4352] By: gsar on 1999/10/12 05:24:39 Log: allow any unpack specifier to take a count via '/' (from Ilya Zakharevich) Branch: perl ! pp.c t/op/pack.t ____________________________________________________________________________ [ 4351] By: gsar on 1999/10/12 05:02:35 Log: avoid warnings Branch: perl ! malloc.c ____________________________________________________________________________ [ 4350] By: gsar on 1999/10/12 04:50:52 Log: various cleanups Branch: perl ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc ! win32/config.gc win32/config.vc win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL ____________________________________________________________________________ [ 4349] By: gsar on 1999/10/12 00:23:11 Log: update Changes, patchlevel etc. Branch: perl ! Changes Porting/findvars patchlevel.h win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/makefile.mk ____________________________________________________________________________ [ 4348] By: gsar on 1999/10/11 23:11:57 Log: add vec() example from Chaim Frenkel Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4347] By: jhi on 1999/10/11 21:25:03 Log: Sparc Linux -Duseshrplib fix. From: Brian Jepson To: Nick Ing-Simmons cc: perl5-porters@perl.org Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST) Message-ID: Branch: cfgperl ! hints/linux.sh ____________________________________________________________________________ [ 4346] By: gsar on 1999/10/11 20:28:32 Log: more pack/unpack documentation (from Ilya Zakharevich); changed the behavior of 'Z*' and 'Z3' to always pack a trailing null byte; changed documentation to suit; added test Branch: perl ! pod/perlfunc.pod pp.c t/op/pack.t ____________________________________________________________________________ [ 4345] By: gsar on 1999/10/11 19:15:46 Log: writing to perllocal.pod fails if it was never created; tweak pseudo-hash example (both suggested by Michael G Schwern ) Branch: perl ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod ____________________________________________________________________________ [ 4344] By: gsar on 1999/10/11 17:57:31 Log: slightly edited variant of suggested patch From: Ilya Zakharevich Date: Thu, 9 Sep 1999 18:35:37 -0400 Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_58] How RExen match? Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 4343] By: gsar on 1999/10/11 16:55:48 Log: change#4327 was inefficient Branch: perl ! lib/lib.pm ____________________________________________________________________________ [ 4342] By: jhi on 1999/10/11 07:01:46 Log: Integrate with Sarathy. Branch: cfgperl +> pod/perlhack.pod !> (integrate 28 files) ____________________________________________________________________________ [ 4341] By: jhi on 1999/10/11 06:37:47 Log: The 2.5th cut at the AIX C++ extension problems. Branch: cfgperl ! hints/aix.sh ____________________________________________________________________________ [ 4340] By: gsar on 1999/10/10 23:48:07 Log: add perlhack.pod from Nathan Torkington Branch: perl + pod/perlhack.pod ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall ____________________________________________________________________________ [ 4339] By: gsar on 1999/10/10 20:42:40 Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) Branch: perl ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms ____________________________________________________________________________ [ 4338] By: gsar on 1999/10/10 20:38:59 Log: add missing new diagnostics to perldelta Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 4337] By: gsar on 1999/10/10 17:40:13 Log: update perldelta for change#3406 Branch: perl ! embed.pl pod/perldata.pod pod/perldelta.pod ____________________________________________________________________________ [ 4336] By: gsar on 1999/10/10 16:33:14 Log: integrate cfgperl contents into mainline Branch: perl +> ext/DynaLoader/hints/aix.pl !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh !> makedef.pl perl.h pod/perldelta.pod ____________________________________________________________________________ [ 4335] By: jhi on 1999/10/10 11:09:48 Log: Update perldelta. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 4334] By: jhi on 1999/10/10 10:31:46 Log: Integrate with Sarathy. Branch: cfgperl +> win32/genmk95.pl !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm !> ext/Thread/sync.t ext/Thread/sync2.t installperl !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c !> utils/perldoc.PL win32/makefile.mk ____________________________________________________________________________ [ 4333] By: gsar on 1999/10/10 06:33:15 Log: install pods to 'pods' rather than 'pod' on cygwin (modified a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com) Branch: perl ! installperl lib/diagnostics.pm utils/perldoc.PL ____________________________________________________________________________ [ 4332] By: gsar on 1999/10/10 05:15:26 Log: add $VERSION Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 4331] By: gsar on 1999/10/10 05:10:22 Log: describe what can go in an export list (from Anno Siegel ) Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 4330] By: gsar on 1999/10/10 04:50:43 Log: more basic support for building modules under Windows 95/98 (applied relevant parts from a patch suggested by Jochen Wiedmann ) Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 4329] By: gsar on 1999/10/10 04:28:38 Log: rudimentary support for building under Windows 95/98 (from Benjamin Stuhl ) Branch: perl + win32/genmk95.pl ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm ! win32/makefile.mk ____________________________________________________________________________ [ 4328] By: gsar on 1999/10/10 03:37:21 Log: fix two leaks in Thread.xs (from Eugene Alterman ); convert places with 'use attrs' to new attributes syntax Branch: perl ! ext/Thread/Thread.pm ext/Thread/Thread.xs ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t ! ext/Thread/sync2.t ____________________________________________________________________________ [ 4327] By: gsar on 1999/10/10 02:23:52 Log: avoid duplicates in @INC, they cause leaks in mod_perl etc (suggested by Tod Irwin ) Branch: perl ! lib/lib.pm ____________________________________________________________________________ [ 4326] By: gsar on 1999/10/10 00:51:48 Log: better documentation for recv() (from Anton Berezin ) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4325] By: gsar on 1999/10/09 22:46:23 Log: perldelta updates (see TODO markers) Branch: perl ! Changes pod/perldelta.pod pp_sys.c ____________________________________________________________________________ [ 4324] By: gsar on 1999/10/09 19:43:10 Log: fix Exporter::export_to_level() documentation Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 4323] By: gsar on 1999/10/09 18:48:31 Log: don't run END blocks when running under -c switch (older, rarely useful behavior may still be obtained by putting BEGIN { $^C = 0; exit; } at the end of the script) Branch: perl ! perl.c ____________________________________________________________________________ [ 4322] By: jhi on 1999/10/09 05:31:26 Log: While awaiting a good test program to detect the broken gcc. From: Thomas Conté To: Cc: Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4 Date: Wed, 6 Oct 1999 19:56:29 +0200 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr> Branch: cfgperl ! hints/irix_6.sh perl.h ____________________________________________________________________________ [ 4321] By: gsar on 1999/10/09 00:41:02 Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to clear entries in the CV's pad, leading to coredumps when CV had no other references to it; this is a slightly edited version of the patch suggested by Russel O'Connor Branch: perl ! cop.h pp_ctl.c pp_hot.c ____________________________________________________________________________ [ 4320] By: gsar on 1999/10/08 22:50:51 Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24 situation (assumptions about cx invalidation are not valid anymore) Branch: perl ! cop.h pp_ctl.c pp_hot.c ____________________________________________________________________________ [ 4319] By: jhi on 1999/10/08 14:33:31 Log: Integrate with Sarathy. Branch: cfgperl !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c !> t/comp/bproto.t thrdvar.h toke.c util.c ____________________________________________________________________________ [ 4318] By: jhi on 1999/10/08 13:51:34 Log: The second cut at AIX C++ extension troubles. Branch: cfgperl ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl ! hints/aix.sh ____________________________________________________________________________ [ 4317] By: jhi on 1999/10/08 10:44:13 Log: The first cut at fixing Perl extensions written in C++ in AIX, statics don't get initialized right. This patch at least doesn't seem to break the build in my AIX, but unfortunately I don't have the IBM C++ to do further testing. Problem reported by Stephanie Beals in From: bealzy@us.ibm.com To: perl5-porters@perl.org Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX Date: Thu, 7 Oct 1999 15:05:54 -0400 Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com> Branch: cfgperl + ext/DynaLoader/hints/aix.pl ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh ____________________________________________________________________________ [ 4316] By: gsar on 1999/10/08 10:26:15 Log: remove kludgey duplicate background error avoidance (caused "leaks"; %@ wasn't even user-visible under -Dusethreads); only repeats of most recent error are now avoided Branch: perl ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c ____________________________________________________________________________ [ 4315] By: jhi on 1999/10/08 09:48:59 Log: Fix omission. Branch: cfgperl ! makedef.pl ____________________________________________________________________________ [ 4314] By: gsar on 1999/10/08 07:17:01 Log: extend change#2299 to C (fixes scoping problems in C) Branch: perl ! op.c ____________________________________________________________________________ [ 4313] By: gsar on 1999/10/08 04:52:19 Log: small tweak for change#4309 Branch: perl ! op.c ____________________________________________________________________________ [ 4312] By: gsar on 1999/10/08 02:31:13 Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests From: Larry Wall Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT) Message-Id: <199910061655.JAA11333@kiev.wall.org> Subject: Re: [ID 19991001.004] apparent parsing error with not(arg) Branch: perl ! opcode.h t/comp/bproto.t toke.c ____________________________________________________________________________ [ 4311] By: gsar on 1999/10/08 00:58:19 Log: typo Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 4310] By: gsar on 1999/10/07 23:51:38 Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by Brian Mitchell ) Branch: perl ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c ____________________________________________________________________________ [ 4309] By: gsar on 1999/10/07 22:57:52 Log: change#3728 was flawed (loop contexts saw the wrong statement info, causing loop control constructs to not find the label); disable OP_SETSTATE entirely and add a fix that is specifically targetted at disabling the OP_LINESEQ optimization in else BLOCK, which was what the original patch was supposed to fix TODO: remove the remainder of the setstate logic if it can't be used anywhere else (it isn't used anywhere now) Branch: perl ! cop.h op.c perly.c perly.y ____________________________________________________________________________ [ 4308] By: jhi on 1999/10/07 19:21:27 Log: Integrate with Sarathy. Branch: cfgperl !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL ____________________________________________________________________________ [ 4307] By: gsar on 1999/10/07 15:12:24 Log: update to podlators-0.08 from Russ Allbery Branch: perl ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL ____________________________________________________________________________ [ 4306] By: jhi on 1999/10/06 17:20:34 Log: Integrate with Sarathy. Branch: cfgperl !> (integrate 45 files) ____________________________________________________________________________ [ 4305] By: gsar on 1999/10/06 16:55:45 Log: some versions of mingw32 have __int64, define iff it isn't Branch: perl ! win32/win32.h ____________________________________________________________________________ [ 4304] By: gsar on 1999/10/06 03:45:44 Log: fix typos in change#4288 Branch: perl ! Changes dump.c sv.c ____________________________________________________________________________ [ 4303] By: gsar on 1999/10/06 03:22:46 Log: integrate cfgperl contents into mainline Branch: perl +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu !> (integrate 31 files) ____________________________________________________________________________ [ 4302] By: gsar on 1999/10/06 02:36:53 Log: make die/warn and other diagnostics go to wherever STDERR happens to point at; change places that meant Perl_debug_log rather than PerlIO_stderr() Branch: perl ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c ! win32/dl_win32.xs win32/win32.c win32/win32thread.c ____________________________________________________________________________ [ 4301] By: jhi on 1999/10/05 23:03:46 Log: From: Ilya Zakharevich To: François Désarménien Cc: "perl5-porters@perl.org" Subject: Re: Strange RE engine breakage in 5_61 Date: Mon, 4 Oct 1999 19:58:03 -0400 Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu> (had to apply pat.t part manually because there already were more tests than there was in _61) Branch: cfgperl ! regcomp.c regexec.c t/op/pat.t t/op/re_tests ____________________________________________________________________________ [ 4300] By: jhi on 1999/10/04 17:03:18 Log: From: Andy Dougherty To: Jarkko Hietaniemi cc: Perl Porters , jhi@cc.hut.fi Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT) Message-ID: Branch: cfgperl + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu ! MANIFEST ext/B/defsubs_h.PL ____________________________________________________________________________ [ 4299] By: jhi on 1999/10/04 07:15:16 Log: From: Michael G Schwern To: perl5-porters@perl.org Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field" Date: Sun, 3 Oct 1999 17:34:17 -0400 Message-ID: <19991003173417.A4351@blackrider> Branch: cfgperl ! t/lib/fields.t t/pragma/constant.t ____________________________________________________________________________ [ 4298] By: gsar on 1999/10/04 04:57:53 Log: some compatibility macros were busted Branch: perl ! embed.h embed.pl toke.c ____________________________________________________________________________ [ 4297] By: jhi on 1999/10/03 17:50:59 Log: A better version of #4296. From: Michael G Schwern To: perl5-porters@perl.org Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field" Date: Sun, 3 Oct 1999 13:54:23 -0400 Message-ID: <19991003135423.A3050@blackrider> Branch: cfgperl ! av.c op.c pod/perldiag.pod ____________________________________________________________________________ [ 4296] By: jhi on 1999/10/03 17:21:01 Log: (Replaced by #4297.) From: Michael G Schwern To: perl5-porters@perl.org Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field" Date: Sun, 3 Oct 1999 13:16:47 -0400 Message-ID: <19991003131647.A2816@blackrider> plus changed the error message to say "No such pseudo-hash field" as discussed in the above mail message. Branch: cfgperl ! av.c pod/perldiag.pod ____________________________________________________________________________ [ 4295] By: gsar on 1999/10/03 16:09:36 Log: avoid doing irrelevant things on 'make perl' Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 4294] By: jhi on 1999/10/03 14:16:24 Log: Fix a typo in #4293 spotted by Graham Barr. Branch: cfgperl ! pod/perlref.pod ____________________________________________________________________________ [ 4293] By: jhi on 1999/10/03 11:31:22 Log: From: Michael G Schwern To: perl5-porters@perl.org Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH] Date: Sun, 3 Oct 1999 02:34:01 -0400 Message-ID: <19991003023401.A1520@blackrider> Branch: cfgperl ! pod/perlfunc.pod pod/perlref.pod ____________________________________________________________________________ [ 4292] By: jhi on 1999/10/03 09:23:16 Log: From: Barrie Slaymaker To: perl5-porters@perl.org Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks Date: Sun, 3 Oct 1999 00:09:51 -0400 Message-Id: <199910030409.AAA18228@jester.slaysys.com> Branch: cfgperl ! lib/Benchmark.pm ____________________________________________________________________________ [ 4291] By: jhi on 1999/10/02 23:43:53 Log: Be understanding about large file systems. Branch: cfgperl ! t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 4290] By: jhi on 1999/10/02 23:39:16 Log: Configure fixfest continues. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/d_longdbl.U U/modified/d_longlong.U ! U/threads/d_pthreadj.U U/typedefs/gidsign.U ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U ! U/typedefs/uidsign.U U/typedefs/uidsize.U Branch: metaconfig/U/perl ! i_inttypes.U io64.U ____________________________________________________________________________ [ 4289] By: jhi on 1999/10/02 23:12:54 Log: Regen Porting stuff. Branch: cfgperl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 4288] By: jhi on 1999/10/02 23:05:50 Log: Untangle the IV_IS_QUAD jungle by introduding macros to be used when doing formatted printing: IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c ! regcomp.c sv.c taint.c toke.c util.c ____________________________________________________________________________ [ 4287] By: jhi on 1999/10/02 22:54:18 Log: metaconfig maintenance. Branch: metaconfig ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U ! U/typedefs/uidsize.U ____________________________________________________________________________ [ 4286] By: nick on 1999/10/02 11:11:44 Log: Incremental merge of mainline Branch: utfperl +> README.Y2K hints/svr5.sh lib/Pod/Man.pm +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr +> t/pod/podselect.t t/pod/podselect.xr - lib/Pod/PlainText.pm !> (integrate 148 files) ____________________________________________________________________________ [ 4285] By: jhi on 1999/10/02 10:16:15 Log: Battle namespace pollution. Branch: cfgperl ! lib/Benchmark.pm ____________________________________________________________________________ [ 4284] By: jhi on 1999/10/02 10:11:20 Log: Regen Configure, all of xs_apiversion didn't take. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH patchlevel.h ____________________________________________________________________________ [ 4283] By: jhi on 1999/10/02 09:48:17 Log: Integrate with Sarathy. Branch: cfgperl +> lib/Pod/Man.pm t/pod/multiline_items.t +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr +> t/pod/podselect.t t/pod/podselect.xr - lib/Pod/PlainText.pm !> (integrate 50 files) ____________________________________________________________________________ [ 4282] By: gsar on 1999/10/02 06:39:14 Log: update pod2man, pod2text and related Pod:: modules with the ones in podlators-0.07 from Russ Allbery Branch: perl + lib/Pod/Man.pm ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm ! pod/pod2man.PL pod/pod2text.PL ____________________________________________________________________________ [ 4281] By: gsar on 1999/10/02 06:14:44 Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText Branch: perl - lib/Pod/PlainText.pm ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl ____________________________________________________________________________ [ 4280] By: gsar on 1999/10/02 04:39:38 Log: upgrade to PodParser-1.085 from Brad Appleton Branch: perl + t/pod/multiline_items.t t/pod/multiline_items.xr + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t + t/pod/podselect.xr ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr ! t/pod/nested_items.xr t/pod/nested_seqs.xr ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr ! t/pod/testp2pt.pl ____________________________________________________________________________ [ 4279] By: gsar on 1999/10/02 03:36:41 Log: make exists() work better on pseudo-hashes (reworked a patch suggested by Michael G Schwern ) Branch: perl ! av.c t/op/avhv.t ____________________________________________________________________________ [ 4278] By: gsar on 1999/10/02 02:36:55 Log: deprecate C Branch: perl ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t ! t/lib/thread.t t/pragma/sub_lval.t ____________________________________________________________________________ [ 4277] By: gsar on 1999/10/02 01:43:25 Log: add notes about effect of loop control statements inside LABEL BLOCK continue BLOCK Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4276] By: gsar on 1999/10/02 01:23:02 Log: indent nested =items properly (suggested by Bill Fenner ) Branch: perl ! pod/pod2man.PL ____________________________________________________________________________ [ 4275] By: gsar on 1999/10/02 01:09:16 Log: updated ptags generator from Ilya Zakharevich Branch: perl ! emacs/ptags ____________________________________________________________________________ [ 4274] By: gsar on 1999/10/01 23:08:52 Log: update Changes Branch: perl ! Changes ____________________________________________________________________________ [ 4273] By: gsar on 1999/10/01 22:58:55 Log: typo, whitespace adjustments Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 4272] By: gsar on 1999/10/01 22:46:06 Log: remove dup hunks Branch: perl ! configure.com vms/vms.c ____________________________________________________________________________ [ 4271] By: gsar on 1999/10/01 22:33:02 Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict by declaring new globals "our" (XXX this means h2xs generated code won't run on earlier versions; a switch to generate compatible source is needed) Branch: perl !> (integrate 35 files) ____________________________________________________________________________ [ 4270] By: jhi on 1999/10/01 12:05:56 Log: Integrate with Sarathy. Branch: cfgperl !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp !> pod/perldiag.pod util.c ____________________________________________________________________________ [ 4269] By: jhi on 1999/10/01 10:26:19 Log: From: Piotr Klaban To: perl5-porters@perl.org Subject: [ID 19991001.001] perlguts man page error Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST) Message-Id: <199910010823.KAA05796@oryl.man.torun.pl> Branch: cfgperl ! pod/perlguts.pod ____________________________________________________________________________ [ 4268] By: jhi on 1999/10/01 07:32:33 Log: There *is* a month called October. Branch: cfgperl ! t/op/time.t ____________________________________________________________________________ [ 4267] By: jhi on 1999/10/01 06:58:10 Log: Temp file cleanliness. Branch: cfgperl ! t/lib/filecopy.t ____________________________________________________________________________ [ 4266] By: jhi on 1999/10/01 06:46:56 Log: From: Barrie Slaymaker To: perl5-porters@perl.org Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default Date: Thu, 30 Sep 1999 22:16:26 -0400 Message-Id: <199910010216.WAA08309@jester.slaysys.com> Branch: cfgperl ! lib/Benchmark.pm ____________________________________________________________________________ [ 4265] By: jhi on 1999/09/30 20:25:35 Log: From: Barrie Slaymaker To: perl5-porters@perl.org Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese() Date: Thu, 30 Sep 1999 15:44:00 -0400 Message-Id: <199909301944.PAA07166@jester.slaysys.com> (Replaces #4175.) Branch: cfgperl ! lib/Benchmark.pm ____________________________________________________________________________ [ 4264] By: gsar on 1999/09/30 17:59:26 Log: re-add missing "Out of memory!" entry Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 4263] By: jhi on 1999/09/30 17:05:43 Log: Regenerate Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 4261] By: jhi on 1999/09/30 16:15:05 Log: From: Andy Dougherty To: Perl Porters Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT) Message-ID: Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 4260] By: jhi on 1999/09/30 15:48:56 Log: From: Andy Dougherty To: Jarkko Hietaniemi , Gurusamy Sarathy Subject: Re: Possible skeletal structure for searching multiple versions Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT) Message-ID: Branch: metaconfig ! U/mkglossary Branch: metaconfig/U/perl + xs_apiversion.U ! patchlevel.U ____________________________________________________________________________ [ 4259] By: jhi on 1999/09/30 15:07:16 Log: Further ?idsize.U fixing. Branch: metaconfig ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U ____________________________________________________________________________ [ 4258] By: jhi on 1999/09/30 15:00:14 Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty. Branch: metaconfig ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U ____________________________________________________________________________ [ 4257] By: jhi on 1999/09/30 09:48:33 Log: From: "Kurt D. Starsinic" To: Gurusamy Sarathy Cc: tchrist@perl.com, Larry Wall , The Perl Porters Mailing List Subject: [PATCH] (Was: deprecating SIGDIE) Date: Wed, 29 Sep 1999 15:16:50 -0400 Message-ID: <19990929151650.E26675@O2.chapin.edu> Branch: cfgperl ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c ____________________________________________________________________________ [ 4256] By: jhi on 1999/09/30 09:45:22 Log: From: Ilya Zakharevich To: Gurusamy Sarathy Cc: Barrie Slaymaker , perl5-porters@perl.org Subject: Re: _58, _61 Argument "" is not numeric in sprintf Date: Wed, 29 Sep 1999 18:58:23 -0400 Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu> Branch: cfgperl ! Makefile.SH opcode.pl ____________________________________________________________________________ [ 4255] By: gsar on 1999/09/30 09:03:48 Log: remove prehistoric XFree() gunk Branch: perl ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 4254] By: gsar on 1999/09/30 08:40:14 Log: From: Vishal Bhatia Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST) Message-ID: Subject: [patch _61] Minor corrections in C.pm Branch: perl ! ext/B/B/C.pm ____________________________________________________________________________ [ 4253] By: gsar on 1999/09/30 08:36:27 Log: off-by-one in fbm_compile() (spotted by John Bley ); whitespace adjustments Branch: perl ! util.c ____________________________________________________________________________ [ 4251] By: jhi on 1999/09/30 08:09:13 Log: From: Ilya Zakharevich To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.00561+] Followup h2xs patch Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT) Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu> Branch: cfgperl ! utils/h2xs.PL ____________________________________________________________________________ [ 4250] By: jhi on 1999/09/29 19:11:32 Log: Integrate with Sarathy. Branch: cfgperl !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4249] By: bailey on 1999/09/29 02:21:31 Log: resync with mainline Branch: vmsperl +> (branch 32 files) - ext/B/defsubs.h.PL lib/unicode/arabshp.txt - lib/unicode/blocks.txt lib/unicode/index2.txt - lib/unicode/jamo2.txt lib/unicode/names2.txt - lib/unicode/props2.txt lib/unicode/readme.txt - t/lib/bigfloatpm.t !> (integrate 240 files) ____________________________________________________________________________ [ 4248] By: jhi on 1999/09/28 18:14:39 Log: From: Andy Dougherty To: Perl Porters Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT) Message-ID: From: Andy Dougherty To: Perl Porters Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT) Message-ID: Branch: cfgperl ! hints/README.hints hints/amigaos.sh hints/cygwin.sh ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh ! hints/next_4.sh ____________________________________________________________________________ [ 4247] By: gsar on 1999/09/28 17:36:59 Log: revert change#4115 (breaks libwww's base/date.t); could be reworked to enable it conditional on $Time::Local::nocroak or some such Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 4246] By: gsar on 1999/09/28 17:33:14 Log: tweak for win32 build Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4245] By: gsar on 1999/09/28 17:31:34 Log: change#4236 fallout Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 4244] By: gsar on 1999/09/28 17:29:31 Log: remove doubled new_xpv Branch: perl ! embed.h embed.pl proto.h ____________________________________________________________________________ [ 4243] By: jhi on 1999/09/27 19:13:20 Log: Artistic fine-tuning. Branch: cfgperl ! ext/B/defsubs_h.PL ____________________________________________________________________________ [ 4242] By: gsar on 1999/09/27 17:05:22 Log: avoid implicit split to @_ in change#4181; binary -> text file types in p4 Branch: perl ! djgpp/configure.bat lib/Exporter/Heavy.pm ! t/pragma/locale/latin1 ____________________________________________________________________________ [ 4241] By: jhi on 1999/09/27 07:48:19 Log: Integrate with Sarathy. Branch: cfgperl !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4240] By: jhi on 1999/09/27 07:47:11 Log: Finalize change #4232. From: Ilya Zakharevich To: Jarkko Hietaniemi Cc: gsar@activestate.com, Mailing list Perl5 Subject: Re: xsubpp change breaks B, DB_File, POSIX builds Date: Sun, 26 Sep 1999 16:52:31 -0400 Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu> Branch: cfgperl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 4239] By: gsar on 1999/09/27 02:48:42 Log: add notes in INSTALL about Configure -Accflags=-DFOO Branch: perl ! INSTALL ____________________________________________________________________________ [ 4238] By: gsar on 1999/09/27 02:03:48 Log: PERL_POLLUTE isn't required for bincompat, so don't enable it automatically Branch: perl ! embed.h embed.pl ____________________________________________________________________________ [ 4237] By: gsar on 1999/09/27 01:52:47 Log: From: Ilya Zakharevich Date: Fri, 24 Sep 1999 23:25:36 -0400 Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_61] Malloc fixes and docs Branch: perl ! malloc.c pod/perldiag.pod ____________________________________________________________________________ [ 4236] By: gsar on 1999/09/27 01:31:32 Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov ) Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4235] By: gsar on 1999/09/26 17:02:03 Log: fix buggy popping of subroutine contexts in the lvalue subroutines implementation (change#4081); correct the plethora of cases where DIE() was more appropriate than croak() Branch: perl ! pp.c pp_ctl.c pp_hot.c pp_sys.c ____________________________________________________________________________ [ 4234] By: jhi on 1999/09/26 12:06:28 Log: Fix #endif. Branch: cfgperl ! XSUB.h ____________________________________________________________________________ [ 4233] By: jhi on 1999/09/26 11:59:18 Log: Integrate with Sarathy. h2xs.PL had to be manually resolved, I kept my (Ilya's) version. Branch: cfgperl !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c !> utils/h2xs.PL win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4232] By: jhi on 1999/09/26 09:53:43 Log: From: Ilya Zakharevich To: Mailing list Perl5 Subject: [PATCH 5.005_61] teach xsubpp function pointers Date: Sun, 26 Sep 1999 01:36:09 -0400 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu> From: Ilya Zakharevich To: Mailing list Perl5 Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof Date: Sun, 26 Sep 1999 03:00:50 -0400 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu> Branch: cfgperl ! lib/ExtUtils/xsubpp utils/h2xs.PL ____________________________________________________________________________ [ 4231] By: jhi on 1999/09/26 09:48:49 Log: From: "Konovalov, Vadim" To: perl5-porters@perl.org Subject: misprint in perlguts Date: Sun, 26 Sep 1999 12:48:36 +0400 Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com> Branch: cfgperl ! pod/perlguts.pod ____________________________________________________________________________ [ 4230] By: gsar on 1999/09/26 00:50:08 Log: add $installarchlib/CORE to default linker search path on windows Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 4229] By: gsar on 1999/09/25 20:05:03 Log: support C on Windows (reworked a patch suggested by Jenda Krynicky ) Branch: perl ! lib/Shell.pm ____________________________________________________________________________ [ 4228] By: gsar on 1999/09/25 07:03:34 Log: integrate cfgperl contents into mainline Branch: perl +> hints/svr5.sh !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 4227] By: gsar on 1999/09/25 06:44:47 Log: From: Larry Wall Date: Fri, 24 Sep 1999 21:59:37 PDT Message-Id: <199909250459.VAA27506@kiev.wall.org> Subject: Re: [PATCH 5.005_61] "our" declarations Branch: perl ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c ! utils/h2xs.PL ____________________________________________________________________________ [ 4226] By: jhi on 1999/09/24 23:10:52 Log: Integrate with Sarathy. Branch: cfgperl !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL ____________________________________________________________________________ [ 4225] By: gsar on 1999/09/24 18:19:54 Log: avoid infinite recursive exec()s of perl.exe when shebang contains "Perl" rather than "perl" on DOSISH platforms Branch: perl ! toke.c ____________________________________________________________________________ [ 4224] By: gsar on 1999/09/24 16:09:23 Log: support cygwin and other platforms that link to import libraries rather than directly with shared libraries (from a suggestion by Lucian Cionca ) Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 4223] By: gsar on 1999/09/24 05:05:06 Log: normalize time for strftime() (without the isdst effects of mktime()) using a custom mini_mktime() From: spider-perl@Orb.Nashua.NH.US Date: Thu, 23 Sep 1999 17:54:53 -0400 Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com> Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 Branch: perl ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ! ext/POSIX/hints/linux.pl t/lib/posix.t ____________________________________________________________________________ [ 4222] By: gsar on 1999/09/23 06:44:42 Log: change "#" to a comment starter in pack templates; "/" now used for specifying counted types From: Ilya Zakharevich Date: Wed, 22 Sep 1999 19:41:30 -0400 Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates Branch: perl ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t ____________________________________________________________________________ [ 4221] By: gsar on 1999/09/23 06:26:54 Log: From: Vishal Bhatia Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST) Message-ID: Subject: [patch _61] perlcc changes Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 4220] By: gsar on 1999/09/23 01:12:24 Log: add include guard Branch: perl ! XSUB.h ____________________________________________________________________________ [ 4219] By: jhi on 1999/09/22 20:38:15 Log: Cleanup cleanup. Branch: cfgperl ! Makefile.SH t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 4218] By: jhi on 1999/09/22 19:26:58 Log: Tweak the equivalence tables once again. Branch: cfgperl ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode ! lib/unicode/mktables.PL ____________________________________________________________________________ [ 4215] By: jhi on 1999/09/22 06:47:03 Log: From: Ilya Zakharevich To: Mailing list Perl5 Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug Date: Tue, 21 Sep 1999 19:50:00 -0400 Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu> From: Ilya Zakharevich To: Mailing list Perl5 Subject: [PATCH 5.005_61] More verbose -Mre=debug Date: Tue, 21 Sep 1999 22:29:55 -0400 Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu> Branch: cfgperl ! regcomp.c regexec.c ____________________________________________________________________________ [ 4214] By: jhi on 1999/09/21 21:08:43 Log: From: 0000-Admin (0000) Reply-To: gerberb@zenez.com To: perl5-porters@perl.org Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7 Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT) Message-Id: <199909211707.LAA23611@devsys0.zenez.com> (Snipped away the last lines of svr5.sh a la change #3725) Branch: cfgperl + hints/svr5.sh ! Configure MANIFEST config_h.SH hints/sco.sh Branch: metaconfig ! U/modified/Cppsym.U U/modified/Oldconfig.U ____________________________________________________________________________ [ 4213] By: jhi on 1999/09/21 20:48:01 Log: From: Kragen Sitaker To: perl5-porters@perl.org Subject: [ID 19990921.013] accidental list context in perlfaq9 Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT) Reply-To: kragen@pobox.com Message-Id: <199909212027.QAA03450@kirk.dnaco.net> Branch: cfgperl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 4212] By: jhi on 1999/09/20 19:55:42 Log: Integrate with Sarathy. Branch: cfgperl +> README.Y2K !> Changes MANIFEST ____________________________________________________________________________ [ 4211] By: jhi on 1999/09/20 19:44:44 Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns. Branch: cfgperl ! Configure config_h.SH pod/perldelta.pod Branch: metaconfig/U/perl ! use64bits.U uselfs.U uselongdbl.U ____________________________________________________________________________ [ 4210] By: jhi on 1999/09/20 19:38:26 Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar". Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Options.U ____________________________________________________________________________ [ 4209] By: gsar on 1999/09/20 19:35:39 Log: integrate cfgperl changes into mainline Branch: perl +> lib/unicode/Unicode.html ! Changes !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod ____________________________________________________________________________ [ 4208] By: gsar on 1999/09/20 18:28:44 Log: add README.Y2K (from Dominic Dunlop ) Branch: perl + README.Y2K ! MANIFEST ____________________________________________________________________________ [ 4207] By: jhi on 1999/09/20 11:06:13 Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits. Branch: cfgperl ! pod/perldelta.pod ____________________________________________________________________________ [ 4206] By: jhi on 1999/09/20 09:53:15 Log: Do not test for gccish things in non-gccish platforms. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/compline/ccflags.U ____________________________________________________________________________ [ 4205] By: jhi on 1999/09/20 09:41:22 Log: Prompt for uselfs. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH Branch: metaconfig ! U/mksample Branch: metaconfig/U/perl ! use64bits.U uselfs.U ____________________________________________________________________________ [ 4204] By: jhi on 1999/09/20 09:09:29 Log: Add usemorebits and uselfs. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH doio.c perl.h Branch: metaconfig/U/perl + uselfs.U usemorebits.U ! use64bits.U uselongdbl.U ____________________________________________________________________________ [ 4203] By: jhi on 1999/09/20 07:48:48 Log: Dethinko. Branch: cfgperl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4202] By: jhi on 1999/09/20 07:33:32 Log: Fix a bug in the description of endianness. Reported in From: "Konovalov, Vadim" To: perl5-porters@perl.org Subject: BUG: perldoc -f pack Date: Mon, 20 Sep 1999 09:43:49 +0400 Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com> Branch: cfgperl ! pod/perlfunc.pod ____________________________________________________________________________ [ 4201] By: jhi on 1999/09/20 07:01:26 Log: Integrate with Sarathy. Branch: cfgperl +> t/op/args.t !> (integrate 31 files) ____________________________________________________________________________ [ 4200] By: gsar on 1999/09/20 03:45:06 Log: From: Russ Allbery Date: 19 Aug 1999 04:35:44 -0700 Message-Id: Subject: [ID 19990819.002] File::Find error when pruning top-level directories Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 4199] By: gsar on 1999/09/20 03:27:49 Log: suppress warning (from John Tobey ) Branch: perl ! ext/B/B/Terse.pm ____________________________________________________________________________ [ 4198] By: gsar on 1999/09/20 03:25:25 Log: add arenas for managing allocations of remaining xpv*v structures From: Vishal Bhatia Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST) Message-ID: Subject: [PATCH 5.005_60] removing extra ref count (compiler) Branch: perl ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h ! proto.h sv.c ____________________________________________________________________________ [ 4197] By: gsar on 1999/09/20 03:06:10 Log: queue errors due to strictures rather than printing them as warnings; symbols that violate strictures do *not* end up in the symbol table anyway, making multiple evals of the same piece of code produce the same errors; errors indicate all locations of a global symbol rather than just the first one; these changes make compile-time failures within evals reliably visible via the return value or contents of $@, and trappable using __DIE__ hooks Branch: perl ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs ! t/pragma/strict-vars thrdvar.h toke.c util.c ____________________________________________________________________________ [ 4196] By: gsar on 1999/09/19 22:14:29 Log: control change#1914 via hints (causes problems on some platforms) Branch: perl ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ! ext/POSIX/hints/linux.pl ____________________________________________________________________________ [ 4195] By: gsar on 1999/09/19 21:30:18 Log: avoid clearing @_ at all for faster subroutine calls; fix bugs in passing around references to @_, eg C; add tests for the same Branch: perl + t/op/args.t ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c ____________________________________________________________________________ [ 4194] By: jhi on 1999/09/18 18:57:45 Log: Integrate with Sarathy. Branch: cfgperl !> opcode.h opcode.pl ____________________________________________________________________________ [ 4193] By: nick on 1999/09/18 15:24:56 Log: Re-integrate mainline Basic SvUTF8 stuff in headers, no functional changes yet. Branch: utfperl + lib/byte.pm lib/byte_heavy.pl +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt +> lib/unicode/EAWidth.txt lib/unicode/Index.txt +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt +> lib/unicode/Names.txt lib/unicode/Props.txt +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt +> t/lib/bigfltpm.t - ext/B/defsubs.h.PL lib/unicode/arabshp.txt - lib/unicode/blocks.txt lib/unicode/index2.txt - lib/unicode/jamo2.txt lib/unicode/names2.txt - lib/unicode/props2.txt lib/unicode/readme.txt - t/lib/bigfloatpm.t ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h ! warnings.h !> (integrate 142 files) ____________________________________________________________________________ [ 4192] By: gsar on 1999/09/18 15:11:47 Log: more op description tweaks Branch: perl ! opcode.h opcode.pl ____________________________________________________________________________ [ 4191] By: jhi on 1999/09/18 07:47:16 Log: Integrate with Sarathy. Branch: cfgperl !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t !> t/pragma/warn/op ____________________________________________________________________________ [ 4190] By: jhi on 1999/09/18 07:35:45 Log: Add description of the Unicode database files. Branch: cfgperl + lib/unicode/Unicode.html ____________________________________________________________________________ [ 4189] By: gsar on 1999/09/18 03:14:58 Log: tweak some op names in change#4177 (will any of this break code that gropes $@ ?) Branch: perl ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t ! t/pragma/warn/op ____________________________________________________________________________ [ 4188] By: jhi on 1999/09/17 21:30:08 Log: Pick up the typo fix. Branch: cfgperl !> t/io/open.t ____________________________________________________________________________ [ 4187] By: gsar on 1999/09/17 21:13:55 Log: fix typo Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 4186] By: gsar on 1999/09/17 20:57:29 Log: integrate cfgperl change Branch: perl !> vms/subconfigure.com ____________________________________________________________________________ [ 4185] By: jhi on 1999/09/17 20:46:41 Log: Re-apply applicable parts of #3993, #3994, and #3995. Branch: cfgperl ! vms/subconfigure.com ____________________________________________________________________________ [ 4184] By: gsar on 1999/09/17 20:26:02 Log: integrate cfgperl contents into mainline Branch: perl +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt +> lib/unicode/LineBrk.txt lib/unicode/Names.txt +> lib/unicode/Props.txt lib/unicode/ReadMe.txt +> lib/unicode/SpecCase.txt - lib/unicode/arabshp.txt lib/unicode/blocks.txt - lib/unicode/index2.txt lib/unicode/jamo2.txt - lib/unicode/names2.txt lib/unicode/props2.txt - lib/unicode/readme.txt !> (integrate 73 files) ____________________________________________________________________________ [ 4183] By: jhi on 1999/09/17 20:25:51 Log: Integrate with Sarathy. Branch: cfgperl !> configure.com ext/ByteLoader/byterun.h !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 4182] By: gsar on 1999/09/17 20:16:28 Log: integrate vmsperl contents into mainline (where VMS files conflicted, vmsperl contents have prevailed) Branch: perl !> configure.com ext/ByteLoader/byterun.h !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms !> vms/subconfigure.com vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 4181] By: jhi on 1999/09/17 20:12:37 Log: From: Michael G Schwern To: perl5-porters@perl.org Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level() Date: Thu, 19 Aug 1999 21:30:01 -0400 Message-ID: <19990819213001.A22512@athens.aocn.com> Branch: cfgperl ! lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 4180] By: gsar on 1999/09/17 20:11:00 Log: perlhist additions Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 4179] By: jhi on 1999/09/17 20:08:00 Log: The change #4176 should've undone only the test, not the code patch. Branch: cfgperl ! doio.c ____________________________________________________________________________ [ 4178] By: jhi on 1999/09/17 20:06:08 Log: From: Ian Phillipps To: Hans GINZEL , perl5-porters@perl.org Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod Date: Sat, 21 Aug 1999 12:36:12 +0100 Message-ID: <19990821123612.A9955@homer.diplex.co.uk> Branch: cfgperl ! pod/perlsyn.pod ____________________________________________________________________________ [ 4177] By: jhi on 1999/09/17 20:00:19 Log: More descriptive names for operators. From: Michael G Schwern To: Ilya Zakharevich Cc: perl5-porters@perl.org Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in Date: Tue, 17 Aug 1999 18:35:45 -0400 Message-ID: <19990817183545.A23073@toldyouso.com> From: Michael G Schwern To: perl5-porters@perl.org Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions Date: Wed, 18 Aug 1999 03:53:38 -0400 Message-ID: <19990818035337.A31505@athens.aocn.com> Branch: cfgperl ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t ! t/pragma/warn/op t/pragma/warn/sv ____________________________________________________________________________ [ 4176] By: jhi on 1999/09/17 18:19:18 Log: Take away the infamous io/dup.t #7. It seems there simply is no way to portably "flush" an input file handle. Branch: cfgperl ! doio.c t/io/dup.t ____________________________________________________________________________ [ 4175] By: jhi on 1999/09/