From: Gurusamy Sarathy Date: Tue, 16 Feb 1999 06:18:27 +0000 (+0000) Subject: integrate change#2852 from maint-5.005; integrate cfgperl contents; X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99ed61e6cc0c0db3082cc4fadff22a2fe3b2049f;p=p5sagit%2Fp5-mst-13.2.git integrate change#2852 from maint-5.005; integrate cfgperl contents; elide dups and non-dependents from Changes p4raw-link: @2852 on //depot/maint-5.005/perl: 9d2bcc06253ec4693886be5b5b7869bda6582d6e p4raw-id: //depot/perl@2958 p4raw-integrated: from //depot/maint-5.005/perl@2957 'copy in' README.threads (@1717..) 'merge in' INSTALL (@2737..) p4raw-integrated: from //depot/maint-5.005/perl@2852 'merge in' Configure (@2837..) --- 99ed61e6cc0c0db3082cc4fadff22a2fe3b2049f diff --cc Changes index 85ba839,85ba839..cd8d286 --- a/Changes +++ b/Changes @@@ -79,6 -79,6 +79,91 @@@ Version 5.005_55 Development rel ---------------- ____________________________________________________________________________ ++[ 2957] By: gsar on 1999/02/16 04:09:47 ++ Log: propagate PERL_VERSION everywhere, add to pod ++ Branch: perl ++ ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c ++ ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs ++ ! hints/freebsd.sh hints/os2.sh installman installperl myconfig ++ ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h ++ ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum ++ ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl ++ ! vms/myconfig.com vms/subconfigure.com win32/config.bc ++ ! win32/config.gc win32/config.vc win32/config_sh.PL ++ ! win32/win32.c x2p/a2py.c ++____________________________________________________________________________ ++[ 2955] By: jhi on 1999/02/15 16:15:03 ++ Log: The pack tests now better in C90 (after the packnative patches). ++ Branch: cfgperl ++ ! t/op/pack.t ++____________________________________________________________________________ ++[ 2954] By: gsar on 1999/02/15 14:11:50 ++ Log: tweak Configure to follow new PERL_VERSION etc. ++ Branch: perl ++ ! Configure patchlevel.h pod/perlhist.pod ++____________________________________________________________________________ ++[ 2953] By: jhi on 1999/02/15 14:02:21 ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> MANIFEST Porting/makerel ++____________________________________________________________________________ ++[ 2952] By: jhi on 1999/02/15 13:50:07 ++ Log: Enhance the packnative patch: use the packnative code ++ only if required. Also added hefty testing (hopefully ++ I didn't assume too much...). Tested on alpha, ix86, sparc. ++ Branch: cfgperl ++ ! pod/perlfunc.pod pp.c t/op/pack.t ++____________________________________________________________________________ ++[ 2951] By: jhi on 1999/02/15 13:46:56 ++ Log: AVAILABILITY from 5.005_03-tobe, will of course ++ require updating when 5.006 comes out. ++ Branch: cfgperl ++ ! pod/perl.pod ++____________________________________________________________________________ ++[ 2949] By: gsar on 1999/02/15 13:28:51 ++ Log: will this be it for 5.005_55? ++ Branch: perl ++ ! MANIFEST Porting/makerel ++____________________________________________________________________________ ++[ 2948] By: jhi on 1999/02/15 13:23:52 ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h ++ !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod ++ !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod ++ !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t ++ !> t/lib/bigfloatpm.t t/lib/h2ph.t 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 ++____________________________________________________________________________ ++[ 2947] By: jhi on 1999/02/15 13:20:41 ++ Log: perlport.pod 1.39 from Chris. ++ Branch: cfgperl ++ ! pod/perlport.pod ++____________________________________________________________________________ ++[ 2946] By: jhi on 1999/02/15 13:09:58 ++ Log: Import Ultrix update, change #2864, ++ ++ From: Spider Boardman ++ To: perlbug@perl.com ++ Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED) ++ Date: Wed, 10 Feb 1999 23:33:31 -0500 ++ Message-Id: <9902110433.AA12816@abyss.zk3.dec.com> ++ Branch: cfgperl ++ ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh ++____________________________________________________________________________ ++[ 2945] By: jhi on 1999/02/15 13:04:50 ++ Log: OpenBSD sparc SHMLBA. ++ Branch: cfgperl ++ ! ext/IPC/SysV/SysV.xs ++____________________________________________________________________________ ++[ 2944] By: gsar on 1999/02/15 12:09:52 ++ Log: update win32/config* stuff, Changes ++ Branch: perl ++ ! Changes 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 ++____________________________________________________________________________ [ 2943] By: gsar on 1999/02/15 11:54:08 Log: #include patchlevel.h by default, provide PERL_{REVISION,VERSION,SUBVERSION} @@@ -374,25 -374,25 +459,6 @@@ _______________________________________ +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t !> (integrate 150 files) ____________________________________________________________________________ --[ 2906] By: jhi on 1999/02/13 14:55:47 -- Log: AVAILABILITY sync. -- Branch: maint-5.005/perl -- ! pod/perl.pod --____________________________________________________________________________ --[ 2905] By: gsar on 1999/02/13 00:12:53 -- Log: integrate change#2898 from mainline -- -- support win32_putenv() -- Branch: maint-5.005/perl -- !> mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h -- !> win32/win32.c win32/win32iop.h --____________________________________________________________________________ --[ 2904] By: jhi on 1999/02/12 21:23:30 -- Log: Add README.hurd, from Mark Kettenis . -- Branch: maint-5.005/perl -- + README.hurd -- ! MANIFEST --____________________________________________________________________________ [ 2903] By: gsar on 1999/02/12 13:25:59 Log: From: jan.dubois@ibm.net (Jan Dubois) Date: Sun, 24 Jan 1999 01:12:00 +0100 @@@ -426,11 -426,11 +492,6 @@@ _______________________________________ + t/op/lop.t ! MANIFEST op.c ____________________________________________________________________________ --[ 2900] By: jhi on 1999/02/12 12:07:28 -- Log: SCO ODT/OSR release scanning. -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ [ 2899] By: jhi on 1999/02/12 12:03:48 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers. Branch: cfgperl @@@ -443,24 -443,24 +504,6 @@@ _______________________________________ ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h ! win32/win32.c win32/win32iop.h ____________________________________________________________________________ --[ 2897] By: jhi on 1999/02/12 11:24:25 -- Log: Undo a big bad paste from change #2884. -- Branch: maint-5.005/perl -- ! hints/openbsd.sh --____________________________________________________________________________ --[ 2896] By: jhi on 1999/02/12 11:19:52 -- Log: Update the error message of db-recno.t to DB version 1.86 -- and the URL to www.sleepycat.com instead of www.bostic.com. -- Branch: maint-5.005/perl -- ! t/lib/db-recno.t --____________________________________________________________________________ --[ 2895] By: gsar on 1999/02/12 11:18:59 -- Log: integrate change#2854 from mainline -- -- compatibility fix: magic non-propagation in foreach implicit localization -- Branch: maint-5.005/perl -- !> pp_ctl.c t/op/local.t --____________________________________________________________________________ [ 2894] By: gsar on 1999/02/12 11:09:27 Log: add missing hunk in change#2657 Branch: perl @@@ -528,11 -528,11 +571,6 @@@ _______________________________________ Branch: maint-5.005/perl ! Configure hints/openbsd.sh ____________________________________________________________________________ --[ 2883] By: jhi on 1999/02/12 08:29:51 -- Log: AVAILABILITY sync. -- Branch: maint-5.005/perl -- ! pod/perl.pod --____________________________________________________________________________ [ 2882] By: gsar on 1999/02/12 08:05:20 Log: IO is maintained by p5p (per Graham Barr's wishes) Branch: perl @@@ -560,13 -560,13 +598,6 @@@ _______________________________________ ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t ____________________________________________________________________________ --[ 2878] By: jhi on 1999/02/11 22:00:50 -- Log: Replace changes #2783, #2784, #2785, with a single tested -- patch from Francois Desarmenien . -- Branch: maint-5.005/perl -- ! MANIFEST ext/GDBM_File/hints/sco.pl ext/IPC/SysV/SysV.xs -- ! hints/sco.sh --____________________________________________________________________________ [ 2877] By: jhi on 1999/02/11 20:44:00 Log: From: Chris Nandor To: perl5-porters@perl.org @@@ -576,44 -576,44 +607,6 @@@ Branch: cfgperl ! pod/perlport.pod ____________________________________________________________________________ --[ 2876] By: jhi on 1999/02/11 20:43:17 -- Log: From: Chris Nandor -- To: perl5-porters@perl.org -- Subject: [PATCH] perlport.pod 1.39 -- Date: Thu, 11 Feb 1999 12:28:35 -0500 -- Message-Id: -- Branch: maint-5.005/perl -- ! pod/perlport.pod --____________________________________________________________________________ --[ 2875] By: jhi on 1999/02/11 20:35:08 -- Log: The fpsetmask() really is SCO5 only. -- Branch: maint-5.005/perl -- ! unixish.h --____________________________________________________________________________ --[ 2874] By: jhi on 1999/02/11 20:32:06 -- Log: Change #2783 missed these. -- Branch: maint-5.005/perl -- ! ext/IPC/SysV/SysV.xs unixish.h --____________________________________________________________________________ --[ 2873] By: jhi on 1999/02/11 20:27:45 -- Log: Import the change #2810 from cfgperl. -- Branch: maint-5.005/perl -- + ext/GDBM_File/hints/sco.pl -- ! MANIFEST hints/sco.sh unixish.h --____________________________________________________________________________ --[ 2872] By: jhi on 1999/02/11 19:57:37 -- Log: Sync the current AVAILABILITY. -- Branch: maint-5.005/perl -- ! pod/perl.pod pod/perldelta.pod --____________________________________________________________________________ --[ 2871] By: jhi on 1999/02/11 19:42:54 -- Log: Copied the GNU/Hurd hints file over from cfgperl -- because it works well enough (there are still some -- rough edges in Hurd), verified via private -- email from Mark Kettenis -- Branch: maint-5.005/perl -- + hints/gnu.sh --____________________________________________________________________________ [ 2870] By: gsar on 1999/02/11 11:17:08 Log: remove double typeglob deref (suggested by RonaldWS ) Branch: perl @@@ -656,11 -656,11 +649,6 @@@ _______________________________________ Branch: maint-5.005/perl ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh ____________________________________________________________________________ --[ 2863] By: jhi on 1999/02/11 08:35:35 -- Log: AVAILABILITY. -- Branch: maint-5.005/perl -- ! pod/perl.pod --____________________________________________________________________________ [ 2862] By: gsar on 1999/02/11 08:14:34 Log: integrate changes#2738,2740 from maint-5.005 Branch: perl @@@ -684,16 -684,16 +672,6 @@@ _______________________________________ ! Changes !> pod/perl5005delta.pod ____________________________________________________________________________ --[ 2858] By: gsar on 1999/02/11 07:10:59 -- Log: remove dup hunk -- Branch: maint-5.005/perl -- ! pod/perldelta.pod --____________________________________________________________________________ --[ 2857] By: gsar on 1999/02/11 07:09:20 -- Log: sync with parent version of perldelta.pod -- Branch: maint-5.005/perl -- !> pod/perldelta.pod --____________________________________________________________________________ [ 2856] By: gsar on 1999/02/11 07:07:39 Log: integrate perldelta changes from maint-5.005 Branch: perl @@@ -713,38 -713,38 +691,11 @@@ _______________________________________ Branch: perl ! pp_ctl.c t/op/local.t win32/config.gc ____________________________________________________________________________ --[ 2853] By: gsar on 1999/02/11 00:33:06 -- Log: integrate change#2816 from mainline -- -- minor bug in dumping blessed subrefs -- Branch: maint-5.005/perl -- !> ext/Data/Dumper/Dumper.pm --____________________________________________________________________________ [ 2852] By: gsar on 1999/02/10 23:17:49 Log: fair warning about -Dusethreads Branch: maint-5.005/perl ! Configure INSTALL README.threads ____________________________________________________________________________ --[ 2851] By: jhi on 1999/02/10 23:00:39 -- Log: Snapshot of the ongoing AVAILABILITY discussion. -- Branch: maint-5.005/perl -- ! pod/perl.pod --____________________________________________________________________________ --[ 2850] By: jhi on 1999/02/10 16:07:32 -- Log: OS390 and Windows AVAILABILITY entries enhanced. -- Branch: maint-5.005/perl -- ! pod/perl.pod --____________________________________________________________________________ --[ 2849] By: jhi on 1999/02/10 12:39:46 -- Log: AS/400 and Mac were not described right. -- Branch: maint-5.005/perl -- ! pod/perl.pod --____________________________________________________________________________ --[ 2848] By: jhi on 1999/02/10 09:13:49 -- Log: Added AVAILABILITY section. -- Branch: maint-5.005/perl -- ! pod/perl.pod --____________________________________________________________________________ [ 2847] By: jhi on 1999/02/09 19:13:28 Log: Integrate from mainperl. Branch: cfgperl @@@ -815,16 -815,16 +766,6 @@@ _______________________________________ Branch: cfgperl ! Configure utils/h2ph.PL ____________________________________________________________________________ --[ 2837] By: jhi on 1999/02/08 14:51:39 -- Log: Fix typo introduced in change #2836. -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ --[ 2836] By: jhi on 1999/02/08 14:44:31 -- Log: Augment change #2809, the h2ph-*symbols patch. -- Branch: maint-5.005/perl -- ! Configure t/lib/h2ph.pht --____________________________________________________________________________ [ 2835] By: gsar on 1999/02/08 14:40:23 Log: make qw() into a true list at compile time (slightly modified variant of patch suggested by Tom Hughes ) @@@ -967,34 -967,34 +908,6 @@@ _______________________________________ Branch: perl ! ext/Data/Dumper/Dumper.pm ____________________________________________________________________________ --[ 2815] By: gsar on 1999/02/05 03:44:50 -- Log: integrate change#2242 from mainline -- -- fix skipspace() to properly account for newlines in eval''-ed -- strings (caused bogus line numbers in diagnostics and debugger) -- Branch: maint-5.005/perl -- !> toke.c --____________________________________________________________________________ --[ 2814] By: jhi on 1999/02/04 21:21:39 -- Log: Stratus perlport update. -- Branch: maint-5.005/perl -- ! pod/perlport.pod --____________________________________________________________________________ --[ 2813] By: jhi on 1999/02/04 21:16:54 -- Log: Stratus VOS update. -- -- From: Paul_Green@stratus.com -- To: jhi@iki.fi -- Subject: RE: VOS changes for Perl5.005_03 are ready! -- Date: Thu, 4 Feb 1999 14:51:07 -0500 -- Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A0168@exna1.stratus.com> -- Branch: maint-5.005/perl -- + vos/vos_accept.c -- ! MANIFEST README.vos perl.c pod/perlport.pod vos/Changes -- ! vos/build.cm vos/compile_perl.cm vos/config.h -- ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c -- ! vos/vos_dummies.c vos/vosish.h --____________________________________________________________________________ [ 2812] By: jhi on 1999/02/03 22:02:24 Log: Enhance change #2808. @@@ -1082,15 -1082,15 +995,6 @@@ _______________________________________ Branch: cfgperl ! hints/netbsd.sh pp_sys.c ____________________________________________________________________________ --[ 2802] By: jhi on 1999/02/02 17:41:23 -- Log: From: John Bley -- To: perlbug@perl.org -- Subject: [PATCH]5.005_54 (DOC) fix minor typos -- Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST) -- Message-ID: -- Branch: maint-5.005/perl -- ! pod/perlre.pod --____________________________________________________________________________ [ 2801] By: jhi on 1999/02/02 17:40:14 Log: From: John Bley To: perlbug@perl.org @@@ -1158,12 -1158,12 +1062,6 @@@ _______________________________________ Branch: cfgperl ! lib/overload.pm ____________________________________________________________________________ --[ 2790] By: jhi on 1999/02/02 16:51:45 -- Log: Re-introduce the typo corrections (update to CGI 2.46 -- overran them). -- Branch: maint-5.005/perl -- ! lib/CGI.pm --____________________________________________________________________________ [ 2789] By: jhi on 1999/02/02 16:47:50 Log: Still doc fixes. Branch: cfgperl @@@ -1275,11 -1275,11 +1173,6 @@@ _______________________________________ Branch: cfgperl ! Makefile.SH hints/freebsd.sh ____________________________________________________________________________ --[ 2775] By: jhi on 1999/02/02 13:13:24 -- Log: Mention lib/Dumpvalue.pm. -- Branch: maint-5.005/perl -- ! pod/roffitall --____________________________________________________________________________ [ 2774] By: jhi on 1999/02/02 13:10:39 Log: Add perlthrtut, update pod/* machinery. (a pod/Makefile.SH is sorely needed) @@@ -1296,19 -1296,19 +1189,6 @@@ _______________________________________ Branch: cfgperl ! pod/perlguts.pod ____________________________________________________________________________ --[ 2772] By: jhi on 1999/02/02 12:52:50 -- Log: io/fs.t fails test #18. -- -- From: "G. Del Merritt" -- To: perlbug@perl.com -- Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included) -- Date: Tue, 26 Jan 1999 12:09:09 -0700 -- Message-Id: <199901261909.MAA25525@jhereg.perl.com> -- -- didn't apply cleanly because test #17 is not similar, applied manually -- Branch: cfgperl -- ! t/io/fs.t --____________________________________________________________________________ [ 2771] By: jhi on 1999/02/02 12:47:34 Log: Use perlbug instead of personal email address. Branch: cfgperl @@@ -1348,11 -1348,11 +1228,6 @@@ _______________________________________ Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ --[ 2767] By: jhi on 1999/02/02 12:29:57 -- Log: Demangle spaces to tab+space. -- Branch: maint-5.005/perl -- ! hints/freebsd.sh --____________________________________________________________________________ [ 2766] By: jhi on 1999/02/02 12:27:08 Log: Make Configure use "int main()" instead of bare "main()". Like maint-5.005 change #2703 but now via metaconfig. @@@ -1385,11 -1385,11 +1260,6 @@@ _______________________________________ Branch: cfgperl ! lib/Math/Trig.pm ____________________________________________________________________________ --[ 2758] By: jhi on 1999/02/02 10:51:26 -- Log: Detypo. -- Branch: maint-5.005/perl -- ! lib/Math/Trig.pm --____________________________________________________________________________ [ 2757] By: jhi on 1999/02/02 10:41:26 Log: MPE/iX update (mirror maint-5.005 change #2715) Branch: cfgperl @@@ -1402,11 -1402,11 +1272,6 @@@ _______________________________________ ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ --[ 2755] By: jhi on 1999/02/02 09:07:51 -- Log: Make FreeBSD 2.2.7 work with -Duseshrplib -ders. -- Branch: maint-5.005/perl -- ! hints/freebsd.sh --____________________________________________________________________________ [ 2754] By: gsar on 1999/02/02 08:52:13 Log: Todo updates from Andy Dougherty Branch: perl @@@ -1501,16 -1501,16 +1366,6 @@@ _______________________________________ Branch: perl ! Changes pod/perldelta.pod ____________________________________________________________________________ --[ 2741] By: gbarr on 1999/02/01 03:00:42 -- Log: Fix typecasts in #2728 -- -- From: "G. Del Merritt" -- Date: Fri, 29 Jan 1999 11:47:25 -0700 -- Message-Id: <199901291847.LAA04828@jhereg.perl.com> -- Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included) -- Branch: maint-5.005/perl -- ! ext/POSIX/POSIX.xs --____________________________________________________________________________ [ 2740] By: gsar on 1999/02/01 02:43:07 Log: CAPI inheritance tweak and doc Branch: maint-5.005/perl @@@ -1528,40 -1528,40 +1383,6 @@@ _______________________________________ Branch: maint-5.005/perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ --[ 2737] By: gsar on 1999/01/31 04:55:06 -- Log: remove the big ugly thing jhi sneezed into INSTALL :-) -- Branch: maint-5.005/perl -- ! INSTALL --____________________________________________________________________________ --[ 2736] By: jhi on 1999/01/30 12:57:06 -- Log: From: pvhp@forte.com (Peter Prymmer) -- To: perl-mvs@perl.org, perlbug@perl.com -- Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on os390 05.00 (UNINSTALLED) -- Date: Fri, 29 Jan 99 19:22:31 PST -- Message-Id: <9901300322.AA19136@forte.com> -- -- (slighty edited at the end) -- Branch: maint-5.005/perl -- ! README.os390 --____________________________________________________________________________ --[ 2735] By: jhi on 1999/01/30 11:49:54 -- Log: Undo 5.005-devel random, srandom mention. -- Branch: maint-5.005/perl -- ! INSTALL --____________________________________________________________________________ --[ 2734] By: jhi on 1999/01/29 22:22:00 -- Log: Add perlreftut. -- Branch: maint-5.005/perl -- + pod/perlreftut.pod -- ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall --____________________________________________________________________________ --[ 2732] By: gsar on 1999/01/29 20:09:44 -- Log: integrate change#2720 from mainline -- -- missing space while munging CCFLAGS for PERL_CAPI -- Branch: maint-5.005/perl -- !> lib/ExtUtils/MM_Unix.pm --____________________________________________________________________________ [ 2731] By: jhi on 1999/01/29 14:33:12 Log: FreeBSD version numbers can be like "2.2.8-release". Branch: maint-5.005/perl @@@ -1574,19 -1574,19 +1395,6 @@@ _______________________________________ Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ --[ 2729] By: gbarr on 1999/01/29 05:06:32 -- Log: Trial release 5 -- Branch: maint-5.005/perl -- ! Changes patchlevel.h pod/perlhist.pod --____________________________________________________________________________ --[ 2728] By: gbarr on 1999/01/29 04:10:37 -- Log: From: Ted Law -- Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST) -- Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com> -- Subject: POSIX::strftime buffer overflow problem -- Branch: maint-5.005/perl -- ! ext/POSIX/POSIX.xs --____________________________________________________________________________ [ 2727] By: gbarr on 1999/01/29 04:09:57 Log: From: Tom Spindler Date: Thu, 28 Jan 1999 17:15:11 -0800 @@@ -1610,47 -1610,47 +1418,11 @@@ _______________________________________ Branch: maint-5.005/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ --[ 2724] By: jhi on 1999/01/28 19:27:15 -- Log: Change jhi@iki.fi to perlbug@perl.com. -- Cosmetic change in semctl probing messages. -- Branch: maint-5.005/perl -- ! Configure hints/freebsd.sh --____________________________________________________________________________ --[ 2723] By: jhi on 1999/01/28 17:27:49 -- Log: Yet another typo in a test program. -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ --[ 2722] By: jhi on 1999/01/28 17:13:52 -- Log: The pthreads_created_joinable test had a typo, -- by blind luck the default value works almost anywhere. -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ --[ 2721] By: jhi on 1999/01/28 13:04:23 -- Log: MinT support, adapted from change #2594. -- Branch: maint-5.005/perl -- + README.mint ext/POSIX/hints/mint.pl hints/mint.sh -- + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h -- + mint/sys/time.h mint/time.h -- ! MANIFEST doio.c malloc.c miniperlmain.c perl.c -- ! pod/perldelta.pod t/io/fs.t t/lib/safe2.t t/op/groups.t -- ! t/op/mkdir.t t/op/taint.t --____________________________________________________________________________ [ 2720] By: gsar on 1999/01/27 21:54:42 Log: missing space while munging CCFLAGS for PERL_CAPI Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ --[ 2719] By: jhi on 1999/01/27 19:49:49 -- Log: From: "M.J.T. Guy" -- To: perl5-porters@perl.org -- Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts -- Date: Tue, 26 Jan 1999 22:25:07 +0000 -- Message-Id: -- Branch: maint-5.005/perl -- ! pod/perlguts.pod --____________________________________________________________________________ [ 2718] By: jhi on 1999/01/27 19:46:04 Log: io/fs.t fails test #18 (sense of tests appears to have been changed incompletely; this patch just skips the test attached, @@@ -1675,22 -1675,22 +1447,6 @@@ _______________________________________ Branch: maint-5.005/perl ! iperlsys.h ____________________________________________________________________________ --[ 2716] By: jhi on 1999/01/27 19:38:36 -- Log: From: Dan Sugalski -- To: perlbug@perl.com, vmsperl@perl.org -- Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course) -- Date: Tue, 26 Jan 1999 14:40:38 -0800 -- Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu> -- -- From: Dan Sugalski -- To: perl5-porters@perl.org, vmsperl@perl.org -- Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches -- Date: Tue, 26 Jan 1999 14:55:29 -0800 -- Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu> -- Branch: maint-5.005/perl -- ! t/lib/textfill.t t/lib/textwrap.t vms/ext/Stdio/test.pl -- ! vms/subconfigure.com --____________________________________________________________________________ [ 2715] By: jhi on 1999/01/27 19:34:28 Log: From: Mark Bixby To: perl5-porters@perl.org @@@ -1700,38 -1700,38 +1456,6 @@@ Branch: maint-5.005/perl ! hints/mpeix.sh mpeix/relink ____________________________________________________________________________ --[ 2714] By: jhi on 1999/01/27 19:32:41 -- Log: NetBSD does not do setruid, setrgid. -- Branch: maint-5.005/perl -- ! hints/netbsd.sh --____________________________________________________________________________ --[ 2713] By: jhi on 1999/01/27 19:28:53 -- Log: FreeBSD usethreads, based on private email with -- Anton Berezin . -- Branch: maint-5.005/perl -- ! hints/freebsd.sh --____________________________________________________________________________ --[ 2712] By: jhi on 1999/01/27 19:26:17 -- Log: From: Ilya Zakharevich -- To: Mailing list Perl5 -- Subject: [PATCH 5.005_*] OS/2 threads -- Date: Tue, 26 Jan 1999 13:39:46 -0500 -- Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu> -- Branch: maint-5.005/perl -- ! os2/os2ish.h --____________________________________________________________________________ --[ 2711] By: jhi on 1999/01/27 19:24:28 -- Log: "make ok", "make okfile", and "make nok" were broken -- with -Duseshrplib, because of a shared typo. -- -- From: Spider Boardman -- To: perlbug@perl.com -- Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) -- Date: Wed, 27 Jan 1999 12:27:15 -0500 -- Message-Id: <199901271727.MAA233455@web.zk3.dec.com> -- Branch: maint-5.005/perl -- ! Makefile.SH --____________________________________________________________________________ [ 2710] By: jhi on 1999/01/27 19:22:23 Log: Errno fixes: @@@ -1761,21 -1761,21 +1485,11 @@@ _______________________________________ Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ --[ 2708] By: gbarr on 1999/01/26 04:14:42 -- Log: Trial release 4 -- Branch: maint-5.005/perl -- ! Changes patchlevel.h pod/perlhist.pod --____________________________________________________________________________ [ 2707] By: gbarr on 1999/01/26 02:06:17 Log: Add redef IO::Handle::* for setv?buf() Branch: maint-5.005/perl ! ext/POSIX/POSIX.pm ____________________________________________________________________________ --[ 2706] By: jhi on 1999/01/24 22:26:12 -- Log: Better AIX libc nm scan. -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ [ 2705] By: jhi on 1999/01/24 15:14:30 Log: Mention year-1900 and month 0..11. Branch: cfgperl @@@ -1786,55 -1786,55 +1500,10 @@@ _______________________________________ Branch: cfgperl ! INSTALL pod/perldelta.pod ____________________________________________________________________________ --[ 2703] By: jhi on 1999/01/24 14:26:18 -- Log: Minor Configure adjustments. -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ --[ 2702] By: jhi on 1999/01/24 13:57:33 -- Log: Use usethreads.cbu consistently. -- Branch: maint-5.005/perl -- ! Configure hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh -- ! hints/freebsd.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/linux.sh hints/os2.sh hints/solaris_2.sh --____________________________________________________________________________ --[ 2701] By: jhi on 1999/01/24 13:55:43 -- Log: Mention year-1900 and month 0..11 also here. -- Branch: maint-5.005/perl -- ! lib/Time/Local.pm --____________________________________________________________________________ --[ 2700] By: jhi on 1999/01/24 13:52:36 -- Log: Document Configure -Uinstallusrbinperl. -- Branch: maint-5.005/perl -- ! INSTALL pod/perldelta.pod --____________________________________________________________________________ --[ 2699] By: jhi on 1999/01/24 13:01:57 -- Log: perlopentut was missing. -- Branch: maint-5.005/perl -- + pod/perlopentut.pod -- ! MANIFEST pod/perldelta.pod --____________________________________________________________________________ --[ 2698] By: jhi on 1999/01/24 12:46:00 -- Log: Use only xlc_r for usethreads. -- Branch: cfgperl -- ! hints/aix.sh --____________________________________________________________________________ --[ 2697] By: jhi on 1999/01/24 12:31:33 -- Log: Remove t/op/grent.t (t/op/pwent.t was removed by #2685). -- Branch: maint-5.005/perl -- - t/op/grent.t -- ! MANIFEST --____________________________________________________________________________ --[ 2696] By: gsar on 1999/01/24 11:39:39 -- Log: integrate changes#2255,2694 from mainline -- -- another win32 portability fix: make sysread() and syswrite() -- work on sockets -- -- better notes on 'make' on win32 -- Branch: maint-5.005/perl -- ! README.win32 pp_sys.c win32/win32.h ++[ 2698] By: jhi on 1999/01/24 12:46:00 ++ Log: Use only xlc_r for usethreads. ++ Branch: cfgperl ++ ! hints/aix.sh ____________________________________________________________________________ [ 2695] By: gsar on 1999/01/24 07:09:05 Log: integrate cfgperl changes into mainline @@@ -1847,86 -1847,86 +1516,6 @@@ _______________________________________ Branch: perl ! README.win32 ____________________________________________________________________________ --[ 2693] By: gbarr on 1999/01/24 00:53:31 -- Log: Integrate changes #2646,2647 from cfgperl -- -- Show LANGUAGE env var when needed. (Augment change #2645). -- -- SHMLBA strikes back in NetBSD/sparc. -- -- From: Dave Nelson -- To: jhi@iki.fi -- Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc -- Date: Mon, 18 Jan 1999 22:07:56 -0600 -- Message-Id: <199901190407.WAA02543@longhorn.bellcow.com> -- Branch: maint-5.005/perl -- ! util.c utils/perlbug.PL -- !> ext/IPC/SysV/SysV.xs --____________________________________________________________________________ --[ 2692] By: gbarr on 1999/01/24 00:28:52 -- Log: Integrate #2630 from mainline and an errno save fix -- Branch: maint-5.005/perl -- !> doio.c --____________________________________________________________________________ --[ 2691] By: gbarr on 1999/01/24 00:28:37 -- Log: Update CGI modules to 2.46 and Getopt::Long to 2.19 -- Branch: maint-5.005/perl -- ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm -- ! lib/CGI/Push.pm lib/Getopt/Long.pm t/lib/cgi-html.t --____________________________________________________________________________ --[ 2690] By: gbarr on 1999/01/23 23:35:39 -- Log: Integrate #2681 from cfgperl -- -- Better (I hope) LANGUAGE documentation. -- Branch: maint-5.005/perl -- !> pod/perllocale.pod --____________________________________________________________________________ --[ 2689] By: gbarr on 1999/01/23 23:31:59 -- Log: More nosuid patches -- -- From: Jarkko Hietaniemi -- Date: Fri, 22 Jan 1999 12:12:45 +0200 (EET) -- Message-ID: <13992.20253.269284.841300@alpha.hut.fi> -- Subject: Re: [PATCH] 5.005*: the "nosuid" problem: v2 -- Branch: maint-5.005/perl -- ! Configure config_h.SH perl.c perl.h pod/perldelta.pod -- ! pod/perldiag.pod --____________________________________________________________________________ --[ 2688] By: gbarr on 1999/01/23 23:03:39 -- Log: From: Anton Berezin -- Date: 21 Jan 1999 17:07:28 +0100 -- Message-ID: <86emood2yn.fsf@lion.plab.ku.dk> -- Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0 -- Branch: maint-5.005/perl -- ! hints/freebsd.sh --____________________________________________________________________________ --[ 2687] By: gbarr on 1999/01/23 22:52:58 -- Log: overload syntax is no longer experimental -- Branch: maint-5.005/perl -- ! lib/overload.pm --____________________________________________________________________________ --[ 2685] By: gbarr on 1999/01/23 22:15:46 -- Log: Remove t/op/pwent.t added from cfgperl, but is not robust. -- Branch: maint-5.005/perl -- - t/op/pwent.t -- ! MANIFEST --____________________________________________________________________________ --[ 2684] By: gbarr on 1999/01/23 22:13:07 -- Log: More doc typos from Abigail, and undo some in lib/diagnostics.pm -- from change #2672 -- -- From: abigail@fnx.com -- Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST) -- Message-Id: <19990120003242.19938.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos -- -- From: abigail@fnx.com -- Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST) -- Message-Id: <19990120004041.20052.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos -- Branch: maint-5.005/perl -- ! lib/CGI.pm lib/CPAN.pm lib/diagnostics.pm --____________________________________________________________________________ [ 2683] By: jhi on 1999/01/22 15:41:00 Log: More de-cut-and-pastos. Branch: cfgperl @@@ -1961,21 -1961,21 +1550,6 @@@ _______________________________________ Branch: cfgperl ! Configure config_h.SH ____________________________________________________________________________ --[ 2677] By: gbarr on 1999/01/22 03:38:07 -- Log: Integrate #2645, #2648 and update patching.pod -- -- Document the GNU LANGUAGE env var. -- -- Mention /usr/share/locale. -- -- From: Daniel Grisinger -- Date: 21 Jan 1999 00:17:35 -0700 -- Message-Id: -- Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?) -- Branch: maint-5.005/perl -- ! Porting/patching.pod -- !> pod/perllocale.pod --____________________________________________________________________________ [ 2676] By: gbarr on 1999/01/22 01:54:02 Log: Fixup FindBin to use File::Spec @@@ -1986,114 -1986,114 +1560,6 @@@ Branch: maint-5.005/perl ! lib/FindBin.pm ____________________________________________________________________________ --[ 2675] By: gbarr on 1999/01/22 01:38:31 -- Log: Add new config values added for nosuid fix into VMS configure -- -- From: Dan Sugalski -- Date: Wed, 20 Jan 1999 12:05:18 -0800 -- Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu> -- Subject: [PATCH 5.005_03MT3]VMS configure tweak -- Branch: maint-5.005/perl -- ! vms/subconfigure.com --____________________________________________________________________________ --[ 2674] By: gbarr on 1999/01/22 01:36:35 -- Log: Fix for buggy compiler optimization on dec for pack("I",...) -- -- From: Achim Bohnet -- Date: Wed, 20 Jan 1999 20:25:53 +0100 -- Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de> -- Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 -- Branch: maint-5.005/perl -- ! pp.c --____________________________________________________________________________ --[ 2673] By: gbarr on 1999/01/22 01:29:37 -- Log: OS/2 patches from Ilya -- -- Date: Thu, 21 Jan 1999 02:08:27 -0500 -- From: Ilya Zakharevich -- Subject: [PATCH 5.00*] makedepend -- Message-Id: <19990121020827.A25509@monk.mps.ohio-state.edu> -- -- Date: Thu, 21 Jan 1999 02:46:34 -0500 -- From: Ilya Zakharevich -- Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too -- Message-Id: <19990121024634.A25600@monk.mps.ohio-state.edu> -- -- Date: Thu, 21 Jan 1999 02:50:16 -0500 -- From: Ilya Zakharevich -- Subject: [PATCH 5.005_03] Resend of OS/2 patch -- Message-Id: <19990121025016.A25612@monk.mps.ohio-state.edu> -- -- Date: Thu, 21 Jan 1999 03:58:29 -0500 -- From: Ilya Zakharevich -- Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs -- Message-Id: <19990121035829.A25822@monk.mps.ohio-state.edu> -- Branch: maint-5.005/perl -- ! ext/Errno/Errno_pm.PL makedepend.SH os2/Changes -- ! os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c --____________________________________________________________________________ --[ 2672] By: gbarr on 1999/01/22 01:05:45 -- Log: More doc typo patches from Abigail -- -- From: abigail@fnx.com -- Message-Id: <19990120001410.19645.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos -- Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120004312.20152.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo -- Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120004429.20190.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo -- Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120005241.20693.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo -- Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120005525.20788.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos -- Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120005821.20926.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo -- Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120010002.20973.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo -- Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120013823.23015.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore -- Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120013909.23085.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo -- Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120015817.24306.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos -- Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST) -- -- From: abigail@fnx.com -- Message-Id: <19990120020326.24373.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos -- Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST) -- Branch: maint-5.005/perl -- ! ext/Opcode/Safe.pm ext/Opcode/ops.pm ext/re/re.pm -- ! lib/AutoLoader.pm lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm -- ! lib/Symbol.pm lib/Test.pm lib/diagnostics.pm lib/overload.pm --____________________________________________________________________________ [ 2671] By: gbarr on 1999/01/22 00:40:13 Log: Fix win32 for Borland compiler and spaces in paths @@@ -2418,43 -2418,43 +1884,6 @@@ _______________________________________ Branch: perl ! dump.c ____________________________________________________________________________ --[ 2637] By: gbarr on 1999/01/18 02:52:18 -- Log: Update DB_File to 1.63 -- -- From: pmarquess@bfsec.bt.co.uk (Paul Marquess) -- Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT) -- Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk> -- Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03 -- Branch: maint-5.005/perl -- ! ext/DB_File/Changes ext/DB_File/DB_File.pm -- ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap --____________________________________________________________________________ --[ 2636] By: gbarr on 1999/01/17 18:03:31 -- Log: Trial release 3 -- Branch: maint-5.005/perl -- ! Changes patchlevel.h --____________________________________________________________________________ --[ 2635] By: gbarr on 1999/01/17 17:32:01 -- Log: Update to CPAN-1.44 -- -- From: Mark-Jason Dominus -- Date: Sat, 16 Jan 1999 17:22:06 -0500 -- Message-ID: <19990116222206.3674.qmail@plover.com> -- Subject: Re: DOC PATCH (5.005_54 perlsub.pod) -- Branch: maint-5.005/perl -- ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm -- ! pod/perlsub.pod --____________________________________________________________________________ --[ 2634] By: gbarr on 1999/01/17 17:27:12 -- Log: Fix for suidperl when script is on a nosuid filesystem -- -- From: Jarkko Hietaniemi -- Date: Sun, 17 Jan 1999 16:27:06 +0200 (EET) -- Message-ID: <13985.62266.324824.292401@alpha.hut.fi> -- Subject: [PATCH] 5.005*: the "nosuid" problem: v2 -- Branch: maint-5.005/perl -- ! Configure config_h.SH perl.c perl.h pod/perldiag.pod --____________________________________________________________________________ [ 2633] By: gsar on 1999/01/17 13:39:59 Log: bogus assert() Branch: perl @@@ -2540,33 -2540,33 +1969,6 @@@ _______________________________________ Branch: perl ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod ____________________________________________________________________________ --[ 2618] By: gbarr on 1999/01/16 19:18:26 -- Log: Added Dumpvalue.pm -- -- From: Ilya Zakharevich -- Date: Mon, 7 Dec 1998 02:44:25 -0500 (EST) -- Message-Id: <199812070744.CAA18949@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Dumpvar.pm -- Branch: maint-5.005/perl -- + lib/Dumpvalue.pm -- ! MANIFEST pod/perldelta.pod --____________________________________________________________________________ --[ 2617] By: gbarr on 1999/01/16 19:09:36 -- Log: Minor change to perlxstut and added perlopentut.pod -- -- From: Nathan Torkington -- Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT) -- Message-ID: <13956.15285.933914.320849@localhost.frii.com> -- Subject: [PATCH] perlxstut.pod fix -- -- From: Tom Christiansen -- Date: Sat, 09 Jan 1999 08:13:18 -0700 -- Message-Id: <199901091513.IAA17512@jhereg.perl.com> -- Subject: perlopentut.pod -- Branch: maint-5.005/perl -- ! MANIFEST pod/perl.pod pod/perldelta.pod pod/perlxstut.pod -- ! pod/roffitall --____________________________________________________________________________ [ 2616] By: gbarr on 1999/01/16 18:59:55 Log: Win32 changes from Jan @@@ -2619,24 -2619,24 +2021,6 @@@ _______________________________________ ! Configure Makefile.SH hints/netbsd.sh installperl ! makedepend.SH unixish.h ____________________________________________________________________________ --[ 2613] By: gbarr on 1999/01/16 16:28:40 -- Log: From: Laszlo Molnar -- Date: Thu, 14 Jan 1999 22:37:26 +0100 -- Message-ID: <19990114223726.A177@beeblebrox> -- Subject: [PATCH for 5.005_03-MAINT_TRIAL_2] dos-djgpp update -- Branch: maint-5.005/perl -- ! djgpp/config.over djgpp/djgpp.c --____________________________________________________________________________ --[ 2612] By: gbarr on 1999/01/16 16:27:25 -- Log: Hints for sco.sh to automatically support dynamic linking -- -- From: Peter Wolfe -- Date: Mon, 11 Jan 1999 11:50:20 -0800 (PST) -- Message-Id: <199901111950.LAA01703@titan.teloseng.com> -- Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1 -- Branch: maint-5.005/perl -- ! hints/sco.sh --____________________________________________________________________________ [ 2611] By: jhi on 1999/01/14 12:16:14 Log: From: Tom Christiansen To: pumpkings@jhereg.perl.com @@@ -2647,49 -2647,49 +2031,11 @@@ + pod/perlopentut.pod ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall ____________________________________________________________________________ --[ 2610] By: gbarr on 1999/01/14 03:07:33 -- Log: Fix login in installperl for pods -- -- From: Robin Barker -- Date: Mon, 4 Jan 1999 13:50:10 GMT -- Message-Id: <199901041350.NAA19665@cyclone.cise.npl.co.uk> -- Subject: PATCH to installperl -- Branch: maint-5.005/perl -- ! installperl --____________________________________________________________________________ --[ 2609] By: gbarr on 1999/01/14 03:04:37 -- Log: Fix incorrect "used only once" warnings -- -- From: Ilya Zakharevich -- Date: Fri, 8 Jan 1999 04:37:10 -0500 -- Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu> -- Subject: Re: change#965 flakiness -- Branch: maint-5.005/perl -- ! gv.c --____________________________________________________________________________ --[ 2608] By: gbarr on 1999/01/14 02:56:46 -- Log: Fixed double GLOB de-reference -- -- From: Gurusamy Sarathy -- Date: Sat, 09 Jan 1999 23:40:24 -0500 -- Message-Id: <199901100440.XAA12360@aatma.engin.umich.edu> -- Subject: Re: IO::Pipe with perl -d (on HPUX) -- Branch: maint-5.005/perl -- ! ext/IO/lib/IO/Pipe.pm --____________________________________________________________________________ [ 2607] By: gbarr on 1999/01/14 02:53:40 Log: Added Carp::cluck to perldelta.pod Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ --[ 2606] By: gbarr on 1999/01/14 02:44:04 -- Log: New perlfaq*.pod from Tom (private mail) -- Branch: maint-5.005/perl -- ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod -- ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod -- ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod -- ! pod/perlfaq9.pod --____________________________________________________________________________ [ 2605] By: jhi on 1999/01/13 18:26:19 Log: From: "Jonathan Fine (IT- Borders Online)" To: "'cpan@perl.org'" @@@ -2937,16 -2937,16 +2283,6 @@@ _______________________________________ Branch: cfgperl ! lib/Text/ParseWords.pm t/lib/parsewords.t ____________________________________________________________________________ --[ 2584] By: gbarr on 1999/01/08 04:50:56 -- Log: implemented Ilya's suggested fix, and added a testcase -- -- From: Ilya Zakharevich -- Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST) -- Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu> -- Subject: Re: Text::ParseWords: regex fix -- Branch: maint-5.005/perl -- ! lib/Text/ParseWords.pm t/lib/parsewords.t --____________________________________________________________________________ [ 2583] By: gbarr on 1999/01/08 04:50:03 Log: From: Jarkko Hietaniemi Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET) @@@ -2955,32 -2955,32 +2291,6 @@@ Branch: maint-5.005/perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ --[ 2582] By: gbarr on 1999/01/08 03:37:55 -- Log: More doc changes from Abigail, and included change #2575 from cfgperl -- -- From: abigail@fnx.com -- Message-ID: <19990107041434.22326.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Time/gmtime.pm] Typo fix -- Date: Wed, 6 Jan 1999 23:14:34 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107041746.22376.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Time/localtime.pm] Typo fix -- Date: Wed, 6 Jan 1999 23:17:46 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107042105.22527.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/User/grent.pm] Typo fix -- Date: Wed, 6 Jan 1999 23:21:05 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107042254.22624.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/User/pwent.pw] Typo fix -- Date: Wed, 6 Jan 1999 23:22:54 -0500 (EST) -- Branch: maint-5.005/perl -- ! lib/Math/Trig.pm lib/Time/gmtime.pm lib/Time/localtime.pm -- ! lib/User/grent.pm lib/User/pwent.pm --____________________________________________________________________________ [ 2581] By: jhi on 1999/01/07 16:38:03 Log: Configure update: - usethreads, use64bits, and usemultiplicity @@@ -3076,97 -3076,97 +2386,10 @@@ _______________________________________ ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm ! lib/Tie/Array.pm lib/Tie/Hash.pm ____________________________________________________________________________ --[ 2578] By: gbarr on 1999/01/07 04:30:26 -- Log: From: Dan Sugalski -- Date: Wed, 06 Jan 1999 13:47:34 -0800 -- Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu> -- Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error -- Branch: maint-5.005/perl -- ! vms/vms.c --____________________________________________________________________________ --[ 2577] By: gbarr on 1999/01/07 04:26:28 -- Log: Another set of doc patches from Abigail -- -- From: abigail@fnx.com -- Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes -- Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes -- Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix -- Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes -- Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes -- Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes -- Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix -- Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST) -- Branch: maint-5.005/perl -- ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm -- ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm -- ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm -- ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm -- ! lib/Tie/Array.pm lib/Tie/Hash.pm --____________________________________________________________________________ --[ 2576] By: jhi on 1999/01/06 17:05:20 -- Log: Change #2582 fallout: the amagic_cmp* are no more file static. -- Branch: cfgperl -- ! pp_ctl.c ++[ 2576] By: jhi on 1999/01/06 17:05:20 ++ Log: Change #2582 fallout: the amagic_cmp* are no more file static. ++ Branch: cfgperl ++ ! pp_ctl.c ____________________________________________________________________________ [ 2575] By: jhi on 1999/01/06 13:18:56 Log: Enhance the great_circle_distance() documentation. @@@ -3301,14 -3301,14 +2524,6 @@@ _______________________________________ ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h ! win32/GenCAPI.pl win32/makedef.pl ____________________________________________________________________________ --[ 2567] By: gbarr on 1999/01/06 02:31:28 -- Log: From: Dan Sugalski -- Date: Tue, 05 Jan 1999 16:47:31 -0800 -- Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu> -- Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS -- Branch: maint-5.005/perl -- ! taint.c --____________________________________________________________________________ [ 2566] By: gbarr on 1999/01/06 02:29:05 Log: From: "W. Phillip Moore" Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST) @@@ -3325,97 -3325,97 +2540,11 @@@ _______________________________________ Branch: maint-5.005/perl ! lib/FindBin.pm ____________________________________________________________________________ --[ 2564] By: gbarr on 1999/01/06 02:13:23 -- Log: From: Mark Bixby -- Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST) -- Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu> -- Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX -- Branch: maint-5.005/perl -- ! t/op/sysio.t --____________________________________________________________________________ --[ 2563] By: gbarr on 1999/01/06 02:03:44 -- Log: From: Jarkko Hietaniemi -- Date: Mon, 4 Jan 1999 19:25:03 +0200 (EET) -- Message-Id: <199901041725.TAA30462@alpha.hut.fi> -- Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: undo untrue HP-UX 64-bitness (mostly harmless but misleading) -- Branch: maint-5.005/perl -- ! hints/hpux.sh --____________________________________________________________________________ --[ 2562] By: gbarr on 1999/01/06 02:02:18 -- Log: Jumbo doc patch from Abigail -- -- From: abigail@fnx.com -- Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes -- Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix. -- Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix -- Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix -- Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes -- Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes. -- Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes -- Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix -- Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes. -- Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes -- Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST) -- -- From: abigail@fnx.com -- Message-ID: <19990106012338.9536.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Socket.pm] Typo fix -- Date: Tue, 5 Jan 1999 20:23:38 -0500 (EST) -- Branch: maint-5.005/perl -- ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm -- ! ext/IO/lib/IO/Socket.pm lib/ExtUtils/Command.pm -- ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm -- ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm -- ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm -- ! lib/ExtUtils/Mksymlists.pm --____________________________________________________________________________ [ 2561] By: jhi on 1999/01/05 10:49:10 Log: Reword the setlocale() 1-arg case better. Branch: cfgperl ! ext/POSIX/POSIX.pod ____________________________________________________________________________ --[ 2560] By: gbarr on 1999/01/03 16:59:01 -- Log: Trial release 2 -- Branch: maint-5.005/perl -- ! Changes patchlevel.h --____________________________________________________________________________ [ 2559] By: gbarr on 1999/01/02 15:37:35 Log: From: Blair Zajac Date: Wed, 23 Dec 1998 17:13:32 -0800 @@@ -3424,60 -3424,60 +2553,6 @@@ Branch: maint-5.005/perl ! lib/Tie/SubstrHash.pm ____________________________________________________________________________ --[ 2558] By: gbarr on 1999/01/02 15:30:01 -- Log: integrate change #2544 -- -- From: Tim Bunce -- Subject: bug in pod2man search for perl binary [5.005_5x] -- Date: Sat, 12 Dec 1998 23:08:51 +0000 -- Message-ID: <19981212230851.A20578@ig.co.uk> -- Branch: maint-5.005/perl -- !> pod/pod2man.PL --____________________________________________________________________________ --[ 2557] By: gbarr on 1999/01/02 15:20:42 -- Log: integrate change #2548 -- -- From: Hugo van der Sanden -- To: perl5-porters@perl.org -- cc: hv@crypt0.demon.co.uk -- Subject: [bug 5.004_54] duplicate error message -- Date: Thu, 31 Dec 1998 04:05:25 +0000 -- Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk> -- -- Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net> -- From: Stephen McCamant -- To: hv@crypt0.demon.co.uk -- Cc: perl5-porters@perl.org -- Subject: [PATCH _54] Re: duplicate error message -- Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST) -- -- Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk> -- From: Hugo van der Sanden -- To: Stephen McCamant -- cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org -- Subject: [TEST PATCH _54] Re: duplicate error message -- Date: Fri, 01 Jan 1999 07:32:14 +0000 -- Branch: maint-5.005/perl -- ! op.c t/pragma/warn-1global taint.c --____________________________________________________________________________ --[ 2556] By: gbarr on 1999/01/02 15:18:58 -- Log: From: abigail@fnx.com -- Date: Mon, 28 Dec 1998 14:16:12 -0500 (EST) -- Message-ID: <19981228191612.8380.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod. -- Branch: maint-5.005/perl -- ! lib/fields.pm --____________________________________________________________________________ --[ 2555] By: gbarr on 1999/01/02 15:11:45 -- Log: intregrate change #2547 -- -- From: Chris Nandor -- Subject: Re: [PATCH] perlport.pod 1.38 -- Date: Thu, 31 Dec 1998 09:06:48 -0500 -- Message-Id: -- Branch: maint-5.005/perl -- !> pod/perlport.pod --____________________________________________________________________________ [ 2554] By: jhi on 1999/01/02 14:55:06 Log: Object destruction order testing. Branch: cfgperl @@@ -3579,55 -3579,55 +2654,6 @@@ _______________________________________ Branch: cfgperl ! pod/pod2man.PL ____________________________________________________________________________ --[ 2543] By: gbarr on 1998/12/31 06:17:13 -- Log: integrated relevant parts og changes #2385 & #2387 from mainline -- -- various fixes for race conditions under threads: mutex locks based -- on PL_threadnum were seriously flawed, since it means more than one -- thread could enter the critical region; PL_na was global instead of -- thread-local; child thread could finish and free thr structures -- before Thread->new() got around to creating the Thread object; -- cv_clone() needed locking, as it mucks with PL_comppad and other -- global data; new_struct_thread() needed to lock template-thread's -- mutex while copying its data -- -- another threads reliability fix: serialize writes to thr->threadsv -- avoid most uses of PL_na (which is much more inefficient than a -- simple local); update docs to suit; PL_na now being thr->Tna may -- be a minor compatibility issue for extensions--will require dTHR -- outside of XSUBs (those get automatic dTHR) -- Branch: maint-5.005/perl -- ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c embedvar.h -- ! ext/DynaLoader/dl_next.xs ext/IO/IO.xs ext/Opcode/Opcode.xs -- ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/attrs/attrs.xs -- ! gv.c malloc.c mg.c objXSUB.h op.c os2/OS2/REXX/REXX.xs -- ! os2/os2.c perl.c perlvars.h perly.c perly.y pod/perlcall.pod -- ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c pp.h -- ! pp_ctl.c pp_hot.c pp_sys.c run.c sv.c taint.c thread.h toke.c -- ! universal.c util.c vms/ext/Stdio/Stdio.xs vms/perly_c.vms -- ! vms/vms.c win32/win32.c win32/win32thread.c --____________________________________________________________________________ --[ 2542] By: gbarr on 1998/12/30 14:46:40 -- Log: doc updates -- -- From: abigail@fnx.com -- Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST) -- Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_02] Typo in documentation of pod2html. -- -- From: abigail@fnx.com -- Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST) -- Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com> -- Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented) -- -- pod/perldelta.pod from: -- From: Jarkko Hietaniemi -- Date: Thu, 17 Dec 1998 16:13:34 +0200 (EET) -- Message-ID: <13945.4494.140163.973953@alpha.hut.fi> -- Subject: Re: important UNDOC issues for 5.005_54 -- Branch: maint-5.005/perl -- ! pod/perldelta.pod pod/perlop.pod pod/pod2html.PL --____________________________________________________________________________ [ 2541] By: gbarr on 1998/12/30 14:37:14 Log: From: jan.dubois@ibm.net (Jan Dubois) Date: Wed, 23 Dec 1998 21:26:38 +0100 @@@ -3646,14 -3646,14 +2672,6 @@@ _______________________________________ Branch: cfgperl ! AUTHORS MAINTAIN ____________________________________________________________________________ --[ 2538] By: gbarr on 1998/12/29 14:41:29 -- Log: From: Jarkko Hietaniemi -- Date: Tue, 22 Dec 1998 10:57:48 +0200 (EET) -- Message-ID: <13951.24332.932827.831376@alpha.hut.fi> -- Subject: Re: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch) -- Branch: maint-5.005/perl -- ! t/op/repeat.t util.c --____________________________________________________________________________ [ 2537] By: jhi on 1998/12/29 14:34:47 Log: From: Frank Ridderbusch Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET) @@@ -3663,33 -3663,33 +2681,6 @@@ Branch: cfgperl ! lib/AutoSplit.pm ____________________________________________________________________________ --[ 2535] By: gbarr on 1998/12/29 14:27:56 -- Log: From: Jarkko Hietaniemi -- Date: Fri, 18 Dec 1998 16:39:27 +0200 (EET) -- Message-ID: <13946.26911.140905.387070@alpha.hut.fi> -- Subject: Math::Trig, Math::Complex, Fcntl, addressed (Re: Undocumentation Issues for 5.005) -- Branch: maint-5.005/perl -- ! pod/perldelta.pod --____________________________________________________________________________ --[ 2534] By: gbarr on 1998/12/29 14:23:02 -- Log: From: Jarkko Hietaniemi -- Date: Tue, 15 Dec 1998 17:52:32 +0200 (EET) -- Message-ID: <13942.34240.66558.169330@alpha.hut.fi> -- Subject: some doc link fixes -- Branch: maint-5.005/perl -- ! pod/perlcall.pod pod/perldata.pod pod/perldiag.pod -- ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfunc.pod -- ! pod/perlguts.pod pod/perllocale.pod pod/perlobj.pod -- ! pod/perlsub.pod pod/perlvar.pod --____________________________________________________________________________ --[ 2533] By: gbarr on 1998/12/29 14:23:00 -- Log: From: Chris Nandor -- Date: Sat, 19 Dec 1998 12:54:34 -0500 -- Message-Id: -- Subject: [PATCH] perlport.pod v1.37 -- Branch: maint-5.005/perl -- ! pod/perlport.pod --____________________________________________________________________________ [ 2531] By: gbarr on 1998/12/29 14:12:25 Log: change in_pod pattern to /^=\w/ from /^=/ From: Frank Ridderbusch @@@ -3699,40 -3699,40 +2690,6 @@@ Branch: maint-5.005/perl ! lib/AutoSplit.pm ____________________________________________________________________________ --[ 2530] By: gbarr on 1998/12/29 14:09:51 -- Log: undo the "perlsyn intrusion" into perlfunc -- Branch: maint-5.005/perl -- ! pod/perlfunc.pod --____________________________________________________________________________ --[ 2529] By: gbarr on 1998/12/29 14:04:35 -- Log: From: Jarkko Hietaniemi -- Date: Sun, 13 Dec 1998 14:54:56 +0200 (EET) -- Message-Id: <199812131254.OAA24494@koah.research.nokia.com> -- Subject: ignore_versioned_libs isn't used anywhere (it became ignore_versioned_solibs) -- Branch: maint-5.005/perl -- ! hints/linux.sh --____________________________________________________________________________ --[ 2528] By: gbarr on 1998/12/29 13:59:49 -- Log: From: Ilya Zakharevich -- Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST) -- Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Make sort respect overloading -- Branch: maint-5.005/perl -- ! pp_ctl.c t/pragma/overload.t --____________________________________________________________________________ --[ 2527] By: gbarr on 1998/12/29 13:58:56 -- Log: doc update, quads only work on 64-but platforms -- Branch: maint-5.005/perl -- ! pod/perlfunc.pod --____________________________________________________________________________ --[ 2526] By: gbarr on 1998/12/29 13:49:55 -- Log: From: Andy Dougherty -- Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST) -- Message-Id: -- Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ [ 2525] By: jhi on 1998/12/29 13:06:26 Log: From: "Vishal Bhatia" To: perl5-porters@perl.org @@@ -3841,20 -3841,20 +2798,6 @@@ _______________________________________ + lib/Dumpvalue.pm ! MANIFEST ____________________________________________________________________________ --[ 2512] By: gbarr on 1998/12/28 14:56:36 -- Log: change t/op/pwent.t to ignore NIS includes -- From: achampio@lehman.com (Alan Champion) -- Date: Tue, 1 Dec 1998 15:18:03 GMT -- Message-Id: <9812011518.AA00005@lonhpov1.lehman.com> -- Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) -- -- From: pvhp@forte.com (Peter Prymmer) -- Date: Fri, 4 Dec 98 17:11:41 PST -- Message-Id: <9812050111.AA16778@forte.com> -- Subject: [PATCH 5.005_03-MAINT_TRIAL_1 && 5.005_54]dumper and searchdict ebcdic style -- Branch: maint-5.005/perl -- ! t/lib/dumper.t t/lib/searchdict.t t/op/pwent.t --____________________________________________________________________________ [ 2511] By: gbarr on 1998/12/28 14:55:28 Log: From: jan.dubois@ibm.net (Jan Dubois) Date: Tue, 01 Dec 1998 00:07:33 +0100 @@@ -3870,795 -3870,795 +2813,612 @@@ ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_sh.PL win32/makedef.pl ____________________________________________________________________________ --[ 2510] By: gbarr on 1998/12/28 14:37:35 -- Log: From: Ilya Zakharevich -- Date: Tue, 1 Dec 1998 00:34:08 -0500 (EST) -- Message-Id: <199812010534.AAA21371@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Debugger 'v' command -- Branch: maint-5.005/perl -- ! lib/perl5db.pl --____________________________________________________________________________ [ 2509] By: jhi on 1998/12/28 13:00:31 -- Log: Kickstart AUTHORS and MAINTAIN. -- Branch: cfgperl -- + AUTHORS MAINTAIN -- ! MANIFEST ++ Log: Kickstart AUTHORS and MAINTAIN. ++ Branch: cfgperl ++ + AUTHORS MAINTAIN ++ ! MANIFEST ____________________________________________________________________________ [ 2508] By: jhi on 1998/12/28 08:04:00 -- Log: From: Nathan Torkington -- To: perlbug@perl.com -- Subject: [PATCH] perlxstut.pod fix -- Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT) -- Message-ID: <13956.15285.933914.320849@localhost.frii.com> -- Branch: cfgperl -- ! pod/perlxstut.pod ++ Log: From: Nathan Torkington ++ To: perlbug@perl.com ++ Subject: [PATCH] perlxstut.pod fix ++ Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT) ++ Message-ID: <13956.15285.933914.320849@localhost.frii.com> ++ Branch: cfgperl ++ ! pod/perlxstut.pod ____________________________________________________________________________ [ 2507] By: jhi on 1998/12/28 07:59:00 -- Log: From: abigail@fnx.com -- To: perlbug@perl.com -- Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented) -- Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST) -- Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com> -- (slightly modified, a part of the patch was rejected) -- (strange, I thought I had already submitted this one -- but Perforce disagrees with me...) -- Branch: cfgperl -- ! pod/perlop.pod ++ Log: From: abigail@fnx.com ++ To: perlbug@perl.com ++ Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented) ++ Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST) ++ Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com> ++ (slightly modified, a part of the patch was rejected) ++ (strange, I thought I had already submitted this one ++ but Perforce disagrees with me...) ++ Branch: cfgperl ++ ! pod/perlop.pod ____________________________________________________________________________ [ 2506] By: jhi on 1998/12/28 07:56:59 -- Log: From: Artur -- To: perlbug@perl.com -- Subject: PATCH: perlmodlib.pod -- Date: Fri, 25 Dec 1998 00:48:39 +0000 -- Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com> -- Branch: cfgperl -- ! pod/perlmodlib.pod pod/perlop.pod ++ Log: From: Artur ++ To: perlbug@perl.com ++ Subject: PATCH: perlmodlib.pod ++ Date: Fri, 25 Dec 1998 00:48:39 +0000 ++ Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com> ++ Branch: cfgperl ++ ! pod/perlmodlib.pod pod/perlop.pod ____________________________________________________________________________ [ 2505] By: jhi on 1998/12/28 07:46:06 -- Log: From: abigail@fnx.com -- To: perl5-porters@perl.org (Perl Porters) -- Subject: [PATCH 5.005_02] Typo in documentation of pod2html. -- Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST) -- Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com> -- Branch: cfgperl -- ! pod/pod2html.PL ++ Log: From: abigail@fnx.com ++ To: perl5-porters@perl.org (Perl Porters) ++ Subject: [PATCH 5.005_02] Typo in documentation of pod2html. ++ Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST) ++ Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com> ++ Branch: cfgperl ++ ! pod/pod2html.PL ____________________________________________________________________________ [ 2504] By: jhi on 1998/12/28 07:44:35 -- Log: From: Jim Avera -- To: perlbug@perl.com -- Subject: perlbug bug - shows dates reversed -- Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST) -- Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com> -- Branch: cfgperl -- ! utils/perlbug.PL ++ Log: From: Jim Avera ++ To: perlbug@perl.com ++ Subject: perlbug bug - shows dates reversed ++ Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST) ++ Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com> ++ Branch: cfgperl ++ ! utils/perlbug.PL ____________________________________________________________________________ [ 2503] By: jhi on 1998/12/28 07:41:39 -- Log: From: jan.dubois@ibm.net (Jan Dubois) -- To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org -- Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line -- Date: Wed, 23 Dec 1998 21:26:38 +0100 -- Message-ID: <36895086.8849224@smtp1.ibm.net> -- Branch: cfgperl -- ! lib/ExtUtils/MakeMaker.pm ++ Log: From: jan.dubois@ibm.net (Jan Dubois) ++ To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org ++ Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line ++ Date: Wed, 23 Dec 1998 21:26:38 +0100 ++ Message-ID: <36895086.8849224@smtp1.ibm.net> ++ Branch: cfgperl ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 2502] By: jhi on 1998/12/28 07:39:20 -- Log: From: Blair Zajac -- To: perl5-porters@perl.org -- Subject: Tie::SubstrHash patch -- Date: Wed, 23 Dec 1998 17:13:32 -0800 -- Message-ID: <3681953C.8B6A90AA@geostaff.com> -- Branch: cfgperl -- ! lib/Tie/SubstrHash.pm ++ Log: From: Blair Zajac ++ To: perl5-porters@perl.org ++ Subject: Tie::SubstrHash patch ++ Date: Wed, 23 Dec 1998 17:13:32 -0800 ++ Message-ID: <3681953C.8B6A90AA@geostaff.com> ++ Branch: cfgperl ++ ! lib/Tie/SubstrHash.pm ____________________________________________________________________________ [ 2501] By: jhi on 1998/12/28 07:37:16 -- Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder) -- To: perlbug@perl.com -- Subject: perlfaq9 minor error -- Date: Wed, 23 Dec 1998 14:54:19 -0800 -- Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM> -- Branch: cfgperl -- ! pod/perlfaq9.pod ++ Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder) ++ To: perlbug@perl.com ++ Subject: perlfaq9 minor error ++ Date: Wed, 23 Dec 1998 14:54:19 -0800 ++ Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM> ++ Branch: cfgperl ++ ! pod/perlfaq9.pod ____________________________________________________________________________ [ 2500] By: jhi on 1998/12/23 10:38:18 -- Log: More porting notes about filesystems, AmigaOS, and MiNT. -- Branch: cfgperl -- ! pod/perlport.pod ++ Log: More porting notes about filesystems, AmigaOS, and MiNT. ++ Branch: cfgperl ++ ! pod/perlport.pod ____________________________________________________________________________ [ 2499] By: jhi on 1998/12/22 09:26:49 -- Log: Add few MSG_ and uio constants. -- Branch: cfgperl -- ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h ++ Log: Add few MSG_ and uio constants. ++ Branch: cfgperl ++ ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h ____________________________________________________________________________ [ 2498] By: jhi on 1998/12/22 08:39:30 -- Log: Slight recoding of util.c:repeatcpy() to circumnavigate -- a Digital C compiler optimizer bug that broke the 'x' -- operator under certain circumstances. See t/op/repeat.t -- test #20 for graphic details. Reported in -- -- From: Gisle Aas -- To: Mark Martinec -- Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org -- Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch -- Date: 18 Dec 1998 14:27:40 +0100 -- Message-ID: -- -- and discussed further in the thread -- -- From: Jarkko Hietaniemi -- To: Gisle Aas -- Cc: Mark Martinec , ach@xray.mpe.mpg.de, -- cpan-testers@perl.org, perl5-porters@perl.org -- Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch) -- Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET) -- Message-ID: <13946.25661.193449.138023@alpha.hut.fi> -- Branch: cfgperl -- ! t/op/repeat.t util.c ++ Log: Slight recoding of util.c:repeatcpy() to circumnavigate ++ a Digital C compiler optimizer bug that broke the 'x' ++ operator under certain circumstances. See t/op/repeat.t ++ test #20 for graphic details. Reported in ++ ++ From: Gisle Aas ++ To: Mark Martinec ++ Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org ++ Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch ++ Date: 18 Dec 1998 14:27:40 +0100 ++ Message-ID: ++ ++ and discussed further in the thread ++ ++ From: Jarkko Hietaniemi ++ To: Gisle Aas ++ Cc: Mark Martinec , ach@xray.mpe.mpg.de, ++ cpan-testers@perl.org, perl5-porters@perl.org ++ Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch) ++ Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET) ++ Message-ID: <13946.25661.193449.138023@alpha.hut.fi> ++ Branch: cfgperl ++ ! t/op/repeat.t util.c ____________________________________________________________________________ [ 2497] By: jhi on 1998/12/21 14:18:57 -- Log: Change #2483 update. -- Branch: cfgperl -- ! t/op/tr.t ++ Log: Change #2483 update. ++ Branch: cfgperl ++ ! t/op/tr.t ____________________________________________________________________________ [ 2496] By: jhi on 1998/12/21 14:07:41 -- Log: Update on change #2493. -- Branch: cfgperl -- ! t/pragma/warn/op ++ Log: Update on change #2493. ++ Branch: cfgperl ++ ! t/pragma/warn/op ____________________________________________________________________________ [ 2495] By: jhi on 1998/12/21 13:52:00 -- Log: Change #2487 aftershock. -- Branch: cfgperl -- ! warning.pl ++ Log: Change #2487 aftershock. ++ Branch: cfgperl ++ ! warning.pl ____________________________________________________________________________ [ 2494] By: jhi on 1998/12/21 12:35:00 -- Log: From: Chris Nandor -- To: perl5-porters@perl.org -- Subject: [PATCH] perlport.pod v1.37 -- Date: Sat, 19 Dec 1998 12:54:34 -0500 -- Message-Id: -- Branch: cfgperl -- ! pod/perlport.pod ++ Log: From: Chris Nandor ++ To: perl5-porters@perl.org ++ Subject: [PATCH] perlport.pod v1.37 ++ Date: Sat, 19 Dec 1998 12:54:34 -0500 ++ Message-Id: ++ Branch: cfgperl ++ ! pod/perlport.pod ____________________________________________________________________________ [ 2493] By: jhi on 1998/12/21 12:22:44 -- Log: From: Mark-Jason Dominus -- To: perl5-porters@perl.com -- Subject: PATCH (5.005_02): Dejargonizing -- Date: Sun, 20 Dec 1998 14:35:20 -0500 -- Message-ID: <19981220193520.11230.qmail@plover.com> -- -- From: Mark-Jason Dominus -- To: perl5-porters@perl.com -- Subject: PATCH (5.005_02): Spelling correction in warning message -- Date: Sun, 20 Dec 1998 13:51:30 -0500 -- Message-ID: <19981220185130.11067.qmail@plover.com> -- Branch: cfgperl -- ! doio.c op.c ++ Log: From: Mark-Jason Dominus ++ To: perl5-porters@perl.com ++ Subject: PATCH (5.005_02): Dejargonizing ++ Date: Sun, 20 Dec 1998 14:35:20 -0500 ++ Message-ID: <19981220193520.11230.qmail@plover.com> ++ ++ From: Mark-Jason Dominus ++ To: perl5-porters@perl.com ++ Subject: PATCH (5.005_02): Spelling correction in warning message ++ Date: Sun, 20 Dec 1998 13:51:30 -0500 ++ Message-ID: <19981220185130.11067.qmail@plover.com> ++ Branch: cfgperl ++ ! doio.c op.c ____________________________________________________________________________ [ 2492] By: jhi on 1998/12/21 09:00:05 -- Log: From: "Vishal Bhatia" -- To: perl5-porters@perl.org -- Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems -- Date: Sun, 20 Dec 1998 19:03:25 PST -- Message-ID: <19981221030326.27660.qmail@hotmail.com> -- -- (slightly reformatted) -- Branch: cfgperl -- ! ext/B/B/CC.pm ++ Log: From: "Vishal Bhatia" ++ To: perl5-porters@perl.org ++ Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems ++ Date: Sun, 20 Dec 1998 19:03:25 PST ++ Message-ID: <19981221030326.27660.qmail@hotmail.com> ++ ++ (slightly reformatted) ++ Branch: cfgperl ++ ! ext/B/B/CC.pm ____________________________________________________________________________ [ 2491] By: nick on 1998/12/20 14:21:29 -- Log: Save _all_ GV's which have SV, AV or HV set. -- Branch: perl -- ! ext/B/B/C.pm ++ Log: Save _all_ GV's which have SV, AV or HV set. ++ Branch: perl ++ ! ext/B/B/C.pm ____________________________________________________________________________ [ 2490] By: jhi on 1998/12/18 15:13:19 -- Log: Add idea about generalising cpp symbol probing of Errno. -- Branch: cfgperl -- ! Todo ++ Log: Add idea about generalising cpp symbol probing of Errno. ++ Branch: cfgperl ++ ! Todo ____________________________________________________________________________ [ 2489] By: jhi on 1998/12/18 14:47:57 -- Log: Address some of the issues of: -- -- From: Tom Christiansen -- To: perl-porters-active@jhereg.perl.com -- Subject: Undocumentation Issues for 5.005 -- Date: Thu, 17 Dec 1998 14:46:24 -0700 -- Message-Id: <199812172146.OAA05316@jhereg.perl.com> -- Branch: cfgperl -- ! pod/perl5005delta.pod ++ Log: Address some of the issues of: ++ ++ From: Tom Christiansen ++ To: perl-porters-active@jhereg.perl.com ++ Subject: Undocumentation Issues for 5.005 ++ Date: Thu, 17 Dec 1998 14:46:24 -0700 ++ Message-Id: <199812172146.OAA05316@jhereg.perl.com> ++ Branch: cfgperl ++ ! pod/perl5005delta.pod ____________________________________________________________________________ [ 2488] By: jhi on 1998/12/18 11:26:32 -- Log: From: root -- To: perlbug@perl.com -- Cc: k@dubravka.in-berlin.de -- Subject: Please add no_modify to PERL_POLLUTE -- Date: Fri, 18 Dec 1998 10:45:52 +0100 -- Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de> -- -- (Really from Andreas König) -- Branch: cfgperl -- ! embed.pl ++ Log: From: root ++ To: perlbug@perl.com ++ Cc: k@dubravka.in-berlin.de ++ Subject: Please add no_modify to PERL_POLLUTE ++ Date: Fri, 18 Dec 1998 10:45:52 +0100 ++ Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de> ++ ++ (Really from Andreas König) ++ Branch: cfgperl ++ ! embed.pl ____________________________________________________________________________ [ 2487] By: jhi on 1998/12/17 14:05:52 -- Log: Some (by far not all) issues of the below message addressed. -- -- From: Tom Christiansen -- To: The Perl Porters Mailing List -- Subject: important UNDOC issues for 5.005_54 -- Date: Wed, 16 Dec 1998 21:14:53 -0700 -- Message-Id: <199812170414.VAA25860@jhereg.perl.com> -- Branch: cfgperl -- ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod ++ Log: Some (by far not all) issues of the below message addressed. ++ ++ From: Tom Christiansen ++ To: The Perl Porters Mailing List ++ Subject: important UNDOC issues for 5.005_54 ++ Date: Wed, 16 Dec 1998 21:14:53 -0700 ++ Message-Id: <199812170414.VAA25860@jhereg.perl.com> ++ Branch: cfgperl ++ ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod ____________________________________________________________________________ [ 2486] By: jhi on 1998/12/17 12:47:15 -- Log: From: Ilya Zakharevich -- To: domo@computer.org -- Cc: jhi@iki.fi, perl5-porters@perl.org -- Subject: Re: stuff related to malloc.c -- Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST) -- Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu> -- Branch: cfgperl -- ! malloc.c ++ Log: From: Ilya Zakharevich ++ To: domo@computer.org ++ Cc: jhi@iki.fi, perl5-porters@perl.org ++ Subject: Re: stuff related to malloc.c ++ Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST) ++ Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu> ++ Branch: cfgperl ++ ! malloc.c ____________________________________________________________________________ [ 2485] By: jhi on 1998/12/17 12:17:19 -- Log: More porting notes. -- Branch: cfgperl -- ! Porting/pumpkin.pod ++ Log: More porting notes. ++ Branch: cfgperl ++ ! Porting/pumpkin.pod ____________________________________________________________________________ [ 2484] By: jhi on 1998/12/15 08:38:05 -- Log: Undo #2386 and #2205. -- Branch: cfgperl -- ! pod/perlfunc.pod ++ Log: Undo #2386 and #2205. ++ Branch: cfgperl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 2483] By: jhi on 1998/12/14 17:58:35 -- Log: lib was missing from @INC. -- Branch: cfgperl -- ! t/op/tr.t ++ Log: lib was missing from @INC. ++ Branch: cfgperl ++ ! t/op/tr.t ____________________________________________________________________________ [ 2482] By: jhi on 1998/12/14 17:52:42 -- Log: Was missing use Text::Wrap. -- Branch: cfgperl -- ! t/lib/textfill.t ++ Log: Was missing use Text::Wrap. ++ Branch: cfgperl ++ ! t/lib/textfill.t ____________________________________________________________________________ [ 2481] By: jhi on 1998/12/14 16:00:22 -- Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted. -- -- From: Jonathan Roy -- To: perl5-porters@perl.org -- Subject: nlist.h add to Configure checks? -- Date: Sun, 13 Dec 1998 22:22:49 -0500 -- Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com> -- Branch: cfgperl -- + ext/DynaLoader/hints/linux.pl -- ! MANIFEST ++ Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted. ++ ++ From: Jonathan Roy ++ To: perl5-porters@perl.org ++ Subject: nlist.h add to Configure checks? ++ Date: Sun, 13 Dec 1998 22:22:49 -0500 ++ Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com> ++ Branch: cfgperl ++ + ext/DynaLoader/hints/linux.pl ++ ! MANIFEST ____________________________________________________________________________ [ 2480] By: jhi on 1998/12/14 15:02:44 -- Log: Give up completely using nm in AIX. -- -- From: "Kurt D. Starsinic" -- To: Gurusamy Sarathy , Jarkko Hietaniemi -- Cc: perl5-porters@perl.org -- Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions -- Date: Thu, 10 Dec 1998 00:51:46 -0500 -- Message-ID: <19981210005146.B29986@O2.chapin.edu> -- Branch: cfgperl -- ! hints/aix.sh ++ Log: Give up completely using nm in AIX. ++ ++ From: "Kurt D. Starsinic" ++ To: Gurusamy Sarathy , Jarkko Hietaniemi ++ Cc: perl5-porters@perl.org ++ Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions ++ Date: Thu, 10 Dec 1998 00:51:46 -0500 ++ Message-ID: <19981210005146.B29986@O2.chapin.edu> ++ Branch: cfgperl ++ ! hints/aix.sh ____________________________________________________________________________ [ 2479] By: jhi on 1998/12/14 14:39:52 -- Log: AIX' error messages are different. -- -- From: "Kurt D. Starsinic" -- To: Gurusamy Sarathy -- Cc: perl5-porters@perl.org -- Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t -- Date: Thu, 10 Dec 1998 00:42:36 -0500 -- Message-ID: <19981210004236.A29986@O2.chapin.edu> -- -- From: Michael Engel -- To: perlbug@perl.com -- Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1 -- Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST) -- Message-ID: -- Branch: cfgperl -- ! t/pragma/warn/doio --____________________________________________________________________________ --[ 2478] By: gbarr on 1998/12/13 16:02:24 -- Log: From: pvhp@forte.com (Peter Prymmer) -- Date: Mon, 30 Nov 98 21:08:36 PST -- Message-Id: <9812010508.AA07791@forte.com> -- Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390 -- Branch: maint-5.005/perl -- ! hints/os390.sh --____________________________________________________________________________ --[ 2477] By: gbarr on 1998/12/13 16:00:23 -- Log: From: Dan Sugalski -- Date: Mon, 30 Nov 1998 17:08:12 -0800 -- Message-Id: <3.0.6.32.19981130170812.00b12b70@ous.edu> -- Subject: [PATCH 5.005_03]Minor VMS patches needed to build -- Branch: maint-5.005/perl -- ! lib/ExtUtils/MM_VMS.pm vms/subconfigure.com --____________________________________________________________________________ --[ 2476] By: gbarr on 1998/12/13 15:30:58 -- Log: From: pvhp@forte.com (Peter Prymmer) -- Date: Fri, 4 Dec 98 00:37:32 PST -- Message-Id: <9812040837.AA10908@forte.com> -- Subject: Re: [PATCH 5.005_03-MAINT-TRIAL1] some tweaks to the build process for OS/390 -- Branch: maint-5.005/perl -- ! Makefile.SH regcomp.c ++ Log: AIX' error messages are different. ++ ++ From: "Kurt D. Starsinic" ++ To: Gurusamy Sarathy ++ Cc: perl5-porters@perl.org ++ Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t ++ Date: Thu, 10 Dec 1998 00:42:36 -0500 ++ Message-ID: <19981210004236.A29986@O2.chapin.edu> ++ ++ From: Michael Engel ++ To: perlbug@perl.com ++ Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1 ++ Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST) ++ Message-ID: ++ Branch: cfgperl ++ ! t/pragma/warn/doio ____________________________________________________________________________ [ 2475] By: jhi on 1998/12/13 12:35:55 -- Log: From: Ilya Zakharevich -- To: jhi@iki.fi -- Cc: Carl_Adler@idx.com, perl5-porters@perl.org -- Subject: Re: stuff related to malloc.c -- Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST) -- Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu> -- Branch: cfgperl -- ! malloc.c ++ Log: From: Ilya Zakharevich ++ To: jhi@iki.fi ++ Cc: Carl_Adler@idx.com, perl5-porters@perl.org ++ Subject: Re: stuff related to malloc.c ++ Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST) ++ Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu> ++ Branch: cfgperl ++ ! malloc.c ____________________________________________________________________________ [ 2474] By: jhi on 1998/12/13 12:32:42 -- Log: Some notes about porting issues. -- Branch: cfgperl -- ! Porting/pumpkin.pod ++ Log: Some notes about porting issues. ++ Branch: cfgperl ++ ! Porting/pumpkin.pod ____________________________________________________________________________ [ 2473] By: jhi on 1998/12/13 12:03:58 -- Log: From: Laszlo Molnar -- To: Perl 5 Porters -- Subject: [patch 5.005_02] dos-djgpp update -- Date: Sun, 13 Dec 1998 00:08:44 +0100 -- Message-ID: <19981213000844.C264@beeblebrox> -- Branch: cfgperl -- ! djgpp/config.over ++ Log: From: Laszlo Molnar ++ To: Perl 5 Porters ++ Subject: [patch 5.005_02] dos-djgpp update ++ Date: Sun, 13 Dec 1998 00:08:44 +0100 ++ Message-ID: <19981213000844.C264@beeblebrox> ++ Branch: cfgperl ++ ! djgpp/config.over ____________________________________________________________________________ [ 2472] By: gbarr on 1998/12/12 17:12:28 -- Log: undo changes to Exporter.pm from #2312 -- Branch: maint-5.005/perl -- ! lib/Exporter.pm --____________________________________________________________________________ --[ 2471] By: gbarr on 1998/12/12 17:09:39 -- Log: integrate change#2459 from cfgperl -- -- enclose case want_vtbl_collxfrm with #ifdef USE_LOCALE_COLLATE -- -- From: hansm@icgroup.nl -- Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) -- Date: Sun, 6 Dec 98 22:19:54 +0100 -- Message-Id: <9812062116.AA26445@icgned.icgroup.nl> -- Branch: maint-5.005/perl -- ! util.c --____________________________________________________________________________ --[ 2470] By: gbarr on 1998/12/12 16:46:03 -- Log: re-sync'd Text::Wrap with new version from CPAN -- Branch: maint-5.005/perl -- +> t/lib/textfill.t -- ! MANIFEST -- !> lib/Text/Wrap.pm t/lib/textwrap.t --____________________________________________________________________________ --[ 2469] By: gbarr on 1998/12/12 15:58:43 -- Log: integrate changes#2435,2436 from cfgperl -- -- Pod::Html and Pod::Text were not locale-savvy: -- for example in =head1 all non-ASCII-\w-runs were -- turned into underscores in NAME tags. This could -- result in several NAME tags becoming identical. -- Reported by: -- -- From: Fyodor Krasnov -- Subject: pod2html vs Russian Characters -- To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com -- Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) -- Message-Id: <199811241600.TAA05149@stat.aha.ru> -- -- One paste too many in #2435. -- Branch: maint-5.005/perl -- !> lib/Pod/Html.pm lib/Pod/Text.pm --____________________________________________________________________________ --[ 2468] By: gbarr on 1998/12/12 15:01:58 -- Log: redirect trail program to error msg file in Configure -- -- From: Andy Dougherty -- Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST) -- Message-Id: -- Subject: [PATCH 5.005_xx] Missing redirection of simple test program -- Branch: maint-5.005/perl -- ! Configure --____________________________________________________________________________ --[ 2467] By: gbarr on 1998/12/12 14:52:24 -- Log: Change reall_srchlen back to an int from a #define -- -- From: Graham Barr -- Date: Mon, 30 Nov 1998 14:29:14 -0600 -- Message-ID: <19981130142914.X1504@asic.sc.ti.com> -- Subject: [PATCH 5.005_03-MT!] Re: one compilation warning from 5_03-MT1 -- Branch: maint-5.005/perl -- ! malloc.c --____________________________________________________________________________ --[ 2466] By: gbarr on 1998/12/12 14:40:56 -- Log: s/SCM_CREDENTIALSS/SCM_CREDENTIALs/ in Socket.xs -- -- From: Andy Dougherty -- Date: Thu, 3 Dec 1998 11:26:25 -0500 (EST) -- Message-Id: -- Subject: [PATCH 5.005_03-MAINT_TRIAL_1] Trivial grammar patch -- Branch: maint-5.005/perl -- ! Porting/Glossary -- !> ext/Socket/Socket.xs ++ Log: undo changes to Exporter.pm from #2312 ++ Branch: maint-5.005/perl ++ ! lib/Exporter.pm ____________________________________________________________________________ [ 2465] By: jhi on 1998/12/12 12:31:21 -- Log: Document that qw() taints. -- -- From: Christian Burger -- To: perlbug@perl.com -- Subject: taint problems -- Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) -- Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de> -- Branch: cfgperl -- ! pod/perlop.pod ++ Log: Document that qw() taints. ++ ++ From: Christian Burger ++ To: perlbug@perl.com ++ Subject: taint problems ++ Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) ++ Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de> ++ Branch: cfgperl ++ ! pod/perlop.pod ____________________________________________________________________________ [ 2464] By: jhi on 1998/12/11 14:09:51 -- Log: From: Horst von Brand -- To: dist-users@foretune.co.jp -- Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type -- Date: Mon, 07 Dec 1998 20:13:04 -0400 -- Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl> -- Branch: cfgperl -- ! Configure ++ Log: From: Horst von Brand ++ To: dist-users@foretune.co.jp ++ Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type ++ Date: Mon, 07 Dec 1998 20:13:04 -0400 ++ Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl> ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2463] By: jhi on 1998/12/11 13:29:54 -- Log: MAXPATHLEN. -- Branch: cfgperl -- ! perl.h ++ Log: MAXPATHLEN. ++ Branch: cfgperl ++ ! perl.h ____________________________________________________________________________ [ 2462] By: jhi on 1998/12/11 08:37:58 -- Log: From: Mark Kettenis -- To: perl5-porters@perl.org -- Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd -- Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET) -- Message-Id: <199812102100.WAA00097@delius.kettenis.nl> -- Branch: cfgperl -- + hints/gnu.sh ++ Log: From: Mark Kettenis ++ To: perl5-porters@perl.org ++ Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd ++ Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET) ++ Message-Id: <199812102100.WAA00097@delius.kettenis.nl> ++ Branch: cfgperl ++ + hints/gnu.sh ____________________________________________________________________________ [ 2461] By: nick on 1998/12/10 21:00:50 -- Log: Date: Wed, 09 Dec 1998 22:16:50 PST -- From: Vishal Bhatia -- 1. Fixes the bug reported by Robin Barker -- 2. Fixes the bug regarding return value of c-functions generated out -- of perl subs. ( Just includes the patch I sent earlier) -- 3. Incorporates the other changes that need to be done to get CC.pm -- use ISA search for packages and methods on the same lines as C.pm -- -- Vishal would appreciate comments about B::Stackobj changes from -- someone knowing that module well. -- Branch: perl -- ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm ++ Log: Date: Wed, 09 Dec 1998 22:16:50 PST ++ From: Vishal Bhatia ++ 1. Fixes the bug reported by Robin Barker ++ 2. Fixes the bug regarding return value of c-functions generated out ++ of perl subs. ( Just includes the patch I sent earlier) ++ 3. Incorporates the other changes that need to be done to get CC.pm ++ use ISA search for packages and methods on the same lines as C.pm ++ ++ Vishal would appreciate comments about B::Stackobj changes from ++ someone knowing that module well. ++ Branch: perl ++ ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm ____________________________________________________________________________ [ 2460] By: jhi on 1998/12/08 08:11:27 -- Log: Integrate from mainperl. -- Branch: cfgperl -- !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm -- !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod -- !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t -- !> toke.c util.c ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ++ !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod ++ !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t ++ !> toke.c util.c ____________________________________________________________________________ [ 2459] By: jhi on 1998/12/07 07:50:11 -- Log: From: hansm@icgroup.nl -- Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) -- Reply-To: hansmu@xs4all.nl -- To: perlbug@perl.com -- Date: Sun, 6 Dec 98 22:19:54 +0100 -- Message-Id: <9812062116.AA26445@icgned.icgroup.nl> -- Branch: cfgperl -- ! util.c ++ Log: From: hansm@icgroup.nl ++ Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) ++ Reply-To: hansmu@xs4all.nl ++ To: perlbug@perl.com ++ Date: Sun, 6 Dec 98 22:19:54 +0100 ++ Message-Id: <9812062116.AA26445@icgned.icgroup.nl> ++ Branch: cfgperl ++ ! util.c ____________________________________________________________________________ [ 2458] By: gsar on 1998/12/07 06:00:55 -- Log: fix dup lexical -- Branch: perl -- ! ext/B/B/Deparse.pm t/lib/io_unix.t ++ Log: fix dup lexical ++ Branch: perl ++ ! ext/B/B/Deparse.pm t/lib/io_unix.t ____________________________________________________________________________ [ 2457] By: gsar on 1998/12/06 14:38:59 -- Log: mention limit on line numbers reported by diagnostics -- Branch: perl -- ! pod/perl.pod toke.c ++ Log: mention limit on line numbers reported by diagnostics ++ Branch: perl ++ ! pod/perl.pod toke.c ____________________________________________________________________________ [ 2456] By: gsar on 1998/12/06 13:49:02 -- Log: branch perldelta.pod -- Branch: maint-5.005/perl -- +> pod/perldelta.pod ++ Log: branch perldelta.pod ++ Branch: maint-5.005/perl ++ +> pod/perldelta.pod ____________________________________________________________________________ [ 2455] By: gsar on 1998/12/06 13:47:21 -- Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod -- Branch: maint-5.005/perl -- - pod/perldelta.pod ++ Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod ++ Branch: maint-5.005/perl ++ - pod/perldelta.pod ____________________________________________________________________________ [ 2454] By: gsar on 1998/12/06 13:35:31 -- Log: fix outdated/incorrect info about arbitrary limits -- Branch: perl -- ! Changes perl.h pod/perl.pod pod/perl5005delta.pod -- ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c ++ Log: fix outdated/incorrect info about arbitrary limits ++ Branch: perl ++ ! Changes perl.h pod/perl.pod pod/perl5005delta.pod ++ ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c ____________________________________________________________________________ [ 2453] By: nick on 1998/12/05 16:14:42 -- Log: Avoid hard-coding op numbers -- Update CC.pm to save %INC, and to co-exist with new C.pm -- Branch: perl -- ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ++ Log: Avoid hard-coding op numbers ++ Update CC.pm to save %INC, and to co-exist with new C.pm ++ Branch: perl ++ ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ____________________________________________________________________________ [ 2452] By: nick on 1998/12/05 10:44:28 -- Log: B.xs had its own code to calculate hash() which differed from -- PERL_HASH in hv.h - so all saved HV's were mangled - including %INC -- which meant that run-time require was re-done. -- Removed some debug from C.pm -- Branch: perl -- ! ext/B/B.xs ext/B/B/C.pm ++ Log: B.xs had its own code to calculate hash() which differed from ++ PERL_HASH in hv.h - so all saved HV's were mangled - including %INC ++ which meant that run-time require was re-done. ++ Removed some debug from C.pm ++ Branch: perl ++ ! ext/B/B.xs ext/B/B/C.pm ____________________________________________________________________________ [ 2451] By: nick on 1998/12/04 21:58:49 -- Log: Snapshot of re-worked B::C which compiles Tk apps at least as -- well as _54, but with pre-scan for classes and save the ISA scheme. -- Branch: perl -- ! ext/B/B/C.pm ++ Log: Snapshot of re-worked B::C which compiles Tk apps at least as ++ well as _54, but with pre-scan for classes and save the ISA scheme. ++ Branch: perl ++ ! ext/B/B/C.pm ____________________________________________________________________________ [ 2450] By: nick on 1998/12/04 17:58:44 -- Log: Vishal Bhatia's patch as a basis. -- Branch: perl -- ! ext/B/B/C.pm ext/B/B/CC.pm ++ Log: Vishal Bhatia's patch as a basis. ++ Branch: perl ++ ! ext/B/B/C.pm ext/B/B/CC.pm ____________________________________________________________________________ [ 2449] By: jhi on 1998/12/04 16:39:21 -- Log: Integrate from mainperl. -- Branch: cfgperl -- !> t/op/goto.t t/op/tr.t ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> t/op/goto.t t/op/tr.t ____________________________________________________________________________ [ 2448] By: gsar on 1998/12/04 06:06:49 -- Log: tweak test for UTEST -- Branch: perl -- ! t/op/tr.t --____________________________________________________________________________ --[ 2447] By: gsar on 1998/12/04 03:47:42 -- Log: update README.win32 in maint-5.004 -- Branch: maint-5.004/perl -- ! README.win32 win32/Makefile win32/makefile.mk --____________________________________________________________________________ --[ 2446] By: TimBunce on 1998/12/03 15:52:59 -- Log: Update MANIFEST for dna.small.gif.uu (change 2445) -- Branch: maint-5.004/perl -- ! MANIFEST --____________________________________________________________________________ --[ 2445] By: TimBunce on 1998/12/03 15:49:32 -- Log: Ship dna.small.gif uuencoded. -- Update Changes and patchlevel.h for maint trial 8. -- Branch: maint-5.004/perl -- + eg/cgi/dna.small.gif.uu -- - eg/cgi/dna.small.gif -- ! Changes patchlevel.h ++ Log: tweak test for UTEST ++ Branch: perl ++ ! t/op/tr.t ____________________________________________________________________________ [ 2444] By: jhi on 1998/12/03 14:37:22 -- Log: s/\bthe the\b/the/g *.pod -- Branch: cfgperl -- ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod ++ Log: s/\bthe the\b/the/g *.pod ++ Branch: cfgperl ++ ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod ____________________________________________________________________________ [ 2443] By: jhi on 1998/12/03 13:39:53 -- Log: Change#2441 aftermath. -- Branch: cfgperl -- ! Configure Porting/Glossary Porting/config.sh Porting/config_H -- ! config_h.SH thread.h vms/subconfigure.com --____________________________________________________________________________ --[ 2442] By: TimBunce on 1998/12/03 13:05:18 -- Log: Configure supplies bad ccflags for Irix/GCC combo -- From: "Kurt D. Starsinic" -- Branch: maint-5.004/perl -- ! hints/irix_6.sh ++ Log: Change#2441 aftermath. ++ Branch: cfgperl ++ ! Configure Porting/Glossary Porting/config.sh Porting/config_H ++ ! config_h.SH thread.h vms/subconfigure.com ____________________________________________________________________________ [ 2441] By: jhi on 1998/12/03 08:15:13 -- Log: From: Dan Sugalski -- To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu -- Subject: [PATCH 5.005_54]Initial VMS patches -- Date: 3 Dec 1998 01:05:55 +0200 -- Message-ID: -- -- The patch to config_h.SH requires more study because -- metaconfig needs to agree. -- Branch: cfgperl -- ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm -- ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template -- ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h ++ Log: From: Dan Sugalski ++ To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu ++ Subject: [PATCH 5.005_54]Initial VMS patches ++ Date: 3 Dec 1998 01:05:55 +0200 ++ Message-ID: ++ ++ The patch to config_h.SH requires more study because ++ metaconfig needs to agree. ++ Branch: cfgperl ++ ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm ++ ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template ++ ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h ____________________________________________________________________________ [ 2440] By: gsar on 1998/12/03 01:32:16 -- Log: add failed check-in of goto.t from change#1867 -- Branch: perl -- ! t/op/goto.t --____________________________________________________________________________ --[ 2439] By: TimBunce on 1998/12/03 00:30:03 -- Log: Title: "hints/freebsd.sh signal handler type" -- From: Anton Berezin -- Msg-ID: <864srhhvcv.fsf@lion.plab.ku.dk> -- Files: hints/freebsd.sh -- Branch: maint-5.004/perl -- ! hints/freebsd.sh --____________________________________________________________________________ --[ 2438] By: TimBunce on 1998/12/03 00:28:30 -- Log: Title: "erroneous 'none' in lddlflags" -- From: Andy Dougherty -- Files: Configure -- Branch: maint-5.004/perl -- ! Configure ++ Log: add failed check-in of goto.t from change#1867 ++ Branch: perl ++ ! t/op/goto.t ____________________________________________________________________________ [ 2437] By: jhi on 1998/12/02 18:03:51 -- Log: Fix most of the bad L<> links of -- -- From: Tom Christiansen -- Subject: bad L<> links -- Reply-to: tchrist@perl.com -- To: perlbug@jhereg.perl.com -- Date: Tue, 11 Aug 1998 10:58:07 -0500 -- Message-Id: <199808111658.KAA00484@jhereg.perl.com> -- -- The ones not fixed may require darker Pod::HTML magic, -- for example the perlguts.html#tags should work fine, IMHO. -- Branch: cfgperl -- ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod -- ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod -- ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod -- ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod -- ! pod/perlvar.pod ++ Log: Fix most of the bad L<> links of ++ ++ From: Tom Christiansen ++ Subject: bad L<> links ++ Reply-to: tchrist@perl.com ++ To: perlbug@jhereg.perl.com ++ Date: Tue, 11 Aug 1998 10:58:07 -0500 ++ Message-Id: <199808111658.KAA00484@jhereg.perl.com> ++ ++ The ones not fixed may require darker Pod::HTML magic, ++ for example the perlguts.html#tags should work fine, IMHO. ++ Branch: cfgperl ++ ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod ++ ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod ++ ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod ++ ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod ++ ! pod/perlvar.pod ____________________________________________________________________________ [ 2436] By: jhi on 1998/12/02 16:35:04 -- Log: One paste too many in #2345. -- Branch: cfgperl -- ! lib/Pod/Html.pm ++ Log: One paste too many in #2345. ++ Branch: cfgperl ++ ! lib/Pod/Html.pm ____________________________________________________________________________ [ 2435] By: jhi on 1998/12/02 16:32:33 -- Log: Pod::Html and Pod::Text were not locale-savvy: -- for example in =head1 all non-ASCII-\w-runs were -- turned into underscores in NAME tags. This could -- result in several NAME tags becoming identical. -- Reported by: -- -- From: Fyodor Krasnov -- Subject: pod2html vs Russian Characters -- To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com -- Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) -- Message-Id: <199811241600.TAA05149@stat.aha.ru> -- Branch: cfgperl -- ! lib/Pod/Html.pm lib/Pod/Text.pm ++ Log: Pod::Html and Pod::Text were not locale-savvy: ++ for example in =head1 all non-ASCII-\w-runs were ++ turned into underscores in NAME tags. This could ++ result in several NAME tags becoming identical. ++ Reported by: ++ ++ From: Fyodor Krasnov ++ Subject: pod2html vs Russian Characters ++ To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com ++ Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) ++ Message-Id: <199811241600.TAA05149@stat.aha.ru> ++ Branch: cfgperl ++ ! lib/Pod/Html.pm lib/Pod/Text.pm ____________________________________________________________________________ [ 2434] By: jhi on 1998/12/02 10:29:00 -- Log: The real Mc5_54 integration. -- Branch: cfgperl -- !> Changes MANIFEST pod/perlhist.pod pp_hot.c ++ Log: The real Mc5_54 integration. ++ Branch: cfgperl ++ !> Changes MANIFEST pod/perlhist.pod pp_hot.c ____________________________________________________________________________ [ 2433] By: jhi on 1998/12/02 08:52:13 -- Log: From: Andy Dougherty -- To: Perl Porters -- Subject: [PATCH 5.005_xx] Missing redirection of simple test program -- Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST) -- Message-Id: -- Branch: cfgperl -- ! Configure ++ Log: From: Andy Dougherty ++ To: Perl Porters ++ Subject: [PATCH 5.005_xx] Missing redirection of simple test program ++ Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST) ++ Message-Id: ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2432] By: jhi on 1998/12/02 08:49:47 -- Log: From: Andy Dougherty -- To: Perl Porters -- Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags -- Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST) -- Message-Id: -- Branch: cfgperl -- ! Configure ++ Log: From: Andy Dougherty ++ To: Perl Porters ++ Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags ++ Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST) ++ Message-Id: ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2431] By: jhi on 1998/12/01 16:11:50 -- Log: From: achampio@lehman.com (Alan Champion) -- Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) -- To: perlbug@perl.com -- Date: 1 Dec 1998 17:36:33 +0200 -- Message-ID: -- -- Skip NIS includes. -- Branch: cfgperl -- ! t/op/pwent.t ++ Log: From: achampio@lehman.com (Alan Champion) ++ Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) ++ To: perlbug@perl.com ++ Date: 1 Dec 1998 17:36:33 +0200 ++ Message-ID: ++ ++ Skip NIS includes. ++ Branch: cfgperl ++ ! t/op/pwent.t ____________________________________________________________________________ [ 2430] By: gsar on 1998/12/01 12:12:50 -- Log: 5.005_54, as released -- Branch: perl -- ! Changes MANIFEST pod/perlhist.pod pp_hot.c ++ Log: 5.005_54, as released ++ Branch: perl ++ ! Changes MANIFEST pod/perlhist.pod pp_hot.c ____________________________________________________________________________ [ 2429] By: jhi on 1998/12/01 11:28:39 -- Log: From: Anton Berezin -- To: perl5-porters@perl.org -- Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type -- Date: 30 Nov 1998 19:46:24 +0100 -- Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk> -- Branch: cfgperl -- ! hints/freebsd.sh ++ Log: From: Anton Berezin ++ To: perl5-porters@perl.org ++ Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type ++ Date: 30 Nov 1998 19:46:24 +0100 ++ Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk> ++ Branch: cfgperl ++ ! hints/freebsd.sh ____________________________________________________________________________ [ 2428] By: jhi on 1998/12/01 11:08:16 -- Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c. -- Branch: cfgperl -- +> (branch 30 files) -- !> (integrate 71 files) ++ Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c. ++ Branch: cfgperl ++ +> (branch 30 files) ++ !> (integrate 71 files) ____________________________________________________________________________ [ 2427] By: jhi on 1998/12/01 10:51:37 -- Log: Default to accepting a hinted $randfunc even when $csym -- does not find it. (the previous defaylt behaviour was not -- to accept). -- Branch: cfgperl -- ! Configure ++ Log: Default to accepting a hinted $randfunc even when $csym ++ does not find it. (the previous defaylt behaviour was not ++ to accept). ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2426] By: jhi on 1998/12/01 10:13:03 -- Log: Separated the [:foo:] parsing to its own function. -- Passes all tests. -- Branch: cfgperl -- ! regcomp.c ++ Log: Separated the [:foo:] parsing to its own function. ++ Passes all tests. ++ Branch: cfgperl ++ ! regcomp.c ____________________________________________________________________________ [ 2425] By: jhi on 1998/12/01 08:22:49 -- Log: Typo in comments. -- Branch: cfgperl -- ! regexec.c ++ Log: Typo in comments. ++ Branch: cfgperl ++ ! regexec.c ____________________________________________________________________________ [ 2424] By: jhi on 1998/12/01 08:21:38 -- Log: From: Ilya Zakharevich -- Subject: [PATCH 5.005_*] Debugger 'v' command -- To: perl5-porters@perl.org (Mailing list Perl5) -- Date: 1 Dec 1998 07:55:11 +0200 -- Message-ID: -- Branch: cfgperl -- ! lib/perl5db.pl ++ Log: From: Ilya Zakharevich ++ Subject: [PATCH 5.005_*] Debugger 'v' command ++ To: perl5-porters@perl.org (Mailing list Perl5) ++ Date: 1 Dec 1998 07:55:11 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! lib/perl5db.pl ____________________________________________________________________________ [ 2423] By: jhi on 1998/12/01 08:19:08 -- Log: From: pvhp@forte.com (Peter Prymmer) -- Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390 -- To: perl5-porters@perl.org -- Date: 1 Dec 1998 07:27:11 +0200 -- Message-ID: -- Branch: cfgperl -- ! hints/os390.sh --____________________________________________________________________________ --[ 2422] By: TimBunce on 1998/11/30 18:22:06 -- Log: Title: "defined and tie'ed hashes" -- From: Gurusamy Sarathy -- Msg-ID: <199811281759.MAA11474@aatma.engin.umich.edu> -- Files: pp.c -- Branch: maint-5.004/perl -- ! pp.c --____________________________________________________________________________ --[ 2421] By: TimBunce on 1998/11/30 18:15:22 -- Log: Title: "Problems with ExtUtils::Liblist on Win32: -L -> -libpath -> -l(ibpath)" -- From: Gurusamy Sarathy , Swen Thuemmler -- Msg-ID: <199811280515.AAA18658@aatma.engin.umich.edu> -- Files: lib/ExtUtils/Liblist.pm -- Branch: maint-5.004/perl -- ! lib/ExtUtils/Liblist.pm --____________________________________________________________________________ --[ 2420] By: TimBunce on 1998/11/30 18:12:10 -- Log: Apply MachTen malloc allignment work-around to NeXT. -- Branch: maint-5.004/perl -- ! malloc.c --____________________________________________________________________________ --[ 2419] By: TimBunce on 1998/11/30 18:08:51 -- Log: Add Configure config.msg warning mechanism from 5.005. Use it to warn -- about LD_LIBRARY_PATH if appropriate (eg Digital UNIX aka DEC OSF/1) -- From: Jarkko Hietaniemi -- Branch: maint-5.004/perl -- ! Configure --____________________________________________________________________________ --[ 2418] By: TimBunce on 1998/11/30 17:51:16 -- Log: Copied change 2353 by Jarkko Hietaniemi. -- Locale collation, ctype, and numeric, were initialized wrong -- (if LC_ALL or LANG were unset, so were the collation/ctype/numeric), -- as reported by Ilya.Sandler@etak.com (Ilya Sandler) -- Branch: maint-5.004/perl -- ! util.c ++ Log: From: pvhp@forte.com (Peter Prymmer) ++ Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390 ++ To: perl5-porters@perl.org ++ Date: 1 Dec 1998 07:27:11 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! hints/os390.sh ____________________________________________________________________________ [ 2417] By: jhi on 1998/11/30 08:14:00 -- Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/ -- Branch: cfgperl -- ! ext/Socket/Socket.xs ++ Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/ ++ Branch: cfgperl ++ ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 2416] By: jhi on 1998/11/30 08:00:15 -- Log: Undo #2395, seems more like a problem in netbsd-current. -- Branch: cfgperl -- ! util.c --____________________________________________________________________________ --[ 2415] By: gbarr on 1998/11/30 02:31:15 -- Log: Chnages,patchlevel.h etc... -- Branch: maint-5.005/perl -- ! Changes MANIFEST patchlevel.h t/op/tr.t win32/Makefile -- ! win32/config_H.bc win32/config_H.gc win32/config_H.vc -- ! win32/makefile.mk ++ Log: Undo #2395, seems more like a problem in netbsd-current. ++ Branch: cfgperl ++ ! util.c ---------------- Version 5.005_54 @@@ -4666,1335 -4666,1335 +3426,1335 @@@ ____________________________________________________________________________ [ 2414] By: gsar on 1998/11/30 02:23:55 -- Log: more JPL tweaks -- Branch: perl -- - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile -- ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README ++ Log: more JPL tweaks ++ Branch: perl ++ - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile ++ ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README ____________________________________________________________________________ [ 2413] By: gsar on 1998/11/30 01:35:56 -- Log: stub bin/jpl that just runs JPL::Compile::files() -- Branch: perl -- + jpl/bin/jpl ++ Log: stub bin/jpl that just runs JPL::Compile::files() ++ Branch: perl ++ + jpl/bin/jpl ____________________________________________________________________________ [ 2412] By: gsar on 1998/11/30 01:32:14 -- Log: delete symlink -- Branch: perl -- - jpl/bin/jpl ++ Log: delete symlink ++ Branch: perl ++ - jpl/bin/jpl ____________________________________________________________________________ [ 2410] By: gsar on 1998/11/30 01:30:44 -- Log: branch jpl from perlext to perl -- Branch: perl -- +> (branch 30 files) ++ Log: branch jpl from perlext to perl ++ Branch: perl ++ +> (branch 30 files) ____________________________________________________________________________ [ 2407] By: gsar on 1998/11/30 01:24:53 -- Log: JPL tweaks to build with 5.005 -- Branch: perlext -- ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm -- ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README ++ Log: JPL tweaks to build with 5.005 ++ Branch: perlext ++ ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm ++ ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README ____________________________________________________________________________ [ 2406] By: gsar on 1998/11/30 00:55:54 -- Log: integrate changes#2273,2274,2288,2291 from maint-5.004 -- Branch: perl -- ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t ++ Log: integrate changes#2273,2274,2288,2291 from maint-5.004 ++ Branch: perl ++ ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t ____________________________________________________________________________ [ 2405] By: gsar on 1998/11/30 00:28:55 -- Log: patchlevel up to 54 -- Branch: perl -- ! patchlevel.h win32/Makefile win32/config_H.bc -- ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ++ Log: patchlevel up to 54 ++ Branch: perl ++ ! patchlevel.h win32/Makefile win32/config_H.bc ++ ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 2403] By: gsar on 1998/11/29 23:35:50 -- Log: integrate cfgperl changes into mainline -- Branch: perl -- !> Configure Porting/Glossary Porting/config.sh Porting/config_H -- !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c ++ Log: integrate cfgperl changes into mainline ++ Branch: perl ++ !> Configure Porting/Glossary Porting/config.sh Porting/config_H ++ !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c ____________________________________________________________________________ [ 2402] By: gsar on 1998/11/29 23:08:42 -- Log: sync Text::Wrap version number -- Branch: perl -- ! lib/Text/Wrap.pm ++ Log: sync Text::Wrap version number ++ Branch: perl ++ ! lib/Text/Wrap.pm ____________________________________________________________________________ [ 2401] By: gsar on 1998/11/29 22:56:21 -- Log: textfill.t tweak -- Branch: perl -- ! t/lib/textfill.t ++ Log: textfill.t tweak ++ Branch: perl ++ ! t/lib/textfill.t ____________________________________________________________________________ [ 2400] By: gsar on 1998/11/29 22:50:41 -- Log: update to Text::Wrap 98.112901 from David Muir Sharnoff -- -- Branch: perl -- + t/lib/textfill.t -- ! MANIFEST lib/Text/Wrap.pm ++ Log: update to Text::Wrap 98.112901 from David Muir Sharnoff ++ ++ Branch: perl ++ + t/lib/textfill.t ++ ! MANIFEST lib/Text/Wrap.pm ____________________________________________________________________________ [ 2399] By: gsar on 1998/11/29 22:28:05 -- Log: updated to Text::Wrap 98.112801 from CPAN; one published change -- has happened without the authors knowledge or consent; the subversive -- version (which is in 5.00502) breaks one of the tests in the -- authors testsuite; attempts are being made to find a fix that -- avoids breaking code already running with the 5.005_02 version -- From: David Muir Sharnoff -- Date: Sat, 28 Nov 1998 04:34:17 PST -- Message-Id: <199811281234.EAA03082@idiom.com> -- Subject: Updated Text::Wrap, Time::ParseDate, File::Flock -- Branch: perl -- ! lib/Text/Wrap.pm t/lib/textwrap.t ++ Log: updated to Text::Wrap 98.112801 from CPAN; one published change ++ has happened without the authors knowledge or consent; the subversive ++ version (which is in 5.00502) breaks one of the tests in the ++ authors testsuite; attempts are being made to find a fix that ++ avoids breaking code already running with the 5.005_02 version ++ From: David Muir Sharnoff ++ Date: Sat, 28 Nov 1998 04:34:17 PST ++ Message-Id: <199811281234.EAA03082@idiom.com> ++ Subject: Updated Text::Wrap, Time::ParseDate, File::Flock ++ Branch: perl ++ ! lib/Text/Wrap.pm t/lib/textwrap.t ____________________________________________________________________________ [ 2397] By: nick on 1998/11/29 20:13:58 -- Log: Update docs and English.pm for $^C -- Branch: perl -- ! lib/English.pm pod/perlvar.pod ++ Log: Update docs and English.pm for $^C ++ Branch: perl ++ ! lib/English.pm pod/perlvar.pod ____________________________________________________________________________ [ 2396] By: jhi on 1998/11/29 20:13:03 -- Log: Mirror #2384. -- Branch: cfgperl -- ! t/op/pwent.t ++ Log: Mirror #2384. ++ Branch: cfgperl ++ ! t/op/pwent.t ____________________________________________________________________________ [ 2395] By: jhi on 1998/11/29 19:59:12 -- Log: Newer NetBSDs don't have NSIG in , they need . -- Branch: cfgperl -- ! util.c ++ Log: Newer NetBSDs don't have NSIG in , they need . ++ Branch: cfgperl ++ ! util.c ____________________________________________________________________________ [ 2394] By: gsar on 1998/11/29 19:49:08 -- Log: updated perlreftut.pod -- Branch: perl -- ! pod/perlreftut.pod ++ Log: updated perlreftut.pod ++ Branch: perl ++ ! pod/perlreftut.pod ____________________________________________________________________________ [ 2393] By: gsar on 1998/11/29 19:31:56 -- Log: misc tweaks -- Branch: perl -- ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t ++ Log: misc tweaks ++ Branch: perl ++ ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t ____________________________________________________________________________ [ 2392] By: gsar on 1998/11/29 19:31:18 -- Log: notes about -DPERL_POLLUTE -- Branch: perl -- ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk ++ Log: notes about -DPERL_POLLUTE ++ Branch: perl ++ ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2391] By: gsar on 1998/11/29 19:13:52 -- Log: explain various win32 build caveats more clearly -- Branch: perl -- ! README.win32 win32/Makefile win32/makefile.mk ++ Log: explain various win32 build caveats more clearly ++ Branch: perl ++ ! README.win32 win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2390] By: gsar on 1998/11/29 16:51:59 -- Log: remove I_POLL detection (Configure will do that now) -- Branch: perl -- ! ext/IO/Makefile.PL ++ Log: remove I_POLL detection (Configure will do that now) ++ Branch: perl ++ ! ext/IO/Makefile.PL ____________________________________________________________________________ [ 2389] By: jhi on 1998/11/29 16:39:16 -- Log: Add I_POLL for IO 1.20. -- Branch: cfgperl -- ! Configure Porting/Glossary Porting/config.sh Porting/config_H -- ! config_h.SH ++ Log: Add I_POLL for IO 1.20. ++ Branch: cfgperl ++ ! Configure Porting/Glossary Porting/config.sh Porting/config_H ++ ! config_h.SH ____________________________________________________________________________ [ 2388] By: gsar on 1998/11/29 16:23:30 -- Log: add p4desc (augments 'p4 describe' output with diffs for new files) -- Branch: perl -- + Porting/p4desc -- ! MANIFEST ++ Log: add p4desc (augments 'p4 describe' output with diffs for new files) ++ Branch: perl ++ + Porting/p4desc ++ ! MANIFEST ____________________________________________________________________________ [ 2387] By: gsar on 1998/11/29 16:08:03 -- Log: another threads reliability fix: serialize writes to thr->threadsv -- avoid most uses of PL_na (which is much more inefficient than a -- simple local); update docs to suit; PL_na now being thr->Tna may -- be a minor compatibility issue for extensions--will require dTHR -- outside of XSUBs (those get automatic dTHR) -- Branch: perl -- ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs -- ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs -- ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs -- ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c -- ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y -- ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod -- ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c -- ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c -- ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c ++ Log: another threads reliability fix: serialize writes to thr->threadsv ++ avoid most uses of PL_na (which is much more inefficient than a ++ simple local); update docs to suit; PL_na now being thr->Tna may ++ be a minor compatibility issue for extensions--will require dTHR ++ outside of XSUBs (those get automatic dTHR) ++ Branch: perl ++ ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs ++ ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs ++ ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs ++ ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c ++ ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y ++ ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod ++ ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c ++ ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c ++ ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c ____________________________________________________________________________ [ 2386] By: jhi on 1998/11/29 15:40:42 -- Log: Tune the "if" entry. -- Branch: cfgperl -- ! pod/perlfunc.pod ++ Log: Tune the "if" entry. ++ Branch: cfgperl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 2385] By: gsar on 1998/11/29 12:40:28 -- Log: various fixes for race conditions under threads: mutex locks based -- on PL_threadnum were seriously flawed, since it means more than one -- thread could enter the critical region; PL_na was global instead of -- thread-local; child thread could finish and free thr structures -- before Thread->new() got around to creating the Thread object; -- cv_clone() needed locking, as it mucks with PL_comppad and other -- global data; new_struct_thread() needed to lock template-thread's -- mutex while copying its data -- Branch: perl -- ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h -- ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c ++ Log: various fixes for race conditions under threads: mutex locks based ++ on PL_threadnum were seriously flawed, since it means more than one ++ thread could enter the critical region; PL_na was global instead of ++ thread-local; child thread could finish and free thr structures ++ before Thread->new() got around to creating the Thread object; ++ cv_clone() needed locking, as it mucks with PL_comppad and other ++ global data; new_struct_thread() needed to lock template-thread's ++ mutex while copying its data ++ Branch: perl ++ ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h ++ ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c ____________________________________________________________________________ [ 2384] By: gsar on 1998/11/29 10:54:38 -- Log: s/warn/print/ on multiply defined groups -- Branch: perl -- ! t/op/grent.t ++ Log: s/warn/print/ on multiply defined groups ++ Branch: perl ++ ! t/op/grent.t ____________________________________________________________________________ [ 2383] By: gsar on 1998/11/29 10:48:39 -- Log: backout change#2334 -- Branch: perl -- ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h ++ Log: backout change#2334 ++ Branch: perl ++ ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h ____________________________________________________________________________ [ 2382] By: jhi on 1998/11/29 10:33:40 -- Log: Better NetInfo behaviour. -- Branch: cfgperl -- ! t/op/grent.t t/op/pwent.t ++ Log: Better NetInfo behaviour. ++ Branch: cfgperl ++ ! t/op/grent.t t/op/pwent.t ____________________________________________________________________________ [ 2381] By: jhi on 1998/11/29 10:08:15 -- Log: Integrate from mainperl. -- Branch: cfgperl -- +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm -- +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm -- +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod -- +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t -- +> t/lib/io_poll.t t/lib/io_unix.t -- !> (integrate 58 files) ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm ++ +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm ++ +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod ++ +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t ++ +> t/lib/io_poll.t t/lib/io_unix.t ++ !> (integrate 58 files) ____________________________________________________________________________ [ 2380] By: gsar on 1998/11/29 08:22:49 -- Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by -- Tim Bunce) -- Branch: perl -- ! gv.c ++ Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by ++ Tim Bunce) ++ Branch: perl ++ ! gv.c ____________________________________________________________________________ [ 2379] By: gsar on 1998/11/29 07:06:43 -- Log: fix for pat.t failure under USE_THREADS -- Branch: perl -- ! pp_ctl.c regexec.c ++ Log: fix for pat.t failure under USE_THREADS ++ Branch: perl ++ ! pp_ctl.c regexec.c ____________________________________________________________________________ [ 2378] By: nick on 1998/11/28 22:46:57 -- Log: More C.pm tweaks -- Save globs even if we have saved cv itself before - may be imported. -- -- While we don't save "bootstrap" CV we need to provide a stub, -- so that if we require it later we don't fall through and attempt -- to DynaLoad module again. -- -- Attempt to save %INC so that "require" does not reload things -- we have compiled-in (does not work right yet - seems to be due -- to PL_incgv being created in perl_parse() current scheme setting -- GvHV() is "better" than saving the glob, but still does not -- work as I expect). -- Branch: perl -- ! ext/B/B/C.pm ++ Log: More C.pm tweaks ++ Save globs even if we have saved cv itself before - may be imported. ++ ++ While we don't save "bootstrap" CV we need to provide a stub, ++ so that if we require it later we don't fall through and attempt ++ to DynaLoad module again. ++ ++ Attempt to save %INC so that "require" does not reload things ++ we have compiled-in (does not work right yet - seems to be due ++ to PL_incgv being created in perl_parse() current scheme setting ++ GvHV() is "better" than saving the glob, but still does not ++ work as I expect). ++ Branch: perl ++ ! ext/B/B/C.pm ____________________________________________________________________________ [ 2377] By: gsar on 1998/11/28 22:30:38 -- Log: various tweaks; result passes all tests for normal build on Solaris; -- fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on -- win32 due to lack of select() that works on non-socket fds -- Branch: perl -- ! ext/IO/poll.c regcomp.c regexec.c scope.c -- ! t/lib/io_multihomed.t win32/makefile.mk ++ Log: various tweaks; result passes all tests for normal build on Solaris; ++ fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on ++ win32 due to lack of select() that works on non-socket fds ++ Branch: perl ++ ! ext/IO/poll.c regcomp.c regexec.c scope.c ++ ! t/lib/io_multihomed.t win32/makefile.mk ____________________________________________________________________________ [ 2376] By: gsar on 1998/11/28 20:44:39 -- Log: add $config_args to perl -V display (suggested by Ilya Zakharevich) -- Branch: perl -- ! myconfig ++ Log: add $config_args to perl -V display (suggested by Ilya Zakharevich) ++ Branch: perl ++ ! myconfig ____________________________________________________________________________ [ 2375] By: gsar on 1998/11/28 20:42:58 -- Log: integrate cfgperl changes into mainline -- Branch: perl -- !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t -- !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c ++ Log: integrate cfgperl changes into mainline ++ Branch: perl ++ !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t ++ !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c ____________________________________________________________________________ [ 2374] By: gsar on 1998/11/28 20:02:03 -- Log: From: Ilya Zakharevich -- Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST) -- Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00553] Yet another OS/2 patch -- Branch: perl -- ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op ++ Log: From: Ilya Zakharevich ++ Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST) ++ Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00553] Yet another OS/2 patch ++ Branch: perl ++ ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op ____________________________________________________________________________ [ 2373] By: gsar on 1998/11/28 19:30:06 -- Log: From: Ilya Zakharevich -- Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST) -- Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_53] Change $#+ -- Branch: perl -- ! mg.c pod/perlvar.pod t/op/pat.t ++ Log: From: Ilya Zakharevich ++ Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST) ++ Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_53] Change $#+ ++ Branch: perl ++ ! mg.c pod/perlvar.pod t/op/pat.t ____________________________________________________________________________ [ 2372] By: gsar on 1998/11/28 19:28:00 -- Log: From: Ilya Zakharevich -- Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST) -- Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{}) -- Branch: perl -- ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t -- ! thrdvar.h ++ Log: From: Ilya Zakharevich ++ Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST) ++ Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{}) ++ Branch: perl ++ ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t ++ ! thrdvar.h ____________________________________________________________________________ [ 2371] By: gsar on 1998/11/28 19:23:53 -- Log: From: Ilya Zakharevich -- Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST) -- Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_53] better -Mre=debugcolor -- Branch: perl -- ! embedvar.h objXSUB.h regexec.c thrdvar.h ++ Log: From: Ilya Zakharevich ++ Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST) ++ Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_53] better -Mre=debugcolor ++ Branch: perl ++ ! embedvar.h objXSUB.h regexec.c thrdvar.h ____________________________________________________________________________ [ 2370] By: gsar on 1998/11/28 19:21:17 -- Log: From: Ilya Zakharevich -- Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST) -- Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] regcolors -- Branch: perl -- ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c ++ Log: From: Ilya Zakharevich ++ Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST) ++ Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] regcolors ++ Branch: perl ++ ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c ____________________________________________________________________________ [ 2369] By: gsar on 1998/11/28 19:00:15 -- Log: allow final period in a file (not followed by a newline) to -- terminate format spec -- Branch: perl -- ! toke.c ++ Log: allow final period in a file (not followed by a newline) to ++ terminate format spec ++ Branch: perl ++ ! toke.c ____________________________________________________________________________ [ 2368] By: gsar on 1998/11/28 18:58:25 -- Log: Liblist tweak suggested by Swen Thuemmler ; -- add C<$Config{installarchlib}/CORE> to the default locations searched -- on win32 -- Branch: perl -- ! lib/ExtUtils/Liblist.pm ++ Log: Liblist tweak suggested by Swen Thuemmler ; ++ add C<$Config{installarchlib}/CORE> to the default locations searched ++ on win32 ++ Branch: perl ++ ! lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 2367] By: gsar on 1998/11/28 18:46:05 -- Log: applied suggested patch with PERL_OBJECT tweaks -- From: Ilya Zakharevich -- Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST) -- Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen -- Branch: perl -- ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h -- ! regexec.c t/op/pat.t thrdvar.h ++ Log: applied suggested patch with PERL_OBJECT tweaks ++ From: Ilya Zakharevich ++ Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST) ++ Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen ++ Branch: perl ++ ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h ++ ! regexec.c t/op/pat.t thrdvar.h ____________________________________________________________________________ [ 2366] By: gsar on 1998/11/28 18:38:34 -- Log: additional documentation for qr// -- From: Ilya Zakharevich -- Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu> -- Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST) -- Subject: [PATCH 5.005_*] Documentation (fwd) -- Branch: perl -- ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod ++ Log: additional documentation for qr// ++ From: Ilya Zakharevich ++ Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu> ++ Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST) ++ Subject: [PATCH 5.005_*] Documentation (fwd) ++ Branch: perl ++ ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod ____________________________________________________________________________ [ 2365] By: gsar on 1998/11/28 18:35:35 -- Log: From: Ilya Zakharevich -- Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST) -- Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Fix \G in REx without //g -- Branch: perl -- ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c -- ! regexp.h t/op/pat.t thrdvar.h ++ Log: From: Ilya Zakharevich ++ Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST) ++ Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] Fix \G in REx without //g ++ Branch: perl ++ ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c ++ ! regexp.h t/op/pat.t thrdvar.h ____________________________________________________________________________ [ 2364] By: gsar on 1998/11/28 18:24:20 -- Log: update Test.pm to Test-1.12; tweak 're' detection -- Branch: perl -- ! lib/Test.pm ++ Log: update Test.pm to Test-1.12; tweak 're' detection ++ Branch: perl ++ ! lib/Test.pm ____________________________________________________________________________ [ 2363] By: gsar on 1998/11/28 18:12:04 -- Log: avoid command-line quoting portability problems in lex_assign.t -- Branch: perl -- ! t/op/lex_assign.t ++ Log: avoid command-line quoting portability problems in lex_assign.t ++ Branch: perl ++ ! t/op/lex_assign.t ____________________________________________________________________________ [ 2362] By: gsar on 1998/11/28 18:08:50 -- Log: From: John Tobey -- Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST) -- Message-Id: -- Subject: PATCH: document English.pm sawampersand and thread issues -- Branch: perl -- ! lib/English.pm pod/perlvar.pod ++ Log: From: John Tobey ++ Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST) ++ Message-Id: ++ Subject: PATCH: document English.pm sawampersand and thread issues ++ Branch: perl ++ ! lib/English.pm pod/perlvar.pod ____________________________________________________________________________ [ 2361] By: gsar on 1998/11/28 18:03:04 -- Log: fix uninitialized warnings -- From: Brian Callaghan -- Date: Thu, 19 Nov 1998 17:49:10 -0800 -- Message-Id: <3654CA96.B64FCAEB@itginc.com> -- Subject: Complete.pm patch (version 1.1) -- Branch: perl -- ! lib/Term/Complete.pm ++ Log: fix uninitialized warnings ++ From: Brian Callaghan ++ Date: Thu, 19 Nov 1998 17:49:10 -0800 ++ Message-Id: <3654CA96.B64FCAEB@itginc.com> ++ Subject: Complete.pm patch (version 1.1) ++ Branch: perl ++ ! lib/Term/Complete.pm ____________________________________________________________________________ [ 2360] By: gsar on 1998/11/28 17:59:16 -- Log: s/Array/List/ suggested by John Tobey -- Branch: perl -- ! pod/perldata.pod ++ Log: s/Array/List/ suggested by John Tobey ++ Branch: perl ++ ! pod/perldata.pod ____________________________________________________________________________ [ 2359] By: gsar on 1998/11/28 17:47:48 -- Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE -- Branch: perl -- ! lib/Tie/Handle.pm pod/perlfunc.pod ++ Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE ++ Branch: perl ++ ! lib/Tie/Handle.pm pod/perlfunc.pod ____________________________________________________________________________ [ 2358] By: jhi on 1998/11/28 17:23:15 -- Log: Revamp the locale tests. -- (0) Instead of rewiring a few locales scan for them. -- (1) Bogus test #101 removed. -- (2) All the locales are checked, the lists of failed -- and non-failed ones are displayed. -- (3) The test #103 is again 'active' so that it may fail. -- (4) To balance (3) a hopefully pacifying message is shown -- if the #103 fails. -- Branch: cfgperl -- ! t/pragma/locale.t ++ Log: Revamp the locale tests. ++ (0) Instead of rewiring a few locales scan for them. ++ (1) Bogus test #101 removed. ++ (2) All the locales are checked, the lists of failed ++ and non-failed ones are displayed. ++ (3) The test #103 is again 'active' so that it may fail. ++ (4) To balance (3) a hopefully pacifying message is shown ++ if the #103 fails. ++ Branch: cfgperl ++ ! t/pragma/locale.t ____________________________________________________________________________ [ 2357] By: gsar on 1998/11/28 17:21:07 -- Log: add perlreftut.pod -- Branch: perl -- + pod/perlreftut.pod -- ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod -- ! pod/perlref.pod pod/roffitall vms/descrip_mms.template -- ! win32/pod.mak ++ Log: add perlreftut.pod ++ Branch: perl ++ + pod/perlreftut.pod ++ ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod ++ ! pod/perlref.pod pod/roffitall vms/descrip_mms.template ++ ! win32/pod.mak ____________________________________________________________________________ [ 2356] By: jhi on 1998/11/28 16:58:01 -- Log: Change #2346 fallout. -- Branch: cfgperl -- ! t/op/undef.t ++ Log: Change #2346 fallout. ++ Branch: cfgperl ++ ! t/op/undef.t ____________________________________________________________________________ [ 2355] By: gsar on 1998/11/28 16:46:43 -- Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB(); -- ANSI prototypes -- Branch: perl -- ! ext/IO/IO.xs ++ Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB(); ++ ANSI prototypes ++ Branch: perl ++ ! ext/IO/IO.xs ____________________________________________________________________________ [ 2354] By: gsar on 1998/11/28 16:08:07 -- Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to -- keep platform hacks that aren't in the 1.20 dist; add new files -- to MANIFEST; hack Makefile.PL; result hasn't been tested -- anywhere -- Branch: perl -- + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm -- + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm -- + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t -- + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t -- ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL -- ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm -- ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm -- ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm -- ! t/lib/io_sock.t t/lib/io_udp.t ++ Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to ++ keep platform hacks that aren't in the 1.20 dist; add new files ++ to MANIFEST; hack Makefile.PL; result hasn't been tested ++ anywhere ++ Branch: perl ++ + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm ++ + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm ++ + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t ++ + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t ++ ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL ++ ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm ++ ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm ++ ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm ++ ! t/lib/io_sock.t t/lib/io_udp.t ____________________________________________________________________________ [ 2353] By: jhi on 1998/11/28 15:51:03 -- Log: Locale collation, ctype, and numeric, were initialized wrong -- (if LC_ALL or LANG were unset, so were the collation/ctype/numeric), -- as reported by -- -- From: Ilya.Sandler@etak.com (Ilya Sandler) -- Subject: a bug in locale handling: LC_COLLATE ignored sometimes -- To: perlbug@perl.com -- Date: 25 Nov 1998 04:53:52 +0200 -- Message-ID: -- Branch: cfgperl -- ! util.c ++ Log: Locale collation, ctype, and numeric, were initialized wrong ++ (if LC_ALL or LANG were unset, so were the collation/ctype/numeric), ++ as reported by ++ ++ From: Ilya.Sandler@etak.com (Ilya Sandler) ++ Subject: a bug in locale handling: LC_COLLATE ignored sometimes ++ To: perlbug@perl.com ++ Date: 25 Nov 1998 04:53:52 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! util.c ____________________________________________________________________________ [ 2352] By: nick on 1998/11/28 15:21:59 -- Log: Implement $^C to allow perl access to -c flag - I think this -- was agreed once... -- Branch: perl -- ! gv.c mg.c ++ Log: Implement $^C to allow perl access to -c flag - I think this ++ was agreed once... ++ Branch: perl ++ ! gv.c mg.c ____________________________________________________________________________ [ 2351] By: jhi on 1998/11/28 15:14:24 -- Log: Change #2251 fixup. -- Branch: cfgperl -- ! myconfig ++ Log: Change #2251 fixup. ++ Branch: cfgperl ++ ! myconfig ____________________________________________________________________________ [ 2350] By: jhi on 1998/11/28 14:58:19 -- Log: Integrate from mainperl. -- Branch: cfgperl -- +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL -- +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs -- +> pod/perl5005delta.pod -- !> (integrate 49 files) ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL ++ +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs ++ +> pod/perl5005delta.pod ++ !> (integrate 49 files) ____________________________________________________________________________ [ 2349] By: jhi on 1998/11/28 14:27:36 -- Log: Passwd and group file groveling. -- Branch: cfgperl -- ! t/op/grent.t t/op/pwent.t ++ Log: Passwd and group file groveling. ++ Branch: cfgperl ++ ! t/op/grent.t t/op/pwent.t ____________________________________________________________________________ [ 2348] By: gsar on 1998/11/28 14:09:50 -- Log: more conservative version of changes#2345,2346,2347; those break -- C which seems to be extensively used in -- the libs :-( -- Branch: perl -- ! pp.c t/op/method.t ++ Log: more conservative version of changes#2345,2346,2347; those break ++ C which seems to be extensively used in ++ the libs :-( ++ Branch: perl ++ ! pp.c t/op/method.t ____________________________________________________________________________ [ 2347] By: gsar on 1998/11/28 13:36:08 -- Log: tweak bogus test -- Branch: perl -- ! t/op/method.t ++ Log: tweak bogus test ++ Branch: perl ++ ! t/op/method.t ____________________________________________________________________________ [ 2346] By: gsar on 1998/11/28 13:20:34 -- Log: test cases for previous change -- Branch: perl -- ! t/op/undef.t ++ Log: test cases for previous change ++ Branch: perl ++ ! t/op/undef.t ____________________________________________________________________________ [ 2345] By: gsar on 1998/11/28 13:07:17 -- Log: fix typo in pp_defined() causing C to fail -- Branch: perl -- ! pp.c ++ Log: fix typo in pp_defined() causing C to fail ++ Branch: perl ++ ! pp.c ____________________________________________________________________________ [ 2344] By: gsar on 1998/11/28 13:03:29 -- Log: s/comment/comment_t/ tweak (suggested by John Gorman -- ) -- Branch: perl -- ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm ++ Log: s/comment/comment_t/ tweak (suggested by John Gorman ++ ) ++ Branch: perl ++ ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm ____________________________________________________________________________ [ 2343] By: gsar on 1998/11/28 12:52:40 -- Log: add (stub) perldelta.pod -- Branch: perl -- + pod/perldelta.pod ++ Log: add (stub) perldelta.pod ++ Branch: perl ++ + pod/perldelta.pod ____________________________________________________________________________ [ 2342] By: gsar on 1998/11/28 12:49:26 -- Log: rename perldelta.pod to perl5005delta.pod in preparation for -- starting a new one -- Branch: perl -- +> pod/perl5005delta.pod -- - pod/perldelta.pod -- ! MANIFEST pod/perl.pod ++ Log: rename perldelta.pod to perl5005delta.pod in preparation for ++ starting a new one ++ Branch: perl ++ +> pod/perl5005delta.pod ++ - pod/perldelta.pod ++ ! MANIFEST pod/perl.pod ____________________________________________________________________________ [ 2341] By: gsar on 1998/11/28 12:41:55 -- Log: fix MALLOC_LOCK #define -- Branch: perl -- ! malloc.c ++ Log: fix MALLOC_LOCK #define ++ Branch: perl ++ ! malloc.c ____________________________________________________________________________ [ 2340] By: gsar on 1998/11/28 12:18:23 -- Log: From: Ilya Zakharevich -- Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST) -- Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_53] OS/2 events get closer to Perl -- Branch: perl -- ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h ++ Log: From: Ilya Zakharevich ++ Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST) ++ Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_53] OS/2 events get closer to Perl ++ Branch: perl ++ ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h ____________________________________________________________________________ [ 2339] By: jhi on 1998/11/28 11:59:01 -- Log: Add -lm to dynix/ptx POSIX hints. -- From: "Martin J. Bligh" -- To: jhi@iki.fi -- Subject: Re: Making Perl work on DYNIX/ptx -- Date: Wed, 25 Nov 1998 10:34:41 -0800 -- Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com> -- Branch: cfgperl -- ! ext/POSIX/hints/dynixptx.pl ++ Log: Add -lm to dynix/ptx POSIX hints. ++ From: "Martin J. Bligh" ++ To: jhi@iki.fi ++ Subject: Re: Making Perl work on DYNIX/ptx ++ Date: Wed, 25 Nov 1998 10:34:41 -0800 ++ Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com> ++ Branch: cfgperl ++ ! ext/POSIX/hints/dynixptx.pl ____________________________________________________________________________ [ 2338] By: jhi on 1998/11/28 11:57:19 -- Log: Detypo. -- Branch: cfgperl -- ! lib/filetest.pm ++ Log: Detypo. ++ Branch: cfgperl ++ ! lib/filetest.pm ____________________________________________________________________________ [ 2337] By: jhi on 1998/11/28 11:56:29 -- Log: Better LD_LIBRARY_PATH instructions for Bourneists. -- Branch: cfgperl -- ! Configure ++ Log: Better LD_LIBRARY_PATH instructions for Bourneists. ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2336] By: gsar on 1998/11/28 11:41:14 -- Log: teach CPAN.pm to ignore beta perl distributions when looking for -- modules -- From: root@dogberry.rutgers.edu (root) -- Date: Thu, 12 Nov 1998 23:08:39 -0500 -- Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu> -- Subject: recompile tries getting a perl distribution -- Branch: perl -- ! lib/CPAN.pm ++ Log: teach CPAN.pm to ignore beta perl distributions when looking for ++ modules ++ From: root@dogberry.rutgers.edu (root) ++ Date: Thu, 12 Nov 1998 23:08:39 -0500 ++ Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu> ++ Subject: recompile tries getting a perl distribution ++ Branch: perl ++ ! lib/CPAN.pm ____________________________________________________________________________ [ 2335] By: gsar on 1998/11/28 11:27:46 -- Log: make $1 et al readonly under threads; make C fail like -- C<$1 = undef> does -- Branch: perl -- ! op.c pp.c t/op/undef.t ++ Log: make $1 et al readonly under threads; make C fail like ++ C<$1 = undef> does ++ Branch: perl ++ ! op.c pp.c t/op/undef.t ____________________________________________________________________________ [ 2334] By: gsar on 1998/11/28 10:24:52 -- Log: s/Regexp/re/ and clarify policy on lowercased object namespaces -- Branch: perl -- ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h ++ Log: s/Regexp/re/ and clarify policy on lowercased object namespaces ++ Branch: perl ++ ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h ____________________________________________________________________________ [ 2333] By: gsar on 1998/11/28 09:36:40 -- Log: document changed PERL_HASH() -- Branch: perl -- ! pod/perlfunc.pod pod/perlguts.pod ++ Log: document changed PERL_HASH() ++ Branch: perl ++ ! pod/perlfunc.pod pod/perlguts.pod ____________________________________________________________________________ [ 2332] By: nick on 1998/11/27 21:10:27 -- Log: Handle INIT list in C.pm -- 1. Provide init_av() from B.xs -- 2. Export it in B.pm -- 3. Use it in C.pm -- Also disable some pruning in savecv() which seems to undo -- my previous patch. -- Experimental feature - save pathnames of .so files in easily -- grep-able form for use in wrapper to feed to linker. -- Branch: perl -- ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ++ Log: Handle INIT list in C.pm ++ 1. Provide init_av() from B.xs ++ 2. Export it in B.pm ++ 3. Use it in C.pm ++ Also disable some pruning in savecv() which seems to undo ++ my previous patch. ++ Experimental feature - save pathnames of .so files in easily ++ grep-able form for use in wrapper to feed to linker. ++ Branch: perl ++ ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ____________________________________________________________________________ [ 2327] By: gsar on 1998/11/27 15:12:01 -- Log: integrate change#2315 from maint-5.005 -- Branch: perl -- ! t/op/sort.t -- !> op.c sv.c ++ Log: integrate change#2315 from maint-5.005 ++ Branch: perl ++ ! t/op/sort.t ++ !> op.c sv.c ____________________________________________________________________________ [ 2326] By: gsar on 1998/11/27 15:00:42 -- Log: integrate changes#2304,2305,2306,2308 from maint-5.005 -- Branch: perl -- !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm -- !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm -- !> lib/ExtUtils/typemap ++ Log: integrate changes#2304,2305,2306,2308 from maint-5.005 ++ Branch: perl ++ !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm ++ !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm ++ !> lib/ExtUtils/typemap ____________________________________________________________________________ [ 2325] By: gsar on 1998/11/27 14:46:18 -- Log: malloc bugfix and documentation from Ilya Zakharevich -- Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST) -- Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Re: Internal coredump -- -- -- Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST) -- Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] malloc.c documentation -- Branch: perl -- ! malloc.c ++ Log: malloc bugfix and documentation from Ilya Zakharevich ++ Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST) ++ Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] Re: Internal coredump ++ -- ++ Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST) ++ Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] malloc.c documentation ++ Branch: perl ++ ! malloc.c ____________________________________________________________________________ [ 2324] By: gsar on 1998/11/27 14:41:38 -- Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons -- Branch: perl -- ! ext/B/B/C.pm ++ Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons ++ Branch: perl ++ ! ext/B/B/C.pm ____________________________________________________________________________ [ 2323] By: gsar on 1998/11/27 14:33:44 -- Log: From: maeda@src.ricoh.co.jp -- Date: Tue, 24 Nov 1998 10:37:45 +0900 -- Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp> -- Subject: format "..." bug -- Branch: perl -- ! pp_ctl.c t/op/write.t ++ Log: From: maeda@src.ricoh.co.jp ++ Date: Tue, 24 Nov 1998 10:37:45 +0900 ++ Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp> ++ Subject: format "..." bug ++ Branch: perl ++ ! pp_ctl.c t/op/write.t ____________________________________________________________________________ [ 2322] By: gsar on 1998/11/27 14:20:12 -- Log: add ext/Devel/Peek -- From: jan.dubois@ibm.net (Jan Dubois) -- Date: Mon, 23 Nov 1998 00:48:11 +0100 -- Message-ID: <36589ec9.49964585@smtp1.ibm.net> -- Subject: [PATCH 5.005_53] Devel::Peek integration -- Branch: perl -- + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL -- + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs -- ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h -- ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h -- ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk ++ Log: add ext/Devel/Peek ++ From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Mon, 23 Nov 1998 00:48:11 +0100 ++ Message-ID: <36589ec9.49964585@smtp1.ibm.net> ++ Subject: [PATCH 5.005_53] Devel::Peek integration ++ Branch: perl ++ + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL ++ + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs ++ ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h ++ ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h ++ ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2321] By: gsar on 1998/11/27 13:03:08 -- Log: ensure 'make regen_headers' even without perl installed -- (suggested by Ilya Zakharevich) -- Branch: perl -- ! bytecode.pl warning.pl ++ Log: ensure 'make regen_headers' even without perl installed ++ (suggested by Ilya Zakharevich) ++ Branch: perl ++ ! bytecode.pl warning.pl ____________________________________________________________________________ [ 2320] By: gsar on 1998/11/27 12:58:36 -- Log: From: Ilya Zakharevich -- Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST) -- Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Cosmetic malloc patch -- Branch: perl -- ! malloc.c ++ Log: From: Ilya Zakharevich ++ Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST) ++ Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] Cosmetic malloc patch ++ Branch: perl ++ ! malloc.c ____________________________________________________________________________ [ 2319] By: gsar on 1998/11/27 12:56:13 -- Log: eliminate dup hunk from integration -- Branch: perl -- ! lib/filetest.pm perl.h ++ Log: eliminate dup hunk from integration ++ Branch: perl ++ ! lib/filetest.pm perl.h ____________________________________________________________________________ [ 2318] By: gsar on 1998/11/27 12:50:08 -- Log: integrate cfgperl changes into mainline -- Branch: perl -- +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl -- ! pod/perlfaq4.pod -- !> (integrate 30 files) ++ Log: integrate cfgperl changes into mainline ++ Branch: perl ++ +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl ++ ! pod/perlfaq4.pod ++ !> (integrate 30 files) ____________________________________________________________________________ [ 2317] By: jhi on 1998/11/27 11:38:13 -- Log: C<-x>. -- Branch: cfgperl -- ! lib/filetest.pm ++ Log: C<-x>. ++ Branch: cfgperl ++ ! lib/filetest.pm ____________________________________________________________________________ [ 2316] By: jhi on 1998/11/27 11:10:22 -- Log: Integrate from mainperl. -- Branch: cfgperl -- !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs -- !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h -- !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl -- !> universal.c util.c win32/GenCAPI.pl win32/win32.h -- !> win32/win32sck.c ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs ++ !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h ++ !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl ++ !> universal.c util.c win32/GenCAPI.pl win32/win32.h ++ !> win32/win32sck.c ____________________________________________________________________________ [ 2315] By: gbarr on 1998/11/27 05:16:50 -- Log: integrate change#2246 from mainline, while still allowing -- C -- -- allow C -- Branch: maint-5.005/perl -- ! op.c sv.c -- !> t/op/sort.t ++ Log: integrate change#2246 from mainline, while still allowing ++ C ++ ++ allow C ++ Branch: maint-5.005/perl ++ ! op.c sv.c ++ !> t/op/sort.t ____________________________________________________________________________ [ 2308] By: gbarr on 1998/11/27 00:11:44 -- Log: Updates for MPE/iX DynaLoader and installperl, via private mail -- forwarded by Jarkko Hietaniemi from Mark Bixby -- Branch: maint-5.005/perl -- ! ext/DynaLoader/dl_mpeix.xs installperl ++ Log: Updates for MPE/iX DynaLoader and installperl, via private mail ++ forwarded by Jarkko Hietaniemi from Mark Bixby ++ Branch: maint-5.005/perl ++ ! ext/DynaLoader/dl_mpeix.xs installperl ____________________________________________________________________________ [ 2306] By: gbarr on 1998/11/26 23:44:47 -- Log: Allow PL_FILES to have multiple targets from one source by allowing -- an array ref as the value in the hash -- Branch: maint-5.005/perl -- ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm -- ! lib/ExtUtils/MakeMaker.pm ++ Log: Allow PL_FILES to have multiple targets from one source by allowing ++ an array ref as the value in the hash ++ Branch: maint-5.005/perl ++ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 2305] By: gbarr on 1998/11/26 23:38:06 -- Log: fix unsigned variables to use SvUV and sv_setuv -- Branch: maint-5.005/perl -- ! lib/ExtUtils/typemap ++ Log: fix unsigned variables to use SvUV and sv_setuv ++ Branch: maint-5.005/perl ++ ! lib/ExtUtils/typemap ____________________________________________________________________________ [ 2304] By: gbarr on 1998/11/26 23:36:17 -- Log: Fix embeded \n in ABSTRACT and <> in AUTHOR -- Branch: maint-5.005/perl -- ! lib/ExtUtils/MM_Unix.pm ++ Log: Fix embeded \n in ABSTRACT and <> in AUTHOR ++ Branch: maint-5.005/perl ++ ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 2301] By: gsar on 1998/11/26 10:16:54 -- Log: fix PL_defoutgv leak under threads -- Branch: perl -- ! ext/Thread/Thread.xs ++ Log: fix PL_defoutgv leak under threads ++ Branch: perl ++ ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 2300] By: gsar on 1998/11/26 09:04:44 -- Log: properly free temporaries created by threads -- Branch: perl -- ! ext/Thread/Thread.xs ++ Log: properly free temporaries created by threads ++ Branch: perl ++ ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 2299] By: gsar on 1998/11/26 06:51:16 -- Log: fix C misoptimization that fails -- to set the package for the block properly -- Branch: perl -- ! op.c t/comp/package.t t/lib/dumper.t ++ Log: fix C misoptimization that fails ++ to set the package for the block properly ++ Branch: perl ++ ! op.c t/comp/package.t t/lib/dumper.t ____________________________________________________________________________ [ 2298] By: nick on 1998/11/24 22:04:20 -- Log: Part-1 of tweaks to allow Tk to be "compiled" -- Make XS_UNIVERSAL_xxx non-static so they can be found in libperl. -- (May also need attention to exports etc. - to follow.) -- Branch: perl -- ! universal.c ++ Log: Part-1 of tweaks to allow Tk to be "compiled" ++ Make XS_UNIVERSAL_xxx non-static so they can be found in libperl. ++ (May also need attention to exports etc. - to follow.) ++ Branch: perl ++ ! universal.c ____________________________________________________________________________ [ 2294] By: jhi on 1998/11/23 10:44:26 -- Log: The new socket tests need in some platforms -- to #include . -- Branch: cfgperl -- ! Configure ++ Log: The new socket tests need in some platforms ++ to #include . ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2293] By: jhi on 1998/11/23 10:33:42 -- Log: From: Gerben Wierda -- To: Jarkko Hietaniemi -- Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) -- Date: Mon, 23 Nov 1998 10:07:04 +0100 -- Message-Id: <9811230907.AA06484@AWT.nl> -- -- NeXTstep NetInfo uses nidump to get the user/group databases. -- Branch: cfgperl -- ! t/op/grent.t t/op/pwent.t ++ Log: From: Gerben Wierda ++ To: Jarkko Hietaniemi ++ Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) ++ Date: Mon, 23 Nov 1998 10:07:04 +0100 ++ Message-Id: <9811230907.AA06484@AWT.nl> ++ ++ NeXTstep NetInfo uses nidump to get the user/group databases. ++ Branch: cfgperl ++ ! t/op/grent.t t/op/pwent.t ____________________________________________________________________________ [ 2291] By: TimBunce on 1998/11/22 22:23:09 -- Log: Updated Porting/patchls utility. -- Branch: maint-5.004/perl -- ! Porting/patchls ++ Log: Updated Porting/patchls utility. ++ Branch: maint-5.004/perl ++ ! Porting/patchls ____________________________________________________________________________ [ 2288] By: TimBunce on 1998/11/22 21:46:11 -- Log: Title: "Buglet in Sys::Syslog.pm (with fix)" -- From: Henrik Tougaard -- Msg-ID: -- Files: lib/Sys/Syslog.pm -- Branch: maint-5.004/perl -- ! lib/Sys/Syslog.pm ++ Log: Title: "Buglet in Sys::Syslog.pm (with fix)" ++ From: Henrik Tougaard ++ Msg-ID: ++ Files: lib/Sys/Syslog.pm ++ Branch: maint-5.004/perl ++ ! lib/Sys/Syslog.pm ____________________________________________________________________________ [ 2286] By: jhi on 1998/11/22 19:08:42 -- Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines. -- Branch: cfgperl -- ! ext/Socket/Socket.xs ++ Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines. ++ Branch: cfgperl ++ ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 2285] By: jhi on 1998/11/22 18:21:07 -- Log: MSG_PROXY for GNU/Hurd (previously we believed that -- all GNU libc platforms have MSG_PROXY. Untrue). -- In fact this ended up as a major MSG_* and SCM_* -- update. The MSG_XXX known to be enums in some -- versions of the glibc are now probed for and respective -- HAS_MSG_XXX are defined. While I was at it I noticed -- SCM_RIGHTS being similarly an enum. This reminded me of -- an ancient discussion in perl5-porters: -- http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html -- The BSD socket interface has a nifty feature for passing -- file descriptors and credentials--via sockets. It may be -- too late to add this functionality to the CORE but -- at least Configure now probes for the functions, -- structs, and includes, defining the appropriate -- HAS_YYY and I_ZZZ, and the Socket extension exports -- the constants, in case somebody wants to write an -- extension for this interface. -- Branch: cfgperl -- ! Configure Porting/Glossary Porting/config.sh Porting/config_H -- ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs -- ! iperlsys.h ++ Log: MSG_PROXY for GNU/Hurd (previously we believed that ++ all GNU libc platforms have MSG_PROXY. Untrue). ++ In fact this ended up as a major MSG_* and SCM_* ++ update. The MSG_XXX known to be enums in some ++ versions of the glibc are now probed for and respective ++ HAS_MSG_XXX are defined. While I was at it I noticed ++ SCM_RIGHTS being similarly an enum. This reminded me of ++ an ancient discussion in perl5-porters: ++ http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html ++ The BSD socket interface has a nifty feature for passing ++ file descriptors and credentials--via sockets. It may be ++ too late to add this functionality to the CORE but ++ at least Configure now probes for the functions, ++ structs, and includes, defining the appropriate ++ HAS_YYY and I_ZZZ, and the Socket extension exports ++ the constants, in case somebody wants to write an ++ extension for this interface. ++ Branch: cfgperl ++ ! Configure Porting/Glossary Porting/config.sh Porting/config_H ++ ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs ++ ! iperlsys.h ____________________________________________________________________________ [ 2284] By: jhi on 1998/11/22 18:13:21 -- Log: perlhist.pod 1.54, containing 5_53. -- Branch: cfgperl -- ! pod/perlhist.pod ++ Log: perlhist.pod 1.54, containing 5_53. ++ Branch: cfgperl ++ ! pod/perlhist.pod ____________________________________________________________________________ [ 2274] By: TimBunce on 1998/11/22 16:25:46 -- Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open() -- Branch: maint-5.004/perl -- ! doio.c ++ Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open() ++ Branch: maint-5.004/perl ++ ! doio.c ____________________________________________________________________________ [ 2273] By: TimBunce on 1998/11/22 16:17:43 -- Log: Improve op/die_exit.t test for implicit close changing $! -- Branch: maint-5.004/perl -- ! t/op/die_exit.t ++ Log: Improve op/die_exit.t test for implicit close changing $! ++ Branch: maint-5.004/perl ++ ! t/op/die_exit.t ____________________________________________________________________________ [ 2268] By: jhi on 1998/11/22 14:44:11 -- Log: Fix thinko. -- Branch: cfgperl -- ! hints/dynixptx.sh ++ Log: Fix thinko. ++ Branch: cfgperl ++ ! hints/dynixptx.sh ____________________________________________________________________________ [ 2267] By: jhi on 1998/11/22 13:19:41 -- Log: Document the d_socket override. -- Branch: cfgperl -- ! hints/dynixptx.sh ++ Log: Document the d_socket override. ++ Branch: cfgperl ++ ! hints/dynixptx.sh ____________________________________________________________________________ [ 2266] By: jhi on 1998/11/22 12:12:29 -- Log: From: John Tobey -- Subject: [PATCH] perlfaq typos -- To: perl5-porters@perl.com -- Date: 22 Nov 1998 04:25:15 +0200 -- Message-ID: -- Branch: cfgperl -- ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod -- ! pod/perlfaq7.pod pod/perlfaq8.pod ++ Log: From: John Tobey ++ Subject: [PATCH] perlfaq typos ++ To: perl5-porters@perl.com ++ Date: 22 Nov 1998 04:25:15 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod ++ ! pod/perlfaq7.pod pod/perlfaq8.pod ____________________________________________________________________________ [ 2265] By: jhi on 1998/11/22 12:06:29 -- Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) -- Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02 -- Newsgroups: hut.lists.perl5-porters -- To: gsar@engin.umich.edu (Gurusamy Sarathy) -- Cc: perl5-porters@perl.org (Perl5 Porters) -- Date: 20 Nov 1998 12:20:41 +0200 -- Branch: cfgperl -- ! ext/DB_File/Changes ext/DB_File/DB_File.pm -- ! ext/DB_File/DB_File.xs ++ Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) ++ Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02 ++ Newsgroups: hut.lists.perl5-porters ++ To: gsar@engin.umich.edu (Gurusamy Sarathy) ++ Cc: perl5-porters@perl.org (Perl5 Porters) ++ Date: 20 Nov 1998 12:20:41 +0200 ++ Branch: cfgperl ++ ! ext/DB_File/Changes ext/DB_File/DB_File.pm ++ ! ext/DB_File/DB_File.xs ____________________________________________________________________________ [ 2264] By: jhi on 1998/11/22 11:55:09 -- Log: NeXTstep /etc/group and /etc/passwd are used only at boot time, -- From: Gerben Wierda -- Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) -- To: perlbug@perl.com -- Date: 20 Nov 1998 18:39:06 +0200 -- Lines: 47 -- Message-ID: -- Branch: cfgperl -- ! t/op/grent.t t/op/pwent.t ++ Log: NeXTstep /etc/group and /etc/passwd are used only at boot time, ++ From: Gerben Wierda ++ Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) ++ To: perlbug@perl.com ++ Date: 20 Nov 1998 18:39:06 +0200 ++ Lines: 47 ++ Message-ID: ++ Branch: cfgperl ++ ! t/op/grent.t t/op/pwent.t ____________________________________________________________________________ [ 2263] By: jhi on 1998/11/22 11:42:59 -- Log: Permission testing is tricky when we have too much power. -- Problem reported in -- From: Gerben Wierda -- Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) -- To: perlbug@perl.com -- Date: 20 Nov 1998 18:39:06 +0200 -- Message-ID: -- Branch: cfgperl -- ! t/op/filetest.t ++ Log: Permission testing is tricky when we have too much power. ++ Problem reported in ++ From: Gerben Wierda ++ Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) ++ To: perlbug@perl.com ++ Date: 20 Nov 1998 18:39:06 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! t/op/filetest.t ____________________________________________________________________________ [ 2262] By: gsar on 1998/11/22 11:37:02 -- Log: fix broken CAPI generation -- Branch: perl -- ! win32/GenCAPI.pl ++ Log: fix broken CAPI generation ++ Branch: perl ++ ! win32/GenCAPI.pl ____________________________________________________________________________ [ 2261] By: jhi on 1998/11/22 11:17:00 -- Log: -x should be C<-x>, reported by Gerben Wierda. -- Branch: cfgperl -- ! pod/perlfunc.pod ++ Log: -x should be C<-x>, reported by Gerben Wierda. ++ Branch: cfgperl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 2260] By: gsar on 1998/11/22 11:12:02 -- Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration -- Branch: perl -- ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h -- ! proto.h ++ Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration ++ Branch: perl ++ ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h ++ ! proto.h ____________________________________________________________________________ [ 2259] By: jhi on 1998/11/22 11:06:40 -- Log: From: "Kurt D. Starsinic" -- Subject: Re: [PATCH] Re: pod2man bug in date generated line -- To: Albert Dvornik , "Larry W. Virden" -- Cc: perlbug@perl.com -- Date: 20 Nov 1998 21:30:17 +0200 -- Message-ID: -- Branch: cfgperl -- ! pod/pod2man.PL ++ Log: From: "Kurt D. Starsinic" ++ Subject: Re: [PATCH] Re: pod2man bug in date generated line ++ To: Albert Dvornik , "Larry W. Virden" ++ Cc: perlbug@perl.com ++ Date: 20 Nov 1998 21:30:17 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! pod/pod2man.PL ____________________________________________________________________________ [ 2256] By: jhi on 1998/11/21 10:44:01 -- Log: From: Thomas Bowditch -- Subject: Benchmark.pm suggestion -- To: jhi@iki.fi, Tim.Bunce@ig.co.uk -- Date: Fri, 20 Nov 1998 17:43:46 -0500 -- Message-Id: <199811202243.RAA26252@harp.camb.inmet.com> -- -- Added timesum(). -- Branch: cfgperl -- ! lib/Benchmark.pm ++ Log: From: Thomas Bowditch ++ Subject: Benchmark.pm suggestion ++ To: jhi@iki.fi, Tim.Bunce@ig.co.uk ++ Date: Fri, 20 Nov 1998 17:43:46 -0500 ++ Message-Id: <199811202243.RAA26252@harp.camb.inmet.com> ++ ++ Added timesum(). ++ Branch: cfgperl ++ ! lib/Benchmark.pm ____________________________________________________________________________ [ 2255] By: gsar on 1998/11/21 08:45:06 -- Log: another win32 portability fix: make sysread() and syswrite() -- work on sockets -- Branch: perl -- ! pp_sys.c win32/win32.h ++ Log: another win32 portability fix: make sysread() and syswrite() ++ work on sockets ++ Branch: perl ++ ! pp_sys.c win32/win32.h ____________________________________________________________________________ [ 2254] By: gsar on 1998/11/21 07:49:06 -- Log: win32_recvfrom() compatibility fix -- Branch: perl -- ! win32/win32sck.c ++ Log: win32_recvfrom() compatibility fix ++ Branch: perl ++ ! win32/win32sck.c ____________________________________________________________________________ [ 2253] By: jhi on 1998/11/20 08:22:06 -- Log: From: Mark Bixby -- To: jhi@iki.fi -- Subject: MPE/iX Perl 5.005_02 oops -- Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST) -- Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu> -- Branch: cfgperl -- ! ext/DynaLoader/dl_mpeix.xs installperl ++ Log: From: Mark Bixby ++ To: jhi@iki.fi ++ Subject: MPE/iX Perl 5.005_02 oops ++ Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST) ++ Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu> ++ Branch: cfgperl ++ ! ext/DynaLoader/dl_mpeix.xs installperl ____________________________________________________________________________ [ 2252] By: gsar on 1998/11/19 17:38:03 -- Log: mess_sv tweak for change#2249 -- Branch: perl -- ! util.c ++ Log: mess_sv tweak for change#2249 ++ Branch: perl ++ ! util.c ____________________________________________________________________________ [ 2251] By: jhi on 1998/11/18 12:32:19 -- Log: Display use64bits and usemultiplicity but only if necessary. -- Branch: cfgperl -- ! myconfig ++ Log: Display use64bits and usemultiplicity but only if necessary. ++ Branch: cfgperl ++ ! myconfig ____________________________________________________________________________ [ 2250] By: jhi on 1998/11/18 12:26:50 -- Log: From: Horst von Brand -- Subject: pp.c uses 'unsigned Quad_t' -- To: perlbug@perl.com -- Date: Sun, 15 Nov 1998 20:57:05 -0300 -- Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl> -- Branch: cfgperl -- ! perl.h pp.c ++ Log: From: Horst von Brand ++ Subject: pp.c uses 'unsigned Quad_t' ++ To: perlbug@perl.com ++ Date: Sun, 15 Nov 1998 20:57:05 -0300 ++ Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl> ++ Branch: cfgperl ++ ! perl.h pp.c ____________________________________________________________________________ [ 2249] By: gsar on 1998/11/18 05:43:11 -- Log: use PL_mess_sv only during global destruction (fixes problems with -- overlapping invocations of form()/warn()/die()/croak() trampling on -- each other's messages) -- Branch: perl -- ! mg.c util.c ++ Log: use PL_mess_sv only during global destruction (fixes problems with ++ overlapping invocations of form()/warn()/die()/croak() trampling on ++ each other's messages) ++ Branch: perl ++ ! mg.c util.c ____________________________________________________________________________ [ 2248] By: gsar on 1998/11/18 05:39:36 -- Log: tweak change#2245 to skip previous message if any -- Branch: perl -- ! pp_ctl.c t/pragma/warn/pp_ctl ++ Log: tweak change#2245 to skip previous message if any ++ Branch: perl ++ ! pp_ctl.c t/pragma/warn/pp_ctl ____________________________________________________________________________ [ 2247] By: jhi on 1998/11/17 11:46:56 -- Log: Integrate from mainperl. -- Branch: cfgperl -- !> (integrate 26 files) ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> (integrate 26 files) ____________________________________________________________________________ [ 2246] By: gsar on 1998/11/17 09:41:10 -- Log: allow C -- Branch: perl -- ! op.c t/op/sort.t t/pragma/overload.t ++ Log: allow C ++ Branch: perl ++ ! op.c t/op/sort.t t/pragma/overload.t ____________________________________________________________________________ [ 2245] By: gsar on 1998/11/17 08:28:26 -- Log: propagate failures in DESTROY() as (optional) warnings -- Branch: perl -- ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl ++ Log: propagate failures in DESTROY() as (optional) warnings ++ Branch: perl ++ ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl ____________________________________________________________________________ [ 2244] By: gsar on 1998/11/17 07:43:08 -- Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY -- Branch: perl -- ! perl.c thrdvar.h ++ Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY ++ Branch: perl ++ ! perl.c thrdvar.h ____________________________________________________________________________ [ 2243] By: gsar on 1998/11/17 07:40:09 -- Log: sort WARN_FOO symbols to avoid hash traversal order dependency -- Branch: perl -- ! lib/warning.pm warning.h warning.pl ++ Log: sort WARN_FOO symbols to avoid hash traversal order dependency ++ Branch: perl ++ ! lib/warning.pm warning.h warning.pl ____________________________________________________________________________ [ 2242] By: gsar on 1998/11/17 06:32:39 -- Log: fix skipspace() to properly account for newlines in eval''-ed -- strings (caused bogus line numbers in diagnostics and debugger) -- Branch: perl -- ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c ++ Log: fix skipspace() to properly account for newlines in eval''-ed ++ strings (caused bogus line numbers in diagnostics and debugger) ++ Branch: perl ++ ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 2241] By: gsar on 1998/11/17 03:48:12 -- Log: s/Perl_utf8skip/PL_utf8skip/g -- Branch: perl -- ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h ++ Log: s/Perl_utf8skip/PL_utf8skip/g ++ Branch: perl ++ ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h ____________________________________________________________________________ [ 2240] By: gsar on 1998/11/14 06:09:06 -- Log: rework op/groups.t -- Branch: perl -- ! t/op/filetest.t t/op/groups.t ++ Log: rework op/groups.t ++ Branch: perl ++ ! t/op/filetest.t t/op/groups.t ____________________________________________________________________________ [ 2235] By: gsar on 1998/11/14 00:17:05 -- Log: catch a neophyte trap: open(), close() etc. -- Branch: perl -- ! op.c ++ Log: catch a neophyte trap: open(), close() etc. ++ Branch: perl ++ ! op.c ____________________________________________________________________________ [ 2234] By: gsar on 1998/11/14 00:14:02 -- Log: update Changes -- Branch: perl -- ! Changes win32/config.bc win32/config.gc win32/config.vc ++ Log: update Changes ++ Branch: perl ++ ! Changes win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 2233] By: gsar on 1998/11/13 09:43:03 -- Log: doc tweak -- Branch: perl -- ! README.win32 ++ Log: doc tweak ++ Branch: perl ++ ! README.win32 ____________________________________________________________________________ [ 2230] By: jhi on 1998/11/12 17:07:45 -- Log: Allow hints file override for d_socket -- (based on Sequent-induced change #2229). -- Branch: cfgperl -- ! Configure ++ Log: Allow hints file override for d_socket ++ (based on Sequent-induced change #2229). ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2229] By: jhi on 1998/11/12 16:32:33 -- Log: -- From: "Martin J. Bligh" -- To: jhi@iki.fi -- cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu -- Subject: Re: Making Perl work on DYNIX/ptx -- Date: Tue, 10 Nov 1998 16:24:26 -0800 -- Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com> -- Branch: cfgperl -- ! hints/dynixptx.sh ++ Log: ++ From: "Martin J. Bligh" ++ To: jhi@iki.fi ++ cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu ++ Subject: Re: Making Perl work on DYNIX/ptx ++ Date: Tue, 10 Nov 1998 16:24:26 -0800 ++ Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com> ++ Branch: cfgperl ++ ! hints/dynixptx.sh ____________________________________________________________________________ [ 2228] By: jhi on 1998/11/12 11:40:37 -- Log: From: "Martin J. Bligh" -- Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com> -- To: jhi@iki.fi -- cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu -- Subject: Re: Making Perl work on DYNIX/ptx -- Date: Tue, 10 Nov 1998 18:01:10 -0800 -- Branch: cfgperl -- + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl ++ Log: From: "Martin J. Bligh" ++ Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com> ++ To: jhi@iki.fi ++ cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu ++ Subject: Re: Making Perl work on DYNIX/ptx ++ Date: Tue, 10 Nov 1998 18:01:10 -0800 ++ Branch: cfgperl ++ + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl ____________________________________________________________________________ [ 2227] By: jhi on 1998/11/12 11:17:42 -- Log: Integrate from mainperl. -- Branch: cfgperl -- !> Changes XSUB.h av.c embed.h embed.pl embedvar.h -- !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h -- !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c -- !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl -- !> win32/win32.c x2p/s2p.PL ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> Changes XSUB.h av.c embed.h embed.pl embedvar.h ++ !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h ++ !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c ++ !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl ++ !> win32/win32.c x2p/s2p.PL ____________________________________________________________________________ [ 2226] By: gsar on 1998/11/11 21:05:42 -- Log: provide -DPERL_POLLUTE -- Branch: perl -- ! embed.pl embedvar.h ++ Log: provide -DPERL_POLLUTE ++ Branch: perl ++ ! embed.pl embedvar.h ____________________________________________________________________________ [ 2225] By: jhi on 1998/11/09 07:45:12 -- Log: From: Hans Mulder -- To: Ilya Zakharevich -- Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi, -- perl5-porters@perl.org -- Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 -- (UNINSTALLED) -- Date: Sun, 8 Nov 98 22:20:23 +0100 -- Message-Id: <9811082119.AA11802@icgned.icgroup.nl> -- Branch: cfgperl -- ! malloc.c perl.h ++ Log: From: Hans Mulder ++ To: Ilya Zakharevich ++ Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi, ++ perl5-porters@perl.org ++ Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 ++ (UNINSTALLED) ++ Date: Sun, 8 Nov 98 22:20:23 +0100 ++ Message-Id: <9811082119.AA11802@icgned.icgroup.nl> ++ Branch: cfgperl ++ ! malloc.c perl.h ____________________________________________________________________________ [ 2224] By: gsar on 1998/11/09 03:13:14 -- Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe -- Christoph ) -- Branch: perl -- ! lib/Text/Wrap.pm ++ Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe ++ Christoph ) ++ Branch: perl ++ ! lib/Text/Wrap.pm ____________________________________________________________________________ [ 2223] By: gsar on 1998/11/09 02:09:06 -- Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux -- ) -- Branch: perl -- ! x2p/s2p.PL ++ Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux ++ ) ++ Branch: perl ++ ! x2p/s2p.PL ____________________________________________________________________________ [ 2222] By: gsar on 1998/11/09 01:56:24 -- Log: patches from Hugo van der Sanden -- Date: Wed, 04 Nov 1998 12:19:44 +0000 -- Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk> -- Subject: [PATCH] Re: [5.005_53] read overflow? -- -- -- Date: Wed, 04 Nov 1998 13:15:18 +0000 -- Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk> -- Subject: [PATCH 5.005_53] perl -V fix -- Branch: perl -- ! perl.c regexec.c ++ Log: patches from Hugo van der Sanden ++ Date: Wed, 04 Nov 1998 12:19:44 +0000 ++ Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk> ++ Subject: [PATCH] Re: [5.005_53] read overflow? ++ -- ++ Date: Wed, 04 Nov 1998 13:15:18 +0000 ++ Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk> ++ Subject: [PATCH 5.005_53] perl -V fix ++ Branch: perl ++ ! perl.c regexec.c ____________________________________________________________________________ [ 2221] By: gsar on 1998/11/09 01:34:56 -- Log: From: jan.dubois@ibm.net (Jan Dubois) -- Date: Sun, 01 Nov 1998 00:05:01 +0100 -- Message-ID: <364294bd.18052307@smtp1.ibm.net> -- Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING -- Branch: perl -- ! Changes win32/makedef.pl ++ Log: From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Sun, 01 Nov 1998 00:05:01 +0100 ++ Message-ID: <364294bd.18052307@smtp1.ibm.net> ++ Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING ++ Branch: perl ++ ! Changes win32/makedef.pl ____________________________________________________________________________ [ 2220] By: gsar on 1998/11/08 21:13:07 -- Log: integrate changes#2120,2168,2218 from maint-5.005; -- add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in -- enum; make regen_headers -- Branch: perl -- ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym -- ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c ++ Log: integrate changes#2120,2168,2218 from maint-5.005; ++ add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in ++ enum; make regen_headers ++ Branch: perl ++ ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym ++ ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c ____________________________________________________________________________ [ 2219] By: gsar on 1998/11/08 19:42:57 -- Log: integrate cfgperl changes into mainline -- Branch: perl -- +> README.vmesa -- !> Configure MANIFEST Porting/Glossary Porting/config.sh -- !> Porting/config_H config_h.SH ext/Thread/Thread.xs -- !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c -- !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod -- !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t -- !> thread.h vms/subconfigure.com vos/config.h ++ Log: integrate cfgperl changes into mainline ++ Branch: perl ++ +> README.vmesa ++ !> Configure MANIFEST Porting/Glossary Porting/config.sh ++ !> Porting/config_H config_h.SH ext/Thread/Thread.xs ++ !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c ++ !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod ++ !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t ++ !> thread.h vms/subconfigure.com vos/config.h ____________________________________________________________________________ [ 2218] By: gbarr on 1998/11/08 16:48:44 -- Log: From: Graham Barr -- Date: Mon, 2 Nov 1998 07:38:52 -0600 -- Message-ID: <19981102073852.A12751@asic.sc.ti.com> -- Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03 -- Branch: maint-5.005/perl -- ! ext/IPC/SysV/Msg.pm ++ Log: From: Graham Barr ++ Date: Mon, 2 Nov 1998 07:38:52 -0600 ++ Message-ID: <19981102073852.A12751@asic.sc.ti.com> ++ Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03 ++ Branch: maint-5.005/perl ++ ! ext/IPC/SysV/Msg.pm ____________________________________________________________________________ [ 2215] By: gsar on 1998/11/08 02:52:52 -- Log: set close-on-exec bit on pipe() FDs -- Branch: perl -- ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c ++ Log: set close-on-exec bit on pipe() FDs ++ Branch: perl ++ ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c ____________________________________________________________________________ [ 2214] By: gsar on 1998/11/08 02:27:57 -- Log: typo in newHVhv() -- Branch: perl -- ! hv.c ++ Log: typo in newHVhv() ++ Branch: perl ++ ! hv.c ____________________________________________________________________________ [ 2211] By: jhi on 1998/11/07 21:14:18 -- Log: Finalize the Mach CThreads support. -- -- From: Hans Mulder -- Date: Sat, 7 Nov 98 22:06:20 +0100 -- To: Gurusamy Sarathy -- Cc: jhi@iki.fi, perl5-porters@perl.org -- Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) -- Message-Id: <9811072105.AA07794@icgned.icgroup.nl> -- Branch: cfgperl -- ! malloc.c perl.h ++ Log: Finalize the Mach CThreads support. ++ ++ From: Hans Mulder ++ Date: Sat, 7 Nov 98 22:06:20 +0100 ++ To: Gurusamy Sarathy ++ Cc: jhi@iki.fi, perl5-porters@perl.org ++ Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) ++ Message-Id: <9811072105.AA07794@icgned.icgroup.nl> ++ Branch: cfgperl ++ ! malloc.c perl.h ____________________________________________________________________________ [ 2210] By: gsar on 1998/11/06 20:36:50 -- Log: fix AvREALISH bogusness -- Branch: perl -- ! av.c t/op/array.t ++ Log: fix AvREALISH bogusness ++ Branch: perl ++ ! av.c t/op/array.t ____________________________________________________________________________ [ 2209] By: jhi on 1998/11/06 08:05:31 -- Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because -- ASSERT() causes problems in {NeXTStep,OpenStep}. -- -- From: Hans Mulder -- To: Jarkko Hietaniemi -- Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) -- Date: Fri, 6 Nov 98 01:27:41 +0100 -- Message-Id: <9811060025.AA27389@icgned.icgroup.nl> -- -- and -- -- From: Ilya Zakharevich -- Subject: Re: ASSERT() in malloc.c -- To: jhi@iki.fi -- Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST) -- Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu> -- Branch: cfgperl -- ! malloc.c ++ Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because ++ ASSERT() causes problems in {NeXTStep,OpenStep}. ++ ++ From: Hans Mulder ++ To: Jarkko Hietaniemi ++ Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) ++ Date: Fri, 6 Nov 98 01:27:41 +0100 ++ Message-Id: <9811060025.AA27389@icgned.icgroup.nl> ++ ++ and ++ ++ From: Ilya Zakharevich ++ Subject: Re: ASSERT() in malloc.c ++ To: jhi@iki.fi ++ Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST) ++ Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu> ++ Branch: cfgperl ++ ! malloc.c ____________________________________________________________________________ [ 2208] By: jhi on 1998/11/06 07:55:38 -- Log: Mach CThreads needs #include . -- Branch: cfgperl -- ! perl.h ++ Log: Mach CThreads needs #include . ++ Branch: cfgperl ++ ! perl.h ____________________________________________________________________________ [ 2206] By: jhi on 1998/11/05 14:54:52 -- Log: PERL_BADLANG wrongly documented. -- -- From: ts -- To: jhi@cc.hut.fi -- Subject: Re: Locale warning messages -- Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET) -- Message-Id: <199811051334.OAA24863@moulon.inra.fr> -- -- and -- -- From: Ilya Zakharevich -- Subject: Re: PERL_BADLANG -- To: jhi@iki.fi -- Subject: Re: PERL_BADLANG -- Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST) -- Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu> -- Branch: cfgperl -- ! pod/perllocale.pod ++ Log: PERL_BADLANG wrongly documented. ++ ++ From: ts ++ To: jhi@cc.hut.fi ++ Subject: Re: Locale warning messages ++ Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET) ++ Message-Id: <199811051334.OAA24863@moulon.inra.fr> ++ ++ and ++ ++ From: Ilya Zakharevich ++ Subject: Re: PERL_BADLANG ++ To: jhi@iki.fi ++ Subject: Re: PERL_BADLANG ++ Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST) ++ Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu> ++ Branch: cfgperl ++ ! pod/perllocale.pod ____________________________________________________________________________ [ 2205] By: jhi on 1998/11/05 14:24:33 -- Log: Document all the control flow keywords in perlfunc -- so that "perlfunc -f while" works. -- Branch: cfgperl -- ! pod/perlfunc.pod ++ Log: Document all the control flow keywords in perlfunc ++ so that "perlfunc -f while" works. ++ Branch: cfgperl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 2204] By: jhi on 1998/11/05 12:46:02 -- Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE -- (from vos/config.h). Update Porting/{Glossary,config*}. -- Branch: cfgperl -- ! Configure Porting/Glossary Porting/config.sh Porting/config_H -- ! config_h.SH vos/config.h ++ Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE ++ (from vos/config.h). Update Porting/{Glossary,config*}. ++ Branch: cfgperl ++ ! Configure Porting/Glossary Porting/config.sh Porting/config_H ++ ! config_h.SH vos/config.h ____________________________________________________________________________ [ 2203] By: jhi on 1998/11/05 08:34:39 -- Log: VM/ESA and VMS sig_num_init (change#2101) catchup. -- Branch: cfgperl -- ! hints/vmesa.sh vms/subconfigure.com ++ Log: VM/ESA and VMS sig_num_init (change#2101) catchup. ++ Branch: cfgperl ++ ! hints/vmesa.sh vms/subconfigure.com ____________________________________________________________________________ [ 2202] By: jhi on 1998/11/05 08:03:20 -- Log: Integrate from mainperl. -- Branch: cfgperl -- !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c -- !> win32/Makefile win32/makefile.mk win32/win32.c ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c ++ !> win32/Makefile win32/makefile.mk win32/win32.c ____________________________________________________________________________ [ 2201] By: gsar on 1998/11/05 04:40:44 -- Log: another POPSTACK victim -- Branch: perl -- ! cop.h sv.c ++ Log: another POPSTACK victim ++ Branch: perl ++ ! cop.h sv.c ____________________________________________________________________________ [ 2196] By: gsar on 1998/11/05 02:07:54 -- Log: fix a location affected by change#2191, add note about POPSTACK -- Branch: perl -- ! cop.h gv.c pp_ctl.c ++ Log: fix a location affected by change#2191, add note about POPSTACK ++ Branch: perl ++ ! cop.h gv.c pp_ctl.c ____________________________________________________________________________ [ 2195] By: gsar on 1998/11/05 02:04:45 -- Log: makefile notes -- Branch: perl -- ! win32/Makefile win32/makefile.mk ++ Log: makefile notes ++ Branch: perl ++ ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2192] By: gsar on 1998/11/04 23:48:53 -- Log: indeterminate order-of-evaluation fixes -- Branch: perl -- ! mg.c ++ Log: indeterminate order-of-evaluation fixes ++ Branch: perl ++ ! mg.c ____________________________________________________________________________ [ 2191] By: gsar on 1998/11/04 23:02:16 -- Log: refetch local stack pointer in POPSTACK -- Branch: perl -- ! cop.h perl.c ++ Log: refetch local stack pointer in POPSTACK ++ Branch: perl ++ ! cop.h perl.c ____________________________________________________________________________ [ 2190] By: jhi on 1998/11/04 08:50:40 -- Log: Configure update. -- Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a, -- -- From: Andy Dougherty -- To: Martin Bligh -- Cc: Jarkko Hietaniemi -- Subject: Re: Perl 5's configure on DYNIX/ptx -- Message-Id: -- Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST) -- -- find sockets also from libsocket, not just libnet. -- OS390: $compile_ok instead of $compile for , -- -- From: pvhp@forte.com (Peter Prymmer) -- To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU -- Subject: _53 not OK on os390 but looking better than ever -- Date: Tue, 3 Nov 98 17:33:22 PST -- Message-Id: <9811040133.AA09450@forte.com> -- Branch: cfgperl -- ! Configure ++ Log: Configure update. ++ Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a, ++ ++ From: Andy Dougherty ++ To: Martin Bligh ++ Cc: Jarkko Hietaniemi ++ Subject: Re: Perl 5's configure on DYNIX/ptx ++ Message-Id: ++ Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST) ++ ++ find sockets also from libsocket, not just libnet. ++ OS390: $compile_ok instead of $compile for , ++ ++ From: pvhp@forte.com (Peter Prymmer) ++ To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU ++ Subject: _53 not OK on os390 but looking better than ever ++ Date: Tue, 3 Nov 98 17:33:22 PST ++ Message-Id: <9811040133.AA09450@forte.com> ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2189] By: jhi on 1998/11/04 07:43:58 -- Log: sysio.t failure: fix undefined order of evaluation, from -- -- From: Spider Boardman -- Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH] -- To: perlbug@perl.com -- Date: 4 Nov 1998 01:22:30 +0200 -- Message-ID: -- Branch: cfgperl -- ! pp_sys.c ++ Log: sysio.t failure: fix undefined order of evaluation, from ++ ++ From: Spider Boardman ++ Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH] ++ To: perlbug@perl.com ++ Date: 4 Nov 1998 01:22:30 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! pp_sys.c ____________________________________________________________________________ [ 2188] By: gsar on 1998/11/04 02:59:16 -- Log: fix return value of win32_pclose() -- Branch: perl -- ! win32/win32.c ++ Log: fix return value of win32_pclose() ++ Branch: perl ++ ! win32/win32.c ____________________________________________________________________________ [ 2187] By: gsar on 1998/11/04 02:56:34 -- Log: s/sv_upgrade/SvUPGRADE/ a couple of places -- Branch: perl -- ! Changes doop.c gv.c util.c ++ Log: s/sv_upgrade/SvUPGRADE/ a couple of places ++ Branch: perl ++ ! Changes doop.c gv.c util.c ____________________________________________________________________________ [ 2186] By: jhi on 1998/11/03 08:17:52 -- Log: Document quads in pack. -- Branch: cfgperl -- ! pod/perlfunc.pod ++ Log: Document quads in pack. ++ Branch: cfgperl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 2185] By: jhi on 1998/11/03 07:49:35 -- Log: (IV) vs (I32) vs I_V() -- -- Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade() -- From: Anton Berezin -- To: "p5p" -- Date: 01 Nov 1998 15:09:11 +0100 -- Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk> -- -- and -- -- From: Andy Dougherty -- Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) -- Message-Id: -- Branch: cfgperl -- ! sv.c ++ Log: (IV) vs (I32) vs I_V() ++ ++ Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade() ++ From: Anton Berezin ++ To: "p5p" ++ Date: 01 Nov 1998 15:09:11 +0100 ++ Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk> ++ ++ and ++ ++ From: Andy Dougherty ++ Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) ++ Message-Id: ++ Branch: cfgperl ++ ! sv.c ____________________________________________________________________________ [ 2184] By: jhi on 1998/11/03 07:42:46 -- Log: VM/ESA updates. -- Branch: cfgperl -- + README.vmesa -- ! MANIFEST pod/perlfunc.pod pod/perlport.pod ++ Log: VM/ESA updates. ++ Branch: cfgperl ++ + README.vmesa ++ ! MANIFEST pod/perlfunc.pod pod/perlport.pod ____________________________________________________________________________ [ 2183] By: jhi on 1998/11/02 12:58:13 -- Log: The id(1)-parsing is real fun. -- Branch: cfgperl -- ! t/op/groups.t ++ Log: The id(1)-parsing is real fun. ++ Branch: cfgperl ++ ! t/op/groups.t ____________________________________________________________________________ [ 2182] By: jhi on 1998/11/02 12:07:43 -- Log: Decommission the symlink test. -- Branch: cfgperl -- ! t/op/lex_assign.t ++ Log: Decommission the symlink test. ++ Branch: cfgperl ++ ! t/op/lex_assign.t ____________________________________________________________________________ [ 2181] By: jhi on 1998/11/02 12:03:08 -- Log: Replace ATTR_JOINABLE with true Configure probe -- for PTHREAD_CREATE_JOINABLE (or equivalent: -- PTHREAD_CREATE_UNDETACHED or __UNDETACHED). -- Remove ATTR_JOINABLE itself: Thread.xs uses -- PTHREAD_CREATE_JOINABLE (or equivalent) directly. -- -- Really scan for only if usethreads. -- Branch: cfgperl -- ! Configure config_h.SH ext/Thread/Thread.xs thread.h ++ Log: Replace ATTR_JOINABLE with true Configure probe ++ for PTHREAD_CREATE_JOINABLE (or equivalent: ++ PTHREAD_CREATE_UNDETACHED or __UNDETACHED). ++ Remove ATTR_JOINABLE itself: Thread.xs uses ++ PTHREAD_CREATE_JOINABLE (or equivalent) directly. ++ ++ Really scan for only if usethreads. ++ Branch: cfgperl ++ ! Configure config_h.SH ext/Thread/Thread.xs thread.h ____________________________________________________________________________ [ 2180] By: jhi on 1998/11/02 11:07:34 -- Log: In HP-UX 10.X usethreads only if the required files are present. -- Branch: cfgperl -- ! hints/hpux.sh ++ Log: In HP-UX 10.X usethreads only if the required files are present. ++ Branch: cfgperl ++ ! hints/hpux.sh ____________________________________________________________________________ [ 2179] By: jhi on 1998/11/02 09:10:33 -- Log: Prefer groups(1). -- id -Gn can be broken. -- id -a can save the day. -- Branch: cfgperl -- ! t/op/groups.t ++ Log: Prefer groups(1). ++ id -Gn can be broken. ++ id -a can save the day. ++ Branch: cfgperl ++ ! t/op/groups.t ____________________________________________________________________________ [ 2178] By: jhi on 1998/11/02 08:35:29 -- Log: Detrail enum comma. -- Branch: cfgperl -- ! perl.h ++ Log: Detrail enum comma. ++ Branch: cfgperl ++ ! perl.h ____________________________________________________________________________ [ 2177] By: jhi on 1998/11/02 08:24:12 -- Log: 0**0 = 1, from -- -- From: d-lewart@uiuc.edu (Daniel S. Lewart) -- Subject: Math::Complex 0**0 patches -- Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST) -- Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu> -- To: jhi@iki.fi (Jarkko Hietaniemi), -- Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi) -- Branch: cfgperl -- ! lib/Math/Complex.pm t/lib/complex.t ++ Log: 0**0 = 1, from ++ ++ From: d-lewart@uiuc.edu (Daniel S. Lewart) ++ Subject: Math::Complex 0**0 patches ++ Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST) ++ Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu> ++ To: jhi@iki.fi (Jarkko Hietaniemi), ++ Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi) ++ Branch: cfgperl ++ ! lib/Math/Complex.pm t/lib/complex.t ____________________________________________________________________________ [ 2168] By: gbarr on 1998/11/01 01:58:58 -- Log: From: jan.dubois@ibm.net (Jan Dubois) -- Date: Fri, 09 Oct 1998 23:28:31 +0200 -- Message-ID: <36217b7f.3193091@smtp1.ibm.net> -- Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT -- Branch: maint-5.005/perl -- ! XSUB.h ++ Log: From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Fri, 09 Oct 1998 23:28:31 +0200 ++ Message-ID: <36217b7f.3193091@smtp1.ibm.net> ++ Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT ++ Branch: maint-5.005/perl ++ ! XSUB.h ____________________________________________________________________________ [ 2164] By: jhi on 1998/10/31 15:50:02 -- Log: Integrate from mainperl. -- Branch: cfgperl -- +> t/op/lex_assign.t -- !> (integrate 45 files) ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ +> t/op/lex_assign.t ++ !> (integrate 45 files) ---------------- Version 5.005_53 @@@ -6002,1608 -6002,1608 +4762,1608 @@@ ____________________________________________________________________________ [ 2163] By: gsar on 1998/10/31 11:31:12 -- Log: bump patchlevel; other minor fixes for clean build and test on -- Solaris and win32 -- Branch: perl -- ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c -- ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t -- ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc -- ! win32/config_H.gc win32/config_H.vc win32/makefile.mk -- ! x2p/a2p.c ++ Log: bump patchlevel; other minor fixes for clean build and test on ++ Solaris and win32 ++ Branch: perl ++ ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c ++ ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t ++ ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc ++ ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ++ ! x2p/a2p.c ____________________________________________________________________________ [ 2162] By: gsar on 1998/10/31 09:40:31 -- Log: From: Ilya Zakharevich -- Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST) -- Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu> -- Subject: Re: [PATCH 5.00552] Overloaded <> and deref again -- Branch: perl -- ! pp.h ++ Log: From: Ilya Zakharevich ++ Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST) ++ Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu> ++ Subject: Re: [PATCH 5.00552] Overloaded <> and deref again ++ Branch: perl ++ ! pp.h ____________________________________________________________________________ [ 2161] By: gsar on 1998/10/31 09:39:13 -- Log: From: Albert Dvornik -- Date: 30 Oct 1998 17:50:04 -0500 -- Message-Id: -- Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o -- Branch: perl -- ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c ++ Log: From: Albert Dvornik ++ Date: 30 Oct 1998 17:50:04 -0500 ++ Message-Id: ++ Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o ++ Branch: perl ++ ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c ____________________________________________________________________________ [ 2160] By: gsar on 1998/10/31 09:35:03 -- Log: fix for bugs in -x mode -- From: Ilya Zakharevich -- Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST) -- Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Fix h2xs -- Branch: perl -- ! utils/h2xs.PL ++ Log: fix for bugs in -x mode ++ From: Ilya Zakharevich ++ Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST) ++ Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] Fix h2xs ++ Branch: perl ++ ! utils/h2xs.PL ____________________________________________________________________________ [ 2159] By: gsar on 1998/10/31 09:31:36 -- Log: Data::Dumper update -- Branch: perl -- ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm -- ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo ++ Log: Data::Dumper update ++ Branch: perl ++ ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm ++ ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo ____________________________________________________________________________ [ 2153] By: gsar on 1998/10/30 21:40:09 -- Log: add testsuite portion of patch -- From: Ilya Zakharevich -- Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST) -- Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00321 ;-)] 87% speedup -- Branch: perl -- + t/op/lex_assign.t -- ! MANIFEST ++ Log: add testsuite portion of patch ++ From: Ilya Zakharevich ++ Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST) ++ Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00321 ;-)] 87% speedup ++ Branch: perl ++ + t/op/lex_assign.t ++ ! MANIFEST ____________________________________________________________________________ [ 2152] By: gsar on 1998/10/30 21:08:11 -- Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case -- Branch: perl -- ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod ++ Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case ++ Branch: perl ++ ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod ____________________________________________________________________________ [ 2151] By: gsar on 1998/10/30 20:18:09 -- Log: From: Mark-Jason Dominus -- Date: Fri, 30 Oct 1998 14:24:23 EST -- Message-Id: <19981030192423.27276.qmail@plover.com> -- Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop' -- Branch: perl -- ! x2p/walk.c ++ Log: From: Mark-Jason Dominus ++ Date: Fri, 30 Oct 1998 14:24:23 EST ++ Message-Id: <19981030192423.27276.qmail@plover.com> ++ Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop' ++ Branch: perl ++ ! x2p/walk.c ____________________________________________________________________________ [ 2150] By: gsar on 1998/10/30 20:08:57 -- Log: From: Ilya Zakharevich -- Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST) -- Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Overloaded <> and deref again -- Branch: perl -- ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c -- ! t/pragma/overload.t toke.c ++ Log: From: Ilya Zakharevich ++ Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST) ++ Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] Overloaded <> and deref again ++ Branch: perl ++ ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c ++ ! t/pragma/overload.t toke.c ____________________________________________________________________________ [ 2149] By: gsar on 1998/10/30 19:38:15 -- Log: From: Roderick Schertler -- Date: Thu, 29 Oct 1998 14:50:18 -0500 -- Message-ID: <17625.909690618@eeyore.ibcinc.com> -- Subject: patch for daemonization docs in perlipc -- Branch: perl -- ! pod/perlipc.pod ++ Log: From: Roderick Schertler ++ Date: Thu, 29 Oct 1998 14:50:18 -0500 ++ Message-ID: <17625.909690618@eeyore.ibcinc.com> ++ Subject: patch for daemonization docs in perlipc ++ Branch: perl ++ ! pod/perlipc.pod ____________________________________________________________________________ [ 2148] By: gsar on 1998/10/30 19:36:07 -- Log: From: Anton Berezin -- Date: 29 Oct 1998 17:06:25 +0100 -- Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk> -- Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives -- Branch: perl -- ! win32/win32.c ++ Log: From: Anton Berezin ++ Date: 29 Oct 1998 17:06:25 +0100 ++ Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk> ++ Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives ++ Branch: perl ++ ! win32/win32.c ____________________________________________________________________________ [ 2147] By: gsar on 1998/10/30 19:31:37 -- Log: tweaked version of suggested patch -- From: Anton Berezin -- Date: 29 Oct 1998 14:48:54 +0100 -- Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk> -- Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC -- Branch: perl -- ! win32/win32.c ++ Log: tweaked version of suggested patch ++ From: Anton Berezin ++ Date: 29 Oct 1998 14:48:54 +0100 ++ Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk> ++ Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC ++ Branch: perl ++ ! win32/win32.c ____________________________________________________________________________ [ 2146] By: gsar on 1998/10/30 19:03:50 -- Log: hand-apply whitespace-mutiliated patch -- From: "vishal bhatia" -- Date: Wed, 28 Oct 1998 23:45:32 PST -- Message-ID: <19981029074534.2334.qmail@hotmail.com> -- Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B -- Branch: perl -- ! ext/B/B/C.pm ext/B/B/CC.pm ++ Log: hand-apply whitespace-mutiliated patch ++ From: "vishal bhatia" ++ Date: Wed, 28 Oct 1998 23:45:32 PST ++ Message-ID: <19981029074534.2334.qmail@hotmail.com> ++ Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B ++ Branch: perl ++ ! ext/B/B/C.pm ext/B/B/CC.pm ____________________________________________________________________________ [ 2145] By: gsar on 1998/10/30 18:46:58 -- Log: remaining PL_foo stragglers -- Branch: perl -- ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm -- ! op.h os2/os2.c vms/gen_shrfls.pl ++ Log: remaining PL_foo stragglers ++ Branch: perl ++ ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm ++ ! op.h os2/os2.c vms/gen_shrfls.pl ____________________________________________________________________________ [ 2144] By: gsar on 1998/10/30 17:38:36 -- Log: integrate cfgperl tweaks into mainline -- Branch: perl -- !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h -- !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t ++ Log: integrate cfgperl tweaks into mainline ++ Branch: perl ++ !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h ++ !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t ____________________________________________________________________________ [ 2143] By: jhi on 1998/10/30 13:27:39 -- Log: There can be multiple yacc/bison errors. -- Branch: cfgperl -- ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t ++ Log: There can be multiple yacc/bison errors. ++ Branch: cfgperl ++ ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t ____________________________________________________________________________ [ 2142] By: jhi on 1998/10/30 13:18:43 -- Log: README.posix-bc update. -- Branch: cfgperl -- ! README.posix-bc ++ Log: README.posix-bc update. ++ Branch: cfgperl ++ ! README.posix-bc ____________________________________________________________________________ [ 2141] By: jhi on 1998/10/30 09:12:59 -- Log: #2133 fallout. -- Branch: cfgperl -- ! doio.c ext/POSIX/POSIX.xs ++ Log: #2133 fallout. ++ Branch: cfgperl ++ ! doio.c ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 2140] By: jhi on 1998/10/30 08:43:18 -- Log: Integrate from mainperl. -- Branch: cfgperl -- +> globvar.sym pp.sym -- - objpp.h thread.sym -- !> (integrate 61 files) ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ +> globvar.sym pp.sym ++ - objpp.h thread.sym ++ !> (integrate 61 files) ____________________________________________________________________________ [ 2133] By: gsar on 1998/10/30 02:51:39 -- Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff -- (objpp.h is gone, embed.pl now does some of that); objXSUB.h -- should soon be automated also; the global variables that -- escaped the PL_foo conversion are now reined in; renamed -- MAGIC in regcomp.h to REG_MAGIC to avoid collision with the -- type of same name; duplicated lists of pp_things in various -- places is now gone; result has only been tested on win32 -- Branch: perl -- + globvar.sym pp.sym -- - objpp.h thread.sym -- ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c -- ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs -- ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c -- ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c -- ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c -- ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c -- ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c -- ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c -- ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc -- ! win32/config_H.bc win32/config_H.gc win32/config_H.vc -- ! win32/makedef.pl win32/makefile.mk win32/perlhost.h ++ Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff ++ (objpp.h is gone, embed.pl now does some of that); objXSUB.h ++ should soon be automated also; the global variables that ++ escaped the PL_foo conversion are now reined in; renamed ++ MAGIC in regcomp.h to REG_MAGIC to avoid collision with the ++ type of same name; duplicated lists of pp_things in various ++ places is now gone; result has only been tested on win32 ++ Branch: perl ++ + globvar.sym pp.sym ++ - objpp.h thread.sym ++ ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c ++ ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs ++ ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c ++ ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c ++ ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c ++ ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c ++ ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c ++ ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c ++ ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc ++ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ++ ! win32/makedef.pl win32/makefile.mk win32/perlhost.h ____________________________________________________________________________ [ 2130] By: jhi on 1998/10/29 15:31:26 -- Log: Pure bison yylex() proto was broken. -- Branch: cfgperl -- ! proto.h ++ Log: Pure bison yylex() proto was broken. ++ Branch: cfgperl ++ ! proto.h ____________________________________________________________________________ [ 2126] By: jhi on 1998/10/29 08:35:54 -- Log: Integrate mainperl. -- Branch: cfgperl -- !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2 -- !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c -- !> pp_ctl.c proto.h regexec.c t/pragma/overload.t -- !> t/pragma/warn/doio toke.c win32/makefile.mk ++ Log: Integrate mainperl. ++ Branch: cfgperl ++ !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2 ++ !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c ++ !> pp_ctl.c proto.h regexec.c t/pragma/overload.t ++ !> t/pragma/warn/doio toke.c win32/makefile.mk ____________________________________________________________________________ [ 2125] By: jhi on 1998/10/29 08:32:38 -- Log: EBCDIC Makefile.SH iteration converges. Hopefully. -- Branch: cfgperl -- ! Makefile.SH ++ Log: EBCDIC Makefile.SH iteration converges. Hopefully. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2124] By: jhi on 1998/10/29 08:06:44 -- Log: EBCDIC Makefile.SH tuneup. -- Branch: cfgperl -- ! Makefile.SH ++ Log: EBCDIC Makefile.SH tuneup. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2119] By: gsar on 1998/10/28 23:24:04 -- Log: remove doubled hunk from integration -- Branch: perl -- ! pp.c ++ Log: remove doubled hunk from integration ++ Branch: perl ++ ! pp.c ____________________________________________________________________________ [ 2118] By: gsar on 1998/10/28 22:03:31 -- Log: From: Ilya Zakharevich -- Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST) -- Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Minor debugger tweaks -- Branch: perl -- ! lib/perl5db.pl ++ Log: From: Ilya Zakharevich ++ Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST) ++ Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] Minor debugger tweaks ++ Branch: perl ++ ! lib/perl5db.pl ____________________________________________________________________________ [ 2117] By: gsar on 1998/10/28 22:02:30 -- Log: From: Ilya Zakharevich -- Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST) -- Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Make sort respect overloading -- Branch: perl -- ! pp_ctl.c proto.h t/pragma/overload.t ++ Log: From: Ilya Zakharevich ++ Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST) ++ Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] Make sort respect overloading ++ Branch: perl ++ ! pp_ctl.c proto.h t/pragma/overload.t ____________________________________________________________________________ [ 2116] By: gsar on 1998/10/28 21:51:11 -- Log: MM patches from Ilya Zakharevich -- Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST) -- Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Make MakeMaker more verbose -- -- -- Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST) -- Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL -- Branch: perl -- ! lib/ExtUtils/MakeMaker.pm ++ Log: MM patches from Ilya Zakharevich ++ Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST) ++ Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] Make MakeMaker more verbose ++ -- ++ Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST) ++ Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL ++ Branch: perl ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 2115] By: gsar on 1998/10/28 21:46:19 -- Log: add explicit references to perl source path in ld2 and gcc2 -- Branch: perl -- ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2 ++ Log: add explicit references to perl source path in ld2 and gcc2 ++ Branch: perl ++ ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2 ____________________________________________________________________________ [ 2114] By: gsar on 1998/10/28 21:39:56 -- Log: From: Andy Dougherty -- Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST) -- Message-Id: -- Subject: [PATCH] Re: Problems with: Creating an installable tar archive -- Branch: perl -- ! INSTALL ++ Log: From: Andy Dougherty ++ Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST) ++ Message-Id: ++ Subject: [PATCH] Re: Problems with: Creating an installable tar archive ++ Branch: perl ++ ! INSTALL ____________________________________________________________________________ [ 2113] By: gsar on 1998/10/28 21:21:16 -- Log: integrate cfgperl into mainline -- Branch: perl -- +> t/op/filetest.t -- !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y -- !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t -- !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t -- !> thread.h toke.c vmesa/Makefile ++ Log: integrate cfgperl into mainline ++ Branch: perl ++ +> t/op/filetest.t ++ !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y ++ !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t ++ !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t ++ !> thread.h toke.c vmesa/Makefile ____________________________________________________________________________ [ 2112] By: gsar on 1998/10/28 21:14:18 -- Log: minor cleanup -- Branch: perl -- ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk ++ Log: minor cleanup ++ Branch: perl ++ ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk ____________________________________________________________________________ [ 2111] By: gsar on 1998/10/28 18:52:10 -- Log: smarter C<$SIG{FOO} = BAREWORD;> warning -- Branch: perl -- ! toke.c ++ Log: smarter C<$SIG{FOO} = BAREWORD;> warning ++ Branch: perl ++ ! toke.c ____________________________________________________________________________ [ 2110] By: jhi on 1998/10/28 15:07:54 -- Log: posix-bc doesn't want to regenerate a2p.h from a2p.y. -- Branch: cfgperl -- ! Makefile.SH ++ Log: posix-bc doesn't want to regenerate a2p.h from a2p.y. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2109] By: jhi on 1998/10/28 13:39:54 -- Log: a2p.y needs to generate also y.tab.h. -- Branch: cfgperl -- ! Makefile.SH ++ Log: a2p.y needs to generate also y.tab.h. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2108] By: jhi on 1998/10/28 10:33:36 -- Log: The "parse error" must be converted to "syntax error", -- just matching it aint' enough. -- Branch: cfgperl -- ! t/comp/require.t t/op/misc.t t/pragma/subs.t -- ! t/pragma/warning.t ++ Log: The "parse error" must be converted to "syntax error", ++ just matching it aint' enough. ++ Branch: cfgperl ++ ! t/comp/require.t t/op/misc.t t/pragma/subs.t ++ ! t/pragma/warning.t ____________________________________________________________________________ [ 2107] By: jhi on 1998/10/28 10:23:05 -- Log: Regen sig_n{ame,umber}* if slightest doubt. -- Branch: cfgperl -- ! Configure ++ Log: Regen sig_n{ame,umber}* if slightest doubt. ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2106] By: jhi on 1998/10/28 08:44:49 -- Log: Bison says 'parse error', not 'parser error'. -- Branch: cfgperl -- ! t/comp/require.t t/op/misc.t t/pragma/subs.t -- ! t/pragma/warning.t ++ Log: Bison says 'parse error', not 'parser error'. ++ Branch: cfgperl ++ ! t/comp/require.t t/op/misc.t t/pragma/subs.t ++ ! t/pragma/warning.t ____________________________________________________________________________ [ 2105] By: jhi on 1998/10/28 08:42:09 -- Log: yylex() parametrization. -- Branch: cfgperl -- ! proto.h toke.c ++ Log: yylex() parametrization. ++ Branch: cfgperl ++ ! proto.h toke.c ____________________________________________________________________________ [ 2104] By: jhi on 1998/10/28 08:25:09 -- Log: Bring in #2102. -- Branch: cfgperl -- ! pp.c ++ Log: Bring in #2102. ++ Branch: cfgperl ++ ! pp.c ____________________________________________________________________________ [ 2103] By: jhi on 1998/10/28 08:22:04 -- Log: From: Dominic Dunlop -- Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem -- Date: 27 Oct 1998 20:47:25 +0200 -- Message-ID: -- Branch: cfgperl -- ! t/op/groups.t ++ Log: From: Dominic Dunlop ++ Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem ++ Date: 27 Oct 1998 20:47:25 +0200 ++ Message-ID: ++ Branch: cfgperl ++ ! t/op/groups.t ____________________________________________________________________________ [ 2102] By: larry on 1998/10/27 18:58:55 -- Log: utf8 change to quotemeta broke EBCDIC -- Branch: perl -- ! pp.c ++ Log: utf8 change to quotemeta broke EBCDIC ++ Branch: perl ++ ! pp.c ____________________________________________________________________________ [ 2101] By: jhi on 1998/10/27 12:55:34 -- Log: $Config{sig_num_init}. -- Also, a new approach to the 'pthreads-created-joinable': drop -- it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED} -- directly. (See also #2096). -- Branch: cfgperl -- ! Configure config_h.SH ++ Log: $Config{sig_num_init}. ++ Also, a new approach to the 'pthreads-created-joinable': drop ++ it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED} ++ directly. (See also #2096). ++ Branch: cfgperl ++ ! Configure config_h.SH ____________________________________________________________________________ [ 2100] By: jhi on 1998/10/27 10:48:55 -- Log: Regenerated perly_c.diff. -- Branch: cfgperl -- ! perly_c.diff ++ Log: Regenerated perly_c.diff. ++ Branch: cfgperl ++ ! perly_c.diff ____________________________________________________________________________ [ 2099] By: jhi on 1998/10/27 08:42:25 -- Log: First the mangler was Netscape, then it was me. -- Branch: cfgperl -- ! vmesa/Makefile ++ Log: First the mangler was Netscape, then it was me. ++ Branch: cfgperl ++ ! vmesa/Makefile ____________________________________________________________________________ [ 2098] By: jhi on 1998/10/27 08:34:40 -- Log: `id -Gn` might be available where `groups` is not. -- Branch: cfgperl -- ! t/op/groups.t ++ Log: `id -Gn` might be available where `groups` is not. ++ Branch: cfgperl ++ ! t/op/groups.t ____________________________________________________________________________ [ 2097] By: jhi on 1998/10/27 08:05:17 -- Log: Netscape had mangled the tabs. -- Branch: cfgperl -- ! vmesa/Makefile ++ Log: Netscape had mangled the tabs. ++ Branch: cfgperl ++ ! vmesa/Makefile ____________________________________________________________________________ [ 2096] By: jhi on 1998/10/27 08:03:05 -- Log: ATTR_JOINABLE logic, based on (private email) -- -- From: Neale Ferguson -- Subject: Some little diffs -- Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au> -- Date: Tue, 27 Oct 1998 13:44:42 +1300 -- Branch: cfgperl -- ! thread.h ++ Log: ATTR_JOINABLE logic, based on (private email) ++ ++ From: Neale Ferguson ++ Subject: Some little diffs ++ Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au> ++ Date: Tue, 27 Oct 1998 13:44:42 +1300 ++ Branch: cfgperl ++ ! thread.h ____________________________________________________________________________ [ 2095] By: jhi on 1998/10/27 07:56:57 -- Log: Mach cthreads support based on: -- -- From: brie@corp.home.net (Brian Harrison) -- Subject: perl5.005_02 patch for mthreads -- To: perl5-porters@perl.org -- Date: 24 Oct 1998 01:01:55 +0300 -- Message-ID: -- -- Pthread yield probe (dejavu) -- Cosmetic nanochange for the union semun output. -- Better inttypes.h probe. -- Undo the 'void *' $selecttype probe from #1971 because -- it breaks the $selectminbits test. -- Branch: cfgperl -- ! Configure config_h.SH perl.h thread.h ++ Log: Mach cthreads support based on: ++ ++ From: brie@corp.home.net (Brian Harrison) ++ Subject: perl5.005_02 patch for mthreads ++ To: perl5-porters@perl.org ++ Date: 24 Oct 1998 01:01:55 +0300 ++ Message-ID: ++ ++ Pthread yield probe (dejavu) ++ Cosmetic nanochange for the union semun output. ++ Better inttypes.h probe. ++ Undo the 'void *' $selecttype probe from #1971 because ++ it breaks the $selectminbits test. ++ Branch: cfgperl ++ ! Configure config_h.SH perl.h thread.h ____________________________________________________________________________ [ 2094] By: jhi on 1998/10/26 13:02:07 -- Log: Also posix-bc wants to reyacc. -- Branch: cfgperl -- ! Makefile.SH ++ Log: Also posix-bc wants to reyacc. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2093] By: jhi on 1998/10/26 10:17:21 -- Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after -- 5_02 and really breaking things in non-ASCII worlds. -- Branch: cfgperl -- ! pp.c ++ Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after ++ 5_02 and really breaking things in non-ASCII worlds. ++ Branch: cfgperl ++ ! pp.c ____________________________________________________________________________ [ 2092] By: jhi on 1998/10/26 09:08:00 -- Log: More robustness. -- Branch: cfgperl -- ! t/comp/require.t t/op/misc.t t/pragma/subs.t -- ! t/pragma/warning.t ++ Log: More robustness. ++ Branch: cfgperl ++ ! t/comp/require.t t/op/misc.t t/pragma/subs.t ++ ! t/pragma/warning.t ____________________________________________________________________________ [ 2091] By: jhi on 1998/10/26 08:47:32 -- Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g -- Bison really wants YYLEX_PARAM. -- Branch: cfgperl -- ! perly.y proto.h toke.c ++ Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g ++ Bison really wants YYLEX_PARAM. ++ Branch: cfgperl ++ ! perly.y proto.h toke.c ____________________________________________________________________________ [ 2090] By: jhi on 1998/10/26 08:21:25 -- Log: s/YYLEX_PARAM/YYLEXPARAM/ -- Branch: cfgperl -- ! perly.y ++ Log: s/YYLEX_PARAM/YYLEXPARAM/ ++ Branch: cfgperl ++ ! perly.y ____________________________________________________________________________ [ 2089] By: jhi on 1998/10/26 08:17:33 -- Log: Indicate skipped subtests. -- Branch: cfgperl -- ! t/io/pipe.t ++ Log: Indicate skipped subtests. ++ Branch: cfgperl ++ ! t/io/pipe.t ____________________________________________________________________________ [ 2088] By: jhi on 1998/10/26 08:11:36 -- Log: Integrate from mainperl. -- Branch: cfgperl -- !> (integrate 54 files) ++ Log: Integrate from mainperl. ++ Branch: cfgperl ++ !> (integrate 54 files) ____________________________________________________________________________ [ 2087] By: jhi on 1998/10/26 08:08:02 -- Log: Add test for filetests. -- Branch: cfgperl -- + t/op/filetest.t -- ! MANIFEST ++ Log: Add test for filetests. ++ Branch: cfgperl ++ + t/op/filetest.t ++ ! MANIFEST ____________________________________________________________________________ [ 2086] By: gsar on 1998/10/26 02:44:44 -- Log: various win32 tweaks; disable new xs_cpp section (it creates -- ambiguous inference graph for %.xs --> %.o) -- Branch: perl -- ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c -- ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile -- ! win32/config.gc win32/config_H.gc win32/makedef.pl -- ! win32/makefile.mk win32/win32.h ++ Log: various win32 tweaks; disable new xs_cpp section (it creates ++ ambiguous inference graph for %.xs --> %.o) ++ Branch: perl ++ ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c ++ ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile ++ ! win32/config.gc win32/config_H.gc win32/makedef.pl ++ ! win32/makefile.mk win32/win32.h ____________________________________________________________________________ [ 2085] By: gsar on 1998/10/26 00:50:02 -- Log: sanity-check $Config{drand01} in rand.t -- Branch: perl -- ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc -- ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ++ Log: sanity-check $Config{drand01} in rand.t ++ Branch: perl ++ ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc ++ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 2078] By: gsar on 1998/10/25 10:22:04 -- Log: update win32/config*.?c -- Branch: perl -- ! Changes win32/config.bc win32/config.gc win32/config.vc -- ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ++ Log: update win32/config*.?c ++ Branch: perl ++ ! Changes win32/config.bc win32/config.gc win32/config.vc ++ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 2077] By: gsar on 1998/10/25 08:39:25 -- Log: From: Graham Barr -- Date: Sat, 24 Oct 1998 21:45:50 -0500 -- Message-ID: <19981024214550.C508@pobox.com> -- Subject: Re: die with a reference should use overload "" operator -- Branch: perl -- ! pp_ctl.c ++ Log: From: Graham Barr ++ Date: Sat, 24 Oct 1998 21:45:50 -0500 ++ Message-ID: <19981024214550.C508@pobox.com> ++ Subject: Re: die with a reference should use overload "" operator ++ Branch: perl ++ ! pp_ctl.c ____________________________________________________________________________ [ 2076] By: gsar on 1998/10/25 08:37:49 -- Log: From: Graham Barr -- Date: Sat, 24 Oct 1998 12:45:21 -0500 -- Message-ID: <19981024124521.C512@pobox.com> -- Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV -- Branch: perl -- ! sv.c ++ Log: From: Graham Barr ++ Date: Sat, 24 Oct 1998 12:45:21 -0500 ++ Message-ID: <19981024124521.C512@pobox.com> ++ Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV ++ Branch: perl ++ ! sv.c ____________________________________________________________________________ [ 2075] By: gsar on 1998/10/25 08:24:09 -- Log: fix C etc. -- Branch: perl -- ! toke.c ++ Log: fix C etc. ++ Branch: perl ++ ! toke.c ____________________________________________________________________________ [ 2074] By: gsar on 1998/10/25 08:12:28 -- Log: list builtins with portability caveats -- From: Jarkko Hietaniemi -- Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST) -- Message-Id: <199810231105.OAA02411@alpha.hut.fi> -- Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod -- Branch: perl -- ! pod/perlfunc.pod ++ Log: list builtins with portability caveats ++ From: Jarkko Hietaniemi ++ Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST) ++ Message-Id: <199810231105.OAA02411@alpha.hut.fi> ++ Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod ++ Branch: perl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 2073] By: gsar on 1998/10/25 07:55:43 -- Log: fix stack overrun in file test operators -- Branch: perl -- ! pp_sys.c ++ Log: fix stack overrun in file test operators ++ Branch: perl ++ ! pp_sys.c ____________________________________________________________________________ [ 2072] By: gsar on 1998/10/25 07:29:45 -- Log: implement C and other fixes (via private mail) -- From: "vishal bhatia" -- Date: Wed, 21 Oct 1998 22:59:03 PDT -- Message-Id: <19981022055904.20083.qmail@hotmail.com> -- Subject: [PATCH 5.005_52] More fixes for B -- Branch: perl -- ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ++ Log: implement C and other fixes (via private mail) ++ From: "vishal bhatia" ++ Date: Wed, 21 Oct 1998 22:59:03 PDT ++ Message-Id: <19981022055904.20083.qmail@hotmail.com> ++ Subject: [PATCH 5.005_52] More fixes for B ++ Branch: perl ++ ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ____________________________________________________________________________ [ 2071] By: gsar on 1998/10/25 07:14:41 -- Log: From: Graham Barr -- Date: Sat, 17 Oct 1998 20:42:41 -0500 -- Message-ID: <19981017204241.G510@pobox.com> -- Subject: Re: taint checking for: use lib "$ENV{'EVIL'}" -- Branch: perl -- ! pp_ctl.c ++ Log: From: Graham Barr ++ Date: Sat, 17 Oct 1998 20:42:41 -0500 ++ Message-ID: <19981017204241.G510@pobox.com> ++ Subject: Re: taint checking for: use lib "$ENV{'EVIL'}" ++ Branch: perl ++ ! pp_ctl.c ____________________________________________________________________________ [ 2070] By: gsar on 1998/10/25 07:07:29 -- Log: avoid bogus line number in XSUB redefined warnings -- Branch: perl -- ! op.c ++ Log: avoid bogus line number in XSUB redefined warnings ++ Branch: perl ++ ! op.c ____________________________________________________________________________ [ 2069] By: gsar on 1998/10/25 06:59:03 -- Log: From: Martijn Koster -- Date: Wed, 21 Oct 1998 13:12:03 +0100 -- Message-ID: <19981021131203.A15661@excitecorp.com> -- Subject: File::Path::mkpath reports the wrong error -- Branch: perl -- ! lib/File/Path.pm ++ Log: From: Martijn Koster ++ Date: Wed, 21 Oct 1998 13:12:03 +0100 ++ Message-ID: <19981021131203.A15661@excitecorp.com> ++ Subject: File::Path::mkpath reports the wrong error ++ Branch: perl ++ ! lib/File/Path.pm ____________________________________________________________________________ [ 2068] By: gsar on 1998/10/25 06:54:43 -- Log: From: Zachary Miller -- Date: Tue, 20 Oct 1998 20:52:20 -0500 -- Message-Id: <199810210152.UAA07792@simon.er.usgs.gov> -- Subject: Exporter.pm's export_to_level() argument handling buggy -- Branch: perl -- ! lib/Exporter.pm ++ Log: From: Zachary Miller ++ Date: Tue, 20 Oct 1998 20:52:20 -0500 ++ Message-Id: <199810210152.UAA07792@simon.er.usgs.gov> ++ Subject: Exporter.pm's export_to_level() argument handling buggy ++ Branch: perl ++ ! lib/Exporter.pm ____________________________________________________________________________ [ 2067] By: gsar on 1998/10/25 06:50:19 -- Log: From: jan.dubois@ibm.net (Jan Dubois) -- Date: Wed, 21 Oct 1998 00:55:51 +0200 -- Message-ID: <36380269.55370608@smtp1.ibm.net> -- Subject: Make _really_ sure Dynaloader.xs code is initialized only once -- Branch: perl -- ! ext/DynaLoader/DynaLoader_pm.PL ++ Log: From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Wed, 21 Oct 1998 00:55:51 +0200 ++ Message-ID: <36380269.55370608@smtp1.ibm.net> ++ Subject: Make _really_ sure Dynaloader.xs code is initialized only once ++ Branch: perl ++ ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 2066] By: gsar on 1998/10/25 06:48:19 -- Log: recognize '%' as a shell metachar for win32 -- From: jan.dubois@ibm.net (Jan Dubois) -- Date: Tue, 20 Oct 1998 21:57:35 +0200 -- Message-ID: <3636ea31.49170453@smtp1.ibm.net> -- Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes? -- Branch: perl -- ! win32/win32.c ++ Log: recognize '%' as a shell metachar for win32 ++ From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Tue, 20 Oct 1998 21:57:35 +0200 ++ Message-ID: <3636ea31.49170453@smtp1.ibm.net> ++ Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes? ++ Branch: perl ++ ! win32/win32.c ____________________________________________________________________________ [ 2065] By: gsar on 1998/10/25 06:46:30 -- Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas) -- Branch: perl -- ! sv.c ++ Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas) ++ Branch: perl ++ ! sv.c ____________________________________________________________________________ [ 2064] By: gsar on 1998/10/25 06:45:09 -- Log: From: Gisle Aas -- Date: 20 Oct 1998 14:24:44 +0200 -- Message-ID: -- Subject: ord() and unpack("U*",...) should not be negative -- Branch: perl -- ! pp.c ++ Log: From: Gisle Aas ++ Date: 20 Oct 1998 14:24:44 +0200 ++ Message-ID: ++ Subject: ord() and unpack("U*",...) should not be negative ++ Branch: perl ++ ! pp.c ____________________________________________________________________________ [ 2063] By: gsar on 1998/10/25 06:42:29 -- Log: From: Ilya Zakharevich -- Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT) -- Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Improve sbrk() on OS/2 -- Branch: perl -- ! os2/os2.c ++ Log: From: Ilya Zakharevich ++ Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT) ++ Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] Improve sbrk() on OS/2 ++ Branch: perl ++ ! os2/os2.c ____________________________________________________________________________ [ 2062] By: gsar on 1998/10/25 06:41:26 -- Log: From: Ilya Zakharevich -- Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT) -- Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Speed up aassign -- Branch: perl -- ! pp_hot.c ++ Log: From: Ilya Zakharevich ++ Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT) ++ Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] Speed up aassign ++ Branch: perl ++ ! pp_hot.c ____________________________________________________________________________ [ 2061] By: gsar on 1998/10/25 06:39:04 -- Log: From: Graham Barr -- Date: Sat, 17 Oct 1998 22:22:02 -0500 -- Message-ID: <19981017222202.J510@pobox.com> -- Subject: Re: '*' prototype does not allow bareword with strict -- Branch: perl -- ! toke.c ++ Log: From: Graham Barr ++ Date: Sat, 17 Oct 1998 22:22:02 -0500 ++ Message-ID: <19981017222202.J510@pobox.com> ++ Subject: Re: '*' prototype does not allow bareword with strict ++ Branch: perl ++ ! toke.c ____________________________________________________________________________ [ 2060] By: gsar on 1998/10/25 06:37:34 -- Log: handle '::' in section names properly -- From: Graham Barr -- Date: Sat, 17 Oct 1998 12:57:54 -0500 -- Message-ID: <19981017125754.C510@pobox.com> -- Subject: Re: pod2html -- Branch: perl -- ! lib/Pod/Html.pm ++ Log: handle '::' in section names properly ++ From: Graham Barr ++ Date: Sat, 17 Oct 1998 12:57:54 -0500 ++ Message-ID: <19981017125754.C510@pobox.com> ++ Subject: Re: pod2html ++ Branch: perl ++ ! lib/Pod/Html.pm ____________________________________________________________________________ [ 2059] By: gsar on 1998/10/25 06:33:43 -- Log: integrate changes#1982,2014,2021 (from maint-5.005) -- Branch: perl -- !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm -- !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t ++ Log: integrate changes#1982,2014,2021 (from maint-5.005) ++ Branch: perl ++ !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm ++ !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t ____________________________________________________________________________ [ 2058] By: gsar on 1998/10/25 05:44:17 -- Log: allow more win32 symbol exports (suggested by Jan Dubois) -- Branch: perl -- ! win32/makedef.pl ++ Log: allow more win32 symbol exports (suggested by Jan Dubois) ++ Branch: perl ++ ! win32/makedef.pl ____________________________________________________________________________ [ 2057] By: gsar on 1998/10/25 05:40:40 -- Log: integrate change#2053 from maint-5.005 -- Branch: perl -- !> cop.h t/cmd/while.t ++ Log: integrate change#2053 from maint-5.005 ++ Branch: perl ++ !> cop.h t/cmd/while.t ____________________________________________________________________________ [ 2056] By: gsar on 1998/10/25 05:16:41 -- Log: commented version of a patch suggested by Drago Goricanec -- From: Jarkko Hietaniemi -- Date: 16 Oct 1998 15:24:45 +0300 -- Message-ID: -- Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs -- Branch: perl -- ! pp_sys.c ++ Log: commented version of a patch suggested by Drago Goricanec ++ From: Jarkko Hietaniemi ++ Date: 16 Oct 1998 15:24:45 +0300 ++ Message-ID: ++ Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs ++ Branch: perl ++ ! pp_sys.c ____________________________________________________________________________ [ 2055] By: gsar on 1998/10/25 05:11:03 -- Log: include eof() in description of buffering caveats -- From: Anton Berezin -- Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST) -- Message-Id: <199810161722.TAA28813@lion.plab.ku.dk> -- Subject: [DOCPATCH] pod/perlfunc.pod -- Branch: perl -- ! pod/perlfunc.pod ++ Log: include eof() in description of buffering caveats ++ From: Anton Berezin ++ Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST) ++ Message-Id: <199810161722.TAA28813@lion.plab.ku.dk> ++ Subject: [DOCPATCH] pod/perlfunc.pod ++ Branch: perl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 2054] By: gsar on 1998/10/25 05:07:42 -- Log: disallow 'x' in hex numbers (except leading '0x') -- From: Gisle Aas -- Date: 16 Oct 1998 16:33:12 +0200 -- Message-ID: -- Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit -- Branch: perl -- ! perlvars.h t/op/oct.t util.c ++ Log: disallow 'x' in hex numbers (except leading '0x') ++ From: Gisle Aas ++ Date: 16 Oct 1998 16:33:12 +0200 ++ Message-ID: ++ Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit ++ Branch: perl ++ ! perlvars.h t/op/oct.t util.c ____________________________________________________________________________ [ 2052] By: gsar on 1998/10/25 04:49:04 -- Log: avoid the circular refcnt logic in magic_mutexfree() -- Branch: perl -- ! mg.c pp.c pp_hot.c ++ Log: avoid the circular refcnt logic in magic_mutexfree() ++ Branch: perl ++ ! mg.c pp.c pp_hot.c ____________________________________________________________________________ [ 2051] By: gsar on 1998/10/25 04:35:07 -- Log: properly restore PL_rsfp_filters after require -- Branch: perl -- ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c -- ! scope.h ++ Log: properly restore PL_rsfp_filters after require ++ Branch: perl ++ ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c ++ ! scope.h ____________________________________________________________________________ [ 2050] By: gsar on 1998/10/25 02:42:32 -- Log: integrate cfgperl changes back into mainline -- Branch: perl -- +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh -- +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h -- !> (integrate 33 files) ++ Log: integrate cfgperl changes back into mainline ++ Branch: perl ++ +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh ++ +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h ++ !> (integrate 33 files) ____________________________________________________________________________ [ 2049] By: gsar on 1998/10/25 01:30:48 -- Log: avoid "mysterious" compile-time failures without messages -- Branch: perl -- ! gv.c ++ Log: avoid "mysterious" compile-time failures without messages ++ Branch: perl ++ ! gv.c ____________________________________________________________________________ [ 2041] By: gsar on 1998/10/23 21:11:56 -- Log: checkin jpl under //depot/perlext/jpl/... -- Branch: perlext -- + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST -- + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap -- + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm -- + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl -- + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README -- + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile -- + jpl/PerlInterpreter/Makefile.PL -- + jpl/PerlInterpreter/PerlInterpreter.c -- + jpl/PerlInterpreter/PerlInterpreter.h -- + jpl/PerlInterpreter/PerlInterpreter.java jpl/README -- + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl -- + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl -- + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl -- + jpl/get_jdk/jdk_hosts jpl/install-jpl ++ Log: checkin jpl under //depot/perlext/jpl/... ++ Branch: perlext ++ + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST ++ + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap ++ + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm ++ + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl ++ + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README ++ + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile ++ + jpl/PerlInterpreter/Makefile.PL ++ + jpl/PerlInterpreter/PerlInterpreter.c ++ + jpl/PerlInterpreter/PerlInterpreter.h ++ + jpl/PerlInterpreter/PerlInterpreter.java jpl/README ++ + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl ++ + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl ++ + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl ++ + jpl/get_jdk/jdk_hosts jpl/install-jpl ____________________________________________________________________________ [ 2040] By: larry on 1998/10/23 19:31:42 -- Log: chr(0xFFFFFFFF) didn't translate to utf8 character -- Branch: perl -- ! pp.c ++ Log: chr(0xFFFFFFFF) didn't translate to utf8 character ++ Branch: perl ++ ! pp.c ____________________________________________________________________________ [ 2039] By: larry on 1998/10/23 18:48:34 -- Log: tr///d does not seem to work -- Branch: perl -- ! lib/utf8_heavy.pl ++ Log: tr///d does not seem to work ++ Branch: perl ++ ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 2038] By: larry on 1998/10/23 18:00:41 -- Log: Program with utf8 identifiers fails to compile -- Branch: perl -- ! doop.c gv.c op.c pp.c pp_hot.c toke.c ++ Log: Program with utf8 identifiers fails to compile ++ Branch: perl ++ ! doop.c gv.c op.c pp.c pp_hot.c toke.c ____________________________________________________________________________ [ 2037] By: jhi on 1998/10/23 14:04:51 -- Log: Test suite portability: -- - posix-bc does not write to broken pipes -- - filehand #11 only iff we have fork -- - warning.t can now match $expected using regular expressions -- Branch: cfgperl -- ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio -- ! t/pragma/warning.t ++ Log: Test suite portability: ++ - posix-bc does not write to broken pipes ++ - filehand #11 only iff we have fork ++ - warning.t can now match $expected using regular expressions ++ Branch: cfgperl ++ ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio ++ ! t/pragma/warning.t ____________________________________________________________________________ [ 2036] By: jhi on 1998/10/23 12:12:07 -- Log: yacc clarification. -- Branch: cfgperl -- ! README.posix-bc ++ Log: yacc clarification. ++ Branch: cfgperl ++ ! README.posix-bc ____________________________________________________________________________ [ 2035] By: jhi on 1998/10/23 12:09:59 -- Log: Some C compilers get upset about 8-bit characters in /* comments. */ -- Branch: cfgperl -- ! mg.c ++ Log: Some C compilers get upset about 8-bit characters in /* comments. */ ++ Branch: cfgperl ++ ! mg.c ____________________________________________________________________________ [ 2034] By: jhi on 1998/10/22 09:11:52 -- Log: Configure update: both for pthread_yield more robust -- testing (all variants of pthread_attr_getdetachstate()) -- -- and because Configure was broken in major way! About 1000 -- last lines were truncated. -- Branch: cfgperl -- ! Configure ++ Log: Configure update: both for pthread_yield more robust ++ testing (all variants of pthread_attr_getdetachstate()) -- ++ and because Configure was broken in major way! About 1000 ++ last lines were truncated. ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2033] By: jhi on 1998/10/22 07:47:10 -- Log: DJGPP feedback for #2028. -- Branch: cfgperl -- ! thread.h ++ Log: DJGPP feedback for #2028. ++ Branch: cfgperl ++ ! thread.h ____________________________________________________________________________ [ 2032] By: jhi on 1998/10/21 13:03:57 -- Log: yielding, the saga continues. -- Branch: cfgperl -- ! Configure config_h.SH -- !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c -- !> t/op/goto.t t/pragma/constant.t ++ Log: yielding, the saga continues. ++ Branch: cfgperl ++ ! Configure config_h.SH ++ !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c ++ !> t/op/goto.t t/pragma/constant.t ____________________________________________________________________________ [ 2031] By: jhi on 1998/10/21 09:15:42 -- Log: VM/ESA feedback for #2028. -- Branch: cfgperl -- ! Configure config_h.SH thread.h ++ Log: VM/ESA feedback for #2028. ++ Branch: cfgperl ++ ! Configure config_h.SH thread.h ____________________________________________________________________________ [ 2030] By: gsar on 1998/10/21 04:22:53 -- Log: fix handling of mayhaps-extended @_ in goto &sub -- Branch: perl -- ! av.c pp_ctl.c t/op/goto.t ++ Log: fix handling of mayhaps-extended @_ in goto &sub ++ Branch: perl ++ ! av.c pp_ctl.c t/op/goto.t ____________________________________________________________________________ [ 2029] By: gsar on 1998/10/21 00:54:14 -- Log: restore sanity to "constant" references -- Branch: perl -- ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t ++ Log: restore sanity to "constant" references ++ Branch: perl ++ ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t ____________________________________________________________________________ [ 2028] By: jhi on 1998/10/20 15:01:20 -- Log: OLD_PTHREADS_API reorganizing. -- Branch: cfgperl -- ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c -- ! vmesa/vmesaish.h ++ Log: OLD_PTHREADS_API reorganizing. ++ Branch: cfgperl ++ ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c ++ ! vmesa/vmesaish.h ____________________________________________________________________________ [ 2027] By: jhi on 1998/10/20 14:14:51 -- Log: #2026 fallout. -- Branch: cfgperl -- ! Makefile.SH ++ Log: #2026 fallout. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2026] By: jhi on 1998/10/20 11:47:21 -- Log: VM/ESA update. -- Branch: cfgperl -- ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h ++ Log: VM/ESA update. ++ Branch: cfgperl ++ ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h ____________________________________________________________________________ [ 2025] By: jhi on 1998/10/20 08:20:56 -- Log: 64-bitness, based on -- -- From: Scott Henry -- To: perl-64bit@perl.org -- Message-ID: -- Subject: Re: Configure problems/questions... -- Date: 19 Oct 1998 22:38:06 -0700 -- Branch: cfgperl -- ! hints/irix_6.sh perl.h ++ Log: 64-bitness, based on ++ ++ From: Scott Henry ++ To: perl-64bit@perl.org ++ Message-ID: ++ Subject: Re: Configure problems/questions... ++ Date: 19 Oct 1998 22:38:06 -0700 ++ Branch: cfgperl ++ ! hints/irix_6.sh perl.h ____________________________________________________________________________ [ 2024] By: jhi on 1998/10/20 08:09:07 -- Log: Add lseeksize. -- Branch: cfgperl -- ! config_h.SH ++ Log: Add lseeksize. ++ Branch: cfgperl ++ ! config_h.SH ____________________________________________________________________________ [ 2023] By: jhi on 1998/10/20 08:08:33 -- Log: Mumble about _yields() only when threaded. -- Branch: cfgperl -- ! Configure ++ Log: Mumble about _yields() only when threaded. ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2022] By: jhi on 1998/10/20 07:46:26 -- Log: Thinko at PTHREADS_CREATED_JOINABLE. -- Branch: cfgperl -- ! thread.h ++ Log: Thinko at PTHREADS_CREATED_JOINABLE. ++ Branch: cfgperl ++ ! thread.h ____________________________________________________________________________ [ 2021] By: gbarr on 1998/10/20 01:25:23 -- Log: From: Chip Salzenberg -- Date: Tue, 6 Oct 1998 13:33:05 -0400 -- Message-ID: <19981006133305.A2348@perlsupport.com> -- Subject: [PATCH] 5.005_02: Eliminate leak on self-ties -- Branch: maint-5.005/perl -- ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c -- ! t/op/tie.t ++ Log: From: Chip Salzenberg ++ Date: Tue, 6 Oct 1998 13:33:05 -0400 ++ Message-ID: <19981006133305.A2348@perlsupport.com> ++ Subject: [PATCH] 5.005_02: Eliminate leak on self-ties ++ Branch: maint-5.005/perl ++ ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c ++ ! t/op/tie.t ____________________________________________________________________________ [ 2020] By: jhi on 1998/10/19 09:15:53 -- Log: YIELD more robustly. -- Branch: cfgperl -- ! thread.h ++ Log: YIELD more robustly. ++ Branch: cfgperl ++ ! thread.h ____________________________________________________________________________ [ 2019] By: jhi on 1998/10/19 08:48:33 -- Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and -- the 'new' one (just like DJGPP, it seems). -- Branch: cfgperl -- ! thread.h ++ Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and ++ the 'new' one (just like DJGPP, it seems). ++ Branch: cfgperl ++ ! thread.h ____________________________________________________________________________ [ 2018] By: jhi on 1998/10/19 07:02:44 -- Log: vmesaish.h doesn't exclude unixish.h. -- Branch: cfgperl -- ! perl.h ++ Log: vmesaish.h doesn't exclude unixish.h. ++ Branch: cfgperl ++ ! perl.h ____________________________________________________________________________ [ 2017] By: jhi on 1998/10/19 06:44:19 -- Log: 1<<$randbits is not good for randbits=48. -- Branch: cfgperl -- ! t/op/rand.t ++ Log: 1<<$randbits is not good for randbits=48. ++ Branch: cfgperl ++ ! t/op/rand.t ____________________________________________________________________________ [ 2016] By: jhi on 1998/10/19 06:39:47 -- Log: Make #2012 glob pattern more portable. -- Branch: cfgperl -- ! Makefile.SH ++ Log: Make #2012 glob pattern more portable. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2014] By: gbarr on 1998/10/17 20:31:42 -- Log: Fix POSIX::sigprocmask not to check type of $old parameter -- as it is output only -- Branch: maint-5.005/perl -- ! ext/POSIX/POSIX.xs ++ Log: Fix POSIX::sigprocmask not to check type of $old parameter ++ as it is output only ++ Branch: maint-5.005/perl ++ ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 2012] By: jhi on 1998/10/17 15:04:23 -- Log: clean numbered core dumps and t/tmp[0-9]*. -- Branch: cfgperl -- ! Makefile.SH ++ Log: clean numbered core dumps and t/tmp[0-9]*. ++ Branch: cfgperl ++ ! Makefile.SH ____________________________________________________________________________ [ 2011] By: jhi on 1998/10/17 14:59:15 -- Log: More robust yacc/bison failure output handling. -- Branch: cfgperl -- ! t/comp/require.t t/op/misc.t t/pragma/subs.t ++ Log: More robust yacc/bison failure output handling. ++ Branch: cfgperl ++ ! t/comp/require.t t/op/misc.t t/pragma/subs.t ____________________________________________________________________________ [ 2010] By: jhi on 1998/10/17 14:51:05 -- Log: BC2000 POSIX update. -- Branch: cfgperl -- ! MANIFEST ++ Log: BC2000 POSIX update. ++ Branch: cfgperl ++ ! MANIFEST ____________________________________________________________________________ [ 2009] By: jhi on 1998/10/17 14:49:46 -- Log: POSIX BC2000 port from perl-mvs: -- -- Subject: Ported perl 5.005.02 to BS2000 / POSIX -- From: Dorner Thomas -- Date: Tue, 29 Sep 1998 13:29:36 +0100 -- Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> -- Branch: cfgperl -- + README.posix-bc hints/posix-bc.sh -- ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t -- ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c -- ! unixish.h ++ Log: POSIX BC2000 port from perl-mvs: ++ ++ Subject: Ported perl 5.005.02 to BS2000 / POSIX ++ From: Dorner Thomas ++ Date: Tue, 29 Sep 1998 13:29:36 +0100 ++ Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> ++ Branch: cfgperl ++ + README.posix-bc hints/posix-bc.sh ++ ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t ++ ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c ++ ! unixish.h ____________________________________________________________________________ [ 2008] By: jhi on 1998/10/17 14:07:49 -- Log: VM/ESA-update. -- Branch: cfgperl -- ! MANIFEST ++ Log: VM/ESA-update. ++ Branch: cfgperl ++ ! MANIFEST ____________________________________________________________________________ [ 2007] By: jhi on 1998/10/17 13:55:34 -- Log: Forgot few S_I* imports. -- Branch: cfgperl -- ! t/lib/ipc_sysv.t ++ Log: Forgot few S_I* imports. ++ Branch: cfgperl ++ ! t/lib/ipc_sysv.t ____________________________________________________________________________ [ 2006] By: jhi on 1998/10/17 13:43:54 -- Log: The VM/ESA port essentials, based on -- -- perl-mvs: -- -- From: Neale Ferguson -- Subject: Re: Can't find Data/Dumper.pm -- Date: Mon, 28 Sep 1998 07:40:49 +1300 -- Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au> -- -- private email: -- -- From: Neale Ferguson -- Subject: Re: Perl thread problems in VM/ESA -- Date: Thu, 15 Oct 1998 07:18:35 +1300 -- Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au> -- -- and private email: -- -- From: Neale Ferguson -- Subject: perl archive -- Date: Sun, 11 Oct 1998 19:28:54 EDT -- Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU> -- which gave a pointer to -- -- http://pucc.princeton.edu/~neale/perl.tar -- -- (based on Perl 5.005_51) -- Branch: cfgperl -- + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h -- ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c -- ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t -- ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h ++ Log: The VM/ESA port essentials, based on ++ ++ perl-mvs: ++ ++ From: Neale Ferguson ++ Subject: Re: Can't find Data/Dumper.pm ++ Date: Mon, 28 Sep 1998 07:40:49 +1300 ++ Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au> ++ ++ private email: ++ ++ From: Neale Ferguson ++ Subject: Re: Perl thread problems in VM/ESA ++ Date: Thu, 15 Oct 1998 07:18:35 +1300 ++ Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au> ++ ++ and private email: ++ ++ From: Neale Ferguson ++ Subject: perl archive ++ Date: Sun, 11 Oct 1998 19:28:54 EDT ++ Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU> ++ which gave a pointer to ++ ++ http://pucc.princeton.edu/~neale/perl.tar ++ ++ (based on Perl 5.005_51) ++ Branch: cfgperl ++ + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h ++ ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c ++ ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t ++ ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h ____________________________________________________________________________ [ 2005] By: jhi on 1998/10/17 13:17:19 -- Log: Integrate mainperl. -- Branch: cfgperl -- !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm -- !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm -- !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs -- !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c -- !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c -- !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile -- !> win32/makefile.mk ++ Log: Integrate mainperl. ++ Branch: cfgperl ++ !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm ++ !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm ++ !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs ++ !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c ++ !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c ++ !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile ++ !> win32/makefile.mk ____________________________________________________________________________ [ 2004] By: jhi on 1998/10/17 11:19:06 -- Log: Removed an extra ' from the int64_t test. -- Branch: cfgperl -- ! Configure ++ Log: Removed an extra ' from the int64_t test. ++ Branch: cfgperl ++ ! Configure ____________________________________________________________________________ [ 2003] By: gsar on 1998/10/17 04:11:40 -- Log: silence -w noises (suggested by Greg Bacon) -- Branch: perl -- ! lib/Term/Complete.pm ++ Log: silence -w noises (suggested by Greg Bacon) ++ Branch: perl ++ ! lib/Term/Complete.pm ____________________________________________________________________________ [ 2002] By: gsar on 1998/10/17 04:07:48 -- Log: From: Gisle Aas -- Date: 14 Oct 1998 15:53:14 +0200 -- Message-ID: -- Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52] -- Branch: perl -- ! util.c ++ Log: From: Gisle Aas ++ Date: 14 Oct 1998 15:53:14 +0200 ++ Message-ID: ++ Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52] ++ Branch: perl ++ ! util.c ____________________________________________________________________________ [ 2001] By: gsar on 1998/10/17 04:06:10 -- Log: From: Gisle Aas -- Date: 14 Oct 1998 15:17:44 +0200 -- Message-ID: -- Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}" -- Branch: perl -- ! toke.c ++ Log: From: Gisle Aas ++ Date: 14 Oct 1998 15:17:44 +0200 ++ Message-ID: ++ Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}" ++ Branch: perl ++ ! toke.c ____________________________________________________________________________ [ 2000] By: gsar on 1998/10/17 03:06:33 -- Log: From: Gisle Aas -- Date: 14 Oct 1998 00:38:06 +0200 -- Message-ID: -- Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer -- Branch: perl -- ! sv.c ++ Log: From: Gisle Aas ++ Date: 14 Oct 1998 00:38:06 +0200 ++ Message-ID: ++ Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer ++ Branch: perl ++ ! sv.c ____________________________________________________________________________ [ 1999] By: gsar on 1998/10/17 03:04:48 -- Log: From: Dan Sugalski -- Date: Tue, 13 Oct 1998 15:10:57 -0700 -- Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu> -- Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module -- Branch: perl -- ! vms/ext/Stdio/Stdio.pm ++ Log: From: Dan Sugalski ++ Date: Tue, 13 Oct 1998 15:10:57 -0700 ++ Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu> ++ Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module ++ Branch: perl ++ ! vms/ext/Stdio/Stdio.pm ____________________________________________________________________________ [ 1998] By: gsar on 1998/10/17 03:00:40 -- Log: skip readonly vars and unref references when doing a reset() -- Branch: perl -- ! sv.c ++ Log: skip readonly vars and unref references when doing a reset() ++ Branch: perl ++ ! sv.c ____________________________________________________________________________ [ 1997] By: gsar on 1998/10/17 02:49:19 -- Log: fix buggy treatment of large checksums on unicode strings -- From: Gisle Aas -- Date: 13 Oct 1998 21:35:39 +0200 -- Message-ID: -- Subject: unpack("%48U*",...) [PATCH 5.005_52] -- Branch: perl -- ! pp.c ++ Log: fix buggy treatment of large checksums on unicode strings ++ From: Gisle Aas ++ Date: 13 Oct 1998 21:35:39 +0200 ++ Message-ID: ++ Subject: unpack("%48U*",...) [PATCH 5.005_52] ++ Branch: perl ++ ! pp.c ____________________________________________________________________________ [ 1996] By: gsar on 1998/10/17 02:43:22 -- Log: From: Ilya Zakharevich -- Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT) -- Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_52] Memory overrun in os2.c -- Branch: perl -- ! os2/Makefile.SHs os2/os2.c ++ Log: From: Ilya Zakharevich ++ Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT) ++ Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_52] Memory overrun in os2.c ++ Branch: perl ++ ! os2/Makefile.SHs os2/os2.c ____________________________________________________________________________ [ 1995] By: gsar on 1998/10/17 02:42:01 -- Log: clarify section name rules for typemaps -- Branch: perl -- ! pod/perlxs.pod ++ Log: clarify section name rules for typemaps ++ Branch: perl ++ ! pod/perlxs.pod ____________________________________________________________________________ [ 1994] By: gsar on 1998/10/17 02:33:02 -- Log: whitespace-proof grent.t -- Branch: perl -- ! t/op/grent.t ++ Log: whitespace-proof grent.t ++ Branch: perl ++ ! t/op/grent.t ____________________________________________________________________________ [ 1993] By: gsar on 1998/10/17 02:27:29 -- Log: fix bug in B::CC::pp_sassign() -- From: "vishal bhatia" -- Date: Sun, 11 Oct 1998 18:41:38 PDT -- Message-ID: <19981012014139.19614.qmail@hotmail.com> -- Subject: B::CC problems with pp_sassign routine -- Branch: perl -- ! ext/B/B/CC.pm ++ Log: fix bug in B::CC::pp_sassign() ++ From: "vishal bhatia" ++ Date: Sun, 11 Oct 1998 18:41:38 PDT ++ Message-ID: <19981012014139.19614.qmail@hotmail.com> ++ Subject: B::CC problems with pp_sassign routine ++ Branch: perl ++ ! ext/B/B/CC.pm ____________________________________________________________________________ [ 1992] By: gsar on 1998/10/17 02:17:49 -- Log: applied suggested patch with small doc tweak -- From: Gisle Aas -- Date: 11 Oct 1998 12:53:13 +0200 -- Message-ID: -- Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument -- Branch: perl -- ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t -- ! t/op/tiehandle.t ++ Log: applied suggested patch with small doc tweak ++ From: Gisle Aas ++ Date: 11 Oct 1998 12:53:13 +0200 ++ Message-ID: ++ Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument ++ Branch: perl ++ ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t ++ ! t/op/tiehandle.t ____________________________________________________________________________ [ 1991] By: gsar on 1998/10/17 02:08:30 -- Log: apply non-conflicting parts from suggested patch -- From: jan.dubois@ibm.net (Jan Dubois) -- Date: Sat, 10 Oct 1998 13:15:45 +0200 -- Message-ID: <36223ed7.18279374@smtp1.ibm.net> -- Subject: [PATCH 5.005_52] Still more MakeMaker patches -- Branch: perl -- ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm ++ Log: apply non-conflicting parts from suggested patch ++ From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Sat, 10 Oct 1998 13:15:45 +0200 ++ Message-ID: <36223ed7.18279374@smtp1.ibm.net> ++ Subject: [PATCH 5.005_52] Still more MakeMaker patches ++ Branch: perl ++ ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1990] By: gsar on 1998/10/17 02:01:24 -- Log: provide option to enable optimization with VC (suggested by Jan -- Dubois) -- Branch: perl -- ! win32/Makefile win32/makefile.mk ++ Log: provide option to enable optimization with VC (suggested by Jan ++ Dubois) ++ Branch: perl ++ ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1989] By: gsar on 1998/10/17 01:55:27 -- Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by -- Dave Leppik -- Branch: perl -- ! perl.h ++ Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by ++ Dave Leppik ++ Branch: perl ++ ! perl.h ____________________________________________________________________________ [ 1988] By: gsar on 1998/10/17 01:49:05 -- Log: stray typo found by Hugo van der Sanden -- Branch: perl -- ! op.c ++ Log: stray typo found by Hugo van der Sanden ++ Branch: perl ++ ! op.c ____________________________________________________________________________ [ 1987] By: gsar on 1998/10/17 01:45:52 -- Log: perldoc pod update -- From: Daniel Grisinger -- Date: 06 Oct 1998 23:56:51 -0600 -- Message-ID: -- Subject: [PATCH _02 and _52] perldoc -- Branch: perl -- ! utils/perldoc.PL ++ Log: perldoc pod update ++ From: Daniel Grisinger ++ Date: 06 Oct 1998 23:56:51 -0600 ++ Message-ID: ++ Subject: [PATCH _02 and _52] perldoc ++ Branch: perl ++ ! utils/perldoc.PL ____________________________________________________________________________ [ 1986] By: gsar on 1998/10/17 01:41:40 -- Log: qualify names of builtins -- Branch: perl -- ! ext/POSIX/POSIX.pm ++ Log: qualify names of builtins ++ Branch: perl ++ ! ext/POSIX/POSIX.pm ____________________________________________________________________________ [ 1982] By: gbarr on 1998/10/17 00:20:57 -- Log: From: Jochen Wiedmann -- Date: Thu, 17 Sep 1998 17:16:06 +0200 -- Message-ID: <360127B6.E44564A@ispsoft.de> -- Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 -- Branch: maint-5.005/perl -- ! lib/ExtUtils/MakeMaker.pm ++ Log: From: Jochen Wiedmann ++ Date: Thu, 17 Sep 1998 17:16:06 +0200 ++ Message-ID: <360127B6.E44564A@ispsoft.de> ++ Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 ++ Branch: maint-5.005/perl ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1978] By: gsar on 1998/10/16 01:58:58 -- Log: integrate cfgperl mods into mainline -- Branch: perl -- +> ext/DynaLoader/dl_vmesa.xs -- ! Porting/genlog -- !> Configure MANIFEST Makefile.SH config_h.SH -- !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh -- !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h -- !> x2p/Makefile.SH ++ Log: integrate cfgperl mods into mainline ++ Branch: perl ++ +> ext/DynaLoader/dl_vmesa.xs ++ ! Porting/genlog ++ !> Configure MANIFEST Makefile.SH config_h.SH ++ !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh ++ !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h ++ !> x2p/Makefile.SH ____________________________________________________________________________ [ 1976] By: gsar on 1998/10/16 00:10:52 -- Log: stray tweak -- Branch: perl -- ! op.c ++ Log: stray tweak ++ Branch: perl ++ ! op.c ____________________________________________________________________________ [ 1975] By: gsar on 1998/10/15 23:54:38 -- Log: propagate typeness of lexicals while cloning them -- Branch: perl -- ! op.c ++ Log: propagate typeness of lexicals while cloning them ++ Branch: perl ++ ! op.c ____________________________________________________________________________ [ 1974] By: gsar on 1998/10/15 23:53:25 -- Log: s/last/first/ typo in append_list() -- Branch: perl -- ! op.c ++ Log: s/last/first/ typo in append_list() ++ Branch: perl ++ ! op.c ____________________________________________________________________________ [ 1973] By: gsar on 1998/10/15 20:06:17 -- Log: nuke confperl branch and contents -- Branch: confperl -- - (delete 1284 files) ++ Log: nuke confperl branch and contents ++ Branch: confperl ++ - (delete 1284 files) ____________________________________________________________________________ [ 1972] By: jhi on 1998/10/15 07:07:35 -- Log: Test #162 had been added but the "print 1..161" had not been updated. -- Branch: cfgperl -- ! t/op/pat.t ++ Log: Test #162 had been added but the "print 1..161" had not been updated. ++ Branch: cfgperl ++ ! t/op/pat.t ____________________________________________________________________________ [ 1971] By: gsar on 1998/10/15 03:09:58 -- Log: check in all confperl changes as of change#1964 into cfgperl -- Branch: cfgperl -- + ext/DynaLoader/dl_vmesa.xs -- ! Configure MANIFEST Makefile.SH config_h.SH -- ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh -- ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH ++ Log: check in all confperl changes as of change#1964 into cfgperl ++ Branch: cfgperl ++ + ext/DynaLoader/dl_vmesa.xs ++ ! Configure MANIFEST Makefile.SH config_h.SH ++ ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh ++ ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH ____________________________________________________________________________ [ 1970] By: gsar on 1998/10/15 03:05:59 -- Log: integrate mainline to get tr.t -- Branch: cfgperl -- +> t/op/tr.t ++ Log: integrate mainline to get tr.t ++ Branch: cfgperl ++ +> t/op/tr.t ____________________________________________________________________________ [ 1969] By: gsar on 1998/10/15 03:04:17 -- Log: add missing tr.t to repository -- Branch: perl -- + t/op/tr.t ++ Log: add missing tr.t to repository ++ Branch: perl ++ + t/op/tr.t ____________________________________________________________________________ [ 1968] By: gsar on 1998/10/15 03:02:43 -- Log: create cfgperl branch -- Branch: cfgperl -- +> (branch 1282 files) ++ Log: create cfgperl branch ++ Branch: cfgperl ++ +> (branch 1282 files) ____________________________________________________________________________ [ 1967] By: gsar on 1998/10/15 02:46:08 -- Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader -- (MAN3PODS cannot be set to ' '; stray stricture violation) -- Branch: perl -- ! ext/B/Makefile.PL ext/DB_File/Makefile.PL -- ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL -- ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL -- ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL -- ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL -- ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL -- ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL -- ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL -- ! ext/attrs/Makefile.PL ext/re/Makefile.PL -- ! lib/ExtUtils/MM_Unix.pm ++ Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader ++ (MAN3PODS cannot be set to ' '; stray stricture violation) ++ Branch: perl ++ ! ext/B/Makefile.PL ext/DB_File/Makefile.PL ++ ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL ++ ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL ++ ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL ++ ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL ++ ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL ++ ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL ++ ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL ++ ! ext/attrs/Makefile.PL ext/re/Makefile.PL ++ ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 1966] By: gsar on 1998/10/15 02:19:03 -- Log: tweak to make fix in change#1944 behave correctly for closures -- created within eval'' -- Branch: perl -- ! op.c t/op/eval.t ++ Log: tweak to make fix in change#1944 behave correctly for closures ++ created within eval'' ++ Branch: perl ++ ! op.c t/op/eval.t ____________________________________________________________________________ [ 1965] By: gsar on 1998/10/14 23:22:41 -- Log: use better numbers for exitstatus test -- Branch: perl -- ! t/op/die_exit.t ++ Log: use better numbers for exitstatus test ++ Branch: perl ++ ! t/op/die_exit.t ____________________________________________________________________________ [ 1964] By: jhi on 1998/10/14 17:25:41 -- Log: Add VM/ESA dynaloading (uses ). -- Branch: confperl -- + ext/DynaLoader/dl_vmesa.xs -- ! MANIFEST ++ Log: Add VM/ESA dynaloading (uses ). ++ Branch: confperl ++ + ext/DynaLoader/dl_vmesa.xs ++ ! MANIFEST ____________________________________________________________________________ [ 1963] By: jhi on 1998/10/14 17:17:10 -- Log: Remove a2p.loadmap in 'clean' target. -- Branch: confperl -- ! x2p/Makefile.SH ++ Log: Remove a2p.loadmap in 'clean' target. ++ Branch: confperl ++ ! x2p/Makefile.SH ____________________________________________________________________________ [ 1962] By: jhi on 1998/10/14 17:13:11 -- Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...) -- Branch: confperl -- ! Makefile.SH ++ Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...) ++ Branch: confperl ++ ! Makefile.SH ____________________________________________________________________________ [ 1961] By: jhi on 1998/10/14 16:27:39 -- Log: VM/ESA creates executable.loadmaps. -- Branch: confperl -- ! Makefile.SH ++ Log: VM/ESA creates executable.loadmaps. ++ Branch: confperl ++ ! Makefile.SH ____________________________________________________________________________ [ 1960] By: jhi on 1998/10/14 15:37:39 -- Log: Introduce SCHED_YIELD (one of sched_yield(), -- pthread_yield(), or pthread_yield(NULL)). -- YIELD is then defined using SCHED_YIELD unless -- a platform-specific YIELD has already been defined. -- -- Support pthread_attr_setdetachstate(pthread_attr_t*, int*). -- -- The need for pthread_yield(NULL) and pthread_attr_setdet... -- introduced by (private email) -- -- From: Neale Ferguson -- Date: Sat, 10 Oct 1998 21:08:15 +1300 -- Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au> -- Subject: Re: Perl thread problems in VM/ESA -- -- Better select() protoprobe (for AIX), from (private email) -- From: Andy Dougherty -- Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT) -- Message-Id: -- Subject: AIX select (fwd) -- From: Lars Hecking -- To: Andy Dougherty -- Date: Fri, 2 Oct 1998 10:40:01 +0100 -- Subject: AIX select -- -- Linux-avoid-so.X.Y, based on -- From: "Kurt D. Starsinic" -- Date: Tue, 13 Oct 1998 15:55:07 -0400 -- Message-ID: <19981013155507.B4004@O2.chapin.edu> -- Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?] -- Branch: confperl -- ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh -- ! thread.h ++ Log: Introduce SCHED_YIELD (one of sched_yield(), ++ pthread_yield(), or pthread_yield(NULL)). ++ YIELD is then defined using SCHED_YIELD unless ++ a platform-specific YIELD has already been defined. ++ ++ Support pthread_attr_setdetachstate(pthread_attr_t*, int*). ++ ++ The need for pthread_yield(NULL) and pthread_attr_setdet... ++ introduced by (private email) ++ ++ From: Neale Ferguson ++ Date: Sat, 10 Oct 1998 21:08:15 +1300 ++ Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au> ++ Subject: Re: Perl thread problems in VM/ESA ++ ++ Better select() protoprobe (for AIX), from (private email) ++ From: Andy Dougherty ++ Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT) ++ Message-Id: ++ Subject: AIX select (fwd) ++ From: Lars Hecking ++ To: Andy Dougherty ++ Date: Fri, 2 Oct 1998 10:40:01 +0100 ++ Subject: AIX select ++ ++ Linux-avoid-so.X.Y, based on ++ From: "Kurt D. Starsinic" ++ Date: Tue, 13 Oct 1998 15:55:07 -0400 ++ Message-ID: <19981013155507.B4004@O2.chapin.edu> ++ Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?] ++ Branch: confperl ++ ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh ++ ! thread.h ____________________________________________________________________________ [ 1959] By: jhi on 1998/10/14 12:51:26 -- Log: Some old pthread implementations have -- pthread_attr_setdetachstate(pthread_attr_t*, int*). -- Branch: confperl -- ! ext/Thread/Thread.xs ++ Log: Some old pthread implementations have ++ pthread_attr_setdetachstate(pthread_attr_t*, int*). ++ Branch: confperl ++ ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 1958] By: jhi on 1998/10/14 12:41:11 -- Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure -- counterparts will follow soon. -- Branch: confperl -- ! thread.h ++ Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure ++ counterparts will follow soon. ++ Branch: confperl ++ ! thread.h ____________________________________________________________________________ [ 1957] By: jhi on 1998/10/14 12:38:11 -- Log: Add tr.t (MANIFEST already knew about it, strange) -- Branch: confperl -- + t/op/tr.t ++ Log: Add tr.t (MANIFEST already knew about it, strange) ++ Branch: confperl ++ + t/op/tr.t ____________________________________________________________________________ [ 1956] By: jhi on 1998/10/14 12:24:35 -- Log: Mutexen should be initialized only once. -- Branch: confperl -- ! gv.c op.c ++ Log: Mutexen should be initialized only once. ++ Branch: confperl ++ ! gv.c op.c ____________________________________________________________________________ [ 1955] By: jhi on 1998/10/14 12:19:38 -- Log: os390 has its own cppstdin. -- Branch: confperl -- ! hints/os390.sh ++ Log: os390 has its own cppstdin. ++ Branch: confperl ++ ! hints/os390.sh ____________________________________________________________________________ [ 1954] By: jhi on 1998/10/14 12:15:06 -- Log: Integrate with mainperl. -- Branch: confperl -- !> (integrate 1280 files) ++ Log: Integrate with mainperl. ++ Branch: confperl ++ !> (integrate 1280 files) ____________________________________________________________________________ [ 1953] By: jhi on 1998/10/14 11:48:08 -- Log: Removed duplicate CMA threads code for HPUX 10.X. -- (probably residue of patch(1) being too understanding) -- Enhanced 64-bit settings. (redo change#1940) -- Branch: confperl -- ! hints/hpux.sh ++ Log: Removed duplicate CMA threads code for HPUX 10.X. ++ (probably residue of patch(1) being too understanding) ++ Enhanced 64-bit settings. (redo change#1940) ++ Branch: confperl ++ ! hints/hpux.sh ____________________________________________________________________________ [ 1952] By: jhi on 1998/10/14 11:45:16 -- Log: (redo change#1949) Detypo in the d_open64 warning about -- the impending WHOA. -- Branch: confperl -- ! hints/irix_6.sh ++ Log: (redo change#1949) Detypo in the d_open64 warning about ++ the impending WHOA. ++ Branch: confperl ++ ! hints/irix_6.sh ____________________________________________________________________________ [ 1951] By: jhi on 1998/10/14 10:54:16 -- Log: Mutexen should only be inited once, after they have been New()ed. -- Branch: confperl -- ! gv.c op.c ++ Log: Mutexen should only be inited once, after they have been New()ed. ++ Branch: confperl ++ ! gv.c op.c ____________________________________________________________________________ [ 1950] By: jhi on 1998/10/14 10:41:43 -- Log: Own cppstdin. -- Branch: confperl -- ! hints/os390.sh ++ Log: Own cppstdin. ++ Branch: confperl ++ ! hints/os390.sh ____________________________________________________________________________ [ 1949] By: jhi on 1998/10/14 10:34:23 -- Log: Detypo in the d_open64 warning about the impending WHOA. -- Branch: confperl -- ! hints/irix_6.sh ++ Log: Detypo in the d_open64 warning about the impending WHOA. ++ Branch: confperl ++ ! hints/irix_6.sh ____________________________________________________________________________ [ 1948] By: gsar on 1998/10/14 05:38:01 -- Log: two typos -- Branch: perl -- ! pp_hot.c t/op/eval.t ++ Log: two typos ++ Branch: perl ++ ! pp_hot.c t/op/eval.t ____________________________________________________________________________ [ 1947] By: gsar on 1998/10/14 05:37:10 -- Log: let docatch() pass the buck when restartop turns out to be null, -- making exceptions in BEGIN{} propagate as expected -- Branch: perl -- ! pp_ctl.c t/op/misc.t ++ Log: let docatch() pass the buck when restartop turns out to be null, ++ making exceptions in BEGIN{} propagate as expected ++ Branch: perl ++ ! pp_ctl.c t/op/misc.t ____________________________________________________________________________ [ 1946] By: gsar on 1998/10/13 03:41:49 -- Log: add missing file from change#1943 -- Branch: perl -- ! proto.h ++ Log: add missing file from change#1943 ++ Branch: perl ++ ! proto.h ____________________________________________________________________________ [ 1945] By: gsar on 1998/10/13 03:32:02 -- Log: defer "deep recursion" warnings until CXt_SUB context is properly -- set up -- Branch: perl -- ! pp_hot.c t/pragma/warn/pp_hot ++ Log: defer "deep recursion" warnings until CXt_SUB context is properly ++ set up ++ Branch: perl ++ ! pp_hot.c t/pragma/warn/pp_hot ____________________________________________________________________________ [ 1944] By: gsar on 1998/10/13 03:15:50 -- Log: change#1614 merely disabled earlier fix (doh!); undo it and properly -- fixup the cop_seq value that must be seen by lexical lookups that -- emanate within eval'' -- Branch: perl -- ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t ++ Log: change#1614 merely disabled earlier fix (doh!); undo it and properly ++ fixup the cop_seq value that must be seen by lexical lookups that ++ emanate within eval'' ++ Branch: perl ++ ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t ____________________________________________________________________________ [ 1943] By: gsar on 1998/10/13 02:06:09 -- Log: ensure recursive attempts to findlex()icals know enough about where -- the last eval'' context was encountered -- Branch: perl -- ! op.c t/op/eval.t ++ Log: ensure recursive attempts to findlex()icals know enough about where ++ the last eval'' context was encountered ++ Branch: perl ++ ! op.c t/op/eval.t ____________________________________________________________________________ [ 1942] By: gsar on 1998/10/13 02:01:24 -- Log: force copy of substrings when matching against temporaries -- Branch: perl -- ! pp_hot.c t/op/pat.t ++ Log: force copy of substrings when matching against temporaries ++ Branch: perl ++ ! pp_hot.c t/op/pat.t ____________________________________________________________________________ [ 1941] By: gsar on 1998/10/13 01:49:16 -- Log: don't longjmp() in pp_goto() (regressive bug from old single-stack -- implementation) -- Branch: perl -- ! pp_ctl.c t/op/runlevel.t ++ Log: don't longjmp() in pp_goto() (regressive bug from old single-stack ++ implementation) ++ Branch: perl ++ ! pp_ctl.c t/op/runlevel.t ____________________________________________________________________________ [ 1940] By: jhi on 1998/10/12 09:57:44 -- Log: Removed duplicate CMA threads code for HPUX 10.X. -- (probably residue of patch(1) being too understanding) -- Enhanced 64-bit settings. -- Branch: confperl -- ! hints/hpux.sh ++ Log: Removed duplicate CMA threads code for HPUX 10.X. ++ (probably residue of patch(1) being too understanding) ++ Enhanced 64-bit settings. ++ Branch: confperl ++ ! hints/hpux.sh ____________________________________________________________________________ [ 1939] By: jhi on 1998/10/12 09:53:11 -- Log: Initial sync from mainline perl. -- Branch: confperl -- + (add 1282 files) ++ Log: Initial sync from mainline perl. ++ Branch: confperl ++ + (add 1282 files) ____________________________________________________________________________ [ 1937] By: gsar on 1998/10/06 21:16:34 -- Log: fix $/ init for USE_THREADS -- Branch: perl -- ! perl.c ++ Log: fix $/ init for USE_THREADS ++ Branch: perl ++ ! perl.c ____________________________________________________________________________ [ 1936] By: gsar on 1998/10/06 07:19:39 -- Log: fix globals caught by change#1927; builds and tests on Solaris -- Branch: perl -- ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h -- ! warning.h warning.pl ++ Log: fix globals caught by change#1927; builds and tests on Solaris ++ Branch: perl ++ ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h ++ ! warning.h warning.pl ____________________________________________________________________________ [ 1935] By: gsar on 1998/10/06 06:50:35 -- Log: add test for previous fix -- Branch: perl -- ! ext/Thread/create.t ++ Log: add test for previous fix ++ Branch: perl ++ ! ext/Thread/create.t ____________________________________________________________________________ [ 1934] By: gsar on 1998/10/06 06:37:36 -- Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh -- Branch: perl -- ! util.c ++ Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh ++ Branch: perl ++ ! util.c ____________________________________________________________________________ [ 1933] By: gsar on 1998/10/06 05:04:20 -- Log: undo bogus part of change#1903 (as pointed out by Larry) -- Branch: perl -- ! pp_ctl.c ++ Log: undo bogus part of change#1903 (as pointed out by Larry) ++ Branch: perl ++ ! pp_ctl.c ____________________________________________________________________________ [ 1932] By: gsar on 1998/10/06 04:21:31 -- Log: added tweaked version of suggested patch -- From: jan.dubois@ibm.net (Jan Dubois) -- Date: Sat, 03 Oct 1998 19:04:48 +0200 -- Message-ID: <361d54b2.36841294@smtp1.ibm.net> -- Subject: [PATCH 5.005_52] More MakeMaker patches -- Branch: perl -- ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm -- ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm ++ Log: added tweaked version of suggested patch ++ From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Sat, 03 Oct 1998 19:04:48 +0200 ++ Message-ID: <361d54b2.36841294@smtp1.ibm.net> ++ Subject: [PATCH 5.005_52] More MakeMaker patches ++ Branch: perl ++ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ++ ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm ____________________________________________________________________________ [ 1931] By: gsar on 1998/10/06 04:04:33 -- Log: use cpp symbols instead of hardwired constants -- From: Hugo van der Sanden -- Date: Mon, 05 Oct 1998 09:23:33 +0100 -- Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk> -- Subject: [PATCH 5.005_52] By the numbers (resend) -- Branch: perl -- ! op.c ++ Log: use cpp symbols instead of hardwired constants ++ From: Hugo van der Sanden ++ Date: Mon, 05 Oct 1998 09:23:33 +0100 ++ Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk> ++ Subject: [PATCH 5.005_52] By the numbers (resend) ++ Branch: perl ++ ! op.c ____________________________________________________________________________ [ 1930] By: gsar on 1998/10/06 04:01:55 -- Log: From: Ilya Zakharevich -- Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu> -- Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT) -- Subject: [PATCH 5.005_52] Cumulative OS/2-related patch -- Branch: perl -- ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c -- ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c ++ Log: From: Ilya Zakharevich ++ Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu> ++ Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT) ++ Subject: [PATCH 5.005_52] Cumulative OS/2-related patch ++ Branch: perl ++ ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c ++ ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c ____________________________________________________________________________ [ 1929] By: gsar on 1998/10/06 03:50:36 -- Log: From: Ilya Zakharevich -- Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT) -- Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] Minor test improvement -- Branch: perl -- ! t/op/magic.t ++ Log: From: Ilya Zakharevich ++ Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT) ++ Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] Minor test improvement ++ Branch: perl ++ ! t/op/magic.t ____________________________________________________________________________ [ 1928] By: gsar on 1998/10/06 03:49:03 -- Log: From: Ilya Zakharevich -- Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT) -- Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.00552] emacs/ptags inprovements -- Branch: perl -- ! emacs/ptags ++ Log: From: Ilya Zakharevich ++ Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT) ++ Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.00552] emacs/ptags inprovements ++ Branch: perl ++ ! emacs/ptags ____________________________________________________________________________ [ 1927] By: gsar on 1998/10/06 03:47:44 -- Log: disable C<#define dirty PL_dirty> et al. -- Branch: perl -- ! embed.pl embedvar.h ++ Log: disable C<#define dirty PL_dirty> et al. ++ Branch: perl ++ ! embed.pl embedvar.h ____________________________________________________________________________ [ 1926] By: gsar on 1998/10/06 03:43:32 -- Log: From: Mark-Jason Dominus -- Date: Sun, 04 Oct 1998 14:48:11 -0400 -- Message-ID: <19981004184811.16048.qmail@plover.com> -- Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc. -- Branch: perl -- ! utils/perldoc.PL ++ Log: From: Mark-Jason Dominus ++ Date: Sun, 04 Oct 1998 14:48:11 -0400 ++ Message-ID: <19981004184811.16048.qmail@plover.com> ++ Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc. ++ Branch: perl ++ ! utils/perldoc.PL ____________________________________________________________________________ [ 1925] By: gsar on 1998/10/06 03:27:35 -- Log: disable USE_THREADS when PERL_OBJECT is enabled -- Branch: perl -- ! win32/Makefile win32/makefile.mk ++ Log: disable USE_THREADS when PERL_OBJECT is enabled ++ Branch: perl ++ ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1924] By: gsar on 1998/10/06 03:26:54 -- Log: remove spurious unused conflicting globals (PL_yy{v,s}sp) -- Branch: perl -- ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c -- ! vms/perly_c.vms ++ Log: remove spurious unused conflicting globals (PL_yy{v,s}sp) ++ Branch: perl ++ ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c ++ ! vms/perly_c.vms ____________________________________________________________________________ [ 1923] By: gsar on 1998/10/03 05:19:56 -- Log: make C recognize C overrides; allow C to be -- overridden -- Branch: perl -- ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y -- ! proto.h vms/perly_c.vms ++ Log: make C recognize C overrides; allow C to be ++ overridden ++ Branch: perl ++ ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y ++ ! proto.h vms/perly_c.vms ____________________________________________________________________________ [ 1922] By: gsar on 1998/10/03 03:59:50 -- Log: suppress manifypods leak in extensions -- Branch: perl -- ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL ++ Log: suppress manifypods leak in extensions ++ Branch: perl ++ ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL ____________________________________________________________________________ [ 1921] By: gsar on 1998/10/02 22:30:15 -- Log: os390 fixes (suggested by Peter Prymmer) -- Branch: perl -- ! Makefile.SH regcomp.c ++ Log: os390 fixes (suggested by Peter Prymmer) ++ Branch: perl ++ ! Makefile.SH regcomp.c ____________________________________________________________________________ [ 1920] By: gsar on 1998/10/02 21:41:19 -- Log: squelch undef warnings -- From: Hugo van der Sanden -- Date: Fri, 02 Oct 1998 11:01:14 +0100 -- Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk> -- Subject: [PATCH] Re: Apparent bug in Math::BigInt -- Branch: perl -- ! Changes lib/Math/BigInt.pm ++ Log: squelch undef warnings ++ From: Hugo van der Sanden ++ Date: Fri, 02 Oct 1998 11:01:14 +0100 ++ Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk> ++ Subject: [PATCH] Re: Apparent bug in Math::BigInt ++ Branch: perl ++ ! Changes lib/Math/BigInt.pm ____________________________________________________________________________ [ 1919] By: gsar on 1998/10/02 04:59:13 -- Log: add note to INSTALL about ANSI C -- Branch: perl -- ! INSTALL ++ Log: add note to INSTALL about ANSI C ++ Branch: perl ++ ! INSTALL ____________________________________________________________________________ [ 1918] By: gsar on 1998/10/02 04:21:10 -- Log: tolerate spaces when fixing up __cplusplus output by old h2xs -- From: jan.dubois@ibm.net (Jan Dubois) -- Date: Wed, 30 Sep 1998 23:35:30 +0200 -- Message-ID: <3619a1e8.12336659@smtp1.ibm.net> -- Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT -- Branch: perl -- ! lib/ExtUtils/xsubpp ++ Log: tolerate spaces when fixing up __cplusplus output by old h2xs ++ From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Wed, 30 Sep 1998 23:35:30 +0200 ++ Message-ID: <3619a1e8.12336659@smtp1.ibm.net> ++ Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT ++ Branch: perl ++ ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 1917] By: gsar on 1998/10/02 04:16:02 -- Log: From: Jarkko Hietaniemi -- Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST) -- Message-Id: <199810010837.LAA31371@alpha.hut.fi> -- Subject: Re: Configure test for selectbits busted -- Branch: perl -- ! Configure ++ Log: From: Jarkko Hietaniemi ++ Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST) ++ Message-Id: <199810010837.LAA31371@alpha.hut.fi> ++ Subject: Re: Configure test for selectbits busted ++ Branch: perl ++ ! Configure ____________________________________________________________________________ [ 1916] By: gsar on 1998/10/02 04:14:17 -- Log: From: Dan Sugalski -- Date: Wed, 30 Sep 1998 17:15:20 -0700 -- Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu> -- Subject: [PATCH 5.005_02]VMS config tweaks -- Branch: perl -- ! vms/descrip_mms.template vms/subconfigure.com ++ Log: From: Dan Sugalski ++ Date: Wed, 30 Sep 1998 17:15:20 -0700 ++ Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu> ++ Subject: [PATCH 5.005_02]VMS config tweaks ++ Branch: perl ++ ! vms/descrip_mms.template vms/subconfigure.com ____________________________________________________________________________ [ 1915] By: gsar on 1998/10/02 04:10:47 -- Log: use Off_t to permit 64-bit seek() -- From: Scott Henry -- Date: 29 Sep 1998 17:38:46 -0700 -- Message-ID: -- Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack" -- -- -- Date: 28 Sep 1998 18:55:37 -0700 -- Message-ID: -- Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" -- Branch: perl -- ! doio.c pp_sys.c proto.h sv.c ++ Log: use Off_t to permit 64-bit seek() ++ From: Scott Henry ++ Date: 29 Sep 1998 17:38:46 -0700 ++ Message-ID: ++ Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack" ++ -- ++ Date: 28 Sep 1998 18:55:37 -0700 ++ Message-ID: ++ Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" ++ Branch: perl ++ ! doio.c pp_sys.c proto.h sv.c ____________________________________________________________________________ [ 1914] By: gsar on 1998/10/02 04:05:36 -- Log: normalize tm struct passed to strftime() with mktime() -- From: Spider Boardman -- Date: Wed, 30 Sep 1998 15:12:09 -0400 -- Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US> -- Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date -- Branch: perl -- ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ++ Log: normalize tm struct passed to strftime() with mktime() ++ From: Spider Boardman ++ Date: Wed, 30 Sep 1998 15:12:09 -0400 ++ Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US> ++ Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date ++ Branch: perl ++ ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 1913] By: gsar on 1998/10/02 03:59:46 -- Log: don't try to run foo_SH.orig etc. -- Branch: perl -- ! Configure ++ Log: don't try to run foo_SH.orig etc. ++ Branch: perl ++ ! Configure ____________________________________________________________________________ [ 1912] By: gsar on 1998/10/02 03:45:37 -- Log: make warning about glob process failure optional -- Branch: perl -- ! pod/perldiag.pod pp_hot.c ++ Log: make warning about glob process failure optional ++ Branch: perl ++ ! pod/perldiag.pod pp_hot.c ____________________________________________________________________________ [ 1911] By: gsar on 1998/10/02 02:52:21 -- Log: document yet another RE diagnostic, make it consistent with REG_INFTY -- From: Dominic Dunlop -- Date: Tue, 29 Sep 1998 21:06:30 +0000 -- Message-Id: -- Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit -- -- -- Date: Wed, 30 Sep 1998 11:46:44 +0000 -- Message-Id: -- Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag -- Branch: perl -- ! pod/perldiag.pod regcomp.c ++ Log: document yet another RE diagnostic, make it consistent with REG_INFTY ++ From: Dominic Dunlop ++ Date: Tue, 29 Sep 1998 21:06:30 +0000 ++ Message-Id: ++ Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit ++ -- ++ Date: Wed, 30 Sep 1998 11:46:44 +0000 ++ Message-Id: ++ Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag ++ Branch: perl ++ ! pod/perldiag.pod regcomp.c ____________________________________________________________________________ [ 1910] By: gsar on 1998/10/02 02:48:48 -- Log: minor Configure tweaks (via private mail) -- From: Jarkko Hietaniemi -- Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST) -- Message-Id: <199809292325.CAA19737@alpha.hut.fi> -- Subject: [PATCH] 5.005_52: the drizzle continues -- Branch: perl -- ! Configure config_h.SH handy.h ++ Log: minor Configure tweaks (via private mail) ++ From: Jarkko Hietaniemi ++ Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST) ++ Message-Id: <199809292325.CAA19737@alpha.hut.fi> ++ Subject: [PATCH] 5.005_52: the drizzle continues ++ Branch: perl ++ ! Configure config_h.SH handy.h ____________________________________________________________________________ [ 1909] By: gsar on 1998/10/02 02:46:39 -- Log: update SCO hints for dynamic loading -- From: Andy Dougherty -- Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT) -- Message-Id: -- Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV -- -- -- Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT) -- Message-Id: -- Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV -- Branch: perl -- ! hints/sco.sh ++ Log: update SCO hints for dynamic loading ++ From: Andy Dougherty ++ Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT) ++ Message-Id: ++ Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV ++ -- ++ Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT) ++ Message-Id: ++ Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV ++ Branch: perl ++ ! hints/sco.sh ____________________________________________________________________________ [ 1908] By: gsar on 1998/10/02 02:33:39 -- Log: make File::Find work when wanted() is autoloaded or a symbolic ref -- Branch: perl -- ! lib/File/Find.pm ++ Log: make File::Find work when wanted() is autoloaded or a symbolic ref ++ Branch: perl ++ ! lib/File/Find.pm ____________________________________________________________________________ [ 1907] By: gsar on 1998/10/02 02:21:52 -- Log: applied patches, but retained old behavior for win32 (where compilers -- can't read from stdin at all) -- From: Graham Barr -- Date: Mon, 28 Sep 1998 09:41:49 -0500 -- Message-ID: <19980928094149.B26576@asic.sc.ti.com> -- Subject: Re: 5.005_51 Errno invokes cpprun incorrectly -- -- -- Date: Tue, 29 Sep 1998 12:35:43 -0500 -- Message-ID: <19980929123543.Z26576@asic.sc.ti.com> -- Subject: Re: 5.005_51 Errno invokes cpprun incorrectly -- Branch: perl -- ! ext/Errno/Errno_pm.PL ++ Log: applied patches, but retained old behavior for win32 (where compilers ++ can't read from stdin at all) ++ From: Graham Barr ++ Date: Mon, 28 Sep 1998 09:41:49 -0500 ++ Message-ID: <19980928094149.B26576@asic.sc.ti.com> ++ Subject: Re: 5.005_51 Errno invokes cpprun incorrectly ++ -- ++ Date: Tue, 29 Sep 1998 12:35:43 -0500 ++ Message-ID: <19980929123543.Z26576@asic.sc.ti.com> ++ Subject: Re: 5.005_51 Errno invokes cpprun incorrectly ++ Branch: perl ++ ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 1906] By: gsar on 1998/10/02 02:02:19 -- Log: tolerate whitespace in /etc/group entries (suggested by Jarkko -- Hietaniemi) -- Branch: perl -- ! t/op/grent.t ++ Log: tolerate whitespace in /etc/group entries (suggested by Jarkko ++ Hietaniemi) ++ Branch: perl ++ ! t/op/grent.t ____________________________________________________________________________ [ 1905] By: gsar on 1998/10/02 01:59:56 -- Log: win32 caveats about truncate() -- Branch: perl -- ! pod/perlport.pod ++ Log: win32 caveats about truncate() ++ Branch: perl ++ ! pod/perlport.pod ____________________________________________________________________________ [ 1904] By: gsar on 1998/10/02 01:53:25 -- Log: various Configure and hints updates (prefer drand48() or random() -- over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch -- applied modulo SCO hints superceded by later patch -- From: Jarkko Hietaniemi -- Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST) -- Message-Id: <199809282156.AAA18615@alpha.hut.fi> -- Subject: [PATCH] 5.005_52: Configure et al: -- Branch: perl -- + ext/IPC/SysV/hints/next_3.pl -- ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs -- ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh -- ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c ++ Log: various Configure and hints updates (prefer drand48() or random() ++ over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch ++ applied modulo SCO hints superceded by later patch ++ From: Jarkko Hietaniemi ++ Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST) ++ Message-Id: <199809282156.AAA18615@alpha.hut.fi> ++ Subject: [PATCH] 5.005_52: Configure et al: ++ Branch: perl ++ + ext/IPC/SysV/hints/next_3.pl ++ ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs ++ ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh ++ ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c ____________________________________________________________________________ [ 1903] By: gsar on 1998/10/02 01:42:37 -- Log: fixes for bugs in /RE/p from Hugo van der Sanden -- Date: Mon, 28 Sep 1998 17:41:49 +0100 -- Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk> -- Subject: [PATCH 5.005_52] Re: More on ?p -- -- -- Date: Thu, 01 Oct 1998 09:10:58 +0100 -- Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk> -- Subject: [PATCH 5.005_52] ?p fix -- -- -- Date: Thu, 01 Oct 1998 10:45:56 +0100 -- Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk> -- Subject: [PATCH 5.005_52] more on ?p -- Branch: perl -- ! pp_ctl.c ++ Log: fixes for bugs in /RE/p from Hugo van der Sanden ++ Date: Mon, 28 Sep 1998 17:41:49 +0100 ++ Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk> ++ Subject: [PATCH 5.005_52] Re: More on ?p ++ -- ++ Date: Thu, 01 Oct 1998 09:10:58 +0100 ++ Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk> ++ Subject: [PATCH 5.005_52] ?p fix ++ -- ++ Date: Thu, 01 Oct 1998 10:45:56 +0100 ++ Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk> ++ Subject: [PATCH 5.005_52] more on ?p ++ Branch: perl ++ ! pp_ctl.c ____________________________________________________________________________ [ 1902] By: gsar on 1998/10/02 01:36:14 -- Log: From: Kenneth Duda -- Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT) -- Message-Id: <199809280322.UAA01261@scorpion.cisco.com> -- Subject: writemain dies when there are more than 4000 characters of extensions -- Branch: perl -- ! writemain.SH ++ Log: From: Kenneth Duda ++ Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT) ++ Message-Id: <199809280322.UAA01261@scorpion.cisco.com> ++ Subject: writemain dies when there are more than 4000 characters of extensions ++ Branch: perl ++ ! writemain.SH ____________________________________________________________________________ [ 1901] By: gsar on 1998/10/02 01:33:16 -- Log: tweak run_byacc recipe -- Branch: perl -- ! Makefile.SH Porting/pumpkin.pod ++ Log: tweak run_byacc recipe ++ Branch: perl ++ ! Makefile.SH Porting/pumpkin.pod ____________________________________________________________________________ [ 1900] By: gsar on 1998/10/02 01:02:09 -- Log: use SETERRNO() to reset errno (suggested by Charles Bailey) -- Branch: perl -- ! perl.h pp_ctl.c ++ Log: use SETERRNO() to reset errno (suggested by Charles Bailey) ++ Branch: perl ++ ! perl.h pp_ctl.c ____________________________________________________________________________ [ 1899] By: gsar on 1998/09/28 20:46:30 -- Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois, -- Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert -- Dvornik) -- Branch: perl -- ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c ++ Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois, ++ Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert ++ Dvornik) ++ Branch: perl ++ ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c ____________________________________________________________________________ [ 1898] By: gsar on 1998/09/28 20:42:52 -- Log: flush unsubmitted 5.00552 change -- Branch: perl -- ! MANIFEST ++ Log: flush unsubmitted 5.00552 change ++ Branch: perl ++ ! MANIFEST ____________________________________________________________________________ [ 1897] By: gsar on 1998/09/27 04:43:06 -- Log: run vms_yfix.pl -- Branch: perl -- ! vms/perly_c.vms ++ Log: run vms_yfix.pl ++ Branch: perl ++ ! vms/perly_c.vms ____________________________________________________________________________ [ 1896] By: gsar on 1998/09/27 03:38:55 -- Log: small tweak on last change -- Branch: perl -- ! win32/win32.c ++ Log: small tweak on last change ++ Branch: perl ++ ! win32/win32.c ____________________________________________________________________________ [ 1895] By: gsar on 1998/09/27 03:17:17 -- Log: fix win32_stat() to do the right thing for share names -- Branch: perl -- ! win32/win32.c ++ Log: fix win32_stat() to do the right thing for share names ++ Branch: perl ++ ! win32/win32.c ____________________________________________________________________________ [ 1891] By: larry on 1998/09/25 18:50:40 -- Log: Fixed apostrophe problem from Mark Knutsen. -- Branch: perl -- ! sv.h ++ Log: Fixed apostrophe problem from Mark Knutsen. ++ Branch: perl ++ ! sv.h ---------------- Version 5.005_52 @@@ -7611,501 -7611,501 +6371,501 @@@ ____________________________________________________________________________ [ 1890] By: gsar on 1998/09/25 10:25:00 -- Log: update template config.sh, add new config vars to win32 stuff -- Branch: perl -- ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h -- ! pp_sys.c proto.h win32/config.bc win32/config.gc -- ! win32/config.vc win32/config_H.bc win32/config_H.gc -- ! win32/config_H.vc win32/win32.h ++ Log: update template config.sh, add new config vars to win32 stuff ++ Branch: perl ++ ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h ++ ! pp_sys.c proto.h win32/config.bc win32/config.gc ++ ! win32/config.vc win32/config_H.bc win32/config_H.gc ++ ! win32/config_H.vc win32/win32.h ____________________________________________________________________________ [ 1889] By: gsar on 1998/09/25 07:13:13 -- Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix -- for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings -- of full-fledged 64-bit support (including support for: fseeko/ftello, -- Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants -- in Fcntl) -- From: Jarkko Hietaniemi -- Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) -- Message-Id: <199809112056.XAA04720@alpha.hut.fi> -- Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- -- -- From: Jarkko Hietaniemi -- Date: 12 Sep 1998 09:44:25 +0300 -- Message-ID: -- Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" -- Branch: perl -- + lib/filetest.pm -- ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h -- ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh -- ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h -- ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod -- ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl -- ! win32/makedef.pl ++ Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix ++ for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings ++ of full-fledged 64-bit support (including support for: fseeko/ftello, ++ Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants ++ in Fcntl) ++ From: Jarkko Hietaniemi ++ Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) ++ Message-Id: <199809112056.XAA04720@alpha.hut.fi> ++ Subject: [PATCH] 5.005_51: Configure "Massive Attack" ++ -- ++ From: Jarkko Hietaniemi ++ Date: 12 Sep 1998 09:44:25 +0300 ++ Message-ID: ++ Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" ++ Branch: perl ++ + lib/filetest.pm ++ ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h ++ ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh ++ ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h ++ ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod ++ ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl ++ ! win32/makedef.pl ____________________________________________________________________________ [ 1888] By: gsar on 1998/09/25 06:27:12 -- Log: bump patchlevel to 52; other little tweaks for threads, win32 builds -- Branch: perl -- ! doop.c mg.c patchlevel.h regexec.c win32/Makefile -- ! win32/config_H.bc win32/config_H.gc win32/config_H.vc -- ! win32/makedef.pl win32/makefile.mk win32/win32.c ++ Log: bump patchlevel to 52; other little tweaks for threads, win32 builds ++ Branch: perl ++ ! doop.c mg.c patchlevel.h regexec.c win32/Makefile ++ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ++ ! win32/makedef.pl win32/makefile.mk win32/win32.c ____________________________________________________________________________ [ 1887] By: gsar on 1998/09/25 04:50:49 -- Log: win32.c tweak -- Branch: perl -- ! win32/win32.c ++ Log: win32.c tweak ++ Branch: perl ++ ! win32/win32.c ____________________________________________________________________________ [ 1886] By: gsar on 1998/09/25 04:47:32 -- Log: s/MAKEMAKEROPT/PERL_MM_OPT/ -- Branch: perl -- ! lib/ExtUtils/MakeMaker.pm ++ Log: s/MAKEMAKEROPT/PERL_MM_OPT/ ++ Branch: perl ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1885] By: gsar on 1998/09/25 04:05:09 -- Log: From: Dominic Dunlop -- Date: Thu, 10 Sep 1998 11:02:46 +0000 -- Message-Id: -- Subject: MM_Unix::canonpath erroneously turns leading // into / -- Branch: perl -- ! lib/ExtUtils/MM_Unix.pm ++ Log: From: Dominic Dunlop ++ Date: Thu, 10 Sep 1998 11:02:46 +0000 ++ Message-Id: ++ Subject: MM_Unix::canonpath erroneously turns leading // into / ++ Branch: perl ++ ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 1884] By: gsar on 1998/09/25 03:06:10 -- Log: temporarily disable perl malloc for a2p until we clean up -- conflicting malloc() declarations everywhere -- Branch: perl -- ! x2p/Makefile.SH ++ Log: temporarily disable perl malloc for a2p until we clean up ++ conflicting malloc() declarations everywhere ++ Branch: perl ++ ! x2p/Makefile.SH ____________________________________________________________________________ [ 1883] By: gsar on 1998/09/25 02:27:00 -- Log: remove obsolete win32/bin/*.pl -- Branch: perl -- - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl -- ! Changes MANIFEST win32/Makefile win32/makefile.mk ++ Log: remove obsolete win32/bin/*.pl ++ Branch: perl ++ - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl ++ ! Changes MANIFEST win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1882] By: gsar on 1998/09/25 02:04:43 -- Log: missing file in last submit -- Branch: perl -- ! proto.h ++ Log: missing file in last submit ++ Branch: perl ++ ! proto.h ____________________________________________________________________________ [ 1881] By: gsar on 1998/09/25 01:56:54 -- Log: serial access to PL_x[inpr]v_root for USE_THREADS -- Branch: perl -- ! sv.c ++ Log: serial access to PL_x[inpr]v_root for USE_THREADS ++ Branch: perl ++ ! sv.c ____________________________________________________________________________ [ 1880] By: gsar on 1998/09/25 01:19:38 -- Log: lock sv_mutex in new_he() and del_he() for USE_THREADS -- From: Drago Goricanec -- Date: Thu, 24 Sep 1998 22:01:09 +0900 -- Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp> -- Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe -- Branch: perl -- ! hv.c proto.h ++ Log: lock sv_mutex in new_he() and del_he() for USE_THREADS ++ From: Drago Goricanec ++ Date: Thu, 24 Sep 1998 22:01:09 +0900 ++ Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp> ++ Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe ++ Branch: perl ++ ! hv.c proto.h ____________________________________________________________________________ [ 1879] By: gsar on 1998/09/25 00:20:07 -- Log: tweaks to enable PERL_OBJECT to build & test on win32 -- Branch: perl -- ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c -- ! win32/GenCAPI.pl ++ Log: tweaks to enable PERL_OBJECT to build & test on win32 ++ Branch: perl ++ ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c ++ ! win32/GenCAPI.pl ____________________________________________________________________________ [ 1878] By: gsar on 1998/09/25 00:13:36 -- Log: fix change#1861, which breaks default boot_xxx symbol generation -- Branch: perl -- ! lib/ExtUtils/Mksymlists.pm ++ Log: fix change#1861, which breaks default boot_xxx symbol generation ++ Branch: perl ++ ! lib/ExtUtils/Mksymlists.pm ____________________________________________________________________________ [ 1877] By: gsar on 1998/09/24 10:29:54 -- Log: two tweaks for clean build and test on Solaris -- Branch: perl -- ! op.c t/op/subst.t ++ Log: two tweaks for clean build and test on Solaris ++ Branch: perl ++ ! op.c t/op/subst.t ____________________________________________________________________________ [ 1876] By: gsar on 1998/09/24 09:04:43 -- Log: From: Colin Kuskie -- Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT) -- Message-ID: -- Subject: [PATCH 5.005_51] perlform.pod -- Branch: perl -- ! pod/perlform.pod ++ Log: From: Colin Kuskie ++ Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT) ++ Message-ID: ++ Subject: [PATCH 5.005_51] perlform.pod ++ Branch: perl ++ ! pod/perlform.pod ____________________________________________________________________________ [ 1875] By: gsar on 1998/09/24 08:47:47 -- Log: From: Ilya Zakharevich -- Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT) -- Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu> -- Subject: Re: problem with (?p{}) [PATCH 5.005_5*] -- Branch: perl -- ! regexec.c ++ Log: From: Ilya Zakharevich ++ Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT) ++ Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu> ++ Subject: Re: problem with (?p{}) [PATCH 5.005_5*] ++ Branch: perl ++ ! regexec.c ____________________________________________________________________________ [ 1874] By: gsar on 1998/09/24 08:44:55 -- Log: From: Ilya Zakharevich -- Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT) -- Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu> -- Subject: Re: your Regexp.patch dated 21.8 [PATCH] -- Branch: perl -- ! toke.c ++ Log: From: Ilya Zakharevich ++ Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT) ++ Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu> ++ Subject: Re: your Regexp.patch dated 21.8 [PATCH] ++ Branch: perl ++ ! toke.c ____________________________________________________________________________ [ 1873] By: gsar on 1998/09/24 08:39:41 -- Log: From: Ilya Zakharevich -- Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT) -- Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B) -- Branch: perl -- ! Changes regcomp.c ++ Log: From: Ilya Zakharevich ++ Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT) ++ Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B) ++ Branch: perl ++ ! Changes regcomp.c ____________________________________________________________________________ [ 1872] By: gsar on 1998/09/24 08:37:00 -- Log: From: Krishna Sethuraman -- Date: Sun, 23 Aug 1998 23:18:38 PDT -- Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com> -- Subject: new irix_6.sh hints file -- Branch: perl -- ! hints/irix_6.sh ++ Log: From: Krishna Sethuraman ++ Date: Sun, 23 Aug 1998 23:18:38 PDT ++ Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com> ++ Subject: new irix_6.sh hints file ++ Branch: perl ++ ! hints/irix_6.sh ____________________________________________________________________________ [ 1871] By: gsar on 1998/09/24 07:26:37 -- Log: correct FSF address in various places -- Branch: perl -- ! Copying README ext/B/README lib/Getopt/Long.pm ++ Log: correct FSF address in various places ++ Branch: perl ++ ! Copying README ext/B/README lib/Getopt/Long.pm ____________________________________________________________________________ [ 1870] By: gsar on 1998/09/24 07:11:56 -- Log: From: Dan Sugalski -- Date: Fri, 14 Aug 1998 09:20:16 PDT -- Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu> -- Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch -- Branch: perl -- ! configure.com ++ Log: From: Dan Sugalski ++ Date: Fri, 14 Aug 1998 09:20:16 PDT ++ Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu> ++ Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch ++ Branch: perl ++ ! configure.com ____________________________________________________________________________ [ 1869] By: gsar on 1998/09/24 06:55:59 -- Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again -- From: Scott Henry -- Date: 13 Aug 1998 09:52:15 PDT -- Message-Id: -- Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...) -- Branch: perl -- ! hints/irix_6.sh ++ Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again ++ From: Scott Henry ++ Date: 13 Aug 1998 09:52:15 PDT ++ Message-Id: ++ Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...) ++ Branch: perl ++ ! hints/irix_6.sh ____________________________________________________________________________ [ 1868] By: gsar on 1998/09/24 06:51:23 -- Log: From: Nathan Torkington -- Date: Thu, 13 Aug 1998 10:59:48 MDT -- Message-Id: <199808131659.KAA06179@prometheus.frii.com> -- Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry -- Branch: perl -- ! pod/perlfunc.pod ++ Log: From: Nathan Torkington ++ Date: Thu, 13 Aug 1998 10:59:48 MDT ++ Message-Id: <199808131659.KAA06179@prometheus.frii.com> ++ Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry ++ Branch: perl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 1867] By: gsar on 1998/09/24 06:45:13 -- Log: make C AUTOLOAD-aware (autouse now works for modules -- that are autoloaded) -- Branch: perl -- ! pp_ctl.c ++ Log: make C AUTOLOAD-aware (autouse now works for modules ++ that are autoloaded) ++ Branch: perl ++ ! pp_ctl.c ____________________________________________________________________________ [ 1866] By: gsar on 1998/09/24 05:21:19 -- Log: grandfather deprecated "$$" no more -- Branch: perl -- ! pod/perldiag.pod toke.c ++ Log: grandfather deprecated "$$" no more ++ Branch: perl ++ ! pod/perldiag.pod toke.c ____________________________________________________________________________ [ 1865] By: gsar on 1998/09/24 04:52:48 -- Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of -- low bits (suggested by Ilya Zakharevich) -- Branch: perl -- ! hv.h ++ Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of ++ low bits (suggested by Ilya Zakharevich) ++ Branch: perl ++ ! hv.h ____________________________________________________________________________ [ 1864] By: gsar on 1998/09/24 04:29:14 -- Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak -- perly_c.diff -- Branch: perl -- ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h -- ! perly_c.diff toke.c ++ Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak ++ perly_c.diff ++ Branch: perl ++ ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h ++ ! perly_c.diff toke.c ____________________________________________________________________________ [ 1863] By: gsar on 1998/09/24 03:36:30 -- Log: provide locked access to string table for USE_THREADS -- Branch: perl -- ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h ++ Log: provide locked access to string table for USE_THREADS ++ Branch: perl ++ ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h ____________________________________________________________________________ [ 1862] By: gsar on 1998/09/24 03:30:32 -- Log: remove bogus warn() -- Branch: perl -- ! embed.pl ++ Log: remove bogus warn() ++ Branch: perl ++ ! embed.pl ____________________________________________________________________________ [ 1861] By: gsar on 1998/09/24 02:58:51 -- Log: applied suggested patch, adapted for all platforms -- From: jan.dubois@ibm.net (Jan Dubois) -- Date: Sun, 20 Sep 1998 12:56:38 +0200 -- Message-ID: <3604de0c.12319885@smtp1.ibm.net> -- Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker -- Branch: perl -- ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm -- ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm -- ! lib/ExtUtils/MakeMaker.pm ++ Log: applied suggested patch, adapted for all platforms ++ From: jan.dubois@ibm.net (Jan Dubois) ++ Date: Sun, 20 Sep 1998 12:56:38 +0200 ++ Message-ID: <3604de0c.12319885@smtp1.ibm.net> ++ Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker ++ Branch: perl ++ ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm ++ ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1860] By: gsar on 1998/09/24 02:16:14 -- Log: upgrade to CPAN-1.40 -- Branch: perl -- ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm ++ Log: upgrade to CPAN-1.40 ++ Branch: perl ++ ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 1859] By: gsar on 1998/09/24 02:08:59 -- Log: use $ENV{MAKEMAKEROPT} to set default command line args -- Branch: perl -- ! lib/ExtUtils/MakeMaker.pm ++ Log: use $ENV{MAKEMAKEROPT} to set default command line args ++ Branch: perl ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1857] By: gsar on 1998/09/23 10:58:36 -- Log: From: Ilya Zakharevich -- Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT) -- Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu> -- Subject: More verbose Test::Harness [PATCH] -- Branch: perl -- ! lib/Test/Harness.pm ++ Log: From: Ilya Zakharevich ++ Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT) ++ Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu> ++ Subject: More verbose Test::Harness [PATCH] ++ Branch: perl ++ ! lib/Test/Harness.pm ____________________________________________________________________________ [ 1856] By: gsar on 1998/09/23 10:56:24 -- Log: update hints for OPENSTEP 4.2 on i386 -- From: Gerben Wierda -- Date: Sun, 20 Sep 1998 01:03:18 +0200 -- Message-Id: <9809192303.AA29190@Spike> -- Subject: Perl 5.005_02 compilation problems -- Branch: perl -- ! hints/next_4.sh ++ Log: update hints for OPENSTEP 4.2 on i386 ++ From: Gerben Wierda ++ Date: Sun, 20 Sep 1998 01:03:18 +0200 ++ Message-Id: <9809192303.AA29190@Spike> ++ Subject: Perl 5.005_02 compilation problems ++ Branch: perl ++ ! hints/next_4.sh ____________________________________________________________________________ [ 1855] By: gsar on 1998/09/23 10:52:27 -- Log: reset errno after C search (as suggested by Larry) -- Branch: perl -- ! pp_ctl.c ++ Log: reset errno after C search (as suggested by Larry) ++ Branch: perl ++ ! pp_ctl.c ____________________________________________________________________________ [ 1854] By: gsar on 1998/09/23 10:50:26 -- Log: misc pod tweaks -- Branch: perl -- ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod ++ Log: misc pod tweaks ++ Branch: perl ++ ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod ____________________________________________________________________________ [ 1853] By: gsar on 1998/09/23 10:46:06 -- Log: make Pod/Html.pm handle the --title option properly (as suggested -- by gml4410@ggr.co.uk) -- Branch: perl -- ! lib/Pod/Html.pm ++ Log: make Pod/Html.pm handle the --title option properly (as suggested ++ by gml4410@ggr.co.uk) ++ Branch: perl ++ ! lib/Pod/Html.pm ____________________________________________________________________________ [ 1852] By: gsar on 1998/09/23 10:41:39 -- Log: SSNEW() API for allocating memory on the savestack -- From: Albert Dvornik -- Date: 17 Sep 1998 19:23:07 -0400 -- Message-Id: -- Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...) -- Branch: perl -- ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h -- ! perl.h proto.h scope.c scope.h t/io/tell.t ++ Log: SSNEW() API for allocating memory on the savestack ++ From: Albert Dvornik ++ Date: 17 Sep 1998 19:23:07 -0400 ++ Message-Id: ++ Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...) ++ Branch: perl ++ ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h ++ ! perl.h proto.h scope.c scope.h t/io/tell.t ____________________________________________________________________________ [ 1851] By: gsar on 1998/09/23 10:37:05 -- Log: From: Jochen Wiedmann -- Date: Thu, 17 Sep 1998 17:16:06 +0200 -- Message-ID: <360127B6.E44564A@ispsoft.de> -- Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 -- Branch: perl -- ! lib/ExtUtils/MakeMaker.pm ++ Log: From: Jochen Wiedmann ++ Date: Thu, 17 Sep 1998 17:16:06 +0200 ++ Message-ID: <360127B6.E44564A@ispsoft.de> ++ Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 ++ Branch: perl ++ ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1850] By: gsar on 1998/09/23 10:33:05 -- Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) -- Date: 15 Sep 1998 01:32:31 +0200 -- Message-ID: -- Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all" -- Branch: perl -- ! lib/ExtUtils/MM_Unix.pm ++ Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) ++ Date: 15 Sep 1998 01:32:31 +0200 ++ Message-ID: ++ Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all" ++ Branch: perl ++ ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 1849] By: gsar on 1998/09/23 10:29:04 -- Log: From: Charles Bailey -- Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT) -- Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu> -- Subject: Re: extralibs.ld problem in MM_VMS.pm -- Branch: perl -- ! lib/ExtUtils/MM_VMS.pm ++ Log: From: Charles Bailey ++ Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT) ++ Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu> ++ Subject: Re: extralibs.ld problem in MM_VMS.pm ++ Branch: perl ++ ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 1848] By: gsar on 1998/09/23 10:25:24 -- Log: From: Roderick Schertler -- Date: 11 Sep 1998 16:19:21 -0400 -- Message-ID: -- Subject: Re: Open2 and memory leaks -- Branch: perl -- ! lib/IPC/Open3.pm ++ Log: From: Roderick Schertler ++ Date: 11 Sep 1998 16:19:21 -0400 ++ Message-ID: ++ Subject: Re: Open2 and memory leaks ++ Branch: perl ++ ! lib/IPC/Open3.pm ____________________________________________________________________________ [ 1847] By: gsar on 1998/09/23 10:18:31 -- Log: From: Roderick Schertler -- Date: Wed, 09 Sep 1998 23:52:48 -0400 -- Message-ID: <20567.905399568@eeyore.ibcinc.com> -- Subject: seed srand from /dev/urandom when possible -- Branch: perl -- ! pod/perlfunc.pod pp.c ++ Log: From: Roderick Schertler ++ Date: Wed, 09 Sep 1998 23:52:48 -0400 ++ Message-ID: <20567.905399568@eeyore.ibcinc.com> ++ Subject: seed srand from /dev/urandom when possible ++ Branch: perl ++ ! pod/perlfunc.pod pp.c ____________________________________________________________________________ [ 1846] By: gsar on 1998/09/23 10:12:22 -- Log: From: Roderick Schertler -- Date: Thu, 10 Sep 1998 00:32:17 -0400 -- Message-ID: <21142.905401937@eeyore.ibcinc.com> -- Subject: doc update for crypt()'s salt -- Branch: perl -- ! pod/perlfunc.pod ++ Log: From: Roderick Schertler ++ Date: Thu, 10 Sep 1998 00:32:17 -0400 ++ Message-ID: <21142.905401937@eeyore.ibcinc.com> ++ Subject: doc update for crypt()'s salt ++ Branch: perl ++ ! pod/perlfunc.pod ____________________________________________________________________________ [ 1845] By: gsar on 1998/09/23 10:09:23 -- Log: fix h2ph handling of C<#error "foo"> -- From: SAKAI Kiyotaka -- Date: Thu, 10 Sep 1998 09:59:33 +0900 -- Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp> -- Subject: [5.005_02] h2ph problem -- Branch: perl -- ! utils/h2ph.PL ++ Log: fix h2ph handling of C<#error "foo"> ++ From: SAKAI Kiyotaka ++ Date: Thu, 10 Sep 1998 09:59:33 +0900 ++ Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp> ++ Subject: [5.005_02] h2ph problem ++ Branch: perl ++ ! utils/h2ph.PL ____________________________________________________________________________ [ 1844] By: gsar on 1998/09/23 10:06:13 -- Log: plug strictly private function leaks in API listing -- Branch: perl -- ! pod/perlguts.pod ++ Log: plug strictly private function leaks in API listing ++ Branch: perl ++ ! pod/perlguts.pod ____________________________________________________________________________ [ 1843] By: gsar on 1998/09/23 10:02:57 -- Log: hide symbol for static build -- From: Dominic Dunlop -- Date: Tue, 8 Sep 1998 21:40:46 +0000 -- Message-Id: -- Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH] -- Branch: perl -- ! regcomp.c ++ Log: hide symbol for static build ++ From: Dominic Dunlop ++ Date: Tue, 8 Sep 1998 21:40:46 +0000 ++ Message-Id: ++ Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH] ++ Branch: perl ++ ! regcomp.c ____________________________________________________________________________ [ 1842] By: gsar on 1998/09/23 09:52:46 -- Log: define PUT_svindex(), PUT_opindex() -- Branch: perl -- ! ext/B/B/Assembler.pm ++ Log: define PUT_svindex(), PUT_opindex() ++ Branch: perl ++ ! ext/B/B/Assembler.pm ____________________________________________________________________________ [ 1841] By: gsar on 1998/09/23 09:44:25 -- Log: From: Dominic Dunlop -- Date: Tue, 8 Sep 1998 15:34:53 +0000 -- Message-Id: -- Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value -- Branch: perl -- ! t/pragma/warn/regexec ++ Log: From: Dominic Dunlop ++ Date: Tue, 8 Sep 1998 15:34:53 +0000 ++ Message-Id: ++ Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value ++ Branch: perl ++ ! t/pragma/warn/regexec ____________________________________________________________________________ [ 1840] By: gsar on 1998/09/23 09:42:17 -- Log: pl2bat tweak from Tye McQueen -- Branch: perl -- ! win32/bin/pl2bat.pl ++ Log: pl2bat tweak from Tye McQueen ++ Branch: perl ++ ! win32/bin/pl2bat.pl ____________________________________________________________________________ [ 1839] By: gsar on 1998/09/23 09:38:18 -- Log: From: Drago Goricanec -- Date: Mon, 7 Sep 1998 17:36:09 +0900 -- Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp> -- Subject: Thread::cond_wait bug in 5.005.51 causes deadlock -- Branch: perl -- ! ext/Thread/Thread.xs ++ Log: From: Drago Goricanec ++ Date: Mon, 7 Sep 1998 17:36:09 +0900 ++ Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp> ++ Subject: Thread::cond_wait bug in 5.005.51 causes deadlock ++ Branch: perl ++ ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 1838] By: gsar on 1998/09/23 09:21:11 -- Log: From: "Green, Paul" -- Date: Thu, 10 Sep 1998 00:02:07 -0400 -- Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> -- Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port -- Branch: perl -- + README.vos vos/Changes vos/build.cm vos/compile_perl.cm -- + vos/config.h vos/config_h.SH_orig vos/perl.bind -- + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h -- ! MANIFEST perl.c perl.h pod/perlport.pod ++ Log: From: "Green, Paul" ++ Date: Thu, 10 Sep 1998 00:02:07 -0400 ++ Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> ++ Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port ++ Branch: perl ++ + README.vos vos/Changes vos/build.cm vos/compile_perl.cm ++ + vos/config.h vos/config_h.SH_orig vos/perl.bind ++ + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h ++ ! MANIFEST perl.c perl.h pod/perlport.pod ____________________________________________________________________________ [ 1837] By: gsar on 1998/09/23 08:45:58 -- Log: (via private mail) -- From: Charles Bailey -- Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT) -- Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> -- Subject: [Patch 5.005_02] Miscellaneous VMS cleanup -- Branch: perl -- ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs -- ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm -- ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm -- ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod -- ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt -- ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs -- ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl -- ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c -- ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl -- ! vms/writemain.pl ++ Log: (via private mail) ++ From: Charles Bailey ++ Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT) ++ Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> ++ Subject: [Patch 5.005_02] Miscellaneous VMS cleanup ++ Branch: perl ++ ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs ++ ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm ++ ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm ++ ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod ++ ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt ++ ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs ++ ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl ++ ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c ++ ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl ++ ! vms/writemain.pl ____________________________________________________________________________ [ 1836] By: gsar on 1998/09/23 08:17:42 -- Log: From: Ilya Zakharevich -- Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT) -- Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] OS/2 spawning typos -- Branch: perl -- ! os2/os2.c ++ Log: From: Ilya Zakharevich ++ Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT) ++ Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] OS/2 spawning typos ++ Branch: perl ++ ! os2/os2.c ____________________________________________________________________________ [ 1835] By: gsar on 1998/09/23 08:09:55 -- Log: warn on C -- Branch: perl -- ! op.c pod/perldiag.pod ++ Log: warn on C ++ Branch: perl ++ ! op.c pod/perldiag.pod ____________________________________________________________________________ [ 1834] By: gsar on 1998/09/23 07:35:56 -- Log: From: pvhp@forte.com (Peter Prymmer) -- Date: Fri, 4 Sep 98 13:27:41 PDT -- Message-Id: <9809042027.AA04463@forte.com> -- Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms -- Branch: perl -- ! README.vms ++ Log: From: pvhp@forte.com (Peter Prymmer) ++ Date: Fri, 4 Sep 98 13:27:41 PDT ++ Message-Id: <9809042027.AA04463@forte.com> ++ Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms ++ Branch: perl ++ ! README.vms ____________________________________________________________________________ [ 1833] By: gsar on 1998/09/23 07:27:34 -- Log: From: Jeff Okamoto -- Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT) -- Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com> -- Subject: PATCH: 5.005_02 hint/hpux.sh -- Branch: perl -- ! hints/hpux.sh ++ Log: From: Jeff Okamoto ++ Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT) ++ Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com> ++ Subject: PATCH: 5.005_02 hint/hpux.sh ++ Branch: perl ++ ! hints/hpux.sh ____________________________________________________________________________ [ 1832] By: gsar on 1998/09/23 07:22:40 -- Log: fix (some) installhtml bugs -- From: Larry Parmelee -- Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT) -- Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu> -- Subject: installhtml script needs work -- Branch: perl -- ! installhtml ++ Log: fix (some) installhtml bugs ++ From: Larry Parmelee ++ Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT) ++ Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu> ++ Subject: installhtml script needs work ++ Branch: perl ++ ! installhtml ____________________________________________________________________________ [ 1831] By: gsar on 1998/09/23 07:19:30 -- Log: document 'U' magic with examples -- From: Alan Burlison -- Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST) -- Message-Id: <199809011455.PAA00631@sale-wts> -- Subject: Re: Looking for some XS MAGIC examples... -- Branch: perl -- ! pod/perlguts.pod ++ Log: document 'U' magic with examples ++ From: Alan Burlison ++ Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST) ++ Message-Id: <199809011455.PAA00631@sale-wts> ++ Subject: Re: Looking for some XS MAGIC examples... ++ Branch: perl ++ ! pod/perlguts.pod ____________________________________________________________________________ [ 1830] By: gsar on 1998/09/23 07:16:43 -- Log: From: pvhp@forte.com (Peter Prymmer) -- Date: Mon, 31 Aug 98 17:13:49 PDT -- Message-Id: <9809010013.AA06737@forte.com> -- Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390] -- Branch: perl -- ! README.os390 ++ Log: From: pvhp@forte.com (Peter Prymmer) ++ Date: Mon, 31 Aug 98 17:13:49 PDT ++ Message-Id: <9809010013.AA06737@forte.com> ++ Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390] ++ Branch: perl ++ ! README.os390 ____________________________________________________________________________ [ 1829] By: gsar on 1998/09/23 07:15:08 -- Log: fix problematic typecast in filter_del() -- From: Mark P Lutz -- Date: Mon, 31 Aug 1998 21:13:11 GMT -- Message-Id: <199808312113.VAA53356@triton.ca.boeing.com> -- Subject: perl5.005_02 does not build on Cray T90 -- Branch: perl -- ! toke.c ++ Log: fix problematic typecast in filter_del() ++ From: Mark P Lutz ++ Date: Mon, 31 Aug 1998 21:13:11 GMT ++ Message-Id: <199808312113.VAA53356@triton.ca.boeing.com> ++ Subject: perl5.005_02 does not build on Cray T90 ++ Branch: perl ++ ! toke.c ____________________________________________________________________________ [ 1828] By: gsar on 1998/09/23 07:11:34 -- Log: From: Ilya Zakharevich -- Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT) -- Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_5*] (?>) broken in RE -- Branch: perl -- ! regexec.c t/op/re_tests ++ Log: From: Ilya Zakharevich ++ Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT) ++ Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_5*] (?>) broken in RE ++ Branch: perl ++ ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 1827] By: gsar on 1998/09/23 07:09:50 -- Log: U/WIN testsuite patches from Joe Buehler -- Branch: perl -- ! t/op/grent.t t/op/groups.t ++ Log: U/WIN testsuite patches from Joe Buehler ++ Branch: perl ++ ! t/op/grent.t t/op/groups.t ____________________________________________________________________________ [ 1826] By: gsar on 1998/09/23 07:03:16 -- Log: From: Jarkko Hietaniemi -- Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST) -- Message-Id: <199808121941.WAA06263@alpha.hut.fi> -- Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it -- Branch: perl -- - interp.sym -- ! MANIFEST Makefile.SH embed.pl perl_exp.SH ++ Log: From: Jarkko Hietaniemi ++ Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST) ++ Message-Id: <199808121941.WAA06263@alpha.hut.fi> ++ Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it ++ Branch: perl ++ - interp.sym ++ ! MANIFEST Makefile.SH embed.pl perl_exp.SH ____________________________________________________________________________ [ 1825] By: gsar on 1998/09/23 06:56:40 -- Log: re-introduce change#1703 -- Branch: perl -- ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h ++ Log: re-introduce change#1703 ++ Branch: perl ++ ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h ____________________________________________________________________________ [ 1824] By: gsar on 1998/09/23 06:44:19 -- Log: From: Ilya Zakharevich -- Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT) -- Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu> -- Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits -- Branch: perl -- ! lib/perl5db.pl ++ Log: From: Ilya Zakharevich ++ Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT) ++ Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu> ++ Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits ++ Branch: perl ++ ! lib/perl5db.pl ____________________________________________________________________________ [ 1823] By: gsar on 1998/09/23 06:41:34 Log: From: Joe Buehler diff --cc Configure index 27d3321,92a7e12..504d106 --- a/Configure +++ b/Configure @@@ -2487,7 -2487,7 +2487,12 @@@ cat < ++ ++Other minor updates 10 Feb 1999 by ++Gurusamy Sarathy diff --cc pod/perlhist.pod index 1be042d,9aee417..40aa83c --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@@ -315,7 -315,6 +315,7 @@@ the strings?) 5.005_52 1998-Sep-25 5.005_53 1998-Oct-31 5.005_54 1998-Nov-30 - 5.005_55 1999-Feb-15 ++ 5.005_55 1999-Feb-16 =head2 SELECTED RELEASE SIZES